.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Dancing Script', handwriting;
  font-size: 3.2rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 4rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.56rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.24rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.24rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #0b656d !important;
}
.bg-success {
  background-color: #ffffb3 !important;
}
.bg-info {
  background-color: #36e3ff !important;
}
.bg-warning {
  background-color: #c05ca5 !important;
}
.bg-danger {
  background-color: #67d7c0 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0b656d !important;
  border-color: #0b656d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #10909b !important;
  border-color: #10909b !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #10909b !important;
  border-color: #10909b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #36e3ff !important;
  border-color: #36e3ff !important;
  color: #002e36 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #69eaff !important;
  border-color: #69eaff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #002e36 !important;
  background-color: #69eaff !important;
  border-color: #69eaff !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffb3 !important;
  border-color: #ffffb3 !important;
  color: #b3b300 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffe6 !important;
  border-color: #ffffe6 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #b3b300 !important;
  background-color: #ffffe6 !important;
  border-color: #ffffe6 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #c05ca5 !important;
  border-color: #c05ca5 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ce81b9 !important;
  border-color: #ce81b9 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ce81b9 !important;
  border-color: #ce81b9 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #67d7c0 !important;
  border-color: #67d7c0 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #8fe2d1 !important;
  border-color: #8fe2d1 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8fe2d1 !important;
  border-color: #8fe2d1 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #0b656d;
  color: #0b656d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #031c1e !important;
  background-color: transparent !important;
  border-color: #031c1e !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0b656d !important;
  border-color: #0b656d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #36e3ff;
  color: #36e3ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #00bfde !important;
  background-color: transparent !important;
  border-color: #00bfde !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #002e36 !important;
  background-color: #36e3ff !important;
  border-color: #36e3ff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffffb3;
  color: #ffffb3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffff5c !important;
  background-color: transparent !important;
  border-color: #ffff5c !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #b3b300 !important;
  background-color: #ffffb3 !important;
  border-color: #ffffb3 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #c05ca5;
  color: #c05ca5;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #8e3777 !important;
  background-color: transparent !important;
  border-color: #8e3777 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c05ca5 !important;
  border-color: #c05ca5 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #67d7c0;
  color: #67d7c0;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #30b79b !important;
  background-color: transparent !important;
  border-color: #30b79b !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #67d7c0 !important;
  border-color: #67d7c0 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #0b656d !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #ffffb3 !important;
}
.text-info {
  color: #36e3ff !important;
}
.text-warning {
  color: #c05ca5 !important;
}
.text-danger {
  color: #67d7c0 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #020f10 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ffff4d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #00b2cf !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #83336e !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #2dab91 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #0b656d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #36e3ff;
}
.alert-warning {
  background-color: #c05ca5;
}
.alert-danger {
  background-color: #67d7c0;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0b656d;
  border-color: #0b656d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0b656d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #17d0e1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #e4b8d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #0b656d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #0b656d;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0b656d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0b656d;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0b656d;
  border-bottom-color: #0b656d;
}
.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: #0b656d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%230b656d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uHGq5uSxUr {
  z-index: 1000;
  width: 100%;
}
.cid-uHGq5uSxUr nav.navbar {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-uHGq5uSxUr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHGq5uSxUr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHGq5uSxUr .dropdown-item {
  border-bottom: 1px solid #ffffff;
}
.cid-uHGq5uSxUr .dropdown-item:hover,
.cid-uHGq5uSxUr .dropdown-item:focus {
  background: #C05CA5 !important;
  color: white !important;
}
.cid-uHGq5uSxUr .dropdown-item:hover span {
  color: white;
}
.cid-uHGq5uSxUr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHGq5uSxUr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHGq5uSxUr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHGq5uSxUr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHGq5uSxUr .nav-link {
  position: relative;
}
.cid-uHGq5uSxUr .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHGq5uSxUr .container {
    flex-wrap: wrap;
  }
}
.cid-uHGq5uSxUr .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHGq5uSxUr .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uHGq5uSxUr .iconfont-wrapper {
  color: #d3a850 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHGq5uSxUr .dropdown-menu,
.cid-uHGq5uSxUr .navbar.opened {
  background: #0b656d !important;
}
.cid-uHGq5uSxUr .nav-item:focus,
.cid-uHGq5uSxUr .nav-link:focus {
  outline: none;
}
.cid-uHGq5uSxUr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHGq5uSxUr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHGq5uSxUr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHGq5uSxUr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHGq5uSxUr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHGq5uSxUr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHGq5uSxUr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(11, 101, 109, 0.9);
}
.cid-uHGq5uSxUr .navbar.opened {
  transition: all 0.3s;
}
.cid-uHGq5uSxUr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHGq5uSxUr .navbar .navbar-logo img {
  width: auto;
}
.cid-uHGq5uSxUr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHGq5uSxUr .navbar.collapsed {
  justify-content: center;
}
.cid-uHGq5uSxUr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHGq5uSxUr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHGq5uSxUr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uHGq5uSxUr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHGq5uSxUr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHGq5uSxUr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uHGq5uSxUr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHGq5uSxUr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHGq5uSxUr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHGq5uSxUr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHGq5uSxUr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHGq5uSxUr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHGq5uSxUr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHGq5uSxUr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uHGq5uSxUr .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-uHGq5uSxUr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHGq5uSxUr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHGq5uSxUr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHGq5uSxUr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHGq5uSxUr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHGq5uSxUr .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHGq5uSxUr .navbar.navbar-short {
  min-height: 130px;
}
.cid-uHGq5uSxUr .navbar.navbar-short .navbar-logo img {
  height: 6rem !important;
}
.cid-uHGq5uSxUr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHGq5uSxUr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHGq5uSxUr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHGq5uSxUr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHGq5uSxUr .dropdown-item.active,
.cid-uHGq5uSxUr .dropdown-item:active {
  background-color: transparent;
}
.cid-uHGq5uSxUr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHGq5uSxUr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHGq5uSxUr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHGq5uSxUr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0b656d;
}
.cid-uHGq5uSxUr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHGq5uSxUr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHGq5uSxUr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHGq5uSxUr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHGq5uSxUr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHGq5uSxUr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHGq5uSxUr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHGq5uSxUr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHGq5uSxUr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHGq5uSxUr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHGq5uSxUr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHGq5uSxUr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHGq5uSxUr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHGq5uSxUr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHGq5uSxUr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHGq5uSxUr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHGq5uSxUr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHGq5uSxUr .navbar {
    height: 70px;
  }
  .cid-uHGq5uSxUr .navbar.opened {
    height: auto;
  }
  .cid-uHGq5uSxUr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHGq5uSxUr a.text-white:hover {
  color: #67d7c0 !important;
}
.cid-uHGq5uSxUr a.dropdown-item:hover {
  color: #ffffff !important;
}
.cid-uHGq5uSxUr .mylogo {
  position: relative;
  top: 2px;
  min-height: 120px;
}
@media (max-width: 520px) {
  .cid-uHGq5uSxUr .mylogo {
    min-height: 90px;
  }
}
.cid-uHHo1uBTgq {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fafafa;
}
.cid-uHHo1uBTgq .carousel {
  width: 100%;
}
.cid-uHHo1uBTgq .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-uHHo1uBTgq .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-uHHo1uBTgq .carousel-caption {
  bottom: 250px;
}
.cid-uHHo1uBTgq .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uHHo1uBTgq .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uHHo1uBTgq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uHHo1uBTgq .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uHHo1uBTgq .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uHHo1uBTgq .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uHHo1uBTgq .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uHHo1uBTgq .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uHHo1uBTgq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHHo1uBTgq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uHHo1uBTgq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uHHo1uBTgq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uHHo1uBTgq .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uHHo1uBTgq .carousel-indicators li.active,
.cid-uHHo1uBTgq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uHHo1uBTgq .carousel-indicators li::after,
.cid-uHHo1uBTgq .carousel-indicators li::before {
  content: none;
}
.cid-uHHo1uBTgq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uHHo1uBTgq .carousel-indicators {
    display: none !important;
  }
}
.cid-uHHo1uBTgq hr {
  margin: .5rem 0;
  color: #ffa600;
  opacity: .80;
}
.cid-uHHo1uBTgq h1 {
  font-size: 4.5rem !important;
  text-shadow: 2px 2px 2px #000000;
  font-weight: 600;
}
.cid-uHHo1uBTgq h2 {
  font-size: 2rem;
  text-shadow: 2px 2px 2px #000000;
  font-family: montserrat;
}
.cid-uHHo1uBTgq h5 {
  font-size: 3.2rem !important;
  font-weight: 600;
  text-shadow: 2px 2px 2px #000000;
  font-family: dancing script;
}
.cid-uHHo1uBTgq p {
  font-size: 1.4rem !important;
  text-shadow: 2px 2px 2px #000000;
}
.cid-uHHo1uBTgq .btn-danger,
.cid-uHHo1uBTgq .btn-info {
  font-size: 1.2rem !important;
}
@media (max-width: 520px) {
  .cid-uHHo1uBTgq .carousel-caption {
    bottom: 0px;
  }
  .cid-uHHo1uBTgq hr {
    margin: .3rem 0;
    color: #ffa600;
    opacity: .80;
  }
  .cid-uHHo1uBTgq h1 {
    font-size: 45px !important;
    line-height: 2.8rem;
  }
  .cid-uHHo1uBTgq h5 {
    font-size: 40px !important;
    line-height: 2.3rem;
  }
  .cid-uHHo1uBTgq h2 {
    font-size: 25px !important;
    line-height: 1.5rem;
  }
  .cid-uHHo1uBTgq p {
    font-size: 16px !important;
  }
}
.cid-uHHvRSE3au {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uHHvRSE3au .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uHHvRSE3au .row-element,
.cid-uHHvRSE3au .image-element {
  padding: 0;
}
.cid-uHHvRSE3au .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uHHvRSE3au .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uHHvRSE3au .text-content {
  padding: 3rem;
}
.cid-uHHvRSE3au .mbr-section-subtitle {
  color: #0b656d;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uHHvRSE3au .text-content {
    padding: 2rem 1rem;
  }
  .cid-uHHvRSE3au .mbr-title,
  .cid-uHHvRSE3au .underline,
  .cid-uHHvRSE3au .mbr-text,
  .cid-uHHvRSE3au .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uHHvRSE3au .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHHvRSE3au .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHHvRSE3au .mbr-text,
.cid-uHHvRSE3au .mbr-section-btn {
  text-align: left;
}
.cid-uHHvRSE3au .mbr-title {
  text-align: center;
}
.cid-uHHvRSE3au hr {
  margin: 1rem 0;
  color: #0b656d;
  opacity: .80;
}
.cid-uHIq9NYax5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #a0e1e1;
}
.cid-uHIq9NYax5 .mbr-text,
.cid-uHIq9NYax5 blockquote {
  color: #767676;
}
.cid-uHIq9NYax5 .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-uHIq9NYax5 .mbr-text B {
  color: #efefef;
}
.cid-uHIq9NYax5 .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-uHIq9NYax5 .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-uHIq9NYax5 .custom-shape-divider .shape-fill {
  fill: #ffffff;
}
.cid-uHHvit38h1 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #a0e1e1;
}
.cid-uHHvit38h1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHHvit38h1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHHvit38h1 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uHHvit38h1 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uHHvit38h1 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uHHvit38h1 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uHHvit38h1 .container {
    padding: 0 24px;
  }
}
.cid-uHHvit38h1 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uHHvit38h1 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uHHvit38h1 .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uHHvit38h1 .item .item-wrapper .item-img {
  display: flex;
  align-items: flex-end;
  height: 630px;
  position: relative;
  padding: 32px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uHHvit38h1 .item .item-wrapper .item-img {
    height: 350px;
    padding: 24px;
  }
}
.cid-uHHvit38h1 .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uHHvit38h1 .item .item-wrapper .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uHHvit38h1 .item .item-wrapper .item-img .date-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uHHvit38h1 .item .item-wrapper .item-img .date-wrapper .item-date {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 0;
  border-radius: 500px;
  z-index: 1;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
}
.cid-uHHvit38h1 .item .item-wrapper .item-img .date-wrapper .item-date::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uHHvit38h1 .item .item-wrapper .item-content {
  position: relative;
  padding: 32px;
  border-radius: 2rem;
  background-color: #fbfaf9;
  border: 1px solid #edeceb;
}
@media (max-width: 992px) {
  .cid-uHHvit38h1 .item .item-wrapper .item-content {
    padding: 24px;
  }
}
.cid-uHHvit38h1 .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uHHvit38h1 .item .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
  opacity: .5;
}
.cid-uHHvit38h1 .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uHHvit38h1 .item-title {
  color: #18212d;
  font-weight: 600;
}
.cid-uHHvit38h1 .item-text {
  color: #000000;
}
.cid-uHHvit38h1 .item-date {
  color: #ffffff;
}
.cid-uHHvit38h1 hr {
  margin: 1rem 0;
  color: #0b656d;
  opacity: .80;
}
.cid-uHHvit38h1 .item-title,
.cid-uHHvit38h1 .mbr-section-btn {
  color: #000000;
}
.cid-uHXW2i7LCD {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #1096a0;
}
.cid-uHXW2i7LCD .mbr-text,
.cid-uHXW2i7LCD blockquote {
  color: #767676;
}
.cid-uHXW2i7LCD .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-uHXW2i7LCD .mbr-text B {
  color: #efefef;
}
.cid-uHXW2i7LCD .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-uHXW2i7LCD .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-uHXW2i7LCD .custom-shape-divider .shape-fill {
  fill: #a0e1e1;
}
.cid-uLMfYzATxG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/seahorse-fine-gardening-tesimonial-bg.jpg-4-2000x600.jpg");
}
.cid-uLMfYzATxG .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  background: #ffffff;
  width: 100%;
  padding: 0;
}
.cid-uLMfYzATxG .carousel-item.active,
.cid-uLMfYzATxG .carousel-item-next,
.cid-uLMfYzATxG .carousel-item-prev {
  display: flex;
}
.cid-uLMfYzATxG .carousel-control-prev span {
  right: -10px;
}
.cid-uLMfYzATxG .row {
  justify-content: space-between;
}
.cid-uLMfYzATxG .user {
  padding: 0 2rem !important;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-uLMfYzATxG .user {
    flex-direction: column;
  }
}
.cid-uLMfYzATxG .user_text {
  padding: 0 2rem;
  color: #767676;
}
.cid-uLMfYzATxG .carousel-control-next span {
  left: -10px;
}
@media (max-width: 767px) {
  .cid-uLMfYzATxG .icons-list {
    padding-bottom: 1rem;
  }
}
.cid-uLMfYzATxG .card-header {
  background: transparent;
  border: 0;
  padding: 0;
  padding-top: 2rem;
}
.cid-uLMfYzATxG .bottom {
  background-color: rgba(11, 101, 109, 0.9);
  padding: 1rem 2rem;
}
@media (min-width: 767px) {
  .cid-uLMfYzATxG .carousel-control-prev span {
    right: 100px;
  }
  .cid-uLMfYzATxG .carousel-control-next span {
    left: 100px;
  }
  .cid-uLMfYzATxG .slider-col {
    padding: 0 4rem;
  }
}
.cid-uLMfYzATxG .iconfont-wrapper,
.cid-uLMfYzATxG .amp-iconfont {
  width: 1.2rem;
  height: 1.2rem;
  font-size: 1.6rem;
  color: #ffe440;
}
.cid-uLMfYzATxG .carousel-controls a {
  font-size: 1.5rem;
  color: #0b656d;
  opacity: 0.9;
}
.cid-uLMfYzATxG .carousel-controls a span {
  position: absolute;
  top: 40%;
  padding: 10px;
  border-radius: 50%;
  color: #0b656d;
  border: 1px solid #0b656d;
}
@media (max-width: 767px) {
  .cid-uLMfYzATxG .carousel-controls a {
    top: 70%;
  }
}
@media (min-width: 992px) {
  .cid-uLMfYzATxG .user {
    padding: 2rem 3rem;
  }
}
@media (max-width: 230px) {
  .cid-uLMfYzATxG .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uLMfYzATxG hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
}
.cid-uLMfYzATxG h2 {
  font-size: 3rem;
  font-weight: 600;
  text-shadow: 2px 2px 2px #000000;
}
.cid-uLMfYzATxG .user_desk {
  color: #ffffff;
}
.cid-uLMfYzATxG .mbr-section-title {
  color: #ffffff;
  font-weight: 400;
}
.cid-uLMfYzATxG .mbr-section-subtitle,
.cid-uLMfYzATxG .mbr-section-btn {
  color: #ffffff;
}
.cid-uHY0FXQadL {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHY0FXQadL .mbr-overlay {
  z-index: 1;
}
.cid-uHY0FXQadL .main-container-text {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto 5rem;
  flex-shrink: 1;
}
@media (max-width: 767px) {
  .cid-uHY0FXQadL .main-container-text {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 991px) {
  .cid-uHY0FXQadL .main-container-text {
    padding: 0 0.75rem;
  }
}
.cid-uHY0FXQadL .label-text {
  color: #111111;
  width: 100%;
}
.cid-uHY0FXQadL .item-title {
  width: 100%;
  color: #111111;
  z-index: 2;
}
.cid-uHY0FXQadL .item-title span {
  position: relative;
  z-index: 2;
}
.cid-uHY0FXQadL .item-title span:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #0b656d;
  z-index: 1;
}
.cid-uHY0FXQadL .main-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.cid-uHY0FXQadL .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-uHY0FXQadL .card,
.cid-uHY0FXQadL .cards-container,
.cid-uHY0FXQadL .card-container {
  padding: 5px;
}
.cid-uHY0FXQadL .item-img,
.cid-uHY0FXQadL img {
  width: 100%;
  height: 100%;
  objec-fit: cover;
  padding: 0;
}
.cid-uHY0FXQadL .card-container {
  display: flex;
}
.cid-uHY0FXQadL .card-container .card {
  border-radius: 0;
}
.cid-uHY0FXQadL .card-container .card .item-img {
  height: 100%;
}
.cid-uHY0FXQadL .card-container .card .item-img img {
  height: 100%;
}
.cid-uHY0FXQadL .cards-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-uHY0FXQadL .cards-container .card {
  border-radius: 0;
}
.cid-uHY0FXQadL .cards-container .card .item-img {
  display: flex;
}
.cid-uI425DRirw {
  border-top: 10px solid #67d7c0;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0b656d;
}
.cid-uI425DRirw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI425DRirw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI425DRirw .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uI425DRirw .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uI425DRirw .row {
    text-align: center;
  }
  .cid-uI425DRirw .row > div {
    margin: auto;
  }
  .cid-uI425DRirw .social-row {
    justify-content: center;
  }
}
.cid-uI425DRirw .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uI425DRirw .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uI425DRirw .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uI425DRirw .list {
    margin-bottom: 0rem;
  }
}
.cid-uI425DRirw .mbr-text {
  color: #ffffff;
}
.cid-uI425DRirw .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uI425DRirw .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uI425DRirw div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uI425DRirw .mbr-section-subtitle {
  color: #36e3ff;
}
.cid-uI425DRirw hr {
  margin: 1rem 0;
  color: #67d7c0;
  opacity: .80;
}
.cid-uI425DRirw a.text-secondary:hover {
  color: #ffffff !important;
}
.cid-uI4LZVxphG {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #36e3ff;
}
.cid-uI4LZVxphG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI4LZVxphG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIavTQrBuc {
  z-index: 1000;
  width: 100%;
}
.cid-uIavTQrBuc nav.navbar {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-uIavTQrBuc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIavTQrBuc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIavTQrBuc .dropdown-item {
  border-bottom: 1px solid #ffffff;
}
.cid-uIavTQrBuc .dropdown-item:hover,
.cid-uIavTQrBuc .dropdown-item:focus {
  background: #C05CA5 !important;
  color: white !important;
}
.cid-uIavTQrBuc .dropdown-item:hover span {
  color: white;
}
.cid-uIavTQrBuc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIavTQrBuc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIavTQrBuc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIavTQrBuc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIavTQrBuc .nav-link {
  position: relative;
}
.cid-uIavTQrBuc .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uIavTQrBuc .container {
    flex-wrap: wrap;
  }
}
.cid-uIavTQrBuc .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uIavTQrBuc .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uIavTQrBuc .iconfont-wrapper {
  color: #d3a850 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIavTQrBuc .dropdown-menu,
.cid-uIavTQrBuc .navbar.opened {
  background: #0b656d !important;
}
.cid-uIavTQrBuc .nav-item:focus,
.cid-uIavTQrBuc .nav-link:focus {
  outline: none;
}
.cid-uIavTQrBuc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIavTQrBuc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIavTQrBuc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIavTQrBuc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIavTQrBuc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIavTQrBuc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIavTQrBuc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(11, 101, 109, 0.9);
}
.cid-uIavTQrBuc .navbar.opened {
  transition: all 0.3s;
}
.cid-uIavTQrBuc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIavTQrBuc .navbar .navbar-logo img {
  width: auto;
}
.cid-uIavTQrBuc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIavTQrBuc .navbar.collapsed {
  justify-content: center;
}
.cid-uIavTQrBuc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIavTQrBuc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIavTQrBuc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uIavTQrBuc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIavTQrBuc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIavTQrBuc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uIavTQrBuc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIavTQrBuc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIavTQrBuc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIavTQrBuc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIavTQrBuc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIavTQrBuc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIavTQrBuc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIavTQrBuc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uIavTQrBuc .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-uIavTQrBuc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIavTQrBuc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIavTQrBuc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIavTQrBuc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIavTQrBuc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIavTQrBuc .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIavTQrBuc .navbar.navbar-short {
  min-height: 130px;
}
.cid-uIavTQrBuc .navbar.navbar-short .navbar-logo img {
  height: 6rem !important;
}
.cid-uIavTQrBuc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIavTQrBuc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIavTQrBuc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIavTQrBuc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIavTQrBuc .dropdown-item.active,
.cid-uIavTQrBuc .dropdown-item:active {
  background-color: transparent;
}
.cid-uIavTQrBuc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIavTQrBuc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIavTQrBuc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIavTQrBuc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0b656d;
}
.cid-uIavTQrBuc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIavTQrBuc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIavTQrBuc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIavTQrBuc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIavTQrBuc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIavTQrBuc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uIavTQrBuc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIavTQrBuc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIavTQrBuc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIavTQrBuc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIavTQrBuc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIavTQrBuc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIavTQrBuc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIavTQrBuc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIavTQrBuc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIavTQrBuc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIavTQrBuc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIavTQrBuc .navbar {
    height: 70px;
  }
  .cid-uIavTQrBuc .navbar.opened {
    height: auto;
  }
  .cid-uIavTQrBuc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIavTQrBuc a.text-white:hover {
  color: #67d7c0 !important;
}
.cid-uIavTQrBuc a.dropdown-item:hover {
  color: #ffffff !important;
}
.cid-uIavTQrBuc .mylogo {
  position: relative;
  top: 2px;
  min-height: 120px;
}
@media (max-width: 520px) {
  .cid-uIavTQrBuc .mylogo {
    min-height: 90px;
  }
}
.cid-uIavTSNA5j {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #1096a0;
}
.cid-uIavTSNA5j .mbr-text,
.cid-uIavTSNA5j blockquote {
  color: #767676;
}
.cid-uIavTSNA5j .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-uIavTSNA5j .mbr-text B {
  color: #efefef;
}
.cid-uIavTSNA5j .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-uIavTSNA5j .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-uIavTSNA5j .custom-shape-divider .shape-fill {
  fill: #a0e1e1;
}
.cid-uIawtK6n31 {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/seahorse-fine-gardening-about-banner.jpg-2000x600.jpg");
}
.cid-uIawtK6n31 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIawtK6n31 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIawtK6n31 .mbr-section-title {
  color: #FFFFFF;
}
.cid-uIawtK6n31 .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
}
.cid-uIawtK6n31 .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-uIawtK6n31 .mbr-section-btn {
  margin-top: 18px;
}
.cid-uIawtK6n31 .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-uIawtK6n31 .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-uIawtK6n31 .spacr {
  margin-top: 120px;
}
.cid-uIawtK6n31 h1 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-uIawtK6n31 h2 {
  text-shadow: 2px 2px 2px #000000;
}
.cid-uIawtK6n31 p {
  font-size: 1.5rem;
}
.cid-uIawtK6n31 hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
  width: 75%;
}
@media (max-width: 520px) {
  .cid-uIawtK6n31 {
    padding-top: 5px;
  }
  .cid-uIawtK6n31 h1 {
    font-size: 40px !important;
    line-height: 2.5rem;
  }
  .cid-uIawtK6n31 h2 {
    font-size: 22px !important;
    line-height: 2rem;
  }
  .cid-uIawtK6n31 p {
    font-size: 20px !important;
  }
  .cid-uIawtK6n31 hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
    width: 100%;
  }
}
.cid-uIazDdXxrh {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uIazDdXxrh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIazDdXxrh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIazDdXxrh .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uIazDdXxrh .mbr-section-title {
  color: #24262b;
}
.cid-uIazDdXxrh .mbr-section-subtitle {
  color: #24262b;
}
.cid-uIazDdXxrh .cards-row {
  row-gap: 32px;
}
.cid-uIazDdXxrh .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #1096a0;
}
@media (max-width: 767px) {
  .cid-uIazDdXxrh .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-uIazDdXxrh .card-title {
  margin-bottom: 16px;
  color: #ffea64;
}
.cid-uIazDdXxrh .card-subtitle {
  color: #ffffff;
  font-size: 2rem;
}
.cid-uIazDdXxrh .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-uIazDdXxrh .mbr-section-btn {
  margin-top: 20px;
}
.cid-uIazDdXxrh .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-uIazDdXxrh .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-uIazDdXxrh hr {
  margin: 1rem 0;
  color: #ffff00;
}
.cid-uIazDdXxrh .btn-danger {
  font-size: 1rem;
}
.cid-uIazDdXxrh .card-text,
.cid-uIazDdXxrh .mbr-section-btn {
  color: #ffffff;
}
.cid-uIaG2CTjSH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1096a0;
}
.cid-uIaG2CTjSH .mbr-text,
.cid-uIaG2CTjSH blockquote {
  color: #767676;
}
.cid-uIaG2CTjSH .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-uIaG2CTjSH .mbr-text B {
  color: #efefef;
}
.cid-uIaG2CTjSH .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-uIaG2CTjSH .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-uIaG2CTjSH .custom-shape-divider .shape-fill {
  fill: #f7f7f7;
}
.cid-uLMg2rE68o {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/seahorse-fine-gardening-tesimonial-bg.jpg-4-2000x600.jpg");
}
.cid-uLMg2rE68o .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  background: #ffffff;
  width: 100%;
  padding: 0;
}
.cid-uLMg2rE68o .carousel-item.active,
.cid-uLMg2rE68o .carousel-item-next,
.cid-uLMg2rE68o .carousel-item-prev {
  display: flex;
}
.cid-uLMg2rE68o .carousel-control-prev span {
  right: -10px;
}
.cid-uLMg2rE68o .row {
  justify-content: space-between;
}
.cid-uLMg2rE68o .user {
  padding: 0 2rem !important;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-uLMg2rE68o .user {
    flex-direction: column;
  }
}
.cid-uLMg2rE68o .user_text {
  padding: 0 2rem;
  color: #767676;
}
.cid-uLMg2rE68o .carousel-control-next span {
  left: -10px;
}
@media (max-width: 767px) {
  .cid-uLMg2rE68o .icons-list {
    padding-bottom: 1rem;
  }
}
.cid-uLMg2rE68o .card-header {
  background: transparent;
  border: 0;
  padding: 0;
  padding-top: 2rem;
}
.cid-uLMg2rE68o .bottom {
  background-color: rgba(11, 101, 109, 0.9);
  padding: 1rem 2rem;
}
@media (min-width: 767px) {
  .cid-uLMg2rE68o .carousel-control-prev span {
    right: 100px;
  }
  .cid-uLMg2rE68o .carousel-control-next span {
    left: 100px;
  }
  .cid-uLMg2rE68o .slider-col {
    padding: 0 4rem;
  }
}
.cid-uLMg2rE68o .iconfont-wrapper,
.cid-uLMg2rE68o .amp-iconfont {
  width: 1.2rem;
  height: 1.2rem;
  font-size: 1.6rem;
  color: #ffe440;
}
.cid-uLMg2rE68o .carousel-controls a {
  font-size: 1.5rem;
  color: #0b656d;
  opacity: 0.9;
}
.cid-uLMg2rE68o .carousel-controls a span {
  position: absolute;
  top: 40%;
  padding: 10px;
  border-radius: 50%;
  color: #0b656d;
  border: 1px solid #0b656d;
}
@media (max-width: 767px) {
  .cid-uLMg2rE68o .carousel-controls a {
    top: 70%;
  }
}
@media (min-width: 992px) {
  .cid-uLMg2rE68o .user {
    padding: 2rem 3rem;
  }
}
@media (max-width: 230px) {
  .cid-uLMg2rE68o .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uLMg2rE68o hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
}
.cid-uLMg2rE68o h2 {
  font-size: 3rem;
  font-weight: 600;
  text-shadow: 2px 2px 2px #000000;
}
.cid-uLMg2rE68o .user_desk {
  color: #ffffff;
}
.cid-uLMg2rE68o .mbr-section-title {
  color: #ffffff;
  font-weight: 400;
}
.cid-uLMg2rE68o .mbr-section-subtitle,
.cid-uLMg2rE68o .mbr-section-btn {
  color: #ffffff;
}
.cid-uIavTVFbpd {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIavTVFbpd .mbr-overlay {
  z-index: 1;
}
.cid-uIavTVFbpd .main-container-text {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto 5rem;
  flex-shrink: 1;
}
@media (max-width: 767px) {
  .cid-uIavTVFbpd .main-container-text {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 991px) {
  .cid-uIavTVFbpd .main-container-text {
    padding: 0 0.75rem;
  }
}
.cid-uIavTVFbpd .label-text {
  color: #111111;
  width: 100%;
}
.cid-uIavTVFbpd .item-title {
  width: 100%;
  color: #111111;
  z-index: 2;
}
.cid-uIavTVFbpd .item-title span {
  position: relative;
  z-index: 2;
}
.cid-uIavTVFbpd .item-title span:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #0b656d;
  z-index: 1;
}
.cid-uIavTVFbpd .main-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.cid-uIavTVFbpd .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-uIavTVFbpd .card,
.cid-uIavTVFbpd .cards-container,
.cid-uIavTVFbpd .card-container {
  padding: 5px;
}
.cid-uIavTVFbpd .item-img,
.cid-uIavTVFbpd img {
  width: 100%;
  height: 100%;
  objec-fit: cover;
  padding: 0;
}
.cid-uIavTVFbpd .card-container {
  display: flex;
}
.cid-uIavTVFbpd .card-container .card {
  border-radius: 0;
}
.cid-uIavTVFbpd .card-container .card .item-img {
  height: 100%;
}
.cid-uIavTVFbpd .card-container .card .item-img img {
  height: 100%;
}
.cid-uIavTVFbpd .cards-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-uIavTVFbpd .cards-container .card {
  border-radius: 0;
}
.cid-uIavTVFbpd .cards-container .card .item-img {
  display: flex;
}
.cid-uIavTWnTO4 {
  border-top: 10px solid #67d7c0;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0b656d;
}
.cid-uIavTWnTO4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIavTWnTO4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIavTWnTO4 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uIavTWnTO4 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uIavTWnTO4 .row {
    text-align: center;
  }
  .cid-uIavTWnTO4 .row > div {
    margin: auto;
  }
  .cid-uIavTWnTO4 .social-row {
    justify-content: center;
  }
}
.cid-uIavTWnTO4 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uIavTWnTO4 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uIavTWnTO4 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uIavTWnTO4 .list {
    margin-bottom: 0rem;
  }
}
.cid-uIavTWnTO4 .mbr-text {
  color: #ffffff;
}
.cid-uIavTWnTO4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uIavTWnTO4 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uIavTWnTO4 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uIavTWnTO4 .mbr-section-subtitle {
  color: #36e3ff;
}
.cid-uIavTWnTO4 hr {
  margin: 1rem 0;
  color: #67d7c0;
  opacity: .80;
}
.cid-uIavTWnTO4 a.text-secondary:hover {
  color: #ffffff !important;
}
.cid-uIavTXfvgQ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #36e3ff;
}
.cid-uIavTXfvgQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIavTXfvgQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIb495pLb2 {
  z-index: 1000;
  width: 100%;
}
.cid-uIb495pLb2 nav.navbar {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-uIb495pLb2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIb495pLb2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIb495pLb2 .dropdown-item {
  border-bottom: 1px solid #ffffff;
}
.cid-uIb495pLb2 .dropdown-item:hover,
.cid-uIb495pLb2 .dropdown-item:focus {
  background: #C05CA5 !important;
  color: white !important;
}
.cid-uIb495pLb2 .dropdown-item:hover span {
  color: white;
}
.cid-uIb495pLb2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIb495pLb2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIb495pLb2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIb495pLb2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIb495pLb2 .nav-link {
  position: relative;
}
.cid-uIb495pLb2 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uIb495pLb2 .container {
    flex-wrap: wrap;
  }
}
.cid-uIb495pLb2 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uIb495pLb2 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uIb495pLb2 .iconfont-wrapper {
  color: #d3a850 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIb495pLb2 .dropdown-menu,
.cid-uIb495pLb2 .navbar.opened {
  background: #0b656d !important;
}
.cid-uIb495pLb2 .nav-item:focus,
.cid-uIb495pLb2 .nav-link:focus {
  outline: none;
}
.cid-uIb495pLb2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIb495pLb2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIb495pLb2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIb495pLb2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIb495pLb2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIb495pLb2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIb495pLb2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(11, 101, 109, 0.9);
}
.cid-uIb495pLb2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uIb495pLb2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIb495pLb2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uIb495pLb2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIb495pLb2 .navbar.collapsed {
  justify-content: center;
}
.cid-uIb495pLb2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIb495pLb2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIb495pLb2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uIb495pLb2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIb495pLb2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIb495pLb2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uIb495pLb2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIb495pLb2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIb495pLb2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIb495pLb2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIb495pLb2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIb495pLb2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIb495pLb2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIb495pLb2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uIb495pLb2 .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-uIb495pLb2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIb495pLb2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIb495pLb2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIb495pLb2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIb495pLb2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIb495pLb2 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIb495pLb2 .navbar.navbar-short {
  min-height: 130px;
}
.cid-uIb495pLb2 .navbar.navbar-short .navbar-logo img {
  height: 6rem !important;
}
.cid-uIb495pLb2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIb495pLb2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIb495pLb2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIb495pLb2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIb495pLb2 .dropdown-item.active,
.cid-uIb495pLb2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uIb495pLb2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIb495pLb2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIb495pLb2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIb495pLb2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0b656d;
}
.cid-uIb495pLb2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIb495pLb2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIb495pLb2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIb495pLb2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIb495pLb2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIb495pLb2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uIb495pLb2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIb495pLb2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIb495pLb2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIb495pLb2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIb495pLb2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIb495pLb2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIb495pLb2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIb495pLb2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIb495pLb2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIb495pLb2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIb495pLb2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIb495pLb2 .navbar {
    height: 70px;
  }
  .cid-uIb495pLb2 .navbar.opened {
    height: auto;
  }
  .cid-uIb495pLb2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIb495pLb2 a.text-white:hover {
  color: #67d7c0 !important;
}
.cid-uIb495pLb2 a.dropdown-item:hover {
  color: #ffffff !important;
}
.cid-uIb495pLb2 .mylogo {
  position: relative;
  top: 2px;
  min-height: 120px;
}
@media (max-width: 520px) {
  .cid-uIb495pLb2 .mylogo {
    min-height: 90px;
  }
}
.cid-uIb496gBtf {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #1096a0;
}
.cid-uIb496gBtf .mbr-text,
.cid-uIb496gBtf blockquote {
  color: #767676;
}
.cid-uIb496gBtf .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-uIb496gBtf .mbr-text B {
  color: #efefef;
}
.cid-uIb496gBtf .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-uIb496gBtf .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-uIb496gBtf .custom-shape-divider .shape-fill {
  fill: #a0e1e1;
}
.cid-uIb496EaCi {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/seahorse-fine-gardening-expert-rose-care-banner.jpg-2000x600.jpg");
}
.cid-uIb496EaCi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIb496EaCi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIb496EaCi .mbr-section-title {
  color: #FFFFFF;
}
.cid-uIb496EaCi .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
}
.cid-uIb496EaCi .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-uIb496EaCi .mbr-section-btn {
  margin-top: 18px;
}
.cid-uIb496EaCi .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-uIb496EaCi .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-uIb496EaCi .spacr {
  margin-top: 120px;
}
.cid-uIb496EaCi h1 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-uIb496EaCi h2 {
  text-shadow: 2px 2px 2px #000000;
}
.cid-uIb496EaCi p {
  font-size: 1.3rem;
}
.cid-uIb496EaCi hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
}
@media (max-width: 520px) {
  .cid-uIb496EaCi {
    padding-top: 5px;
  }
  .cid-uIb496EaCi h1 {
    font-size: 40px !important;
    line-height: 2.5rem;
  }
  .cid-uIb496EaCi h2 {
    font-size: 22px !important;
    line-height: 2rem;
  }
  .cid-uIb496EaCi p {
    font-size: 20px !important;
  }
  .cid-uIb496EaCi hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
    width: 100%;
  }
}
.cid-uIb8h6qfb0 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIb8h6qfb0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIb8h6qfb0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIb8h6qfb0 .mbr-section-title {
  text-align: left;
  color: #0b656d;
}
.cid-uIb8h6qfb0 .mbr-section-subtitle {
  text-align: left;
}
.cid-uIb8h6qfb0 hr {
  margin: 1rem 0;
  color: #0b656d;
  opacity: .80;
}
.cid-uIb8h6qfb0 h3 {
  font-size: 2.3rem;
}
.cid-uIb8h6qfb0 span {
  font-size: 1.7rem;
  font-weight: 600;
  color: #0b656d;
}
.cid-uIbh0nzpgY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #67d7c0;
}
.cid-uIbh0nzpgY .mbr-text,
.cid-uIbh0nzpgY blockquote {
  color: #767676;
}
.cid-uIbh0nzpgY .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-uIbh0nzpgY .mbr-text B {
  color: #efefef;
}
.cid-uIbh0nzpgY .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-uIbh0nzpgY .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-uIbh0nzpgY .custom-shape-divider .shape-fill {
  fill: #ffffff;
}
.cid-uIbdVyEq9e {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #67d7c0;
}
.cid-uIbdVyEq9e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIbdVyEq9e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIbdVyEq9e .mbr-section-title {
  text-align: left;
}
.cid-uIbdVyEq9e .mbr-section-subtitle {
  text-align: left;
}
.cid-uIbdVyEq9e hr {
  margin: 1rem 0;
  color: #0b656d;
  opacity: .80;
}
.cid-uIbdVyEq9e h3 {
  font-size: 2.3rem;
}
.cid-uIbdVyEq9e span {
  font-size: 1.7rem;
  font-weight: 600;
  color: #0A5C63;
}
.cid-uIbdVyEq9e b,
.cid-uIbdVyEq9e strong {
  font-size: 1.4rem;
}
.cid-uIb5ZxhFwt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #67d7c0;
}
.cid-uIb5ZxhFwt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIb5ZxhFwt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIb5ZxhFwt .icon-title-1 {
  color: #bff747;
}
.cid-uIb5ZxhFwt .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uIb5ZxhFwt .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uIb5ZxhFwt .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uIb5ZxhFwt .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uIb5ZxhFwt .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uIb5ZxhFwt .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
  border-radius: 2rem;
  padding: 5px;
  background-color: #67d7c0;
}
@media (max-width: 992px) {
  .cid-uIb5ZxhFwt .image-wrapper img {
    height: 350px;
  }
}
.cid-uIb5ZxhFwt .item-text {
  color: #000000;
}
.cid-uIb5ZxhFwt .item-title {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 600;
  text-shadow: 2px 2px 2px #000000;
}
.cid-uIb5ZxhFwt .mbr-section-title,
.cid-uIb5ZxhFwt .mbr-section-btn {
  color: #000000;
}
.cid-uIb82YAuVD {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #67d7c0;
}
.cid-uIb82YAuVD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIb82YAuVD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIb82YAuVD .icon-title-1 {
  color: #bff747;
}
.cid-uIb82YAuVD .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uIb82YAuVD .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uIb82YAuVD .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uIb82YAuVD .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uIb82YAuVD .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uIb82YAuVD .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
  border-radius: 2rem;
  padding: 5px;
  background-color: #67d7c0;
}
@media (max-width: 992px) {
  .cid-uIb82YAuVD .image-wrapper img {
    height: 350px;
  }
}
.cid-uIb82YAuVD .item-text {
  color: #000000;
}
.cid-uIb82YAuVD .item-title {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 600;
  text-shadow: 2px 2px 2px #000000;
}
.cid-uIb82YAuVD .mbr-section-title,
.cid-uIb82YAuVD .mbr-section-btn {
  color: #000000;
}
.cid-uIm8JTMuuc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #67d7c0;
}
.cid-uIm8JTMuuc .mbr-text,
.cid-uIm8JTMuuc blockquote {
  color: #767676;
}
.cid-uIm8JTMuuc .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-uIm8JTMuuc .mbr-text B {
  color: #efefef;
}
.cid-uIm8JTMuuc .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-uIm8JTMuuc .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-uIm8JTMuuc .custom-shape-divider .shape-fill {
  fill: #67d7c0;
}
.cid-uIm8KPUpYY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fffff5;
}
.cid-uIm8KPUpYY .mbr-text,
.cid-uIm8KPUpYY blockquote {
  color: #767676;
}
.cid-uIm8KPUpYY .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-uIm8KPUpYY .mbr-text B {
  color: #efefef;
}
.cid-uIm8KPUpYY .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-uIm8KPUpYY .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-uIm8KPUpYY .custom-shape-divider .shape-fill {
  fill: #67d7c0;
}
.cid-uIm8NEPoI5 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fffff5;
}
.cid-uIm8NEPoI5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIm8NEPoI5 .mbr-fallback-image {
  display: block;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIm8NEPoI5 .content-wrapper {
  display: flex;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uIm8NEPoI5 .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uIm8NEPoI5 .content-wrapper .content-wrap {
  width: 60%;
}
@media (max-width: 1199px) {
  .cid-uIm8NEPoI5 .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 50%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uIm8NEPoI5 .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uIm8NEPoI5 .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uIm8NEPoI5 .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uIm8NEPoI5 .content-wrapper .content-wrap .text-wrapper .mbr-section-title .mbr-iconfont {
  color: #bff747;
}
@media (max-width: 992px) {
  .cid-uIm8NEPoI5 .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uIm8NEPoI5 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uIm8NEPoI5 .content-wrapper .panel-group {
  width: 40%;
}
@media (max-width: 1199px) {
  .cid-uIm8NEPoI5 .content-wrapper .panel-group {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uIm8NEPoI5 .content-wrapper .panel-group {
    margin-bottom: 24px;
    width: 100%;
    padding: 0;
  }
}
.cid-uIm8NEPoI5 .content-wrapper .panel-group .card {
  position: relative;
  padding: 1.2rem;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #000000;
  background-color: #fffff5;
  backgraund-color: show.bs.collapse #000000;
}
@media (max-width: 992px) {
  .cid-uIm8NEPoI5 .content-wrapper .panel-group .card {
    padding: 16px;
    width: 100%;
  }
}
.cid-uIm8NEPoI5 .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uIm8NEPoI5 .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uIm8NEPoI5 .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uIm8NEPoI5 .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uIm8NEPoI5 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uIm8NEPoI5 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #000000;
}
.cid-uIm8NEPoI5 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uIm8NEPoI5 .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uIm8NEPoI5 .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uIm8NEPoI5 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uIm8NEPoI5 .mbr-section-title,
.cid-uIm8NEPoI5 .mbr-text,
.cid-uIm8NEPoI5 .panel-title-edit,
.cid-uIm8NEPoI5 .panel-text {
  color: #000000;
}
.cid-uIm8NEPoI5 i,
.cid-uIm8NEPoI5 em {
  color: #0b656d;
  font-size: 1.4rem;
  font-weight: 600;
}
.cid-uIm8NEPoI5 span {
  font-size: 1.2rem;
  font-weight: 600;
}
.cid-uIb497PRfi {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1096a0;
}
.cid-uIb497PRfi .mbr-text,
.cid-uIb497PRfi blockquote {
  color: #767676;
}
.cid-uIb497PRfi .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-uIb497PRfi .mbr-text B {
  color: #efefef;
}
.cid-uIb497PRfi .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-uIb497PRfi .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-uIb497PRfi .custom-shape-divider .shape-fill {
  fill: #fffff5;
}
.cid-uLMg6sPqx9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/seahorse-fine-gardening-tesimonial-bg.jpg-4-2000x600.jpg");
}
.cid-uLMg6sPqx9 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  background: #ffffff;
  width: 100%;
  padding: 0;
}
.cid-uLMg6sPqx9 .carousel-item.active,
.cid-uLMg6sPqx9 .carousel-item-next,
.cid-uLMg6sPqx9 .carousel-item-prev {
  display: flex;
}
.cid-uLMg6sPqx9 .carousel-control-prev span {
  right: -10px;
}
.cid-uLMg6sPqx9 .row {
  justify-content: space-between;
}
.cid-uLMg6sPqx9 .user {
  padding: 0 2rem !important;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-uLMg6sPqx9 .user {
    flex-direction: column;
  }
}
.cid-uLMg6sPqx9 .user_text {
  padding: 0 2rem;
  color: #767676;
}
.cid-uLMg6sPqx9 .carousel-control-next span {
  left: -10px;
}
@media (max-width: 767px) {
  .cid-uLMg6sPqx9 .icons-list {
    padding-bottom: 1rem;
  }
}
.cid-uLMg6sPqx9 .card-header {
  background: transparent;
  border: 0;
  padding: 0;
  padding-top: 2rem;
}
.cid-uLMg6sPqx9 .bottom {
  background-color: rgba(11, 101, 109, 0.9);
  padding: 1rem 2rem;
}
@media (min-width: 767px) {
  .cid-uLMg6sPqx9 .carousel-control-prev span {
    right: 100px;
  }
  .cid-uLMg6sPqx9 .carousel-control-next span {
    left: 100px;
  }
  .cid-uLMg6sPqx9 .slider-col {
    padding: 0 4rem;
  }
}
.cid-uLMg6sPqx9 .iconfont-wrapper,
.cid-uLMg6sPqx9 .amp-iconfont {
  width: 1.2rem;
  height: 1.2rem;
  font-size: 1.6rem;
  color: #ffe440;
}
.cid-uLMg6sPqx9 .carousel-controls a {
  font-size: 1.5rem;
  color: #0b656d;
  opacity: 0.9;
}
.cid-uLMg6sPqx9 .carousel-controls a span {
  position: absolute;
  top: 40%;
  padding: 10px;
  border-radius: 50%;
  color: #0b656d;
  border: 1px solid #0b656d;
}
@media (max-width: 767px) {
  .cid-uLMg6sPqx9 .carousel-controls a {
    top: 70%;
  }
}
@media (min-width: 992px) {
  .cid-uLMg6sPqx9 .user {
    padding: 2rem 3rem;
  }
}
@media (max-width: 230px) {
  .cid-uLMg6sPqx9 .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uLMg6sPqx9 hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
}
.cid-uLMg6sPqx9 h2 {
  font-size: 3rem;
  font-weight: 600;
  text-shadow: 2px 2px 2px #000000;
}
.cid-uLMg6sPqx9 .user_desk {
  color: #ffffff;
}
.cid-uLMg6sPqx9 .mbr-section-title {
  color: #ffffff;
  font-weight: 400;
}
.cid-uLMg6sPqx9 .mbr-section-subtitle,
.cid-uLMg6sPqx9 .mbr-section-btn {
  color: #ffffff;
}
.cid-uIb49bJqZi {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIb49bJqZi .mbr-overlay {
  z-index: 1;
}
.cid-uIb49bJqZi .main-container-text {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto 5rem;
  flex-shrink: 1;
}
@media (max-width: 767px) {
  .cid-uIb49bJqZi .main-container-text {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 991px) {
  .cid-uIb49bJqZi .main-container-text {
    padding: 0 0.75rem;
  }
}
.cid-uIb49bJqZi .label-text {
  color: #111111;
  width: 100%;
}
.cid-uIb49bJqZi .item-title {
  width: 100%;
  color: #111111;
  z-index: 2;
}
.cid-uIb49bJqZi .item-title span {
  position: relative;
  z-index: 2;
}
.cid-uIb49bJqZi .item-title span:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #0b656d;
  z-index: 1;
}
.cid-uIb49bJqZi .main-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.cid-uIb49bJqZi .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-uIb49bJqZi .card,
.cid-uIb49bJqZi .cards-container,
.cid-uIb49bJqZi .card-container {
  padding: 5px;
}
.cid-uIb49bJqZi .item-img,
.cid-uIb49bJqZi img {
  width: 100%;
  height: 100%;
  objec-fit: cover;
  padding: 0;
}
.cid-uIb49bJqZi .card-container {
  display: flex;
}
.cid-uIb49bJqZi .card-container .card {
  border-radius: 0;
}
.cid-uIb49bJqZi .card-container .card .item-img {
  height: 100%;
}
.cid-uIb49bJqZi .card-container .card .item-img img {
  height: 100%;
}
.cid-uIb49bJqZi .cards-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-uIb49bJqZi .cards-container .card {
  border-radius: 0;
}
.cid-uIb49bJqZi .cards-container .card .item-img {
  display: flex;
}
.cid-uIb49cDPkp {
  border-top: 10px solid #67d7c0;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0b656d;
}
.cid-uIb49cDPkp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIb49cDPkp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIb49cDPkp .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uIb49cDPkp .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uIb49cDPkp .row {
    text-align: center;
  }
  .cid-uIb49cDPkp .row > div {
    margin: auto;
  }
  .cid-uIb49cDPkp .social-row {
    justify-content: center;
  }
}
.cid-uIb49cDPkp .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uIb49cDPkp .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uIb49cDPkp .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uIb49cDPkp .list {
    margin-bottom: 0rem;
  }
}
.cid-uIb49cDPkp .mbr-text {
  color: #ffffff;
}
.cid-uIb49cDPkp .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uIb49cDPkp .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uIb49cDPkp div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uIb49cDPkp .mbr-section-subtitle {
  color: #36e3ff;
}
.cid-uIb49cDPkp hr {
  margin: 1rem 0;
  color: #67d7c0;
  opacity: .80;
}
.cid-uIb49cDPkp a.text-secondary:hover {
  color: #ffffff !important;
}
.cid-uIb49dY4hP {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #36e3ff;
}
.cid-uIb49dY4hP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIb49dY4hP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIbsaMnuQ7 {
  z-index: 1000;
  width: 100%;
}
.cid-uIbsaMnuQ7 nav.navbar {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-uIbsaMnuQ7 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIbsaMnuQ7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIbsaMnuQ7 .dropdown-item {
  border-bottom: 1px solid #ffffff;
}
.cid-uIbsaMnuQ7 .dropdown-item:hover,
.cid-uIbsaMnuQ7 .dropdown-item:focus {
  background: #C05CA5 !important;
  color: white !important;
}
.cid-uIbsaMnuQ7 .dropdown-item:hover span {
  color: white;
}
.cid-uIbsaMnuQ7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIbsaMnuQ7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIbsaMnuQ7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIbsaMnuQ7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIbsaMnuQ7 .nav-link {
  position: relative;
}
.cid-uIbsaMnuQ7 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uIbsaMnuQ7 .container {
    flex-wrap: wrap;
  }
}
.cid-uIbsaMnuQ7 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uIbsaMnuQ7 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uIbsaMnuQ7 .iconfont-wrapper {
  color: #d3a850 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIbsaMnuQ7 .dropdown-menu,
.cid-uIbsaMnuQ7 .navbar.opened {
  background: #0b656d !important;
}
.cid-uIbsaMnuQ7 .nav-item:focus,
.cid-uIbsaMnuQ7 .nav-link:focus {
  outline: none;
}
.cid-uIbsaMnuQ7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIbsaMnuQ7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIbsaMnuQ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIbsaMnuQ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIbsaMnuQ7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIbsaMnuQ7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIbsaMnuQ7 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(11, 101, 109, 0.9);
}
.cid-uIbsaMnuQ7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uIbsaMnuQ7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIbsaMnuQ7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uIbsaMnuQ7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIbsaMnuQ7 .navbar.collapsed {
  justify-content: center;
}
.cid-uIbsaMnuQ7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIbsaMnuQ7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIbsaMnuQ7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uIbsaMnuQ7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIbsaMnuQ7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIbsaMnuQ7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uIbsaMnuQ7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIbsaMnuQ7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIbsaMnuQ7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIbsaMnuQ7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIbsaMnuQ7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIbsaMnuQ7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIbsaMnuQ7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIbsaMnuQ7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uIbsaMnuQ7 .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-uIbsaMnuQ7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIbsaMnuQ7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIbsaMnuQ7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIbsaMnuQ7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIbsaMnuQ7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIbsaMnuQ7 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIbsaMnuQ7 .navbar.navbar-short {
  min-height: 130px;
}
.cid-uIbsaMnuQ7 .navbar.navbar-short .navbar-logo img {
  height: 6rem !important;
}
.cid-uIbsaMnuQ7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIbsaMnuQ7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIbsaMnuQ7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIbsaMnuQ7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIbsaMnuQ7 .dropdown-item.active,
.cid-uIbsaMnuQ7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uIbsaMnuQ7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIbsaMnuQ7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIbsaMnuQ7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIbsaMnuQ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0b656d;
}
.cid-uIbsaMnuQ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIbsaMnuQ7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIbsaMnuQ7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIbsaMnuQ7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIbsaMnuQ7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIbsaMnuQ7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uIbsaMnuQ7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIbsaMnuQ7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIbsaMnuQ7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIbsaMnuQ7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIbsaMnuQ7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIbsaMnuQ7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIbsaMnuQ7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIbsaMnuQ7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIbsaMnuQ7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIbsaMnuQ7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIbsaMnuQ7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIbsaMnuQ7 .navbar {
    height: 70px;
  }
  .cid-uIbsaMnuQ7 .navbar.opened {
    height: auto;
  }
  .cid-uIbsaMnuQ7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIbsaMnuQ7 a.text-white:hover {
  color: #67d7c0 !important;
}
.cid-uIbsaMnuQ7 a.dropdown-item:hover {
  color: #ffffff !important;
}
.cid-uIbsaMnuQ7 .mylogo {
  position: relative;
  top: 2px;
  min-height: 120px;
}
@media (max-width: 520px) {
  .cid-uIbsaMnuQ7 .mylogo {
    min-height: 90px;
  }
}
.cid-uIbsaN0nnm {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #1096a0;
}
.cid-uIbsaN0nnm .mbr-text,
.cid-uIbsaN0nnm blockquote {
  color: #767676;
}
.cid-uIbsaN0nnm .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-uIbsaN0nnm .mbr-text B {
  color: #efefef;
}
.cid-uIbsaN0nnm .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-uIbsaN0nnm .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-uIbsaN0nnm .custom-shape-divider .shape-fill {
  fill: #a0e1e1;
}
.cid-uIbsaNhSmY {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/seahorse-fine-gardening-expert-rose-care-banner.jpg-2000x600.jpg");
}
.cid-uIbsaNhSmY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIbsaNhSmY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIbsaNhSmY .mbr-section-title {
  color: #FFFFFF;
}
.cid-uIbsaNhSmY .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
}
.cid-uIbsaNhSmY .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-uIbsaNhSmY .mbr-section-btn {
  margin-top: 18px;
}
.cid-uIbsaNhSmY .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-uIbsaNhSmY .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-uIbsaNhSmY .spacr {
  margin-top: 120px;
}
.cid-uIbsaNhSmY h1 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-uIbsaNhSmY h2 {
  text-shadow: 2px 2px 2px #000000;
}
.cid-uIbsaNhSmY p {
  font-size: 1.3rem;
}
.cid-uIbsaNhSmY hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
}
@media (max-width: 520px) {
  .cid-uIbsaNhSmY {
    padding-top: 5px;
  }
  .cid-uIbsaNhSmY h1 {
    font-size: 40px !important;
    line-height: 2.5rem;
  }
  .cid-uIbsaNhSmY h2 {
    font-size: 22px !important;
    line-height: 2rem;
  }
  .cid-uIbsaNhSmY p {
    font-size: 20px !important;
  }
  .cid-uIbsaNhSmY hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
    width: 100%;
  }
}
.cid-uIbsaNI51r {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIbsaNI51r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIbsaNI51r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIbsaNI51r .mbr-section-title {
  text-align: left;
  color: #0b656d;
}
.cid-uIbsaNI51r .mbr-section-subtitle {
  text-align: left;
}
.cid-uIbsaNI51r hr {
  margin: 1rem 0;
  color: #0b656d;
  opacity: .80;
}
.cid-uIbsaNI51r h3 {
  font-size: 2.3rem;
}
.cid-uIbsaNI51r span {
  font-size: 1.7rem;
  font-weight: 600;
  color: #0b656d;
}
.cid-uIbsaO5GGI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #67d7c0;
}
.cid-uIbsaO5GGI .mbr-text,
.cid-uIbsaO5GGI blockquote {
  color: #767676;
}
.cid-uIbsaO5GGI .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-uIbsaO5GGI .mbr-text B {
  color: #efefef;
}
.cid-uIbsaO5GGI .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-uIbsaO5GGI .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-uIbsaO5GGI .custom-shape-divider .shape-fill {
  fill: #ffffff;
}
.cid-uIbsaOnOos {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #67d7c0;
}
.cid-uIbsaOnOos .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIbsaOnOos .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIbsaOnOos .mbr-section-title {
  text-align: left;
}
.cid-uIbsaOnOos .mbr-section-subtitle {
  text-align: left;
}
.cid-uIbsaOnOos hr {
  margin: 1rem 0;
  color: #0b656d;
  opacity: .80;
}
.cid-uIbsaOnOos h3 {
  font-size: 2.3rem;
}
.cid-uIbsaOnOos span {
  font-size: 1.7rem;
  font-weight: 600;
  color: #0A5C63;
}
.cid-uIbsaOnOos b,
.cid-uIbsaOnOos strong {
  font-size: 1.4rem;
}
.cid-uIbsaOJE8b {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #67d7c0;
}
.cid-uIbsaOJE8b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIbsaOJE8b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIbsaOJE8b .icon-title-1 {
  color: #bff747;
}
.cid-uIbsaOJE8b .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uIbsaOJE8b .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uIbsaOJE8b .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uIbsaOJE8b .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uIbsaOJE8b .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uIbsaOJE8b .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
  border-radius: 2rem;
  padding: 5px;
  background-color: #67d7c0;
}
@media (max-width: 992px) {
  .cid-uIbsaOJE8b .image-wrapper img {
    height: 350px;
  }
}
.cid-uIbsaOJE8b .item-text {
  color: #000000;
}
.cid-uIbsaOJE8b .item-title {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 600;
  text-shadow: 2px 2px 2px #000000;
}
.cid-uIbsaOJE8b .mbr-section-title,
.cid-uIbsaOJE8b .mbr-section-btn {
  color: #000000;
}
.cid-uIlB3b5IIk {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #67d7c0;
}
.cid-uIlB3b5IIk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIlB3b5IIk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIlB3b5IIk .mbr-section-title {
  text-align: left;
}
.cid-uIlB3b5IIk .mbr-section-subtitle {
  text-align: left;
}
.cid-uIlB3b5IIk hr {
  margin: 1rem 0;
  color: #0b656d;
  opacity: .80;
}
.cid-uIlB3b5IIk h3 {
  font-size: 2.3rem;
}
.cid-uIlB3b5IIk span {
  font-size: 1.7rem;
  font-weight: 600;
  color: #0A5C63;
}
.cid-uIlB3b5IIk b,
.cid-uIlB3b5IIk strong {
  font-size: 1.4rem;
}
.cid-uIbsaPFaCO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fffff5;
}
.cid-uIbsaPFaCO .mbr-text,
.cid-uIbsaPFaCO blockquote {
  color: #767676;
}
.cid-uIbsaPFaCO .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-uIbsaPFaCO .mbr-text B {
  color: #efefef;
}
.cid-uIbsaPFaCO .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-uIbsaPFaCO .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-uIbsaPFaCO .custom-shape-divider .shape-fill {
  fill: #67d7c0;
}
.cid-uIbuMFbU4T {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fffff5;
}
.cid-uIbuMFbU4T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIbuMFbU4T .mbr-fallback-image {
  display: block;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIbuMFbU4T .content-wrapper {
  display: flex;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uIbuMFbU4T .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uIbuMFbU4T .content-wrapper .content-wrap {
  width: 60%;
}
@media (max-width: 1199px) {
  .cid-uIbuMFbU4T .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 50%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uIbuMFbU4T .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uIbuMFbU4T .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uIbuMFbU4T .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uIbuMFbU4T .content-wrapper .content-wrap .text-wrapper .mbr-section-title .mbr-iconfont {
  color: #bff747;
}
@media (max-width: 992px) {
  .cid-uIbuMFbU4T .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uIbuMFbU4T .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uIbuMFbU4T .content-wrapper .panel-group {
  width: 40%;
}
@media (max-width: 1199px) {
  .cid-uIbuMFbU4T .content-wrapper .panel-group {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uIbuMFbU4T .content-wrapper .panel-group {
    margin-bottom: 24px;
    width: 100%;
    padding: 0;
  }
}
.cid-uIbuMFbU4T .content-wrapper .panel-group .card {
  position: relative;
  padding: 1.2rem;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #000000;
  background-color: #fffff5;
  backgraund-color: show.bs.collapse #000000;
}
@media (max-width: 992px) {
  .cid-uIbuMFbU4T .content-wrapper .panel-group .card {
    padding: 16px;
    width: 100%;
  }
}
.cid-uIbuMFbU4T .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uIbuMFbU4T .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uIbuMFbU4T .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uIbuMFbU4T .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uIbuMFbU4T .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uIbuMFbU4T .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #000000;
}
.cid-uIbuMFbU4T .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uIbuMFbU4T .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uIbuMFbU4T .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uIbuMFbU4T .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uIbuMFbU4T .mbr-section-title,
.cid-uIbuMFbU4T .mbr-text,
.cid-uIbuMFbU4T .panel-title-edit,
.cid-uIbuMFbU4T .panel-text {
  color: #000000;
}
.cid-uIbuMFbU4T i,
.cid-uIbuMFbU4T em {
  color: #0b656d;
  font-size: 1.4rem;
  font-weight: 600;
}
.cid-uIbuMFbU4T span {
  font-size: 1.2rem;
  font-weight: 600;
}
.cid-uIbxtqNOWL {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1096a0;
}
.cid-uIbxtqNOWL .mbr-text,
.cid-uIbxtqNOWL blockquote {
  color: #767676;
}
.cid-uIbxtqNOWL .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-uIbxtqNOWL .mbr-text B {
  color: #efefef;
}
.cid-uIbxtqNOWL .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-uIbxtqNOWL .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-uIbxtqNOWL .custom-shape-divider .shape-fill {
  fill: #fffff5;
}
.cid-uLMgalasqU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/seahorse-fine-gardening-tesimonial-bg.jpg-4-2000x600.jpg");
}
.cid-uLMgalasqU .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  background: #ffffff;
  width: 100%;
  padding: 0;
}
.cid-uLMgalasqU .carousel-item.active,
.cid-uLMgalasqU .carousel-item-next,
.cid-uLMgalasqU .carousel-item-prev {
  display: flex;
}
.cid-uLMgalasqU .carousel-control-prev span {
  right: -10px;
}
.cid-uLMgalasqU .row {
  justify-content: space-between;
}
.cid-uLMgalasqU .user {
  padding: 0 2rem !important;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-uLMgalasqU .user {
    flex-direction: column;
  }
}
.cid-uLMgalasqU .user_text {
  padding: 0 2rem;
  color: #767676;
}
.cid-uLMgalasqU .carousel-control-next span {
  left: -10px;
}
@media (max-width: 767px) {
  .cid-uLMgalasqU .icons-list {
    padding-bottom: 1rem;
  }
}
.cid-uLMgalasqU .card-header {
  background: transparent;
  border: 0;
  padding: 0;
  padding-top: 2rem;
}
.cid-uLMgalasqU .bottom {
  background-color: rgba(11, 101, 109, 0.9);
  padding: 1rem 2rem;
}
@media (min-width: 767px) {
  .cid-uLMgalasqU .carousel-control-prev span {
    right: 100px;
  }
  .cid-uLMgalasqU .carousel-control-next span {
    left: 100px;
  }
  .cid-uLMgalasqU .slider-col {
    padding: 0 4rem;
  }
}
.cid-uLMgalasqU .iconfont-wrapper,
.cid-uLMgalasqU .amp-iconfont {
  width: 1.2rem;
  height: 1.2rem;
  font-size: 1.6rem;
  color: #ffe440;
}
.cid-uLMgalasqU .carousel-controls a {
  font-size: 1.5rem;
  color: #0b656d;
  opacity: 0.9;
}
.cid-uLMgalasqU .carousel-controls a span {
  position: absolute;
  top: 40%;
  padding: 10px;
  border-radius: 50%;
  color: #0b656d;
  border: 1px solid #0b656d;
}
@media (max-width: 767px) {
  .cid-uLMgalasqU .carousel-controls a {
    top: 70%;
  }
}
@media (min-width: 992px) {
  .cid-uLMgalasqU .user {
    padding: 2rem 3rem;
  }
}
@media (max-width: 230px) {
  .cid-uLMgalasqU .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uLMgalasqU hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
}
.cid-uLMgalasqU h2 {
  font-size: 3rem;
  font-weight: 600;
  text-shadow: 2px 2px 2px #000000;
}
.cid-uLMgalasqU .user_desk {
  color: #ffffff;
}
.cid-uLMgalasqU .mbr-section-title {
  color: #ffffff;
  font-weight: 400;
}
.cid-uLMgalasqU .mbr-section-subtitle,
.cid-uLMgalasqU .mbr-section-btn {
  color: #ffffff;
}
.cid-uIbsaU2q8Y {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIbsaU2q8Y .mbr-overlay {
  z-index: 1;
}
.cid-uIbsaU2q8Y .main-container-text {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto 5rem;
  flex-shrink: 1;
}
@media (max-width: 767px) {
  .cid-uIbsaU2q8Y .main-container-text {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 991px) {
  .cid-uIbsaU2q8Y .main-container-text {
    padding: 0 0.75rem;
  }
}
.cid-uIbsaU2q8Y .label-text {
  color: #111111;
  width: 100%;
}
.cid-uIbsaU2q8Y .item-title {
  width: 100%;
  color: #111111;
  z-index: 2;
}
.cid-uIbsaU2q8Y .item-title span {
  position: relative;
  z-index: 2;
}
.cid-uIbsaU2q8Y .item-title span:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #0b656d;
  z-index: 1;
}
.cid-uIbsaU2q8Y .main-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.cid-uIbsaU2q8Y .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-uIbsaU2q8Y .card,
.cid-uIbsaU2q8Y .cards-container,
.cid-uIbsaU2q8Y .card-container {
  padding: 5px;
}
.cid-uIbsaU2q8Y .item-img,
.cid-uIbsaU2q8Y img {
  width: 100%;
  height: 100%;
  objec-fit: cover;
  padding: 0;
}
.cid-uIbsaU2q8Y .card-container {
  display: flex;
}
.cid-uIbsaU2q8Y .card-container .card {
  border-radius: 0;
}
.cid-uIbsaU2q8Y .card-container .card .item-img {
  height: 100%;
}
.cid-uIbsaU2q8Y .card-container .card .item-img img {
  height: 100%;
}
.cid-uIbsaU2q8Y .cards-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-uIbsaU2q8Y .cards-container .card {
  border-radius: 0;
}
.cid-uIbsaU2q8Y .cards-container .card .item-img {
  display: flex;
}
.cid-uIbsaUBtzs {
  border-top: 10px solid #67d7c0;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0b656d;
}
.cid-uIbsaUBtzs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIbsaUBtzs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIbsaUBtzs .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uIbsaUBtzs .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uIbsaUBtzs .row {
    text-align: center;
  }
  .cid-uIbsaUBtzs .row > div {
    margin: auto;
  }
  .cid-uIbsaUBtzs .social-row {
    justify-content: center;
  }
}
.cid-uIbsaUBtzs .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uIbsaUBtzs .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uIbsaUBtzs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uIbsaUBtzs .list {
    margin-bottom: 0rem;
  }
}
.cid-uIbsaUBtzs .mbr-text {
  color: #ffffff;
}
.cid-uIbsaUBtzs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uIbsaUBtzs .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uIbsaUBtzs div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uIbsaUBtzs .mbr-section-subtitle {
  color: #36e3ff;
}
.cid-uIbsaUBtzs hr {
  margin: 1rem 0;
  color: #67d7c0;
  opacity: .80;
}
.cid-uIbsaUBtzs a.text-secondary:hover {
  color: #ffffff !important;
}
.cid-uIbsaVmSZt {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #36e3ff;
}
.cid-uIbsaVmSZt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIbsaVmSZt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uImjdyKnCu {
  z-index: 1000;
  width: 100%;
}
.cid-uImjdyKnCu nav.navbar {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-uImjdyKnCu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uImjdyKnCu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uImjdyKnCu .dropdown-item {
  border-bottom: 1px solid #ffffff;
}
.cid-uImjdyKnCu .dropdown-item:hover,
.cid-uImjdyKnCu .dropdown-item:focus {
  background: #C05CA5 !important;
  color: white !important;
}
.cid-uImjdyKnCu .dropdown-item:hover span {
  color: white;
}
.cid-uImjdyKnCu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uImjdyKnCu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uImjdyKnCu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uImjdyKnCu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uImjdyKnCu .nav-link {
  position: relative;
}
.cid-uImjdyKnCu .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uImjdyKnCu .container {
    flex-wrap: wrap;
  }
}
.cid-uImjdyKnCu .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uImjdyKnCu .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uImjdyKnCu .iconfont-wrapper {
  color: #d3a850 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uImjdyKnCu .dropdown-menu,
.cid-uImjdyKnCu .navbar.opened {
  background: #0b656d !important;
}
.cid-uImjdyKnCu .nav-item:focus,
.cid-uImjdyKnCu .nav-link:focus {
  outline: none;
}
.cid-uImjdyKnCu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uImjdyKnCu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uImjdyKnCu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uImjdyKnCu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uImjdyKnCu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uImjdyKnCu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uImjdyKnCu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(11, 101, 109, 0.9);
}
.cid-uImjdyKnCu .navbar.opened {
  transition: all 0.3s;
}
.cid-uImjdyKnCu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uImjdyKnCu .navbar .navbar-logo img {
  width: auto;
}
.cid-uImjdyKnCu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uImjdyKnCu .navbar.collapsed {
  justify-content: center;
}
.cid-uImjdyKnCu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uImjdyKnCu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uImjdyKnCu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uImjdyKnCu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uImjdyKnCu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uImjdyKnCu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uImjdyKnCu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uImjdyKnCu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uImjdyKnCu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uImjdyKnCu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uImjdyKnCu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uImjdyKnCu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uImjdyKnCu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uImjdyKnCu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uImjdyKnCu .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-uImjdyKnCu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uImjdyKnCu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uImjdyKnCu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uImjdyKnCu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uImjdyKnCu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uImjdyKnCu .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uImjdyKnCu .navbar.navbar-short {
  min-height: 130px;
}
.cid-uImjdyKnCu .navbar.navbar-short .navbar-logo img {
  height: 6rem !important;
}
.cid-uImjdyKnCu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uImjdyKnCu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uImjdyKnCu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uImjdyKnCu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uImjdyKnCu .dropdown-item.active,
.cid-uImjdyKnCu .dropdown-item:active {
  background-color: transparent;
}
.cid-uImjdyKnCu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uImjdyKnCu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uImjdyKnCu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uImjdyKnCu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0b656d;
}
.cid-uImjdyKnCu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uImjdyKnCu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uImjdyKnCu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uImjdyKnCu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uImjdyKnCu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uImjdyKnCu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uImjdyKnCu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uImjdyKnCu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uImjdyKnCu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uImjdyKnCu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uImjdyKnCu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uImjdyKnCu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uImjdyKnCu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uImjdyKnCu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uImjdyKnCu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uImjdyKnCu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uImjdyKnCu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uImjdyKnCu .navbar {
    height: 70px;
  }
  .cid-uImjdyKnCu .navbar.opened {
    height: auto;
  }
  .cid-uImjdyKnCu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uImjdyKnCu a.text-white:hover {
  color: #67d7c0 !important;
}
.cid-uImjdyKnCu a.dropdown-item:hover {
  color: #ffffff !important;
}
.cid-uImjdyKnCu .mylogo {
  position: relative;
  top: 2px;
  min-height: 120px;
}
@media (max-width: 520px) {
  .cid-uImjdyKnCu .mylogo {
    min-height: 90px;
  }
}
.cid-uImjdzfsBY {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #1096a0;
}
.cid-uImjdzfsBY .mbr-text,
.cid-uImjdzfsBY blockquote {
  color: #767676;
}
.cid-uImjdzfsBY .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-uImjdzfsBY .mbr-text B {
  color: #efefef;
}
.cid-uImjdzfsBY .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-uImjdzfsBY .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-uImjdzfsBY .custom-shape-divider .shape-fill {
  fill: #a0e1e1;
}
.cid-uImjdzvMYr {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/seahorse-fine-gardening-perennial-banner.jpg-2000x600.jpg");
}
.cid-uImjdzvMYr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uImjdzvMYr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uImjdzvMYr .mbr-section-title {
  color: #FFFFFF;
}
.cid-uImjdzvMYr .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
}
.cid-uImjdzvMYr .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-uImjdzvMYr .mbr-section-btn {
  margin-top: 18px;
}
.cid-uImjdzvMYr .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-uImjdzvMYr .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-uImjdzvMYr .spacr {
  margin-top: 120px;
}
.cid-uImjdzvMYr h1 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-uImjdzvMYr h2 {
  text-shadow: 2px 2px 2px #000000;
}
.cid-uImjdzvMYr p {
  font-size: 1.3rem;
}
.cid-uImjdzvMYr hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
}
@media (max-width: 520px) {
  .cid-uImjdzvMYr {
    padding-top: 5px;
  }
  .cid-uImjdzvMYr h1 {
    font-size: 40px !important;
    line-height: 2.5rem;
  }
  .cid-uImjdzvMYr h2 {
    font-size: 22px !important;
    line-height: 2rem;
  }
  .cid-uImjdzvMYr p {
    font-size: 20px !important;
  }
  .cid-uImjdzvMYr hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
    width: 100%;
  }
}
.cid-uImjdzXNjN {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uImjdzXNjN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uImjdzXNjN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uImjdzXNjN .mbr-section-title {
  text-align: left;
  color: #0b656d;
}
.cid-uImjdzXNjN .mbr-section-subtitle {
  text-align: left;
}
.cid-uImjdzXNjN hr {
  margin: 1rem 0;
  color: #0b656d;
  opacity: .80;
}
.cid-uImjdzXNjN h3 {
  font-size: 2.3rem;
}
.cid-uImjdzXNjN span {
  font-size: 1.7rem;
  font-weight: 600;
  color: #0b656d;
}
.cid-uImjdAluSE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #67d7c0;
}
.cid-uImjdAluSE .mbr-text,
.cid-uImjdAluSE blockquote {
  color: #767676;
}
.cid-uImjdAluSE .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-uImjdAluSE .mbr-text B {
  color: #efefef;
}
.cid-uImjdAluSE .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-uImjdAluSE .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-uImjdAluSE .custom-shape-divider .shape-fill {
  fill: #ffffff;
}
.cid-uImjdAEH6D {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #67d7c0;
}
.cid-uImjdAEH6D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uImjdAEH6D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uImjdAEH6D .mbr-section-title {
  text-align: left;
}
.cid-uImjdAEH6D .mbr-section-subtitle {
  text-align: left;
}
.cid-uImjdAEH6D hr {
  margin: 1rem 0;
  color: #0b656d;
  opacity: .80;
}
.cid-uImjdAEH6D h3 {
  font-size: 2.3rem;
}
.cid-uImjdAEH6D span {
  font-size: 1.7rem;
  font-weight: 600;
  color: #0A5C63;
}
.cid-uImjdAEH6D b,
.cid-uImjdAEH6D strong {
  font-size: 1.4rem;
}
.cid-uImjdAZjD1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #67d7c0;
}
.cid-uImjdAZjD1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uImjdAZjD1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uImjdAZjD1 .icon-title-1 {
  color: #bff747;
}
.cid-uImjdAZjD1 .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uImjdAZjD1 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uImjdAZjD1 .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uImjdAZjD1 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uImjdAZjD1 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uImjdAZjD1 .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
  border-radius: 2rem;
  padding: 5px;
  background-color: #67d7c0;
}
@media (max-width: 992px) {
  .cid-uImjdAZjD1 .image-wrapper img {
    height: 350px;
  }
}
.cid-uImjdAZjD1 .item-text {
  color: #000000;
}
.cid-uImjdAZjD1 .item-title {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 600;
  text-shadow: 2px 2px 2px #000000;
}
.cid-uImjdAZjD1 .mbr-section-title,
.cid-uImjdAZjD1 .mbr-section-btn {
  color: #000000;
}
.cid-uImn4YpKAo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #67d7c0;
}
.cid-uImn4YpKAo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uImn4YpKAo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uImn4YpKAo .icon-title-1 {
  color: #bff747;
}
.cid-uImn4YpKAo .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uImn4YpKAo .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uImn4YpKAo .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uImn4YpKAo .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uImn4YpKAo .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uImn4YpKAo .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
  border-radius: 2rem;
  padding: 5px;
  background-color: #67d7c0;
}
@media (max-width: 992px) {
  .cid-uImn4YpKAo .image-wrapper img {
    height: 350px;
  }
}
.cid-uImn4YpKAo .item-text {
  color: #000000;
}
.cid-uImn4YpKAo .item-title {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 600;
  text-shadow: 2px 2px 2px #000000;
}
.cid-uImn4YpKAo .mbr-section-title,
.cid-uImn4YpKAo .mbr-section-btn {
  color: #000000;
}
.cid-uImn4YpKAo span {
  font-size: 1.6rem;
  font-weight: 600;
  font-family: montserrat;
}
.cid-uImjdBQAfE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fffff5;
}
.cid-uImjdBQAfE .mbr-text,
.cid-uImjdBQAfE blockquote {
  color: #767676;
}
.cid-uImjdBQAfE .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-uImjdBQAfE .mbr-text B {
  color: #efefef;
}
.cid-uImjdBQAfE .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-uImjdBQAfE .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-uImjdBQAfE .custom-shape-divider .shape-fill {
  fill: #67d7c0;
}
.cid-uImjdCgBnl {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fffff5;
}
.cid-uImjdCgBnl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uImjdCgBnl .mbr-fallback-image {
  display: block;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uImjdCgBnl .content-wrapper {
  display: flex;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uImjdCgBnl .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uImjdCgBnl .content-wrapper .content-wrap {
  width: 60%;
}
@media (max-width: 1199px) {
  .cid-uImjdCgBnl .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 50%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uImjdCgBnl .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uImjdCgBnl .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uImjdCgBnl .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uImjdCgBnl .content-wrapper .content-wrap .text-wrapper .mbr-section-title .mbr-iconfont {
  color: #bff747;
}
@media (max-width: 992px) {
  .cid-uImjdCgBnl .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uImjdCgBnl .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uImjdCgBnl .content-wrapper .panel-group {
  width: 40%;
}
@media (max-width: 1199px) {
  .cid-uImjdCgBnl .content-wrapper .panel-group {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uImjdCgBnl .content-wrapper .panel-group {
    margin-bottom: 24px;
    width: 100%;
    padding: 0;
  }
}
.cid-uImjdCgBnl .content-wrapper .panel-group .card {
  position: relative;
  padding: 1.2rem;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #000000;
  background-color: #fffff5;
  backgraund-color: show.bs.collapse #000000;
}
@media (max-width: 992px) {
  .cid-uImjdCgBnl .content-wrapper .panel-group .card {
    padding: 16px;
    width: 100%;
  }
}
.cid-uImjdCgBnl .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uImjdCgBnl .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uImjdCgBnl .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uImjdCgBnl .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uImjdCgBnl .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uImjdCgBnl .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #000000;
}
.cid-uImjdCgBnl .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uImjdCgBnl .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uImjdCgBnl .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uImjdCgBnl .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uImjdCgBnl .mbr-section-title,
.cid-uImjdCgBnl .mbr-text,
.cid-uImjdCgBnl .panel-title-edit,
.cid-uImjdCgBnl .panel-text {
  color: #000000;
}
.cid-uImjdCgBnl i,
.cid-uImjdCgBnl em {
  color: #0b656d;
  font-size: 1.4rem;
  font-weight: 600;
}
.cid-uImjdCgBnl span {
  font-size: 1.2rem;
  font-weight: 600;
}
.cid-uImjdCRdx4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1096a0;
}
.cid-uImjdCRdx4 .mbr-text,
.cid-uImjdCRdx4 blockquote {
  color: #767676;
}
.cid-uImjdCRdx4 .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-uImjdCRdx4 .mbr-text B {
  color: #efefef;
}
.cid-uImjdCRdx4 .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-uImjdCRdx4 .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-uImjdCRdx4 .custom-shape-divider .shape-fill {
  fill: #fffff5;
}
.cid-uLMgea9ycw {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/seahorse-fine-gardening-tesimonial-bg.jpg-4-2000x600.jpg");
}
.cid-uLMgea9ycw .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  background: #ffffff;
  width: 100%;
  padding: 0;
}
.cid-uLMgea9ycw .carousel-item.active,
.cid-uLMgea9ycw .carousel-item-next,
.cid-uLMgea9ycw .carousel-item-prev {
  display: flex;
}
.cid-uLMgea9ycw .carousel-control-prev span {
  right: -10px;
}
.cid-uLMgea9ycw .row {
  justify-content: space-between;
}
.cid-uLMgea9ycw .user {
  padding: 0 2rem !important;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-uLMgea9ycw .user {
    flex-direction: column;
  }
}
.cid-uLMgea9ycw .user_text {
  padding: 0 2rem;
  color: #767676;
}
.cid-uLMgea9ycw .carousel-control-next span {
  left: -10px;
}
@media (max-width: 767px) {
  .cid-uLMgea9ycw .icons-list {
    padding-bottom: 1rem;
  }
}
.cid-uLMgea9ycw .card-header {
  background: transparent;
  border: 0;
  padding: 0;
  padding-top: 2rem;
}
.cid-uLMgea9ycw .bottom {
  background-color: rgba(11, 101, 109, 0.9);
  padding: 1rem 2rem;
}
@media (min-width: 767px) {
  .cid-uLMgea9ycw .carousel-control-prev span {
    right: 100px;
  }
  .cid-uLMgea9ycw .carousel-control-next span {
    left: 100px;
  }
  .cid-uLMgea9ycw .slider-col {
    padding: 0 4rem;
  }
}
.cid-uLMgea9ycw .iconfont-wrapper,
.cid-uLMgea9ycw .amp-iconfont {
  width: 1.2rem;
  height: 1.2rem;
  font-size: 1.6rem;
  color: #ffe440;
}
.cid-uLMgea9ycw .carousel-controls a {
  font-size: 1.5rem;
  color: #0b656d;
  opacity: 0.9;
}
.cid-uLMgea9ycw .carousel-controls a span {
  position: absolute;
  top: 40%;
  padding: 10px;
  border-radius: 50%;
  color: #0b656d;
  border: 1px solid #0b656d;
}
@media (max-width: 767px) {
  .cid-uLMgea9ycw .carousel-controls a {
    top: 70%;
  }
}
@media (min-width: 992px) {
  .cid-uLMgea9ycw .user {
    padding: 2rem 3rem;
  }
}
@media (max-width: 230px) {
  .cid-uLMgea9ycw .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uLMgea9ycw hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
}
.cid-uLMgea9ycw h2 {
  font-size: 3rem;
  font-weight: 600;
  text-shadow: 2px 2px 2px #000000;
}
.cid-uLMgea9ycw .user_desk {
  color: #ffffff;
}
.cid-uLMgea9ycw .mbr-section-title {
  color: #ffffff;
  font-weight: 400;
}
.cid-uLMgea9ycw .mbr-section-subtitle,
.cid-uLMgea9ycw .mbr-section-btn {
  color: #ffffff;
}
.cid-uImjdGdRPV {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uImjdGdRPV .mbr-overlay {
  z-index: 1;
}
.cid-uImjdGdRPV .main-container-text {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto 5rem;
  flex-shrink: 1;
}
@media (max-width: 767px) {
  .cid-uImjdGdRPV .main-container-text {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 991px) {
  .cid-uImjdGdRPV .main-container-text {
    padding: 0 0.75rem;
  }
}
.cid-uImjdGdRPV .label-text {
  color: #111111;
  width: 100%;
}
.cid-uImjdGdRPV .item-title {
  width: 100%;
  color: #111111;
  z-index: 2;
}
.cid-uImjdGdRPV .item-title span {
  position: relative;
  z-index: 2;
}
.cid-uImjdGdRPV .item-title span:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #0b656d;
  z-index: 1;
}
.cid-uImjdGdRPV .main-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.cid-uImjdGdRPV .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-uImjdGdRPV .card,
.cid-uImjdGdRPV .cards-container,
.cid-uImjdGdRPV .card-container {
  padding: 5px;
}
.cid-uImjdGdRPV .item-img,
.cid-uImjdGdRPV img {
  width: 100%;
  height: 100%;
  objec-fit: cover;
  padding: 0;
}
.cid-uImjdGdRPV .card-container {
  display: flex;
}
.cid-uImjdGdRPV .card-container .card {
  border-radius: 0;
}
.cid-uImjdGdRPV .card-container .card .item-img {
  height: 100%;
}
.cid-uImjdGdRPV .card-container .card .item-img img {
  height: 100%;
}
.cid-uImjdGdRPV .cards-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-uImjdGdRPV .cards-container .card {
  border-radius: 0;
}
.cid-uImjdGdRPV .cards-container .card .item-img {
  display: flex;
}
.cid-uImjdH3DyQ {
  border-top: 10px solid #67d7c0;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0b656d;
}
.cid-uImjdH3DyQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uImjdH3DyQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uImjdH3DyQ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uImjdH3DyQ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uImjdH3DyQ .row {
    text-align: center;
  }
  .cid-uImjdH3DyQ .row > div {
    margin: auto;
  }
  .cid-uImjdH3DyQ .social-row {
    justify-content: center;
  }
}
.cid-uImjdH3DyQ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uImjdH3DyQ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uImjdH3DyQ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uImjdH3DyQ .list {
    margin-bottom: 0rem;
  }
}
.cid-uImjdH3DyQ .mbr-text {
  color: #ffffff;
}
.cid-uImjdH3DyQ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uImjdH3DyQ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uImjdH3DyQ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uImjdH3DyQ .mbr-section-subtitle {
  color: #36e3ff;
}
.cid-uImjdH3DyQ hr {
  margin: 1rem 0;
  color: #67d7c0;
  opacity: .80;
}
.cid-uImjdH3DyQ a.text-secondary:hover {
  color: #ffffff !important;
}
.cid-uImjdI4UNE {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #36e3ff;
}
.cid-uImjdI4UNE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uImjdI4UNE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uImSHcicPf {
  z-index: 1000;
  width: 100%;
}
.cid-uImSHcicPf nav.navbar {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-uImSHcicPf .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uImSHcicPf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uImSHcicPf .dropdown-item {
  border-bottom: 1px solid #ffffff;
}
.cid-uImSHcicPf .dropdown-item:hover,
.cid-uImSHcicPf .dropdown-item:focus {
  background: #C05CA5 !important;
  color: white !important;
}
.cid-uImSHcicPf .dropdown-item:hover span {
  color: white;
}
.cid-uImSHcicPf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uImSHcicPf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uImSHcicPf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uImSHcicPf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uImSHcicPf .nav-link {
  position: relative;
}
.cid-uImSHcicPf .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uImSHcicPf .container {
    flex-wrap: wrap;
  }
}
.cid-uImSHcicPf .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uImSHcicPf .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uImSHcicPf .iconfont-wrapper {
  color: #d3a850 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uImSHcicPf .dropdown-menu,
.cid-uImSHcicPf .navbar.opened {
  background: #0b656d !important;
}
.cid-uImSHcicPf .nav-item:focus,
.cid-uImSHcicPf .nav-link:focus {
  outline: none;
}
.cid-uImSHcicPf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uImSHcicPf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uImSHcicPf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uImSHcicPf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uImSHcicPf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uImSHcicPf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uImSHcicPf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(11, 101, 109, 0.9);
}
.cid-uImSHcicPf .navbar.opened {
  transition: all 0.3s;
}
.cid-uImSHcicPf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uImSHcicPf .navbar .navbar-logo img {
  width: auto;
}
.cid-uImSHcicPf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uImSHcicPf .navbar.collapsed {
  justify-content: center;
}
.cid-uImSHcicPf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uImSHcicPf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uImSHcicPf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uImSHcicPf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uImSHcicPf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uImSHcicPf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uImSHcicPf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uImSHcicPf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uImSHcicPf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uImSHcicPf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uImSHcicPf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uImSHcicPf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uImSHcicPf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uImSHcicPf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uImSHcicPf .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-uImSHcicPf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uImSHcicPf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uImSHcicPf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uImSHcicPf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uImSHcicPf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uImSHcicPf .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uImSHcicPf .navbar.navbar-short {
  min-height: 130px;
}
.cid-uImSHcicPf .navbar.navbar-short .navbar-logo img {
  height: 6rem !important;
}
.cid-uImSHcicPf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uImSHcicPf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uImSHcicPf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uImSHcicPf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uImSHcicPf .dropdown-item.active,
.cid-uImSHcicPf .dropdown-item:active {
  background-color: transparent;
}
.cid-uImSHcicPf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uImSHcicPf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uImSHcicPf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uImSHcicPf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0b656d;
}
.cid-uImSHcicPf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uImSHcicPf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uImSHcicPf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uImSHcicPf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uImSHcicPf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uImSHcicPf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uImSHcicPf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uImSHcicPf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uImSHcicPf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uImSHcicPf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uImSHcicPf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uImSHcicPf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uImSHcicPf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uImSHcicPf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uImSHcicPf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uImSHcicPf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uImSHcicPf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uImSHcicPf .navbar {
    height: 70px;
  }
  .cid-uImSHcicPf .navbar.opened {
    height: auto;
  }
  .cid-uImSHcicPf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uImSHcicPf a.text-white:hover {
  color: #67d7c0 !important;
}
.cid-uImSHcicPf a.dropdown-item:hover {
  color: #ffffff !important;
}
.cid-uImSHcicPf .mylogo {
  position: relative;
  top: 2px;
  min-height: 120px;
}
@media (max-width: 520px) {
  .cid-uImSHcicPf .mylogo {
    min-height: 90px;
  }
}
.cid-uImSHcTxqQ {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #1096a0;
}
.cid-uImSHcTxqQ .mbr-text,
.cid-uImSHcTxqQ blockquote {
  color: #767676;
}
.cid-uImSHcTxqQ .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-uImSHcTxqQ .mbr-text B {
  color: #efefef;
}
.cid-uImSHcTxqQ .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-uImSHcTxqQ .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-uImSHcTxqQ .custom-shape-divider .shape-fill {
  fill: #a0e1e1;
}
.cid-uImSHd9vwR {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/seahorse-fine-gardening-window-boxes-banner.jpg-1-2000x600.jpg");
}
.cid-uImSHd9vwR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uImSHd9vwR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uImSHd9vwR .mbr-section-title {
  color: #FFFFFF;
}
.cid-uImSHd9vwR .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
}
.cid-uImSHd9vwR .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-uImSHd9vwR .mbr-section-btn {
  margin-top: 18px;
}
.cid-uImSHd9vwR .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-uImSHd9vwR .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-uImSHd9vwR .spacr {
  margin-top: 120px;
}
.cid-uImSHd9vwR h1 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-uImSHd9vwR h2 {
  text-shadow: 2px 2px 2px #000000;
}
.cid-uImSHd9vwR p {
  font-size: 1.3rem;
}
.cid-uImSHd9vwR hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
}
@media (max-width: 520px) {
  .cid-uImSHd9vwR {
    padding-top: 5px;
  }
  .cid-uImSHd9vwR h1 {
    font-size: 40px !important;
    line-height: 2.5rem;
  }
  .cid-uImSHd9vwR h2 {
    font-size: 22px !important;
    line-height: 2rem;
  }
  .cid-uImSHd9vwR p {
    font-size: 20px !important;
  }
  .cid-uImSHd9vwR hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
    width: 100%;
  }
}
.cid-uImSHdtkCz {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uImSHdtkCz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uImSHdtkCz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uImSHdtkCz .mbr-section-title {
  text-align: left;
  color: #0b656d;
}
.cid-uImSHdtkCz .mbr-section-subtitle {
  text-align: left;
}
.cid-uImSHdtkCz hr {
  margin: 1rem 0;
  color: #0b656d;
  opacity: .80;
}
.cid-uImSHdtkCz h3 {
  font-size: 2.3rem;
}
.cid-uImSHdtkCz span {
  font-size: 1.7rem;
  font-weight: 600;
  color: #0b656d;
}
.cid-uImSHdQQJq {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #67d7c0;
}
.cid-uImSHdQQJq .mbr-text,
.cid-uImSHdQQJq blockquote {
  color: #767676;
}
.cid-uImSHdQQJq .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-uImSHdQQJq .mbr-text B {
  color: #efefef;
}
.cid-uImSHdQQJq .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-uImSHdQQJq .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-uImSHdQQJq .custom-shape-divider .shape-fill {
  fill: #ffffff;
}
.cid-uImSHe7VfD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #67d7c0;
}
.cid-uImSHe7VfD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uImSHe7VfD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uImSHe7VfD .mbr-section-title {
  text-align: left;
}
.cid-uImSHe7VfD .mbr-section-subtitle {
  text-align: left;
}
.cid-uImSHe7VfD hr {
  margin: 1rem 0;
  color: #0b656d;
  opacity: .80;
}
.cid-uImSHe7VfD h3 {
  font-size: 2.3rem;
}
.cid-uImSHe7VfD span {
  font-size: 1.7rem;
  font-weight: 600;
  color: #0A5C63;
}
.cid-uImSHe7VfD b,
.cid-uImSHe7VfD strong {
  font-size: 1.4rem;
}
.cid-uImSHe7VfD .PunchList {
  font-size: 1.3rem;
  color: #000000;
  font-family: montserrat;
}
.cid-uImSHeqHkL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #67d7c0;
}
.cid-uImSHeqHkL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uImSHeqHkL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uImSHeqHkL .icon-title-1 {
  color: #bff747;
}
.cid-uImSHeqHkL .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uImSHeqHkL .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uImSHeqHkL .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uImSHeqHkL .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uImSHeqHkL .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uImSHeqHkL .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
  border-radius: 2rem;
  padding: 5px;
  background-color: #67d7c0;
}
@media (max-width: 992px) {
  .cid-uImSHeqHkL .image-wrapper img {
    height: 350px;
  }
}
.cid-uImSHeqHkL .item-text {
  color: #000000;
}
.cid-uImSHeqHkL .item-title {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 600;
  text-shadow: 2px 2px 2px #000000;
}
.cid-uImSHeqHkL .mbr-section-title,
.cid-uImSHeqHkL .mbr-section-btn {
  color: #000000;
}
.cid-uImSHfi60C {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fffff5;
}
.cid-uImSHfi60C .mbr-text,
.cid-uImSHfi60C blockquote {
  color: #767676;
}
.cid-uImSHfi60C .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-uImSHfi60C .mbr-text B {
  color: #efefef;
}
.cid-uImSHfi60C .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-uImSHfi60C .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-uImSHfi60C .custom-shape-divider .shape-fill {
  fill: #67d7c0;
}
.cid-uImSHfCtwd {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fffff5;
}
.cid-uImSHfCtwd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uImSHfCtwd .mbr-fallback-image {
  display: block;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uImSHfCtwd .content-wrapper {
  display: flex;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uImSHfCtwd .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uImSHfCtwd .content-wrapper .content-wrap {
  width: 60%;
}
@media (max-width: 1199px) {
  .cid-uImSHfCtwd .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 50%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uImSHfCtwd .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uImSHfCtwd .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uImSHfCtwd .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uImSHfCtwd .content-wrapper .content-wrap .text-wrapper .mbr-section-title .mbr-iconfont {
  color: #bff747;
}
@media (max-width: 992px) {
  .cid-uImSHfCtwd .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uImSHfCtwd .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uImSHfCtwd .content-wrapper .panel-group {
  width: 40%;
}
@media (max-width: 1199px) {
  .cid-uImSHfCtwd .content-wrapper .panel-group {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uImSHfCtwd .content-wrapper .panel-group {
    margin-bottom: 24px;
    width: 100%;
    padding: 0;
  }
}
.cid-uImSHfCtwd .content-wrapper .panel-group .card {
  position: relative;
  padding: 1.2rem;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #000000;
  background-color: #fffff5;
  backgraund-color: show.bs.collapse #000000;
}
@media (max-width: 992px) {
  .cid-uImSHfCtwd .content-wrapper .panel-group .card {
    padding: 16px;
    width: 100%;
  }
}
.cid-uImSHfCtwd .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uImSHfCtwd .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uImSHfCtwd .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uImSHfCtwd .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uImSHfCtwd .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uImSHfCtwd .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #000000;
}
.cid-uImSHfCtwd .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uImSHfCtwd .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uImSHfCtwd .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uImSHfCtwd .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uImSHfCtwd .mbr-section-title,
.cid-uImSHfCtwd .mbr-text,
.cid-uImSHfCtwd .panel-title-edit,
.cid-uImSHfCtwd .panel-text {
  color: #000000;
}
.cid-uImSHfCtwd i,
.cid-uImSHfCtwd em {
  color: #0b656d;
  font-size: 1.4rem;
  font-weight: 600;
}
.cid-uImSHfCtwd span {
  font-size: 1.2rem;
  font-weight: 600;
}
.cid-uImSHg7sxi {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1096a0;
}
.cid-uImSHg7sxi .mbr-text,
.cid-uImSHg7sxi blockquote {
  color: #767676;
}
.cid-uImSHg7sxi .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-uImSHg7sxi .mbr-text B {
  color: #efefef;
}
.cid-uImSHg7sxi .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-uImSHg7sxi .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-uImSHg7sxi .custom-shape-divider .shape-fill {
  fill: #fffff5;
}
.cid-uLMgiCaLFq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/seahorse-fine-gardening-tesimonial-bg.jpg-4-2000x600.jpg");
}
.cid-uLMgiCaLFq .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  background: #ffffff;
  width: 100%;
  padding: 0;
}
.cid-uLMgiCaLFq .carousel-item.active,
.cid-uLMgiCaLFq .carousel-item-next,
.cid-uLMgiCaLFq .carousel-item-prev {
  display: flex;
}
.cid-uLMgiCaLFq .carousel-control-prev span {
  right: -10px;
}
.cid-uLMgiCaLFq .row {
  justify-content: space-between;
}
.cid-uLMgiCaLFq .user {
  padding: 0 2rem !important;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-uLMgiCaLFq .user {
    flex-direction: column;
  }
}
.cid-uLMgiCaLFq .user_text {
  padding: 0 2rem;
  color: #767676;
}
.cid-uLMgiCaLFq .carousel-control-next span {
  left: -10px;
}
@media (max-width: 767px) {
  .cid-uLMgiCaLFq .icons-list {
    padding-bottom: 1rem;
  }
}
.cid-uLMgiCaLFq .card-header {
  background: transparent;
  border: 0;
  padding: 0;
  padding-top: 2rem;
}
.cid-uLMgiCaLFq .bottom {
  background-color: rgba(11, 101, 109, 0.9);
  padding: 1rem 2rem;
}
@media (min-width: 767px) {
  .cid-uLMgiCaLFq .carousel-control-prev span {
    right: 100px;
  }
  .cid-uLMgiCaLFq .carousel-control-next span {
    left: 100px;
  }
  .cid-uLMgiCaLFq .slider-col {
    padding: 0 4rem;
  }
}
.cid-uLMgiCaLFq .iconfont-wrapper,
.cid-uLMgiCaLFq .amp-iconfont {
  width: 1.2rem;
  height: 1.2rem;
  font-size: 1.6rem;
  color: #ffe440;
}
.cid-uLMgiCaLFq .carousel-controls a {
  font-size: 1.5rem;
  color: #0b656d;
  opacity: 0.9;
}
.cid-uLMgiCaLFq .carousel-controls a span {
  position: absolute;
  top: 40%;
  padding: 10px;
  border-radius: 50%;
  color: #0b656d;
  border: 1px solid #0b656d;
}
@media (max-width: 767px) {
  .cid-uLMgiCaLFq .carousel-controls a {
    top: 70%;
  }
}
@media (min-width: 992px) {
  .cid-uLMgiCaLFq .user {
    padding: 2rem 3rem;
  }
}
@media (max-width: 230px) {
  .cid-uLMgiCaLFq .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uLMgiCaLFq hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
}
.cid-uLMgiCaLFq h2 {
  font-size: 3rem;
  font-weight: 600;
  text-shadow: 2px 2px 2px #000000;
}
.cid-uLMgiCaLFq .user_desk {
  color: #ffffff;
}
.cid-uLMgiCaLFq .mbr-section-title {
  color: #ffffff;
  font-weight: 400;
}
.cid-uLMgiCaLFq .mbr-section-subtitle,
.cid-uLMgiCaLFq .mbr-section-btn {
  color: #ffffff;
}
.cid-uImSHiHCMW {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uImSHiHCMW .mbr-overlay {
  z-index: 1;
}
.cid-uImSHiHCMW .main-container-text {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto 5rem;
  flex-shrink: 1;
}
@media (max-width: 767px) {
  .cid-uImSHiHCMW .main-container-text {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 991px) {
  .cid-uImSHiHCMW .main-container-text {
    padding: 0 0.75rem;
  }
}
.cid-uImSHiHCMW .label-text {
  color: #111111;
  width: 100%;
}
.cid-uImSHiHCMW .item-title {
  width: 100%;
  color: #111111;
  z-index: 2;
}
.cid-uImSHiHCMW .item-title span {
  position: relative;
  z-index: 2;
}
.cid-uImSHiHCMW .item-title span:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #0b656d;
  z-index: 1;
}
.cid-uImSHiHCMW .main-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.cid-uImSHiHCMW .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-uImSHiHCMW .card,
.cid-uImSHiHCMW .cards-container,
.cid-uImSHiHCMW .card-container {
  padding: 5px;
}
.cid-uImSHiHCMW .item-img,
.cid-uImSHiHCMW img {
  width: 100%;
  height: 100%;
  objec-fit: cover;
  padding: 0;
}
.cid-uImSHiHCMW .card-container {
  display: flex;
}
.cid-uImSHiHCMW .card-container .card {
  border-radius: 0;
}
.cid-uImSHiHCMW .card-container .card .item-img {
  height: 100%;
}
.cid-uImSHiHCMW .card-container .card .item-img img {
  height: 100%;
}
.cid-uImSHiHCMW .cards-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-uImSHiHCMW .cards-container .card {
  border-radius: 0;
}
.cid-uImSHiHCMW .cards-container .card .item-img {
  display: flex;
}
.cid-uImSHjdkUN {
  border-top: 10px solid #67d7c0;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0b656d;
}
.cid-uImSHjdkUN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uImSHjdkUN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uImSHjdkUN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uImSHjdkUN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uImSHjdkUN .row {
    text-align: center;
  }
  .cid-uImSHjdkUN .row > div {
    margin: auto;
  }
  .cid-uImSHjdkUN .social-row {
    justify-content: center;
  }
}
.cid-uImSHjdkUN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uImSHjdkUN .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uImSHjdkUN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uImSHjdkUN .list {
    margin-bottom: 0rem;
  }
}
.cid-uImSHjdkUN .mbr-text {
  color: #ffffff;
}
.cid-uImSHjdkUN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uImSHjdkUN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uImSHjdkUN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uImSHjdkUN .mbr-section-subtitle {
  color: #36e3ff;
}
.cid-uImSHjdkUN hr {
  margin: 1rem 0;
  color: #67d7c0;
  opacity: .80;
}
.cid-uImSHjdkUN a.text-secondary:hover {
  color: #ffffff !important;
}
.cid-uImSHjRnnw {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #36e3ff;
}
.cid-uImSHjRnnw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uImSHjRnnw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIycrk4b05 {
  z-index: 1000;
  width: 100%;
}
.cid-uIycrk4b05 nav.navbar {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-uIycrk4b05 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIycrk4b05 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIycrk4b05 .dropdown-item {
  border-bottom: 1px solid #ffffff;
}
.cid-uIycrk4b05 .dropdown-item:hover,
.cid-uIycrk4b05 .dropdown-item:focus {
  background: #C05CA5 !important;
  color: white !important;
}
.cid-uIycrk4b05 .dropdown-item:hover span {
  color: white;
}
.cid-uIycrk4b05 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIycrk4b05 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIycrk4b05 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIycrk4b05 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIycrk4b05 .nav-link {
  position: relative;
}
.cid-uIycrk4b05 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uIycrk4b05 .container {
    flex-wrap: wrap;
  }
}
.cid-uIycrk4b05 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uIycrk4b05 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uIycrk4b05 .iconfont-wrapper {
  color: #d3a850 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIycrk4b05 .dropdown-menu,
.cid-uIycrk4b05 .navbar.opened {
  background: #0b656d !important;
}
.cid-uIycrk4b05 .nav-item:focus,
.cid-uIycrk4b05 .nav-link:focus {
  outline: none;
}
.cid-uIycrk4b05 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIycrk4b05 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIycrk4b05 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIycrk4b05 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIycrk4b05 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIycrk4b05 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIycrk4b05 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(11, 101, 109, 0.9);
}
.cid-uIycrk4b05 .navbar.opened {
  transition: all 0.3s;
}
.cid-uIycrk4b05 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIycrk4b05 .navbar .navbar-logo img {
  width: auto;
}
.cid-uIycrk4b05 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIycrk4b05 .navbar.collapsed {
  justify-content: center;
}
.cid-uIycrk4b05 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIycrk4b05 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIycrk4b05 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uIycrk4b05 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIycrk4b05 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIycrk4b05 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uIycrk4b05 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIycrk4b05 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIycrk4b05 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIycrk4b05 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIycrk4b05 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIycrk4b05 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIycrk4b05 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIycrk4b05 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uIycrk4b05 .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-uIycrk4b05 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIycrk4b05 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIycrk4b05 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIycrk4b05 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIycrk4b05 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIycrk4b05 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIycrk4b05 .navbar.navbar-short {
  min-height: 130px;
}
.cid-uIycrk4b05 .navbar.navbar-short .navbar-logo img {
  height: 6rem !important;
}
.cid-uIycrk4b05 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIycrk4b05 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIycrk4b05 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIycrk4b05 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIycrk4b05 .dropdown-item.active,
.cid-uIycrk4b05 .dropdown-item:active {
  background-color: transparent;
}
.cid-uIycrk4b05 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIycrk4b05 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIycrk4b05 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIycrk4b05 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0b656d;
}
.cid-uIycrk4b05 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIycrk4b05 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIycrk4b05 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIycrk4b05 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIycrk4b05 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIycrk4b05 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uIycrk4b05 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIycrk4b05 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIycrk4b05 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIycrk4b05 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIycrk4b05 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIycrk4b05 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIycrk4b05 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIycrk4b05 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIycrk4b05 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIycrk4b05 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIycrk4b05 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIycrk4b05 .navbar {
    height: 70px;
  }
  .cid-uIycrk4b05 .navbar.opened {
    height: auto;
  }
  .cid-uIycrk4b05 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIycrk4b05 a.text-white:hover {
  color: #67d7c0 !important;
}
.cid-uIycrk4b05 a.dropdown-item:hover {
  color: #ffffff !important;
}
.cid-uIycrk4b05 .mylogo {
  position: relative;
  top: 2px;
  min-height: 120px;
}
@media (max-width: 520px) {
  .cid-uIycrk4b05 .mylogo {
    min-height: 90px;
  }
}
.cid-uIycrkw7yo {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #1096a0;
}
.cid-uIycrkw7yo .mbr-text,
.cid-uIycrkw7yo blockquote {
  color: #767676;
}
.cid-uIycrkw7yo .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-uIycrkw7yo .mbr-text B {
  color: #efefef;
}
.cid-uIycrkw7yo .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-uIycrkw7yo .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-uIycrkw7yo .custom-shape-divider .shape-fill {
  fill: #a0e1e1;
}
.cid-uIycrkL6VE {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/seahorse-fine-gardening-gallery-banner.jpg-2000x600.jpg");
}
.cid-uIycrkL6VE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIycrkL6VE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIycrkL6VE .mbr-section-title {
  color: #FFFFFF;
}
.cid-uIycrkL6VE .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
}
.cid-uIycrkL6VE .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-uIycrkL6VE .mbr-section-btn {
  margin-top: 18px;
}
.cid-uIycrkL6VE .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-uIycrkL6VE .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-uIycrkL6VE .spacr {
  margin-top: 120px;
}
.cid-uIycrkL6VE h1 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-uIycrkL6VE h2 {
  text-shadow: 2px 2px 2px #000000;
}
.cid-uIycrkL6VE p {
  font-size: 1.3rem;
}
.cid-uIycrkL6VE hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
}
@media (max-width: 520px) {
  .cid-uIycrkL6VE {
    padding-top: 5px;
  }
  .cid-uIycrkL6VE h1 {
    font-size: 40px !important;
    line-height: 2.5rem;
  }
  .cid-uIycrkL6VE h2 {
    font-size: 22px !important;
    line-height: 2rem;
  }
  .cid-uIycrkL6VE p {
    font-size: 20px !important;
  }
  .cid-uIycrkL6VE hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
    width: 100%;
  }
}
.cid-uIycrl5TFK {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIycrl5TFK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIycrl5TFK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIycrl5TFK .mbr-section-title {
  text-align: left;
  color: #0b656d;
}
.cid-uIycrl5TFK .mbr-section-subtitle {
  text-align: left;
}
.cid-uIycrl5TFK hr {
  margin: 1rem 0;
  color: #0b656d;
  opacity: .80;
}
.cid-uIycrl5TFK h3 {
  font-size: 2.3rem;
}
.cid-uIycrl5TFK span {
  font-size: 1.7rem;
  font-weight: 600;
  color: #0b656d;
}
.cid-uIycrlmImN {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #67d7c0;
}
.cid-uIycrlmImN .mbr-text,
.cid-uIycrlmImN blockquote {
  color: #767676;
}
.cid-uIycrlmImN .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-uIycrlmImN .mbr-text B {
  color: #efefef;
}
.cid-uIycrlmImN .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-uIycrlmImN .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-uIycrlmImN .custom-shape-divider .shape-fill {
  fill: #ffffff;
}
.cid-uIylWIUKhB {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #67d7c0;
}
.cid-uIylWIUKhB .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIylWIUKhB .item {
    margin-bottom: 1rem;
  }
}
.cid-uIylWIUKhB .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uIylWIUKhB .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uIylWIUKhB .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uIylWIUKhB .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uIylWIUKhB .carousel-control,
.cid-uIylWIUKhB .close {
  background: #1b1b1b;
}
.cid-uIylWIUKhB .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uIylWIUKhB .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uIylWIUKhB .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uIylWIUKhB .carousel-control-next span {
  margin-left: 5px;
}
.cid-uIylWIUKhB .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uIylWIUKhB .close::before {
  content: '\e91a';
}
.cid-uIylWIUKhB .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uIylWIUKhB .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uIylWIUKhB .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uIylWIUKhB .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uIylWIUKhB .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uIylWIUKhB .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uIylWIUKhB .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uIylWIUKhB .carousel-indicators li.active,
.cid-uIylWIUKhB .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uIylWIUKhB .carousel-indicators li::after,
.cid-uIylWIUKhB .carousel-indicators li::before {
  content: none;
}
.cid-uIylWIUKhB .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uIylWIUKhB .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uIylWIUKhB .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uIylWIUKhB .carousel-indicators {
    display: none;
  }
}
.cid-uIylWIUKhB .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uIylWIUKhB .carousel-inner > .active {
  display: block;
}
.cid-uIylWIUKhB .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uIylWIUKhB .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uIylWIUKhB .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uIylWIUKhB .carousel-control,
  .cid-uIylWIUKhB .carousel-indicators,
  .cid-uIylWIUKhB .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uIylWIUKhB .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uIylWIUKhB .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uIylWIUKhB .carousel-indicators .active,
