body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 4rem;
  line-height: 1.796875;
}
.display-1 > .mbr-iconfont {
  font-size: 6.4rem;
}
@media (max-width: 1440px) {
  .display-1 {
    font-size: 2.63157895rem;
    line-height: 1.82875;
  }
}
@media (max-width: 1280px) {
  .display-1 {
    font-size: 2.33918129rem;
    line-height: 1.8703125;
  }
}
@media (max-width: 1024px) {
  .display-1 {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 3rem;
  line-height: 1.5;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
@media (max-width: 1440px) {
  .display-2 {
    font-size: 2.20588235rem;
    line-height: 1.615;
  }
}
@media (max-width: 1280px) {
  .display-2 {
    font-size: 45px;
    line-height: 52px;
    font-size: 1.98675497rem;
    line-height: 1.63583333;
  }
}
@media (max-width: 1024px) {
  .display-2 {
    font-size: 1.45631068rem;
    line-height: 1.545;
  }
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.80555556;
}
.display-4 > .mbr-iconfont {
  font-size: 0.9rem;
}
@media (max-width: 1024px) {
  .display-4 {
    font-size: 0.80357143rem;
    line-height: 1.71111111;
  }
}
.display-5 {
  font-family: 'Oswald', sans-serif;
  font-size: 2rem;
  line-height: 1.5625;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
@media (max-width: 1440px) {
  .display-5 {
    font-size: 1.6rem;
    line-height: 1.640625;
  }
}
@media (max-width: 1280px) {
  .display-5 {
    font-size: 1.36986301rem;
    line-height: 1.36875;
  }
}
@media (max-width: 1024px) {
  .display-5 {
    font-size: 1.13636364rem;
    line-height: 1.65;
  }
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.66666667;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
@media (max-width: 1440px) {
  .display-7 {
    font-size: 1rem;
    line-height: 1.6875;
  }
}
@media (max-width: 1280px) {
  .display-7 {
    font-size: 0.90225564rem;
    line-height: 1.6625;
  }
}
@media (max-width: 1024px) {
  .display-7 {
    font-size: 0.90225564rem;
    line-height: 1.59322917;
  }
}
/* ---- 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 */
/* Buttons */
.btn {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-sm {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-lg {
  padding: 21px 10px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #014188 !important;
}
.bg-success {
  background-color: #014188 !important;
}
.bg-info {
  background-color: #4c4c4c !important;
}
.bg-warning {
  background-color: #f7941e !important;
}
.bg-danger {
  background-color: #fe5925 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #014188 !important;
  border-color: #014188 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #014188;
  border-color: #014188;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #014188 !important;
  border-color: #014188 !important;
}
.btn-primary:hover {
  background-color: #46877e !important;
  border-color: #46877e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #dddddd !important;
  border-color: #dddddd !important;
  color: #5e5e5e !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #5e5e5e !important;
  background-color: #dddddd;
  border-color: #dddddd;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #5e5e5e !important;
  background-color: #dddddd !important;
  border-color: #dddddd !important;
}
.btn-secondary:hover {
  background-color: #c4c4c4 !important;
  border-color: #c4c4c4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #4c4c4c !important;
  border-color: #4c4c4c !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #4c4c4c;
  border-color: #4c4c4c;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4c4c4c !important;
  border-color: #4c4c4c !important;
}
.btn-info:hover {
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-success,
.btn-success:active {
  background-color: #014188 !important;
  border-color: #014188 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #014188;
  border-color: #014188;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #014188 !important;
  border-color: #014188 !important;
}
.btn-success:hover {
  background-color: #012955 !important;
  border-color: #012955 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f7941e !important;
  border-color: #f7941e !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #f7941e;
  border-color: #f7941e;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f7941e !important;
  border-color: #f7941e !important;
}
.btn-warning:hover {
  background-color: #f9ab4f !important;
  border-color: #f9ab4f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fe5925 !important;
  border-color: #fe5925 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #fe5925;
  border-color: #fe5925;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fe5925 !important;
  border-color: #fe5925 !important;
}
.btn-danger:hover {
  background-color: #fe8058 !important;
  border-color: #fe8058 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:hover {
  background-color: #666666 !important;
  border-color: #666666 !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #014188;
  color: #014188;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #014188 !important;
  border-color: #014188;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #014188 !important;
  border-color: #014188 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #dddddd;
  color: #dddddd;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #5e5e5e !important;
  background: #dddddd !important;
  border-color: #dddddd;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #5e5e5e !important;
  background-color: #dddddd !important;
  border-color: #dddddd !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4c4c4c;
  color: #4c4c4c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #4c4c4c !important;
  border-color: #4c4c4c;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4c4c4c !important;
  border-color: #4c4c4c !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #014188;
  color: #014188;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #014188 !important;
  border-color: #014188;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #014188 !important;
  border-color: #014188 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #f7941e;
  color: #f7941e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #f7941e !important;
  border-color: #f7941e;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f7941e !important;
  border-color: #f7941e !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #fe5925;
  color: #fe5925;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #fe5925 !important;
  border-color: #fe5925;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #fe5925 !important;
  border-color: #fe5925 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #333333 !important;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline.btn {
  color: #333333 !important;
}
.text-primary {
  color: #014188 !important;
}
.text-secondary {
  color: #dddddd !important;
}
.text-success {
  color: #014188 !important;
}
.text-info {
  color: #4c4c4c !important;
}
.text-warning {
  color: #f7941e !important;
}
.text-danger {
  color: #fe5925 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0265d4 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #aaaaaa !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #001123 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #191919 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #f7941e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bc2e01 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #014188 !important;
}
.alert-success {
  background-color: #014188;
}
.alert-info {
  background-color: #4c4c4c;
}
.alert-warning {
  background-color: #f7941e;
}
.alert-danger {
  background-color: #fe5925;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #014188;
  border-color: #014188;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #014188;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #0b7efd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #0b7efd;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #bfbfbf;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fef2e3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff4f0;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.66666667;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
@media (max-width: 1440px) {
  .form-control {
    font-size: 1rem;
    line-height: 1.6875;
  }
}
@media (max-width: 1280px) {
  .form-control {
    font-size: 0.90225564rem;
    line-height: 1.6625;
  }
}
@media (max-width: 1024px) {
  .form-control {
    font-size: 0.90225564rem;
    line-height: 1.59322917;
  }
}
blockquote {
  border-color: #014188;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #014188;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #014188;
  border-bottom-color: #014188;
}
.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: #ffffff !important;
  background-color: #014188 !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: #dddddd !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.link.display-4 a {
  font-size: 0.81rem;
  line-height: 1.25;
}
.cid-s1pgD8z0jj {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-s1pgD8z0jj .nav-link,
.cid-s1pgD8z0jj .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-s1pgD8z0jj .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-s1pgD8z0jj .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-s1pgD8z0jj .nav-link.text-primary:hover,
.cid-s1pgD8z0jj .nav-link.text-primary:focus {
  color: #014188 !important;
}
.cid-s1pgD8z0jj .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-s1pgD8z0jj .nav-link:hover:before {
  opacity: 1;
}
.cid-s1pgD8z0jj .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-s1pgD8z0jj .nav-link {
    margin: 0 !important;
  }
}
.cid-s1pgD8z0jj .icons-menu {
  line-height: 0;
}
.cid-s1pgD8z0jj .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-s1pgD8z0jj .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-s1pgD8z0jj .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-s1pgD8z0jj .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-s1pgD8z0jj .dropdown-menu a {
  overflow: hidden;
}
.cid-s1pgD8z0jj .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/mbr-18.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-s1pgD8z0jj .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-s1pgD8z0jj .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/mbr-18.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-s1pgD8z0jj .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-s1pgD8z0jj .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/lake-cleaning.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-s1pgD8z0jj .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-s1pgD8z0jj .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/mbr-19.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-s1pgD8z0jj .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-s1pgD8z0jj .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-s1pgD8z0jj .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-s1pgD8z0jj .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-s1pgD8z0jj .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-s1pgD8z0jj .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-s1pgD8z0jj .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-s1pgD8z0jj.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-s1pgD8z0jj .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-s1pgD8z0jj .btn {
    white-space: nowrap;
  }
  .cid-s1pgD8z0jj .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-s1pgD8z0jj .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-s1pgD8z0jj .nav-item.dropdown:hover::before,
  .cid-s1pgD8z0jj .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-s1pgD8z0jj .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-s1pgD8z0jj .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-s1pgD8z0jj .navbar > .container,
.cid-s1pgD8z0jj .navbar > .container-fluid {
  align-items: center;
}
.cid-s1pgD8z0jj .dropdown-toggle::after,
.cid-s1pgD8z0jj .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-s1pgD8z0jj .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-s1pgD8z0jj .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-s1pgD8z0jj .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-s1pgD8z0jj .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-s1pgD8z0jj .nav-item:focus,
.cid-s1pgD8z0jj .nav-link:focus {
  outline: none;
}
.cid-s1pgD8z0jj .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s1pgD8z0jj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s1pgD8z0jj .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s1pgD8z0jj a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-s1pgD8z0jj ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-s1pgD8z0jj .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-s1pgD8z0jj .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-s1pgD8z0jj .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-s1pgD8z0jj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s1pgD8z0jj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s1pgD8z0jj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 75px - 1rem);
  }
}
.cid-s1pgD8z0jj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s1pgD8z0jj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1pgD8z0jj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s1pgD8z0jj .dropdown-menu .menu__images {
    display: none;
  }
  .cid-s1pgD8z0jj .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-s1pgD8z0jj .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1pgD8z0jj.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1pgD8z0jj .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-s1pgD8z0jj .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-s1pgD8z0jj .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-s1pgD8z0jj .navbar-logo {
    margin: 0;
  }
  .cid-s1pgD8z0jj .navbar-logo img {
    height: 60px !important;
  }
  .cid-s1pgD8z0jj .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-s1pgD8z0jj .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1pgD8z0jj .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-s1pgD8z0jj .navbar {
    padding: 13px 90px;
  }
  .cid-s1pgD8z0jj .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-s1pgD8z0jj .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-s1pgD8z0jj .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-s1pgD8z0jj .dropdown-toggle::after,
  .cid-s1pgD8z0jj .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-s1pgD8z0jj .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-s1pgD8z0jj a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-s1pgD8z0jj ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-s1pgD8z0jj .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-s1pgD8z0jj.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-s1pgD8z0jj.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-s1pgD8z0jj.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1pgD8z0jj.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-s1pgD8z0jj .navbar {
    padding: 0 !important;
  }
  .cid-s1pgD8z0jj ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-s1pgD8z0jj a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-s1pgD8z0jj .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-s1pgD8z0jj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1pgD8z0jj .dropdown-item.active,
.cid-s1pgD8z0jj .dropdown-item:active {
  background-color: transparent;
}
.cid-s1pgD8z0jj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s1pgD8z0jj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-s1pgD8z0jj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s1pgD8z0jj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-s1pgD8z0jj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1pgD8z0jj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1pgD8z0jj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1pgD8z0jj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1pgD8z0jj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1pgD8z0jj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1pgD8z0jj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1pgD8z0jj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-s1pgD8z0jj .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-s1pgD8z0jj .navbar-dropdown {
  position: absolute;
  position: fixed;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1pgD8z0jj .navbar {
    height: 97px;
  }
  .cid-s1pgD8z0jj .navbar.opened {
    height: auto;
  }
  .cid-s1pgD8z0jj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s8KBMRhnBf {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-2.jpg");
}
.cid-s8KBMRhnBf .mbr-text,
.cid-s8KBMRhnBf .typed-text,
.cid-s8KBMRhnBf .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-s8KBMRhnBf .btn {
  margin-left: 4px !important;
}
.cid-s8KBMRhnBf .animated-element {
  color: #ffbc00;
}
.cid-s8KBMRhnBf .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-s8KEMxnCj8 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-s8KEMxnCj8 .title__block {
  position: relative;
  z-index: 10;
}
.cid-s8KEMxnCj8 .mbr-section-title {
  margin-bottom: 25px;
}
.cid-s8KEMxnCj8 .mbr-section-subtitle {
  margin-bottom: 10px;
  padding-right: 150px;
}
.cid-s8KEMxnCj8 .mbr-text {
  margin-bottom: 50px;
  padding-right: 150px;
}
.cid-s8KEMxnCj8 .mbr-section-btn {
  padding-right: 150px;
}
.cid-s8KEMxnCj8 .slider__block .container {
  padding: 0 15px;
}
.cid-s8KEMxnCj8 .carousel {
  padding-bottom: 100px;
}
.cid-s8KEMxnCj8 .carousel-inner {
  overflow: visible;
  transform: translateX(250px);
}
.cid-s8KEMxnCj8 .carousel-item {
  justify-content: center;
  opacity: 0;
  transition: opacity 2s ease, transform 0s ease .3s;
}
.cid-s8KEMxnCj8 .carousel-item.active {
  opacity: 1;
}
.cid-s8KEMxnCj8 .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-s8KEMxnCj8 .carousel-item .wrap-img {
  transition: transform 0s;
  position: relative;
  text-align: center;
  margin: auto;
  width: 400px;
  height: 600px;
  transform: scale(0.9) rotate(-7deg);
  z-index: 1;
}
.cid-s8KEMxnCj8 .carousel-item .wrap-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-s8KEMxnCj8 .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-s8KEMxnCj8 .carousel-item .cloneditem-1,
.cid-s8KEMxnCj8 .carousel-item .cloneditem-2 {
  opacity: 0;
}
.cid-s8KEMxnCj8 .carousel-item.active .cloneditem-1 {
  transform: translateX(-170px);
  z-index: 2;
  opacity: 1;
  transition: opacity .5s ease .3s;
}
.cid-s8KEMxnCj8 .carousel-item.active .cloneditem-1 .wrap-img {
  transform: scale(1.1);
}
.cid-s8KEMxnCj8 .carousel-item.active .cloneditem-2 {
  transform: translateX(-270px);
  z-index: 3;
  opacity: 1;
  transition: opacity .5s ease .7s;
}
.cid-s8KEMxnCj8 .carousel-item.active .cloneditem-2 .wrap-img {
  transform: scale(0.9) rotate(7deg);
}
.cid-s8KEMxnCj8 .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-s8KEMxnCj8 .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: 80px;
  justify-content: center;
}
.cid-s8KEMxnCj8 .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 45px;
  height: 45px;
  color: #003d59;
  transition: all 0.3s ease;
}
.cid-s8KEMxnCj8 .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-s8KEMxnCj8 .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-s8KEMxnCj8 .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 45px;
}
.cid-s8KEMxnCj8 .carousel-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  margin: 2rem 1rem 0;
  text-align: center;
}
.cid-s8KEMxnCj8 .carousel-indicators li {
  max-width: initial;
  width: 190px;
  height: 15px;
  background-color: transparent;
  display: inline-block;
  border: 0;
  border-bottom: 2px solid #003d59;
  max-height: initial;
  border-radius: 0;
  opacity: 1;
  margin: 0;
  transition: all 0s ease .3s;
}
.cid-s8KEMxnCj8 .carousel-indicators li.active {
  border: 0;
  border-bottom: 5px solid #003d59;
  margin: 0;
  opacity: 1;
}
.cid-s8KEMxnCj8 .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
.cid-s8KEMxnCj8 .cloneditem-1,
.cid-s8KEMxnCj8 .cloneditem-2,
.cid-s8KEMxnCj8 .cloneditem-3 {
  display: none;
}
@media (min-width: 992px) {
  .cid-s8KEMxnCj8 .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-s8KEMxnCj8 .carousel-inner {
    padding-bottom: 3px;
  }
  .cid-s8KEMxnCj8 .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-s8KEMxnCj8 .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-s8KEMxnCj8 .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-s8KEMxnCj8 .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-s8KEMxnCj8 .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-s8KEMxnCj8 .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-s8KEMxnCj8 .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-s8KEMxnCj8 .carousel-inner.slides2 .cloneditem-1,
  .cid-s8KEMxnCj8 .carousel-inner.slides2 .cloneditem-2,
  .cid-s8KEMxnCj8 .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-s8KEMxnCj8 .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-s8KEMxnCj8 .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-s8KEMxnCj8 .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-s8KEMxnCj8 .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-s8KEMxnCj8 .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-s8KEMxnCj8 .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-s8KEMxnCj8 .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-s8KEMxnCj8 .carousel-inner.slides3 .cloneditem-1,
  .cid-s8KEMxnCj8 .carousel-inner.slides3 .cloneditem-2,
  .cid-s8KEMxnCj8 .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-s8KEMxnCj8 .title__block {
    text-align: center;
    margin-bottom: 67px;
  }
  .cid-s8KEMxnCj8 .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-s8KEMxnCj8 .mbr-section-subtitle {
    margin-bottom: 7px;
    padding-right: 0;
  }
  .cid-s8KEMxnCj8 .mbr-text {
    margin-bottom: 28px;
    padding-right: 0;
  }
  .cid-s8KEMxnCj8 .mbr-section-btn {
    padding-right: 0;
  }
  .cid-s8KEMxnCj8 .carousel-inner {
    overflow: hidden;
    transform: translateX(0);
  }
  .cid-s8KEMxnCj8 .carousel-item {
    transition: all .3s ease;
    opacity: 1;
  }
  .cid-s8KEMxnCj8 .carousel-item .wrap-img {
    height: auto;
    transition: all .3s 0s;
    transform: scale(1) rotate(0);
    width: 100%;
  }
  .cid-s8KEMxnCj8 .carousel-indicators li {
    transition: all 0s ease 0s;
  }
}
@media (max-width: 767px) {
  .cid-s8KEMxnCj8 .carousel-controls {
    justify-content: center;
    margin-top: 40px;
    display: none;
  }
  .cid-s8KEMxnCj8 .carousel-controls .carousel-control {
    width: 30px;
    height: 30px;
  }
  .cid-s8KEMxnCj8 .carousel-controls .carousel-control .mbr-iconfont {
    font-size: 30px;
  }
  .cid-s8KEMxnCj8 .carousel {
    padding-bottom: 50px;
  }
}
.cid-s8KMyPTSNz {
  padding-top: 4rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-s8KMyPTSNz .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
  padding-right: 10px;
  margin-top: 45px;
  text-align: right;
  position: relative;
  z-index: 5;
}
.cid-s8KMyPTSNz .link a {
  font-weight: 700;
}
.cid-s8KMyPTSNz .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-s8KMyPTSNz .link:hover span {
  transform: translateX(9px);
}
.cid-s8KMyPTSNz .card__block:before {
  content: "";
  position: absolute;
  top: -128px;
  left: 205px;
  width: 100vw;
  height: calc(100% + 182px);
  background-color: #cce4f0;
}
.cid-s8KMyPTSNz .card__item {
  max-width: 45%;
  padding: 0 23px;
  margin-bottom: 65px;
}
.cid-s8KMyPTSNz .card__content {
  position: relative;
  width: 100%;
  height: 280px;
  transition: all .3s ease;
}
.cid-s8KMyPTSNz .card__content:hover {
  transform: scale(0.95);
}
.cid-s8KMyPTSNz .card__content img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 0;
}
.cid-s8KMyPTSNz .card__content .card__title {
  z-index: 5;
  position: relative;
  padding: 28px 28px 7px;
  margin-bottom: 0;
  pointer-events: none;
}
.cid-s8KMyPTSNz .card__content .card__text {
  z-index: 5;
  position: relative;
  padding: 0 28px;
  margin-bottom: 0;
  pointer-events: none;
}
.is-builder .cid-s8KMyPTSNz .card__content .card__title {
  pointer-events: all;
}
.is-builder .cid-s8KMyPTSNz .card__content .card__text {
  pointer-events: all;
}
@media (max-width: 1024px) {
  .cid-s8KMyPTSNz .figure:before {
    width: 60px;
    height: 60px;
    bottom: -100px;
    left: -15px;
  }
  .cid-s8KMyPTSNz .link {
    margin-top: 15px;
    padding-right: 0;
    text-align: left;
  }
  .cid-s8KMyPTSNz .title__block {
    margin-bottom: 74px;
  }
  .cid-s8KMyPTSNz .card__block:before {
    top: -50px;
    left: 115px;
    height: calc(100% + 90px);
  }
  .cid-s8KMyPTSNz .card__item {
    max-width: 348px;
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-s8KMyPTSNz .card__block > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .cid-s8KMyPTSNz .card__content {
    height: 200px;
  }
  .cid-s8KMyPTSNz .card__text {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 575px) {
  .cid-s8KMyPTSNz .card__item {
    max-width: 274px;
  }
}
.cid-s8KMyPTSNz .card__content .card__title {
  color: #ffffff;
}
.cid-s8KQrHD3nu {
  padding-top: 30px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-9.jpg");
}
.cid-s8KQrHD3nu .mbr-section-title {
  letter-spacing: .1em;
}
.cid-s8KQrHD3nu .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-s8KQrHD3nu .card-img span {
  font-size: 100px;
}
.cid-s8KQrHD3nu .mbr-text,
.cid-s8KQrHD3nu .mbr-section-btn {
  color: #efefef;
}
.cid-s97fPdEudc {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s97f6b8pB3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-s97f6b8pB3 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s97f6b8pB3 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s97f6b8pB3 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s97f6b8pB3 .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-s97f6b8pB3 .container {
  padding: 0;
}
.cid-s97f6b8pB3 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s97f6b8pB3 .icon-focus {
  display: none;
}
.cid-s97f6b8pB3 .btn[class*=-outline] {
  border: none!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  color: #808080 !important;
  font-weight: 400;
  box-shadow: none !important;
}
.cid-s97f6b8pB3 .btn[class*=-outline]:hover,
.cid-s97f6b8pB3 .btn[class*=-outline]:active {
  background: transparent!important;
}
.cid-s97f6b8pB3 li:hover .btn-primary-outline,
.cid-s97f6b8pB3 li:active .btn-primary-outline,
.cid-s97f6b8pB3 li.active .btn-primary-outline {
  color: #014188 !important;
}
.cid-s97f6b8pB3 li:hover .btn-secondary-outline,
.cid-s97f6b8pB3 li:active .btn-secondary-outline,
.cid-s97f6b8pB3 li.active .btn-secondary-outline {
  color: #dddddd !important;
}
.cid-s97f6b8pB3 li:hover .btn-info-outline,
.cid-s97f6b8pB3 li:active .btn-info-outline,
.cid-s97f6b8pB3 li.active .btn-info-outline {
  color: #4c4c4c !important;
}
.cid-s97f6b8pB3 li:hover .btn-warning-outline,
.cid-s97f6b8pB3 li:active .btn-warning-outline,
.cid-s97f6b8pB3 li.active .btn-warning-outline {
  color: #f7941e !important;
}
.cid-s97f6b8pB3 li:hover .btn-white-outline,
.cid-s97f6b8pB3 li:active .btn-white-outline,
.cid-s97f6b8pB3 li.active .btn-white-outline {
  color: #ffffff !important;
}
.cid-s97f6b8pB3 li:hover .btn-black-outline,
.cid-s97f6b8pB3 li:active .btn-black-outline,
.cid-s97f6b8pB3 li.active .btn-black-outline {
  color: #000000 !important;
}
.cid-s97f6b8pB3 li:hover .btn-success-outline,
.cid-s97f6b8pB3 li:active .btn-success-outline,
.cid-s97f6b8pB3 li.active .btn-success-outline {
  color: #014188 !important;
}
.cid-s97f6b8pB3 li:hover .btn-danger-outline,
.cid-s97f6b8pB3 li:active .btn-danger-outline,
.cid-s97f6b8pB3 li.active .btn-danger-outline {
  color: #fe5925 !important;
}
.cid-s97f6b8pB3 li {
  position: relative;
}
.cid-s97f6b8pB3 .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 6px;
  top: 50%;
  background: #d3d3d3 !important;
  transform: rotate(35deg) translateY(-59%);
}
.cid-s97f6b8pB3 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s97f6b8pB3 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s97f6b8pB3 .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-s97f6b8pB3 .btn {
  font-family: Roboto !important;
}
.cid-s97f6b8pB3 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-s97f6b8pB3 .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-s97f6b8pB3 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-s97f6b8pB3 .btn[class*="-outline"] {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-s97glGyrEG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s97glGyrEG .mbr-section-title {
  letter-spacing: .1em;
}
.cid-s97glGyrEG .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-s97glGyrEG .card-img span {
  font-size: 100px;
}
.cid-s97glGyrEG .mbr-text,
.cid-s97glGyrEG .mbr-section-btn {
  color: #efefef;
}
.cid-s8L3zlaOsp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s8L3zlaOsp .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-s8L3zlaOsp .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-s8L3zlaOsp .mbr-text {
  color: #444;
}
.cid-s8L3zlaOsp h5 {
  margin-bottom: 0;
}
.cid-s8L3zlaOsp .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-s8L3zlaOsp .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s8L3zlaOsp .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
}
.cid-s8L3zlaOsp .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s8L3zlaOsp .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s8L3zlaOsp .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-s8L3zlaOsp .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s8L3zlaOsp .social-list a:hover {
  opacity: .4;
}
.cid-s8L3zlaOsp .media-container-row > div {
  padding: 0px;
}
.cid-s8L3zlaOsp .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-s8L3zlaOsp .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-s8L3zlaOsp .group-title SPAN {
  color: #ffffff;
}
.cid-s8L3zlaOsp .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-s8L3zlaOsp .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-s8L3zlaOsp .social-list,
  .cid-s8L3zlaOsp .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-s8L3zlaOsp h3 {
    margin-bottom: 10px;
  }
  .cid-s8L3zlaOsp .navbar-brand {
    text-align: center;
  }
}
.cid-s8L3zlaOsp .links SPAN {
  color: #9e9e9e;
}
.cid-s8LxdASdpc {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-s8LxdASdpc .nav-link,
.cid-s8LxdASdpc .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-s8LxdASdpc .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-s8LxdASdpc .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-s8LxdASdpc .nav-link.text-primary:hover,
.cid-s8LxdASdpc .nav-link.text-primary:focus {
  color: #014188 !important;
}
.cid-s8LxdASdpc .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-s8LxdASdpc .nav-link:hover:before {
  opacity: 1;
}
.cid-s8LxdASdpc .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-s8LxdASdpc .nav-link {
    margin: 0 !important;
  }
}
.cid-s8LxdASdpc .icons-menu {
  line-height: 0;
}
.cid-s8LxdASdpc .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-s8LxdASdpc .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-s8LxdASdpc .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-s8LxdASdpc .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-s8LxdASdpc .dropdown-menu a {
  overflow: hidden;
}
.cid-s8LxdASdpc .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/mbr-18.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-s8LxdASdpc .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-s8LxdASdpc .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/mbr-18.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-s8LxdASdpc .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-s8LxdASdpc .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/lake-cleaning.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-s8LxdASdpc .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-s8LxdASdpc .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/mbr-19.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-s8LxdASdpc .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-s8LxdASdpc .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-s8LxdASdpc .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-s8LxdASdpc .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-s8LxdASdpc .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-s8LxdASdpc .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-s8LxdASdpc .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-s8LxdASdpc.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-s8LxdASdpc .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-s8LxdASdpc .btn {
    white-space: nowrap;
  }
  .cid-s8LxdASdpc .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-s8LxdASdpc .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-s8LxdASdpc .nav-item.dropdown:hover::before,
  .cid-s8LxdASdpc .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-s8LxdASdpc .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-s8LxdASdpc .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-s8LxdASdpc .navbar > .container,
.cid-s8LxdASdpc .navbar > .container-fluid {
  align-items: center;
}
.cid-s8LxdASdpc .dropdown-toggle::after,
.cid-s8LxdASdpc .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-s8LxdASdpc .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-s8LxdASdpc .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-s8LxdASdpc .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-s8LxdASdpc .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-s8LxdASdpc .nav-item:focus,
.cid-s8LxdASdpc .nav-link:focus {
  outline: none;
}
.cid-s8LxdASdpc .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s8LxdASdpc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s8LxdASdpc .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s8LxdASdpc a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-s8LxdASdpc ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-s8LxdASdpc .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-s8LxdASdpc .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-s8LxdASdpc .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-s8LxdASdpc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s8LxdASdpc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s8LxdASdpc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 75px - 1rem);
  }
}
.cid-s8LxdASdpc .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s8LxdASdpc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s8LxdASdpc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s8LxdASdpc .dropdown-menu .menu__images {
    display: none;
  }
  .cid-s8LxdASdpc .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-s8LxdASdpc .nav-item .nav-link::before {
    display: none;
  }
  .cid-s8LxdASdpc.opened .dropdown-menu {
    top: 0;
  }
  .cid-s8LxdASdpc .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-s8LxdASdpc .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-s8LxdASdpc .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-s8LxdASdpc .navbar-logo {
    margin: 0;
  }
  .cid-s8LxdASdpc .navbar-logo img {
    height: 60px !important;
  }
  .cid-s8LxdASdpc .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-s8LxdASdpc .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s8LxdASdpc .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-s8LxdASdpc .navbar {
    padding: 13px 90px;
  }
  .cid-s8LxdASdpc .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-s8LxdASdpc .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-s8LxdASdpc .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-s8LxdASdpc .dropdown-toggle::after,
  .cid-s8LxdASdpc .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-s8LxdASdpc .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-s8LxdASdpc a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-s8LxdASdpc ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-s8LxdASdpc .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-s8LxdASdpc.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-s8LxdASdpc.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-s8LxdASdpc.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s8LxdASdpc.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-s8LxdASdpc .navbar {
    padding: 0 !important;
  }
  .cid-s8LxdASdpc ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-s8LxdASdpc a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-s8LxdASdpc .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-s8LxdASdpc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s8LxdASdpc .dropdown-item.active,
