@import url(https://fonts.googleapis.com/css?family=Rubik:300,400,500,600,700,800,900,300i,400i,500i,600i,700i,800i,900i&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.3rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 2.08rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 2rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((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: #149dcc !important;
}
.bg-success {
  background-color: #109331 !important;
}
.bg-info {
  background-color: #25c3d7 !important;
}
.bg-warning {
  background-color: #7dd77c !important;
}
.bg-danger {
  background-color: #ffc154 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0a6421 !important;
  border-color: #0a6421 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #031e0a !important;
  border-color: #031e0a !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #031e0a !important;
  border-color: #031e0a !important;
}
.btn-info,
.btn-info:active {
  background-color: #25c3d7 !important;
  border-color: #25c3d7 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #1a8896 !important;
  border-color: #1a8896 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1a8896 !important;
  border-color: #1a8896 !important;
}
.btn-success,
.btn-success:active {
  background-color: #109331 !important;
  border-color: #109331 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #084e1a !important;
  border-color: #084e1a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #084e1a !important;
  border-color: #084e1a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #7dd77c !important;
  border-color: #7dd77c !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #43c541 !important;
  border-color: #43c541 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #43c541 !important;
  border-color: #43c541 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffc154 !important;
  border-color: #ffc154 !important;
  color: #543600 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #543600 !important;
  background-color: #ffa507 !important;
  border-color: #ffa507 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #543600 !important;
  background-color: #ffa507 !important;
  border-color: #ffa507 !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: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #010702;
  color: #010702;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #0a6421;
  border-color: #0a6421;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0a6421 !important;
  border-color: #0a6421 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #167480;
  color: #167480;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #25c3d7;
  border-color: #25c3d7;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #25c3d7 !important;
  border-color: #25c3d7 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #063712;
  color: #063712;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #109331;
  border-color: #109331;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #109331 !important;
  border-color: #109331 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #39b637;
  color: #39b637;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #7dd77c;
  border-color: #7dd77c;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #7dd77c !important;
  border-color: #7dd77c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ed9700;
  color: #ed9700;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #543600;
  background-color: #ffc154;
  border-color: #ffc154;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #543600 !important;
  background-color: #ffc154 !important;
  border-color: #ffc154 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.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: #149dcc !important;
}
.text-secondary {
  color: #0a6421 !important;
}
.text-success {
  color: #109331 !important;
}
.text-info {
  color: #25c3d7 !important;
}
.text-warning {
  color: #7dd77c !important;
}
.text-danger {
  color: #ffc154 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #010702 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #063712 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #167480 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #39b637 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ed9700 !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: #25c3d7;
}
.alert-warning {
  background-color: #7dd77c;
}
.alert-danger {
  background-color: #ffc154;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.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) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #39e965;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d1f3f7;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  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: #149dcc;
  border-bottom-color: #149dcc;
}
.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: #149dcc !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: #0a6421 !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: 100px;
  height: 100px;
  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='%23149dcc' %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.3;
}
.cid-uFqJA8NjLa .navbar {
  padding: .5rem 0;
  background: #0f7b8b;
  transition: none;
  min-height: 77px;
}
.cid-uFqJA8NjLa .navbar-dropdown.bg-color.transparent.opened {
  background: #0f7b8b;
}
.cid-uFqJA8NjLa a {
  font-style: normal;
}
.cid-uFqJA8NjLa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFqJA8NjLa .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uFqJA8NjLa .nav-item:focus,
.cid-uFqJA8NjLa .nav-link:focus {
  outline: none;
}
.cid-uFqJA8NjLa .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFqJA8NjLa .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFqJA8NjLa .menu-logo {
  margin-right: auto;
}
.cid-uFqJA8NjLa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFqJA8NjLa .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-uFqJA8NjLa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFqJA8NjLa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFqJA8NjLa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFqJA8NjLa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFqJA8NjLa .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFqJA8NjLa .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFqJA8NjLa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFqJA8NjLa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFqJA8NjLa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFqJA8NjLa .dropdown .dropdown-menu {
  background: #0f7b8b;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uFqJA8NjLa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uFqJA8NjLa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFqJA8NjLa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFqJA8NjLa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFqJA8NjLa .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-uFqJA8NjLa .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFqJA8NjLa .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFqJA8NjLa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFqJA8NjLa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFqJA8NjLa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFqJA8NjLa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFqJA8NjLa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uFqJA8NjLa button.navbar-toggler:focus {
  outline: none;
}
.cid-uFqJA8NjLa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFqJA8NjLa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFqJA8NjLa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFqJA8NjLa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFqJA8NjLa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFqJA8NjLa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFqJA8NjLa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFqJA8NjLa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFqJA8NjLa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFqJA8NjLa .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFqJA8NjLa .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFqJA8NjLa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFqJA8NjLa .collapsed .navbar-collapse.collapsing,
.cid-uFqJA8NjLa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFqJA8NjLa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFqJA8NjLa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFqJA8NjLa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFqJA8NjLa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFqJA8NjLa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFqJA8NjLa .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFqJA8NjLa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFqJA8NjLa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uFqJA8NjLa .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFqJA8NjLa .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFqJA8NjLa .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFqJA8NjLa .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFqJA8NjLa .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-uFqJA8NjLa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFqJA8NjLa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFqJA8NjLa .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-uFqJA8NjLa .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFqJA8NjLa img {
    height: 3.8rem !important;
  }
  .cid-uFqJA8NjLa .btn {
    display: -webkit-flex;
  }
  .cid-uFqJA8NjLa button.navbar-toggler {
    display: block;
  }
  .cid-uFqJA8NjLa .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFqJA8NjLa .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFqJA8NjLa .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFqJA8NjLa .navbar-collapse.collapsing,
  .cid-uFqJA8NjLa .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFqJA8NjLa .navbar-collapse.collapsing .navbar-nav,
  .cid-uFqJA8NjLa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFqJA8NjLa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFqJA8NjLa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFqJA8NjLa .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFqJA8NjLa .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFqJA8NjLa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFqJA8NjLa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFqJA8NjLa .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-uFqJA8NjLa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFqJA8NjLa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFqJA8NjLa .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-uFqJA8NjLa .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFqJA8NjLa .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFqJA8NjLa .nav-link:hover,
