body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 90px;
}



.display-1 > .mbr-iconfont {
  font-size: 45px;
}
.display-2 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 45px;
}
.display-2 > .mbr-iconfont {
  font-size: 3.4rem;
}
.display-4 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 1.4rem;
}
.display-4 > .mbr-iconfont {
  font-size: 25px;
  font-weight: 400;
}
.display-5 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 1.7rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.72rem;
}
.display-7 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 20px;
 
  /* 1.15rem*/
}
.display-7 > .mbr-iconfont {
  font-size: 2.4rem;
}
/* ---- 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.6rem !important; 
    font-size: calc( 1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.7rem !important;
    font-size: calc( 1.3937499999999998rem + (2.125 - 1.3937499999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.3937499999999998rem + (2.125 - 1.3937499999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem !important;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.36rem !important;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #4CB446 !important;
}
.bg-success {
  background-color: #00c48c !important;
}
.bg-info {
  background-color: #fdece8 !important;
}
.bg-warning {
  background-color: #ffcf5c !important;
}
.bg-danger {
  background-color: #939bb4 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4CB446 !important;
  border-color: #4CB446 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #1c5b25 !important;
  border-color: #1c5b25 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1c5b25 !important;
  border-color: #1c5b25 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0083b7 !important;
  border-color: #0083b7 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #004c6b !important;
  border-color: #004c6b !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #004c6b !important;
  border-color: #004c6b !important;
}
.btn-info,
.btn-info:active {
  background-color: #fdece8 !important;
  border-color: #fdece8 !important;
  color: #d43712 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #d43712 !important;
  background-color: #f7b2a2 !important;
  border-color: #f7b2a2 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #d43712 !important;
  background-color: #f7b2a2 !important;
  border-color: #f7b2a2 !important;
}
.btn-success,
.btn-success:active {
  background-color: #00c48c !important;
  border-color: #00c48c !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #007855 !important;
  border-color: #007855 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #007855 !important;
  border-color: #007855 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffcf5c !important;
  border-color: #ffcf5c !important;
  color: #5c4100 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #5c4100 !important;
  background-color: #ffb810 !important;
  border-color: #ffb810 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #5c4100 !important;
  background-color: #ffb810 !important;
  border-color: #ffb810 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #939bb4 !important;
  border-color: #939bb4 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #677294 !important;
  border-color: #677294 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #677294 !important;
  border-color: #677294 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #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 {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #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 {
  background: none;
  border-color: #4CB446;
  color: #2e963c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #4CB446;
  border-color: #4CB446;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2e963c !important;
  border-color: #2e963c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #0083b7;
  color: #0083b7;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #0083b7;
  border-color: #0083b7;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0083b7 !important;
  border-color: #0083b7 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #fdece8;
  color: #fdece8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d43712;
  background-color: #fdece8;
  border-color: #fdece8;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #d43712 !important;
  background-color: #fdece8 !important;
  border-color: #fdece8 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #00c48c;
  color: #00c48c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #00c48c;
  border-color: #00c48c;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #00c48c !important;
  border-color: #00c48c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #ffcf5c;
  color: #ffcf5c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5c4100;
  background-color: #ffcf5c;
  border-color: #ffcf5c;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #5c4100 !important;
  background-color: #ffcf5c !important;
  border-color: #ffcf5c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #939bb4;
  color: #939bb4;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #939bb4;
  border-color: #939bb4;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #939bb4 !important;
  border-color: #939bb4 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.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: #2e963c !important;
}
.text-secondary {
  color: #0083b7 !important;
}
.text-success {
  color: #00c48c !important;
}
.text-info {
  color: #fdece8 !important;
}
.text-warning {
  color: #ffcf5c !important;
}
.text-danger {
  color: #939bb4 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #16481d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #003a51 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #005e43 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #f59e8a !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #f5ad00 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #5c6685 !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: #70c770;
}
.alert-info {
  background-color: #fdece8;
}
.alert-warning {
  background-color: #ffcf5c;
}
.alert-danger {
  background-color: #939bb4;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 5px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2e963c;
  border-color: #2e963c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #2e963c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #70d37e;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #44ffca;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dee1e8;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
  font-weight: 400;
}
blockquote {
  border-color: #2e963c;
}
.btn-primary {
  margin: 1rem 0.5rem !important;
  padding: 1.5rem 3rem;
  font-size: 28px;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #06ACEC !important;
  border-color: #06ACEC !important;
}
.btn-secondary {
  margin: 1rem 0.5rem !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 6px 15px 0 #06ACEC !important;
  -webkit-box-shadow: 0 6px 16px 0 #06ACEC !important;
  background-color: #06ACEC !important;
  border-color: #06ACEC !important;
}
.btn-success {
  color: white !important;
  margin: 1rem 0.5rem !important;
}
.btn-success:active {
  color: white !important;
}
.btn-success:hover,
.btn-success:focus {
  color: white !important;
  box-shadow: 0 6px 15px 0 #00c48c !important;
  -webkit-box-shadow: 0 6px 16px 0 #00c48c !important;
  background-color: #00c48c !important;
  border-color: #00c48c !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2e963c;
  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-number__spin {
  background-color: #f5f6ff;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #2e963c;
  border-bottom-color: #2e963c;
}
.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: #2e963c !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: #0083b7 !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='%232e963c' %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-uCvoCE5lEY .navbar {
  background: #fff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-uCvoCE5lEY .navbar-dropdown.bg-color.transparent.opened {
  background: #efefef;
}
.cid-uCvoCE5lEY a {
  font-style: normal;
}
.cid-uCvoCE5lEY .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-uCvoCE5lEY .top-icon {
  font-size: 1rem;
  color: #2e963c;
  padding: 0.4rem;
}
.cid-uCvoCE5lEY .icon-wrap {
  width: 100%;
  margin-top: 0.2rem;
  margin-bottom: 0.1rem;
  padding: 0 4.3rem;
}
.cid-uCvoCE5lEY .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uCvoCE5lEY .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uCvoCE5lEY .nav-item:focus,
.cid-uCvoCE5lEY .nav-link:focus {
  outline: none;
}
.cid-uCvoCE5lEY .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uCvoCE5lEY .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uCvoCE5lEY .menu-logo {
  margin-right: auto;
}
.cid-uCvoCE5lEY .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uCvoCE5lEY .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uCvoCE5lEY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-uCvoCE5lEY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uCvoCE5lEY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uCvoCE5lEY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uCvoCE5lEY .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uCvoCE5lEY .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uCvoCE5lEY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uCvoCE5lEY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uCvoCE5lEY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uCvoCE5lEY .dropdown .dropdown-menu {
  background: #efefef;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uCvoCE5lEY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uCvoCE5lEY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCvoCE5lEY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uCvoCE5lEY .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCvoCE5lEY .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uCvoCE5lEY .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uCvoCE5lEY .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uCvoCE5lEY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uCvoCE5lEY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uCvoCE5lEY .navbar.navbar-short .navbar-logo a img {
  height: 4rem !important;
}
.cid-uCvoCE5lEY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uCvoCE5lEY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uCvoCE5lEY button.navbar-toggler:focus {
  outline: none;
}
.cid-uCvoCE5lEY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1b77a9;
}
.cid-uCvoCE5lEY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uCvoCE5lEY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uCvoCE5lEY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uCvoCE5lEY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uCvoCE5lEY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uCvoCE5lEY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uCvoCE5lEY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uCvoCE5lEY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uCvoCE5lEY .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uCvoCE5lEY .collapsed .btn {
  display: -webkit-flex;
}
.cid-uCvoCE5lEY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uCvoCE5lEY .collapsed .navbar-collapse.collapsing,
.cid-uCvoCE5lEY .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uCvoCE5lEY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uCvoCE5lEY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uCvoCE5lEY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uCvoCE5lEY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uCvoCE5lEY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uCvoCE5lEY .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uCvoCE5lEY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uCvoCE5lEY .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uCvoCE5lEY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uCvoCE5lEY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uCvoCE5lEY .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uCvoCE5lEY .collapsed button.navbar-toggler {
  display: block;
}
.cid-uCvoCE5lEY .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uCvoCE5lEY .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uCvoCE5lEY .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uCvoCE5lEY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uCvoCE5lEY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uCvoCE5lEY .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uCvoCE5lEY.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uCvoCE5lEY img {
    height: 3.8rem !important;
  }
  .cid-uCvoCE5lEY .icon-wrap {
    margin-top: 1rem;
  }
  .cid-uCvoCE5lEY .menu-wrap {
    flex-direction: column;
  }
  .cid-uCvoCE5lEY .btn {
    display: -webkit-flex;
  }
  .cid-uCvoCE5lEY button.navbar-toggler {
    display: block;
  }
  .cid-uCvoCE5lEY .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-uCvoCE5lEY .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uCvoCE5lEY .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uCvoCE5lEY .navbar-collapse.collapsing,
  .cid-uCvoCE5lEY .navbar-collapse.show {
    display: block !important;
	  text-align: center;
  }
  .cid-uCvoCE5lEY .navbar-collapse.collapsing .navbar-nav,
  .cid-uCvoCE5lEY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uCvoCE5lEY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uCvoCE5lEY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uCvoCE5lEY .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uCvoCE5lEY .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uCvoCE5lEY .navbar-collapse.collapsing .navbar-buttons,
  .cid-uCvoCE5lEY .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uCvoCE5lEY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uCvoCE5lEY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uCvoCE5lEY .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uCvoCE5lEY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uCvoCE5lEY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uCvoCE5lEY .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uCvoCE5lEY .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-uCvoCE5lEY .icon-wrap {
    margin-top: 4rem;
    padding: 0 0rem;
    width: 100%;
  }
  .cid-uCvoCE5lEY a {
  font-style: normal;
  text-align: right;
}
  .cid-uCvoCE5lEY .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-uCvoCE5lEY .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uCvoCE5lEY .nav-link:hover,
.cid-uCvoCE5lEY .dropdown-item:hover {
  color: #1874a8  !important;
}
.cid-uCvnAVVaxo {
  padding-top: 285px;
  padding-bottom: 45px;
	margin-top: 104px;
}
.cid-uCvnAVVaxo section {
  position: relative;
}
.cid-uCvnAVVaxo .svg1 {
  position: absolute;
  bottom: 1.1rem;
  left: 49%;
  transform: translate(-50%) scale(2, 1.6);
}


.cid-uCvnAVVaxo .svg2 {
  position: absolute;
 top: 1.1rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}

@media (max-width: 767px) {
.cid-uCvnAVVaxo .svg2 {
  
 top: 0.5rem;
  
}	
	
	.cid-uCvnAVVaxo .svg1 {
   
 display: none;
   
}
}

.cid-uCvnAVVaxo #e2_shape {
  fill: #f0f0f0 !important;
}
.cid-uCvnAVVaxo img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uCvnAVVaxo img {
    width: 90%!important;
  }
}
.cid-uCvx9nTFah {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f0f0f0;
}
.cid-uCvx9nTFah .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uCvx9nTFah .row-element,
.cid-uCvx9nTFah .image-element {
  padding: 0;
}
.cid-uCvx9nTFah .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uCvx9nTFah .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uCvx9nTFah .text-content {
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-uCvx9nTFah .text-content {
    padding: 2rem 1rem;
  }
  .cid-uCvx9nTFah .mbr-title,
  .cid-uCvx9nTFah .underline,
  .cid-uCvx9nTFah .mbr-text,
  .cid-uCvx9nTFah .mbr-section-btn {
     
  }
}
.cid-uCvx9nTFah .mbr-section-subtitle {
  color: #000000;
}
.cid-uCvx9nTFah .mbr-section-subtitle2 {
  color: #787888;
}
.cid-uCvx9nTFah .mbr-title {
  color: #000000;
}
.cid-uCvx9nTFah .mbr-text,
.cid-uCvx9nTFah .mbr-section-btn {
  color: #787888;
}
.cid-uCAnHb1aZ1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uCAnHb1aZ1 .mbr-section-subtitle {
  color: #767676;
  text-align: left;
  line-height: 1.6;
}
.cid-uCAnHb1aZ1 .image-element {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cid-uCAnHb1aZ1 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
	border-radius: 15px;
}
.cid-uCAnHb1aZ1 h4 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-uCAnHb1aZ1 h4:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uCAnHb1aZ1 h4:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uCAnHb1aZ1 .wrapper {
  padding: 2rem 1rem 1rem 1rem;
}

.cid-uCAnHb1aZ1 .card-overlay {
  display: none;
  background: #0083b7;
}
@media (min-width: 768px) {
  .cid-uCAnHb1aZ1 .image-element:hover .card-overlay {
    opacity: 0.7;
    border-bottom-right-radius: 7rem;
  }
  .cid-uCAnHb1aZ1 .image-element:hover .wrapper {
    padding-top: 0;
    border-bottom-right-radius: 7rem;
  }
  .cid-uCAnHb1aZ1 .image-element:hover .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 3s;
    opacity: 1;
    max-height: 999px;
    border-bottom-right-radius: 7rem;
  }
  .cid-uCAnHb1aZ1 .image-element:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 7rem;
  }
  .cid-uCAnHb1aZ1 .image-element.popup-btn:hover .card-overlay {
    border-bottom-right-radius: 0 !important;
  }
  .cid-uCAnHb1aZ1 .image-element.popup-btn:hover .wrapper {
    border-bottom-right-radius: 0 !important;
  }
  .cid-uCAnHb1aZ1 .image-element.popup-btn:hover .wrapper .collapsed-content {
    border-bottom-right-radius: 0 !important;
  }
  .cid-uCAnHb1aZ1 .image-element.popup-btn:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 0 !important;
  }
  .cid-uCAnHb1aZ1 .wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem 2rem;
    background: linear-gradient(0deg, rgba(0,131,183,1) 0%, rgba(0,131,183,0.0032213569021358746) 99%);
  }
  .cid-uCAnHb1aZ1 .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 1s;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
  }
  .cid-uCAnHb1aZ1 .card-overlay {
    transition: all .5s;
    opacity: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .cid-uCAnHb1aZ1 .card-title,
  .cid-uCAnHb1aZ1 .underline,
  .cid-uCAnHb1aZ1 .mbr-text,
  .cid-uCAnHb1aZ1 .mbr-section-btn,
  .cid-uCAnHb1aZ1 .mbr-section-subtitle,
  .cid-uCAnHb1aZ1 .mbr-section-title {
    text-align: center !important;
  }
  .cid-uCAnHb1aZ1 .wrapper {
    background-color: #000000;
  }
}
.cid-uCAnHb1aZ1 .mbr-section-title {
  text-align: left;
}
.cid-uCAnHb1aZ1 .mbr-section-title,
.cid-uCAnHb1aZ1 .underline {
  text-align: center;
}
.cid-uCAnHb1aZ1 H4 {
  color: #e1201d;
}
.cid-uCvVeF166g {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uCvVeF166g .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #efefef;
  transition: all 0.4s ease-in-out;
}
.cid-uCvVeF166g .content-block .mbr-text {
  margin: 0;
}
.cid-uCvVeF166g .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-uCvVeF166g .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-uCvVeF166g .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-uCvVeF166g .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-uCvVeF166g .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
	border-radius: 15px;
}
.cid-uCvVeF166g h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-uCvVb6Mkuj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uCvVb6Mkuj .card {
  display: block;
  position: relative;
}
.cid-uCvVb6Mkuj .card .card-wrapper {
  background: #ffffff;
  height: 1%;
}
.cid-uCvVb6Mkuj .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-uCvVb6Mkuj .card .card-wrapper .card-img img {
  transition: all .5s;
	border-radius: 15px;
}
.cid-uCvVb6Mkuj .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #e96188;
}
.cid-uCvVb6Mkuj .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-uCvVb6Mkuj .card .card-wrapper .card-box {
  padding: 0.2rem 0rem;
}
.cid-uCvVb6Mkuj .mbr-card-text {
  margin: 0;
}
.cid-uCvVb6Mkuj .mbr-section-title {
  text-align: center;
}
.cid-uCvVb6Mkuj .mbr-title {
  color: #666666;
}
.cid-uCAq5bWeHY {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/alisabon-217-2000x1500.webp");
	min-height: 80vh;
}
.cid-uCAq5bWeHY .mbr-text,
.cid-uCAq5bWeHY .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-uCAq5bWeHY .mbr-section-title {
  margin-left: -0.2rem;
}
.cid-uCAq5bWeHY .mbr-section-title span {
  color: #ffbc00;
}
.cid-uCAq5bWeHY .btn {
  margin: .4rem 4px !important;
}
@media (max-width: 767px) {
  .cid-uCAq5bWeHY .mbr-section-title {
    margin-left: -0.8rem;
  }
}
.cid-uCvVjeWpTI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uCvVjeWpTI .subicon-title {
  color: #000000;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uCvVjeWpTI .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uCvVjeWpTI .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uCvVjeWpTI .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uCvVjeWpTI .process-icon,
.cid-uCvVjeWpTI .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-uCvVjeWpTI .wrapper,
.cid-uCvVjeWpTI .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-uCvVjeWpTI .wrapper::before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  font-size: 30px;
  left: -15px;
  top: 30%;
  color: #2e963c;
  opacity: .4;
}
.cid-uCvVjeWpTI .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-uCvVjeWpTI .icon-container a {
  display: inherit;
}
.cid-uCvVjeWpTI .icon-number {
  text-align: center;
  height: 2.5em;
  width: 2.5em;
  margin: 0;
  line-height: 2.5em;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  background-color: #D2D2D2  !important;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  color: #0083b7;
  z-index: 1;
}
.cid-uCvVjeWpTI .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-uCvVjeWpTI .icon-main:hover .icon-wrapper {
  background-color: #0083b7 !important;
}
.cid-uCvVjeWpTI .icon-main:hover .icon-number {
  background-color: #D2D2D2 !important;
  color: #ffffff !important;
}
.cid-uCvVjeWpTI .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0.9em;
  height: 100%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 50px;
  color: #ffffff;
}
.cid-uCvVjeWpTI .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-uCvVjeWpTI .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-uCvVjeWpTI .third-elem .wrapper:before {
    display: none;
  }
}
.cid-uCvVjeWpTI .mbr-section-title {
  margin: 0;
}
.cid-uCvVjeWpTI .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-uCAr6dH1QT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uCAr6dH1QT .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-uCAr6dH1QT .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #2e963c;
  margin-right: 2rem;
  border-radius: 40px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-uCAr6dH1QT .timeline-text-content p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uCAr6dH1QT .timeline-text-content {
    padding: 1.5rem 0.5rem;
  }
}
.cid-uCAr6dH1QT .mbr-timeline-title,
.cid-uCAr6dH1QT .mbr-timeline-text {
  color: #ffffff;
}
.cid-uCAr6dH1QT .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cid-uCAr6dH1QT .timeline-element:hover .timeline-text-content {
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08) !important;
  -webkit-transition: all 0.4s !important;
  transition: all 0.4s !important;
}
.cid-uCAr6dH1QT .timeline-element:hover .timeline-text-content h4,
.cid-uCAr6dH1QT .timeline-element:hover .timeline-text-content p {
  -webkit-transition: color 1s !important;
  transition: color 1s !important;
  color: #f0f0f0 !important;
}
.cid-uCAr6dH1QT .timeline-element:hover .iconsBackground span {
  -webkit-transition: color 1s !important;
  transition: color 1s !important;
  color: #f0f0f0 !important;
}
.cid-uCAr6dH1QT .timeline-element:hover:before {
  -webkit-transition: background-color 1s !important;
  transition: background-color 1s !important;
  background-color: #f0f0f0 !important;
}
.cid-uCAr6dH1QT .reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uCAr6dH1QT .reverse .timeline-text-content {
  margin-left: 2rem;
  margin-right: 0;
}
.cid-uCAr6dH1QT .iconsBackground {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #2e963c;
  top: 20px;
  margin-left: -30px;
}
.cid-uCAr6dH1QT .iconsBackground span {
  color: #ffffff;
}
.cid-uCAr6dH1QT .mbr-iconfont {
  position: absolute;
  text-align: center;
  font-size: 35px;
  display: inline-block;
  z-index: 3;
  top: 13px;
  left: 13px;
}
.cid-uCAr6dH1QT .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #2e963c;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
.cid-uCAr6dH1QT .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (max-width: 768px) {
  .cid-uCAr6dH1QT .iconsBackground {
    left: 1.5rem;
  }
  .cid-uCAr6dH1QT .separline:before {
    left: calc(1.5rem - 1px);
  }
  .cid-uCAr6dH1QT .timeline-text-content {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  .cid-uCAr6dH1QT .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-uCAr6dH1QT .mbr-section-title {
  color: #000000;
}
.cid-uCAr6dH1QT .mbr-timeline-title {
  color: #ffffff;
}
.cid-uCAsGS6x4a {
  padding-top: 90px;
  padding-bottom: 5px;
  background-color: #f0f0f0;
}
.cid-uCAsGS6x4a .mbr-overlay {
  background: linear-gradient(90deg, #4284df, #6441a5);
}
.cid-uCAsGS6x4a h2,
.cid-uCAsGS6x4a h3,
.cid-uCAsGS6x4a h4,
.cid-uCAsGS6x4a p {
  color: #ffffff;
}
.cid-uCAsGS6x4a .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-uCAsGS6x4a .text-block {
  border-bottom: 1px solid #767676;
}
.cid-uCAsGS6x4a .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-uCAsGS6x4a .mbr-text {
  color: #767676;
}
.cid-uCAsGS6x4a a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uCAsGS6x4a .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uCAsGS6x4a .input-group-btn {
  display: block;
  text-align: center;
}
.cid-uCAsGS6x4a textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-uCAsGS6x4a h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uCAsGS6x4a .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-uCAsGS6x4a .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uCAsGS6x4a .google-map {
    padding-bottom: 2rem;
  }
}
.cid-uCAsGS6x4a H2 {
  color: #000000;
}


.cid-uDqSfP7xnT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uDqSfP7xnT .container-fluid {
  padding: 0 0.5rem;
}
.cid-uDqSfP7xnT .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #2e963c 50%, #0083b7 120%);
  display: inline-block;
}
.cid-uDqSfP7xnT .timeline-text-content {
  padding: 2rem 0rem;
  margin-left: 2rem;
  text-align: left;
}

@media (max-width: 768px) {
.cid-uDqSfP7xnT .timeline-text-content {
  padding: 0rem 0rem;
  margin-left: 2rem;
  text-align: left;
}
	 
}



.cid-uDqSfP7xnT .timeline-text-content p {
  margin-bottom: 0;
}
.cid-uDqSfP7xnT .time-line-date-content {
  margin-right: 2rem;
}
.cid-uDqSfP7xnT .time-line-date-content p {
  padding: 32px 10px 4px 10px;
  float: right;
}
.cid-uDqSfP7xnT .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.cid-uDqSfP7xnT .iconBackground {
  position: absolute;
  left: 33%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #000;
	background: #000;
  font-size: 30px;
  display: inline-block;
  top: 40px;
  margin-left: -10px;
}
.cid-uDqSfP7xnT .separline:before,
.cid-uDqSfP7xnT .first-separline:before {
  top: 3.5rem;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #CFCFCF;
  left: calc(33% - 1px);
  height: calc(100% + 2.5rem);
}
.cid-uDqSfP7xnT .separline:after {
	display: none;
  top: calc(100% + 6.1rem);
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #CFCFCF;
  left: calc(33% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uDqSfP7xnT .container-fluid {
    padding: 0 1rem;
  }
  .cid-uDqSfP7xnT .iconBackground {
    left: 10px !important;
    top: 33px;
  }
  .cid-uDqSfP7xnT .separline:before,
  .cid-uDqSfP7xnT .first-separline:before {
    left: 9px !important;
    top: 3.3rem;
  }
  .cid-uDqSfP7xnT .separline:after {
    left: 9px !important;
    top: calc(100% + 6.4rem);
  }
  .cid-uDqSfP7xnT .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-uDqSfP7xnT .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-uDqSfP7xnT .time-line-date-content p {
    float: left !important;
  }
  .cid-uDqSfP7xnT .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
}
.cid-uDqSfP7xnT .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-uDCQo63wbU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uDCQo63wbU .title {
  border-bottom: 1px solid #ececec;
}
.cid-uDCQo63wbU .card-wrapper {
  overflow: hidden1;
  height: 100%;
 
  color: #444444;
  padding: 0;
   
  transition: all 0.3s;
}
.cid-uDCQo63wbU .card-wrapper:hover {
   
  margin-top: -0.6rem;
}
.cid-uDCQo63wbU  .card-img {
  box-shadow: 0;
	transition: box-shadow 0.5s;
	 
   
}
 
.cid-uDCQo63wbU .card-wrapper:hover .card-img {
  box-shadow: 0 20px 20px rgba(25, 118, 168, 0.29);
	transition: box-shadow 0.5s;
   
}
.cid-uDCQo63wbU .card-wrapper:hover .price-box {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  left: 5px;
  bottom: 15px;
}

 
.cid-uDCQo63wbU .display-4 {
  line-height: 1.1;
}
.cid-uDCQo63wbU .mbr-iconfont {
  font-size: 1rem;
  padding-bottom: 3px;
}
.cid-uDCQo63wbU .ico-line-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uDCQo63wbU .ico-line {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uDCQo63wbU p {
  line-height: 1.6;
}
.cid-uDCQo63wbU .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-uDCQo63wbU .card-title {
  color: #505050;
  margin: 0;
  line-height: 1.3;
  text-align: left;
}
.cid-uDCQo63wbU .card-img {
  overflow: hidden;
   
  position: relative;
  border-radius: 10px;
}
.cid-uDCQo63wbU .price-box {
  position: absolute;
  background: #ff4a52;
  padding: 0.5rem 1rem;
  left: 0;
  bottom: 1rem;
  transition: all 0.3s;
}
.cid-uDCQo63wbU img {
  transition: all 0.3s;
}
.cid-uDCQo63wbU h5 {
  margin: 0;
}
.cid-uDCQo63wbU .card-box {
  padding: 1.5rem 0px;
}
.cid-uDCQo63wbU .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: left;
}
.cid-uDCQo63wbU .card-box > p,
.cid-uDCQo63wbU .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uDCQo63wbU .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-uDCQo63wbU .price {
  color: #ffffff;
  text-align: left;
}
.cid-uDCQo63wbU .rev {
  color: #000000;
}
@media (max-width: 576px) {
  .cid-uDCQo63wbU .ico-line-wrap {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uDCQo63wbU .ico-line {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
 
	.cid-uDqSfP7xnT .time-line-date-content p {
  padding: 26px 10px 4px 10px;
    padding-bottom: 4px;
  float: right;
}
}

.cid-uDD9dH3Kek {
  padding-top: 150px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uDD9dH3Kek .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uDD9dH3Kek .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uDD9dH3Kek .mbr-text {
  color: #444;
}
.cid-uDD9dH3Kek h5 {
  margin-bottom: 0;
}
.cid-uDD9dH3Kek .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uDD9dH3Kek .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uDD9dH3Kek .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uDD9dH3Kek .socicon {
  font-size: 1.3rem;
  
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
 
.cid-uDD9dH3Kek .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uDD9dH3Kek .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-uDD9dH3Kek .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uDD9dH3Kek .social-list a span  {
    
	transition: transform 0.5s;
}
.cid-uDD9dH3Kek .social-list a span:hover {
  
	transform: scale(1.2);
	transition: transform 0.5s;
}
.cid-uDD9dH3Kek .media-container-row > div {
  padding: 0px;
}
.cid-uDD9dH3Kek .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uDD9dH3Kek .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uDD9dH3Kek .group-title SPAN {
  color: #ffffff;
}
.cid-uDD9dH3Kek .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uDD9dH3Kek .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uDD9dH3Kek .social-list,
  .cid-uDD9dH3Kek .img-list {
    
  }
  .cid-uDD9dH3Kek h3 {
    margin-bottom: 10px;
  }
  .cid-uDD9dH3Kek .navbar-brand {
    text-align: center;
  }
}
.cid-uDD9dH3Kek .links SPAN {
  color: #9e9e9e;
}
#footer1-s svg {position: absolute;
  top: 0%;
  z-index: 120;
}
#form3-d svg, #header6-b .svg3 {position: absolute;
  top: 0%;
  z-index: 120;
}
@media (max-width: 1641px) {
.cid-uCvnAVVaxo .svg2 {
  
  top: 0.5rem;
   
}
	.cid-uCvnAVVaxo .svg1 {
   
  bottom: 0.5rem;
  
}
}
@media (max-width: 991px) {
#footer1-s svg {position: absolute;
  top: 0%;
  z-index: 120;
}	
	#features09-a {padding-top: 70px !important;}
	#features09-a svg{top: 0%;
  position: absolute;}
	.cid-uCvnAVVaxo .svg2 {top: 0.4rem;}
	.cid-uCvnAVVaxo .svg1{bottom: 0.5rem;}
}


@media (max-width: 767px) {
  .align-left, .align-right{
    text-align: left;
  }
	#header05-0 .align-left{
    text-align: center;
  }
}


@media (max-width: 1290px) and (min-width: 990px) {
	.navbar-logo img {height: 2.8rem !important;}
	
}

.cid-uF7VbDpa2J {
  padding-top: 60px;
  padding-bottom: 10px;
  background-color: #ffffff;
}
.cid-uF7VbDpa2J .mbr-section-title {
  font-weight: bold;
  color: #232323;
  margin-bottom: 2.5rem;
}
.cid-uF7VbDpa2J .mbr-section-subtitle {
  font-weight: 500;
  margin-bottom: 2rem;
}
.cid-uF7VbDpa2J .mbr-element-title {
  margin-bottom: 1rem;
}
.cid-uF7VbDpa2J .card-img {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.cid-uF7VbDpa2J .card-img span {
  font-size: 80px;
}
.cid-uF7VbDpa2J .nav {
  border: none;
  margin-bottom: 3rem;
}
.cid-uF7VbDpa2J .nav-tabs {
  margin-top: 1rem;
  margin-bottom: 0rem;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uF7VbDpa2J .tabcont {
  z-index: 1;
  margin: 0;
}
.cid-uF7VbDpa2J .nav-item {
  margin-top: 1rem;
}
.cid-uF7VbDpa2J .tab-content-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
}
.cid-uF7VbDpa2J .tab-content {
   
	width: 100%;
  border: 1px solid #06ACEC;
  border-radius: 8px;
}
.cid-uF7VbDpa2J .nav-tabs .nav-link {
  box-sizing: border-box;
  font-style: normal;
  font-weight: bold;
  padding: 1rem 1rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  transition: all .5s;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom: 1px solid #A0CBEA;
}
.cid-uF7VbDpa2J .nav-tabs .nav-link:hover {
  border-color: transparent;
  border-bottom: 1px solid #767676;
}
.cid-uF7VbDpa2J .nav-tabs .nav-link.active {
  border: 1px solid #A0CBEA;
   
  font-style: normal;
  background-color: transparent;
	
	 
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(5, 133, 134);
  border-bottom: 1px solid #fff;
  
}


.cid-uF7XOKc0BG {
  
  background-color: none;
}
.cid-uF7XOKc0BG .link-wrap {
  width: 100%;
}
.cid-uF7XOKc0BG .card-box,
.cid-uF7XOKc0BG .img-wrapper {
  width: 50%;
}
.cid-uF7XOKc0BG img {
  margin: auto;
  width: 80px;
margin-bottom: 15px;
 
}
.cid-uF7XOKc0BG .link {
  display: inline-block;
}
.cid-uF7XOKc0BG .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-uF7XOKc0BG .link a:before {
  position: absolute;
  right: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-uF7XOKc0BG .link a:hover {
  text-decoration: underline;
}
.cid-uF7XOKc0BG .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
	padding: 1rem 1rem;
}
.cid-uF7XOKc0BG .card:first-child {
  
	padding-top: 2rem;
}
.cid-uF7XOKc0BG .card:last-child {
  
	padding-bottom: 2rem;
}
.cid-uF7XOKc0BG .card-wrapper {
  background-position: center;
  padding: 2rem 1rem;
  background: #F6F6F6;
	border-radius: 8px;
  background-size: cover;
  display: flex;
  transition: all 0.3s;
  justify-content: center;
  align-items: center;
}

.cid-uF7XOKc0BG .card-wrapper2 {
 
  padding: 2rem 1rem;
  background: #F6F6F6;
	border-radius: 8px;
  
 
  transition: all 0.3s;
  justify-content: center;
  align-items: center;
}

.cid-uF7XOKc0BG .card-wrapper:hover {
  background: #ededed;
}
.cid-uF7XOKc0BG .card-wrapper:hover .link a {
  text-decoration: underline;
}
.cid-uF7XOKc0BG .link,
.cid-uF7XOKc0BG .link-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uF7XOKc0BG .card {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uF7XOKc0BG .card-wrapper {
    padding: 3rem 1rem;
    flex-direction: column;
  }
  .cid-uF7XOKc0BG .card-box,
  .cid-uF7XOKc0BG .img-wrapper {
    width: 100%;
    text-align: center;
  }
  .cid-uF7XOKc0BG .big {
     
    text-align: left;
  }
  .zag_card {
  margin-top: 11px;
  margin-bottom: 0px;
  line-height: 1.5rem;
  text-align: center;
}
  .cid-uF7XOKc0BG .img-wrapper {
    margin-top: 2rem;
  }
}
.cid-uF7XOKc0BG .card-subtitle {
  color: #fff;
	font-size: 1rem;
}
.cid-uF7XOKc0BG .mbr-text,
.cid-uF7XOKc0BG .link-wrap {
  color: #555555;
}
.freeicon{border: 1px solid #06ACEC;
	background-color: #06ACEC;
  padding: 2px 10px;
  color:#fff;
  border-radius: 30px;}

.freeicon3{

  padding: 15px 10px 2px 0px;
  color:#a4a4a4  !important;
	font-weight: 600;
	font-size: 0.9rem !important;
	line-height: 0.9rem;
  }
.padl-0{padding-left: 0px;}
.mt10{margin-top:3px;}
.mt20 {margin-top: 10px;}

.zag_card{margin-top: 11px; margin-bottom: 0px; line-height: 1.5rem; }
.line-txt {line-height:1;margin-top: 0.5rem;}
.line-txt2 {line-height:1.4;margin-top: 0.5rem; color:#555555;}
.line-txt3 {line-height:1;margin-top: 0.1rem; color:#555555; font-size: 1.2rem; margin-bottom: 0.2rem !important;}
.buttongreen {background-color: #1B873C; border-color: #1B873C;transition: all 0.3s}
.buttongreen:hover {background-color: #23AC4D; border-color: #1B873C; cursor:pointer; transition: all 0.3s}

.cid-uF7V19OxPx {
  padding-top: 20px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-uF7V19OxPx .mbr-iconfont {
  font-size: 1.2rem!important;
}
.cid-uF7V19OxPx p {
  margin-bottom: 0!important;
}
.cid-uF7V19OxPx .card {
  margin-bottom: 1rem;
  border-radius: 8px !important;
}
.cid-uF7V19OxPx .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uF7V19OxPx .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uF7V19OxPx .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uF7V19OxPx .card .card-header a.panel-title h4 {
  padding: 3.3rem 2rem;
  margin-bottom: 0;
}
.cid-uF7V19OxPx .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uF7V19OxPx .card .panel-body {
  color: #767676;
	border: 1px solid #F6F6F6;
	background: none !important;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
}
.cid-uF7V19OxPx .card-header {
  transition: all 0.3s;
  background-color: #f6f6f6;
}
.cid-uF7V19OxPx .card-header:hover {
  background-color: #06ACEC;
}
.cid-uF7V19OxPx .card-header:hover h4 {
  color: #ffffff !important;
}
.cid-uF7V19OxPx H4 {
  color: #232323;
}

.mbri-arrow-down::before {
  content: "\e908";
  border: 1px solid;
  border-radius: 50%;
  padding: 11px;
}

.mbri-arrow-up::before {
  content: "\e90b";
	border: 1px solid;
  border-radius: 50%;
  padding: 11px;
}
.whitediv{background-color: #fff !important; margin-top: 20px; text-align: left !important; justify-content: left !important; padding-top:0.5rem !important;}
.nowhitediv{background-color: none !important; background: none !important; margin-top: 20px; text-align: left !important; justify-content: left !important; padding-top:0.5rem !important;}
.formsize {font-size: 17px;}
.form-group {
  margin-bottom: 0rem;
}
.pricetis {
    
    padding-right: 5px;
  padding-left: 15px;
}
.dblock {display:block;}
.pad-0 {padding: 0px;}
.bluetxt {font-weight:600;color: #06ACEC !important; font-size: 1.1rem !important; padding: 0px 10px 2px 0px;}
.big p:first-letter{
    text-transform: uppercase;
}
.padstyle1 {padding: 0px 10px 15px 0px;}
.padstyle2 {padding: 0px 0px 0px 10px;}

@media (max-width: 992px) {
    .padstyle1 {padding: 0px 0px 15px 0px;}
.padstyle2 {padding: 0px 0px 0px 0px;}
.cid-uF7XOKc0BG .card {padding:1rem 0rem;}
.cid-uF7XOKc0BG .card-wrapper {padding: 2rem 0rem;}
.padl-0 {
  padding-left: 1rem;
}
}