.cid-s8LxdASdpc .dropdown-item:active {
  background-color: transparent;
}
.cid-s8LxdASdpc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s8LxdASdpc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-s8LxdASdpc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s8LxdASdpc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-s8LxdASdpc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s8LxdASdpc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s8LxdASdpc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s8LxdASdpc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s8LxdASdpc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s8LxdASdpc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s8LxdASdpc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s8LxdASdpc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-s8LxdASdpc .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-s8LxdASdpc .navbar-dropdown {
  position: absolute;
  position: fixed;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s8LxdASdpc .navbar {
    height: 97px;
  }
  .cid-s8LxdASdpc .navbar.opened {
    height: auto;
  }
  .cid-s8LxdASdpc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s8LBTS4vJo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-s8LBTS4vJo .title__block {
  padding-bottom: 40px;
}
.cid-s8LBTS4vJo .mbr-section-title {
  margin-bottom: 25px;
}
.cid-s8LBTS4vJo .mbr-section-title b,
.cid-s8LBTS4vJo .mbr-section-title strong {
  font-weight: 500;
}
.cid-s8LBTS4vJo .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-s8LBTS4vJo .mbr-text {
  margin-bottom: 43px;
}
.cid-s8LBTS4vJo .image__block {
  position: relative;
  z-index: 1;
  max-height: 620px;
}
.cid-s8LBTS4vJo .image__block:before {
  content: "";
  position: absolute;
  top: -28%;
  left: 120px;
  width: 100vw;
  height: calc(100% + 40px);
  background-color: #cce4f0;
}
.cid-s8LBTS4vJo .image__block:before {
  left: auto;
  right: 120px;
}
.cid-s8LBTS4vJo .img__wrap {
  position: relative;
  max-height: 620px;
}
.cid-s8LBTS4vJo .img__wrap .image1 {
  display: block;
  position: relative;
  bottom: -52px;
  left: 0;
  transform: rotate(-11.7deg) translateX(24.6%);
  width: 41%;
}
.cid-s8LBTS4vJo .img__wrap .image1:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 138%;
}
.cid-s8LBTS4vJo .img__wrap .image1 img {
  max-width: 341px;
  max-height: 472px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-s8LBTS4vJo .img__wrap .image2 {
  display: block;
  position: relative;
  bottom: 20px;
  left: 0;
  transform: rotate(9.96deg) translate(34%, -90%);
  width: 62%;
}
.cid-s8LBTS4vJo .img__wrap .image2:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 120%;
}
.cid-s8LBTS4vJo .img__wrap .image2 img {
  max-width: 520px;
  max-height: 625px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-s8LBTS4vJo .row {
    text-align: center;
  }
  .cid-s8LBTS4vJo .title__block {
    padding-bottom: 0;
  }
  .cid-s8LBTS4vJo .mbr-section-title {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .cid-s8LBTS4vJo .figure:before {
    content: none;
  }
  .cid-s8LBTS4vJo .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-s8LBTS4vJo .mbr-text {
    margin-bottom: 30px;
  }
  .cid-s8LBTS4vJo .image__block:before {
    top: 50px;
    left: 30px;
    height: calc(100% - 25px);
    min-height: 235px;
    max-height: 400px;
  }
  .cid-s8LBTS4vJo .img__wrap {
    max-height: 0;
    padding-bottom: 88%;
    margin-top: 22%;
  }
}
.cid-s8LEOXC8MB {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-s8LEOXC8MB .mbr-section-title {
  margin-bottom: 20px;
}
.cid-s8LEOXC8MB .card__wrap:nth-child(1) {
  padding-right: 97px;
}
.cid-s8LEOXC8MB .card__wrap:nth-child(2) {
  padding-right: 89px;
}
.cid-s8LEOXC8MB .card__title1 {
  color: #003d59;
}
.cid-s8LEOXC8MB .card__title2 {
  color: #003d59;
}
.cid-s8LEOXC8MB .card__title3 {
  color: #003d59;
}
.cid-s8LEOXC8MB .figure {
  margin-bottom: 26px;
}
.cid-s8LEOXC8MB .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-s8LEOXC8MB .mbr-section-title {
    margin-bottom: 50px;
  }
  .cid-s8LEOXC8MB .card__wrap {
    margin-bottom: 25px;
  }
  .cid-s8LEOXC8MB .card__wrap:nth-child(1) {
    padding-right: 15px;
  }
  .cid-s8LEOXC8MB .card__wrap:nth-child(2) {
    padding-right: 15px;
  }
  .cid-s8LEOXC8MB .figure {
    margin-bottom: 10px;
  }
}
.cid-s97r4oE9dg {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s97exmhUUD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-s97exmhUUD .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s97exmhUUD .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s97exmhUUD .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s97exmhUUD .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-s97exmhUUD .container {
  padding: 0;
}
.cid-s97exmhUUD .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s97exmhUUD .icon-focus {
  display: none;
}
.cid-s97exmhUUD .btn[class*=-outline] {
  border: none!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  color: #808080 !important;
  font-weight: 400;
  box-shadow: none !important;
}
.cid-s97exmhUUD .btn[class*=-outline]:hover,
.cid-s97exmhUUD .btn[class*=-outline]:active {
  background: transparent!important;
}
.cid-s97exmhUUD li:hover .btn-primary-outline,
.cid-s97exmhUUD li:active .btn-primary-outline,
.cid-s97exmhUUD li.active .btn-primary-outline {
  color: #014188 !important;
}
.cid-s97exmhUUD li:hover .btn-secondary-outline,
.cid-s97exmhUUD li:active .btn-secondary-outline,
.cid-s97exmhUUD li.active .btn-secondary-outline {
  color: #dddddd !important;
}
.cid-s97exmhUUD li:hover .btn-info-outline,
.cid-s97exmhUUD li:active .btn-info-outline,
.cid-s97exmhUUD li.active .btn-info-outline {
  color: #4c4c4c !important;
}
.cid-s97exmhUUD li:hover .btn-warning-outline,
.cid-s97exmhUUD li:active .btn-warning-outline,
.cid-s97exmhUUD li.active .btn-warning-outline {
  color: #f7941e !important;
}
.cid-s97exmhUUD li:hover .btn-white-outline,
.cid-s97exmhUUD li:active .btn-white-outline,
.cid-s97exmhUUD li.active .btn-white-outline {
  color: #ffffff !important;
}
.cid-s97exmhUUD li:hover .btn-black-outline,
.cid-s97exmhUUD li:active .btn-black-outline,
.cid-s97exmhUUD li.active .btn-black-outline {
  color: #000000 !important;
}
.cid-s97exmhUUD li:hover .btn-success-outline,
.cid-s97exmhUUD li:active .btn-success-outline,
.cid-s97exmhUUD li.active .btn-success-outline {
  color: #014188 !important;
}
.cid-s97exmhUUD li:hover .btn-danger-outline,
.cid-s97exmhUUD li:active .btn-danger-outline,
.cid-s97exmhUUD li.active .btn-danger-outline {
  color: #fe5925 !important;
}
.cid-s97exmhUUD li {
  position: relative;
}
.cid-s97exmhUUD .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 6px;
  top: 50%;
  background: #d3d3d3 !important;
  transform: rotate(35deg) translateY(-59%);
}
.cid-s97exmhUUD .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s97exmhUUD .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s97exmhUUD .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-s97exmhUUD .btn {
  font-family: Roboto !important;
}
.cid-s97exmhUUD .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-s97exmhUUD .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-s97exmhUUD .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-s97exmhUUD .btn[class*="-outline"] {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-s97rdjPvdT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s97rdjPvdT .mbr-section-title {
  letter-spacing: .1em;
}
.cid-s97rdjPvdT .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-s97rdjPvdT .card-img span {
  font-size: 100px;
}
.cid-s97rdjPvdT .mbr-text,
.cid-s97rdjPvdT .mbr-section-btn {
  color: #efefef;
}
.cid-s8LxdIi7Br {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s8LxdIi7Br .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-s8LxdIi7Br .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-s8LxdIi7Br .mbr-text {
  color: #444;
}
.cid-s8LxdIi7Br h5 {
  margin-bottom: 0;
}
.cid-s8LxdIi7Br .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-s8LxdIi7Br .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s8LxdIi7Br .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
}
.cid-s8LxdIi7Br .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s8LxdIi7Br .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s8LxdIi7Br .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-s8LxdIi7Br .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s8LxdIi7Br .social-list a:hover {
  opacity: .4;
}
.cid-s8LxdIi7Br .media-container-row > div {
  padding: 0px;
}
.cid-s8LxdIi7Br .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-s8LxdIi7Br .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-s8LxdIi7Br .group-title SPAN {
  color: #ffffff;
}
.cid-s8LxdIi7Br .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-s8LxdIi7Br .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-s8LxdIi7Br .social-list,
  .cid-s8LxdIi7Br .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-s8LxdIi7Br h3 {
    margin-bottom: 10px;
  }
  .cid-s8LxdIi7Br .navbar-brand {
    text-align: center;
  }
}
.cid-s8LxdIi7Br .links SPAN {
  color: #9e9e9e;
}
.cid-s8LJNg3E1U {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-s8LJNg3E1U .nav-link,
.cid-s8LJNg3E1U .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-s8LJNg3E1U .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-s8LJNg3E1U .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-s8LJNg3E1U .nav-link.text-primary:hover,
.cid-s8LJNg3E1U .nav-link.text-primary:focus {
  color: #014188 !important;
}
.cid-s8LJNg3E1U .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-s8LJNg3E1U .nav-link:hover:before {
  opacity: 1;
}
.cid-s8LJNg3E1U .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-s8LJNg3E1U .nav-link {
    margin: 0 !important;
  }
}
.cid-s8LJNg3E1U .icons-menu {
  line-height: 0;
}
.cid-s8LJNg3E1U .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-s8LJNg3E1U .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-s8LJNg3E1U .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-s8LJNg3E1U .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-s8LJNg3E1U .dropdown-menu a {
  overflow: hidden;
}
.cid-s8LJNg3E1U .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/mbr-18.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-s8LJNg3E1U .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-s8LJNg3E1U .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/mbr-18.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-s8LJNg3E1U .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-s8LJNg3E1U .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/lake-cleaning.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-s8LJNg3E1U .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-s8LJNg3E1U .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/mbr-19.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-s8LJNg3E1U .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-s8LJNg3E1U .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-s8LJNg3E1U .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-s8LJNg3E1U .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-s8LJNg3E1U .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-s8LJNg3E1U .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-s8LJNg3E1U .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-s8LJNg3E1U.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-s8LJNg3E1U .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-s8LJNg3E1U .btn {
    white-space: nowrap;
  }
  .cid-s8LJNg3E1U .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-s8LJNg3E1U .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-s8LJNg3E1U .nav-item.dropdown:hover::before,
  .cid-s8LJNg3E1U .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-s8LJNg3E1U .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-s8LJNg3E1U .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-s8LJNg3E1U .navbar > .container,
.cid-s8LJNg3E1U .navbar > .container-fluid {
  align-items: center;
}
.cid-s8LJNg3E1U .dropdown-toggle::after,
.cid-s8LJNg3E1U .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-s8LJNg3E1U .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-s8LJNg3E1U .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-s8LJNg3E1U .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-s8LJNg3E1U .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-s8LJNg3E1U .nav-item:focus,
.cid-s8LJNg3E1U .nav-link:focus {
  outline: none;
}
.cid-s8LJNg3E1U .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s8LJNg3E1U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s8LJNg3E1U .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s8LJNg3E1U a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-s8LJNg3E1U ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-s8LJNg3E1U .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-s8LJNg3E1U .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-s8LJNg3E1U .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-s8LJNg3E1U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s8LJNg3E1U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s8LJNg3E1U .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 75px - 1rem);
  }
}
.cid-s8LJNg3E1U .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s8LJNg3E1U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s8LJNg3E1U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s8LJNg3E1U .dropdown-menu .menu__images {
    display: none;
  }
  .cid-s8LJNg3E1U .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-s8LJNg3E1U .nav-item .nav-link::before {
    display: none;
  }
  .cid-s8LJNg3E1U.opened .dropdown-menu {
    top: 0;
  }
  .cid-s8LJNg3E1U .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-s8LJNg3E1U .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-s8LJNg3E1U .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-s8LJNg3E1U .navbar-logo {
    margin: 0;
  }
  .cid-s8LJNg3E1U .navbar-logo img {
    height: 60px !important;
  }
  .cid-s8LJNg3E1U .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-s8LJNg3E1U .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s8LJNg3E1U .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-s8LJNg3E1U .navbar {
    padding: 13px 90px;
  }
  .cid-s8LJNg3E1U .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-s8LJNg3E1U .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-s8LJNg3E1U .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-s8LJNg3E1U .dropdown-toggle::after,
  .cid-s8LJNg3E1U .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-s8LJNg3E1U .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-s8LJNg3E1U a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-s8LJNg3E1U ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-s8LJNg3E1U .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-s8LJNg3E1U.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-s8LJNg3E1U.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-s8LJNg3E1U.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s8LJNg3E1U.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-s8LJNg3E1U .navbar {
    padding: 0 !important;
  }
  .cid-s8LJNg3E1U ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-s8LJNg3E1U a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-s8LJNg3E1U .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-s8LJNg3E1U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s8LJNg3E1U .dropdown-item.active,