.cid-uFqJA8NjLa .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-uFqJAbgAee .modal-body .close {
  background: #1b1b1b;
}
.cid-uFqJAbgAee .modal-body .close span {
  font-style: normal;
}
.cid-uFqJAbgAee .carousel-inner > .active,
.cid-uFqJAbgAee .carousel-inner > .next,
.cid-uFqJAbgAee .carousel-inner > .prev {
  display: table;
}
.cid-uFqJAbgAee .carousel-control .icon-next,
.cid-uFqJAbgAee .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uFqJAbgAee .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFqJAbgAee .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uFqJAbgAee .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uFqJAbgAee .boxed-slider > div {
  position: relative;
}
.cid-uFqJAbgAee .container img {
  width: 100%;
}
.cid-uFqJAbgAee .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uFqJAbgAee .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uFqJAbgAee .mbr-table-cell {
  padding: 0;
}
.cid-uFqJAbgAee .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uFqJAbgAee .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-uFqJAbgAee .mbr-overlay {
  z-index: 1;
}
.cid-uFqJAbgAee .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uFqJAbgAee .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-uFqJAbgAee .carousel-item .container {
    width: 100%;
  }
}
.cid-uFqJAbgAee .carousel-item-next.carousel-item-left,
.cid-uFqJAbgAee .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-uFqJAbgAee .active.carousel-item-right,
.cid-uFqJAbgAee .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-uFqJAbgAee .active.carousel-item-left,
.cid-uFqJAbgAee .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-uFqJAbgAee .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-uFqJAbgAee .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFqJAbgAee .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uFqJAbgAee .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-uFqJAbgAee .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uFqJAbgAee .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uFqJAbgAee .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uFqJAbgAee .mbr-slider .carousel-indicators li.active,
.cid-uFqJAbgAee .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uFqJAbgAee .mbr-slider .carousel-indicators li::after,
.cid-uFqJAbgAee .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uFqJAbgAee .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uFqJAbgAee .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uFqJAbgAee .mbr-slider > .container img {
  width: 100%;
}
.cid-uFqJAbgAee .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uFqJAbgAee .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uFqJAbgAee .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uFqJAbgAee .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uFqJAbgAee .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uFqJAbgAee .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-uFqJAbgAee .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uFqJAbgAee .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uFqJAbgAee .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uFqJAbgAee .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uFqJAbgAee .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uFqJAbgAee .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uFqJAbgAee .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uFqJAdzljq {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #0e2f16;
}
.cid-uFqJAdzljq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFqJAdzljq .mbr-text {
  color: #767676;
}
.cid-uFqJAdzljq .card {
  display: block;
  position: relative;
}
.cid-uFqJAdzljq .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-uFqJAdzljq .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uFqJAdzljq .card-wrapper .card-img {
  display: block;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.cid-uFqJAdzljq .card-wrapper .card-img .mbr-overlay {
  background: #55b4d4;
  display: block;
  opacity: 0.8;
  transition: all .3s;
  border-bottom-left-radius: 50%;
  background: linear-gradient(135deg, #55b4d4, #12471f);
}
.cid-uFqJAdzljq .card-wrapper .card-img .mbr-section-btn {
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  transition: opacity .3s;
  margin: auto;
}
.cid-uFqJAdzljq .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-uFqJAdzljq .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uFqJAdzljq .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-uFqJAdzljq .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uFqJAdzljq .popup-btn .mbr-overlay {
  opacity: 0;
  height: 0;
  bottom: 0;
  top: auto;
  border-bottom-left-radius: 0 !important;
}
.cid-uFqJAdzljq .popup-btn .mbr-section-btn {
  opacity: 0;
}
.cid-uFqJAdzljq .popup-btn:hover .mbr-overlay {
  opacity: 0.8;
  height: 100%;
}
.cid-uFqJAdzljq .popup-btn:hover .mbr-section-btn {
  opacity: 1;
}
.cid-uFqJAdzljq .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uFqJAdzljq .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #149dcc, #0a6421);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-uFqJAdzljq .mbr-section-title,
  .cid-uFqJAdzljq .underline,
  .cid-uFqJAdzljq .mbr-section-subtitle {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-uFqJAdzljq .card-title {
  color: #0a6421;
}
.cid-uFqJAhBk2N {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0e2f16;
}
.cid-uFqJAhBk2N .line {
  background-color: #2d054b;
  color: #2d054b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uFqJAhBk2N .section-text {
  padding: 2rem 0;
  color: #fdf93d;
}
.cid-uFqJAhBk2N .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uFqJAhBk2N .inner-container {
    width: 100% !important;
  }
}
.cid-uFqJAjOlvn {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #0f7699, #109331);
}
.cid-uFqJAjOlvn .list-group-item {
  padding: .75rem 3.25rem;
}
.cid-uFqJAjOlvn .plan {
  word-break: break-word;
  position: relative;
  max-width: 300px;
  padding-right: 0;
  padding-left: 0;
  color: #767676;
}
.cid-uFqJAjOlvn .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-uFqJAjOlvn .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-uFqJAjOlvn .plan .list-group-item:last-child::after {
  display: none;
}
.cid-uFqJAjOlvn .plan-header {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uFqJAjOlvn .plan-header,
.cid-uFqJAjOlvn .plan-body {
  background-color: #fff;
}
.cid-uFqJAjOlvn .price-figure {
  font-weight: 700;
  color: #109331;
}
.cid-uFqJAjOlvn .price-value {
  font-weight: 700;
  vertical-align: top;
}
@media (max-width: 550px) {
  .cid-uFqJAjOlvn .price-figure {
    font-size: 4.25rem;
  }
}
.cid-uFqJAjOlvn UL {
  color: #0a6421;
}
.cid-uFqJAopooN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0e2f16;
}
.cid-uFqJAopooN .line {
  background-color: #2d054b;
  color: #2d054b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uFqJAopooN .section-text {
  padding: 2rem 0;
  color: #fdf93d;
}
.cid-uFqJAopooN .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uFqJAopooN .inner-container {
    width: 100% !important;
  }
}
.cid-uFqJAqTvph {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/eravan1.jpg");
}
.cid-uFqJAqTvph .card-box {
  padding: 0 2rem;
}
.cid-uFqJAqTvph .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uFqJAqTvph .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uFqJAqTvph h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uFqJAqTvph p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uFqJAqTvph .mbr-text {
  color: #0e2f16;
}
.cid-uFqJAqTvph .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uFqJAqTvph .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uFqJAqTvph .card-title {
  color: #0e2f16;
}
.cid-uFqJAv53j9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0e2f16;
}
.cid-uFqJAv53j9 .line {
  background-color: #2d054b;
  color: #2d054b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uFqJAv53j9 .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-uFqJAv53j9 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uFqJAv53j9 .inner-container {
    width: 100% !important;
  }
}
.cid-uFqJAxCpQ3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #12471f;
}
.cid-uFqJAxCpQ3 .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uFqJAxCpQ3 .modal-body .close {
  background: #1b1b1b;
}
.cid-uFqJAxCpQ3 .modal-body .close span {
  font-style: normal;
}
.cid-uFqJAxCpQ3 .carousel-inner > .active,
.cid-uFqJAxCpQ3 .carousel-inner > .next,
.cid-uFqJAxCpQ3 .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-uFqJAxCpQ3 .carousel-control .icon-next,
.cid-uFqJAxCpQ3 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uFqJAxCpQ3 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFqJAxCpQ3 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uFqJAxCpQ3 .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-uFqJAxCpQ3 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uFqJAxCpQ3 .boxed-slider > div {
  position: relative;
}
.cid-uFqJAxCpQ3 .container img {
  width: 100%;
}
.cid-uFqJAxCpQ3 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uFqJAxCpQ3 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uFqJAxCpQ3 .mbr-table-cell {
  padding: 0;
}
.cid-uFqJAxCpQ3 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uFqJAxCpQ3 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-uFqJAxCpQ3 .mbr-overlay {
  z-index: 1;
}
.cid-uFqJAxCpQ3 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uFqJAxCpQ3 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-uFqJAxCpQ3 .carousel-item .container {
    width: 100%;
  }
}
.cid-uFqJAxCpQ3 .carousel-item-next.carousel-item-left,
.cid-uFqJAxCpQ3 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-uFqJAxCpQ3 .active.carousel-item-right,
.cid-uFqJAxCpQ3 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-uFqJAxCpQ3 .active.carousel-item-left,
.cid-uFqJAxCpQ3 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-uFqJAxCpQ3 .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-uFqJAxCpQ3 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFqJAxCpQ3 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uFqJAxCpQ3 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uFqJAxCpQ3 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uFqJAxCpQ3 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uFqJAxCpQ3 .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uFqJAxCpQ3 .mbr-slider .carousel-indicators li.active,
.cid-uFqJAxCpQ3 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uFqJAxCpQ3 .mbr-slider .carousel-indicators li::after,
.cid-uFqJAxCpQ3 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uFqJAxCpQ3 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uFqJAxCpQ3 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uFqJAxCpQ3 .mbr-slider > .container img {
  width: 100%;
}
.cid-uFqJAxCpQ3 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uFqJAxCpQ3 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uFqJAxCpQ3 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uFqJAxCpQ3 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uFqJAxCpQ3 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uFqJAxCpQ3 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-uFqJAxCpQ3 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uFqJAxCpQ3 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uFqJAxCpQ3 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uFqJAxCpQ3 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uFqJAxCpQ3 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uFqJAxCpQ3 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uFqJAxCpQ3 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uFqJAxCpQ3 .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uFqJAxCpQ3 .carousel-inner {
  height: 100%;
}
.cid-uFqJAxCpQ3 .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uFqJAxCpQ3 .image_wrapper {
  height: 550px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-uFqJAxCpQ3 .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-uFqJAxCpQ3 .carousel-item .container-slide {
  text-align: center;
}
.cid-uFqJAxCpQ3 .content-slider-wrap {
  width: 60%;
}
.cid-uFqJAAM60x {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFqJAAM60x .mbr-iconfont {
  color: #7dd77c;
}
.cid-uFqJAAM60x .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-uFqJAAM60x .mbr-text {
  margin: 1.5rem 0;
}
.cid-uFqJAAM60x .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-uFqJAAM60x .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-uFqJAAM60x .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uFqJAAM60x .mbr-section-subtitle,
.cid-uFqJAAM60x .mbr-text,
.cid-uFqJAAM60x .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-uFqJAAM60x .mbr-section-title {
  color: #0a6421;
}
.cid-uFqJAFwAqx {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #12471f;
}
.cid-uFqJAFwAqx .mbr-section-subtitle {
  color: #767676;
}
.cid-uFqJAFwAqx ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFqJAFwAqx ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-uFqJAFwAqx ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-uFqJAFwAqx ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-uFqJAFwAqx .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-uFqJAFwAqx .mbr-section-title {
  color: #ffffff;
}
.cid-uFqMxgFcVr .navbar {
  padding: .5rem 0;
  background: #0f7b8b;
  transition: none;
  min-height: 77px;
}
.cid-uFqMxgFcVr .navbar-dropdown.bg-color.transparent.opened {
  background: #0f7b8b;
}
.cid-uFqMxgFcVr a {
  font-style: normal;
}
.cid-uFqMxgFcVr .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFqMxgFcVr .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uFqMxgFcVr .nav-item:focus,
.cid-uFqMxgFcVr .nav-link:focus {
  outline: none;
}
.cid-uFqMxgFcVr .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFqMxgFcVr .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFqMxgFcVr .menu-logo {
  margin-right: auto;
}
.cid-uFqMxgFcVr .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFqMxgFcVr .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-uFqMxgFcVr .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFqMxgFcVr .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFqMxgFcVr .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFqMxgFcVr .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFqMxgFcVr .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFqMxgFcVr .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFqMxgFcVr .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFqMxgFcVr .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFqMxgFcVr .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFqMxgFcVr .dropdown .dropdown-menu {
  background: #0f7b8b;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uFqMxgFcVr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uFqMxgFcVr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFqMxgFcVr .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFqMxgFcVr .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFqMxgFcVr .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-uFqMxgFcVr .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFqMxgFcVr .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFqMxgFcVr .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFqMxgFcVr .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFqMxgFcVr .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFqMxgFcVr .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFqMxgFcVr button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uFqMxgFcVr button.navbar-toggler:focus {
  outline: none;
}
.cid-uFqMxgFcVr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFqMxgFcVr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFqMxgFcVr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFqMxgFcVr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFqMxgFcVr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFqMxgFcVr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFqMxgFcVr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFqMxgFcVr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFqMxgFcVr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFqMxgFcVr .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFqMxgFcVr .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFqMxgFcVr .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFqMxgFcVr .collapsed .navbar-collapse.collapsing,
.cid-uFqMxgFcVr .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFqMxgFcVr .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFqMxgFcVr .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFqMxgFcVr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFqMxgFcVr .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFqMxgFcVr .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFqMxgFcVr .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFqMxgFcVr .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFqMxgFcVr .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uFqMxgFcVr .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFqMxgFcVr .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFqMxgFcVr .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFqMxgFcVr .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFqMxgFcVr .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-uFqMxgFcVr .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFqMxgFcVr .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFqMxgFcVr .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-uFqMxgFcVr .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFqMxgFcVr img {
    height: 3.8rem !important;
  }
  .cid-uFqMxgFcVr .btn {
    display: -webkit-flex;
  }
  .cid-uFqMxgFcVr button.navbar-toggler {
    display: block;
  }
  .cid-uFqMxgFcVr .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFqMxgFcVr .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFqMxgFcVr .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFqMxgFcVr .navbar-collapse.collapsing,
  .cid-uFqMxgFcVr .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFqMxgFcVr .navbar-collapse.collapsing .navbar-nav,
  .cid-uFqMxgFcVr .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFqMxgFcVr .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFqMxgFcVr .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFqMxgFcVr .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFqMxgFcVr .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFqMxgFcVr .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFqMxgFcVr .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFqMxgFcVr .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-uFqMxgFcVr .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFqMxgFcVr .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFqMxgFcVr .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-uFqMxgFcVr .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFqMxgFcVr .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFqMxgFcVr .nav-link:hover,
.cid-uFqMxgFcVr .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-uFGCje5jva {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #ffee54;
}
@media (min-width: 992px) {
  .cid-uFGCje5jva .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uFGCje5jva .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-uFGCje5jva .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-uGoF5YeHbI {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #308f65, #3cae7b);
}
.cid-uGoF5YeHbI .mbr-text,
.cid-uGoF5YeHbI .mbr-section-btn {
  color: #232323;
}
.cid-uFsbPcuDkC {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uFsbPcuDkC .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-uFsbPcuDkC .step {
  width: 72px;
  height: 72px;
  font-size: 36px;
  border-radius: 50%;
  border: 2px solid #efefef;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .cid-uFsbPcuDkC .separline .step-wrapper {
    position: relative;
  }
  .cid-uFsbPcuDkC .separline .step-wrapper:before,
  .cid-uFsbPcuDkC .separline .step-wrapper:after {
    top: 38px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 36px - 8px);
    background-color: #efefef;
  }
  .cid-uFsbPcuDkC .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-uFsbPcuDkC .separline .step-wrapper:after {
    left: calc(50% + 8px + 36px);
  }
  .cid-uFsbPcuDkC .separline.last-child .step-wrapper:after,
  .cid-uFsbPcuDkC .separline:nth-child(3n) .step-wrapper:after,
  .cid-uFsbPcuDkC .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-uFsbPcuDkC .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-uFsbPcuDkC .mbr-step-text {
  color: #0a6421;
}
.cid-uFscf1xMbu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uFscf1xMbu .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uFscf1xMbu .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uFscf1xMbu .card_cont {
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  background-color: #eee;
}
.cid-uFscf1xMbu .card-front {
  z-index: 2;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-uFscf1xMbu .card-front img {
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-uFscf1xMbu .card_back {
  width: 100%;
  height: 100%;
  padding: 30px 30px;
  color: #ffffff;
  background-color: #55b4d4;
  z-index: 1;
  margin: 0;
  text-align: center;
  overflow: hidden;
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.cid-uFscf1xMbu .card {
  min-height: 300px;
}
.cid-uFscf1xMbu .card:hover .card-front {
  z-index: 1;
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.cid-uFscf1xMbu .card:hover .card_back {
  z-index: 2;
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.cid-uFscf1xMbu .builderCard .card_back {
  border-bottom-left-radius: 100px;
}
.cid-uFscf1xMbu .builderCard .card_cont {
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidd;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.cid-uFqMxxOPif {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0e2f16;
}
.cid-uFqMxxOPif .line {
  background-color: #2d054b;
  color: #2d054b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uFqMxxOPif .section-text {
  padding: 2rem 0;
  color: #fdf93d;
}
.cid-uFqMxxOPif .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uFqMxxOPif .inner-container {
    width: 100% !important;
  }
}
.cid-uFqMxzYWOT {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/eravan1.jpg");
}
.cid-uFqMxzYWOT .card-box {
  padding: 0 2rem;
}
.cid-uFqMxzYWOT .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uFqMxzYWOT .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uFqMxzYWOT h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uFqMxzYWOT p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uFqMxzYWOT .mbr-text {
  color: #0e2f16;
}
.cid-uFqMxzYWOT .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uFqMxzYWOT .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uFqMxzYWOT .card-title {
  color: #0e2f16;
}
.cid-uFqMxDNsyH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0e2f16;
}
.cid-uFqMxDNsyH .line {
  background-color: #2d054b;
  color: #2d054b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uFqMxDNsyH .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-uFqMxDNsyH .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uFqMxDNsyH .inner-container {
    width: 100% !important;
  }
}
.cid-uFqMxGkxUL {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #12471f;
}
.cid-uFqMxGkxUL .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uFqMxGkxUL .modal-body .close {
  background: #1b1b1b;
}
.cid-uFqMxGkxUL .modal-body .close span {
  font-style: normal;
}
.cid-uFqMxGkxUL .carousel-inner > .active,
.cid-uFqMxGkxUL .carousel-inner > .next,
.cid-uFqMxGkxUL .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-uFqMxGkxUL .carousel-control .icon-next,
.cid-uFqMxGkxUL .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uFqMxGkxUL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFqMxGkxUL .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uFqMxGkxUL .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-uFqMxGkxUL .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uFqMxGkxUL .boxed-slider > div {
  position: relative;
}
.cid-uFqMxGkxUL .container img {
  width: 100%;
}
.cid-uFqMxGkxUL .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uFqMxGkxUL .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uFqMxGkxUL .mbr-table-cell {
  padding: 0;
}
.cid-uFqMxGkxUL .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uFqMxGkxUL .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-uFqMxGkxUL .mbr-overlay {
  z-index: 1;
}
.cid-uFqMxGkxUL .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uFqMxGkxUL .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-uFqMxGkxUL .carousel-item .container {
    width: 100%;
  }
}
.cid-uFqMxGkxUL .carousel-item-next.carousel-item-left,
.cid-uFqMxGkxUL .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-uFqMxGkxUL .active.carousel-item-right,
.cid-uFqMxGkxUL .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-uFqMxGkxUL .active.carousel-item-left,
.cid-uFqMxGkxUL .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-uFqMxGkxUL .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-uFqMxGkxUL .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFqMxGkxUL .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uFqMxGkxUL .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uFqMxGkxUL .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uFqMxGkxUL .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uFqMxGkxUL .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uFqMxGkxUL .mbr-slider .carousel-indicators li.active,
.cid-uFqMxGkxUL .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uFqMxGkxUL .mbr-slider .carousel-indicators li::after,
.cid-uFqMxGkxUL .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uFqMxGkxUL .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uFqMxGkxUL .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uFqMxGkxUL .mbr-slider > .container img {
  width: 100%;
}
.cid-uFqMxGkxUL .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uFqMxGkxUL .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uFqMxGkxUL .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uFqMxGkxUL .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uFqMxGkxUL .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uFqMxGkxUL .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-uFqMxGkxUL .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uFqMxGkxUL .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uFqMxGkxUL .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uFqMxGkxUL .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uFqMxGkxUL .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uFqMxGkxUL .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uFqMxGkxUL .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uFqMxGkxUL .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uFqMxGkxUL .carousel-inner {
  height: 100%;
}
.cid-uFqMxGkxUL .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uFqMxGkxUL .image_wrapper {
  height: 550px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-uFqMxGkxUL .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-uFqMxGkxUL .carousel-item .container-slide {
  text-align: center;
}
.cid-uFqMxGkxUL .content-slider-wrap {
  width: 60%;
}
.cid-uFqMxOGgaF {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #12471f;
}
.cid-uFqMxOGgaF .mbr-section-subtitle {
  color: #767676;
}
.cid-uFqMxOGgaF ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFqMxOGgaF ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-uFqMxOGgaF ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-uFqMxOGgaF ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-uFqMxOGgaF .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-uFqMxOGgaF .mbr-section-title {
  color: #ffffff;
}
.cid-uGoFyUjyMW .navbar {
  padding: .5rem 0;
  background: #0f7b8b;
  transition: none;
  min-height: 77px;
}
.cid-uGoFyUjyMW .navbar-dropdown.bg-color.transparent.opened {
  background: #0f7b8b;
}
.cid-uGoFyUjyMW a {
  font-style: normal;
}
.cid-uGoFyUjyMW .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uGoFyUjyMW .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uGoFyUjyMW .nav-item:focus,
.cid-uGoFyUjyMW .nav-link:focus {
  outline: none;
}
.cid-uGoFyUjyMW .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uGoFyUjyMW .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uGoFyUjyMW .menu-logo {
  margin-right: auto;
}
.cid-uGoFyUjyMW .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGoFyUjyMW .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-uGoFyUjyMW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uGoFyUjyMW .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uGoFyUjyMW .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uGoFyUjyMW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uGoFyUjyMW .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uGoFyUjyMW .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uGoFyUjyMW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uGoFyUjyMW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGoFyUjyMW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uGoFyUjyMW .dropdown .dropdown-menu {
  background: #0f7b8b;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uGoFyUjyMW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uGoFyUjyMW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGoFyUjyMW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uGoFyUjyMW .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGoFyUjyMW .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-uGoFyUjyMW .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uGoFyUjyMW .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uGoFyUjyMW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uGoFyUjyMW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uGoFyUjyMW .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uGoFyUjyMW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uGoFyUjyMW button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uGoFyUjyMW button.navbar-toggler:focus {
  outline: none;
}
.cid-uGoFyUjyMW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGoFyUjyMW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uGoFyUjyMW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uGoFyUjyMW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uGoFyUjyMW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uGoFyUjyMW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGoFyUjyMW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uGoFyUjyMW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uGoFyUjyMW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGoFyUjyMW .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uGoFyUjyMW .collapsed .btn {
  display: -webkit-flex;
}
.cid-uGoFyUjyMW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uGoFyUjyMW .collapsed .navbar-collapse.collapsing,
.cid-uGoFyUjyMW .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uGoFyUjyMW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uGoFyUjyMW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uGoFyUjyMW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uGoFyUjyMW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uGoFyUjyMW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uGoFyUjyMW .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uGoFyUjyMW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uGoFyUjyMW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uGoFyUjyMW .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uGoFyUjyMW .collapsed button.navbar-toggler {
  display: block;
}
.cid-uGoFyUjyMW .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uGoFyUjyMW .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uGoFyUjyMW .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-uGoFyUjyMW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uGoFyUjyMW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uGoFyUjyMW .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-uGoFyUjyMW .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uGoFyUjyMW img {
    height: 3.8rem !important;
  }
  .cid-uGoFyUjyMW .btn {
    display: -webkit-flex;
  }
  .cid-uGoFyUjyMW button.navbar-toggler {
    display: block;
  }
  .cid-uGoFyUjyMW .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uGoFyUjyMW .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uGoFyUjyMW .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uGoFyUjyMW .navbar-collapse.collapsing,
  .cid-uGoFyUjyMW .navbar-collapse.show {
    display: block !important;
  }
  .cid-uGoFyUjyMW .navbar-collapse.collapsing .navbar-nav,
  .cid-uGoFyUjyMW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uGoFyUjyMW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uGoFyUjyMW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uGoFyUjyMW .navbar-collapse.collapsing .navbar-buttons,
  .cid-uGoFyUjyMW .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uGoFyUjyMW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uGoFyUjyMW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uGoFyUjyMW .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-uGoFyUjyMW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uGoFyUjyMW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uGoFyUjyMW .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-uGoFyUjyMW .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uGoFyUjyMW .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uGoFyUjyMW .nav-link:hover,
.cid-uGoFyUjyMW .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-uGoFz14oF5 {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #28b6ab;
}
.cid-uGoFz14oF5 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uGoFz14oF5 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uGoFz14oF5 .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-uGoFz14oF5 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-uGoFz14oF5 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uGoFz5I7xK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0f7b8b;
}
.cid-uGoFz5I7xK .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uGoFz5I7xK .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uGoFz5I7xK .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-uGoFz5I7xK .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-uGoFz5I7xK .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uGoFz80COu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #308f65;
}
.cid-uGoFz80COu .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uGoFz80COu .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uGoFz80COu .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-uGoFz80COu .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-uGoFz80COu .mbr-text {
  color: #ffee54;
  text-align: left;
}
.cid-uGoFzbAtVz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0f7b8b;
}
.cid-uGoFzbAtVz .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uGoFzbAtVz .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uGoFzbAtVz .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-uGoFzbAtVz .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-uGoFzbAtVz .mbr-text {
  color: #ffee54;
  text-align: left;
}
.cid-uGoFzdIfiC {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #ffee54, #ffc154);
}
.cid-uGoFzdIfiC .mbr-text,
.cid-uGoFzdIfiC .mbr-section-btn {
  color: #232323;
}
.cid-uGoFzgEdsO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-uGoFzgEdsO h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-uGoFzgEdsO p {
  color: #ffffff;
}
.cid-uGoFzgEdsO .card {
  margin-bottom: 2rem;
}
.cid-uGoFzgEdsO .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #308f65;
}
.cid-uGoFzgEdsO .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-uGoFzgEdsO .card-box {
  padding-bottom: 2rem;
  background-color: #308f65;
  background: linear-gradient(#308f65, transparent);
}
.cid-uGoFzgEdsO .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-uGoFzgEdsO .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-uGoFzgEdsO .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uGoFzgEdsO .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uGoFzo4JUC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0e2f16;
}
.cid-uGoFzo4JUC .line {
  background-color: #0f7b8b;
  color: #0f7b8b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uGoFzo4JUC .section-text {
  padding: 2rem 0;
  color: #fdf93d;
}
.cid-uGoFzo4JUC .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uGoFzo4JUC .inner-container {
    width: 100% !important;
  }
}
.cid-uGoFzrMHfa {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/eravan1.jpg");
}
.cid-uGoFzrMHfa .card-box {
  padding: 0 2rem;
}
.cid-uGoFzrMHfa .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uGoFzrMHfa .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uGoFzrMHfa h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uGoFzrMHfa p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uGoFzrMHfa .mbr-text {
  color: #0e2f16;
}
.cid-uGoFzrMHfa .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uGoFzrMHfa .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uGoFzrMHfa .card-title {
  color: #0e2f16;
}
.cid-uHwYj6v7K7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uHwYj6v7K7 .mbr-iconfont {
  color: #7dd77c;
}
.cid-uHwYj6v7K7 .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-uHwYj6v7K7 .mbr-text {
  margin: 1.5rem 0;
}
.cid-uHwYj6v7K7 .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-uHwYj6v7K7 .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-uHwYj6v7K7 .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uHwYj6v7K7 .mbr-section-subtitle,
.cid-uHwYj6v7K7 .mbr-text,
.cid-uHwYj6v7K7 .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-uHwYj6v7K7 .mbr-section-title {
  color: #0f7b8b;
}
.cid-uHwYj6v7K7 .card-title {
  color: #0f7b8b;
}
.cid-uGoFzFzYAw {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #12471f;
}
.cid-uGoFzFzYAw .mbr-section-subtitle {
  color: #767676;
}
.cid-uGoFzFzYAw ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGoFzFzYAw ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-uGoFzFzYAw ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-uGoFzFzYAw ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-uGoFzFzYAw .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-uGoFzFzYAw .mbr-section-title {
  color: #ffffff;
}
.cid-tzBwaEsrdd .navbar {
  padding: .5rem 0;
  background: #0f7b8b;
  transition: none;
  min-height: 77px;
}
.cid-tzBwaEsrdd .navbar-dropdown.bg-color.transparent.opened {
  background: #0f7b8b;
}
.cid-tzBwaEsrdd a {
  font-style: normal;
}
.cid-tzBwaEsrdd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tzBwaEsrdd .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tzBwaEsrdd .nav-item:focus,
.cid-tzBwaEsrdd .nav-link:focus {
  outline: none;
}
.cid-tzBwaEsrdd .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tzBwaEsrdd .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tzBwaEsrdd .menu-logo {
  margin-right: auto;
}
.cid-tzBwaEsrdd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tzBwaEsrdd .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-tzBwaEsrdd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tzBwaEsrdd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tzBwaEsrdd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tzBwaEsrdd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tzBwaEsrdd .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tzBwaEsrdd .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tzBwaEsrdd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tzBwaEsrdd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tzBwaEsrdd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tzBwaEsrdd .dropdown .dropdown-menu {
  background: #0f7b8b;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tzBwaEsrdd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tzBwaEsrdd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzBwaEsrdd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tzBwaEsrdd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzBwaEsrdd .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-tzBwaEsrdd .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tzBwaEsrdd .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tzBwaEsrdd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tzBwaEsrdd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tzBwaEsrdd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tzBwaEsrdd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tzBwaEsrdd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tzBwaEsrdd button.navbar-toggler:focus {
  outline: none;
}
.cid-tzBwaEsrdd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tzBwaEsrdd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tzBwaEsrdd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tzBwaEsrdd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tzBwaEsrdd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tzBwaEsrdd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tzBwaEsrdd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tzBwaEsrdd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tzBwaEsrdd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tzBwaEsrdd .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tzBwaEsrdd .collapsed .btn {
  display: -webkit-flex;
}
.cid-tzBwaEsrdd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tzBwaEsrdd .collapsed .navbar-collapse.collapsing,
.cid-tzBwaEsrdd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tzBwaEsrdd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tzBwaEsrdd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tzBwaEsrdd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tzBwaEsrdd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tzBwaEsrdd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tzBwaEsrdd .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tzBwaEsrdd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tzBwaEsrdd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tzBwaEsrdd .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tzBwaEsrdd .collapsed button.navbar-toggler {
  display: block;
}
.cid-tzBwaEsrdd .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tzBwaEsrdd .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tzBwaEsrdd .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-tzBwaEsrdd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tzBwaEsrdd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tzBwaEsrdd .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-tzBwaEsrdd .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tzBwaEsrdd img {
    height: 3.8rem !important;
  }
  .cid-tzBwaEsrdd .btn {
    display: -webkit-flex;
  }
  .cid-tzBwaEsrdd button.navbar-toggler {
    display: block;
  }
  .cid-tzBwaEsrdd .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tzBwaEsrdd .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tzBwaEsrdd .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tzBwaEsrdd .navbar-collapse.collapsing,
  .cid-tzBwaEsrdd .navbar-collapse.show {
    display: block !important;
  }
  .cid-tzBwaEsrdd .navbar-collapse.collapsing .navbar-nav,
  .cid-tzBwaEsrdd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tzBwaEsrdd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tzBwaEsrdd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tzBwaEsrdd .navbar-collapse.collapsing .navbar-buttons,
  .cid-tzBwaEsrdd .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tzBwaEsrdd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tzBwaEsrdd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tzBwaEsrdd .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-tzBwaEsrdd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tzBwaEsrdd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tzBwaEsrdd .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-tzBwaEsrdd .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tzBwaEsrdd .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tzBwaEsrdd .nav-link:hover,
.cid-tzBwaEsrdd .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-uFcLKuIBoO .modal-body .close {
  background: #1b1b1b;
}
.cid-uFcLKuIBoO .modal-body .close span {
  font-style: normal;
}
.cid-uFcLKuIBoO .carousel-inner > .active,
.cid-uFcLKuIBoO .carousel-inner > .next,
.cid-uFcLKuIBoO .carousel-inner > .prev {
  display: table;
}
.cid-uFcLKuIBoO .carousel-control .icon-next,
.cid-uFcLKuIBoO .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uFcLKuIBoO .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFcLKuIBoO .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uFcLKuIBoO .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uFcLKuIBoO .boxed-slider > div {
  position: relative;
}
.cid-uFcLKuIBoO .container img {
  width: 100%;
}
.cid-uFcLKuIBoO .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uFcLKuIBoO .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uFcLKuIBoO .mbr-table-cell {
  padding: 0;
}
.cid-uFcLKuIBoO .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uFcLKuIBoO .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-uFcLKuIBoO .mbr-overlay {
  z-index: 1;
}
.cid-uFcLKuIBoO .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uFcLKuIBoO .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-uFcLKuIBoO .carousel-item .container {
    width: 100%;
  }
}
.cid-uFcLKuIBoO .carousel-item-next.carousel-item-left,
.cid-uFcLKuIBoO .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-uFcLKuIBoO .active.carousel-item-right,
.cid-uFcLKuIBoO .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-uFcLKuIBoO .active.carousel-item-left,
.cid-uFcLKuIBoO .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-uFcLKuIBoO .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-uFcLKuIBoO .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFcLKuIBoO .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uFcLKuIBoO .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-uFcLKuIBoO .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uFcLKuIBoO .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uFcLKuIBoO .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uFcLKuIBoO .mbr-slider .carousel-indicators li.active,
.cid-uFcLKuIBoO .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uFcLKuIBoO .mbr-slider .carousel-indicators li::after,
.cid-uFcLKuIBoO .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uFcLKuIBoO .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uFcLKuIBoO .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uFcLKuIBoO .mbr-slider > .container img {
  width: 100%;
}
.cid-uFcLKuIBoO .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uFcLKuIBoO .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uFcLKuIBoO .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uFcLKuIBoO .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uFcLKuIBoO .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uFcLKuIBoO .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-uFcLKuIBoO .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uFcLKuIBoO .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uFcLKuIBoO .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uFcLKuIBoO .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uFcLKuIBoO .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uFcLKuIBoO .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uFcLKuIBoO .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uGosFHLkK5 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffee54;
}
.cid-uGosFHLkK5 .mbr-section-title {
  letter-spacing: .1em;
}
.cid-uGosFHLkK5 .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-uGosFHLkK5 .card-img span {
  font-size: 100px;
}
.cid-uGosFHLkK5 .mbr-text,
.cid-uGosFHLkK5 .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-uGovsPS5qO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #308f65;
}
.cid-uGovsPS5qO .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uGovsPS5qO .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uGovsPS5qO .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-uGovsPS5qO .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-uGovsPS5qO .mbr-text {
  color: #ffee54;
  text-align: left;
}
.cid-uGotDY2jDs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffee54;
}
.cid-uGotDY2jDs .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uGotDY2jDs .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uGotDY2jDs .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-uGotDY2jDs .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-uGotDY2jDs .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-uGoyr7Nvwj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #308f65;
}
.cid-uGoyr7Nvwj .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uGoyr7Nvwj .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uGoyr7Nvwj .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-uGoyr7Nvwj .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-uGoyr7Nvwj .mbr-text {
  color: #ffee54;
  text-align: left;
}
.cid-uGoynkC0UU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3cae7b;
}
.cid-uGoynkC0UU .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uGoynkC0UU .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uGoynkC0UU .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-uGoynkC0UU .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-uGoynkC0UU .mbr-text {
  color: #ffee54;
  text-align: left;
}
.cid-uGoxVQrhBa {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #ffee54, #ffc154);
}
.cid-uGoxVQrhBa .mbr-text,
.cid-uGoxVQrhBa .mbr-section-btn {
  color: #232323;
}
.cid-uGoBhX3D5w {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-uGoBhX3D5w h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-uGoBhX3D5w p {
  color: #ffffff;
}
.cid-uGoBhX3D5w .card {
  margin-bottom: 2rem;
}
.cid-uGoBhX3D5w .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #308f65;
}
.cid-uGoBhX3D5w .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-uGoBhX3D5w .card-box {
  padding-bottom: 2rem;
  background-color: #308f65;
  background: linear-gradient(#308f65, transparent);
}
.cid-uGoBhX3D5w .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-uGoBhX3D5w .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-uGoBhX3D5w .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uGoBhX3D5w .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uFe3ApPLld {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #0f7699, #109331);
}
.cid-uFe3ApPLld .list-group-item {
  padding: .75rem 3.25rem;
}
.cid-uFe3ApPLld .plan {
  word-break: break-word;
  position: relative;
  max-width: 300px;
  padding-right: 0;
  padding-left: 0;
  color: #767676;
}
.cid-uFe3ApPLld .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-uFe3ApPLld .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-uFe3ApPLld .plan .list-group-item:last-child::after {
  display: none;
}
.cid-uFe3ApPLld .plan-header {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uFe3ApPLld .plan-header,
.cid-uFe3ApPLld .plan-body {
  background-color: #fff;
}
.cid-uFe3ApPLld .price-figure {
  font-weight: 700;
  color: #109331;
}
.cid-uFe3ApPLld .price-value {
  font-weight: 700;
  vertical-align: top;
}
@media (max-width: 550px) {
  .cid-uFe3ApPLld .price-figure {
    font-size: 4.25rem;
  }
}
.cid-uFe3ApPLld UL {
  color: #0a6421;
}
.cid-uFe9u93uuo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0e2f16;
}
.cid-uFe9u93uuo .line {
  background-color: #2d054b;
  color: #2d054b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uFe9u93uuo .section-text {
  padding: 2rem 0;
  color: #fdf93d;
}
.cid-uFe9u93uuo .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uFe9u93uuo .inner-container {
    width: 100% !important;
  }
}
.cid-t80zxCYnA3 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/eravan1.jpg");
}
.cid-t80zxCYnA3 .card-box {
  padding: 0 2rem;
}
.cid-t80zxCYnA3 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-t80zxCYnA3 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-t80zxCYnA3 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-t80zxCYnA3 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-t80zxCYnA3 .mbr-text {
  color: #0e2f16;
}
.cid-t80zxCYnA3 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-t80zxCYnA3 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-t80zxCYnA3 .card-title {
  color: #0e2f16;
}
.cid-uF6hX6hv0A {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0e2f16;
}
.cid-uF6hX6hv0A .line {
  background-color: #2d054b;
  color: #2d054b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uF6hX6hv0A .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-uF6hX6hv0A .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uF6hX6hv0A .inner-container {
    width: 100% !important;
  }
}
.cid-uF6hUl9K13 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #12471f;
}
.cid-uF6hUl9K13 .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uF6hUl9K13 .modal-body .close {
  background: #1b1b1b;
}
.cid-uF6hUl9K13 .modal-body .close span {
  font-style: normal;
}
.cid-uF6hUl9K13 .carousel-inner > .active,
.cid-uF6hUl9K13 .carousel-inner > .next,
.cid-uF6hUl9K13 .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-uF6hUl9K13 .carousel-control .icon-next,
.cid-uF6hUl9K13 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uF6hUl9K13 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uF6hUl9K13 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uF6hUl9K13 .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-uF6hUl9K13 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uF6hUl9K13 .boxed-slider > div {
  position: relative;
}
.cid-uF6hUl9K13 .container img {
  width: 100%;
}
.cid-uF6hUl9K13 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uF6hUl9K13 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uF6hUl9K13 .mbr-table-cell {
  padding: 0;
}
.cid-uF6hUl9K13 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uF6hUl9K13 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-uF6hUl9K13 .mbr-overlay {
  z-index: 1;
}
.cid-uF6hUl9K13 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uF6hUl9K13 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-uF6hUl9K13 .carousel-item .container {
    width: 100%;
  }
}
.cid-uF6hUl9K13 .carousel-item-next.carousel-item-left,
.cid-uF6hUl9K13 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-uF6hUl9K13 .active.carousel-item-right,
.cid-uF6hUl9K13 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-uF6hUl9K13 .active.carousel-item-left,
.cid-uF6hUl9K13 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-uF6hUl9K13 .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-uF6hUl9K13 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uF6hUl9K13 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uF6hUl9K13 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uF6hUl9K13 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uF6hUl9K13 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uF6hUl9K13 .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uF6hUl9K13 .mbr-slider .carousel-indicators li.active,
.cid-uF6hUl9K13 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uF6hUl9K13 .mbr-slider .carousel-indicators li::after,
.cid-uF6hUl9K13 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uF6hUl9K13 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uF6hUl9K13 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uF6hUl9K13 .mbr-slider > .container img {
  width: 100%;
}
.cid-uF6hUl9K13 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uF6hUl9K13 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uF6hUl9K13 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uF6hUl9K13 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uF6hUl9K13 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uF6hUl9K13 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-uF6hUl9K13 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uF6hUl9K13 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uF6hUl9K13 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uF6hUl9K13 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uF6hUl9K13 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uF6hUl9K13 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uF6hUl9K13 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uF6hUl9K13 .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uF6hUl9K13 .carousel-inner {
  height: 100%;
}
.cid-uF6hUl9K13 .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uF6hUl9K13 .image_wrapper {
  height: 550px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-uF6hUl9K13 .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-uF6hUl9K13 .carousel-item .container-slide {
  text-align: center;
}
.cid-uF6hUl9K13 .content-slider-wrap {
  width: 60%;
}
.cid-uEywfJtXni {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uEywfJtXni .mbr-iconfont {
  color: #7dd77c;
}
.cid-uEywfJtXni .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-uEywfJtXni .mbr-text {
  margin: 1.5rem 0;
}
.cid-uEywfJtXni .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-uEywfJtXni .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-uEywfJtXni .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uEywfJtXni .mbr-section-subtitle,
.cid-uEywfJtXni .mbr-text,
.cid-uEywfJtXni .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-uEywfJtXni .mbr-section-title {
  color: #0a6421;
}
.cid-uEyZMi4KZQ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #12471f;
}
.cid-uEyZMi4KZQ .mbr-section-subtitle {
  color: #767676;
}
.cid-uEyZMi4KZQ ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uEyZMi4KZQ ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-uEyZMi4KZQ ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-uEyZMi4KZQ ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-uEyZMi4KZQ .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-uEyZMi4KZQ .mbr-section-title {
  color: #ffffff;
}
.cid-uGoCJ2OplI .navbar {
  padding: .5rem 0;
  background: #0f7b8b;
  transition: none;
  min-height: 77px;
}
.cid-uGoCJ2OplI .navbar-dropdown.bg-color.transparent.opened {
  background: #0f7b8b;
}
.cid-uGoCJ2OplI a {
  font-style: normal;
}
.cid-uGoCJ2OplI .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uGoCJ2OplI .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uGoCJ2OplI .nav-item:focus,
.cid-uGoCJ2OplI .nav-link:focus {
  outline: none;
}
.cid-uGoCJ2OplI .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uGoCJ2OplI .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uGoCJ2OplI .menu-logo {
  margin-right: auto;
}
.cid-uGoCJ2OplI .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGoCJ2OplI .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-uGoCJ2OplI .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uGoCJ2OplI .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uGoCJ2OplI .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uGoCJ2OplI .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uGoCJ2OplI .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uGoCJ2OplI .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uGoCJ2OplI .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uGoCJ2OplI .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGoCJ2OplI .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uGoCJ2OplI .dropdown .dropdown-menu {
  background: #0f7b8b;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uGoCJ2OplI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uGoCJ2OplI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGoCJ2OplI .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uGoCJ2OplI .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGoCJ2OplI .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-uGoCJ2OplI .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uGoCJ2OplI .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uGoCJ2OplI .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uGoCJ2OplI .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uGoCJ2OplI .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uGoCJ2OplI .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uGoCJ2OplI button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uGoCJ2OplI button.navbar-toggler:focus {
  outline: none;
}
.cid-uGoCJ2OplI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGoCJ2OplI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uGoCJ2OplI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uGoCJ2OplI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uGoCJ2OplI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uGoCJ2OplI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGoCJ2OplI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uGoCJ2OplI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uGoCJ2OplI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGoCJ2OplI .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uGoCJ2OplI .collapsed .btn {
  display: -webkit-flex;
}
.cid-uGoCJ2OplI .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uGoCJ2OplI .collapsed .navbar-collapse.collapsing,
.cid-uGoCJ2OplI .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uGoCJ2OplI .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uGoCJ2OplI .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uGoCJ2OplI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uGoCJ2OplI .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uGoCJ2OplI .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uGoCJ2OplI .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uGoCJ2OplI .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uGoCJ2OplI .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uGoCJ2OplI .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uGoCJ2OplI .collapsed button.navbar-toggler {
  display: block;
}
.cid-uGoCJ2OplI .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uGoCJ2OplI .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uGoCJ2OplI .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-uGoCJ2OplI .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uGoCJ2OplI .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uGoCJ2OplI .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-uGoCJ2OplI .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uGoCJ2OplI img {
    height: 3.8rem !important;
  }
  .cid-uGoCJ2OplI .btn {
    display: -webkit-flex;
  }
  .cid-uGoCJ2OplI button.navbar-toggler {
    display: block;
  }
  .cid-uGoCJ2OplI .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uGoCJ2OplI .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uGoCJ2OplI .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uGoCJ2OplI .navbar-collapse.collapsing,
  .cid-uGoCJ2OplI .navbar-collapse.show {
    display: block !important;
  }
  .cid-uGoCJ2OplI .navbar-collapse.collapsing .navbar-nav,
  .cid-uGoCJ2OplI .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uGoCJ2OplI .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uGoCJ2OplI .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uGoCJ2OplI .navbar-collapse.collapsing .navbar-buttons,
  .cid-uGoCJ2OplI .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uGoCJ2OplI .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uGoCJ2OplI .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uGoCJ2OplI .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-uGoCJ2OplI .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uGoCJ2OplI .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uGoCJ2OplI .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-uGoCJ2OplI .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uGoCJ2OplI .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uGoCJ2OplI .nav-link:hover,
.cid-uGoCJ2OplI .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-uGoCJ6tVkg .modal-body .close {
  background: #1b1b1b;
}
.cid-uGoCJ6tVkg .modal-body .close span {
  font-style: normal;
}
.cid-uGoCJ6tVkg .carousel-inner > .active,
.cid-uGoCJ6tVkg .carousel-inner > .next,
.cid-uGoCJ6tVkg .carousel-inner > .prev {
  display: table;
}
.cid-uGoCJ6tVkg .carousel-control .icon-next,
.cid-uGoCJ6tVkg .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uGoCJ6tVkg .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uGoCJ6tVkg .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uGoCJ6tVkg .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uGoCJ6tVkg .boxed-slider > div {
  position: relative;
}
.cid-uGoCJ6tVkg .container img {
  width: 100%;
}
.cid-uGoCJ6tVkg .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uGoCJ6tVkg .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uGoCJ6tVkg .mbr-table-cell {
  padding: 0;
}
.cid-uGoCJ6tVkg .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uGoCJ6tVkg .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-uGoCJ6tVkg .mbr-overlay {
  z-index: 1;
}
.cid-uGoCJ6tVkg .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uGoCJ6tVkg .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-uGoCJ6tVkg .carousel-item .container {
    width: 100%;
  }
}
.cid-uGoCJ6tVkg .carousel-item-next.carousel-item-left,
.cid-uGoCJ6tVkg .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-uGoCJ6tVkg .active.carousel-item-right,
.cid-uGoCJ6tVkg .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-uGoCJ6tVkg .active.carousel-item-left,
.cid-uGoCJ6tVkg .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-uGoCJ6tVkg .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-uGoCJ6tVkg .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGoCJ6tVkg .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uGoCJ6tVkg .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-uGoCJ6tVkg .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uGoCJ6tVkg .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uGoCJ6tVkg .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uGoCJ6tVkg .mbr-slider .carousel-indicators li.active,
.cid-uGoCJ6tVkg .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uGoCJ6tVkg .mbr-slider .carousel-indicators li::after,
.cid-uGoCJ6tVkg .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uGoCJ6tVkg .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uGoCJ6tVkg .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uGoCJ6tVkg .mbr-slider > .container img {
  width: 100%;
}
.cid-uGoCJ6tVkg .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uGoCJ6tVkg .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uGoCJ6tVkg .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uGoCJ6tVkg .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uGoCJ6tVkg .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uGoCJ6tVkg .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-uGoCJ6tVkg .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uGoCJ6tVkg .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uGoCJ6tVkg .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uGoCJ6tVkg .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uGoCJ6tVkg .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uGoCJ6tVkg .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uGoCJ6tVkg .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uGp9OZNZLw {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/2213131313.jpg");
}
.cid-uGp9OZNZLw .mbr-text,
.cid-uGp9OZNZLw .mbr-section-btn {
  text-align: left;
}
.cid-uGoCJcbp0K {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uGoCJcbp0K .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uGoCJcbp0K .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uGoCJcbp0K .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-uGoCJcbp0K .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-uGoCJcbp0K .mbr-text {
  color: #073b4c;
  text-align: left;
}
.cid-uGoCJeHKGS {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #28b6ab;
}
.cid-uGoCJeHKGS .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uGoCJeHKGS .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uGoCJeHKGS .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-uGoCJeHKGS .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-uGoCJeHKGS .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uGoCJk22VP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uGoCJk22VP .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uGoCJk22VP .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uGoCJk22VP .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-uGoCJk22VP .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-uGoCJk22VP .mbr-text {
  color: #073b4c;
  text-align: left;
}
.cid-uGoCJmNPYl {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0f7b8b;
}
.cid-uGoCJmNPYl .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uGoCJmNPYl .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uGoCJmNPYl .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-uGoCJmNPYl .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-uGoCJmNPYl .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uGoCJoVAFS {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #ffee54, #ffc154);
}
.cid-uGoCJoVAFS .mbr-text,
.cid-uGoCJoVAFS .mbr-section-btn {
  color: #232323;
}
.cid-uGoCJtvGWk {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/345342242.jpg");
}
.cid-uGoCJtvGWk h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-uGoCJtvGWk p {
  color: #ffffff;
}
.cid-uGoCJtvGWk .card {
  margin-bottom: 2rem;
}
.cid-uGoCJtvGWk .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #0f7b8b;
}
.cid-uGoCJtvGWk .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-uGoCJtvGWk .card-box {
  padding-bottom: 2rem;
  background-color: #0f7b8b;
  background: linear-gradient(#0f7b8b, transparent);
}
.cid-uGoCJtvGWk .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-uGoCJtvGWk .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-uGoCJtvGWk .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uGoCJtvGWk .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uGoDlozOhG {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #ffee54, #ffc154);
}
.cid-uGoDlozOhG .mbr-text,
.cid-uGoDlozOhG .mbr-section-btn {
  color: #232323;
}
.cid-uGoCJBiBBU {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/eravan1.jpg");
}
.cid-uGoCJBiBBU .card-box {
  padding: 0 2rem;
}
.cid-uGoCJBiBBU .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uGoCJBiBBU .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uGoCJBiBBU h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uGoCJBiBBU p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uGoCJBiBBU .mbr-text {
  color: #0e2f16;
}
.cid-uGoCJBiBBU .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uGoCJBiBBU .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uGoCJBiBBU .card-title {
  color: #0e2f16;
}
.cid-uGoDYFOrau {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #ffee54, #ffc154);
}
.cid-uGoDYFOrau .mbr-text,
.cid-uGoDYFOrau .mbr-section-btn {
  color: #232323;
}
.cid-uGoCJGguoA {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #0f7b8b;
}
.cid-uGoCJGguoA .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uGoCJGguoA .modal-body .close {
  background: #1b1b1b;
}
.cid-uGoCJGguoA .modal-body .close span {
  font-style: normal;
}
.cid-uGoCJGguoA .carousel-inner > .active,
.cid-uGoCJGguoA .carousel-inner > .next,
.cid-uGoCJGguoA .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-uGoCJGguoA .carousel-control .icon-next,
.cid-uGoCJGguoA .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uGoCJGguoA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uGoCJGguoA .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uGoCJGguoA .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-uGoCJGguoA .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uGoCJGguoA .boxed-slider > div {
  position: relative;
}
.cid-uGoCJGguoA .container img {
  width: 100%;
}
.cid-uGoCJGguoA .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uGoCJGguoA .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uGoCJGguoA .mbr-table-cell {
  padding: 0;
}
.cid-uGoCJGguoA .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uGoCJGguoA .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-uGoCJGguoA .mbr-overlay {
  z-index: 1;
}
.cid-uGoCJGguoA .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uGoCJGguoA .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-uGoCJGguoA .carousel-item .container {
    width: 100%;
  }
}
.cid-uGoCJGguoA .carousel-item-next.carousel-item-left,
.cid-uGoCJGguoA .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-uGoCJGguoA .active.carousel-item-right,
.cid-uGoCJGguoA .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-uGoCJGguoA .active.carousel-item-left,
.cid-uGoCJGguoA .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-uGoCJGguoA .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-uGoCJGguoA .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGoCJGguoA .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uGoCJGguoA .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uGoCJGguoA .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uGoCJGguoA .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uGoCJGguoA .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uGoCJGguoA .mbr-slider .carousel-indicators li.active,
.cid-uGoCJGguoA .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uGoCJGguoA .mbr-slider .carousel-indicators li::after,
.cid-uGoCJGguoA .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uGoCJGguoA .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uGoCJGguoA .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uGoCJGguoA .mbr-slider > .container img {
  width: 100%;
}
.cid-uGoCJGguoA .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uGoCJGguoA .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uGoCJGguoA .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uGoCJGguoA .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uGoCJGguoA .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uGoCJGguoA .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-uGoCJGguoA .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uGoCJGguoA .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uGoCJGguoA .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uGoCJGguoA .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uGoCJGguoA .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uGoCJGguoA .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uGoCJGguoA .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uGoCJGguoA .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uGoCJGguoA .carousel-inner {
  height: 100%;
}
.cid-uGoCJGguoA .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uGoCJGguoA .image_wrapper {
  height: 550px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-uGoCJGguoA .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-uGoCJGguoA .carousel-item .container-slide {
  text-align: center;
}
.cid-uGoCJGguoA .content-slider-wrap {
  width: 60%;
}
.cid-uGoCJJeWDq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uGoCJJeWDq .mbr-iconfont {
  color: #7dd77c;
}
.cid-uGoCJJeWDq .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-uGoCJJeWDq .mbr-text {
  margin: 1.5rem 0;
}
.cid-uGoCJJeWDq .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-uGoCJJeWDq .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-uGoCJJeWDq .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uGoCJJeWDq .mbr-section-subtitle,
.cid-uGoCJJeWDq .mbr-text,
.cid-uGoCJJeWDq .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-uGoCJJeWDq .mbr-section-title {
  color: #0f7b8b;
}
.cid-uGoCJJeWDq .card-title {
  color: #0f7b8b;
}
.cid-uGoE8siItQ {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #0f7b8b, #28b6ab);
}
.cid-uGoE8siItQ .mbr-text,
.cid-uGoE8siItQ .mbr-section-btn {
  color: #ffffff;
}
.cid-uGoGJimJaL .navbar {
  padding: .5rem 0;
  background: #0f7b8b;
  transition: none;
  min-height: 77px;
}
.cid-uGoGJimJaL .navbar-dropdown.bg-color.transparent.opened {
  background: #0f7b8b;
}
.cid-uGoGJimJaL a {
  font-style: normal;
}
.cid-uGoGJimJaL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uGoGJimJaL .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uGoGJimJaL .nav-item:focus,
.cid-uGoGJimJaL .nav-link:focus {
  outline: none;
}
.cid-uGoGJimJaL .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uGoGJimJaL .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uGoGJimJaL .menu-logo {
  margin-right: auto;
}
.cid-uGoGJimJaL .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGoGJimJaL .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-uGoGJimJaL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uGoGJimJaL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uGoGJimJaL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uGoGJimJaL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uGoGJimJaL .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uGoGJimJaL .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uGoGJimJaL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uGoGJimJaL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGoGJimJaL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uGoGJimJaL .dropdown .dropdown-menu {
  background: #0f7b8b;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uGoGJimJaL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uGoGJimJaL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGoGJimJaL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uGoGJimJaL .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGoGJimJaL .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-uGoGJimJaL .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uGoGJimJaL .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uGoGJimJaL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uGoGJimJaL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uGoGJimJaL .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uGoGJimJaL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uGoGJimJaL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uGoGJimJaL button.navbar-toggler:focus {
  outline: none;
}
.cid-uGoGJimJaL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGoGJimJaL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uGoGJimJaL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uGoGJimJaL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uGoGJimJaL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uGoGJimJaL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGoGJimJaL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uGoGJimJaL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uGoGJimJaL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGoGJimJaL .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uGoGJimJaL .collapsed .btn {
  display: -webkit-flex;
}
.cid-uGoGJimJaL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uGoGJimJaL .collapsed .navbar-collapse.collapsing,
.cid-uGoGJimJaL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uGoGJimJaL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uGoGJimJaL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uGoGJimJaL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uGoGJimJaL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uGoGJimJaL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uGoGJimJaL .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uGoGJimJaL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uGoGJimJaL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uGoGJimJaL .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uGoGJimJaL .collapsed button.navbar-toggler {
  display: block;
}
.cid-uGoGJimJaL .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uGoGJimJaL .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uGoGJimJaL .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-uGoGJimJaL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uGoGJimJaL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uGoGJimJaL .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-uGoGJimJaL .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uGoGJimJaL img {
    height: 3.8rem !important;
  }
  .cid-uGoGJimJaL .btn {
    display: -webkit-flex;
  }
  .cid-uGoGJimJaL button.navbar-toggler {
    display: block;
  }
  .cid-uGoGJimJaL .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uGoGJimJaL .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uGoGJimJaL .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uGoGJimJaL .navbar-collapse.collapsing,
  .cid-uGoGJimJaL .navbar-collapse.show {
    display: block !important;
  }
  .cid-uGoGJimJaL .navbar-collapse.collapsing .navbar-nav,
  .cid-uGoGJimJaL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uGoGJimJaL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uGoGJimJaL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uGoGJimJaL .navbar-collapse.collapsing .navbar-buttons,
  .cid-uGoGJimJaL .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uGoGJimJaL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uGoGJimJaL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uGoGJimJaL .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-uGoGJimJaL .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uGoGJimJaL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uGoGJimJaL .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-uGoGJimJaL .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uGoGJimJaL .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uGoGJimJaL .nav-link:hover,
.cid-uGoGJimJaL .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-uGoH3qkvY5 {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #ffee54;
}
@media (min-width: 992px) {
  .cid-uGoH3qkvY5 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uGoH3qkvY5 .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-uGoH3qkvY5 .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-uGoGJDpNZV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/345342242.jpg");
}
.cid-uGoGJDpNZV h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-uGoGJDpNZV p {
  color: #ffffff;
}
.cid-uGoGJDpNZV .card {
  margin-bottom: 2rem;
}
.cid-uGoGJDpNZV .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #308f65;
}
.cid-uGoGJDpNZV .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-uGoGJDpNZV .card-box {
  padding-bottom: 2rem;
  background-color: #308f65;
  background: linear-gradient(#308f65, transparent);
}
.cid-uGoGJDpNZV .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-uGoGJDpNZV .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-uGoGJDpNZV .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uGoGJDpNZV .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uGoGJHPgj9 {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #ffee54, #ffc154);
}
.cid-uGoGJHPgj9 .mbr-text,
.cid-uGoGJHPgj9 .mbr-section-btn {
  color: #232323;
}
.cid-uGoHjgUN4K {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #308f65, #3cae7b);
}
.cid-uGoHjgUN4K .mbr-text,
.cid-uGoHjgUN4K .mbr-section-btn {
  color: #ffffff;
}
.cid-uGoHkxTJ6J {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uGoHkxTJ6J .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-uGoHkxTJ6J .step {
  width: 72px;
  height: 72px;
  font-size: 36px;
  border-radius: 50%;
  border: 2px solid #efefef;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .cid-uGoHkxTJ6J .separline .step-wrapper {
    position: relative;
  }
  .cid-uGoHkxTJ6J .separline .step-wrapper:before,
  .cid-uGoHkxTJ6J .separline .step-wrapper:after {
    top: 38px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 36px - 8px);
    background-color: #efefef;
  }
  .cid-uGoHkxTJ6J .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-uGoHkxTJ6J .separline .step-wrapper:after {
    left: calc(50% + 8px + 36px);
  }
  .cid-uGoHkxTJ6J .separline.last-child .step-wrapper:after,
  .cid-uGoHkxTJ6J .separline:nth-child(3n) .step-wrapper:after,
  .cid-uGoHkxTJ6J .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-uGoHkxTJ6J .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-uGoHkxTJ6J .mbr-step-text {
  color: #0a6421;
}
.cid-uGoGJNgQpR {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/eravan1.jpg");
}
.cid-uGoGJNgQpR .card-box {
  padding: 0 2rem;
}
.cid-uGoGJNgQpR .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uGoGJNgQpR .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uGoGJNgQpR h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uGoGJNgQpR p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uGoGJNgQpR .mbr-text {
  color: #0e2f16;
}
.cid-uGoGJNgQpR .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uGoGJNgQpR .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uGoGJNgQpR .card-title {
  color: #0e2f16;
}
.cid-uGoGJPX6au {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #ffee54, #ffc154);
}
.cid-uGoGJPX6au .mbr-text,
.cid-uGoGJPX6au .mbr-section-btn {
  color: #232323;
}
.cid-uGoGJSrhrD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #308f65;
}
.cid-uGoGJSrhrD .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uGoGJSrhrD .modal-body .close {
  background: #1b1b1b;
}
.cid-uGoGJSrhrD .modal-body .close span {
  font-style: normal;
}
.cid-uGoGJSrhrD .carousel-inner > .active,
.cid-uGoGJSrhrD .carousel-inner > .next,
.cid-uGoGJSrhrD .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-uGoGJSrhrD .carousel-control .icon-next,
.cid-uGoGJSrhrD .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uGoGJSrhrD .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uGoGJSrhrD .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uGoGJSrhrD .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-uGoGJSrhrD .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uGoGJSrhrD .boxed-slider > div {
  position: relative;
}
.cid-uGoGJSrhrD .container img {
  width: 100%;
}
.cid-uGoGJSrhrD .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uGoGJSrhrD .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uGoGJSrhrD .mbr-table-cell {
  padding: 0;
}
.cid-uGoGJSrhrD .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uGoGJSrhrD .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-uGoGJSrhrD .mbr-overlay {
  z-index: 1;
}
.cid-uGoGJSrhrD .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uGoGJSrhrD .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-uGoGJSrhrD .carousel-item .container {
    width: 100%;
  }
}
.cid-uGoGJSrhrD .carousel-item-next.carousel-item-left,
.cid-uGoGJSrhrD .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-uGoGJSrhrD .active.carousel-item-right,
.cid-uGoGJSrhrD .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-uGoGJSrhrD .active.carousel-item-left,
.cid-uGoGJSrhrD .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-uGoGJSrhrD .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-uGoGJSrhrD .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGoGJSrhrD .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uGoGJSrhrD .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uGoGJSrhrD .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uGoGJSrhrD .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uGoGJSrhrD .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uGoGJSrhrD .mbr-slider .carousel-indicators li.active,
.cid-uGoGJSrhrD .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uGoGJSrhrD .mbr-slider .carousel-indicators li::after,
.cid-uGoGJSrhrD .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uGoGJSrhrD .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uGoGJSrhrD .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uGoGJSrhrD .mbr-slider > .container img {
  width: 100%;
}
.cid-uGoGJSrhrD .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uGoGJSrhrD .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uGoGJSrhrD .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uGoGJSrhrD .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uGoGJSrhrD .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uGoGJSrhrD .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-uGoGJSrhrD .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uGoGJSrhrD .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uGoGJSrhrD .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uGoGJSrhrD .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uGoGJSrhrD .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uGoGJSrhrD .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uGoGJSrhrD .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uGoGJSrhrD .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uGoGJSrhrD .carousel-inner {
  height: 100%;
}
.cid-uGoGJSrhrD .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uGoGJSrhrD .image_wrapper {
  height: 550px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-uGoGJSrhrD .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-uGoGJSrhrD .carousel-item .container-slide {
  text-align: center;
}
.cid-uGoGJSrhrD .content-slider-wrap {
  width: 60%;
}
.cid-uGoGJV99CI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uGoGJV99CI .mbr-iconfont {
  color: #7dd77c;
}
.cid-uGoGJV99CI .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-uGoGJV99CI .mbr-text {
  margin: 1.5rem 0;
}
.cid-uGoGJV99CI .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-uGoGJV99CI .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-uGoGJV99CI .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uGoGJV99CI .mbr-section-subtitle,
.cid-uGoGJV99CI .mbr-text,
.cid-uGoGJV99CI .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-uGoGJV99CI .mbr-section-title {
  color: #0a6421;
}
.cid-uGoGJYUc9S {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #ffee54, #ffc154);
}
.cid-uGoGJYUc9S .mbr-text,
.cid-uGoGJYUc9S .mbr-section-btn {
  color: #232323;
}
.cid-uGxuUJmOP6 .navbar {
  padding: .5rem 0;
  background: #0f7b8b;
  transition: none;
  min-height: 77px;
}
.cid-uGxuUJmOP6 .navbar-dropdown.bg-color.transparent.opened {
  background: #0f7b8b;
}
.cid-uGxuUJmOP6 a {
  font-style: normal;
}
.cid-uGxuUJmOP6 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uGxuUJmOP6 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uGxuUJmOP6 .nav-item:focus,
.cid-uGxuUJmOP6 .nav-link:focus {
  outline: none;
}
.cid-uGxuUJmOP6 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uGxuUJmOP6 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uGxuUJmOP6 .menu-logo {
  margin-right: auto;
}
.cid-uGxuUJmOP6 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGxuUJmOP6 .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-uGxuUJmOP6 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uGxuUJmOP6 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uGxuUJmOP6 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uGxuUJmOP6 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uGxuUJmOP6 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uGxuUJmOP6 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uGxuUJmOP6 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uGxuUJmOP6 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGxuUJmOP6 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uGxuUJmOP6 .dropdown .dropdown-menu {
  background: #0f7b8b;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uGxuUJmOP6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uGxuUJmOP6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGxuUJmOP6 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uGxuUJmOP6 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGxuUJmOP6 .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-uGxuUJmOP6 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uGxuUJmOP6 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uGxuUJmOP6 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uGxuUJmOP6 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uGxuUJmOP6 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uGxuUJmOP6 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uGxuUJmOP6 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uGxuUJmOP6 button.navbar-toggler:focus {
  outline: none;
}
.cid-uGxuUJmOP6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGxuUJmOP6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uGxuUJmOP6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uGxuUJmOP6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uGxuUJmOP6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uGxuUJmOP6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGxuUJmOP6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uGxuUJmOP6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uGxuUJmOP6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGxuUJmOP6 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uGxuUJmOP6 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uGxuUJmOP6 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uGxuUJmOP6 .collapsed .navbar-collapse.collapsing,
.cid-uGxuUJmOP6 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uGxuUJmOP6 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uGxuUJmOP6 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uGxuUJmOP6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uGxuUJmOP6 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uGxuUJmOP6 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uGxuUJmOP6 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uGxuUJmOP6 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uGxuUJmOP6 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uGxuUJmOP6 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uGxuUJmOP6 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uGxuUJmOP6 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uGxuUJmOP6 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uGxuUJmOP6 .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-uGxuUJmOP6 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uGxuUJmOP6 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uGxuUJmOP6 .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-uGxuUJmOP6 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uGxuUJmOP6 img {
    height: 3.8rem !important;
  }
  .cid-uGxuUJmOP6 .btn {
    display: -webkit-flex;
  }
  .cid-uGxuUJmOP6 button.navbar-toggler {
    display: block;
  }
  .cid-uGxuUJmOP6 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uGxuUJmOP6 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uGxuUJmOP6 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uGxuUJmOP6 .navbar-collapse.collapsing,
  .cid-uGxuUJmOP6 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uGxuUJmOP6 .navbar-collapse.collapsing .navbar-nav,
  .cid-uGxuUJmOP6 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uGxuUJmOP6 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uGxuUJmOP6 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uGxuUJmOP6 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uGxuUJmOP6 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uGxuUJmOP6 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uGxuUJmOP6 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uGxuUJmOP6 .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-uGxuUJmOP6 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uGxuUJmOP6 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uGxuUJmOP6 .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-uGxuUJmOP6 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uGxuUJmOP6 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uGxuUJmOP6 .nav-link:hover,
.cid-uGxuUJmOP6 .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-uGxuUMSuzT .modal-body .close {
  background: #1b1b1b;
}
.cid-uGxuUMSuzT .modal-body .close span {
  font-style: normal;
}
.cid-uGxuUMSuzT .carousel-inner > .active,
.cid-uGxuUMSuzT .carousel-inner > .next,
.cid-uGxuUMSuzT .carousel-inner > .prev {
  display: table;
}
.cid-uGxuUMSuzT .carousel-control .icon-next,
.cid-uGxuUMSuzT .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uGxuUMSuzT .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uGxuUMSuzT .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uGxuUMSuzT .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uGxuUMSuzT .boxed-slider > div {
  position: relative;
}
.cid-uGxuUMSuzT .container img {
  width: 100%;
}
.cid-uGxuUMSuzT .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uGxuUMSuzT .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uGxuUMSuzT .mbr-table-cell {
  padding: 0;
}
.cid-uGxuUMSuzT .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uGxuUMSuzT .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-uGxuUMSuzT .mbr-overlay {
  z-index: 1;
}
.cid-uGxuUMSuzT .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uGxuUMSuzT .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-uGxuUMSuzT .carousel-item .container {
    width: 100%;
  }
}
.cid-uGxuUMSuzT .carousel-item-next.carousel-item-left,
.cid-uGxuUMSuzT .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-uGxuUMSuzT .active.carousel-item-right,
.cid-uGxuUMSuzT .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-uGxuUMSuzT .active.carousel-item-left,
.cid-uGxuUMSuzT .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-uGxuUMSuzT .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-uGxuUMSuzT .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGxuUMSuzT .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uGxuUMSuzT .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-uGxuUMSuzT .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uGxuUMSuzT .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uGxuUMSuzT .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uGxuUMSuzT .mbr-slider .carousel-indicators li.active,
.cid-uGxuUMSuzT .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uGxuUMSuzT .mbr-slider .carousel-indicators li::after,
.cid-uGxuUMSuzT .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uGxuUMSuzT .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uGxuUMSuzT .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uGxuUMSuzT .mbr-slider > .container img {
  width: 100%;
}
.cid-uGxuUMSuzT .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uGxuUMSuzT .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uGxuUMSuzT .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uGxuUMSuzT .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uGxuUMSuzT .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uGxuUMSuzT .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-uGxuUMSuzT .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uGxuUMSuzT .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uGxuUMSuzT .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uGxuUMSuzT .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uGxuUMSuzT .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uGxuUMSuzT .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uGxuUMSuzT .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uGxuURqzix {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uGxuURqzix .mbr-section-title {
  letter-spacing: .1em;
}
.cid-uGxuURqzix .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-uGxuURqzix .card-img span {
  font-size: 100px;
}
.cid-uGxuURqzix .mbr-text,
.cid-uGxuURqzix .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-uGxuUUlgSG {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/2213131313.jpg");
}
.cid-uGxuUUlgSG .mbr-text,
.cid-uGxuUUlgSG .mbr-section-btn {
  text-align: left;
}
.cid-uGxuUXQmOP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uGxuUXQmOP .mbr-section-title {
  letter-spacing: .1em;
}
.cid-uGxuUXQmOP .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-uGxuUXQmOP .card-img span {
  font-size: 100px;
}
.cid-uGxuUXQmOP .mbr-text,
.cid-uGxuUXQmOP .mbr-section-btn {
  color: #481b6a;
  text-align: left;
}
.cid-uGxuV0N4al {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #308f65;
}
.cid-uGxuV0N4al .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uGxuV0N4al .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uGxuV0N4al .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-uGxuV0N4al .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-uGxuV0N4al .mbr-text {
  color: #ffee54;
  text-align: left;
}
.cid-uGxuV4gZiz {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffee54;
}
.cid-uGxuV4gZiz .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uGxuV4gZiz .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uGxuV4gZiz .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-uGxuV4gZiz .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-uGxuV4gZiz .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-uGxuV803Ss {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #308f65;
}
.cid-uGxuV803Ss .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uGxuV803Ss .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uGxuV803Ss .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-uGxuV803Ss .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-uGxuV803Ss .mbr-text {
  color: #ffee54;
  text-align: left;
}
.cid-uGxuVb8Etj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #3cae7b;
}
.cid-uGxuVb8Etj .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uGxuVb8Etj .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uGxuVb8Etj .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-uGxuVb8Etj .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-uGxuVb8Etj .mbr-text {
  color: #ffee54;
  text-align: left;
}
.cid-uGxuVd5wra {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #ffee54, #ffc154);
}
.cid-uGxuVd5wra .mbr-text,
.cid-uGxuVd5wra .mbr-section-btn {
  color: #232323;
}
.cid-uGxuVfalkt {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/345342242.jpg");
}
.cid-uGxuVfalkt h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-uGxuVfalkt p {
  color: #ffffff;
}
.cid-uGxuVfalkt .card {
  margin-bottom: 2rem;
}
.cid-uGxuVfalkt .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #308f65;
}
.cid-uGxuVfalkt .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-uGxuVfalkt .card-box {
  padding-bottom: 2rem;
  background-color: #308f65;
  background: linear-gradient(#308f65, transparent);
}
.cid-uGxuVfalkt .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-uGxuVfalkt .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-uGxuVfalkt .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uGxuVfalkt .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uGxuVk0O6W {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #ffee54, #ffc154);
}
.cid-uGxuVk0O6W .mbr-text,
.cid-uGxuVk0O6W .mbr-section-btn {
  color: #232323;
}
.cid-uGxuVmDksx {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/eravan1.jpg");
}
.cid-uGxuVmDksx .card-box {
  padding: 0 2rem;
}
.cid-uGxuVmDksx .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uGxuVmDksx .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uGxuVmDksx h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uGxuVmDksx p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uGxuVmDksx .mbr-text {
  color: #0e2f16;
}
.cid-uGxuVmDksx .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uGxuVmDksx .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uGxuVmDksx .card-title {
  color: #0e2f16;
}
.cid-uGxuVqQPS2 {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #ffee54, #ffc154);
}
.cid-uGxuVqQPS2 .mbr-text,
.cid-uGxuVqQPS2 .mbr-section-btn {
  color: #232323;
}
.cid-uGxuVucLVh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #308f65;
}
.cid-uGxuVucLVh .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uGxuVucLVh .modal-body .close {
  background: #1b1b1b;
}
.cid-uGxuVucLVh .modal-body .close span {
  font-style: normal;
}
.cid-uGxuVucLVh .carousel-inner > .active,
.cid-uGxuVucLVh .carousel-inner > .next,
.cid-uGxuVucLVh .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-uGxuVucLVh .carousel-control .icon-next,
.cid-uGxuVucLVh .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uGxuVucLVh .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uGxuVucLVh .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uGxuVucLVh .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-uGxuVucLVh .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uGxuVucLVh .boxed-slider > div {
  position: relative;
}
.cid-uGxuVucLVh .container img {
  width: 100%;
}
.cid-uGxuVucLVh .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uGxuVucLVh .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uGxuVucLVh .mbr-table-cell {
  padding: 0;
}
.cid-uGxuVucLVh .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uGxuVucLVh .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-uGxuVucLVh .mbr-overlay {
  z-index: 1;
}
.cid-uGxuVucLVh .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uGxuVucLVh .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-uGxuVucLVh .carousel-item .container {
    width: 100%;
  }
}
.cid-uGxuVucLVh .carousel-item-next.carousel-item-left,
.cid-uGxuVucLVh .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-uGxuVucLVh .active.carousel-item-right,
.cid-uGxuVucLVh .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-uGxuVucLVh .active.carousel-item-left,
.cid-uGxuVucLVh .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-uGxuVucLVh .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-uGxuVucLVh .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGxuVucLVh .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uGxuVucLVh .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uGxuVucLVh .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uGxuVucLVh .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uGxuVucLVh .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uGxuVucLVh .mbr-slider .carousel-indicators li.active,
.cid-uGxuVucLVh .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uGxuVucLVh .mbr-slider .carousel-indicators li::after,
.cid-uGxuVucLVh .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uGxuVucLVh .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uGxuVucLVh .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uGxuVucLVh .mbr-slider > .container img {
  width: 100%;
}
.cid-uGxuVucLVh .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uGxuVucLVh .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uGxuVucLVh .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uGxuVucLVh .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uGxuVucLVh .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uGxuVucLVh .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-uGxuVucLVh .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uGxuVucLVh .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uGxuVucLVh .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uGxuVucLVh .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uGxuVucLVh .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uGxuVucLVh .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uGxuVucLVh .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uGxuVucLVh .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uGxuVucLVh .carousel-inner {
  height: 100%;
}
.cid-uGxuVucLVh .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uGxuVucLVh .image_wrapper {
  height: 550px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-uGxuVucLVh .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-uGxuVucLVh .carousel-item .container-slide {
  text-align: center;
}
.cid-uGxuVucLVh .content-slider-wrap {
  width: 60%;
}
.cid-uGxuVxqcyD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uGxuVxqcyD .mbr-iconfont {
  color: #7dd77c;
}
.cid-uGxuVxqcyD .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-uGxuVxqcyD .mbr-text {
  margin: 1.5rem 0;
}
.cid-uGxuVxqcyD .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-uGxuVxqcyD .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-uGxuVxqcyD .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uGxuVxqcyD .mbr-section-subtitle,
.cid-uGxuVxqcyD .mbr-text,
.cid-uGxuVxqcyD .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-uGxuVxqcyD .mbr-section-title {
  color: #0a6421;
}
.cid-uGxuVDCzby {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #ffee54, #ffc154);
}
.cid-uGxuVDCzby .mbr-text,
.cid-uGxuVDCzby .mbr-section-btn {
  color: #232323;
}
