.btn {
  border-width: 2px;
}
body {
  font-family: Quicksand;
}
.display-1 {
  font-family: 'Quicksand', sans-serif;
  font-size: 2.875rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.59375rem;
}
.display-2 {
  font-family: 'Quicksand', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.71875rem;
}
.display-7 {
  font-family: 'Crimson Text', serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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.3rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.0125rem;
    font-size: calc( 1.65625rem + (2.875 - 1.65625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.65625rem + (2.875 - 1.65625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.mbr-section-btn {
  width: 100%;
}
.mbr-section-title {
  margin: 0;
}
.mbr-section-subtitle {
  padding: 0;
  margin: 0;
}
.mbr-text {
  padding: 0;
  margin: 0;
}
.btn {
  padding: 0.5625rem 2.3125rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 2.8rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 2.8rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 2.8rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #d8e3d5 !important;
}
.bg-success {
  background-color: #0c5b47 !important;
}
.bg-info {
  background-color: #1b745e !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d8e3d5 !important;
  border-color: #d8e3d5 !important;
  color: #10634e !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #10634e !important;
  background-color: #c4d5c0 !important;
  border-color: #c4d5c0 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #10634e !important;
  background-color: #c4d5c0 !important;
  border-color: #c4d5c0 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fef1e6 !important;
  border-color: #fef1e6 !important;
  color: #10634e !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #10634e !important;
  background-color: #fddec4 !important;
  border-color: #fddec4 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #10634e !important;
  background-color: #fddec4 !important;
  border-color: #fddec4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #1b745e !important;
  border-color: #1b745e !important;
  color: #10634e !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #10634e !important;
  background-color: #145747 !important;
  border-color: #145747 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #10634e !important;
  background-color: #145747 !important;
  border-color: #145747 !important;
}
.btn-success,
.btn-success:active {
  background-color: #0c5b47 !important;
  border-color: #0c5b47 !important;
  color: #10634e !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #10634e !important;
  background-color: #083b2e !important;
  border-color: #083b2e !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #10634e !important;
  background-color: #083b2e !important;
  border-color: #083b2e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #10634e !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #10634e !important;
  background-color: #ffda3d !important;
  border-color: #ffda3d !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #10634e !important;
  background-color: #ffda3d !important;
  border-color: #ffda3d !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #10634e !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #10634e !important;
  background-color: #ff8142 !important;
  border-color: #ff8142 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #10634e !important;
  background-color: #ff8142 !important;
  border-color: #ff8142 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #10634e !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #10634e !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #10634e !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #10634e !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #10634e !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #10634e !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #d8e3d5;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #d8e3d5 !important;
  border-color: #d8e3d5;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d8e3d5 !important;
  border-color: #d8e3d5 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #fef1e6;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #fef1e6 !important;
  border-color: #fef1e6;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #fef1e6 !important;
  border-color: #fef1e6 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #1b745e;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #1b745e !important;
  border-color: #1b745e;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #1b745e !important;
  border-color: #1b745e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #0c5b47;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #0c5b47 !important;
  border-color: #0c5b47;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0c5b47 !important;
  border-color: #0c5b47 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #ffe161 !important;
  border-color: #ffe161;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #000000;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #d8e3d5 !important;
}
.text-secondary {
  color: #fef1e6 !important;
}
.text-success {
  color: #0c5b47 !important;
}
.text-info {
  color: #1b745e !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #ffffff;
}
.text-black {
  color: #000000;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #faba84 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #faba84 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000101 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #08211b !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #000000;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #ffffff;
}
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;
  transition: all 0.2s ease-in-out;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  /*transition: background-position 0s ease-in-out;*/
  /*background-image: linear-gradient(currentColor 50%, currentColor 50%);*/
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #d8e3d5;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #1b745e;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d8e3d5;
  border-color: #d8e3d5;
  /*.color: contrast(@primaryColor, darken(@primaryColor, 45%), #ffffff, 60%);*/
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d8e3d5;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #1bcc9f;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #3dd2ad;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.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: 'Quicksand', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: @primaryColor!important;*/
}
.form-control:-webkit-input-placeholder {
  font-family: 'Quicksand', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #d8e3d5;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d8e3d5;
  color: #000000;
}
.jq-number__spin {
  transition: 0s ease;
}
.jq-number__spin:hover {
  border-color: #d8e3d5;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #d8e3d5;
  border-bottom-color: #d8e3d5;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #d8e3d5 !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: #fef1e6 !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='%23d8e3d5' %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;
}
.container {
  max-width: 1100px;
}
.btn {
  font-weight: 400;
}
.cid-sxnE0wMJ7p .navbar-dropdown {
  position: relative !important;
}
.cid-sxnE0wMJ7p .top {
  margin-top: 15px;
  margin-left: 10px;
}
.cid-sxnE0wMJ7p .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-sxnE0wMJ7p .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sxnE0wMJ7p .dropdown-item:hover,
.cid-sxnE0wMJ7p .dropdown-item:focus {
  color: #d8e3d5 !important;
}
.cid-sxnE0wMJ7p .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-sxnE0wMJ7p .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sxnE0wMJ7p .nav-link {
  position: relative;
  padding: 0;
}
.cid-sxnE0wMJ7p .container {
  display: flex;
  margin: auto;
}
.cid-sxnE0wMJ7p .iconfont-wrapper {
  color: #0c5b47 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sxnE0wMJ7p .dropdown-menu,
.cid-sxnE0wMJ7p .navbar.opened {
  background: #ffffff !important;
}
.cid-sxnE0wMJ7p .nav-item:focus,
.cid-sxnE0wMJ7p .nav-link:focus {
  outline: none;
}
.cid-sxnE0wMJ7p .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sxnE0wMJ7p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxnE0wMJ7p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sxnE0wMJ7p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sxnE0wMJ7p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sxnE0wMJ7p .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sxnE0wMJ7p .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sxnE0wMJ7p .navbar.opened {
  transition: all 0.3s;
}
.cid-sxnE0wMJ7p .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sxnE0wMJ7p .navbar .navbar-logo img {
  width: auto;
}
.cid-sxnE0wMJ7p .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sxnE0wMJ7p .navbar.collapsed {
  justify-content: center;
}
.cid-sxnE0wMJ7p .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sxnE0wMJ7p .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sxnE0wMJ7p .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sxnE0wMJ7p .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sxnE0wMJ7p .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-sxnE0wMJ7p .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sxnE0wMJ7p .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sxnE0wMJ7p .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sxnE0wMJ7p .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sxnE0wMJ7p .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sxnE0wMJ7p .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sxnE0wMJ7p .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sxnE0wMJ7p .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-sxnE0wMJ7p .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sxnE0wMJ7p .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sxnE0wMJ7p .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sxnE0wMJ7p .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sxnE0wMJ7p .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sxnE0wMJ7p .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sxnE0wMJ7p .navbar.navbar-short {
  min-height: 60px;
}
.cid-sxnE0wMJ7p .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sxnE0wMJ7p .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sxnE0wMJ7p .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-sxnE0wMJ7p .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sxnE0wMJ7p .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sxnE0wMJ7p .dropdown-item.active,
.cid-sxnE0wMJ7p .dropdown-item:active {
  background-color: transparent;
}
.cid-sxnE0wMJ7p .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sxnE0wMJ7p .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sxnE0wMJ7p .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sxnE0wMJ7p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sxnE0wMJ7p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sxnE0wMJ7p .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxnE0wMJ7p ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sxnE0wMJ7p .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sxnE0wMJ7p button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sxnE0wMJ7p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c5b47;
}
.cid-sxnE0wMJ7p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sxnE0wMJ7p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxnE0wMJ7p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxnE0wMJ7p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sxnE0wMJ7p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxnE0wMJ7p nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sxnE0wMJ7p nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sxnE0wMJ7p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxnE0wMJ7p .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sxnE0wMJ7p a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sxnE0wMJ7p .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sxnE0wMJ7p .navbar {
    height: 70px;
  }
  .cid-sxnE0wMJ7p .navbar.opened {
    height: auto;
  }
  .cid-sxnE0wMJ7p .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxnE0wMJ7p .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-sxnE0wMJ7p .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-sxnE0wMJ7p a {
  display: inline;
  font-weight: bold;
}
.cid-sxnE0wMJ7p img {
  display: inline;
  padding-right: 10px;
}
.cid-sxnE0wMJ7p .dropdown-toggle:after {
  display: none;
}
.cid-sxnE0wMJ7p .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sxnE0wMJ7p .dropdown-item:hover {
  color: #ffe161 !important;
}
@media (max-width: 990px) {
  .cid-sxnE0wMJ7p .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-sxnEvA7rgc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://mobirise.com/extensions/floram4/assets/images/background2.jpg");
}
.cid-sxnEvA7rgc .item-wrapper {
  width: 100%;
}
.cid-sxnEvA7rgc .left-side {
  text-align: left;
}
.cid-sxnEvA7rgc .row {
  align-items: center;
  background: #fffbf6;
  padding: 60px;
  margin: 0;
}
.cid-sxnEvA7rgc .mbr-section-title {
  margin: 30px 0 12px;
  color: #0c5b47;
  text-align: center;
}
.cid-sxnEvA7rgc .desc {
  padding: 0 0px 20px;
  color: #1b745e;
}
.cid-sxnEvA7rgc .col-auto {
  display: inline-block;
}
.cid-sxnEvA7rgc .right-side {
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sxnEvA7rgc .container-fluid {
  padding: 0;
}
.cid-sxnEvA7rgc .mbr-section-subtitle {
  color: #1b745e;
  text-align: left;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-sxnEvA7rgc .text {
  position: absolute;
  width: 100%;
  padding: 0 10%;
}
.cid-sxnEvA7rgc .desc,
.cid-sxnEvA7rgc .mbr-section-btn {
  text-align: center;
}
.cid-sxnEvA7rgc .mbr-section-btn {
  margin-top: 30px;
  padding: 10px;
  width: auto;
  display: inline;
}
.cid-sxnEvA7rgc .l1 {
  text-align: center;
}
.cid-sxnEvA7rgc .r1 {
  text-align: center;
  color: #ffffff;
}
.cid-sxnEvA7rgc .r2 {
  color: #ffffff;
}
@media (max-width: 990px) {
  .cid-sxnEvA7rgc .left-side {
    padding: 25px 0;
  }
}
.cid-sxnDAETYLF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://mobirise.com/extensions/floram4/assets/images/background2-1920x1920.jpg");
}
@media (max-width: 991px) {
  .cid-sxnDAETYLF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sxnDAETYLF .row {
  flex-direction: row-reverse;
}
.cid-sxnDAETYLF img {
  width: 100%;
}
.cid-sxnDAETYLF .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-sxnRBUQPbk {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-image: url("https://mobirise.com/extensions/floram4/assets/images/background2-1920x1920.jpg");
}
.cid-sxnRBUQPbk .mbr-section-title {
  color: #0c5b47;
  text-align: center;
}
.cid-sxnRBUQPbk .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-sxnRBUQPbk .row {
  align-items: center;
  height: 100%;
}
.cid-sxnRBUQPbk .container {
  max-width: 720px;
  margin: auto;
}
.cid-sxnR9v63Rh {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("https://mobirise.com/extensions/floram4/assets/images/background2-1920x1920.jpg");
}
.cid-sxnR9v63Rh img,
.cid-sxnR9v63Rh .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-sxnR9v63Rh .item:focus,
.cid-sxnR9v63Rh span:focus {
  outline: none;
}
.cid-sxnR9v63Rh .item {
  cursor: pointer;
}
.cid-sxnR9v63Rh .item-wrapper {
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sxnR9v63Rh .item-title {
  text-transform: uppercase;
  margin: 0;
}
.cid-sxnR9v63Rh .item-content {
  color: #000000;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
  padding-top: 30px;
}
.cid-sxnR9v63Rh .lin {
  position: relative;
  color: #000000;
  margin-bottom: 0;
}
.cid-sxnR9v63Rh .lin:hover {
  color: #d8e3d5;
}
.cid-sxnR9v63Rh img {
  padding-bottom: 20px;
}
.cid-sxnR9v63Rh .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
@media (max-width: 690px) {
  .cid-sxnR9v63Rh img {
    padding-top: 25px;
    padding-bottom: 10px;
  }
  .cid-sxnR9v63Rh .mbr-section-title {
    padding: 0;
  }
}
.cid-sxnR9v63Rh .address {
  padding: 0;
  margin: 0;
  transition: all 0.2s ease-in-out;
}
.cid-sxnR9v63Rh .address:hover {
  color: #d8e3d5;
}
.cid-sxnR9v63Rh .text-primary {
  color: #000000 !important;
}
.cid-sxnR9v63Rh P {
  color: #0c5b47;
}
.cid-sxnEa8UZqB {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-image: url("https://mobirise.com/extensions/floram4/assets/images/background2-1920x1920.jpg");
}
.cid-sxnEa8UZqB .mbr-section-title {
  color: #0c5b47;
  text-align: center;
}
.cid-sxnEa8UZqB .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-sxnEa8UZqB .row {
  align-items: center;
  height: 100%;
}
.cid-sxnEa8UZqB .container {
  max-width: 720px;
  margin: auto;
}
.cid-sxnDB5IFlu {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("https://mobirise.com/extensions/floram4/assets/images/background2-1920x1920.jpg");
}
.cid-sxnDB5IFlu .video-wrapper iframe {
  width: 100%;
}
.cid-sxnDB5IFlu .mbr-section-title,
.cid-sxnDB5IFlu .mbr-section-subtitle,
.cid-sxnDB5IFlu .mbr-text {
  text-align: center;
}
.cid-sxnDB5IFlu .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-sxnDB5IFlu .mbr-text {
  padding-top: 16px;
}
.cid-sxnE6MP0bv {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-image: url("https://mobirise.com/extensions/floram4/assets/images/background2-1920x1920.jpg");
}
.cid-sxnE6MP0bv .mbr-section-title {
  color: #0c5b47;
  text-align: center;
}
.cid-sxnE6MP0bv .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-sxnE6MP0bv .row {
  align-items: center;
  height: 100%;
}
.cid-sxnE6MP0bv .container {
  max-width: 720px;
  margin: auto;
}
.cid-sxnDBS0mPH {
  padding-top: 0px;
  padding-bottom: 75px;
  background-image: url("https://mobirise.com/extensions/floram4/assets/images/background2-1920x1920.jpg");
}
.cid-sxnDBS0mPH .b {
  padding-bottom: 20px;
  padding-top: 10px;
}
.cid-sxnDBS0mPH .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sxnDBS0mPH .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sxnDBS0mPH .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-sxnDBS0mPH P {
  color: #0c5b47;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-sxnDBS0mPH img {
  margin-top: 32px;
}
.cid-sxnDBS0mPH img {
  margin-top: 16px;
}
@media (max-width: 990px) {
  .cid-sxnDBS0mPH .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-sxnDBS0mPH .top,
  .cid-sxnDBS0mPH .top-2 {
    margin-top: 0;
  }
}
.cid-sxnILfWMPe {
  background-color: #fffbf6;
}
.cid-sxnILfWMPe .container {
  display: flex;
  padding: 0;
  margin: auto;
  max-width: 1100px;
}
.cid-sxnILfWMPe .mbr-section-subtitle {
  width: auto;
  padding: 15px 10px 10px 25px;
  color: #0c5b47;
}
.cid-sxnILfWMPe .row {
  width: 100%;
  margin: auto;
}
.cid-sxnILfWMPe .iconfont-wrapper {
  color: #0c5b47 !important;
  font-size: 1.2rem;
  padding-right: 0.5rem;
}
.cid-sxnILfWMPe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 25px;
  text-align: center;
}
@media (max-width: 700px) {
  .cid-sxnILfWMPe .icons-menu {
    padding-left: 0rem;
  }
}
.cid-sxnE0wMJ7p .navbar-dropdown {
  position: relative !important;
}
.cid-sxnE0wMJ7p .top {
  margin-top: 15px;
  margin-left: 10px;
}
.cid-sxnE0wMJ7p .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-sxnE0wMJ7p .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sxnE0wMJ7p .dropdown-item:hover,
.cid-sxnE0wMJ7p .dropdown-item:focus {
  color: #d8e3d5 !important;
}
.cid-sxnE0wMJ7p .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-sxnE0wMJ7p .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sxnE0wMJ7p .nav-link {
  position: relative;
  padding: 0;
}
.cid-sxnE0wMJ7p .container {
  display: flex;
  margin: auto;
}
.cid-sxnE0wMJ7p .iconfont-wrapper {
  color: #0c5b47 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sxnE0wMJ7p .dropdown-menu,
.cid-sxnE0wMJ7p .navbar.opened {
  background: #ffffff !important;
}
.cid-sxnE0wMJ7p .nav-item:focus,
.cid-sxnE0wMJ7p .nav-link:focus {
  outline: none;
}
.cid-sxnE0wMJ7p .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sxnE0wMJ7p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxnE0wMJ7p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sxnE0wMJ7p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sxnE0wMJ7p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sxnE0wMJ7p .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sxnE0wMJ7p .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sxnE0wMJ7p .navbar.opened {
  transition: all 0.3s;
}
.cid-sxnE0wMJ7p .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sxnE0wMJ7p .navbar .navbar-logo img {
  width: auto;
}
.cid-sxnE0wMJ7p .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sxnE0wMJ7p .navbar.collapsed {
  justify-content: center;
}
.cid-sxnE0wMJ7p .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sxnE0wMJ7p .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sxnE0wMJ7p .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sxnE0wMJ7p .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sxnE0wMJ7p .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-sxnE0wMJ7p .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sxnE0wMJ7p .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sxnE0wMJ7p .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sxnE0wMJ7p .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sxnE0wMJ7p .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sxnE0wMJ7p .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sxnE0wMJ7p .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sxnE0wMJ7p .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-sxnE0wMJ7p .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sxnE0wMJ7p .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sxnE0wMJ7p .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sxnE0wMJ7p .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sxnE0wMJ7p .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sxnE0wMJ7p .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sxnE0wMJ7p .navbar.navbar-short {
  min-height: 60px;
}
.cid-sxnE0wMJ7p .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sxnE0wMJ7p .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sxnE0wMJ7p .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-sxnE0wMJ7p .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sxnE0wMJ7p .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sxnE0wMJ7p .dropdown-item.active,
.cid-sxnE0wMJ7p .dropdown-item:active {
  background-color: transparent;
}
.cid-sxnE0wMJ7p .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sxnE0wMJ7p .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sxnE0wMJ7p .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sxnE0wMJ7p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sxnE0wMJ7p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sxnE0wMJ7p .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxnE0wMJ7p ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sxnE0wMJ7p .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sxnE0wMJ7p button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sxnE0wMJ7p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c5b47;
}
.cid-sxnE0wMJ7p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sxnE0wMJ7p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxnE0wMJ7p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxnE0wMJ7p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sxnE0wMJ7p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxnE0wMJ7p nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sxnE0wMJ7p nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sxnE0wMJ7p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxnE0wMJ7p .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sxnE0wMJ7p a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sxnE0wMJ7p .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sxnE0wMJ7p .navbar {
    height: 70px;
  }
  .cid-sxnE0wMJ7p .navbar.opened {
    height: auto;
  }
  .cid-sxnE0wMJ7p .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxnE0wMJ7p .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-sxnE0wMJ7p .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-sxnE0wMJ7p a {
  display: inline;
  font-weight: bold;
}
.cid-sxnE0wMJ7p img {
  display: inline;
  padding-right: 10px;
}
.cid-sxnE0wMJ7p .dropdown-toggle:after {
  display: none;
}
.cid-sxnE0wMJ7p .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sxnE0wMJ7p .dropdown-item:hover {
  color: #ffe161 !important;
}
@media (max-width: 990px) {
  .cid-sxnE0wMJ7p .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-sxnHWH9PFH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("https://mobirise.com/extensions/floram4/assets/images/background1.jpg");
}
.cid-sxnHWH9PFH .mbr-section-title {
  color: #0c5b47;
  text-align: center;
}
.cid-sxnHWH9PFH .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-sxnHWH9PFH .row {
  align-items: center;
  height: 100%;
}
.cid-sxnHWH9PFH .container {
  max-width: 720px;
  margin: auto;
}
.cid-sxnHYcZ2Wc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sxnHYcZ2Wc .item-wrapper {
  width: 100%;
}
.cid-sxnHYcZ2Wc .left-side {
  text-align: left;
  padding-left: 5rem;
}
.cid-sxnHYcZ2Wc .row {
  align-items: center;
}
.cid-sxnHYcZ2Wc .mbr-section-title {
  margin: 0 15px 10px;
  color: #0c5b47;
}
@media (max-width: 690px) {
  .cid-sxnHYcZ2Wc .mbr-section-title {
    margin-top: 25px;
  }
  .cid-sxnHYcZ2Wc .left-side {
    padding-right: 15px;
    padding-left: 15px;
  }
  .cid-sxnHYcZ2Wc .right-side {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.cid-sxnHYcZ2Wc .mbr-iconfont {
  font-size: 80px;
  color: #0c5b47;
}
.cid-sxnHYcZ2Wc .iconfont-wrapper {
  margin-bottom: 13px;
}
.cid-sxnHYcZ2Wc .desc {
  padding: 0 15px 30px;
  color: #1b745e;
}
.cid-sxnHYcZ2Wc .desc1 {
  padding-bottom: 5px;
  padding-right: 3.75rem;
}
.cid-sxnHYcZ2Wc .desc2 {
  font-style: italic;
  color: #1b745e;
}
.cid-sxnHYcZ2Wc .desc1,
.cid-sxnHYcZ2Wc .iconfont-wrapper {
  color: #0c5b47;
}
@media (min-width: 960px) {
  .cid-sxnHYcZ2Wc .bord {
    border-right: 1px solid #c0c0c0;
  }
}
.cid-sxnHYcZ2Wc .col-auto {
  display: inline-block;
}
@media (max-width: 990px) {
  .cid-sxnHYcZ2Wc .left-side {
    padding-left: 0;
    padding-top: 20px;
  }
  .cid-sxnHYcZ2Wc .desc1 {
    padding-right: 0;
  }
  .cid-sxnHYcZ2Wc .mbr-iconfont {
    font-size: 60px;
  }
  .cid-sxnHYcZ2Wc .container-fluid {
    padding: 0 15px;
  }
}
@media (min-width: 320px) {
  .cid-sxnHYcZ2Wc .top {
    margin-top: 20px;
  }
}
@media (max-width: 770px) {
  .cid-sxnHYcZ2Wc .left-side {
    padding: 25px 0;
    text-align: center;
  }
  .cid-sxnHYcZ2Wc .desc {
    text-align: left;
  }
  .cid-sxnHYcZ2Wc .desc1 {
    padding-right: 0;
  }
  .cid-sxnHYcZ2Wc .mbr-iconfont {
    font-size: 60px;
  }
  .cid-sxnHYcZ2Wc .container-fluid {
    padding: 0 15px;
  }
  .cid-sxnHYcZ2Wc .mbr-section-title {
    text-align: left;
  }
}
.cid-sxnHYu1mHR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://mobirise.com/extensions/floram4/assets/images/florist2.jpg");
}
.cid-sxnHYu1mHR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sxnHYu1mHR .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-sxnHYu1mHR .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
  padding-bottom: 20px;
}
.cid-sxnHYu1mHR .row {
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.cid-sxnHYu1mHR .sign {
  width: 300px;
  display: inline;
}
.cid-sxnHYu1mHR .text,
.cid-sxnHYu1mHR .si {
  text-align: left;
}
@media (max-width: 690px) {
  .cid-sxnHYu1mHR .sign {
    width: 100%;
  }
}
.cid-sxnHZuqdGX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("https://mobirise.com/extensions/floram4/assets/images/background1.jpg");
}
.cid-sxnHZuqdGX .mbr-section-title {
  color: #0c5b47;
  text-align: center;
}
.cid-sxnHZuqdGX .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-sxnHZuqdGX .row {
  align-items: center;
  height: 100%;
}
.cid-sxnHZuqdGX .container {
  max-width: 720px;
  margin: auto;
}
.cid-sxnI0vOrpZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sxnI0vOrpZ .item-wrapper {
  width: 100%;
}
.cid-sxnI0vOrpZ .left-side {
  text-align: left;
  padding-right: 150px;
  padding-left: 80px;
}
.cid-sxnI0vOrpZ .row {
  align-items: center;
  background: #e0ecdc;
  padding: 0px;
  margin: 0;
}
.cid-sxnI0vOrpZ .right-side {
  padding: 0;
}
.cid-sxnI0vOrpZ .mbr-section-title {
  margin: 0 0 12px;
  color: #0c5b47;
}
.cid-sxnI0vOrpZ .col-auto {
  display: inline-block;
}
.cid-sxnI0vOrpZ .container-fluid {
  padding: 0;
}
.cid-sxnI0vOrpZ .row {
  flex-direction: row-reverse;
}
.cid-sxnI0vOrpZ .left-side {
  padding-left: 150px;
  padding-right: 80px;
}
.cid-sxnI0vOrpZ .mbr-section-subtitle {
  color: #1b745e;
  font-style: italic;
  margin-bottom: 0;
}
.cid-sxnI0vOrpZ .mbr-iconfont {
  font-size: 60px;
  color: #0c5b47;
}
.cid-sxnI0vOrpZ .iconfont-wrapper {
  margin-bottom: 13px;
}
.cid-sxnI0vOrpZ .desc {
  padding: 0 15px 30px;
  color: #1b745e;
}
.cid-sxnI0vOrpZ .desc1 {
  padding-bottom: 5px;
  padding-right: 3.75rem;
}
.cid-sxnI0vOrpZ .desc2 {
  font-style: italic;
  color: #1b745e;
}
.cid-sxnI0vOrpZ .desc1,
.cid-sxnI0vOrpZ .iconfont-wrapper {
  color: #0c5b47;
}
@media (min-width: 960px) {
  .cid-sxnI0vOrpZ .bord {
    border-right: 1px solid #c0c0c0;
  }
}
.cid-sxnI0vOrpZ .mbr-section-title,
.cid-sxnI0vOrpZ .mbr-section-subtitle {
  margin: 0 15px 10px;
  color: #0c5b47;
}
@media (max-width: 990px) {
  .cid-sxnI0vOrpZ .mbr-iconfont {
    font-size: 60px;
  }
  .cid-sxnI0vOrpZ .desc1 {
    padding-right: 0;
    text-align: center;
  }
  .cid-sxnI0vOrpZ .left-side {
    padding: 25px 0;
    text-align: center;
  }
  .cid-sxnI0vOrpZ .desc2 {
    text-align: center;
  }
  .cid-sxnI0vOrpZ .iconfont-wrapper {
    text-align: center;
  }
}
.cid-sxnI0ROfC8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sxnI0ROfC8 .item-wrapper {
  width: 100%;
}
.cid-sxnI0ROfC8 .mbr-section-title {
  margin: 0 0 35px;
  color: #0c5b47;
}
.cid-sxnI0ROfC8 .mbr-section-subtitle {
  color: #1b745e;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-sxnI0ROfC8 .card {
  display: inline-block;
}
.cid-sxnI0ROfC8 .line {
  display: inline;
}
.cid-sxnI0ROfC8 .top {
  margin-top: 35px;
}
.cid-sxnI0ROfC8 .card img {
  width: 70px;
  height: auto;
}
.cid-sxnI0ROfC8 .row {
  align-items: center;
  background: #e0ecdc;
  padding: 0px;
  margin: 0;
}
@media (max-width: 690px) {
  .cid-sxnI0ROfC8 .top {
    margin-top: 0px;
  }
  .cid-sxnI0ROfC8 .card img {
    padding-top: 35px;
    margin: auto;
  }
  .cid-sxnI0ROfC8 .mbr-section-title {
    margin: 0 0 0px;
  }
}
.cid-sxnI0ROfC8 .container-fluid {
  padding: 0;
}
.cid-sxnI0ROfC8 .right-side {
  padding: 0;
}
.cid-sxnI0ROfC8 .left-side {
  text-align: left;
  padding-right: 150px;
  padding-left: 80px;
}
.cid-sxnI0ROfC8 .row {
  flex-direction: row-reverse;
}
.cid-sxnI0ROfC8 .left-side {
  padding-left: 150px;
  padding-right: 80px;
}
@media (max-width: 990px) {
  .cid-sxnI0ROfC8 .left-side {
    padding: 25px 15px;
    text-align: center;
  }
  .cid-sxnI0ROfC8 .top {
    padding-top: 25px;
  }
  .cid-sxnI0ROfC8 img {
    margin: auto;
  }
}
.cid-sxnI1tCcGL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sxnI1tCcGL .item-wrapper {
  width: 100%;
}
.cid-sxnI1tCcGL .row {
  align-items: center;
  background: #e0ecdc;
  padding: 0px;
  margin: 0;
}
.cid-sxnI1tCcGL .desc {
  padding: 0 0px 30px;
  color: #1b745e;
}
.cid-sxnI1tCcGL .col-auto {
  display: inline-block;
}
.cid-sxnI1tCcGL .mbr-section-subtitle {
  color: #1b745e;
  text-align: left;
  font-style: italic;
  padding-bottom: 12px;
  margin-bottom: 0;
}
.cid-sxnI1tCcGL .mbr-section-title,
.cid-sxnI1tCcGL .mbr-section-subtitle {
  margin: 0 0px 10px;
  color: #0c5b47;
}
@media (min-width: 960px) {
  .cid-sxnI1tCcGL .bord {
    border-right: 1px solid #c0c0c0;
  }
}
@media (min-width: 320px) {
  .cid-sxnI1tCcGL .top {
    margin-top: 20px;
  }
}
.cid-sxnI1tCcGL .form-group {
  display: inline-block;
}
.cid-sxnI1tCcGL input,
.cid-sxnI1tCcGL textarea {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}
.cid-sxnI1tCcGL .left-side {
  text-align: left;
  padding-right: 150px;
  padding-left: 80px;
}
.cid-sxnI1tCcGL .right-side {
  padding: 0;
}
.cid-sxnI1tCcGL .container-fluid {
  padding: 0;
}
.cid-sxnI1tCcGL .row {
  flex-direction: row-reverse;
}
.cid-sxnI1tCcGL .left-side {
  padding-left: 150px;
  padding-right: 80px;
}
@media (max-width: 990px) {
  .cid-sxnI1tCcGL .left-side {
    padding: 25px 15px;
  }
  .cid-sxnI1tCcGL .top {
    padding-top: 25px;
  }
}
.cid-sxnI2s6Y2v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sxnI2s6Y2v .item-wrapper {
  width: 100%;
}
.cid-sxnI2s6Y2v .left-side {
  text-align: left;
  padding-left: 80px;
  padding-right: 150px;
}
.cid-sxnI2s6Y2v .row {
  align-items: center;
  background: #e0ecdc;
  padding: 0px;
  margin: 0;
}
.cid-sxnI2s6Y2v .mbr-section-title {
  margin: 0 0 12px;
  color: #0c5b47;
}
.cid-sxnI2s6Y2v .desc {
  padding: 0 0px 20px;
  color: #1b745e;
}
.cid-sxnI2s6Y2v .col-auto {
  display: inline-block;
}
.cid-sxnI2s6Y2v .container-fluid {
  padding: 0;
}
.cid-sxnI2s6Y2v .mbr-section-subtitle {
  color: #1b745e;
  text-align: left;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-sxnI2s6Y2v .right-side {
  padding: 0;
}
.cid-sxnI2s6Y2v .row {
  flex-direction: row-reverse;
}
.cid-sxnI2s6Y2v .left-side {
  padding-left: 150px;
  padding-right: 80px;
}
@media (max-width: 990px) {
  .cid-sxnI2s6Y2v .left-side {
    padding: 25px 15px;
  }
}
.cid-sxnI3aXdMH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sxnI3aXdMH .item-wrapper {
  width: 100%;
}
.cid-sxnI3aXdMH .left-side {
  text-align: left;
}
.cid-sxnI3aXdMH .row {
  align-items: center;
  background: #fffbf6;
  padding: 0px;
  margin: 0;
}
.cid-sxnI3aXdMH .mbr-section-title {
  margin: 0 0 12px;
  color: #0c5b47;
  text-align: center;
}
.cid-sxnI3aXdMH .desc {
  padding: 0 0px 20px;
  color: #1b745e;
}
.cid-sxnI3aXdMH .col-auto {
  display: inline-block;
}
.cid-sxnI3aXdMH .right-side {
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sxnI3aXdMH .container-fluid {
  padding: 0;
}
.cid-sxnI3aXdMH .row {
  flex-direction: row-reverse;
}
.cid-sxnI3aXdMH .mbr-section-subtitle {
  color: #1b745e;
  text-align: left;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-sxnI3aXdMH .text {
  position: absolute;
  width: 100%;
  padding: 0 10%;
}
.cid-sxnI3aXdMH .desc,
.cid-sxnI3aXdMH .mbr-section-btn {
  text-align: center;
}
.cid-sxnI3aXdMH .mbr-section-btn {
  margin-top: 30px;
}
.cid-sxnI3aXdMH .l1 {
  text-align: center;
}
.cid-sxnI3aXdMH .r1 {
  text-align: center;
  color: #ffffff;
}
.cid-sxnI3aXdMH .r2 {
  color: #ffffff;
}
@media (max-width: 990px) {
  .cid-sxnI3aXdMH .left-side {
    padding: 25px 0;
  }
}
.cid-sxnI3CAyA3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sxnI3CAyA3 .item-wrapper {
  width: 100%;
}
.cid-sxnI3CAyA3 .left-side {
  text-align: left;
  padding-right: 150px;
  padding-left: 80px;
}
.cid-sxnI3CAyA3 .row {
  align-items: center;
  padding: 0px;
  margin: 0;
}
.cid-sxnI3CAyA3 .mbr-text {
  padding-bottom: 20px;
}
.cid-sxnI3CAyA3 .name {
  margin-bottom: 7px;
  color: #1b745e;
}
.cid-sxnI3CAyA3 .progress {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  height: 4px;
}
.cid-sxnI3CAyA3 .progress-bar {
  position: absolute;
  background-color: #d8e3d5;
  height: 4px;
}
.cid-sxnI3CAyA3 .progress1 {
  width: 93%;
}
.cid-sxnI3CAyA3 .progress2 {
  width: 80%;
}
.cid-sxnI3CAyA3 .title {
  color: #0c5b47;
  padding-bottom: 12px;
}
.cid-sxnI3CAyA3 .text-block {
  color: #1b745e;
}
.cid-sxnI3CAyA3 .right-side {
  padding: 0;
}
.cid-sxnI3CAyA3 .container-fluid {
  padding: 0;
}
@media (max-width: 990px) {
  .cid-sxnI3CAyA3 .left-side {
    padding: 25px 15px;
  }
  .cid-sxnI3CAyA3 .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 570px) {
  .cid-sxnI3CAyA3 .left-side {
    padding: 25px 0px;
  }
}
.cid-sxnI406fGq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0ecdc;
}
.cid-sxnI406fGq .card-wrapper {
  background: none;
  display: block;
  margin: 25px 0;
}
.cid-sxnI406fGq .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-sxnI406fGq .mbr-iconfont {
  display: block;
  font-size: 2.5rem;
  color: #1b745e;
  margin-right: 15px;
  height: 100%;
  margin-bottom: 8px;
}
.cid-sxnI406fGq .row {
  align-items: flex-start;
}
.cid-sxnI406fGq .card-box {
  display: inline-flex;
  text-align: left;
  margin: 0;
}
.cid-sxnI406fGq .col {
  padding: 0;
}
.cid-sxnI406fGq .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-sxnI406fGq .card-title,
.cid-sxnI406fGq .iconfont-wrapper {
  color: #0c5b47;
}
.cid-sxnI406fGq a {
  padding: 0;
  border: 0px;
  transition: all 0.2s ease-out;
  padding-left: 0;
  padding-right: 0;
  word-break: normal;
  justify-content: center;
}
.cid-sxnI406fGq .card-title,
.cid-sxnI406fGq .lin {
  color: #1b745e;
}
.cid-sxnI4triPa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sxnI4triPa .card-wrapper {
  background: none;
  display: inline-flex;
  margin: 25px 0;
  padding: 0;
  padding-right: 0;
  width: 100%;
}
.cid-sxnI4triPa .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-sxnI4triPa .mbr-iconfont {
  display: block;
  font-size: 3.5rem;
  color: #1b745e;
  height: 100%;
}
.cid-sxnI4triPa .row {
  align-items: center;
}
.cid-sxnI4triPa .card-box {
  display: inline-flex;
  text-align: left;
  margin: 0;
}
.cid-sxnI4triPa .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-sxnI4triPa .card-title,
.cid-sxnI4triPa .iconfont-wrapper {
  color: #0c5b47;
}
.cid-sxnI4triPa a {
  padding: 0;
  border: 0px;
  transition: all 0.2s ease-out;
  padding-left: 0;
  padding-right: 0;
  word-break: normal;
  justify-content: center;
}
.cid-sxnI4triPa .line {
  left: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  opacity: 0;
  transition: all 0.2s ease-out;
}
.cid-sxnI4triPa .lin:hover .line {
  opacity: 1;
}
.cid-sxnI4triPa .lin {
  position: relative;
  transition: all 0.2s ease-out;
}
.cid-sxnI4triPa .it {
  font-style: italic;
}
.cid-sxnI4triPa .col {
  border-right: 1px solid #c0c0c0;
}
@media (max-width: 990px) {
  .cid-sxnI4triPa .col {
    border-right: none;
  }
}
.cid-sxnI4SNhO6 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sxnI4SNhO6 .row {
  align-items: center;
  justify-content: center;
}
.cid-sxnI4SNhO6 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sxnI4SNhO6 .row .img-item img {
  width: auto;
  object-fit: cover;
  min-height: 1px;
}
.cid-sxnI4SNhO6 .card {
  padding-top: 20px;
  background: none;
  border-radius: 0;
}
.cid-sxnI4SNhO6 .item-img {
  padding-top: 31px;
}
.cid-sxnI4SNhO6 .first {
  position: relative;
}
.cid-sxnI4SNhO6 .second {
  position: absolute;
  top: 15%;
  right: 50%;
  max-width: 450px;
}
.cid-sxnI4SNhO6 img {
  width: auto;
}
.cid-sxnI4SNhO6 .first,
.cid-sxnI4SNhO6 .second {
  display: inline-block;
}
.cid-sxnI4SNhO6 .cont {
  display: inline-block;
}
.cid-sxnI4SNhO6 .card-wrapper {
  padding: 10%;
  margin: auto;
}
.cid-sxnI4SNhO6 .sign {
  width: 200px;
  padding-top: 10px;
  display: inline;
}
.cid-sxnI4SNhO6 .row {
  flex-direction: row-reverse;
}
.cid-sxnI4SNhO6 .art {
  padding-bottom: 12px;
  text-align: left;
  color: #0c5b47;
}
.cid-sxnI4SNhO6 .text {
  padding-bottom: 20px;
}
.cid-sxnI4SNhO6 .text,
.cid-sxnI4SNhO6 .si {
  text-align: left;
  color: #0c5b47;
}
.cid-sxnI4SNhO6 .desc {
  text-align: left;
  color: #1b745e;
}
@media (max-width: 990px) {
  .cid-sxnI4SNhO6 .third {
    margin-top: 45px;
  }
  .cid-sxnI4SNhO6 .second {
    display: none;
  }
  .cid-sxnI4SNhO6 .card-wrapper {
    padding: 25px 0;
  }
}
@media (max-width: 690px) {
  .cid-sxnI4SNhO6 img {
    width: 100%;
  }
}
.cid-sxnI5YhPuu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("https://mobirise.com/extensions/floram4/assets/images/background1.jpg");
}
.cid-sxnI5YhPuu .mbr-section-title {
  color: #0c5b47;
  text-align: center;
}
.cid-sxnI5YhPuu .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-sxnI5YhPuu .row {
  align-items: center;
  height: 100%;
}
.cid-sxnI5YhPuu .container {
  max-width: 720px;
  margin: auto;
}
.cid-sxnI6EgAHy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sxnI6EgAHy .mbr-section-title {
  color: #0c5b47;
  text-align: center;
}
.cid-sxnI6EgAHy .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-sxnI6EgAHy .row {
  align-items: center;
  height: 100%;
}
.cid-sxnI6EgAHy .container {
  max-width: 720px;
  margin: auto;
}
.cid-sxnI7cqIQk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sxnI7cqIQk .card {
  padding: 5rem 20%;
  background: #fef1e6;
  border-radius: 0;
  display: flex;
  flex-direction: column;
}
.cid-sxnI7cqIQk .lin {
  display: inline;
  text-align: center;
  color: #0c5b47;
}
.cid-sxnI7cqIQk .mbr-iconfont {
  font-size: 50px;
  color: #0c5b47;
}
.cid-sxnI7cqIQk .iconfont-wrapper {
  padding-bottom: 10px;
  text-align: center;
}
.cid-sxnI7cqIQk .mbr-section-subtitle {
  padding-top: 15px;
  text-align: center;
  color: #0c5b47;
  font-style: italic;
}
.cid-sxnI7LqFn7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sxnI7LqFn7 .card {
  padding: 5rem 20%;
  background: #fef1e6;
  border-radius: 0;
  display: flex;
  flex-direction: column;
}
.cid-sxnI7LqFn7 .lin {
  display: inline;
  text-align: center;
}
.cid-sxnI7LqFn7 .mbr-iconfont {
  font-size: 50px;
  color: #0c5b47;
}
.cid-sxnI7LqFn7 .iconfont-wrapper {
  padding-bottom: 10px;
  text-align: center;
}
.cid-sxnI8rbPt6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sxnI8rbPt6 .card-wrapper {
  background: #f2f2f2;
  padding: 10% 25%;
  margin: auto;
}
.cid-sxnI8rbPt6 .sign {
  width: 200px;
  padding-top: 20px;
  display: inline;
}
.cid-sxnI8rbPt6 .row {
  justify-content: center;
}
.cid-sxnI8rbPt6 .mbr-section-title {
  padding: 0;
  padding-bottom: 12px;
  margin: 0;
  color: #0c5b47;
}
.cid-sxnI8rbPt6 .mbr-text,
.cid-sxnI8rbPt6 .right-side {
  color: #1b745e;
}
.cid-sxnI8rbPt6 .container {
  max-width: 1100px;
}
@media (max-width: 1024px) {
  .cid-sxnI8rbPt6 .card-wrapper {
    padding: 10% 10%;
  }
}
@media (max-width: 960px) {
  .cid-sxnI8rbPt6 .card-wrapper {
    max-width: 420px;
  }
}
.cid-sxnI9orLRW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sxnI9orLRW .item-wrapper {
  width: 100%;
}
.cid-sxnI9orLRW .left-side {
  text-align: left;
  padding-left: 5rem;
}
.cid-sxnI9orLRW .row {
  align-items: center;
}
.cid-sxnI9orLRW .mbr-section-title {
  margin: 0;
  color: #0c5b47;
  padding: 0;
}
@media (max-width: 990px) {
  .cid-sxnI9orLRW .left-side {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 20px;
  }
  .cid-sxnI9orLRW .right-side {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.cid-sxnI9orLRW .sign {
  max-width: 250px;
  display: inline;
}
.cid-sxnI9orLRW .mbr-text,
.cid-sxnI9orLRW .right-side {
  color: #1b745e;
}
.cid-sxnIa1RnIj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sxnIa1RnIj .item-wrapper {
  width: 100%;
  height: 120px;
}
.cid-sxnIa1RnIj .row {
  align-items: center;
  position: relative;
}
.cid-sxnIa1RnIj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sxnIa1RnIj .container {
  max-width: 700px;
}
.cid-sxnIa1RnIj .info {
  position: absolute;
  padding: 35px;
}
.cid-sxnIa1RnIj .mbr-section-title {
  color: #ffffff;
  padding-bottom: 10px;
  padding-top: 4px;
  font-style: italic;
}
.cid-sxnIa1RnIj .color {
  width: 100%;
  background-color: #e0ecdc;
  height: 14px;
}
.cid-sxnIa1RnIj img {
  object-fit: fill;
}
.cid-sxnIaBM4qd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sxnIaBM4qd img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-sxnIaBM4qd .right {
  display: flex;
  flex-direction: column;
}
.cid-sxnIaBM4qd .card-heading {
  padding-bottom: 35px;
  color: #0c5b47;
}
.cid-sxnIaBM4qd .p {
  padding-bottom: 17px;
  color: #1b745e;
}
.cid-sxnIaBM4qd .last-p {
  padding-bottom: 0;
}
.cid-sxnIaBM4qd .row {
  justify-content: center;
}
.cid-sxnIbiiCmd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("https://mobirise.com/extensions/floram4/assets/images/background1.jpg");
}
.cid-sxnIbiiCmd .mbr-section-title {
  color: #0c5b47;
  text-align: center;
}
.cid-sxnIbiiCmd .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-sxnIbiiCmd .row {
  align-items: center;
  height: 100%;
}
.cid-sxnIbiiCmd .container {
  max-width: 720px;
  margin: auto;
}
.cid-sxnIc7CeTG {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sxnIc7CeTG .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sxnIc7CeTG .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sxnIc7CeTG .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-sxnIc7CeTG P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-sxnIc7CeTG img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-sxnIc7CeTG .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-sxnIc7CeTG .top,
  .cid-sxnIc7CeTG .top-2 {
    margin-top: 0;
  }
}
.cid-sxnIbJA4T1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sxnIbJA4T1 .row {
  margin-top: -200px;
}
.cid-sxnIbJA4T1 .container {
  max-width: 1100px;
}
.cid-sxnIbJA4T1 .container-fluid {
  padding: 0;
}
@media (max-width: 960px) {
  .cid-sxnIbJA4T1 .container-fluid {
    padding: 0 15px;
  }
  .cid-sxnIbJA4T1 .row {
    margin-top: 0px;
  }
}
.cid-sxnIbJA4T1 .mbr-section-title {
  text-align: left;
  color: #10634e;
  padding: 10px 30px;
}
.cid-sxnIflCcop {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://mobirise.com/extensions/floram4/assets/images/florist2.jpg");
}
.cid-sxnIflCcop .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sxnIflCcop .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sxnIflCcop .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sxnIflCcop .container {
  min-height: 200px;
}
.cid-sxnIfTKTP7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sxnIfTKTP7 .video-wrapper iframe {
  width: 100%;
}
.cid-sxnIfTKTP7 .mbr-section-title {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 80px;
  color: #0c5b47;
}
.cid-sxnIfTKTP7 .container {
  max-width: 1100px;
}
.cid-sxnIinqXta {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("https://mobirise.com/extensions/floram4/assets/images/background1.jpg");
}
.cid-sxnIinqXta .mbr-section-title {
  color: #0c5b47;
  text-align: center;
}
.cid-sxnIinqXta .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-sxnIinqXta .row {
  align-items: center;
  height: 100%;
}
.cid-sxnIinqXta .container {
  max-width: 720px;
  margin: auto;
}
.cid-sxnIjmYVrg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sxnIjmYVrg img {
  border-radius: 0px;
  width: 100%;
}
.cid-sxnIjmYVrg .mbr-section-title {
  color: #000000;
  text-align: center;
  padding-top: 8px;
}
.cid-sxnIjmYVrg .col-12 {
  padding: 0;
}
.cid-sxnIjmYVrg .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sxnIjmYVrg .text {
  position: absolute;
  width: 100%;
  padding: 0 10%;
}
.cid-sxnIjmYVrg .container-fluid {
  padding: 0;
}
.cid-sxnIjmYVrg .btn {
  white-space: nowrap;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 22px;
}
.cid-sxnIjmYVrg .mbr-iconfont {
  display: block;
  font-size: 3.5rem;
  color: #1b745e;
  height: 100%;
  padding-bottom: 15px;
}
.cid-sxnIjmYVrg .row {
  margin: 0;
}
.cid-sxnIjmYVrg .l2 {
  color: #0c5b47;
}
.cid-sxnIjmYVrg .l1 {
  color: #0c5b47;
}
.cid-sxnIjmYVrg a {
  font-style: italic;
}
.cid-sxnImcXpfR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sxnImcXpfR img {
  border-radius: 0px;
  width: 100%;
}
.cid-sxnImcXpfR .mbr-section-title {
  color: #000000;
  text-align: center;
  padding-top: 8px;
}
.cid-sxnImcXpfR .col-12 {
  padding: 0;
}
.cid-sxnImcXpfR .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sxnImcXpfR .text {
  position: absolute;
  width: 100%;
  padding: 0 10%;
}
.cid-sxnImcXpfR .container-fluid {
  padding: 0;
}
.cid-sxnImcXpfR .btn {
  white-space: nowrap;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 22px;
}
.cid-sxnImcXpfR .mbr-iconfont {
  display: block;
  font-size: 3.5rem;
  color: #1b745e;
  height: 100%;
  padding-bottom: 7px;
}
.cid-sxnImcXpfR .row {
  margin: 0;
}
.cid-sxnImcXpfR .l2 {
  color: #0c5b47;
}
.cid-sxnImcXpfR .l1 {
  color: #0c5b47;
}
.cid-sxnImIvKCO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://mobirise.com/extensions/floram4/assets/images/background1.jpg");
}
.cid-sxnImIvKCO .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sxnImIvKCO .container {
  max-width: 1100px;
}
.cid-sxnImIvKCO .text {
  position: absolute;
  width: 100%;
  padding: 0 10%;
}
.cid-sxnImIvKCO .btn {
  white-space: nowrap;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 22px;
}
.cid-sxnImIvKCO .mbr-iconfont {
  display: block;
  font-size: 3.5rem;
  color: #1b745e;
  height: 100%;
  padding-bottom: 7px;
}
.cid-sxnImIvKCO .l2 {
  color: #0c5b47;
}
.cid-sxnImIvKCO .l1 {
  color: #0c5b47;
}
.cid-sxnImIvKCO .padd {
  color: #0c5b47;
  text-align: center;
  padding-bottom: 60px;
}
.cid-sxnImIvKCO .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-sxnImIvKCO .features-image {
  padding-top: 32px;
}
.cid-sxnImIvKCO .features-image:first-child {
  padding-top: 0px;
}
.cid-sxnImIvKCO .features-image:nth-child(2) {
  padding-top: 0px;
}
.cid-sxnImIvKCO .features-image:nth-child(3) {
  padding-top: 0px;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-sxnImIvKCO .features-image {
    padding-top: 32px;
  }
  .cid-sxnImIvKCO .features-image:first-child {
    padding-top: 0px;
  }
  .cid-sxnImIvKCO .features-image:nth-child(2) {
    padding-top: 0px;
  }
  .cid-sxnImIvKCO .features-image:nth-child(3) {
    padding-top: 32px;
  }
}
@media (max-width: 574px) {
  .cid-sxnImIvKCO .features-image {
    padding-top: 32px;
  }
  .cid-sxnImIvKCO .features-image:first-child {
    padding-top: 0px;
  }
  .cid-sxnImIvKCO .features-image:nth-child(2) {
    padding-top: 32px;
  }
  .cid-sxnImIvKCO .features-image:nth-child(3) {
    padding-top: 32px;
  }
}
.cid-sxnInHnVNK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sxnInHnVNK img {
  border-radius: 0px;
  width: 100%;
}
.cid-sxnInHnVNK .mbr-section-title {
  color: #000000;
  text-align: center;
  padding-top: 8px;
}
.cid-sxnInHnVNK .col-12 {
  padding: 0;
}
.cid-sxnInHnVNK .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sxnInHnVNK .text {
  position: absolute;
  width: 100%;
  padding: 0 10%;
}
.cid-sxnInHnVNK .container-fluid {
  padding: 0;
}
.cid-sxnInHnVNK .btn {
  white-space: nowrap;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 22px;
}
.cid-sxnInHnVNK .mbr-iconfont {
  display: block;
  font-size: 3.5rem;
  color: #1b745e;
  height: 100%;
  padding-bottom: 15px;
}
.cid-sxnInHnVNK .row {
  margin: 0;
}
.cid-sxnInHnVNK .l2 {
  color: #0c5b47;
}
.cid-sxnInHnVNK .l1 {
  color: #0c5b47;
}
.cid-sxnInHnVNK a {
  font-style: italic;
}
.cid-sxnIoyfYNY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://mobirise.com/extensions/floram4/assets/images/background1.jpg");
}
.cid-sxnIoyfYNY .item-wrapper {
  position: relative;
}
.cid-sxnIoyfYNY .features-image {
  padding-top: 32px;
}
.cid-sxnIoyfYNY .features-image:first-child {
  padding-top: 0px;
}
.cid-sxnIoyfYNY .features-image:nth-child(2) {
  padding-top: 0px;
}
.cid-sxnIoyfYNY .features-image:nth-child(3) {
  padding-top: 0px;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-sxnIoyfYNY .features-image {
    padding-top: 32px;
  }
  .cid-sxnIoyfYNY .features-image:first-child {
    padding-top: 0px;
  }
  .cid-sxnIoyfYNY .features-image:nth-child(2) {
    padding-top: 0px;
  }
  .cid-sxnIoyfYNY .features-image:nth-child(3) {
    padding-top: 32px;
  }
}
@media (max-width: 574px) {
  .cid-sxnIoyfYNY .features-image {
    padding-top: 32px;
  }
  .cid-sxnIoyfYNY .features-image:first-child {
    padding-top: 0px;
  }
  .cid-sxnIoyfYNY .features-image:nth-child(2) {
    padding-top: 32px;
  }
  .cid-sxnIoyfYNY .features-image:nth-child(3) {
    padding-top: 32px;
  }
}
.cid-sxnIoyfYNY .container {
  max-width: 1100px;
}
.cid-sxnIoyfYNY .card {
  padding: 20px 10px;
  margin: auto;
  background: #f2f2f2;
  width: 80%;
  border-radius: 0;
}
.cid-sxnIoyfYNY .desc2 {
  font-style: italic;
  color: #1b745e;
}
.cid-sxnIoyfYNY .center {
  position: absolute;
  bottom: 30px;
  width: 100%;
}
.cid-sxnIoyfYNY .desc1,
.cid-sxnIoyfYNY .iconfont-wrapper {
  color: #0c5b47;
}
.cid-sxnIoVqc9Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sxnIoVqc9Y img {
  border-radius: 0px;
  width: 100%;
}
.cid-sxnIoVqc9Y .col-12 {
  padding: 0;
}
.cid-sxnIoVqc9Y .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sxnIoVqc9Y .container-fluid {
  padding: 0;
}
.cid-sxnIoVqc9Y .row {
  margin: 0;
}
.cid-sxnIoVqc9Y .l2 {
  color: #0c5b47;
}
.cid-sxnIoVqc9Y .l1 {
  color: #0c5b47;
}
.cid-sxnIpDfQ3k {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
  box-sizing: border-box;
}
.cid-sxnIpDfQ3k .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sxnIpDfQ3k .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sxnIpDfQ3k .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sxnIpDfQ3k .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sxnIpDfQ3k .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sxnIpDfQ3k .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
  text-align: center;
}
.cid-sxnIpDfQ3k .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sxnIpDfQ3k ul {
  font-size: 0;
}
.cid-sxnIpDfQ3k .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #0c5b47;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s;
}
.cid-sxnIpDfQ3k .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-bottom: 2px #0c5b47 solid;
  border-radius: 0 !important;
}
.cid-sxnIpDfQ3k .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sxnIpDfQ3k .btn-primary-outline:hover,
.cid-sxnIpDfQ3k .btn-primary-outline:focus,
.cid-sxnIpDfQ3k .btn-primary-outline.focus,
.cid-sxnIpDfQ3k .btn-primary-outline.active {
  background-color: transparent !important;
  color: #0c5b47 !important;
}
.cid-sxnIq3oXxj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("https://mobirise.com/extensions/floram4/assets/images/background2.jpg");
}
.cid-sxnIq3oXxj .mbr-text {
  margin: 0;
}
.cid-sxnIq3oXxj .card {
  padding: 32px 35px 40px;
  border-radius: 0;
  background-color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-sxnIq3oXxj .row-element,
.cid-sxnIq3oXxj .image-element {
  padding: 0;
}
.cid-sxnIq3oXxj .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sxnIq3oXxj .image-element .img-wrap {
  width: 100% !important;
}
.cid-sxnIq3oXxj .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sxnIq3oXxj .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sxnIq3oXxj .carousel-item.active,
.cid-sxnIq3oXxj .carousel-item-next,
.cid-sxnIq3oXxj .carousel-item-prev {
  display: flex;
}
.cid-sxnIq3oXxj .carousel-indicators {
  margin: 20px auto 0;
  align-items: center;
  bottom: -70px;
  margin-bottom: 1.5rem !important;
}
.cid-sxnIq3oXxj .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #0c5b47;
}
.cid-sxnIq3oXxj .carousel-indicators li {
  height: 9px;
  width: 9px;
  margin: 6px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #698e5e;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-sxnIq3oXxj .carousel-indicators li:hover {
  opacity: 1;
}
.cid-sxnIq3oXxj .text-center {
  padding-bottom: 50px;
}
@media (max-width: 600px) {
  .cid-sxnIq3oXxj .col-12 {
    padding-top: 25px;
  }
  .cid-sxnIq3oXxj .col-12:first-child {
    padding-top: 0px;
  }
}
.cid-sxnIq3oXxj .desc1 {
  padding-bottom: 4px;
  width: 100%;
  text-align: left;
  color: #1b745e;
}
.cid-sxnIq3oXxj .desc2 {
  padding-bottom: 10px;
  width: 100%;
  text-align: left;
  color: #0c5b47;
}
.cid-sxnIq3oXxj .desc3 {
  width: 100%;
  text-align: left;
  color: #1b745e;
}
.cid-sxnIq3oXxj .mbr-section-title {
  color: #0c5b47;
  text-align: center;
  padding-bottom: 50px;
}
.cid-sxnIq3oXxj .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-sxnIq3oXxj a {
  font-style: italic;
}
.cid-sxnIqW2Z5R {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sxnIqW2Z5R .carousel {
  height: 800px;
}
.cid-sxnIqW2Z5R .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sxnIqW2Z5R .carousel-item,
.cid-sxnIqW2Z5R .carousel-inner {
  height: 100%;
}
.cid-sxnIqW2Z5R .mbr-overlay {
  z-index: 1;
}
.cid-sxnIqW2Z5R .carousel,
.cid-sxnIqW2Z5R .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sxnIqW2Z5R .item-wrapper {
  width: 100%;
}
.cid-sxnIqW2Z5R .carousel-caption {
  bottom: 40%;
  position: absolute;
}
.cid-sxnIqW2Z5R .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border-radius: 50%;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
}
.cid-sxnIqW2Z5R .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sxnIqW2Z5R .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sxnIqW2Z5R .mbr-section-title {
  padding-bottom: 30px;
  color: #0c5b47;
}
.cid-sxnIqW2Z5R .mbr-section-subtitle {
  padding-bottom: 15px;
  font-style: italic;
  color: #1b745e;
}
.cid-sxnIqW2Z5R .carousel-control:hover {
  animation: animate-left-rev-line 1.2s forwards;
}
.cid-sxnIqW2Z5R .mbr-fullscreen {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  padding: 0;
  padding-bottom: 100px;
}
.cid-sxnIqW2Z5R .line {
  background-color: #0c5b47;
  width: 80px;
  height: 1px;
}
.cid-sxnIqW2Z5R span {
  color: #0c5b47;
  font-style: italic;
  padding-top: 4px;
  font-family: Crimson Text;
}
.cid-sxnIqW2Z5R .carousel-control-prev {
  align-items: flex-start;
}
.cid-sxnIqW2Z5R .carousel-control-next {
  align-items: flex-end;
}
.cid-sxnIqW2Z5R .carousel-control-prev:hover .line-left {
  animation: carousel-control-prev 1.2s forwards;
}
.cid-sxnIqW2Z5R .carousel-control-next:hover .line-right {
  animation: carousel-control-next 1.2s forwards;
}
@keyframes carousel-control-prev {
  0% {
    transform: scaleX(1);
    transform-origin: left;
  }
  30% {
    transform: scaleX(0);
    transform-origin: left;
  }
  35% {
    transform: scaleX(0);
    transform-origin: right;
  }
  100% {
    transform: scaleX(1);
    transform-origin: right;
  }
}
@keyframes carousel-control-next {
  0% {
    transform: scaleX(1);
    transform-origin: right;
  }
  30% {
    transform: scaleX(0);
    transform-origin: right;
  }
  35% {
    transform: scaleX(0);
    transform-origin: left;
  }
  100% {
    transform: scaleX(1);
    transform-origin: left;
  }
}
.cid-sxnIxe7F5S {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("https://mobirise.com/extensions/floram4/assets/images/background1.jpg");
}
.cid-sxnIxe7F5S .mbr-section-title {
  color: #0c5b47;
  text-align: center;
}
.cid-sxnIxe7F5S .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-sxnIxe7F5S .row {
  align-items: center;
  height: 100%;
}
.cid-sxnIxe7F5S .container {
  max-width: 720px;
  margin: auto;
}
.cid-sxnIyzmLzn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sxnIyzmLzn img {
  width: 120px;
  padding: 5px;
  margin: auto;
}
.cid-sxnIyzmLzn .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-sxnIyzmLzn .card {
    max-width: 12.5%;
  }
}
.cid-sxnIyzmLzn .mbr-section-title {
  color: #0c5b47;
  text-align: center;
  padding-bottom: 33px;
}
.cid-sxnIyzmLzn .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-sxnIyzmLzn .row {
  justify-content: space-between;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-sxnIyzmLzn .row {
    justify-content: center;
  }
}
.cid-sxnIzlK7BJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-sxnIzlK7BJ .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sxnIzlK7BJ .team-card:hover {
  transform: translateY(-10px);
}
.cid-sxnIzlK7BJ .card-wrap {
  position: relative;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sxnIzlK7BJ .card-wrap {
    margin-bottom: 3rem;
  }
}
.cid-sxnIzlK7BJ .card-wrap .image-wrap img {
  width: 100%;
}
.cid-sxnIzlK7BJ .social-row {
  text-align: center;
  position: absolute;
  top: 1%;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.cid-sxnIzlK7BJ .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-right: 0.6rem;
  margin-bottom: 1.5rem;
  padding: 0.5rem;
  transition: all 0.3s;
}
.cid-sxnIzlK7BJ .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #10634e;
  font-size: 1.5rem;
  background-color: white;
  padding: 6px;
  border-radius: 50%;
}
.cid-sxnIzlK7BJ .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sxnIzlK7BJ .col-lg-3,
.cid-sxnIzlK7BJ .col-lg-4,
.cid-sxnIzlK7BJ .col-lg-6 {
  padding: 0;
}
.cid-sxnIzlK7BJ .image-wrap {
  padding-bottom: 22px;
}
.cid-sxnIzlK7BJ .card-title,
.cid-sxnIzlK7BJ .social-row {
  color: #0c5b47;
}
.cid-sxnIzlK7BJ .mbr-role,
.cid-sxnIzlK7BJ .social-row {
  color: #338873;
}
.cid-sxnIzlK7BJ .mbr-role {
  font-style: italic;
}
.cid-sxnIzlK7BJ .soc-item {
  width: auto;
  height: 20px;
  border: none;
  margin: 0;
  padding: 0;
}
.cid-sxnIzlK7BJ .card-wrap:hover .social-row {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 990px) {
  .cid-sxnIzlK7BJ .social-row {
    display: block;
    position: initial;
    opacity: 1;
  }
}
.cid-sxnIzlK7BJ .content-wrap {
  padding: 0 10px 0px;
}
@media (max-width: 991px) {
  .cid-sxnIzlK7BJ .top {
    margin-bottom: 0px;
  }
}
.cid-sxnIAAIulM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("https://mobirise.com/extensions/floram4/assets/images/background1.jpg");
}
.cid-sxnIAAIulM .mbr-section-title {
  color: #0c5b47;
  text-align: center;
}
.cid-sxnIAAIulM .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-sxnIAAIulM .row {
  align-items: center;
  height: 100%;
}
.cid-sxnIAAIulM .container {
  max-width: 720px;
  margin: auto;
}
.cid-sxnIBHP0K3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sxnIBHP0K3 img {
  border-radius: 0px;
}
.cid-sxnIBHP0K3 .mbr-section-title {
  color: #000000;
  padding-top: 0.4rem;
}
.cid-sxnIBHP0K3 .heading {
  padding-bottom: 40px;
}
@media (max-width: 770px) {
  .cid-sxnIBHP0K3 .item-wrapper {
    margin-top: 60px;
  }
}
.cid-sxnIBHP0K3 .item-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sxnIBHP0K3 .text {
  width: 80%;
  padding: 50px 30px;
}
.cid-sxnIBHP0K3 .l2 {
  padding-bottom: 25px;
  padding-top: 0;
}
.cid-sxnIBHP0K3 .li {
  padding-bottom: 25px;
  color: #0c5b47;
}
.cid-sxnIBHP0K3 .l1,
.cid-sxnIBHP0K3 .mbr-section-title {
  text-align: left;
  color: #0c5b47;
}
.cid-sxnIBHP0K3 a {
  font-style: italic;
}
.cid-sxnIBHP0K3 .no {
  padding-bottom: 0;
  margin-top: 0;
}
.cid-sxnIBHP0K3 .color3 {
  background-color: #fef1e6;
}
.cid-sxnIBHP0K3 .color1 {
  background-color: #d8e3d5;
}
.cid-sxnIBHP0K3 .color2 {
  background-color: #fffbf6;
}
.cid-sxnICe0m9t .google-map {
  filter: grayscale(0.9);
  height: 34rem;
  position: relative;
}
.cid-sxnICe0m9t .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sxnICe0m9t .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sxnICe0m9t .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sxnICe0m9t .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sxnMYeYm3V {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("https://mobirise.com/extensions/floram4/assets/images/background1.jpg");
}
.cid-sxnMYeYm3V .mbr-section-title {
  color: #0c5b47;
  text-align: center;
}
.cid-sxnMYeYm3V .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-sxnMYeYm3V .row {
  align-items: center;
  height: 100%;
}
.cid-sxnMYeYm3V .container {
  max-width: 720px;
  margin: auto;
}
.cid-sxnMZEH53H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sxnMZEH53H .card-wrapper {
  background: #fef1e6;
  padding: 10% 25%;
  margin: auto;
}
.cid-sxnMZEH53H .sign {
  width: 200px;
  padding-top: 16px;
  display: inline;
}
.cid-sxnMZEH53H .row {
  justify-content: center;
  align-items: center;
}
.cid-sxnMZEH53H .mbr-section-title {
  padding: 0;
  padding-bottom: 12px;
  margin: 0;
  color: #0c5b47;
}
.cid-sxnMZEH53H .mbr-text,
.cid-sxnMZEH53H .right-side {
  color: #1b745e;
}
.cid-sxnMZEH53H .container {
  max-width: 1100px;
}
.cid-sxnMZEH53H .padd {
  padding-right: 50px;
}
@media (max-width: 1024px) {
  .cid-sxnMZEH53H .card-wrapper {
    padding: 10% 10%;
  }
}
.cid-sxnMZEH53H .picture {
  border-radius: 50%;
}
.cid-sxnMZEH53H .pic {
  padding-bottom: 32px;
}
.cid-sxnMZEH53H .desc {
  padding-bottom: 20px;
}
.cid-sxnMZEH53H .btn {
  margin-top: 25px;
}
.cid-sxnMZEH53H .row {
  flex-direction: row-reverse;
}
.cid-sxnMZEH53H .padd {
  padding-right: 0px;
  padding-left: 50px;
}
@media (max-width: 960px) {
  .cid-sxnMZEH53H .card-wrapper {
    max-width: 420px;
  }
  .cid-sxnMZEH53H .left-side {
    padding-top: 50px;
  }
  .cid-sxnMZEH53H .padd {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.cid-sxnN0f3uBd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sxnN0f3uBd input {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}
.cid-sxnN0f3uBd .mbr-text {
  padding: 10px 30% 0;
}
.cid-sxnN0f3uBd .btn {
  white-space: nowrap;
  padding-left: 30px;
  padding-right: 30px;
}
.cid-sxnN0f3uBd .form-group {
  display: inline-block;
  margin-right: 10px;
}
.cid-sxnN0f3uBd .top {
  width: 100%;
  margin-top: 30px;
  padding: 0 25%;
}
.cid-sxnN0f3uBd .mbr-iconfont {
  display: block;
  font-size: 3.5rem;
  color: #1b745e;
  height: 100%;
  padding-bottom: 10px;
}
.cid-sxnN0f3uBd .row {
  align-items: center;
}
.cid-sxnN0f3uBd .card-box {
  display: inline-flex;
  text-align: left;
  margin: 0;
}
.cid-sxnN0f3uBd .iconfont-wrapper {
  width: 100%;
}
.cid-sxnN0f3uBd h4 {
  width: 100%;
}
.cid-sxnN0f3uBd .card-heading,
.cid-sxnN0f3uBd .iconfont-wrapper {
  color: #0c5b47;
  text-align: center;
}
.cid-sxnN0f3uBd .p,
.cid-sxnN0f3uBd .mbr-form {
  text-align: center;
  color: #1b745e;
}
@media (max-width: 990px) {
  .cid-sxnN0f3uBd .top {
    padding: 0 15px;
  }
  .cid-sxnN0f3uBd .col-auto {
    margin: auto;
  }
  .cid-sxnN0f3uBd .mbr-text {
    padding: 15px 15px 0;
  }
  .cid-sxnN0f3uBd .card-heading {
    padding: 0 15px;
  }
}
.cid-sxnN1sVQV9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("https://mobirise.com/extensions/floram4/assets/images/background1.jpg");
}
.cid-sxnN1sVQV9 .mbr-section-title {
  color: #0c5b47;
  text-align: center;
}
.cid-sxnN1sVQV9 .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-sxnN1sVQV9 .row {
  align-items: center;
  height: 100%;
}
.cid-sxnN1sVQV9 .container {
  max-width: 720px;
  margin: auto;
}
.cid-sxnNbCpIF2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sxnNbCpIF2 H4 {
  text-align: center;
}
.cid-sxnNbCpIF2 H3 {
  text-align: center;
}
.cid-sxnNbCpIF2 .desc2 {
  color: #1b745e;
  padding-top: 5px;
}
.cid-sxnNbCpIF2 .card {
  padding: 10px 22px;
  margin: auto;
  background: none;
  width: 80%;
  border-radius: 0;
}
.cid-sxnNbCpIF2 .desc1 {
  color: #1b745e;
}
.cid-sxnNbCpIF2 .features-image {
  padding-top: 32px;
}
.cid-sxnNbCpIF2 .features-image:first-child {
  padding-top: 0px;
}
.cid-sxnNbCpIF2 .features-image:nth-child(2) {
  padding-top: 0px;
}
.cid-sxnNbCpIF2 .features-image:nth-child(3) {
  padding-top: 0px;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-sxnNbCpIF2 .features-image {
    padding-top: 32px;
  }
  .cid-sxnNbCpIF2 .features-image:first-child {
    padding-top: 0px;
  }
  .cid-sxnNbCpIF2 .features-image:nth-child(2) {
    padding-top: 0px;
  }
  .cid-sxnNbCpIF2 .features-image:nth-child(3) {
    padding-top: 32px;
  }
}
@media (max-width: 574px) {
  .cid-sxnNbCpIF2 .features-image {
    padding-top: 32px;
  }
  .cid-sxnNbCpIF2 .features-image:first-child {
    padding-top: 0px;
  }
  .cid-sxnNbCpIF2 .features-image:nth-child(2) {
    padding-top: 32px;
  }
  .cid-sxnNbCpIF2 .features-image:nth-child(3) {
    padding-top: 32px;
  }
}
.cid-sxnNcD9dM3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sxnNcD9dM3 H4 {
  text-align: center;
}
.cid-sxnNcD9dM3 H3 {
  text-align: center;
}
.cid-sxnNcD9dM3 .desc2 {
  color: #1b745e;
  padding-top: 5px;
}
.cid-sxnNcD9dM3 .card {
  padding: 20px 22px 0;
  margin: auto;
  background: none;
  width: 80%;
  border-radius: 0;
}
.cid-sxnNcD9dM3 .desc1 {
  color: #1b745e;
}
.cid-sxnNcD9dM3 .features-image {
  padding-top: 32px;
}
.cid-sxnNcD9dM3 .features-image:first-child {
  padding-top: 0px;
}
.cid-sxnNcD9dM3 .features-image:nth-child(2) {
  padding-top: 0px;
}
.cid-sxnNcD9dM3 .features-image:nth-child(3) {
  padding-top: 0px;
}
.cid-sxnNcD9dM3 .features-image:nth-child(4) {
  padding-top: 0px;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-sxnNcD9dM3 .features-image {
    padding-top: 32px;
  }
  .cid-sxnNcD9dM3 .features-image:first-child {
    padding-top: 0px;
  }
  .cid-sxnNcD9dM3 .features-image:nth-child(2) {
    padding-top: 0px;
  }
  .cid-sxnNcD9dM3 .features-image:nth-child(3) {
    padding-top: 32px;
  }
  .cid-sxnNcD9dM3 .features-image:nth-child(4) {
    padding-top: 32px;
  }
}
@media (max-width: 574px) {
  .cid-sxnNcD9dM3 .features-image {
    padding-top: 32px;
  }
  .cid-sxnNcD9dM3 .features-image:first-child {
    padding-top: 0px;
  }
  .cid-sxnNcD9dM3 .features-image:nth-child(2) {
    padding-top: 32px;
  }
  .cid-sxnNcD9dM3 .features-image:nth-child(3) {
    padding-top: 32px;
  }
  .cid-sxnNcD9dM3 .features-image:nth-child(4) {
    padding-top: 32px;
  }
}
.cid-sxnNdfAuHF {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sxnNdfAuHF .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sxnNdfAuHF .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sxnNdfAuHF .row .img-item img {
  width: auto;
  object-fit: cover;
  min-height: 1px;
}
.cid-sxnNdfAuHF P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-sxnNdfAuHF .desc2 {
  color: #1b745e;
  padding-top: 5px;
  margin: 0;
}
.cid-sxnNdfAuHF .card {
  padding-top: 20px;
  background: none;
  border-radius: 0;
}
.cid-sxnNdfAuHF .item-img {
  padding-top: 31px;
}
.cid-sxnNdfAuHF .desc1 {
  color: #1b745e;
  margin: 0;
}
.cid-sxnNdfAuHF .first {
  position: relative;
}
.cid-sxnNdfAuHF .second {
  position: absolute;
  top: 15%;
  left: 50%;
}
.cid-sxnNdfAuHF img {
  width: auto;
}
.cid-sxnNdfAuHF .first,
.cid-sxnNdfAuHF .second,
.cid-sxnNdfAuHF .third {
  display: inline-block;
}
.cid-sxnNdfAuHF .cont {
  display: inline-block;
}
@media (max-width: 990px) {
  .cid-sxnNdfAuHF .third {
    margin-top: 45px;
  }
  .cid-sxnNdfAuHF .second {
    display: none;
  }
  .cid-sxnNdfAuHF .cont {
    width: 100%;
  }
  .cid-sxnNdfAuHF img {
    width: 100%;
  }
}
.cid-sxnNdRxR5R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-sxnNdRxR5R .plan {
  word-break: break-word;
  background-color: #ffffff;
  padding: 70px 45px;
  background: #ffffff;
  border: 1px solid #338873;
}
.cid-sxnNdRxR5R .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
@media (max-width: 991px) {
  .cid-sxnNdRxR5R .plan {
    margin-bottom: 2rem;
  }
}
.cid-sxnNdRxR5R .price-term {
  color: #626262;
  padding-bottom: 1.8rem;
  margin: 0;
}
.cid-sxnNdRxR5R .mbr-section-title {
  color: #0c5b47;
  padding-bottom: 39px;
  text-align: center;
}
.cid-sxnNdRxR5R .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-sxnNdRxR5R .first-title {
  color: #1b745e;
}
.cid-sxnNdRxR5R .first-subtitle {
  color: #1b745e;
  padding-bottom: 39px;
}
.cid-sxnNdRxR5R .first-price {
  color: #0c5b47;
}
.cid-sxnNdRxR5R .big {
  font-size: 40px;
}
.cid-sxnILfWMPe {
  background-color: #fffbf6;
}
.cid-sxnILfWMPe .container {
  display: flex;
  padding: 0;
  margin: auto;
  max-width: 1100px;
}
.cid-sxnILfWMPe .mbr-section-subtitle {
  width: auto;
  padding: 15px 10px 10px 25px;
  color: #0c5b47;
}
.cid-sxnILfWMPe .row {
  width: 100%;
  margin: auto;
}
.cid-sxnILfWMPe .iconfont-wrapper {
  color: #0c5b47 !important;
  font-size: 1.2rem;
  padding-right: 0.5rem;
}
.cid-sxnILfWMPe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 25px;
  text-align: center;
}
@media (max-width: 700px) {
  .cid-sxnILfWMPe .icons-menu {
    padding-left: 0rem;
  }
}