.cid-s8LJNg3E1U .dropdown-item:active {
  background-color: transparent;
}
.cid-s8LJNg3E1U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s8LJNg3E1U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-s8LJNg3E1U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s8LJNg3E1U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-s8LJNg3E1U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s8LJNg3E1U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s8LJNg3E1U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s8LJNg3E1U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s8LJNg3E1U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s8LJNg3E1U nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s8LJNg3E1U nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s8LJNg3E1U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-s8LJNg3E1U .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-s8LJNg3E1U .navbar-dropdown {
  position: absolute;
  position: fixed;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s8LJNg3E1U .navbar {
    height: 97px;
  }
  .cid-s8LJNg3E1U .navbar.opened {
    height: auto;
  }
  .cid-s8LJNg3E1U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s8LJNht7XG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-s8LJNht7XG .title__block {
  padding-bottom: 40px;
}
.cid-s8LJNht7XG .mbr-section-title {
  margin-bottom: 25px;
}
.cid-s8LJNht7XG .mbr-section-title b,
.cid-s8LJNht7XG .mbr-section-title strong {
  font-weight: 500;
}
.cid-s8LJNht7XG .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-s8LJNht7XG .mbr-text {
  margin-bottom: 43px;
}
.cid-s8LJNht7XG .image__block {
  position: relative;
  z-index: 1;
  max-height: 620px;
}
.cid-s8LJNht7XG .image__block:before {
  content: "";
  position: absolute;
  top: -28%;
  left: 120px;
  width: 100vw;
  height: calc(100% + 40px);
  background-color: #cce4f0;
}
.cid-s8LJNht7XG .image__block:before {
  left: auto;
  right: 120px;
}
.cid-s8LJNht7XG .img__wrap {
  position: relative;
  max-height: 620px;
}
.cid-s8LJNht7XG .img__wrap .image1 {
  display: block;
  position: relative;
  bottom: -52px;
  left: 0;
  transform: rotate(-11.7deg) translateX(24.6%);
  width: 41%;
}
.cid-s8LJNht7XG .img__wrap .image1:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 138%;
}
.cid-s8LJNht7XG .img__wrap .image1 img {
  max-width: 341px;
  max-height: 472px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-s8LJNht7XG .img__wrap .image2 {
  display: block;
  position: relative;
  bottom: 20px;
  left: 0;
  transform: rotate(9.96deg) translate(34%, -90%);
  width: 62%;
}
.cid-s8LJNht7XG .img__wrap .image2:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 120%;
}
.cid-s8LJNht7XG .img__wrap .image2 img {
  max-width: 520px;
  max-height: 625px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-s8LJNht7XG .row {
    text-align: center;
  }
  .cid-s8LJNht7XG .title__block {
    padding-bottom: 0;
  }
  .cid-s8LJNht7XG .mbr-section-title {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .cid-s8LJNht7XG .figure:before {
    content: none;
  }
  .cid-s8LJNht7XG .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-s8LJNht7XG .mbr-text {
    margin-bottom: 30px;
  }
  .cid-s8LJNht7XG .image__block:before {
    top: 50px;
    left: 30px;
    height: calc(100% - 25px);
    min-height: 235px;
    max-height: 400px;
  }
  .cid-s8LJNht7XG .img__wrap {
    max-height: 0;
    padding-bottom: 88%;
    margin-top: 22%;
  }
}
.cid-s8LJNiOu6o {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-s8LJNiOu6o .mbr-section-title {
  margin-bottom: 20px;
}
.cid-s8LJNiOu6o .card__wrap:nth-child(1) {
  padding-right: 97px;
}
.cid-s8LJNiOu6o .card__wrap:nth-child(2) {
  padding-right: 89px;
}
.cid-s8LJNiOu6o .card__title1 {
  color: #003d59;
}
.cid-s8LJNiOu6o .card__title2 {
  color: #003d59;
}
.cid-s8LJNiOu6o .card__title3 {
  color: #003d59;
}
.cid-s8LJNiOu6o .figure {
  margin-bottom: 26px;
}
.cid-s8LJNiOu6o .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-s8LJNiOu6o .mbr-section-title {
    margin-bottom: 50px;
  }
  .cid-s8LJNiOu6o .card__wrap {
    margin-bottom: 25px;
  }
  .cid-s8LJNiOu6o .card__wrap:nth-child(1) {
    padding-right: 15px;
  }
  .cid-s8LJNiOu6o .card__wrap:nth-child(2) {
    padding-right: 15px;
  }
  .cid-s8LJNiOu6o .figure {
    margin-bottom: 10px;
  }
}
.cid-s97rMbu6po {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s97rN8Tjo7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-s97rN8Tjo7 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s97rN8Tjo7 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s97rN8Tjo7 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s97rN8Tjo7 .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-s97rN8Tjo7 .container {
  padding: 0;
}
.cid-s97rN8Tjo7 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s97rN8Tjo7 .icon-focus {
  display: none;
}
.cid-s97rN8Tjo7 .btn[class*=-outline] {
  border: none!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  color: #808080 !important;
  font-weight: 400;
  box-shadow: none !important;
}
.cid-s97rN8Tjo7 .btn[class*=-outline]:hover,
.cid-s97rN8Tjo7 .btn[class*=-outline]:active {
  background: transparent!important;
}
.cid-s97rN8Tjo7 li:hover .btn-primary-outline,
.cid-s97rN8Tjo7 li:active .btn-primary-outline,
.cid-s97rN8Tjo7 li.active .btn-primary-outline {
  color: #014188 !important;
}
.cid-s97rN8Tjo7 li:hover .btn-secondary-outline,
.cid-s97rN8Tjo7 li:active .btn-secondary-outline,
.cid-s97rN8Tjo7 li.active .btn-secondary-outline {
  color: #dddddd !important;
}
.cid-s97rN8Tjo7 li:hover .btn-info-outline,
.cid-s97rN8Tjo7 li:active .btn-info-outline,
.cid-s97rN8Tjo7 li.active .btn-info-outline {
  color: #4c4c4c !important;
}
.cid-s97rN8Tjo7 li:hover .btn-warning-outline,
.cid-s97rN8Tjo7 li:active .btn-warning-outline,
.cid-s97rN8Tjo7 li.active .btn-warning-outline {
  color: #f7941e !important;
}
.cid-s97rN8Tjo7 li:hover .btn-white-outline,
.cid-s97rN8Tjo7 li:active .btn-white-outline,
.cid-s97rN8Tjo7 li.active .btn-white-outline {
  color: #ffffff !important;
}
.cid-s97rN8Tjo7 li:hover .btn-black-outline,
.cid-s97rN8Tjo7 li:active .btn-black-outline,
.cid-s97rN8Tjo7 li.active .btn-black-outline {
  color: #000000 !important;
}
.cid-s97rN8Tjo7 li:hover .btn-success-outline,
.cid-s97rN8Tjo7 li:active .btn-success-outline,
.cid-s97rN8Tjo7 li.active .btn-success-outline {
  color: #014188 !important;
}
.cid-s97rN8Tjo7 li:hover .btn-danger-outline,
.cid-s97rN8Tjo7 li:active .btn-danger-outline,
.cid-s97rN8Tjo7 li.active .btn-danger-outline {
  color: #fe5925 !important;
}
.cid-s97rN8Tjo7 li {
  position: relative;
}
.cid-s97rN8Tjo7 .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 6px;
  top: 50%;
  background: #d3d3d3 !important;
  transform: rotate(35deg) translateY(-59%);
}
.cid-s97rN8Tjo7 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s97rN8Tjo7 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s97rN8Tjo7 .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-s97rN8Tjo7 .btn {
  font-family: Roboto !important;
}
.cid-s97rN8Tjo7 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-s97rN8Tjo7 .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-s97rN8Tjo7 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-s97rN8Tjo7 .btn[class*="-outline"] {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-s97rOh2SKd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s97rOh2SKd .mbr-section-title {
  letter-spacing: .1em;
}
.cid-s97rOh2SKd .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-s97rOh2SKd .card-img span {
  font-size: 100px;
}
.cid-s97rOh2SKd .mbr-text,
.cid-s97rOh2SKd .mbr-section-btn {
  color: #efefef;
}
.cid-s8LJNkpNBe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s8LJNkpNBe .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-s8LJNkpNBe .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-s8LJNkpNBe .mbr-text {
  color: #444;
}
.cid-s8LJNkpNBe h5 {
  margin-bottom: 0;
}
.cid-s8LJNkpNBe .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-s8LJNkpNBe .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s8LJNkpNBe .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
}
.cid-s8LJNkpNBe .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s8LJNkpNBe .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s8LJNkpNBe .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-s8LJNkpNBe .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s8LJNkpNBe .social-list a:hover {
  opacity: .4;
}
.cid-s8LJNkpNBe .media-container-row > div {
  padding: 0px;
}
.cid-s8LJNkpNBe .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-s8LJNkpNBe .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-s8LJNkpNBe .group-title SPAN {
  color: #ffffff;
}
.cid-s8LJNkpNBe .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-s8LJNkpNBe .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-s8LJNkpNBe .social-list,
  .cid-s8LJNkpNBe .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-s8LJNkpNBe h3 {
    margin-bottom: 10px;
  }
  .cid-s8LJNkpNBe .navbar-brand {
    text-align: center;
  }
}
.cid-s8LJNkpNBe .links SPAN {
  color: #9e9e9e;
}
.cid-s97gH6mvKP {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-s97gH6mvKP .nav-link,
.cid-s97gH6mvKP .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-s97gH6mvKP .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-s97gH6mvKP .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-s97gH6mvKP .nav-link.text-primary:hover,
.cid-s97gH6mvKP .nav-link.text-primary:focus {
  color: #014188 !important;
}
.cid-s97gH6mvKP .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-s97gH6mvKP .nav-link:hover:before {
  opacity: 1;
}
.cid-s97gH6mvKP .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-s97gH6mvKP .nav-link {
    margin: 0 !important;
  }
}
.cid-s97gH6mvKP .icons-menu {
  line-height: 0;
}
.cid-s97gH6mvKP .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-s97gH6mvKP .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-s97gH6mvKP .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-s97gH6mvKP .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-s97gH6mvKP .dropdown-menu a {
  overflow: hidden;
}
.cid-s97gH6mvKP .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/mbr-18.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-s97gH6mvKP .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-s97gH6mvKP .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/mbr-18.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-s97gH6mvKP .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-s97gH6mvKP .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/lake-cleaning.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-s97gH6mvKP .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-s97gH6mvKP .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/mbr-19.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-s97gH6mvKP .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-s97gH6mvKP .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-s97gH6mvKP .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-s97gH6mvKP .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-s97gH6mvKP .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-s97gH6mvKP .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-s97gH6mvKP .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-s97gH6mvKP.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-s97gH6mvKP .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-s97gH6mvKP .btn {
    white-space: nowrap;
  }
  .cid-s97gH6mvKP .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-s97gH6mvKP .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-s97gH6mvKP .nav-item.dropdown:hover::before,
  .cid-s97gH6mvKP .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-s97gH6mvKP .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-s97gH6mvKP .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-s97gH6mvKP .navbar > .container,
