body {
  font-family: Montserrat;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((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: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.btn-sm {
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.bg-primary {
  background-color: #3aa659 !important;
}
.bg-success {
  background-color: #946708 !important;
}
.bg-info {
  background-color: #3b7cb7 !important;
}
.bg-warning {
  background-color: #04367c !important;
}
.bg-danger {
  background-color: #ff00d2 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #3aa659 !important;
  border-color: #3aa659 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #266d3b !important;
  border-color: #266d3b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #266d3b !important;
  border-color: #266d3b !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #4c9962 !important;
  border-color: #4c9962 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #336641 !important;
  border-color: #336641 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #336641 !important;
  border-color: #336641 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #3b7cb7 !important;
  border-color: #3b7cb7 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #28557d !important;
  border-color: #28557d !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #28557d !important;
  border-color: #28557d !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #946708 !important;
  border-color: #946708 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #4b3404 !important;
  border-color: #4b3404 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #4b3404 !important;
  border-color: #4b3404 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #04367c !important;
  border-color: #04367c !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #021632 !important;
  border-color: #021632 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #021632 !important;
  border-color: #021632 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #ff00d2 !important;
  border-color: #ff00d2 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #b30093 !important;
  border-color: #b30093 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b30093 !important;
  border-color: #b30093 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  transition: all .5s;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  transition: all .5s;
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none !important;
  border-color: #205a30 !important;
  color: #205a30 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #3aa659 !important;
  border-color: #3aa659 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3aa659 !important;
  border-color: #3aa659 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #2a5536 !important;
  color: #2a5536 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #4c9962 !important;
  border-color: #4c9962 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4c9962 !important;
  border-color: #4c9962 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #22486a !important;
  color: #22486a !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #3b7cb7 !important;
  border-color: #3b7cb7 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #3b7cb7 !important;
  border-color: #3b7cb7 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #332403 !important;
  color: #332403 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #946708 !important;
  border-color: #946708 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #946708 !important;
  border-color: #946708 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #010b19 !important;
  color: #010b19 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #04367c !important;
  border-color: #04367c !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #04367c !important;
  border-color: #04367c !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #99007e !important;
  color: #99007e !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #ff00d2 !important;
  border-color: #ff00d2 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff00d2 !important;
  border-color: #ff00d2 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #3aa659 !important;
}
.text-secondary {
  color: #4c9962 !important;
}
.text-success {
  color: #946708 !important;
}
.text-info {
  color: #3b7cb7 !important;
}
.text-warning {
  color: #04367c !important;
}
.text-danger {
  color: #ff00d2 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #205a30 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #2a5536 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #332403 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #22486a !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #010b19 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #99007e !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #946708;
}
.alert-info {
  background-color: #3b7cb7;
}
.alert-warning {
  background-color: #04367c;
}
.alert-danger {
  background-color: #ff00d2;
}
.mbr-section-btn a.btn:hover,
.mbr-section-btn a.btn:focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #3aa659;
  border-color: #3aa659;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #3aa659;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #8ad69f;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f3b228;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #95badd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #086cf7;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffccf6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.mbr-arrow-up a {
  width: 61px;
  height: 61px;
}
#scrollToTop a {
  background: #33ff00;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #000000;
  width: 3%;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.mbr-arrow i {
  color: #33ff00;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #3aa659;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #3aa659;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #3aa659;
}
.btn-social + .btn {
  margin-left: .1rem;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #3aa659;
  color: #ffffff;
}
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #3aa659;
  border-bottom-color: #3aa659;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #3aa659 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #4c9962 !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%;
}
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='%233aa659' %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;
}
.cid-rIE8KorFPz .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rIE8KorFPz .nav-item,
.cid-rIE8KorFPz .nav-link,
.cid-rIE8KorFPz .navbar-caption {
  font-weight: normal;
}
.cid-rIE8KorFPz .nav-item:focus,
.cid-rIE8KorFPz .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rIE8KorFPz .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rIE8KorFPz .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rIE8KorFPz .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rIE8KorFPz .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rIE8KorFPz .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rIE8KorFPz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rIE8KorFPz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rIE8KorFPz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rIE8KorFPz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rIE8KorFPz .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #0e8f61;
}
.cid-rIE8KorFPz .navbar.opened {
  transition: all .3s;
  background: #0e8f61 !important;
}
.cid-rIE8KorFPz .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rIE8KorFPz .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rIE8KorFPz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rIE8KorFPz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rIE8KorFPz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.2rem - 1rem);
  }
}
.cid-rIE8KorFPz .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rIE8KorFPz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rIE8KorFPz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rIE8KorFPz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rIE8KorFPz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rIE8KorFPz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rIE8KorFPz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rIE8KorFPz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rIE8KorFPz .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rIE8KorFPz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rIE8KorFPz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rIE8KorFPz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rIE8KorFPz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rIE8KorFPz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rIE8KorFPz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rIE8KorFPz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rIE8KorFPz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rIE8KorFPz .navbar.navbar-short {
  background: #0e8f61 !important;
  min-height: 60px;
}
.cid-rIE8KorFPz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rIE8KorFPz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rIE8KorFPz .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rIE8KorFPz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rIE8KorFPz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rIE8KorFPz .dropdown-item.active,
.cid-rIE8KorFPz .dropdown-item:active {
  background-color: transparent;
}
.cid-rIE8KorFPz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rIE8KorFPz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rIE8KorFPz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e8f61;
}
.cid-rIE8KorFPz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rIE8KorFPz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rIE8KorFPz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rIE8KorFPz .navbar-buttons {
  text-align: center;
}
.cid-rIE8KorFPz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rIE8KorFPz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #08579f;
}
.cid-rIE8KorFPz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rIE8KorFPz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rIE8KorFPz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rIE8KorFPz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rIE8KorFPz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rIE8KorFPz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rIE8KorFPz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rIE8KorFPz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rIE8KorFPz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rIE8KorFPz a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rIE8KorFPz .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rIE8KorFPz .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rIE8KorFPz .soc-item {
  margin: .5rem .3rem;
}
.cid-rIE8KorFPz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rIE8KorFPz .navbar {
    height: 77px;
  }
  .cid-rIE8KorFPz .navbar.opened {
    height: auto;
  }
  .cid-rIE8KorFPz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rIE8NxC3DN {
  background-image: url("../../../assets/images/sangi-768x1024.jpg");
}
.cid-rIE8NxC3DN .mbr-section-title,
.cid-rIE8NxC3DN .mbr-section-subtitle {
  color: #000000;
}
.cid-rIE8NxC3DN .mbr-section-text {
  color: #232323;
}
.cid-rIE8NxC3DN .mbr-text,
.cid-rIE8NxC3DN .typed-text,
.cid-rIE8NxC3DN .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rIE8NxC3DN .btn {
  margin-left: 4px !important;
}
.cid-rIE8NxC3DN .animated-element {
  color: #a6413a;
}
.cid-rIE8NxC3DN .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #a6413a;
}
.cid-rIE8NxC3DN .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-rIE8NxC3DN .mbr-figure {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rIE8NxC3DN .typed-text,
  .cid-rIE8NxC3DN .mbr-section-subtitle,
  .cid-rIE8NxC3DN .mbr-section-text,
  .cid-rIE8NxC3DN .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rIE8NxC3DN .mbr-section-subtitle,
.cid-rIE8NxC3DN .typed-text {
  color: #f4f8fa;
}
.cid-rIE8NxC3DN .mbr-section-text,
.cid-rIE8NxC3DN .mbr-section-btn {
  color: #f4f8fa;
}
.cid-suFqAJUTDu {
  overflow: hidden !important;
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #dadada;
}
.cid-suFqAJUTDu .container-fluid {
  padding: 0 5rem;
}
.cid-suFqAJUTDu .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-suFqAJUTDu .mbr-section-title {
  padding-bottom: 2rem;
  color: #232323;
}
.cid-suFqAJUTDu .mbr-section-subtitle {
  color: #3e4555;
  font-weight: 400;
}
.cid-suFqAJUTDu .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-suFqAJUTDu .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-suFqAJUTDu .container-fluid {
    padding: 0 1rem;
  }
  .cid-suFqAJUTDu .mbr-figure {
    margin-top: 1rem;
  }
  .cid-suFqAJUTDu .mbr-section-title {
    text-align: center !important;
  }
  .cid-suFqAJUTDu .mbr-section-subtitle {
    text-align: center !important;
  }
  .cid-suFqAJUTDu .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-suFqAJUTDu .mbr-section-subtitle,
.cid-suFqAJUTDu .mbr-section-btn {
  color: #232323;
}
.cid-sunLl04zxj {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f4f8fa;
}
.cid-sunLl04zxj .container-fluid {
  padding: 0 3rem;
}
.cid-sunLl04zxj .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #3aa659, #4c9962);
  display: inline-block;
}
.cid-sunLl04zxj .card {
  display: block;
}
.cid-sunLl04zxj .card .card-wrapper {
  height: 1%;
  overflow: visible;
}
.cid-sunLl04zxj .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
}
.cid-sunLl04zxj .card .card-wrapper .card-img img {
  transition: all 0.5s;
}
.cid-sunLl04zxj .card .card-wrapper:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all 0.5s;
}
.cid-sunLl04zxj .text-row {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sunLl04zxj .prices {
  color: #ffffff;
}
.cid-sunLl04zxj .oldPrice {
  text-decoration: line-through;
}
.cid-sunLl04zxj .oldPrice,
.cid-sunLl04zxj .newPrice {
  color: inherit;
}
@media (max-width: 767px) {
  .cid-sunLl04zxj .container-fluid {
    padding: 0 1rem;
  }
  .cid-sunLl04zxj .text-row {
    padding-bottom: 1rem;
  }
}
.cid-sunLl04zxj .mbr-text,
.cid-sunLl04zxj .mbr-section-btn {
  color: #051502;
}
.cid-sunLl04zxj .mbr-text,
.cid-sunLl04zxj .mbr-section-btn {
  color: #051502;
}
.cid-sunLl04zxj .prices,
.cid-sunLl04zxj .mbr-section-btn {
  color: #9e622a;
}
.cid-sunLl04zxj .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-sunLl04zxj .mbr-section-title,
.cid-sunLl04zxj .underline {
  color: #232323;
  text-align: center;
}
.cid-rIE8VqeULP {
  overflow: hidden !important;
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #dadada;
}
.cid-rIE8VqeULP .container-fluid {
  padding: 0 5rem;
}
.cid-rIE8VqeULP .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rIE8VqeULP .mbr-section-title {
  padding-bottom: 2rem;
  color: #232323;
}
.cid-rIE8VqeULP .mbr-section-subtitle {
  color: #3e4555;
  font-weight: 400;
}
.cid-rIE8VqeULP .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-rIE8VqeULP .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-rIE8VqeULP .container-fluid {
    padding: 0 1rem;
  }
  .cid-rIE8VqeULP .mbr-figure {
    margin-top: 1rem;
  }
  .cid-rIE8VqeULP .mbr-section-title {
    text-align: center !important;
  }
  .cid-rIE8VqeULP .mbr-section-subtitle {
    text-align: center !important;
  }
  .cid-rIE8VqeULP .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rIE8VqeULP .mbr-section-subtitle,
.cid-rIE8VqeULP .mbr-section-btn {
  color: #333333;
}
.cid-suEhanrDzK {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #4c9962;
}
.cid-suEhanrDzK .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-suEhanrDzK .form-control,
.cid-suEhanrDzK .field-input {
  padding: 0.5rem;
  background-color: #c1c1c1;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-suEhanrDzK .form-control::-webkit-input-placeholder,
.cid-suEhanrDzK .field-input::-webkit-input-placeholder,
.cid-suEhanrDzK .form-control::-webkit-input-placeholder,
.cid-suEhanrDzK .field-input::-webkit-input-placeholder {
  color: #154402;
}
.cid-suEhanrDzK .form-control:-moz-placeholder,
.cid-suEhanrDzK .field-input:-moz-placeholder,
.cid-suEhanrDzK .form-control:-moz-placeholder,
.cid-suEhanrDzK .field-input:-moz-placeholder {
  color: #154402;
}
.cid-suEhanrDzK .form-control:hover,
.cid-suEhanrDzK .field-input:hover,
.cid-suEhanrDzK .form-control:focus,
.cid-suEhanrDzK .field-input:focus {
  background-color: #8d97ad;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-suEhanrDzK .form-control:hover::-webkit-input-placeholder,
.cid-suEhanrDzK .field-input:hover::-webkit-input-placeholder,
.cid-suEhanrDzK .form-control:focus::-webkit-input-placeholder,
.cid-suEhanrDzK .field-input:focus::-webkit-input-placeholder,
.cid-suEhanrDzK .form-control:hover::-webkit-input-placeholder,
.cid-suEhanrDzK .field-input:hover::-webkit-input-placeholder,
.cid-suEhanrDzK .form-control:focus::-webkit-input-placeholder,
.cid-suEhanrDzK .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-suEhanrDzK .form-control:hover:-moz-placeholder,
.cid-suEhanrDzK .field-input:hover:-moz-placeholder,
.cid-suEhanrDzK .form-control:focus:-moz-placeholder,
.cid-suEhanrDzK .field-input:focus:-moz-placeholder,
.cid-suEhanrDzK .form-control:hover:-moz-placeholder,
.cid-suEhanrDzK .field-input:hover:-moz-placeholder,
.cid-suEhanrDzK .form-control:focus:-moz-placeholder,
.cid-suEhanrDzK .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-suEhanrDzK .jq-number__spin:hover,
.cid-suEhanrDzK .jq-number__spin:focus {
  background-color: #8d97ad;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-suEhanrDzK .jq-number__spin {
  background-color: #c1c1c1;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-suEhanrDzK .jq-selectbox li,
.cid-suEhanrDzK .jq-selectbox li {
  background-color: #c1c1c1;
  color: #000000;
}
.cid-suEhanrDzK .jq-selectbox li:hover,
.cid-suEhanrDzK .jq-selectbox li.selected {
  background-color: #8d97ad;
  color: #000000;
}
.cid-suEhanrDzK .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-suEhanrDzK .jq-number__spin.minus:hover:after,
.cid-suEhanrDzK .jq-number__spin.plus:hover:after {
  border-top-color: #c1c1c1;
  border-bottom-color: #c1c1c1;
}
.cid-suEhanrDzK .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-suEhanrDzK .jq-number__spin.minus:after,
.cid-suEhanrDzK .jq-number__spin.plus:after {
  border-top-color: #8d97ad;
  border-bottom-color: #8d97ad;
}
.cid-suEhanrDzK input::-webkit-clear-button {
  display: none;
}
.cid-suEhanrDzK input::-webkit-inner-spin-button {
  display: none;
}
.cid-suEhanrDzK input::-webkit-outer-spin-button {
  display: none;
}
.cid-suEhanrDzK input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-suEhanrDzK LABEL {
  color: #f4f8fa;
}
.cid-suEhanrDzK H4 {
  color: #f4f8fa;
  text-align: center;
}
.cid-suEhanrDzK P {
  color: #f4f8fa;
  text-align: left;
}
.cid-suckH9oS4Z {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #f4f8fa;
}
.cid-suckH9oS4Z .mbr-section-title {
  margin-bottom: 0;
  text-align: center;
}
.cid-suckH9oS4Z .mbr-iconfont {
  color: #3aa659;
  font-size: 1rem;
}
.cid-suckH9oS4Z .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-suckH9oS4Z .mbr-iconfont:hover {
  color: #a61a3d;
}
.cid-suckH9oS4Z .image-wrap {
  position: relative;
}
.cid-suckH9oS4Z .image-wrap img {
  width: 100%;
  z-index: 0;
}
.cid-suckH9oS4Z .mbr-section-subtitle {
  line-height: 1.5;
  color: #767676;
  text-align: center;
}
.cid-suckH9oS4Z .card-wrap {
  margin-bottom: 3rem;
}
.cid-suckH9oS4Z .card-wrap .social-media {
  transition-delay: 0.3s;
}
.cid-suckH9oS4Z .card-wrap:hover .social-media {
  opacity: 1;
}
.cid-suckH9oS4Z .card-wrap:hover .img-overlay {
  opacity: 1;
}
@media (max-width: 991px) {
  .cid-suckH9oS4Z .card-wrap .social-media {
    opacity: 1;
  }
  .cid-suckH9oS4Z .card-wrap .img-overlay {
    opacity: 1;
  }
}
.cid-suckH9oS4Z .social-media {
  bottom: 5%;
  transition-delay: 0s;
  list-style-type: none;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.cid-suckH9oS4Z .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-suckH9oS4Z .social-media ul li {
  margin: .1rem;
  display: inline-block;
}
.cid-suckH9oS4Z .img-overlay {
  background: linear-gradient(transparent, #333333);
  pointer-events: none;
  position: absolute;
  height: 100.05%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition-delay: 0s;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.cid-suckH9oS4Z .builderCard .img-overlay {
  border-bottom-left-radius: 5rem;
}
.cid-suckH9oS4Z .mbr-role {
  color: #a61a3d;
}
.cid-suckH9oS4Z .mbr-text {
  color: #000000;
}
.cid-rIE9PvH9t2 {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/08.jpg");
}
.cid-rIE9PvH9t2 .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-rIE9PvH9t2 .content-panel {
  padding: 2rem;
  background-color: #4c9962;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 20px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rIE9PvH9t2 .content-block {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-rIE9PvH9t2 .form-group,
  .cid-rIE9PvH9t2 .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-rIE9PvH9t2 .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-rIE9PvH9t2 textarea.form-control {
  min-height: 170px;
}
@media (max-width: 768px) {
  .cid-rIE9PvH9t2 .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-rIE9PvH9t2 .text-block {
    margin-bottom: 2rem;
  }
}
.cid-rIE9PvH9t2 .mbr-section-title {
  color: #f4f8fa;
}
.cid-rIE9PvH9t2 P {
  color: #f4f8fa;
}
.cid-suclfARDsE {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-suclfARDsE .content {
    text-align: center;
  }
  .cid-suclfARDsE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-suclfARDsE .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-suclfARDsE .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-suclfARDsE .media-wrap img {
  height: 6rem;
}
.cid-suclfARDsE .mbr-text {
  color: #8d97ad;
}
.cid-suclfARDsE .p-title {
  font-size: 17px;
}
.cid-suclfARDsE .p-title span {
  color: #111111;
}
.cid-suclfARDsE .title-card {
  font-size: 1.3rem;
}
.cid-suclfARDsE .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-suclfARDsE .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-suclfARDsE .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-suclfARDsE .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-suclfARDsE .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-suclfARDsE .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-suclfARDsE .copyright img {
  margin-right: 10px;
}
.cid-suclfARDsE .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #3aa659;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-suclfARDsE .icon-transition span:hover {
  background-color: #a61a3d;
}
@media (max-width: 767px) {
  .cid-suclfARDsE .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-suclfARDsE .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-suclfARDsE .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-suclfARDsE .copyright > p {
  color: #000000;
  text-align: left;
}
.cid-suclfARDsE .p-title,
.cid-suclfARDsE .social-media {
  color: #000000;
}
.cid-suclfARDsE H5 {
  color: #3aa659;
}