.cid-uIylWIUKhB .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uIylWIUKhB .carousel-indicators .active {
  background: #fff;
}
.cid-uIylWIUKhB .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uIylWIUKhB .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uIylWIUKhB .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uIylWIUKhB .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uIylWIUKhB .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uIylWIUKhB .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uIylWIUKhB .carousel {
  width: 100%;
}
.cid-uIylWIUKhB .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uIylWIUKhB .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uIylWIUKhB .modal.fade .modal-dialog,
.cid-uIylWIUKhB .modal.in .modal-dialog {
  transform: none;
}
.cid-uIylWIUKhB .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uIylWIUKhB .content-head {
  max-width: 800px;
}
.cid-uIyqKVvzgu {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #1096a0;
}
.cid-uIyqKVvzgu .mbr-text,
.cid-uIyqKVvzgu blockquote {
  color: #767676;
}
.cid-uIyqKVvzgu .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-uIyqKVvzgu .mbr-text B {
  color: #efefef;
}
.cid-uIyqKVvzgu .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-uIyqKVvzgu .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-uIyqKVvzgu .custom-shape-divider .shape-fill {
  fill: #67d7c0;
}
.cid-uIycrnqJeh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/seahorse-fine-gardening-tesimonial-bg.jpg-4-2000x600.jpg");
}
.cid-uIycrnqJeh .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  background: #ffffff;
  width: 100%;
  padding: 0;
}
.cid-uIycrnqJeh .carousel-item.active,
.cid-uIycrnqJeh .carousel-item-next,
.cid-uIycrnqJeh .carousel-item-prev {
  display: flex;
}
.cid-uIycrnqJeh .carousel-control-prev span {
  right: -10px;
}
.cid-uIycrnqJeh .row {
  justify-content: space-between;
}
.cid-uIycrnqJeh .user {
  padding: 0 2rem !important;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-uIycrnqJeh .user {
    flex-direction: column;
  }
}
.cid-uIycrnqJeh .user_text {
  padding: 0 2rem;
  color: #767676;
}
.cid-uIycrnqJeh .carousel-control-next span {
  left: -10px;
}
@media (max-width: 767px) {
  .cid-uIycrnqJeh .icons-list {
    padding-bottom: 1rem;
  }
}
.cid-uIycrnqJeh .card-header {
  background: transparent;
  border: 0;
  padding: 0;
  padding-top: 2rem;
}
.cid-uIycrnqJeh .bottom {
  background-color: rgba(11, 101, 109, 0.9);
  padding: 1rem 2rem;
}
@media (min-width: 767px) {
  .cid-uIycrnqJeh .carousel-control-prev span {
    right: 100px;
  }
  .cid-uIycrnqJeh .carousel-control-next span {
    left: 100px;
  }
  .cid-uIycrnqJeh .slider-col {
    padding: 0 4rem;
  }
}
.cid-uIycrnqJeh .iconfont-wrapper,
.cid-uIycrnqJeh .amp-iconfont {
  width: 1.2rem;
  height: 1.2rem;
  font-size: 1.6rem;
  color: #ffe440;
}
.cid-uIycrnqJeh .carousel-controls a {
  font-size: 1.5rem;
  color: #0b656d;
  opacity: 0.9;
}
.cid-uIycrnqJeh .carousel-controls a span {
  position: absolute;
  top: 40%;
  padding: 10px;
  border-radius: 50%;
  color: #0b656d;
  border: 1px solid #0b656d;
}
@media (max-width: 767px) {
  .cid-uIycrnqJeh .carousel-controls a {
    top: 70%;
  }
}
@media (min-width: 992px) {
  .cid-uIycrnqJeh .user {
    padding: 2rem 3rem;
  }
}
@media (max-width: 230px) {
  .cid-uIycrnqJeh .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uIycrnqJeh hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
}
.cid-uIycrnqJeh h2 {
  font-size: 3rem;
  font-weight: 600;
  text-shadow: 2px 2px 2px #000000;
}
.cid-uIycrnqJeh .user_desk {
  color: #ffffff;
}
.cid-uIycrnqJeh .mbr-section-title {
  color: #ffffff;
  font-weight: 400;
}
.cid-uIycrnqJeh .mbr-section-subtitle,
.cid-uIycrnqJeh .mbr-section-btn {
  color: #ffffff;
}
.cid-uIycrpIjKY {
  border-top: 10px solid #67d7c0;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0b656d;
}
.cid-uIycrpIjKY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIycrpIjKY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIycrpIjKY .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uIycrpIjKY .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uIycrpIjKY .row {
    text-align: center;
  }
  .cid-uIycrpIjKY .row > div {
    margin: auto;
  }
  .cid-uIycrpIjKY .social-row {
    justify-content: center;
  }
}
.cid-uIycrpIjKY .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uIycrpIjKY .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uIycrpIjKY .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uIycrpIjKY .list {
    margin-bottom: 0rem;
  }
}
.cid-uIycrpIjKY .mbr-text {
  color: #ffffff;
}
.cid-uIycrpIjKY .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uIycrpIjKY .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uIycrpIjKY div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uIycrpIjKY .mbr-section-subtitle {
  color: #36e3ff;
}
.cid-uIycrpIjKY hr {
  margin: 1rem 0;
  color: #67d7c0;
  opacity: .80;
}
.cid-uIycrpIjKY a.text-secondary:hover {
  color: #ffffff !important;
}
.cid-uIycrqfkbX {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #36e3ff;
}
.cid-uIycrqfkbX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIycrqfkbX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIyrj40VPv {
  z-index: 1000;
  width: 100%;
}
.cid-uIyrj40VPv nav.navbar {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-uIyrj40VPv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIyrj40VPv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIyrj40VPv .dropdown-item {
  border-bottom: 1px solid #ffffff;
}
.cid-uIyrj40VPv .dropdown-item:hover,
.cid-uIyrj40VPv .dropdown-item:focus {
  background: #C05CA5 !important;
  color: white !important;
}
.cid-uIyrj40VPv .dropdown-item:hover span {
  color: white;
}
.cid-uIyrj40VPv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIyrj40VPv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIyrj40VPv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIyrj40VPv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIyrj40VPv .nav-link {
  position: relative;
}
.cid-uIyrj40VPv .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uIyrj40VPv .container {
    flex-wrap: wrap;
  }
}
.cid-uIyrj40VPv .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uIyrj40VPv .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uIyrj40VPv .iconfont-wrapper {
  color: #d3a850 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIyrj40VPv .dropdown-menu,
.cid-uIyrj40VPv .navbar.opened {
  background: #0b656d !important;
}
.cid-uIyrj40VPv .nav-item:focus,
.cid-uIyrj40VPv .nav-link:focus {
  outline: none;
}
.cid-uIyrj40VPv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIyrj40VPv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIyrj40VPv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIyrj40VPv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIyrj40VPv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIyrj40VPv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIyrj40VPv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(11, 101, 109, 0.9);
}
.cid-uIyrj40VPv .navbar.opened {
  transition: all 0.3s;
}
.cid-uIyrj40VPv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIyrj40VPv .navbar .navbar-logo img {
  width: auto;
}
.cid-uIyrj40VPv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIyrj40VPv .navbar.collapsed {
  justify-content: center;
}
.cid-uIyrj40VPv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIyrj40VPv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIyrj40VPv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uIyrj40VPv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIyrj40VPv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIyrj40VPv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uIyrj40VPv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIyrj40VPv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIyrj40VPv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIyrj40VPv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIyrj40VPv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIyrj40VPv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIyrj40VPv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIyrj40VPv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uIyrj40VPv .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-uIyrj40VPv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIyrj40VPv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIyrj40VPv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIyrj40VPv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIyrj40VPv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIyrj40VPv .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIyrj40VPv .navbar.navbar-short {
  min-height: 130px;
}
.cid-uIyrj40VPv .navbar.navbar-short .navbar-logo img {
  height: 6rem !important;
}
.cid-uIyrj40VPv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIyrj40VPv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIyrj40VPv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIyrj40VPv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIyrj40VPv .dropdown-item.active,
.cid-uIyrj40VPv .dropdown-item:active {
  background-color: transparent;
}
.cid-uIyrj40VPv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIyrj40VPv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIyrj40VPv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIyrj40VPv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0b656d;
}
.cid-uIyrj40VPv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIyrj40VPv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIyrj40VPv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIyrj40VPv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIyrj40VPv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIyrj40VPv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uIyrj40VPv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIyrj40VPv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIyrj40VPv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIyrj40VPv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIyrj40VPv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIyrj40VPv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIyrj40VPv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIyrj40VPv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIyrj40VPv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIyrj40VPv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIyrj40VPv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIyrj40VPv .navbar {
    height: 70px;
  }
  .cid-uIyrj40VPv .navbar.opened {
    height: auto;
  }
  .cid-uIyrj40VPv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIyrj40VPv a.text-white:hover {
  color: #67d7c0 !important;
}
.cid-uIyrj40VPv a.dropdown-item:hover {
  color: #ffffff !important;
}
.cid-uIyrj40VPv .mylogo {
  position: relative;
  top: 2px;
  min-height: 120px;
}
@media (max-width: 520px) {
  .cid-uIyrj40VPv .mylogo {
    min-height: 90px;
  }
}
.cid-uIyrj4yKr8 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #1096a0;
}
.cid-uIyrj4yKr8 .mbr-text,
.cid-uIyrj4yKr8 blockquote {
  color: #767676;
}
.cid-uIyrj4yKr8 .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-uIyrj4yKr8 .mbr-text B {
  color: #efefef;
}
.cid-uIyrj4yKr8 .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-uIyrj4yKr8 .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-uIyrj4yKr8 .custom-shape-divider .shape-fill {
  fill: #a0e1e1;
}
.cid-uIyrj4Pnet {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/seahorse-fine-gardening-contact-banner.jpg-2000x600.jpg");
}
.cid-uIyrj4Pnet .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIyrj4Pnet .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIyrj4Pnet .mbr-section-title {
  color: #FFFFFF;
}
.cid-uIyrj4Pnet .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
}
.cid-uIyrj4Pnet .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-uIyrj4Pnet .mbr-section-btn {
  margin-top: 18px;
}
.cid-uIyrj4Pnet .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-uIyrj4Pnet .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-uIyrj4Pnet .spacr {
  margin-top: 120px;
}
.cid-uIyrj4Pnet h1 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-uIyrj4Pnet h2 {
  text-shadow: 2px 2px 2px #000000;
}
.cid-uIyrj4Pnet p {
  font-size: 1.3rem;
}
.cid-uIyrj4Pnet hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
}
@media (max-width: 520px) {
  .cid-uIyrj4Pnet {
    padding-top: 5px;
  }
  .cid-uIyrj4Pnet h1 {
    font-size: 40px !important;
    line-height: 2.5rem;
  }
  .cid-uIyrj4Pnet h2 {
    font-size: 22px !important;
    line-height: 2rem;
  }
  .cid-uIyrj4Pnet p {
    font-size: 20px !important;
  }
  .cid-uIyrj4Pnet hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
    width: 100%;
  }
}
.cid-uIyrj5bgs7 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIyrj5bgs7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIyrj5bgs7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIyrj5bgs7 .mbr-section-title {
  text-align: left;
  color: #0b656d;
}
.cid-uIyrj5bgs7 .mbr-section-subtitle {
  text-align: left;
}
.cid-uIyrj5bgs7 hr {
  margin: 1rem 0;
  color: #0b656d;
  opacity: .80;
}
.cid-uIyrj5bgs7 h3 {
  font-size: 2.3rem;
}
.cid-uIyrj5bgs7 span {
  font-size: 1.7rem;
  font-weight: 600;
  color: #0b656d;
}
.cid-uIyrj5yV7v {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #67d7c0;
}
.cid-uIyrj5yV7v .mbr-text,
.cid-uIyrj5yV7v blockquote {
  color: #767676;
}
.cid-uIyrj5yV7v .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-uIyrj5yV7v .mbr-text B {
  color: #efefef;
}
.cid-uIyrj5yV7v .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-uIyrj5yV7v .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-uIyrj5yV7v .custom-shape-divider .shape-fill {
  fill: #ffffff;
}
.cid-uIyssZSuVf {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #67d7c0;
}
.cid-uIyssZSuVf .showAlerts {
  display: block !important;
}
.cid-uIyssZSuVf .rowflexrev {
  display: -webkit-flex;
}
.cid-uIyssZSuVf .ws-form-alerts {
  margin-top: 1rem;
}
.cid-uIyssZSuVf .title {
  margin-bottom: 2rem;
}
.cid-uIyssZSuVf .mbr-section-subtitle {
  color: #0b656d;
}
.cid-uIyssZSuVf textarea.form-control {
  min-height: 188px;
}
.cid-uIyssZSuVf LABEL {
  color: #232323;
  display: initial;
}
.cid-uIyssZSuVf .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uIyssZSuVf .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-uIyssZSuVf .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uIyssZSuVf .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uIyssZSuVf .alert {
  margin-bottom: 0;
}
.cid-uIyssZSuVf .alert-success {
  background-color: #70c770;
}
.cid-uIyssZSuVf .alert-danger {
  background-color: #ff4a52;
}
.cid-uIyssZSuVf .btn {
  display: inline-flex;
}
.cid-uIyssZSuVf .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-uIyssZSuVf .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-uIyssZSuVf .uploadBtn {
  padding-top: 13px !important;
  padding-left: 12.5px !important;
}
.cid-uIyssZSuVf input[type=file]::file-selector-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-uIyssZSuVf input[type=file]::-webkit-file-upload-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-uIyssZSuVf input[type=file]::-ms-browse {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-uIyssZSuVf h2 {
  font-size: 2.6rem;
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-uIyrj8SKVF {
  border-top: 10px solid #67d7c0;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0b656d;
}
.cid-uIyrj8SKVF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIyrj8SKVF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIyrj8SKVF .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uIyrj8SKVF .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uIyrj8SKVF .row {
    text-align: center;
  }
  .cid-uIyrj8SKVF .row > div {
    margin: auto;
  }
  .cid-uIyrj8SKVF .social-row {
    justify-content: center;
  }
}
.cid-uIyrj8SKVF .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uIyrj8SKVF .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uIyrj8SKVF .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uIyrj8SKVF .list {
    margin-bottom: 0rem;
  }
}
.cid-uIyrj8SKVF .mbr-text {
  color: #ffffff;
}
.cid-uIyrj8SKVF .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uIyrj8SKVF .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uIyrj8SKVF div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uIyrj8SKVF .mbr-section-subtitle {
  color: #36e3ff;
}
.cid-uIyrj8SKVF hr {
  margin: 1rem 0;
  color: #67d7c0;
  opacity: .80;
}
.cid-uIyrj8SKVF a.text-secondary:hover {
  color: #ffffff !important;
}
.cid-uIyrj9DK7w {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #36e3ff;
}
.cid-uIyrj9DK7w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIyrj9DK7w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLFDM4BwNF {
  z-index: 1000;
  width: 100%;
}
.cid-uLFDM4BwNF nav.navbar {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-uLFDM4BwNF .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLFDM4BwNF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLFDM4BwNF .dropdown-item {
  border-bottom: 1px solid #ffffff;
}
.cid-uLFDM4BwNF .dropdown-item:hover,
.cid-uLFDM4BwNF .dropdown-item:focus {
  background: #C05CA5 !important;
  color: white !important;
}
.cid-uLFDM4BwNF .dropdown-item:hover span {
  color: white;
}
.cid-uLFDM4BwNF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLFDM4BwNF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLFDM4BwNF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLFDM4BwNF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLFDM4BwNF .nav-link {
  position: relative;
}
.cid-uLFDM4BwNF .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLFDM4BwNF .container {
    flex-wrap: wrap;
  }
}
.cid-uLFDM4BwNF .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLFDM4BwNF .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uLFDM4BwNF .iconfont-wrapper {
  color: #d3a850 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLFDM4BwNF .dropdown-menu,
.cid-uLFDM4BwNF .navbar.opened {
  background: #0b656d !important;
}
.cid-uLFDM4BwNF .nav-item:focus,
.cid-uLFDM4BwNF .nav-link:focus {
  outline: none;
}
.cid-uLFDM4BwNF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLFDM4BwNF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLFDM4BwNF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLFDM4BwNF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLFDM4BwNF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLFDM4BwNF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLFDM4BwNF .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(11, 101, 109, 0.9);
}
.cid-uLFDM4BwNF .navbar.opened {
  transition: all 0.3s;
}
.cid-uLFDM4BwNF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLFDM4BwNF .navbar .navbar-logo img {
  width: auto;
}
.cid-uLFDM4BwNF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLFDM4BwNF .navbar.collapsed {
  justify-content: center;
}
.cid-uLFDM4BwNF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLFDM4BwNF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLFDM4BwNF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uLFDM4BwNF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLFDM4BwNF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLFDM4BwNF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uLFDM4BwNF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLFDM4BwNF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLFDM4BwNF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLFDM4BwNF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLFDM4BwNF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLFDM4BwNF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLFDM4BwNF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLFDM4BwNF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uLFDM4BwNF .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-uLFDM4BwNF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLFDM4BwNF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLFDM4BwNF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLFDM4BwNF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLFDM4BwNF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uLFDM4BwNF .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uLFDM4BwNF .navbar.navbar-short {
  min-height: 130px;
}
.cid-uLFDM4BwNF .navbar.navbar-short .navbar-logo img {
  height: 6rem !important;
}
.cid-uLFDM4BwNF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLFDM4BwNF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLFDM4BwNF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLFDM4BwNF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLFDM4BwNF .dropdown-item.active,
.cid-uLFDM4BwNF .dropdown-item:active {
  background-color: transparent;
}
.cid-uLFDM4BwNF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLFDM4BwNF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLFDM4BwNF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLFDM4BwNF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0b656d;
}
.cid-uLFDM4BwNF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLFDM4BwNF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLFDM4BwNF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLFDM4BwNF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLFDM4BwNF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLFDM4BwNF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLFDM4BwNF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLFDM4BwNF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLFDM4BwNF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLFDM4BwNF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLFDM4BwNF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLFDM4BwNF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLFDM4BwNF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLFDM4BwNF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLFDM4BwNF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLFDM4BwNF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLFDM4BwNF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLFDM4BwNF .navbar {
    height: 70px;
  }
  .cid-uLFDM4BwNF .navbar.opened {
    height: auto;
  }
  .cid-uLFDM4BwNF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLFDM4BwNF a.text-white:hover {
  color: #67d7c0 !important;
}
.cid-uLFDM4BwNF a.dropdown-item:hover {
  color: #ffffff !important;
}
.cid-uLFDM4BwNF .mylogo {
  position: relative;
  top: 2px;
  min-height: 120px;
}
@media (max-width: 520px) {
  .cid-uLFDM4BwNF .mylogo {
    min-height: 90px;
  }
}
.cid-uLFDM4TvfD {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #1096a0;
}
.cid-uLFDM4TvfD .mbr-text,
.cid-uLFDM4TvfD blockquote {
  color: #767676;
}
.cid-uLFDM4TvfD .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-uLFDM4TvfD .mbr-text B {
  color: #efefef;
}
.cid-uLFDM4TvfD .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-uLFDM4TvfD .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-uLFDM4TvfD .custom-shape-divider .shape-fill {
  fill: #a0e1e1;
}
.cid-uLFDM53xqq {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/seahorse-fine-gardening-perennial-banner.jpg-2000x600.jpg");
}
.cid-uLFDM53xqq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLFDM53xqq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLFDM53xqq .mbr-section-title {
  color: #FFFFFF;
}
.cid-uLFDM53xqq .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
}
.cid-uLFDM53xqq .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-uLFDM53xqq .mbr-section-btn {
  margin-top: 18px;
}
.cid-uLFDM53xqq .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-uLFDM53xqq .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-uLFDM53xqq .spacr {
  margin-top: 120px;
}
.cid-uLFDM53xqq h1 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-uLFDM53xqq h2 {
  text-shadow: 2px 2px 2px #000000;
}
.cid-uLFDM53xqq p {
  font-size: 1.3rem;
}
.cid-uLFDM53xqq hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
}
@media (max-width: 520px) {
  .cid-uLFDM53xqq {
    padding-top: 5px;
  }
  .cid-uLFDM53xqq h1 {
    font-size: 40px !important;
    line-height: 2.5rem;
  }
  .cid-uLFDM53xqq h2 {
    font-size: 22px !important;
    line-height: 2rem;
  }
  .cid-uLFDM53xqq p {
    font-size: 20px !important;
  }
  .cid-uLFDM53xqq hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
    width: 100%;
  }
}
.cid-uLFDM5hlK6 {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uLFDM5hlK6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLFDM5hlK6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLFDM5hlK6 .mbr-section-title {
  text-align: center;
  color: #0b656d;
}
.cid-uLFDM5hlK6 .mbr-section-subtitle {
  text-align: left;
}
.cid-uLFDM5hlK6 hr {
  margin: 1rem 0;
  color: #0b656d;
  opacity: .80;
}
.cid-uLFDM5hlK6 h3 {
  font-size: 2.3rem;
}
.cid-uLFDM5hlK6 span {
  font-size: 1.7rem;
  font-weight: 600;
  color: #0b656d;
}
.cid-uLFDM622Kw {
  border-top: 10px solid #67d7c0;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0b656d;
}
.cid-uLFDM622Kw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLFDM622Kw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLFDM622Kw .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLFDM622Kw .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLFDM622Kw .row {
    text-align: center;
  }
  .cid-uLFDM622Kw .row > div {
    margin: auto;
  }
  .cid-uLFDM622Kw .social-row {
    justify-content: center;
  }
}
.cid-uLFDM622Kw .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uLFDM622Kw .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uLFDM622Kw .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLFDM622Kw .list {
    margin-bottom: 0rem;
  }
}
.cid-uLFDM622Kw .mbr-text {
  color: #ffffff;
}
.cid-uLFDM622Kw .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uLFDM622Kw .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uLFDM622Kw div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uLFDM622Kw .mbr-section-subtitle {
  color: #36e3ff;
}
.cid-uLFDM622Kw hr {
  margin: 1rem 0;
  color: #67d7c0;
  opacity: .80;
}
.cid-uLFDM622Kw a.text-secondary:hover {
  color: #ffffff !important;
}
.cid-uLFDM6nsW7 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #36e3ff;
}
.cid-uLFDM6nsW7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLFDM6nsW7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLFG4TxMUr {
  z-index: 1000;
  width: 100%;
}
.cid-uLFG4TxMUr nav.navbar {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-uLFG4TxMUr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLFG4TxMUr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLFG4TxMUr .dropdown-item {
  border-bottom: 1px solid #ffffff;
}
.cid-uLFG4TxMUr .dropdown-item:hover,
.cid-uLFG4TxMUr .dropdown-item:focus {
  background: #C05CA5 !important;
  color: white !important;
}
.cid-uLFG4TxMUr .dropdown-item:hover span {
  color: white;
}
.cid-uLFG4TxMUr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLFG4TxMUr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLFG4TxMUr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLFG4TxMUr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLFG4TxMUr .nav-link {
  position: relative;
}
.cid-uLFG4TxMUr .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLFG4TxMUr .container {
    flex-wrap: wrap;
  }
}
.cid-uLFG4TxMUr .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLFG4TxMUr .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uLFG4TxMUr .iconfont-wrapper {
  color: #d3a850 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLFG4TxMUr .dropdown-menu,
.cid-uLFG4TxMUr .navbar.opened {
  background: #0b656d !important;
}
.cid-uLFG4TxMUr .nav-item:focus,
.cid-uLFG4TxMUr .nav-link:focus {
  outline: none;
}
.cid-uLFG4TxMUr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLFG4TxMUr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLFG4TxMUr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLFG4TxMUr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLFG4TxMUr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLFG4TxMUr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLFG4TxMUr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(11, 101, 109, 0.9);
}
.cid-uLFG4TxMUr .navbar.opened {
  transition: all 0.3s;
}
.cid-uLFG4TxMUr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLFG4TxMUr .navbar .navbar-logo img {
  width: auto;
}
.cid-uLFG4TxMUr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLFG4TxMUr .navbar.collapsed {
  justify-content: center;
}
.cid-uLFG4TxMUr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLFG4TxMUr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLFG4TxMUr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uLFG4TxMUr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLFG4TxMUr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLFG4TxMUr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uLFG4TxMUr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLFG4TxMUr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLFG4TxMUr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLFG4TxMUr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLFG4TxMUr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLFG4TxMUr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLFG4TxMUr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLFG4TxMUr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uLFG4TxMUr .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-uLFG4TxMUr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLFG4TxMUr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLFG4TxMUr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLFG4TxMUr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLFG4TxMUr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uLFG4TxMUr .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uLFG4TxMUr .navbar.navbar-short {
  min-height: 130px;
}
.cid-uLFG4TxMUr .navbar.navbar-short .navbar-logo img {
  height: 6rem !important;
}
.cid-uLFG4TxMUr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLFG4TxMUr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLFG4TxMUr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLFG4TxMUr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLFG4TxMUr .dropdown-item.active,
.cid-uLFG4TxMUr .dropdown-item:active {
  background-color: transparent;
}
.cid-uLFG4TxMUr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLFG4TxMUr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLFG4TxMUr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLFG4TxMUr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0b656d;
}
.cid-uLFG4TxMUr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLFG4TxMUr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLFG4TxMUr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLFG4TxMUr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLFG4TxMUr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLFG4TxMUr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLFG4TxMUr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLFG4TxMUr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLFG4TxMUr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLFG4TxMUr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLFG4TxMUr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLFG4TxMUr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLFG4TxMUr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLFG4TxMUr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLFG4TxMUr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLFG4TxMUr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLFG4TxMUr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLFG4TxMUr .navbar {
    height: 70px;
  }
  .cid-uLFG4TxMUr .navbar.opened {
    height: auto;
  }
  .cid-uLFG4TxMUr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLFG4TxMUr a.text-white:hover {
  color: #67d7c0 !important;
}
.cid-uLFG4TxMUr a.dropdown-item:hover {
  color: #ffffff !important;
}
.cid-uLFG4TxMUr .mylogo {
  position: relative;
  top: 2px;
  min-height: 120px;
}
@media (max-width: 520px) {
  .cid-uLFG4TxMUr .mylogo {
    min-height: 90px;
  }
}
.cid-uLFG4TQoTF {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #1096a0;
}
.cid-uLFG4TQoTF .mbr-text,
.cid-uLFG4TQoTF blockquote {
  color: #767676;
}
.cid-uLFG4TQoTF .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-uLFG4TQoTF .mbr-text B {
  color: #efefef;
}
.cid-uLFG4TQoTF .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-uLFG4TQoTF .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-uLFG4TQoTF .custom-shape-divider .shape-fill {
  fill: #a0e1e1;
}
.cid-uLFG4TYDaQ {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/seahorse-fine-gardening-gallery-banner.jpg-2000x600.jpg");
}
.cid-uLFG4TYDaQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLFG4TYDaQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLFG4TYDaQ .mbr-section-title {
  color: #FFFFFF;
}
.cid-uLFG4TYDaQ .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
}
.cid-uLFG4TYDaQ .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-uLFG4TYDaQ .mbr-section-btn {
  margin-top: 18px;
}
.cid-uLFG4TYDaQ .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-uLFG4TYDaQ .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-uLFG4TYDaQ .spacr {
  margin-top: 120px;
}
.cid-uLFG4TYDaQ h1 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-uLFG4TYDaQ h2 {
  text-shadow: 2px 2px 2px #000000;
}
.cid-uLFG4TYDaQ p {
  font-size: 1.3rem;
}
.cid-uLFG4TYDaQ hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
}
@media (max-width: 520px) {
  .cid-uLFG4TYDaQ {
    padding-top: 5px;
  }
  .cid-uLFG4TYDaQ h1 {
    font-size: 40px !important;
    line-height: 2.5rem;
  }
  .cid-uLFG4TYDaQ h2 {
    font-size: 22px !important;
    line-height: 2rem;
  }
  .cid-uLFG4TYDaQ p {
    font-size: 20px !important;
  }
  .cid-uLFG4TYDaQ hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
    width: 100%;
  }
}
.cid-uLFGoG384G {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uLFGoG384G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLFGoG384G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uLFGoG384G .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLFGoG384G .row {
  flex-direction: row-reverse;
}
.cid-uLFGoG384G .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uLFGoG384G .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uLFGoG384G .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uLFGoG384G .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLFGoG384G .mbr-text,
.cid-uLFGoG384G .mbr-section-btn {
  color: #000000;
}
.cid-uLFGoG384G hr {
  margin: 1rem 0;
  color: #000000;
  opacity: .80;
  width: 100%;
}
.cid-uLFG4UqA21 {
  border-top: 10px solid #67d7c0;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0b656d;
}
.cid-uLFG4UqA21 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLFG4UqA21 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLFG4UqA21 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLFG4UqA21 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLFG4UqA21 .row {
    text-align: center;
  }
  .cid-uLFG4UqA21 .row > div {
    margin: auto;
  }
  .cid-uLFG4UqA21 .social-row {
    justify-content: center;
  }
}
.cid-uLFG4UqA21 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uLFG4UqA21 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uLFG4UqA21 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLFG4UqA21 .list {
    margin-bottom: 0rem;
  }
}
.cid-uLFG4UqA21 .mbr-text {
  color: #ffffff;
}
.cid-uLFG4UqA21 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uLFG4UqA21 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uLFG4UqA21 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uLFG4UqA21 .mbr-section-subtitle {
  color: #36e3ff;
}
.cid-uLFG4UqA21 hr {
  margin: 1rem 0;
  color: #67d7c0;
  opacity: .80;
}
.cid-uLFG4UqA21 a.text-secondary:hover {
  color: #ffffff !important;
}
.cid-uLFG4UHsYS {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #36e3ff;
}
.cid-uLFG4UHsYS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLFG4UHsYS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