.cid-s97gH6mvKP .navbar > .container-fluid {
  align-items: center;
}
.cid-s97gH6mvKP .dropdown-toggle::after,
.cid-s97gH6mvKP .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-s97gH6mvKP .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-s97gH6mvKP .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-s97gH6mvKP .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-s97gH6mvKP .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-s97gH6mvKP .nav-item:focus,
.cid-s97gH6mvKP .nav-link:focus {
  outline: none;
}
.cid-s97gH6mvKP .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s97gH6mvKP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s97gH6mvKP .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s97gH6mvKP a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-s97gH6mvKP ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-s97gH6mvKP .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-s97gH6mvKP .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-s97gH6mvKP .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-s97gH6mvKP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s97gH6mvKP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s97gH6mvKP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 75px - 1rem);
  }
}
.cid-s97gH6mvKP .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s97gH6mvKP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s97gH6mvKP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s97gH6mvKP .dropdown-menu .menu__images {
    display: none;
  }
  .cid-s97gH6mvKP .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-s97gH6mvKP .nav-item .nav-link::before {
    display: none;
  }
  .cid-s97gH6mvKP.opened .dropdown-menu {
    top: 0;
  }
  .cid-s97gH6mvKP .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-s97gH6mvKP .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-s97gH6mvKP .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-s97gH6mvKP .navbar-logo {
    margin: 0;
  }
  .cid-s97gH6mvKP .navbar-logo img {
    height: 60px !important;
  }
  .cid-s97gH6mvKP .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-s97gH6mvKP .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s97gH6mvKP .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-s97gH6mvKP .navbar {
    padding: 13px 90px;
  }
  .cid-s97gH6mvKP .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-s97gH6mvKP .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-s97gH6mvKP .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-s97gH6mvKP .dropdown-toggle::after,
  .cid-s97gH6mvKP .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-s97gH6mvKP .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-s97gH6mvKP a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-s97gH6mvKP ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-s97gH6mvKP .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-s97gH6mvKP.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-s97gH6mvKP.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-s97gH6mvKP.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s97gH6mvKP.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-s97gH6mvKP .navbar {
    padding: 0 !important;
  }
  .cid-s97gH6mvKP ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-s97gH6mvKP a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-s97gH6mvKP .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-s97gH6mvKP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s97gH6mvKP .dropdown-item.active,
.cid-s97gH6mvKP .dropdown-item:active {
  background-color: transparent;
}
.cid-s97gH6mvKP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s97gH6mvKP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-s97gH6mvKP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s97gH6mvKP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-s97gH6mvKP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s97gH6mvKP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s97gH6mvKP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s97gH6mvKP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s97gH6mvKP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s97gH6mvKP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s97gH6mvKP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s97gH6mvKP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-s97gH6mvKP .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-s97gH6mvKP .navbar-dropdown {
  position: absolute;
  position: fixed;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s97gH6mvKP .navbar {
    height: 97px;
  }
  .cid-s97gH6mvKP .navbar.opened {
    height: auto;
  }
  .cid-s97gH6mvKP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s97gH8FGjt {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-s97gH8FGjt .title__block {
  position: relative;
  z-index: 10;
}
.cid-s97gH8FGjt .mbr-section-title {
  margin-bottom: 25px;
}
.cid-s97gH8FGjt .mbr-section-subtitle {
  margin-bottom: 10px;
  padding-right: 150px;
}
.cid-s97gH8FGjt .mbr-text {
  margin-bottom: 50px;
  padding-right: 150px;
}
.cid-s97gH8FGjt .mbr-section-btn {
  padding-right: 150px;
}
.cid-s97gH8FGjt .slider__block .container {
  padding: 0 15px;
}
.cid-s97gH8FGjt .carousel {
  padding-bottom: 100px;
}
.cid-s97gH8FGjt .carousel-inner {
  overflow: visible;
  transform: translateX(250px);
}
.cid-s97gH8FGjt .carousel-item {
  justify-content: center;
  opacity: 0;
  transition: opacity 2s ease, transform 0s ease .3s;
}
.cid-s97gH8FGjt .carousel-item.active {
  opacity: 1;
}
.cid-s97gH8FGjt .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-s97gH8FGjt .carousel-item .wrap-img {
  transition: transform 0s;
  position: relative;
  text-align: center;
  margin: auto;
  width: 400px;
  height: 600px;
  transform: scale(0.9) rotate(-7deg);
  z-index: 1;
}
.cid-s97gH8FGjt .carousel-item .wrap-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-s97gH8FGjt .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-s97gH8FGjt .carousel-item .cloneditem-1,
.cid-s97gH8FGjt .carousel-item .cloneditem-2 {
  opacity: 0;
}
.cid-s97gH8FGjt .carousel-item.active .cloneditem-1 {
  transform: translateX(-170px);
  z-index: 2;
  opacity: 1;
  transition: opacity .5s ease .3s;
}
.cid-s97gH8FGjt .carousel-item.active .cloneditem-1 .wrap-img {
  transform: scale(1.1);
}
.cid-s97gH8FGjt .carousel-item.active .cloneditem-2 {
  transform: translateX(-270px);
  z-index: 3;
  opacity: 1;
  transition: opacity .5s ease .7s;
}
.cid-s97gH8FGjt .carousel-item.active .cloneditem-2 .wrap-img {
  transform: scale(0.9) rotate(7deg);
}
.cid-s97gH8FGjt .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-s97gH8FGjt .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: 80px;
  justify-content: center;
}
.cid-s97gH8FGjt .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 45px;
  height: 45px;
  color: #003d59;
  transition: all 0.3s ease;
}
.cid-s97gH8FGjt .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-s97gH8FGjt .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-s97gH8FGjt .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 45px;
}
.cid-s97gH8FGjt .carousel-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  margin: 2rem 1rem 0;
  text-align: center;
}
.cid-s97gH8FGjt .carousel-indicators li {
  max-width: initial;
  width: 190px;
  height: 15px;
  background-color: transparent;
  display: inline-block;
  border: 0;
  border-bottom: 2px solid #003d59;
  max-height: initial;
  border-radius: 0;
  opacity: 1;
  margin: 0;
  transition: all 0s ease .3s;
}
.cid-s97gH8FGjt .carousel-indicators li.active {
  border: 0;
  border-bottom: 5px solid #003d59;
  margin: 0;
  opacity: 1;
}
.cid-s97gH8FGjt .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
.cid-s97gH8FGjt .cloneditem-1,
.cid-s97gH8FGjt .cloneditem-2,
.cid-s97gH8FGjt .cloneditem-3 {
  display: none;
}
@media (min-width: 992px) {
  .cid-s97gH8FGjt .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-s97gH8FGjt .carousel-inner {
    padding-bottom: 3px;
  }
  .cid-s97gH8FGjt .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-s97gH8FGjt .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-s97gH8FGjt .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-s97gH8FGjt .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-s97gH8FGjt .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-s97gH8FGjt .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-s97gH8FGjt .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-s97gH8FGjt .carousel-inner.slides2 .cloneditem-1,
  .cid-s97gH8FGjt .carousel-inner.slides2 .cloneditem-2,
  .cid-s97gH8FGjt .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-s97gH8FGjt .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-s97gH8FGjt .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-s97gH8FGjt .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-s97gH8FGjt .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-s97gH8FGjt .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-s97gH8FGjt .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-s97gH8FGjt .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-s97gH8FGjt .carousel-inner.slides3 .cloneditem-1,
  .cid-s97gH8FGjt .carousel-inner.slides3 .cloneditem-2,
  .cid-s97gH8FGjt .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-s97gH8FGjt .title__block {
    text-align: center;
    margin-bottom: 67px;
  }
  .cid-s97gH8FGjt .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-s97gH8FGjt .mbr-section-subtitle {
    margin-bottom: 7px;
    padding-right: 0;
  }
  .cid-s97gH8FGjt .mbr-text {
    margin-bottom: 28px;
    padding-right: 0;
  }
  .cid-s97gH8FGjt .mbr-section-btn {
    padding-right: 0;
  }
  .cid-s97gH8FGjt .carousel-inner {
    overflow: hidden;
    transform: translateX(0);
  }
  .cid-s97gH8FGjt .carousel-item {
    transition: all .3s ease;
    opacity: 1;
  }
  .cid-s97gH8FGjt .carousel-item .wrap-img {
    height: auto;
    transition: all .3s 0s;
    transform: scale(1) rotate(0);
    width: 100%;
  }
  .cid-s97gH8FGjt .carousel-indicators li {
    transition: all 0s ease 0s;
  }
}
@media (max-width: 767px) {
  .cid-s97gH8FGjt .carousel-controls {
    justify-content: center;
    margin-top: 40px;
    display: none;
  }
  .cid-s97gH8FGjt .carousel-controls .carousel-control {
    width: 30px;
    height: 30px;
  }
  .cid-s97gH8FGjt .carousel-controls .carousel-control .mbr-iconfont {
    font-size: 30px;
  }
  .cid-s97gH8FGjt .carousel {
    padding-bottom: 50px;
  }
}
.cid-s97gHd4hDf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-s97gHd4hDf .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s97gHd4hDf .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s97gHd4hDf .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s97gHd4hDf .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-s97gHd4hDf .container {
  padding: 0;
}
.cid-s97gHd4hDf .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s97gHd4hDf .icon-focus {
  display: none;
}
.cid-s97gHd4hDf .btn[class*=-outline] {
  border: none!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  color: #808080 !important;
  font-weight: 400;
  box-shadow: none !important;
}
.cid-s97gHd4hDf .btn[class*=-outline]:hover,
.cid-s97gHd4hDf .btn[class*=-outline]:active {
  background: transparent!important;
}
.cid-s97gHd4hDf li:hover .btn-primary-outline,
.cid-s97gHd4hDf li:active .btn-primary-outline,
.cid-s97gHd4hDf li.active .btn-primary-outline {
  color: #014188 !important;
}
.cid-s97gHd4hDf li:hover .btn-secondary-outline,
.cid-s97gHd4hDf li:active .btn-secondary-outline,
.cid-s97gHd4hDf li.active .btn-secondary-outline {
  color: #dddddd !important;
}
.cid-s97gHd4hDf li:hover .btn-info-outline,
.cid-s97gHd4hDf li:active .btn-info-outline,
.cid-s97gHd4hDf li.active .btn-info-outline {
  color: #4c4c4c !important;
}
.cid-s97gHd4hDf li:hover .btn-warning-outline,
.cid-s97gHd4hDf li:active .btn-warning-outline,
.cid-s97gHd4hDf li.active .btn-warning-outline {
  color: #f7941e !important;
}
.cid-s97gHd4hDf li:hover .btn-white-outline,
.cid-s97gHd4hDf li:active .btn-white-outline,
.cid-s97gHd4hDf li.active .btn-white-outline {
  color: #ffffff !important;
}
.cid-s97gHd4hDf li:hover .btn-black-outline,
.cid-s97gHd4hDf li:active .btn-black-outline,
.cid-s97gHd4hDf li.active .btn-black-outline {
  color: #000000 !important;
}
.cid-s97gHd4hDf li:hover .btn-success-outline,
.cid-s97gHd4hDf li:active .btn-success-outline,
.cid-s97gHd4hDf li.active .btn-success-outline {
  color: #014188 !important;
}
.cid-s97gHd4hDf li:hover .btn-danger-outline,
.cid-s97gHd4hDf li:active .btn-danger-outline,
.cid-s97gHd4hDf li.active .btn-danger-outline {
  color: #fe5925 !important;
}
.cid-s97gHd4hDf li {
  position: relative;
}
.cid-s97gHd4hDf .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 6px;
  top: 50%;
  background: #d3d3d3 !important;
  transform: rotate(35deg) translateY(-59%);
}
.cid-s97gHd4hDf .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s97gHd4hDf .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s97gHd4hDf .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-s97gHd4hDf .btn {
  font-family: Roboto !important;
}
.cid-s97gHd4hDf .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-s97gHd4hDf .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-s97gHd4hDf .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-s97gHd4hDf .btn[class*="-outline"] {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-s97gHfhN42 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s97gHfhN42 .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-s97gHfhN42 .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-s97gHfhN42 .mbr-text {
  color: #444;
}
.cid-s97gHfhN42 h5 {
  margin-bottom: 0;
}
.cid-s97gHfhN42 .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-s97gHfhN42 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s97gHfhN42 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
}
.cid-s97gHfhN42 .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s97gHfhN42 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s97gHfhN42 .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-s97gHfhN42 .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s97gHfhN42 .social-list a:hover {
  opacity: .4;
}
.cid-s97gHfhN42 .media-container-row > div {
  padding: 0px;
}
.cid-s97gHfhN42 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-s97gHfhN42 .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-s97gHfhN42 .group-title SPAN {
  color: #ffffff;
}
.cid-s97gHfhN42 .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-s97gHfhN42 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-s97gHfhN42 .social-list,
  .cid-s97gHfhN42 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-s97gHfhN42 h3 {
    margin-bottom: 10px;
  }
  .cid-s97gHfhN42 .navbar-brand {
    text-align: center;
  }
}
.cid-s97gHfhN42 .links SPAN {
  color: #9e9e9e;
}
.cid-s97u0mgJ88 {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-s97u0mgJ88 .nav-link,
.cid-s97u0mgJ88 .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-s97u0mgJ88 .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-s97u0mgJ88 .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-s97u0mgJ88 .nav-link.text-primary:hover,
.cid-s97u0mgJ88 .nav-link.text-primary:focus {
  color: #014188 !important;
}
.cid-s97u0mgJ88 .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-s97u0mgJ88 .nav-link:hover:before {
  opacity: 1;
}
.cid-s97u0mgJ88 .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-s97u0mgJ88 .nav-link {
    margin: 0 !important;
  }
}
.cid-s97u0mgJ88 .icons-menu {
  line-height: 0;
}
.cid-s97u0mgJ88 .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-s97u0mgJ88 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-s97u0mgJ88 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-s97u0mgJ88 .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-s97u0mgJ88 .dropdown-menu a {
  overflow: hidden;
}
.cid-s97u0mgJ88 .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/mbr-18.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-s97u0mgJ88 .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-s97u0mgJ88 .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/mbr-18.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-s97u0mgJ88 .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-s97u0mgJ88 .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/lake-cleaning.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-s97u0mgJ88 .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-s97u0mgJ88 .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/mbr-19.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-s97u0mgJ88 .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-s97u0mgJ88 .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-s97u0mgJ88 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-s97u0mgJ88 .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-s97u0mgJ88 .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-s97u0mgJ88 .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-s97u0mgJ88 .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-s97u0mgJ88.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-s97u0mgJ88 .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-s97u0mgJ88 .btn {
    white-space: nowrap;
  }
  .cid-s97u0mgJ88 .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-s97u0mgJ88 .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-s97u0mgJ88 .nav-item.dropdown:hover::before,
  .cid-s97u0mgJ88 .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-s97u0mgJ88 .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-s97u0mgJ88 .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-s97u0mgJ88 .navbar > .container,
