.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: #43ac92 !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: #43ac92 !important;
  border-color: #43ac92 !important;
  color: #10634e !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #10634e !important;
  background-color: #39927c !important;
  border-color: #39927c !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #10634e !important;
  background-color: #39927c !important;
  border-color: #39927c !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: #43ac92;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #43ac92 !important;
  border-color: #43ac92;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #43ac92 !important;
  border-color: #43ac92 !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: #43ac92 !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: #266354 !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-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.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;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
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: #98d7c7;
}
.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 */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.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-sxbaalA7lJ {
  z-index: 1000;
  width: 100%;
}
.cid-sxbaalA7lJ nav.navbar {
  position: fixed;
}
.cid-sxbaalA7lJ .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-sxbaalA7lJ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sxbaalA7lJ .dropdown-item:hover,
.cid-sxbaalA7lJ .dropdown-item:focus {
  color: #d8e3d5 !important;
}
.cid-sxbaalA7lJ .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-sxbaalA7lJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sxbaalA7lJ .nav-link {
  position: relative;
  padding: 0;
}
.cid-sxbaalA7lJ .container {
  display: flex;
  margin: auto;
}
.cid-sxbaalA7lJ .iconfont-wrapper {
  color: #0c5b47 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sxbaalA7lJ .dropdown-menu,
.cid-sxbaalA7lJ .navbar.opened {
  background: #d8e3d5 !important;
}
.cid-sxbaalA7lJ .nav-item:focus,
.cid-sxbaalA7lJ .nav-link:focus {
  outline: none;
}
.cid-sxbaalA7lJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sxbaalA7lJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxbaalA7lJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sxbaalA7lJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sxbaalA7lJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sxbaalA7lJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sxbaalA7lJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(216, 227, 213, 0);
}
.cid-sxbaalA7lJ .navbar.opened {
  transition: all 0.3s;
}
.cid-sxbaalA7lJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sxbaalA7lJ .navbar .navbar-logo img {
  width: auto;
}
.cid-sxbaalA7lJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sxbaalA7lJ .navbar.collapsed {
  justify-content: center;
}
.cid-sxbaalA7lJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sxbaalA7lJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sxbaalA7lJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sxbaalA7lJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sxbaalA7lJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sxbaalA7lJ .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-sxbaalA7lJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sxbaalA7lJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sxbaalA7lJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sxbaalA7lJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sxbaalA7lJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sxbaalA7lJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sxbaalA7lJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sxbaalA7lJ .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-sxbaalA7lJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sxbaalA7lJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sxbaalA7lJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sxbaalA7lJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sxbaalA7lJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sxbaalA7lJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sxbaalA7lJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-sxbaalA7lJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sxbaalA7lJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sxbaalA7lJ .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-sxbaalA7lJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sxbaalA7lJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sxbaalA7lJ .dropdown-item.active,
.cid-sxbaalA7lJ .dropdown-item:active {
  background-color: transparent;
}
.cid-sxbaalA7lJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sxbaalA7lJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sxbaalA7lJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sxbaalA7lJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d8e3d5;
}
.cid-sxbaalA7lJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sxbaalA7lJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxbaalA7lJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sxbaalA7lJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sxbaalA7lJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sxbaalA7lJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c5b47;
}
.cid-sxbaalA7lJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sxbaalA7lJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxbaalA7lJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxbaalA7lJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sxbaalA7lJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxbaalA7lJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sxbaalA7lJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sxbaalA7lJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxbaalA7lJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sxbaalA7lJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sxbaalA7lJ .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-sxbaalA7lJ .navbar {
    height: 70px;
  }
  .cid-sxbaalA7lJ .navbar.opened {
    height: auto;
  }
  .cid-sxbaalA7lJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxbaalA7lJ .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-sxbaalA7lJ .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-sxbaalA7lJ a {
  display: inline;
  font-weight: bold;
}
.cid-sxbaalA7lJ img {
  display: inline;
  padding-right: 10px;
}
.cid-sxbaalA7lJ .dropdown-toggle:after {
  display: none;
}
.cid-sxbaalA7lJ .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sxbaalA7lJ .dropdown-item:hover {
  color: #ffe161 !important;
}
@media (max-width: 990px) {
  .cid-sxbaalA7lJ .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-uAzM4gPEhR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAzM4gPEhR .carousel {
  height: 800px;
}
.cid-uAzM4gPEhR .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uAzM4gPEhR .carousel-item,
.cid-uAzM4gPEhR .carousel-inner {
  height: 100%;
}
.cid-uAzM4gPEhR .mbr-overlay {
  z-index: 1;
}
.cid-uAzM4gPEhR .carousel,
.cid-uAzM4gPEhR .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uAzM4gPEhR .item-wrapper {
  width: 100%;
}
.cid-uAzM4gPEhR .carousel-caption {
  bottom: 40%;
  position: absolute;
}
.cid-uAzM4gPEhR .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-uAzM4gPEhR .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uAzM4gPEhR .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uAzM4gPEhR .mbr-section-title {
  padding-bottom: 30px;
  color: #43ac92;
}
.cid-uAzM4gPEhR .mbr-section-subtitle {
  padding-bottom: 15px;
  font-style: italic;
  color: #1b745e;
}
.cid-uAzM4gPEhR .carousel-control:hover {
  animation: animate-left-rev-line 1.2s forwards;
}
.cid-uAzM4gPEhR .mbr-fullscreen {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  padding: 0;
  padding-bottom: 100px;
}
.cid-uAzM4gPEhR .line {
  background-color: #43ac92;
  width: 80px;
  height: 1px;
}
.cid-uAzM4gPEhR span {
  color: #43ac92;
  font-style: italic;
  padding-top: 4px;
  font-family: Crimson Text;
}
.cid-uAzM4gPEhR .carousel-control-prev {
  align-items: flex-start;
}
.cid-uAzM4gPEhR .carousel-control-next {
  align-items: flex-end;
}
.cid-uAzM4gPEhR .carousel-control-prev:hover .line-left {
  animation: carousel-control-prev 1.2s forwards;
}
.cid-uAzM4gPEhR .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-uAzM4gPEhR .mbr-section-title,
.cid-uAzM4gPEhR .mbr-section-btn {
  color: #0c5b47;
}
.cid-uAzSP4KtWn {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background2.webp");
}
.cid-uAzSP4KtWn .mbr-section-title {
  color: #0c5b47;
  text-align: center;
}
.cid-uAzSP4KtWn .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-uAzSP4KtWn .row {
  align-items: center;
  height: 100%;
}
.cid-uAzSP4KtWn .container {
  max-width: 720px;
  margin: auto;
}
.cid-sxbaiYEHKz {
  padding-top: 75px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/gallery1.webp");
}
.cid-sxbaiYEHKz .row {
  align-items: center;
  justify-content: center;
}
.cid-sxbaiYEHKz .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sxbaiYEHKz .row .img-item img {
  width: auto;
  object-fit: cover;
  min-height: 1px;
}
.cid-sxbaiYEHKz .card {
  padding-top: 20px;
  background: none;
  border-radius: 0;
}
.cid-sxbaiYEHKz .item-img {
  padding-top: 31px;
}
.cid-sxbaiYEHKz .first {
  position: relative;
}
.cid-sxbaiYEHKz .second {
  position: absolute;
  top: 15%;
  right: 50%;
}
.cid-sxbaiYEHKz img {
  width: auto;
}
.cid-sxbaiYEHKz .first,
.cid-sxbaiYEHKz .second {
  display: inline-block;
}
.cid-sxbaiYEHKz .cont {
  display: inline-block;
}
.cid-sxbaiYEHKz .card-wrapper {
  padding: 10%;
  margin: auto;
}
.cid-sxbaiYEHKz .sign {
  width: 200px;
  padding-top: 10px;
  display: inline;
}
.cid-sxbaiYEHKz .row {
  flex-direction: row-reverse;
}
.cid-sxbaiYEHKz .art {
  padding-bottom: 12px;
  text-align: left;
  color: #0c5b47;
}
.cid-sxbaiYEHKz .text {
  padding-bottom: 20px;
}
.cid-sxbaiYEHKz .text,
.cid-sxbaiYEHKz .si {
  text-align: left;
  color: #0c5b47;
}
.cid-sxbaiYEHKz .desc {
  text-align: left;
  color: #1b745e;
}
@media (max-width: 990px) {
  .cid-sxbaiYEHKz .third {
    margin-top: 45px;
  }
  .cid-sxbaiYEHKz .second {
    display: none;
  }
  .cid-sxbaiYEHKz .card-wrapper {
    padding: 25px 0;
  }
}
@media (max-width: 690px) {
  .cid-sxbaiYEHKz img {
    width: 100%;
  }
}
.cid-sxbpJ2am2Z {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-sxbpJ2am2Z .mbr-text {
  margin: 0;
}
.cid-sxbpJ2am2Z .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-sxbpJ2am2Z .row-element,
.cid-sxbpJ2am2Z .image-element {
  padding: 0;
}
.cid-sxbpJ2am2Z .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sxbpJ2am2Z .image-element .img-wrap {
  width: 100% !important;
}
.cid-sxbpJ2am2Z .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sxbpJ2am2Z .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sxbpJ2am2Z .carousel-item.active,
.cid-sxbpJ2am2Z .carousel-item-next,
.cid-sxbpJ2am2Z .carousel-item-prev {
  display: flex;
}
.cid-sxbpJ2am2Z .carousel-indicators {
  margin: 20px auto 0;
  align-items: center;
  bottom: -70px;
  margin-bottom: 1.5rem !important;
}
.cid-sxbpJ2am2Z .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #43ac92;
}
.cid-sxbpJ2am2Z .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-sxbpJ2am2Z .carousel-indicators li:hover {
  opacity: 1;
}
.cid-sxbpJ2am2Z .text-center {
  padding-bottom: 50px;
}
@media (max-width: 600px) {
  .cid-sxbpJ2am2Z .col-12 {
    padding-top: 25px;
  }
  .cid-sxbpJ2am2Z .col-12:first-child {
    padding-top: 0px;
  }
}
.cid-sxbpJ2am2Z .desc1 {
  padding-bottom: 4px;
  width: 100%;
  text-align: left;
  color: #1b745e;
}
.cid-sxbpJ2am2Z .desc2 {
  padding-bottom: 10px;
  width: 100%;
  text-align: left;
  color: #0c5b47;
}
.cid-sxbpJ2am2Z .desc3 {
  width: 100%;
  text-align: left;
  color: #1b745e;
}
.cid-sxbpJ2am2Z .mbr-section-title {
  color: #0c5b47;
  text-align: center;
  padding-bottom: 50px;
}
.cid-sxbpJ2am2Z .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-sxbpJ2am2Z a {
  font-style: italic;
}
.cid-HBSjr2cWed {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #e0ecdc;
}
.cid-HBSjr2cWed .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-HBSjr2cWed .accordion {
  max-width: 990px;
  background: rgba(0, 0, 0, 0.1);
  height: 300px;
  margin: 20px auto;
  display: flex;
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.47);
  flex-direction: row;
  cursor: pointer;
  margin-bottom: 100px;
}
.cid-HBSjr2cWed .box {
  position: relative;
  height: 100%;
  flex: 1;
  background-position: left;
  background-size: cover;
  transition: .7s;
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.47);
}
.cid-HBSjr2cWed .box:hover {
  flex: 7;
  height: 400px;
  filter: grayscale(0%);
}
.cid-HBSjr2cWed .a1 {
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
  filter: grayscale(0%);
}
.cid-HBSjr2cWed .a2 {
  background-image: url("../../../assets/images/5121cb31-e6ce-43d4-ac90-67b4f683a574.webp");
  filter: grayscale(0%);
}
.cid-HBSjr2cWed .a3 {
  background-image: url("../../../assets/images/2966523f-ac41-4035-8c09-ca9d5f3bf5c9-cleanup.webp");
  filter: grayscale(0%);
}
.cid-HBSjr2cWed .a4 {
  background-image: url("../../../assets/images/24290995-f2eb-4e16-bb8b-0df40b5f0b1e-cleanup.webp");
  filter: grayscale(0%);
}
.cid-HBSjr2cWed .a5 {
  background-image: url("../../../assets/images/ed032aca-57f5-46ea-a533-692ca60cbe71.webp");
  filter: grayscale(0%);
}
.cid-HBSjr2cWed p {
  font-weight: normal;
  font-family: 'Exo 2', sans-serif;
}
.cid-HBSjr2cWed .text {
  position: absolute;
  bottom: 0;
  opacity: 0;
  padding: 10px;
}
.cid-HBSjr2cWed .box:hover .text {
  opacity: 1;
  background: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 800px) {
  .cid-HBSjr2cWed body {
    margin: 0;
  }
  .cid-HBSjr2cWed .accordion {
    flex-direction: column;
    height: 700px;
    box-shadow: none;
  }
  .cid-HBSjr2cWed .box {
    box-shadow: none;
  }
  .cid-HBSjr2cWed .box:hover {
    flex: 7;
  }
}
.cid-HBSjr2cWed H2 {
  color: #ffffff;
}
.cid-HBSjr2cWed P {
  color: #ffffff;
}
.cid-sxbea9PvWj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-sxbea9PvWj .item-wrapper {
  width: 100%;
}
.cid-sxbea9PvWj .left-side {
  text-align: left;
  padding-left: 80px;
  padding-right: 150px;
}
.cid-sxbea9PvWj .row {
  align-items: center;
  background: #1b745e;
  padding: 0px;
  margin: 0;
}
.cid-sxbea9PvWj .mbr-section-title {
  margin: 0 0 12px;
  color: #ffffff;
}
.cid-sxbea9PvWj .desc {
  padding: 0 0px 20px;
  color: #ffffff;
}
.cid-sxbea9PvWj .col-auto {
  display: inline-block;
}
.cid-sxbea9PvWj .container-fluid {
  padding: 0;
}
.cid-sxbea9PvWj .mbr-section-subtitle {
  color: #1b745e;
  text-align: left;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-sxbea9PvWj .right-side {
  padding: 0;
}
.cid-sxbea9PvWj .row {
  flex-direction: row-reverse;
}
.cid-sxbea9PvWj .left-side {
  padding-left: 150px;
  padding-right: 80px;
}
@media (max-width: 990px) {
  .cid-sxbea9PvWj .left-side {
    padding: 25px 15px;
  }
}
.cid-sxbah4Bi0k {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-sxbah4Bi0k .card-wrapper {
  background: none;
  display: block;
  margin: 25px 0;
}
.cid-sxbah4Bi0k .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-sxbah4Bi0k .mbr-iconfont {
  display: block;
  font-size: 2.5rem;
  color: #1b745e;
  margin-right: 15px;
  height: 100%;
  margin-bottom: 8px;
}
.cid-sxbah4Bi0k .row {
  align-items: center;
}
.cid-sxbah4Bi0k .card-box {
  display: inline-flex;
  text-align: left;
  margin: 0;
}
.cid-sxbah4Bi0k .col {
  padding: 0;
}
.cid-sxbah4Bi0k .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-sxbah4Bi0k .card-title,
.cid-sxbah4Bi0k .iconfont-wrapper {
  color: #0c5b47;
}
.cid-sxbah4Bi0k a {
  padding: 0;
  border: 0px;
  transition: all 0.2s ease-out;
  padding-left: 0;
  padding-right: 0;
  word-break: normal;
  justify-content: center;
}
.cid-sxbah4Bi0k .card-title,
.cid-sxbah4Bi0k .lin {
  color: #1b745e;
}
.cid-uB61Sb0POz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uB61Sb0POz .left-side {
  text-align: left;
  padding-right: 150px;
  padding-left: 80px;
}
.cid-uB61Sb0POz .row {
  align-items: center;
  padding: 0px;
  margin: 0;
}
.cid-uB61Sb0POz .mbr-text {
  padding-bottom: 20px;
}
.cid-uB61Sb0POz .name {
  margin-bottom: 7px;
  color: #1b745e;
}
.cid-uB61Sb0POz .progress {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  height: 4px;
}
.cid-uB61Sb0POz .progress-bar {
  position: absolute;
  background-color: #d8e3d5;
  height: 4px;
}
.cid-uB61Sb0POz .progress1 {
  width: 0%;
}
.cid-uB61Sb0POz .progress2 {
  width: 0%;
}
.cid-uB61Sb0POz .title {
  color: #0c5b47;
  padding-bottom: 12px;
}
.cid-uB61Sb0POz .text-block {
  color: #1b745e;
}
.cid-uB61Sb0POz .right-side {
  padding: 0;
}
.cid-uB61Sb0POz .container-fluid {
  padding: 0;
}
@media (max-width: 990px) {
  .cid-uB61Sb0POz .left-side {
    padding: 25px 15px;
  }
  .cid-uB61Sb0POz .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 570px) {
  .cid-uB61Sb0POz .left-side {
    padding: 25px 0px;
  }
}
.cid-uB61Vem35p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uB61Vem35p .card-wrapper {
  background: none;
  display: inline-flex;
  margin: 25px 0;
  padding: 0;
  padding-right: 0;
  width: 100%;
}
.cid-uB61Vem35p .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-uB61Vem35p .mbr-iconfont {
  display: block;
  font-size: 3.5rem;
  color: #1b745e;
  height: 100%;
}
.cid-uB61Vem35p .row {
  align-items: center;
}
.cid-uB61Vem35p .card-box {
  display: inline-flex;
  text-align: left;
  margin: 0;
}
.cid-uB61Vem35p .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-uB61Vem35p .card-title,
.cid-uB61Vem35p .iconfont-wrapper {
  color: #0c5b47;
  font-size: 19px;
  margin-bottom: 6px;
}
.cid-uB61Vem35p a {
  padding: 0;
  border: 0px;
  transition: all 0.2s ease-out;
  padding-left: 0;
  padding-right: 0;
  word-break: normal;
  justify-content: center;
}
.cid-uB61Vem35p .line {
  left: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: color 0.3s ease-out;
  transform: scaleX(1);
  transform-origin: left;
}
.cid-uB61Vem35p .lin:hover .line {
  transition: color 0.2s ease-out;
  animation: qodef-line-visible-animation 1s forwards;
}
.cid-uB61Vem35p .lin {
  position: relative;
  transition: color 0.2s ease-out;
}
.cid-uB61Vem35p .it {
  font-style: italic;
}
.cid-uB61Vem35p .col {
  border-right: 1px solid #c0c0c0;
}
@media (max-width: 990px) {
  .cid-uB61Vem35p .col {
    border-right: none;
  }
}
@keyframes qodef-line-visible-animation {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  51% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
.cid-sxbamKY13X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-1-1085x595.webp");
}
.cid-sxbamKY13X .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sxbamKY13X .container {
  max-width: 1100px;
}
.cid-sxbamKY13X .text {
  position: absolute;
  width: 100%;
  padding: 0 10%;
}
.cid-sxbamKY13X .btn {
  white-space: nowrap;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 22px;
}
.cid-sxbamKY13X .mbr-iconfont {
  display: block;
  font-size: 3.5rem;
  color: #1b745e;
  height: 100%;
  padding-bottom: 7px;
}
.cid-sxbamKY13X .l2 {
  color: #0c5b47;
}
.cid-sxbamKY13X .l1 {
  color: #0c5b47;
}
.cid-sxbamKY13X .padd {
  color: #0c5b47;
  text-align: center;
  padding-bottom: 60px;
}
.cid-sxbamKY13X .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-sxbamKY13X .features-image {
  padding-top: 32px;
}
.cid-sxbamKY13X .features-image:first-child {
  padding-top: 0px;
}
.cid-sxbamKY13X .features-image:nth-child(2) {
  padding-top: 0px;
}
.cid-sxbamKY13X .features-image:nth-child(3) {
  padding-top: 0px;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-sxbamKY13X .features-image {
    padding-top: 32px;
  }
  .cid-sxbamKY13X .features-image:first-child {
    padding-top: 0px;
  }
  .cid-sxbamKY13X .features-image:nth-child(2) {
    padding-top: 0px;
  }
  .cid-sxbamKY13X .features-image:nth-child(3) {
    padding-top: 32px;
  }
}
@media (max-width: 574px) {
  .cid-sxbamKY13X .features-image {
    padding-top: 32px;
  }
  .cid-sxbamKY13X .features-image:first-child {
    padding-top: 0px;
  }
  .cid-sxbamKY13X .features-image:nth-child(2) {
    padding-top: 32px;
  }
  .cid-sxbamKY13X .features-image:nth-child(3) {
    padding-top: 32px;
  }
}
.cid-sxbav785O1 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sxbav785O1 .plan {
  word-break: break-word;
  background-color: #ffffff;
  padding: 70px 45px;
  background: #fef1e6;
  border: 1px solid #338873;
}
.cid-sxbav785O1 .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
@media (max-width: 991px) {
  .cid-sxbav785O1 .plan {
    margin-bottom: 2rem;
  }
}
.cid-sxbav785O1 .price-term {
  color: #626262;
  padding-bottom: 1.8rem;
  margin: 0;
}
.cid-sxbav785O1 .mbr-section-title {
  color: #0c5b47;
  padding-bottom: 39px;
  text-align: center;
}
.cid-sxbav785O1 .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-sxbav785O1 .first-title {
  color: #1b745e;
}
.cid-sxbav785O1 .first-subtitle {
  color: #1b745e;
  padding-bottom: 39px;
}
.cid-sxbav785O1 .first-price {
  color: #0c5b47;
}
.cid-sxbav785O1 .big {
  font-size: 40px;
}
.cid-uAzJvhRPYx {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uAzJvhRPYx img {
  border-radius: 0px;
  width: 100%;
}
.cid-uAzJvhRPYx .col-12 {
  padding: 0;
}
.cid-uAzJvhRPYx .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-uAzJvhRPYx .container-fluid {
  padding: 0;
}
.cid-uAzJvhRPYx .row {
  margin: 0;
}
.cid-uAzJvhRPYx .l2 {
  color: #0c5b47;
}
.cid-uAzJvhRPYx .l1 {
  color: #0c5b47;
}
.cid-sxbtgb29eT {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #fef1e6;
}
.cid-sxbtgb29eT .mbr-section-title {
  color: #0c5b47;
  text-align: center;
}
.cid-sxbtgb29eT .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-sxbtgb29eT .row {
  align-items: center;
  height: 100%;
}
.cid-sxbtgb29eT .container {
  max-width: 720px;
  margin: auto;
}
.cid-uAzqfHlknZ {
  background-color: #fef1e6;
}
.cid-uAzqfHlknZ input {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none!important;
  box-shadow: none;
}
.cid-uAzqfHlknZ a {
  padding: 0;
  transition: all 0.2s ease-out;
  padding-left: 0;
  padding-right: 0;
  word-break: normal;
  justify-content: center;
}
.cid-uAzqfHlknZ .btn {
  white-space: nowrap;
  padding-left: 30px;
  padding-right: 30px;
}
.cid-uAzqfHlknZ .form-group {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  border-bottom: 1px solid #0c5b47!important;
}
.cid-uAzqfHlknZ .left {
  background-color: #f2f2f2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uAzqfHlknZ .mbr-section-title {
  padding-bottom: 10px;
  color: #0c5b47;
  font-size: 42px;
}
.cid-uAzqfHlknZ .right {
  padding-top: 80px;
  padding-bottom: 80px;
  display: inline-block;
}
.cid-uAzqfHlknZ .container {
  max-width: initial;
}
.cid-uAzqfHlknZ .no-padding {
  padding-right: 0;
}
.cid-uAzqfHlknZ .mbr-section-subtitle {
  width: 100%;
  padding: 25px 25px;
  color: #0c5b47;
}
.cid-uAzqfHlknZ .desc {
  margin-top: 13px;
  color: #0c5b47;
}
.cid-uAzqfHlknZ .google-map {
  filter: grayscale(0.9);
  height: 31rem;
  position: relative;
}
.cid-uAzqfHlknZ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uAzqfHlknZ .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-uAzqfHlknZ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uAzqfHlknZ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uAzqfHlknZ .mbr-link .address {
  text-align: left;
  color: #1b745e;
}
.cid-uAzqfHlknZ .address {
  padding-top: 10px;
  margin-bottom: 0;
  font-style: italic;
}
.cid-uAzqfHlknZ .tel {
  font-style: initial;
}
.cid-uAzqfHlknZ .top {
  padding-top: 25px;
}
.cid-uAzqfHlknZ .row {
  align-items: center;
}
.cid-uAzqfHlknZ .b {
  text-align: left;
  width: 60%;
  margin: auto;
}
.cid-uAzqfHlknZ .bottom {
  margin: auto;
}
@media (max-width: 990px) {
  .cid-uAzqfHlknZ .b {
    width: 100%;
  }
  .cid-uAzqfHlknZ .google-map {
    padding: 15px 0px 0px;
  }
  .cid-uAzqfHlknZ .mbr-section-title {
    padding-top: 30px;
  }
}
@media (max-width: 690px) {
  .cid-uAzqfHlknZ .container {
    display: block;
  }
  .cid-uAzqfHlknZ .mbr-section-subtitle {
    padding-top: 25px;
  }
  .cid-uAzqfHlknZ .no-padding {
    padding: 15px;
    padding-bottom: 0px;
  }
  .cid-uAzqfHlknZ .no-padd {
    padding: 0;
  }
  .cid-uAzqfHlknZ .bottom {
    margin-bottom: 30px;
  }
}
.cid-uAzqfHlknZ .button {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 0;
}
.cid-uAzqfHlknZ .form-control {
  font-style: italic;
  color: #1b745e !important;
  font-family: crimson text,serif;
}
.cid-uMUZM1Ur2x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMUZM1Ur2x input {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}
.cid-uMUZM1Ur2x .mbr-text {
  padding: 10px 30% 0;
}
.cid-uMUZM1Ur2x .btn {
  white-space: nowrap;
  padding-left: 30px;
  padding-right: 30px;
}
.cid-uMUZM1Ur2x .form-group {
  display: inline-block;
  margin-right: 10px;
}
.cid-uMUZM1Ur2x .top {
  width: 100%;
  margin-top: 30px;
  padding: 0 25%;
}
.cid-uMUZM1Ur2x .mbr-iconfont {
  display: block;
  font-size: 3.5rem;
  color: #1b745e;
  height: 100%;
  padding-bottom: 10px;
}
.cid-uMUZM1Ur2x .row {
  align-items: center;
}
.cid-uMUZM1Ur2x .card-box {
  display: inline-flex;
  text-align: left;
  margin: 0;
}
.cid-uMUZM1Ur2x .iconfont-wrapper {
  width: 100%;
}
.cid-uMUZM1Ur2x h4 {
  width: 100%;
}
.cid-uMUZM1Ur2x .card-heading,
.cid-uMUZM1Ur2x .iconfont-wrapper {
  color: #0c5b47;
  text-align: center;
}
.cid-uMUZM1Ur2x .p,
.cid-uMUZM1Ur2x .mbr-form {
  text-align: center;
  color: #1b745e;
}
@media (max-width: 990px) {
  .cid-uMUZM1Ur2x .top {
    padding: 0 15px;
  }
  .cid-uMUZM1Ur2x .col-auto {
    margin: auto;
  }
  .cid-uMUZM1Ur2x .mbr-text {
    padding: 15px 15px 0;
  }
  .cid-uMUZM1Ur2x .card-heading {
    padding: 0 15px;
  }
}
.cid-uMV0W4piDr {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e9e9e6;
}
.cid-uMV0W4piDr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMV0W4piDr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMV0W4piDr .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uMV0W4piDr .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMV0W4piDr .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uMV0W4piDr .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uMV0W4piDr .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uMV0W4piDr .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uMV0W4piDr .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMV0W4piDr .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uMV0W4piDr .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uMV0W4piDr .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uMV0W4piDr .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uMV0W4piDr .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #1ab7ea;
}
.cid-uMV0W4piDr .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #195a7c;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uMV0W4piDr .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #195a7c;
}
.cid-uMV0W4piDr .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uMV0W4piDr .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMV0W4piDr .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uMV0W4piDr .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMV0W4piDr .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uMV0W4piDr .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uMV0W4piDr .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMV0W4piDr .list-wrapper .list .item-wrap:hover,
.cid-uMV0W4piDr .list-wrapper .list .item-wrap:focus {
  color: #1ab7ea;
}
.cid-uMV0W4piDr .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uMV0W4piDr .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uMV0W4piDr .mbr-copy {
  margin-bottom: 0;
  color: #080808;
  text-align: center;
}
.cid-uMV0W4piDr .mbr-section-title {
  color: #ffffff;
}
.cid-uMV0W4piDr .mbr-text {
  color: #ffffff;
}
.cid-uMV0W4piDr .mbr-desc {
  color: #080808;
}
.cid-uMV0W4piDr .list {
  color: #ffffff;
}
.cid-uMV0W4piDr .mbr-section-title,
.cid-uMV0W4piDr .mbr-section-btn,
.cid-uMV0W4piDr .social-wrap {
  color: #080808;
}
.cid-uMV0W4piDr .list,
.cid-uMV0W4piDr .item-wrap {
  color: #000000;
}
.cid-sxbaalA7lJ {
  z-index: 1000;
  width: 100%;
}
.cid-sxbaalA7lJ nav.navbar {
  position: fixed;
}
.cid-sxbaalA7lJ .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-sxbaalA7lJ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sxbaalA7lJ .dropdown-item:hover,
.cid-sxbaalA7lJ .dropdown-item:focus {
  color: #d8e3d5 !important;
}
.cid-sxbaalA7lJ .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-sxbaalA7lJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sxbaalA7lJ .nav-link {
  position: relative;
  padding: 0;
}
.cid-sxbaalA7lJ .container {
  display: flex;
  margin: auto;
}
.cid-sxbaalA7lJ .iconfont-wrapper {
  color: #0c5b47 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sxbaalA7lJ .dropdown-menu,
.cid-sxbaalA7lJ .navbar.opened {
  background: #d8e3d5 !important;
}
.cid-sxbaalA7lJ .nav-item:focus,
.cid-sxbaalA7lJ .nav-link:focus {
  outline: none;
}
.cid-sxbaalA7lJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sxbaalA7lJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxbaalA7lJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sxbaalA7lJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sxbaalA7lJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sxbaalA7lJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sxbaalA7lJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(216, 227, 213, 0);
}
.cid-sxbaalA7lJ .navbar.opened {
  transition: all 0.3s;
}
.cid-sxbaalA7lJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sxbaalA7lJ .navbar .navbar-logo img {
  width: auto;
}
.cid-sxbaalA7lJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sxbaalA7lJ .navbar.collapsed {
  justify-content: center;
}
.cid-sxbaalA7lJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sxbaalA7lJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sxbaalA7lJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sxbaalA7lJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sxbaalA7lJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sxbaalA7lJ .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-sxbaalA7lJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sxbaalA7lJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sxbaalA7lJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sxbaalA7lJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sxbaalA7lJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sxbaalA7lJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sxbaalA7lJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sxbaalA7lJ .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-sxbaalA7lJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sxbaalA7lJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sxbaalA7lJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sxbaalA7lJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sxbaalA7lJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sxbaalA7lJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sxbaalA7lJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-sxbaalA7lJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sxbaalA7lJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sxbaalA7lJ .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-sxbaalA7lJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sxbaalA7lJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sxbaalA7lJ .dropdown-item.active,
.cid-sxbaalA7lJ .dropdown-item:active {
  background-color: transparent;
}
.cid-sxbaalA7lJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sxbaalA7lJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sxbaalA7lJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sxbaalA7lJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d8e3d5;
}
.cid-sxbaalA7lJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sxbaalA7lJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxbaalA7lJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sxbaalA7lJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sxbaalA7lJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sxbaalA7lJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c5b47;
}
.cid-sxbaalA7lJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sxbaalA7lJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxbaalA7lJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxbaalA7lJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sxbaalA7lJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxbaalA7lJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sxbaalA7lJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sxbaalA7lJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxbaalA7lJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sxbaalA7lJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sxbaalA7lJ .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-sxbaalA7lJ .navbar {
    height: 70px;
  }
  .cid-sxbaalA7lJ .navbar.opened {
    height: auto;
  }
  .cid-sxbaalA7lJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxbaalA7lJ .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-sxbaalA7lJ .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-sxbaalA7lJ a {
  display: inline;
  font-weight: bold;
}
.cid-sxbaalA7lJ img {
  display: inline;
  padding-right: 10px;
}
.cid-sxbaalA7lJ .dropdown-toggle:after {
  display: none;
}
.cid-sxbaalA7lJ .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sxbaalA7lJ .dropdown-item:hover {
  color: #ffe161 !important;
}
@media (max-width: 990px) {
  .cid-sxbaalA7lJ .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-uACXipRYQd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("");
}
.cid-uACXipRYQd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACXipRYQd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uACXipRYQd .container {
    padding: 0 30px;
  }
}
.cid-uACXipRYQd .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-uACXipRYQd .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uACXipRYQd .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uACXipRYQd .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uACXipRYQd .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uACXipRYQd .mbr-section-title {
  color: #ffffff;
}
.cid-uACXipRYQd .mbr-text,
.cid-uACXipRYQd .text-wrapper {
  color: #1b745e;
  text-align: center;
}
.cid-uACXipRYQd .mbr-section-title,
.cid-uACXipRYQd .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uACXdh41o4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/gallery1.jpg");
}
.cid-uACXdh41o4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACXdh41o4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uACXdh41o4 .container {
    padding: 0 16px;
  }
}
.cid-uACXdh41o4 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uACXdh41o4 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uACXdh41o4 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uACXdh41o4 .mbr-section-title {
  color: #f1634f;
}
.cid-uACXdh41o4 .mbr-text {
  color: #000000;
}
.cid-uACXdh41o4 .mbr-text,
.cid-uACXdh41o4 .icon-wrapper {
  color: #000000;
}
.cid-uMV0W4piDr {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e9e9e6;
}
.cid-uMV0W4piDr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMV0W4piDr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMV0W4piDr .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uMV0W4piDr .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMV0W4piDr .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uMV0W4piDr .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uMV0W4piDr .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uMV0W4piDr .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uMV0W4piDr .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMV0W4piDr .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uMV0W4piDr .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uMV0W4piDr .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uMV0W4piDr .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uMV0W4piDr .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #1ab7ea;
}
.cid-uMV0W4piDr .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #195a7c;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uMV0W4piDr .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #195a7c;
}
.cid-uMV0W4piDr .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uMV0W4piDr .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMV0W4piDr .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uMV0W4piDr .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMV0W4piDr .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uMV0W4piDr .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uMV0W4piDr .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMV0W4piDr .list-wrapper .list .item-wrap:hover,
.cid-uMV0W4piDr .list-wrapper .list .item-wrap:focus {
  color: #1ab7ea;
}
.cid-uMV0W4piDr .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uMV0W4piDr .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uMV0W4piDr .mbr-copy {
  margin-bottom: 0;
  color: #080808;
  text-align: center;
}
.cid-uMV0W4piDr .mbr-section-title {
  color: #ffffff;
}
.cid-uMV0W4piDr .mbr-text {
  color: #ffffff;
}
.cid-uMV0W4piDr .mbr-desc {
  color: #080808;
}
.cid-uMV0W4piDr .list {
  color: #ffffff;
}
.cid-uMV0W4piDr .mbr-section-title,
.cid-uMV0W4piDr .mbr-section-btn,
.cid-uMV0W4piDr .social-wrap {
  color: #080808;
}
.cid-uMV0W4piDr .list,
.cid-uMV0W4piDr .item-wrap {
  color: #000000;
}
.cid-uACYz6zuws {
  z-index: 1000;
  width: 100%;
}
.cid-uACYz6zuws nav.navbar {
  position: fixed;
}
.cid-uACYz6zuws .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-uACYz6zuws .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uACYz6zuws .dropdown-item:hover,
.cid-uACYz6zuws .dropdown-item:focus {
  color: #d8e3d5 !important;
}
.cid-uACYz6zuws .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-uACYz6zuws .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uACYz6zuws .nav-link {
  position: relative;
  padding: 0;
}
.cid-uACYz6zuws .container {
  display: flex;
  margin: auto;
}
.cid-uACYz6zuws .iconfont-wrapper {
  color: #0c5b47 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uACYz6zuws .dropdown-menu,
.cid-uACYz6zuws .navbar.opened {
  background: #d8e3d5 !important;
}
.cid-uACYz6zuws .nav-item:focus,
.cid-uACYz6zuws .nav-link:focus {
  outline: none;
}
.cid-uACYz6zuws .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uACYz6zuws .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uACYz6zuws .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uACYz6zuws .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uACYz6zuws .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uACYz6zuws .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uACYz6zuws .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(216, 227, 213, 0);
}
.cid-uACYz6zuws .navbar.opened {
  transition: all 0.3s;
}
.cid-uACYz6zuws .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uACYz6zuws .navbar .navbar-logo img {
  width: auto;
}
.cid-uACYz6zuws .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uACYz6zuws .navbar.collapsed {
  justify-content: center;
}
.cid-uACYz6zuws .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uACYz6zuws .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uACYz6zuws .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uACYz6zuws .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uACYz6zuws .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uACYz6zuws .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-uACYz6zuws .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uACYz6zuws .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uACYz6zuws .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uACYz6zuws .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uACYz6zuws .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uACYz6zuws .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uACYz6zuws .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uACYz6zuws .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-uACYz6zuws .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uACYz6zuws .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uACYz6zuws .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uACYz6zuws .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uACYz6zuws .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uACYz6zuws .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uACYz6zuws .navbar.navbar-short {
  min-height: 60px;
}
.cid-uACYz6zuws .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uACYz6zuws .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uACYz6zuws .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-uACYz6zuws .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uACYz6zuws .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uACYz6zuws .dropdown-item.active,
.cid-uACYz6zuws .dropdown-item:active {
  background-color: transparent;
}
.cid-uACYz6zuws .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uACYz6zuws .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uACYz6zuws .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uACYz6zuws .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d8e3d5;
}
.cid-uACYz6zuws .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uACYz6zuws .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uACYz6zuws ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uACYz6zuws .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uACYz6zuws button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uACYz6zuws button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c5b47;
}
.cid-uACYz6zuws button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uACYz6zuws button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uACYz6zuws button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uACYz6zuws button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uACYz6zuws nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uACYz6zuws nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uACYz6zuws nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uACYz6zuws nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uACYz6zuws .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uACYz6zuws a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uACYz6zuws .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-uACYz6zuws .navbar {
    height: 70px;
  }
  .cid-uACYz6zuws .navbar.opened {
    height: auto;
  }
  .cid-uACYz6zuws .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uACYz6zuws .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-uACYz6zuws .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-uACYz6zuws a {
  display: inline;
  font-weight: bold;
}
.cid-uACYz6zuws img {
  display: inline;
  padding-right: 10px;
}
.cid-uACYz6zuws .dropdown-toggle:after {
  display: none;
}
.cid-uACYz6zuws .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uACYz6zuws .dropdown-item:hover {
  color: #ffe161 !important;
}
@media (max-width: 990px) {
  .cid-uACYz6zuws .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-uACYz5AwPJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("");
}
.cid-uACYz5AwPJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACYz5AwPJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uACYz5AwPJ .container {
    padding: 0 30px;
  }
}
.cid-uACYz5AwPJ .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-uACYz5AwPJ .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uACYz5AwPJ .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uACYz5AwPJ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uACYz5AwPJ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uACYz5AwPJ .mbr-section-title {
  color: #ffffff;
}
.cid-uACYz5AwPJ .mbr-text,
.cid-uACYz5AwPJ .text-wrapper {
  color: #1b745e;
  text-align: center;
}
.cid-uACYz5AwPJ .mbr-section-title,
.cid-uACYz5AwPJ .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uACYz69ZaD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/gallery1.jpg");
}
.cid-uACYz69ZaD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACYz69ZaD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uACYz69ZaD .container {
    padding: 0 16px;
  }
}
.cid-uACYz69ZaD .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uACYz69ZaD .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uACYz69ZaD .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uACYz69ZaD .mbr-section-title {
  color: #f1634f;
}
.cid-uACYz69ZaD .mbr-text {
  color: #000000;
}
.cid-uACYz69ZaD .mbr-text,
.cid-uACYz69ZaD .icon-wrapper {
  color: #000000;
}
.cid-uMV0W4piDr {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e9e9e6;
}
.cid-uMV0W4piDr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMV0W4piDr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMV0W4piDr .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uMV0W4piDr .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMV0W4piDr .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uMV0W4piDr .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uMV0W4piDr .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uMV0W4piDr .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uMV0W4piDr .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMV0W4piDr .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uMV0W4piDr .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uMV0W4piDr .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uMV0W4piDr .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uMV0W4piDr .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #1ab7ea;
}
.cid-uMV0W4piDr .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #195a7c;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uMV0W4piDr .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #195a7c;
}
.cid-uMV0W4piDr .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uMV0W4piDr .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMV0W4piDr .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uMV0W4piDr .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMV0W4piDr .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uMV0W4piDr .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uMV0W4piDr .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMV0W4piDr .list-wrapper .list .item-wrap:hover,
.cid-uMV0W4piDr .list-wrapper .list .item-wrap:focus {
  color: #1ab7ea;
}
.cid-uMV0W4piDr .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uMV0W4piDr .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uMV0W4piDr .mbr-copy {
  margin-bottom: 0;
  color: #080808;
  text-align: center;
}
.cid-uMV0W4piDr .mbr-section-title {
  color: #ffffff;
}
.cid-uMV0W4piDr .mbr-text {
  color: #ffffff;
}
.cid-uMV0W4piDr .mbr-desc {
  color: #080808;
}
.cid-uMV0W4piDr .list {
  color: #ffffff;
}
.cid-uMV0W4piDr .mbr-section-title,
.cid-uMV0W4piDr .mbr-section-btn,
.cid-uMV0W4piDr .social-wrap {
  color: #080808;
}
.cid-uMV0W4piDr .list,
.cid-uMV0W4piDr .item-wrap {
  color: #000000;
}