.cid-s97u0mgJ88 .navbar > .container-fluid {
  align-items: center;
}
.cid-s97u0mgJ88 .dropdown-toggle::after,
.cid-s97u0mgJ88 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-s97u0mgJ88 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-s97u0mgJ88 .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-s97u0mgJ88 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-s97u0mgJ88 .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-s97u0mgJ88 .nav-item:focus,
.cid-s97u0mgJ88 .nav-link:focus {
  outline: none;
}
.cid-s97u0mgJ88 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s97u0mgJ88 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s97u0mgJ88 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s97u0mgJ88 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-s97u0mgJ88 ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-s97u0mgJ88 .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-s97u0mgJ88 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-s97u0mgJ88 .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-s97u0mgJ88 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s97u0mgJ88 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s97u0mgJ88 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 75px - 1rem);
  }
}
.cid-s97u0mgJ88 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s97u0mgJ88 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s97u0mgJ88 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s97u0mgJ88 .dropdown-menu .menu__images {
    display: none;
  }
  .cid-s97u0mgJ88 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-s97u0mgJ88 .nav-item .nav-link::before {
    display: none;
  }
  .cid-s97u0mgJ88.opened .dropdown-menu {
    top: 0;
  }
  .cid-s97u0mgJ88 .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-s97u0mgJ88 .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-s97u0mgJ88 .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-s97u0mgJ88 .navbar-logo {
    margin: 0;
  }
  .cid-s97u0mgJ88 .navbar-logo img {
    height: 60px !important;
  }
  .cid-s97u0mgJ88 .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-s97u0mgJ88 .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s97u0mgJ88 .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-s97u0mgJ88 .navbar {
    padding: 13px 90px;
  }
  .cid-s97u0mgJ88 .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-s97u0mgJ88 .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-s97u0mgJ88 .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-s97u0mgJ88 .dropdown-toggle::after,
  .cid-s97u0mgJ88 .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-s97u0mgJ88 .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-s97u0mgJ88 a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-s97u0mgJ88 ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-s97u0mgJ88 .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-s97u0mgJ88.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-s97u0mgJ88.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-s97u0mgJ88.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s97u0mgJ88.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-s97u0mgJ88 .navbar {
    padding: 0 !important;
  }
  .cid-s97u0mgJ88 ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-s97u0mgJ88 a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-s97u0mgJ88 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-s97u0mgJ88 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s97u0mgJ88 .dropdown-item.active,
.cid-s97u0mgJ88 .dropdown-item:active {
  background-color: transparent;
}
.cid-s97u0mgJ88 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s97u0mgJ88 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-s97u0mgJ88 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s97u0mgJ88 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-s97u0mgJ88 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s97u0mgJ88 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s97u0mgJ88 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s97u0mgJ88 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s97u0mgJ88 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s97u0mgJ88 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s97u0mgJ88 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s97u0mgJ88 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-s97u0mgJ88 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-s97u0mgJ88 .navbar-dropdown {
  position: absolute;
  position: fixed;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s97u0mgJ88 .navbar {
    height: 97px;
  }
  .cid-s97u0mgJ88 .navbar.opened {
    height: auto;
  }
  .cid-s97u0mgJ88 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s97u0n2byq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-s97u0n2byq .title__block {
  padding-bottom: 40px;
}
.cid-s97u0n2byq .mbr-section-title {
  margin-bottom: 25px;
}
.cid-s97u0n2byq .mbr-section-title b,
.cid-s97u0n2byq .mbr-section-title strong {
  font-weight: 500;
}
.cid-s97u0n2byq .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-s97u0n2byq .mbr-text {
  margin-bottom: 43px;
}
.cid-s97u0n2byq .image__block {
  position: relative;
  z-index: 1;
  max-height: 620px;
}
.cid-s97u0n2byq .image__block:before {
  content: "";
  position: absolute;
  top: -28%;
  left: 120px;
  width: 100vw;
  height: calc(100% + 40px);
  background-color: #cce4f0;
}
.cid-s97u0n2byq .image__block:before {
  left: auto;
  right: 120px;
}
.cid-s97u0n2byq .img__wrap {
  position: relative;
  max-height: 620px;
}
.cid-s97u0n2byq .img__wrap .image1 {
  display: block;
  position: relative;
  bottom: -52px;
  left: 0;
  transform: rotate(-11.7deg) translateX(24.6%);
  width: 41%;
}
.cid-s97u0n2byq .img__wrap .image1:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 138%;
}
.cid-s97u0n2byq .img__wrap .image1 img {
  max-width: 341px;
  max-height: 472px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-s97u0n2byq .img__wrap .image2 {
  display: block;
  position: relative;
  bottom: 20px;
  left: 0;
  transform: rotate(9.96deg) translate(34%, -90%);
  width: 62%;
}
.cid-s97u0n2byq .img__wrap .image2:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 120%;
}
.cid-s97u0n2byq .img__wrap .image2 img {
  max-width: 520px;
  max-height: 625px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-s97u0n2byq .row {
    text-align: center;
  }
  .cid-s97u0n2byq .title__block {
    padding-bottom: 0;
  }
  .cid-s97u0n2byq .mbr-section-title {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .cid-s97u0n2byq .figure:before {
    content: none;
  }
  .cid-s97u0n2byq .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-s97u0n2byq .mbr-text {
    margin-bottom: 30px;
  }
  .cid-s97u0n2byq .image__block:before {
    top: 50px;
    left: 30px;
    height: calc(100% - 25px);
    min-height: 235px;
    max-height: 400px;
  }
  .cid-s97u0n2byq .img__wrap {
    max-height: 0;
    padding-bottom: 88%;
    margin-top: 22%;
  }
}
.cid-s97woLnHKb {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s97woLnHKb .mbr-text {
  color: #767676;
}
.cid-s97woLnHKb .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-s97woLnHKb .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-s97woLnHKb .counter-container ul li:before {
  position: absolute;
  left: -1.5rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #188ef4;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #188ef4, #5eeebb);
}
.cid-s97u0rokLm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s97u0rokLm .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-s97u0rokLm .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-s97u0rokLm .mbr-text {
  color: #444;
}
.cid-s97u0rokLm h5 {
  margin-bottom: 0;
}
.cid-s97u0rokLm .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-s97u0rokLm .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s97u0rokLm .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
}
.cid-s97u0rokLm .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s97u0rokLm .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s97u0rokLm .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-s97u0rokLm .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s97u0rokLm .social-list a:hover {
  opacity: .4;
}
.cid-s97u0rokLm .media-container-row > div {
  padding: 0px;
}
.cid-s97u0rokLm .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-s97u0rokLm .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-s97u0rokLm .group-title SPAN {
  color: #ffffff;
}
.cid-s97u0rokLm .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-s97u0rokLm .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-s97u0rokLm .social-list,
  .cid-s97u0rokLm .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-s97u0rokLm h3 {
    margin-bottom: 10px;
  }
  .cid-s97u0rokLm .navbar-brand {
    text-align: center;
  }
}
.cid-s97u0rokLm .links SPAN {
  color: #9e9e9e;
}
.cid-s980bBjVMy {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-s980bBjVMy .nav-link,
.cid-s980bBjVMy .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-s980bBjVMy .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-s980bBjVMy .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-s980bBjVMy .nav-link.text-primary:hover,
.cid-s980bBjVMy .nav-link.text-primary:focus {
  color: #014188 !important;
}
.cid-s980bBjVMy .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-s980bBjVMy .nav-link:hover:before {
  opacity: 1;
}
.cid-s980bBjVMy .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-s980bBjVMy .nav-link {
    margin: 0 !important;
  }
}
.cid-s980bBjVMy .icons-menu {
  line-height: 0;
}
.cid-s980bBjVMy .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-s980bBjVMy .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-s980bBjVMy .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-s980bBjVMy .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-s980bBjVMy .dropdown-menu a {
  overflow: hidden;
}
.cid-s980bBjVMy .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/mbr-18.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-s980bBjVMy .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-s980bBjVMy .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/mbr-18.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-s980bBjVMy .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-s980bBjVMy .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/lake-cleaning.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-s980bBjVMy .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-s980bBjVMy .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/mbr-19.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-s980bBjVMy .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-s980bBjVMy .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-s980bBjVMy .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-s980bBjVMy .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-s980bBjVMy .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-s980bBjVMy .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-s980bBjVMy .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-s980bBjVMy.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-s980bBjVMy .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-s980bBjVMy .btn {
    white-space: nowrap;
  }
  .cid-s980bBjVMy .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-s980bBjVMy .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-s980bBjVMy .nav-item.dropdown:hover::before,
  .cid-s980bBjVMy .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-s980bBjVMy .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-s980bBjVMy .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-s980bBjVMy .navbar > .container,
.cid-s980bBjVMy .navbar > .container-fluid {
  align-items: center;
}
.cid-s980bBjVMy .dropdown-toggle::after,
.cid-s980bBjVMy .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-s980bBjVMy .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-s980bBjVMy .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-s980bBjVMy .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-s980bBjVMy .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-s980bBjVMy .nav-item:focus,
.cid-s980bBjVMy .nav-link:focus {
  outline: none;
}
.cid-s980bBjVMy .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s980bBjVMy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s980bBjVMy .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s980bBjVMy a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-s980bBjVMy ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-s980bBjVMy .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-s980bBjVMy .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-s980bBjVMy .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-s980bBjVMy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s980bBjVMy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s980bBjVMy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 75px - 1rem);
  }
}
.cid-s980bBjVMy .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s980bBjVMy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s980bBjVMy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s980bBjVMy .dropdown-menu .menu__images {
    display: none;
  }
  .cid-s980bBjVMy .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-s980bBjVMy .nav-item .nav-link::before {
    display: none;
  }
  .cid-s980bBjVMy.opened .dropdown-menu {
    top: 0;
  }
  .cid-s980bBjVMy .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-s980bBjVMy .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-s980bBjVMy .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-s980bBjVMy .navbar-logo {
    margin: 0;
  }
  .cid-s980bBjVMy .navbar-logo img {
    height: 60px !important;
  }
  .cid-s980bBjVMy .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-s980bBjVMy .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s980bBjVMy .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-s980bBjVMy .navbar {
    padding: 13px 90px;
  }
  .cid-s980bBjVMy .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-s980bBjVMy .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-s980bBjVMy .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-s980bBjVMy .dropdown-toggle::after,
  .cid-s980bBjVMy .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-s980bBjVMy .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-s980bBjVMy a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-s980bBjVMy ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-s980bBjVMy .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-s980bBjVMy.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-s980bBjVMy.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-s980bBjVMy.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s980bBjVMy.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-s980bBjVMy .navbar {
    padding: 0 !important;
  }
  .cid-s980bBjVMy ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-s980bBjVMy a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-s980bBjVMy .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-s980bBjVMy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s980bBjVMy .dropdown-item.active,
.cid-s980bBjVMy .dropdown-item:active {
  background-color: transparent;
}
.cid-s980bBjVMy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s980bBjVMy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-s980bBjVMy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s980bBjVMy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-s980bBjVMy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s980bBjVMy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s980bBjVMy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s980bBjVMy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s980bBjVMy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s980bBjVMy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s980bBjVMy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s980bBjVMy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-s980bBjVMy .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-s980bBjVMy .navbar-dropdown {
  position: absolute;
  position: fixed;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s980bBjVMy .navbar {
    height: 97px;
  }
  .cid-s980bBjVMy .navbar.opened {
    height: auto;
  }
  .cid-s980bBjVMy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s980bCnNDl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-24.jpg");
}
.cid-s980bCnNDl .mbr-text,
.cid-s980bCnNDl .typed-text,
.cid-s980bCnNDl .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-s980bCnNDl .btn {
  margin-left: 4px !important;
}
.cid-s980bCnNDl .animated-element {
  color: #ffbc00;
}
.cid-s980bCnNDl .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-s985Be8yKf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fceecf;
}
.cid-s985Be8yKf .left__side,
.cid-s985Be8yKf .right__side {
  display: flex;
  align-items: center;
}
.cid-s985Be8yKf .logo {
  max-width: 174px;
}
.cid-s985Be8yKf .logo img {
  width: 100%;
  object-fit: cover;
}
.cid-s985Be8yKf .mbr-section-title {
  margin-left: 30px;
}
.cid-s985Be8yKf .image__block {
  margin-top: 135px;
}
.cid-s985Be8yKf .image__block .image {
  margin: 0 18px 30px;
}
.cid-s985Be8yKf .image__block .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-s985Be8yKf .img-wrap1 img {
  max-width: 466px;
  max-height: 432px;
}
.cid-s985Be8yKf .img-wrap2 img {
  max-width: 387px;
  max-height: 433px;
}
.cid-s985Be8yKf .img-wrap3 img {
  max-width: 615px;
  max-height: 433px;
}
.cid-s985Be8yKf .mbr-section-btn {
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 1150px) {
  .cid-s985Be8yKf .img-wrap1 img {
    max-width: 426px;
  }
  .cid-s985Be8yKf .img-wrap2 img {
    max-width: 325px;
  }
}
@media (max-width: 1024px) {
  .cid-s985Be8yKf .left__side {
    margin-bottom: 39px;
    justify-content: center;
  }
  .cid-s985Be8yKf .logo {
    width: 105px;
    margin-right: 28px;
  }
  .cid-s985Be8yKf .logo img {
    width: 105px;
    height: auto;
  }
  .cid-s985Be8yKf .mbr-section-title {
    margin-left: 0;
  }
  .cid-s985Be8yKf .figure:before {
    width: 56px;
    height: 56px;
    top: -40px;
    right: -10px;
  }
  .cid-s985Be8yKf .image__block {
    flex-wrap: nowrap;
    margin-top: 65px;
  }
  .cid-s985Be8yKf .img-wrap1 img {
    max-width: 262px;
    max-height: 241px;
  }
  .cid-s985Be8yKf .img-wrap2 img {
    max-width: 215px;
    max-height: 241px;
  }
  .cid-s985Be8yKf .img-wrap3 img {
    max-width: 345px;
    max-height: 241px;
  }
}
@media (max-width: 575px) {
  .cid-s985Be8yKf .logo {
    width: 70px;
    margin-right: 18px;
  }
  .cid-s985Be8yKf .logo img {
    width: 70px;
  }
  .cid-s985Be8yKf .image__block {
    flex-wrap: wrap;
  }
  .cid-s985Be8yKf .img-wrap1 img {
    max-width: 315px;
  }
  .cid-s985Be8yKf .img-wrap2 img {
    max-width: 315px;
  }
  .cid-s985Be8yKf .img-wrap3 img {
    max-width: 315px;
  }
}
.cid-s980bH1mCK {
  padding-top: 30px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-9.jpg");
}
.cid-s980bH1mCK .mbr-section-title {
  letter-spacing: .1em;
}
.cid-s980bH1mCK .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-s980bH1mCK .card-img span {
  font-size: 100px;
}
.cid-s980bH1mCK .mbr-text,
.cid-s980bH1mCK .mbr-section-btn {
  color: #efefef;
}
.cid-s980bKTcYQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s980bKTcYQ .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-s980bKTcYQ .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-s980bKTcYQ .mbr-text {
  color: #444;
}
.cid-s980bKTcYQ h5 {
  margin-bottom: 0;
}
.cid-s980bKTcYQ .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-s980bKTcYQ .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s980bKTcYQ .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
}
.cid-s980bKTcYQ .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s980bKTcYQ .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s980bKTcYQ .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-s980bKTcYQ .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s980bKTcYQ .social-list a:hover {
  opacity: .4;
}
.cid-s980bKTcYQ .media-container-row > div {
  padding: 0px;
}
.cid-s980bKTcYQ .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-s980bKTcYQ .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-s980bKTcYQ .group-title SPAN {
  color: #ffffff;
}
.cid-s980bKTcYQ .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-s980bKTcYQ .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-s980bKTcYQ .social-list,
  .cid-s980bKTcYQ .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-s980bKTcYQ h3 {
    margin-bottom: 10px;
  }
  .cid-s980bKTcYQ .navbar-brand {
    text-align: center;
  }
}
.cid-s980bKTcYQ .links SPAN {
  color: #9e9e9e;
}
.cid-s986CaEICY {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-s986CaEICY .nav-link,
.cid-s986CaEICY .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-s986CaEICY .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-s986CaEICY .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-s986CaEICY .nav-link.text-primary:hover,
.cid-s986CaEICY .nav-link.text-primary:focus {
  color: #014188 !important;
}
.cid-s986CaEICY .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-s986CaEICY .nav-link:hover:before {
  opacity: 1;
}
.cid-s986CaEICY .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-s986CaEICY .nav-link {
    margin: 0 !important;
  }
}
.cid-s986CaEICY .icons-menu {
  line-height: 0;
}
.cid-s986CaEICY .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-s986CaEICY .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-s986CaEICY .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-s986CaEICY .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-s986CaEICY .dropdown-menu a {
  overflow: hidden;
}
.cid-s986CaEICY .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/mbr-18.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-s986CaEICY .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-s986CaEICY .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/mbr-18.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-s986CaEICY .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-s986CaEICY .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/lake-cleaning.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-s986CaEICY .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-s986CaEICY .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/mbr-19.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-s986CaEICY .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-s986CaEICY .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-s986CaEICY .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-s986CaEICY .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-s986CaEICY .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-s986CaEICY .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-s986CaEICY .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-s986CaEICY.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-s986CaEICY .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-s986CaEICY .btn {
    white-space: nowrap;
  }
  .cid-s986CaEICY .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-s986CaEICY .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-s986CaEICY .nav-item.dropdown:hover::before,
  .cid-s986CaEICY .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-s986CaEICY .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-s986CaEICY .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-s986CaEICY .navbar > .container,
.cid-s986CaEICY .navbar > .container-fluid {
  align-items: center;
}
.cid-s986CaEICY .dropdown-toggle::after,
.cid-s986CaEICY .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-s986CaEICY .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-s986CaEICY .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-s986CaEICY .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-s986CaEICY .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-s986CaEICY .nav-item:focus,
.cid-s986CaEICY .nav-link:focus {
  outline: none;
}
.cid-s986CaEICY .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s986CaEICY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s986CaEICY .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s986CaEICY a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-s986CaEICY ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-s986CaEICY .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-s986CaEICY .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-s986CaEICY .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-s986CaEICY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s986CaEICY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s986CaEICY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 75px - 1rem);
  }
}
.cid-s986CaEICY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s986CaEICY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s986CaEICY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s986CaEICY .dropdown-menu .menu__images {
    display: none;
  }
  .cid-s986CaEICY .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-s986CaEICY .nav-item .nav-link::before {
    display: none;
  }
  .cid-s986CaEICY.opened .dropdown-menu {
    top: 0;
  }
  .cid-s986CaEICY .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-s986CaEICY .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-s986CaEICY .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-s986CaEICY .navbar-logo {
    margin: 0;
  }
  .cid-s986CaEICY .navbar-logo img {
    height: 60px !important;
  }
  .cid-s986CaEICY .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-s986CaEICY .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s986CaEICY .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-s986CaEICY .navbar {
    padding: 13px 90px;
  }
  .cid-s986CaEICY .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-s986CaEICY .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-s986CaEICY .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-s986CaEICY .dropdown-toggle::after,
  .cid-s986CaEICY .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-s986CaEICY .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-s986CaEICY a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-s986CaEICY ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-s986CaEICY .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-s986CaEICY.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-s986CaEICY.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-s986CaEICY.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s986CaEICY.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-s986CaEICY .navbar {
    padding: 0 !important;
  }
  .cid-s986CaEICY ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-s986CaEICY a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-s986CaEICY .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-s986CaEICY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s986CaEICY .dropdown-item.active,
.cid-s986CaEICY .dropdown-item:active {
  background-color: transparent;
}
.cid-s986CaEICY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s986CaEICY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-s986CaEICY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s986CaEICY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-s986CaEICY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s986CaEICY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s986CaEICY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s986CaEICY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s986CaEICY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s986CaEICY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s986CaEICY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s986CaEICY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-s986CaEICY .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-s986CaEICY .navbar-dropdown {
  position: absolute;
  position: fixed;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s986CaEICY .navbar {
    height: 97px;
  }
  .cid-s986CaEICY .navbar.opened {
    height: auto;
  }
  .cid-s986CaEICY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s986Ccb0qU {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-25.jpg");
}
.cid-s986Ccb0qU .mbr-text,
.cid-s986Ccb0qU .typed-text,
.cid-s986Ccb0qU .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-s986Ccb0qU .btn {
  margin-left: 4px !important;
}
.cid-s986Ccb0qU .animated-element {
  color: #ffbc00;
}
.cid-s986Ccb0qU .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-s989dtt1AT {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s989dtt1AT .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-s989dtt1AT .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-s989dtt1AT .btn {
  margin: 0px !important;
}
.cid-s989dtt1AT .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s989dtt1AT .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s989dtt1AT .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-s989dtt1AT .carousel-item .wrap-img {
  text-align: center;
}
.cid-s989dtt1AT .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-s989dtt1AT .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-s989dtt1AT .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-s989dtt1AT .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ffffff;
  display: inline-block;
  border: 4px solid #ffffff;
}
.cid-s989dtt1AT .carousel-indicators li.active {
  border-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-s989dtt1AT .second-col {
    padding-top: 2rem;
  }
}
.cid-s9lkZYxk0n {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s9kvETfaOi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f4f8fa;
}
.cid-s9kvETfaOi .mbr-iconfont {
  font-size: 34px;
  width: 5.125rem;
  transition: color .3s;
  padding: 1.5rem;
  position: absolute;
  top: 0;
  color: #fff;
  margin-top: -2.5rem;
  border-radius: 50%;
}
.cid-s9kvETfaOi .mbr-section-title {
  margin: 0;
}
.cid-s9kvETfaOi .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-s9kvETfaOi .card-img {
  text-align: inherit;
}
.cid-s9kvETfaOi .card-img span {
  background: linear-gradient(90deg, #2bdc9d, #1dc9cb);
}
.cid-s9kvETfaOi .mbr-text {
  color: #8d97ad;
}
.cid-s9kvETfaOi .wrapper {
  border-radius: .25rem;
  padding: 2rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (max-width: 991px) {
  .cid-s9kvETfaOi .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-s9kAhesAge {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #f4f8fa;
}
.cid-s9kAhesAge .mbr-iconfont {
  font-size: 34px;
  width: 5.125rem;
  transition: color .3s;
  padding: 1.5rem;
  position: absolute;
  top: 0;
  color: #fff;
  margin-top: -2.5rem;
  border-radius: 50%;
}
.cid-s9kAhesAge .mbr-section-title {
  margin: 0;
}
.cid-s9kAhesAge .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-s9kAhesAge .card-img {
  text-align: inherit;
}
.cid-s9kAhesAge .card-img span {
  background: linear-gradient(90deg, #2bdc9d, #1dc9cb);
}
.cid-s9kAhesAge .mbr-text {
  color: #8d97ad;
}
.cid-s9kAhesAge .wrapper {
  border-radius: .25rem;
  padding: 2rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (max-width: 991px) {
  .cid-s9kAhesAge .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-s9kooCPQew {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-s9kooCPQew .two__background:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 100%;
  background-color: #cce4f0;
  z-index: 0;
}
.cid-s9kooCPQew .slider__content {
  padding-top: 52px;
  text-align: left;
}
.cid-s9kooCPQew .mbr-section-subtitle {
  color: #d3045f;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-s9kooCPQew .mbr-section-subtitle:after {
  content: "";
  position: absolute;
  left: -92px;
  top: 147px;
  width: 85px;
  height: 85px;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../../assets/images/compass.svg");
}
.cid-s9kooCPQew .mbr-section-title {
  margin-bottom: 33px;
}
.cid-s9kooCPQew .slider__image {
  margin-left: 11.8%;
}
.cid-s9kooCPQew .img-wrap {
  max-width: 100%;
}
.cid-s9kooCPQew .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-s9kooCPQew .carousel-indicators {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: all 0.25s;
  height: 100%;
  width: 50px;
  left: 44.5%;
  right: auto;
}
.cid-s9kooCPQew .carousel-indicators .active {
  background: #003d59;
  opacity: 1;
  border: none;
}
.cid-s9kooCPQew .carousel-indicators .active:before {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: .2;
}
.cid-s9kooCPQew .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 32px;
  box-sizing: border-box;
  background-color: #003d59;
  border-radius: 50%;
  position: relative;
  opacity: .2;
}
.cid-s9kooCPQew .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #003d59;
  background-color: transparent;
}
.cid-s9kooCPQew .carousel-controls a span {
  transition: all .3s;
  color: #003d59;
  font-size: 18px;
}
.cid-s9kooCPQew .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-s9kooCPQew .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-s9kooCPQew .carousel-controls .carousel-control-next,
.cid-s9kooCPQew .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-s9kooCPQew .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-s9kooCPQew .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s9kooCPQew .image-element {
    min-width: 50%;
  }
  .cid-s9kooCPQew .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-s9kooCPQew .two__background:before {
    max-width: 90%;
  }
  .cid-s9kooCPQew .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-s9kooCPQew .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-s9kooCPQew .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-s9kooCPQew .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-s9kooCPQew .mbr-section-subtitle:after {
    content: none;
  }
  .cid-s9kooCPQew .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-s9kooCPQew .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-s9kooCPQew .img-wrap {
    width: 100%;
  }
  .cid-s9kooCPQew .carousel-controls {
    display: none;
  }
  .cid-s9kooCPQew .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-s986CgFEFB {
  padding-top: 30px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/about.jpg");
}
.cid-s986CgFEFB .mbr-section-title {
  letter-spacing: .1em;
}
.cid-s986CgFEFB .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-s986CgFEFB .card-img span {
  font-size: 100px;
}
.cid-s986CgFEFB .mbr-text,
.cid-s986CgFEFB .mbr-section-btn {
  color: #efefef;
}
.cid-s986ChyY2p {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s986ChyY2p .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-s986ChyY2p .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-s986ChyY2p .mbr-text {
  color: #444;
}
.cid-s986ChyY2p h5 {
  margin-bottom: 0;
}
.cid-s986ChyY2p .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-s986ChyY2p .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s986ChyY2p .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
}
.cid-s986ChyY2p .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s986ChyY2p .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s986ChyY2p .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-s986ChyY2p .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s986ChyY2p .social-list a:hover {
  opacity: .4;
}
.cid-s986ChyY2p .media-container-row > div {
  padding: 0px;
}
.cid-s986ChyY2p .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-s986ChyY2p .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-s986ChyY2p .group-title SPAN {
  color: #ffffff;
}
.cid-s986ChyY2p .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-s986ChyY2p .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-s986ChyY2p .social-list,
  .cid-s986ChyY2p .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-s986ChyY2p h3 {
    margin-bottom: 10px;
  }
  .cid-s986ChyY2p .navbar-brand {
    text-align: center;
  }
}
.cid-s986ChyY2p .links SPAN {
  color: #9e9e9e;
}
.cid-s9l018JPwH {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-s9l018JPwH .nav-link,
.cid-s9l018JPwH .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-s9l018JPwH .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-s9l018JPwH .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-s9l018JPwH .nav-link.text-primary:hover,
.cid-s9l018JPwH .nav-link.text-primary:focus {
  color: #014188 !important;
}
.cid-s9l018JPwH .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-s9l018JPwH .nav-link:hover:before {
  opacity: 1;
}
.cid-s9l018JPwH .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-s9l018JPwH .nav-link {
    margin: 0 !important;
  }
}
.cid-s9l018JPwH .icons-menu {
  line-height: 0;
}
.cid-s9l018JPwH .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-s9l018JPwH .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-s9l018JPwH .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-s9l018JPwH .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-s9l018JPwH .dropdown-menu a {
  overflow: hidden;
}
.cid-s9l018JPwH .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/mbr-18.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-s9l018JPwH .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-s9l018JPwH .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/mbr-18.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-s9l018JPwH .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-s9l018JPwH .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/lake-cleaning.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-s9l018JPwH .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-s9l018JPwH .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/mbr-19.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-s9l018JPwH .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-s9l018JPwH .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-s9l018JPwH .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-s9l018JPwH .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-s9l018JPwH .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-s9l018JPwH .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-s9l018JPwH .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-s9l018JPwH.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-s9l018JPwH .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-s9l018JPwH .btn {
    white-space: nowrap;
  }
  .cid-s9l018JPwH .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-s9l018JPwH .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-s9l018JPwH .nav-item.dropdown:hover::before,
  .cid-s9l018JPwH .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-s9l018JPwH .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-s9l018JPwH .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-s9l018JPwH .navbar > .container,
.cid-s9l018JPwH .navbar > .container-fluid {
  align-items: center;
}
.cid-s9l018JPwH .dropdown-toggle::after,
.cid-s9l018JPwH .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-s9l018JPwH .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-s9l018JPwH .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-s9l018JPwH .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-s9l018JPwH .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-s9l018JPwH .nav-item:focus,
.cid-s9l018JPwH .nav-link:focus {
  outline: none;
}
.cid-s9l018JPwH .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s9l018JPwH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s9l018JPwH .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s9l018JPwH a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-s9l018JPwH ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-s9l018JPwH .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-s9l018JPwH .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-s9l018JPwH .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-s9l018JPwH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s9l018JPwH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s9l018JPwH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 75px - 1rem);
  }
}
.cid-s9l018JPwH .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s9l018JPwH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s9l018JPwH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s9l018JPwH .dropdown-menu .menu__images {
    display: none;
  }
  .cid-s9l018JPwH .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-s9l018JPwH .nav-item .nav-link::before {
    display: none;
  }
  .cid-s9l018JPwH.opened .dropdown-menu {
    top: 0;
  }
  .cid-s9l018JPwH .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-s9l018JPwH .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-s9l018JPwH .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-s9l018JPwH .navbar-logo {
    margin: 0;
  }
  .cid-s9l018JPwH .navbar-logo img {
    height: 60px !important;
  }
  .cid-s9l018JPwH .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-s9l018JPwH .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s9l018JPwH .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-s9l018JPwH .navbar {
    padding: 13px 90px;
  }
  .cid-s9l018JPwH .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-s9l018JPwH .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-s9l018JPwH .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-s9l018JPwH .dropdown-toggle::after,
  .cid-s9l018JPwH .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-s9l018JPwH .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-s9l018JPwH a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-s9l018JPwH ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-s9l018JPwH .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-s9l018JPwH.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-s9l018JPwH.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-s9l018JPwH.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s9l018JPwH.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-s9l018JPwH .navbar {
    padding: 0 !important;
  }
  .cid-s9l018JPwH ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-s9l018JPwH a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-s9l018JPwH .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-s9l018JPwH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s9l018JPwH .dropdown-item.active,
.cid-s9l018JPwH .dropdown-item:active {
  background-color: transparent;
}
.cid-s9l018JPwH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s9l018JPwH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-s9l018JPwH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s9l018JPwH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-s9l018JPwH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s9l018JPwH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s9l018JPwH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s9l018JPwH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s9l018JPwH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s9l018JPwH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s9l018JPwH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s9l018JPwH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-s9l018JPwH .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-s9l018JPwH .navbar-dropdown {
  position: absolute;
  position: fixed;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s9l018JPwH .navbar {
    height: 97px;
  }
  .cid-s9l018JPwH .navbar.opened {
    height: auto;
  }
  .cid-s9l018JPwH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s9l01a6JKl {
  padding-top: 120px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-26.jpg");
}
.cid-s9l01a6JKl .mbr-text,
.cid-s9l01a6JKl .typed-text,
.cid-s9l01a6JKl .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-s9l01a6JKl .btn {
  margin-left: 4px !important;
}
.cid-s9l01a6JKl .animated-element {
  color: #ffbc00;
}
.cid-s9l01a6JKl .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-s9l4McnaXx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-s9l4McnaXx img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-s9l4McnaXx img:hover {
  transform: scale(1.1);
}
.cid-s9l4McnaXx .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-s9l4McnaXx h2 {
  padding: 0;
  margin: 0;
}
.cid-s9l4McnaXx .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s9l4McnaXx .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-s9l4McnaXx .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-s9l4McnaXx .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-s9l4McnaXx .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-s9l4McnaXx .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-s9l4McnaXx .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-s9l4McnaXx .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-s9l4McnaXx .text-col {
    padding: 2rem 1rem;
  }
}
.cid-s9l4McnaXx H2 {
  color: #333333;
}
.cid-s9l4McnaXx .mbr-text {
  color: #767676;
}
.cid-s9lOrHaunI {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s9lOrHaunI .title__block {
  margin-bottom: 89px;
}
.cid-s9lOrHaunI .timelines-container .separline:last-child:before {
  content: none;
}
.cid-s9lOrHaunI .mbr-timeline-title {
  margin-bottom: 10px;
  font-weight: 500;
}
.cid-s9lOrHaunI .timeline-text-content {
  padding: 27px 27px 28px 37px;
  border: 1px solid #ddebe9;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
}
.cid-s9lOrHaunI .timeline-text-content p {
  margin-bottom: 0;
}
.cid-s9lOrHaunI .timeline-text-content:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #ddebe9;
  display: block;
  border-bottom: none;
  border-left: none;
  position: absolute;
  right: -8px;
  top: 18px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
.cid-s9lOrHaunI .timeline-element {
  margin-top: 20px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
}
.cid-s9lOrHaunI .timeline-element:nth-child(odd) .timeline-text-content {
  margin-right: 35px;
}
.cid-s9lOrHaunI .timeline-element:nth-child(even) .timeline-text-content {
  margin-left: 35px;
}
.cid-s9lOrHaunI .timeline-element:nth-child(even) .timeline-text-content:before {
  right: auto;
  left: -8px;
  top: 18px;
  transform: rotate(225deg);
}
.cid-s9lOrHaunI .iconBackground {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 21px;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  background-color: #fe5925;
}
.cid-s9lOrHaunI .iconBackground:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: inherit;
  opacity: .35;
  top: -10px;
  left: -10px;
  border-radius: 50%;
}
.cid-s9lOrHaunI .separline:before {
  top: 60px;
  bottom: 0;
  position: absolute;
  content: "";
  width: .5px;
  background-color: #fe5925;
  left: calc(50% - 1px);
  height: calc(100% - 3rem);
  opacity: .35;
}
@media (max-width: 991px) {
  .cid-s9lOrHaunI .title__block {
    margin-bottom: 40px;
  }
  .cid-s9lOrHaunI .timeline-element {
    margin: 0 0 28px 10px;
  }
  .cid-s9lOrHaunI .timeline-element:nth-child(odd) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-s9lOrHaunI .timeline-element:nth-child(odd) .timeline-text-content:before {
    right: auto;
    left: -8px;
    transform: rotate(225deg);
  }
  .cid-s9lOrHaunI .timeline-element:nth-child(even) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-s9lOrHaunI .timeline-text-content {
    padding: 18px 19px;
    margin-left: 0 !important;
  }
  .cid-s9lOrHaunI .iconBackground {
    left: 0 !important;
  }
  .cid-s9lOrHaunI .separline:before {
    left: 0!important;
  }
}
.cid-s9l01hANIS {
  padding-top: 30px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/about.jpg");
}
.cid-s9l01hANIS .mbr-section-title {
  letter-spacing: .1em;
}
.cid-s9l01hANIS .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-s9l01hANIS .card-img span {
  font-size: 100px;
}
.cid-s9l01hANIS .mbr-text,
.cid-s9l01hANIS .mbr-section-btn {
  color: #efefef;
}
.cid-s9l7jQDjOg {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s9l73WN4L6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-s9l73WN4L6 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s9l73WN4L6 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s9l73WN4L6 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s9l73WN4L6 .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-s9l73WN4L6 .container {
  padding: 0;
}
.cid-s9l73WN4L6 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s9l73WN4L6 .icon-focus {
  display: none;
}
.cid-s9l73WN4L6 .btn[class*=-outline] {
  border: none!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  color: #808080 !important;
  font-weight: 400;
  box-shadow: none !important;
}
.cid-s9l73WN4L6 .btn[class*=-outline]:hover,
.cid-s9l73WN4L6 .btn[class*=-outline]:active {
  background: transparent!important;
}
.cid-s9l73WN4L6 li:hover .btn-primary-outline,
.cid-s9l73WN4L6 li:active .btn-primary-outline,
.cid-s9l73WN4L6 li.active .btn-primary-outline {
  color: #014188 !important;
}
.cid-s9l73WN4L6 li:hover .btn-secondary-outline,
.cid-s9l73WN4L6 li:active .btn-secondary-outline,
.cid-s9l73WN4L6 li.active .btn-secondary-outline {
  color: #dddddd !important;
}
.cid-s9l73WN4L6 li:hover .btn-info-outline,
.cid-s9l73WN4L6 li:active .btn-info-outline,
.cid-s9l73WN4L6 li.active .btn-info-outline {
  color: #4c4c4c !important;
}
.cid-s9l73WN4L6 li:hover .btn-warning-outline,
.cid-s9l73WN4L6 li:active .btn-warning-outline,
.cid-s9l73WN4L6 li.active .btn-warning-outline {
  color: #f7941e !important;
}
.cid-s9l73WN4L6 li:hover .btn-white-outline,
.cid-s9l73WN4L6 li:active .btn-white-outline,
.cid-s9l73WN4L6 li.active .btn-white-outline {
  color: #ffffff !important;
}
.cid-s9l73WN4L6 li:hover .btn-black-outline,
.cid-s9l73WN4L6 li:active .btn-black-outline,
.cid-s9l73WN4L6 li.active .btn-black-outline {
  color: #000000 !important;
}
.cid-s9l73WN4L6 li:hover .btn-success-outline,
.cid-s9l73WN4L6 li:active .btn-success-outline,
.cid-s9l73WN4L6 li.active .btn-success-outline {
  color: #014188 !important;
}
.cid-s9l73WN4L6 li:hover .btn-danger-outline,
.cid-s9l73WN4L6 li:active .btn-danger-outline,
.cid-s9l73WN4L6 li.active .btn-danger-outline {
  color: #fe5925 !important;
}
.cid-s9l73WN4L6 li {
  position: relative;
}
.cid-s9l73WN4L6 .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 6px;
  top: 50%;
  background: #d3d3d3 !important;
  transform: rotate(35deg) translateY(-59%);
}
.cid-s9l73WN4L6 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s9l73WN4L6 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s9l73WN4L6 .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-s9l73WN4L6 .btn {
  font-family: Roboto !important;
}
.cid-s9l73WN4L6 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-s9l73WN4L6 .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-s9l73WN4L6 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-s9l73WN4L6 .btn[class*="-outline"] {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-s9l7kQQnSw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s9l7kQQnSw .mbr-section-title {
  letter-spacing: .1em;
}
.cid-s9l7kQQnSw .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-s9l7kQQnSw .card-img span {
  font-size: 100px;
}
.cid-s9l7kQQnSw .mbr-text,
.cid-s9l7kQQnSw .mbr-section-btn {
  color: #efefef;
}
.cid-s9l01iqqq6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s9l01iqqq6 .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-s9l01iqqq6 .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-s9l01iqqq6 .mbr-text {
  color: #444;
}
.cid-s9l01iqqq6 h5 {
  margin-bottom: 0;
}
.cid-s9l01iqqq6 .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-s9l01iqqq6 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s9l01iqqq6 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
}
.cid-s9l01iqqq6 .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s9l01iqqq6 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s9l01iqqq6 .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-s9l01iqqq6 .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s9l01iqqq6 .social-list a:hover {
  opacity: .4;
}
.cid-s9l01iqqq6 .media-container-row > div {
  padding: 0px;
}
.cid-s9l01iqqq6 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-s9l01iqqq6 .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-s9l01iqqq6 .group-title SPAN {
  color: #ffffff;
}
.cid-s9l01iqqq6 .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-s9l01iqqq6 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-s9l01iqqq6 .social-list,
  .cid-s9l01iqqq6 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-s9l01iqqq6 h3 {
    margin-bottom: 10px;
  }
  .cid-s9l01iqqq6 .navbar-brand {
    text-align: center;
  }
}
.cid-s9l01iqqq6 .links SPAN {
  color: #9e9e9e;
}
.cid-s9ljd5G8Ja {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-s9ljd5G8Ja .nav-link,
.cid-s9ljd5G8Ja .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-s9ljd5G8Ja .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-s9ljd5G8Ja .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-s9ljd5G8Ja .nav-link.text-primary:hover,
.cid-s9ljd5G8Ja .nav-link.text-primary:focus {
  color: #014188 !important;
}
.cid-s9ljd5G8Ja .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-s9ljd5G8Ja .nav-link:hover:before {
  opacity: 1;
}
.cid-s9ljd5G8Ja .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-s9ljd5G8Ja .nav-link {
    margin: 0 !important;
  }
}
.cid-s9ljd5G8Ja .icons-menu {
  line-height: 0;
}
.cid-s9ljd5G8Ja .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-s9ljd5G8Ja .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-s9ljd5G8Ja .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-s9ljd5G8Ja .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-s9ljd5G8Ja .dropdown-menu a {
  overflow: hidden;
}
.cid-s9ljd5G8Ja .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/mbr-18.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-s9ljd5G8Ja .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-s9ljd5G8Ja .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/mbr-18.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-s9ljd5G8Ja .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-s9ljd5G8Ja .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/lake-cleaning.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-s9ljd5G8Ja .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-s9ljd5G8Ja .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/mbr-19.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-s9ljd5G8Ja .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-s9ljd5G8Ja .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-s9ljd5G8Ja .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-s9ljd5G8Ja .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-s9ljd5G8Ja .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-s9ljd5G8Ja .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-s9ljd5G8Ja .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-s9ljd5G8Ja.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-s9ljd5G8Ja .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-s9ljd5G8Ja .btn {
    white-space: nowrap;
  }
  .cid-s9ljd5G8Ja .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-s9ljd5G8Ja .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-s9ljd5G8Ja .nav-item.dropdown:hover::before,
  .cid-s9ljd5G8Ja .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-s9ljd5G8Ja .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-s9ljd5G8Ja .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-s9ljd5G8Ja .navbar > .container,
.cid-s9ljd5G8Ja .navbar > .container-fluid {
  align-items: center;
}
.cid-s9ljd5G8Ja .dropdown-toggle::after,
.cid-s9ljd5G8Ja .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-s9ljd5G8Ja .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-s9ljd5G8Ja .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-s9ljd5G8Ja .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-s9ljd5G8Ja .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-s9ljd5G8Ja .nav-item:focus,
.cid-s9ljd5G8Ja .nav-link:focus {
  outline: none;
}
.cid-s9ljd5G8Ja .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s9ljd5G8Ja .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s9ljd5G8Ja .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s9ljd5G8Ja a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-s9ljd5G8Ja ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-s9ljd5G8Ja .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-s9ljd5G8Ja .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-s9ljd5G8Ja .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-s9ljd5G8Ja .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s9ljd5G8Ja .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s9ljd5G8Ja .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 75px - 1rem);
  }
}
.cid-s9ljd5G8Ja .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s9ljd5G8Ja .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s9ljd5G8Ja .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s9ljd5G8Ja .dropdown-menu .menu__images {
    display: none;
  }
  .cid-s9ljd5G8Ja .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-s9ljd5G8Ja .nav-item .nav-link::before {
    display: none;
  }
  .cid-s9ljd5G8Ja.opened .dropdown-menu {
    top: 0;
  }
  .cid-s9ljd5G8Ja .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-s9ljd5G8Ja .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-s9ljd5G8Ja .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-s9ljd5G8Ja .navbar-logo {
    margin: 0;
  }
  .cid-s9ljd5G8Ja .navbar-logo img {
    height: 60px !important;
  }
  .cid-s9ljd5G8Ja .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-s9ljd5G8Ja .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s9ljd5G8Ja .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-s9ljd5G8Ja .navbar {
    padding: 13px 90px;
  }
  .cid-s9ljd5G8Ja .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-s9ljd5G8Ja .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-s9ljd5G8Ja .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-s9ljd5G8Ja .dropdown-toggle::after,
  .cid-s9ljd5G8Ja .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-s9ljd5G8Ja .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-s9ljd5G8Ja a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-s9ljd5G8Ja ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-s9ljd5G8Ja .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-s9ljd5G8Ja.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-s9ljd5G8Ja.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-s9ljd5G8Ja.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s9ljd5G8Ja.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-s9ljd5G8Ja .navbar {
    padding: 0 !important;
  }
  .cid-s9ljd5G8Ja ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-s9ljd5G8Ja a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-s9ljd5G8Ja .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-s9ljd5G8Ja .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s9ljd5G8Ja .dropdown-item.active,
.cid-s9ljd5G8Ja .dropdown-item:active {
  background-color: transparent;
}
.cid-s9ljd5G8Ja .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s9ljd5G8Ja .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-s9ljd5G8Ja button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s9ljd5G8Ja button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-s9ljd5G8Ja button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s9ljd5G8Ja button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s9ljd5G8Ja button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s9ljd5G8Ja button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s9ljd5G8Ja nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s9ljd5G8Ja nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s9ljd5G8Ja nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s9ljd5G8Ja nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-s9ljd5G8Ja .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-s9ljd5G8Ja .navbar-dropdown {
  position: absolute;
  position: fixed;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s9ljd5G8Ja .navbar {
    height: 97px;
  }
  .cid-s9ljd5G8Ja .navbar.opened {
    height: auto;
  }
  .cid-s9ljd5G8Ja .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s9ljd6SYGU {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-25.jpg");
}
.cid-s9ljd6SYGU .mbr-text,
.cid-s9ljd6SYGU .typed-text,
.cid-s9ljd6SYGU .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-s9ljd6SYGU .btn {
  margin-left: 4px !important;
}
.cid-s9ljd6SYGU .animated-element {
  color: #ffbc00;
}
.cid-s9ljd6SYGU .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-s9ljF0ZH0t {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-s9ljF0ZH0t img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-s9ljF0ZH0t img:hover {
  transform: scale(1.1);
}
.cid-s9ljF0ZH0t .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-s9ljF0ZH0t h2 {
  padding: 0;
  margin: 0;
}
.cid-s9ljF0ZH0t .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s9ljF0ZH0t .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-s9ljF0ZH0t .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-s9ljF0ZH0t .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-s9ljF0ZH0t .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-s9ljF0ZH0t .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-s9ljF0ZH0t .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-s9ljF0ZH0t .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-s9ljF0ZH0t .text-col {
    padding: 2rem 1rem;
  }
}
.cid-s9ljF0ZH0t H2 {
  color: #333333;
}
.cid-s9ljF0ZH0t .mbr-text {
  color: #282727;
}
.cid-s9lk6EsasP {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s9ljda4i8k {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f4f8fa;
}
.cid-s9ljda4i8k .mbr-iconfont {
  font-size: 34px;
  width: 5.125rem;
  transition: color .3s;
  padding: 1.5rem;
  position: absolute;
  top: 0;
  color: #fff;
  margin-top: -2.5rem;
  border-radius: 50%;
}
.cid-s9ljda4i8k .mbr-section-title {
  margin: 0;
}
.cid-s9ljda4i8k .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-s9ljda4i8k .card-img {
  text-align: inherit;
}
.cid-s9ljda4i8k .card-img span {
  background: linear-gradient(90deg, #2bdc9d, #1dc9cb);
}
.cid-s9ljda4i8k .mbr-text {
  color: #8d97ad;
}
.cid-s9ljda4i8k .wrapper {
  border-radius: .25rem;
  padding: 2rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (max-width: 991px) {
  .cid-s9ljda4i8k .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-s9ljdfcPyB {
  padding-top: 30px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/about.jpg");
}
.cid-s9ljdfcPyB .mbr-section-title {
  letter-spacing: .1em;
}
.cid-s9ljdfcPyB .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-s9ljdfcPyB .card-img span {
  font-size: 100px;
}
.cid-s9ljdfcPyB .mbr-text,
.cid-s9ljdfcPyB .mbr-section-btn {
  color: #efefef;
}
.cid-s9ljdgg3Qp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s9ljdgg3Qp .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-s9ljdgg3Qp .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-s9ljdgg3Qp .mbr-text {
  color: #444;
}
.cid-s9ljdgg3Qp h5 {
  margin-bottom: 0;
}
.cid-s9ljdgg3Qp .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-s9ljdgg3Qp .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s9ljdgg3Qp .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
}
.cid-s9ljdgg3Qp .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s9ljdgg3Qp .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s9ljdgg3Qp .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-s9ljdgg3Qp .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s9ljdgg3Qp .social-list a:hover {
  opacity: .4;
}
.cid-s9ljdgg3Qp .media-container-row > div {
  padding: 0px;
}
.cid-s9ljdgg3Qp .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-s9ljdgg3Qp .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-s9ljdgg3Qp .group-title SPAN {
  color: #ffffff;
}
.cid-s9ljdgg3Qp .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-s9ljdgg3Qp .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-s9ljdgg3Qp .social-list,
  .cid-s9ljdgg3Qp .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-s9ljdgg3Qp h3 {
    margin-bottom: 10px;
  }
  .cid-s9ljdgg3Qp .navbar-brand {
    text-align: center;
  }
}
.cid-s9ljdgg3Qp .links SPAN {
  color: #9e9e9e;
}
.cid-s9lMnD4a3G {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-s9lMnD4a3G .nav-link,
.cid-s9lMnD4a3G .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-s9lMnD4a3G .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-s9lMnD4a3G .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-s9lMnD4a3G .nav-link.text-primary:hover,
.cid-s9lMnD4a3G .nav-link.text-primary:focus {
  color: #014188 !important;
}
.cid-s9lMnD4a3G .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-s9lMnD4a3G .nav-link:hover:before {
  opacity: 1;
}
.cid-s9lMnD4a3G .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-s9lMnD4a3G .nav-link {
    margin: 0 !important;
  }
}
.cid-s9lMnD4a3G .icons-menu {
  line-height: 0;
}
.cid-s9lMnD4a3G .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-s9lMnD4a3G .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-s9lMnD4a3G .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-s9lMnD4a3G .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-s9lMnD4a3G .dropdown-menu a {
  overflow: hidden;
}
.cid-s9lMnD4a3G .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/mbr-18.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-s9lMnD4a3G .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-s9lMnD4a3G .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/mbr-18.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-s9lMnD4a3G .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-s9lMnD4a3G .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/lake-cleaning.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-s9lMnD4a3G .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-s9lMnD4a3G .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/mbr-19.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-s9lMnD4a3G .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-s9lMnD4a3G .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-s9lMnD4a3G .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-s9lMnD4a3G .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-s9lMnD4a3G .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-s9lMnD4a3G .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-s9lMnD4a3G .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-s9lMnD4a3G.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-s9lMnD4a3G .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-s9lMnD4a3G .btn {
    white-space: nowrap;
  }
  .cid-s9lMnD4a3G .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-s9lMnD4a3G .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-s9lMnD4a3G .nav-item.dropdown:hover::before,
  .cid-s9lMnD4a3G .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-s9lMnD4a3G .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-s9lMnD4a3G .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-s9lMnD4a3G .navbar > .container,
.cid-s9lMnD4a3G .navbar > .container-fluid {
  align-items: center;
}
.cid-s9lMnD4a3G .dropdown-toggle::after,
.cid-s9lMnD4a3G .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-s9lMnD4a3G .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-s9lMnD4a3G .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-s9lMnD4a3G .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-s9lMnD4a3G .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-s9lMnD4a3G .nav-item:focus,
.cid-s9lMnD4a3G .nav-link:focus {
  outline: none;
}
.cid-s9lMnD4a3G .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s9lMnD4a3G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s9lMnD4a3G .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s9lMnD4a3G a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-s9lMnD4a3G ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-s9lMnD4a3G .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-s9lMnD4a3G .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-s9lMnD4a3G .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-s9lMnD4a3G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s9lMnD4a3G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s9lMnD4a3G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 75px - 1rem);
  }
}
.cid-s9lMnD4a3G .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s9lMnD4a3G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s9lMnD4a3G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s9lMnD4a3G .dropdown-menu .menu__images {
    display: none;
  }
  .cid-s9lMnD4a3G .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-s9lMnD4a3G .nav-item .nav-link::before {
    display: none;
  }
  .cid-s9lMnD4a3G.opened .dropdown-menu {
    top: 0;
  }
  .cid-s9lMnD4a3G .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-s9lMnD4a3G .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-s9lMnD4a3G .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-s9lMnD4a3G .navbar-logo {
    margin: 0;
  }
  .cid-s9lMnD4a3G .navbar-logo img {
    height: 60px !important;
  }
  .cid-s9lMnD4a3G .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-s9lMnD4a3G .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s9lMnD4a3G .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-s9lMnD4a3G .navbar {
    padding: 13px 90px;
  }
  .cid-s9lMnD4a3G .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-s9lMnD4a3G .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-s9lMnD4a3G .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-s9lMnD4a3G .dropdown-toggle::after,
  .cid-s9lMnD4a3G .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-s9lMnD4a3G .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-s9lMnD4a3G a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-s9lMnD4a3G ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-s9lMnD4a3G .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-s9lMnD4a3G.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-s9lMnD4a3G.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-s9lMnD4a3G.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s9lMnD4a3G.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-s9lMnD4a3G .navbar {
    padding: 0 !important;
  }
  .cid-s9lMnD4a3G ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-s9lMnD4a3G a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-s9lMnD4a3G .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-s9lMnD4a3G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s9lMnD4a3G .dropdown-item.active,
.cid-s9lMnD4a3G .dropdown-item:active {
  background-color: transparent;
}
.cid-s9lMnD4a3G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s9lMnD4a3G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-s9lMnD4a3G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s9lMnD4a3G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-s9lMnD4a3G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s9lMnD4a3G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s9lMnD4a3G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s9lMnD4a3G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s9lMnD4a3G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s9lMnD4a3G nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s9lMnD4a3G nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s9lMnD4a3G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-s9lMnD4a3G .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-s9lMnD4a3G .navbar-dropdown {
  position: absolute;
  position: fixed;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s9lMnD4a3G .navbar {
    height: 97px;
  }
  .cid-s9lMnD4a3G .navbar.opened {
    height: auto;
  }
  .cid-s9lMnD4a3G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s9lMnE4gTG {
  padding-top: 120px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-26.jpg");
}
.cid-s9lMnE4gTG .mbr-text,
.cid-s9lMnE4gTG .typed-text,
.cid-s9lMnE4gTG .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-s9lMnE4gTG .btn {
  margin-left: 4px !important;
}
.cid-s9lMnE4gTG .animated-element {
  color: #ffbc00;
}
.cid-s9lMnE4gTG .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-s9lMnFophp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-s9lMnFophp img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-s9lMnFophp img:hover {
  transform: scale(1.1);
}
.cid-s9lMnFophp .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-s9lMnFophp h2 {
  padding: 0;
  margin: 0;
}
.cid-s9lMnFophp .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s9lMnFophp .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-s9lMnFophp .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-s9lMnFophp .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-s9lMnFophp .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-s9lMnFophp .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-s9lMnFophp .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-s9lMnFophp .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-s9lMnFophp .text-col {
    padding: 2rem 1rem;
  }
}
.cid-s9lMnFophp H2 {
  color: #333333;
}
.cid-s9lMnFophp .mbr-text {
  color: #767676;
}
.cid-s9lMnGwWfA {
  padding-top: 30px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/about.jpg");
}
.cid-s9lMnGwWfA .mbr-section-title {
  letter-spacing: .1em;
}
.cid-s9lMnGwWfA .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-s9lMnGwWfA .card-img span {
  font-size: 100px;
}
.cid-s9lMnGwWfA .mbr-text,
.cid-s9lMnGwWfA .mbr-section-btn {
  color: #efefef;
}
.cid-s9lMnHqcph {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s9lMnI0D4R {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-s9lMnI0D4R .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s9lMnI0D4R .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s9lMnI0D4R .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s9lMnI0D4R .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-s9lMnI0D4R .container {
  padding: 0;
}
.cid-s9lMnI0D4R .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s9lMnI0D4R .icon-focus {
  display: none;
}
.cid-s9lMnI0D4R .btn[class*=-outline] {
  border: none!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  color: #808080 !important;
  font-weight: 400;
  box-shadow: none !important;
}
.cid-s9lMnI0D4R .btn[class*=-outline]:hover,
.cid-s9lMnI0D4R .btn[class*=-outline]:active {
  background: transparent!important;
}
.cid-s9lMnI0D4R li:hover .btn-primary-outline,
.cid-s9lMnI0D4R li:active .btn-primary-outline,
.cid-s9lMnI0D4R li.active .btn-primary-outline {
  color: #014188 !important;
}
.cid-s9lMnI0D4R li:hover .btn-secondary-outline,
.cid-s9lMnI0D4R li:active .btn-secondary-outline,
.cid-s9lMnI0D4R li.active .btn-secondary-outline {
  color: #dddddd !important;
}
.cid-s9lMnI0D4R li:hover .btn-info-outline,
.cid-s9lMnI0D4R li:active .btn-info-outline,
.cid-s9lMnI0D4R li.active .btn-info-outline {
  color: #4c4c4c !important;
}
.cid-s9lMnI0D4R li:hover .btn-warning-outline,
.cid-s9lMnI0D4R li:active .btn-warning-outline,
.cid-s9lMnI0D4R li.active .btn-warning-outline {
  color: #f7941e !important;
}
.cid-s9lMnI0D4R li:hover .btn-white-outline,
.cid-s9lMnI0D4R li:active .btn-white-outline,
.cid-s9lMnI0D4R li.active .btn-white-outline {
  color: #ffffff !important;
}
.cid-s9lMnI0D4R li:hover .btn-black-outline,
.cid-s9lMnI0D4R li:active .btn-black-outline,
.cid-s9lMnI0D4R li.active .btn-black-outline {
  color: #000000 !important;
}
.cid-s9lMnI0D4R li:hover .btn-success-outline,
.cid-s9lMnI0D4R li:active .btn-success-outline,
.cid-s9lMnI0D4R li.active .btn-success-outline {
  color: #014188 !important;
}
.cid-s9lMnI0D4R li:hover .btn-danger-outline,
.cid-s9lMnI0D4R li:active .btn-danger-outline,
.cid-s9lMnI0D4R li.active .btn-danger-outline {
  color: #fe5925 !important;
}
.cid-s9lMnI0D4R li {
  position: relative;
}
.cid-s9lMnI0D4R .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 6px;
  top: 50%;
  background: #d3d3d3 !important;
  transform: rotate(35deg) translateY(-59%);
}
.cid-s9lMnI0D4R .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s9lMnI0D4R .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s9lMnI0D4R .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-s9lMnI0D4R .btn {
  font-family: Roboto !important;
}
.cid-s9lMnI0D4R .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-s9lMnI0D4R .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-s9lMnI0D4R .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-s9lMnI0D4R .btn[class*="-outline"] {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-s9lMnIXOvW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s9lMnIXOvW .mbr-section-title {
  letter-spacing: .1em;
}
.cid-s9lMnIXOvW .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-s9lMnIXOvW .card-img span {
  font-size: 100px;
}
.cid-s9lMnIXOvW .mbr-text,
.cid-s9lMnIXOvW .mbr-section-btn {
  color: #efefef;
}
.cid-s9lMnK5FdQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s9lMnK5FdQ .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-s9lMnK5FdQ .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-s9lMnK5FdQ .mbr-text {
  color: #444;
}
.cid-s9lMnK5FdQ h5 {
  margin-bottom: 0;
}
.cid-s9lMnK5FdQ .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-s9lMnK5FdQ .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s9lMnK5FdQ .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
}
.cid-s9lMnK5FdQ .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s9lMnK5FdQ .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s9lMnK5FdQ .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-s9lMnK5FdQ .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s9lMnK5FdQ .social-list a:hover {
  opacity: .4;
}
.cid-s9lMnK5FdQ .media-container-row > div {
  padding: 0px;
}
.cid-s9lMnK5FdQ .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-s9lMnK5FdQ .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-s9lMnK5FdQ .group-title SPAN {
  color: #ffffff;
}
.cid-s9lMnK5FdQ .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-s9lMnK5FdQ .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-s9lMnK5FdQ .social-list,
  .cid-s9lMnK5FdQ .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-s9lMnK5FdQ h3 {
    margin-bottom: 10px;
  }
  .cid-s9lMnK5FdQ .navbar-brand {
    text-align: center;
  }
}
.cid-s9lMnK5FdQ .links SPAN {
  color: #9e9e9e;
}
.cid-s97RKIkuYb {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-s97RKIkuYb .nav-link,
.cid-s97RKIkuYb .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-s97RKIkuYb .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-s97RKIkuYb .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-s97RKIkuYb .nav-link.text-primary:hover,
.cid-s97RKIkuYb .nav-link.text-primary:focus {
  color: #014188 !important;
}
.cid-s97RKIkuYb .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-s97RKIkuYb .nav-link:hover:before {
  opacity: 1;
}
.cid-s97RKIkuYb .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-s97RKIkuYb .nav-link {
    margin: 0 !important;
  }
}
.cid-s97RKIkuYb .icons-menu {
  line-height: 0;
}
.cid-s97RKIkuYb .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-s97RKIkuYb .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-s97RKIkuYb .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-s97RKIkuYb .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-s97RKIkuYb .dropdown-menu a {
  overflow: hidden;
}
.cid-s97RKIkuYb .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/mbr-18.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-s97RKIkuYb .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-s97RKIkuYb .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/mbr-18.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-s97RKIkuYb .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-s97RKIkuYb .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/lake-cleaning.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-s97RKIkuYb .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-s97RKIkuYb .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/mbr-19.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-s97RKIkuYb .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-s97RKIkuYb .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-s97RKIkuYb .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-s97RKIkuYb .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-s97RKIkuYb .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-s97RKIkuYb .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-s97RKIkuYb .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-s97RKIkuYb.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-s97RKIkuYb .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-s97RKIkuYb .btn {
    white-space: nowrap;
  }
  .cid-s97RKIkuYb .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-s97RKIkuYb .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-s97RKIkuYb .nav-item.dropdown:hover::before,
  .cid-s97RKIkuYb .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-s97RKIkuYb .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-s97RKIkuYb .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-s97RKIkuYb .navbar > .container,
.cid-s97RKIkuYb .navbar > .container-fluid {
  align-items: center;
}
.cid-s97RKIkuYb .dropdown-toggle::after,
.cid-s97RKIkuYb .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-s97RKIkuYb .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-s97RKIkuYb .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-s97RKIkuYb .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-s97RKIkuYb .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-s97RKIkuYb .nav-item:focus,
.cid-s97RKIkuYb .nav-link:focus {
  outline: none;
}
.cid-s97RKIkuYb .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s97RKIkuYb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s97RKIkuYb .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s97RKIkuYb a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-s97RKIkuYb ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-s97RKIkuYb .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-s97RKIkuYb .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-s97RKIkuYb .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-s97RKIkuYb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s97RKIkuYb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s97RKIkuYb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 75px - 1rem);
  }
}
.cid-s97RKIkuYb .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s97RKIkuYb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s97RKIkuYb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s97RKIkuYb .dropdown-menu .menu__images {
    display: none;
  }
  .cid-s97RKIkuYb .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-s97RKIkuYb .nav-item .nav-link::before {
    display: none;
  }
  .cid-s97RKIkuYb.opened .dropdown-menu {
    top: 0;
  }
  .cid-s97RKIkuYb .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-s97RKIkuYb .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-s97RKIkuYb .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-s97RKIkuYb .navbar-logo {
    margin: 0;
  }
  .cid-s97RKIkuYb .navbar-logo img {
    height: 60px !important;
  }
  .cid-s97RKIkuYb .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-s97RKIkuYb .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s97RKIkuYb .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-s97RKIkuYb .navbar {
    padding: 13px 90px;
  }
  .cid-s97RKIkuYb .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-s97RKIkuYb .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-s97RKIkuYb .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-s97RKIkuYb .dropdown-toggle::after,
  .cid-s97RKIkuYb .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-s97RKIkuYb .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-s97RKIkuYb a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-s97RKIkuYb ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-s97RKIkuYb .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-s97RKIkuYb.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-s97RKIkuYb.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-s97RKIkuYb.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s97RKIkuYb.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-s97RKIkuYb .navbar {
    padding: 0 !important;
  }
  .cid-s97RKIkuYb ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-s97RKIkuYb a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-s97RKIkuYb .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-s97RKIkuYb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s97RKIkuYb .dropdown-item.active,
.cid-s97RKIkuYb .dropdown-item:active {
  background-color: transparent;
}
.cid-s97RKIkuYb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s97RKIkuYb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-s97RKIkuYb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s97RKIkuYb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-s97RKIkuYb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s97RKIkuYb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s97RKIkuYb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s97RKIkuYb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s97RKIkuYb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s97RKIkuYb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s97RKIkuYb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s97RKIkuYb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-s97RKIkuYb .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-s97RKIkuYb .navbar-dropdown {
  position: absolute;
  position: fixed;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s97RKIkuYb .navbar {
    height: 97px;
  }
  .cid-s97RKIkuYb .navbar.opened {
    height: auto;
  }
  .cid-s97RKIkuYb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s97TRPWJVN {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s97TRPWJVN .mbr-section-title {
  letter-spacing: .1em;
}
.cid-s97TRPWJVN .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-s97TRPWJVN .card-img span {
  font-size: 100px;
}
.cid-s97TRPWJVN .mbr-text,
.cid-s97TRPWJVN .mbr-section-btn {
  color: #003d59;
}
.cid-s97TRPWJVN .mbr-section-title,
.cid-s97TRPWJVN .card-img {
  color: #003d59;
}
.cid-s97SzX2tmi {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s97SzX2tmi .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s97SzX2tmi .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-s97SzX2tmi .form-control:focus,
.cid-s97SzX2tmi .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-s97SzX2tmi .form-group {
  margin-bottom: 1rem;
}
.cid-s97SzX2tmi input::-webkit-input-placeholder,
.cid-s97SzX2tmi textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-s97SzX2tmi input:-moz-placeholder,
.cid-s97SzX2tmi textarea:-moz-placeholder {
  color: #656565;
}
.cid-s97SzX2tmi .jq-selectbox li,
.cid-s97SzX2tmi .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s97SzX2tmi .jq-selectbox li:hover,
.cid-s97SzX2tmi .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s97SzX2tmi .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s97SzX2tmi .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s97SzX2tmi .map {
  width: 100%;
  height: 30rem;
}
.cid-s97SzX2tmi .map iframe {
  width: inherit;
  height: 100%;
}
.cid-s97SzX2tmi .icon-block {
  margin-bottom: 10px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s97SzX2tmi .icon-block .icon-block__icon {
  display: inline-block;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s97SzX2tmi .icon-block .icon-block__title {
  display: inline-block;
  -webkit-align-self: center;
  align-self: center;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-s97SzX2tmi .mbr-text {
  color: #767676;
}
.cid-s97SzX2tmi a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-s97SzX2tmi .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-s97SzX2tmi .input-group-btn {
  display: block;
  text-align: center;
}
.cid-s97SzX2tmi textarea.form-control {
  resize: none;
}
.cid-s97SzX2tmi .google-map {
  height: 25rem;
  position: relative;
}
.cid-s97SzX2tmi .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s97SzX2tmi .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-s97SzX2tmi .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s97SzX2tmi .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-s97SzX2tmi h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-s97SzX2tmi .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s97SzX2tmi .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-s97SzX2tmi .google-map {
    padding-top: 2rem;
  }
}
.cid-s97Vw01jmM {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s97Vw01jmM .mbr-text,
.cid-s97Vw01jmM .ornament {
  text-align: left;
}
.cid-s97RKLsvI7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s97RKLsvI7 .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-s97RKLsvI7 .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-s97RKLsvI7 .mbr-text {
  color: #444;
}
.cid-s97RKLsvI7 h5 {
  margin-bottom: 0;
}
.cid-s97RKLsvI7 .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-s97RKLsvI7 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s97RKLsvI7 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
}
.cid-s97RKLsvI7 .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s97RKLsvI7 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s97RKLsvI7 .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-s97RKLsvI7 .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s97RKLsvI7 .social-list a:hover {
  opacity: .4;
}
.cid-s97RKLsvI7 .media-container-row > div {
  padding: 0px;
}
.cid-s97RKLsvI7 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-s97RKLsvI7 .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-s97RKLsvI7 .group-title SPAN {
  color: #ffffff;
}
.cid-s97RKLsvI7 .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-s97RKLsvI7 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-s97RKLsvI7 .social-list,
  .cid-s97RKLsvI7 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-s97RKLsvI7 h3 {
    margin-bottom: 10px;
  }
  .cid-s97RKLsvI7 .navbar-brand {
    text-align: center;
  }
}
.cid-s97RKLsvI7 .links SPAN {
  color: #9e9e9e;
}
