@import url(https://fonts.googleapis.com/css?family=Jost:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&amp;display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&amp;display=swap);





body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.375rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.9375rem;
}
.display-4 > .mbr-iconfont {
  font-size: 0.9375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.77rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.77rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.1rem;
}
/* ---- 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: 3.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.75rem;
    font-size: calc( 0.978125rem + (0.9375 - 0.978125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.978125rem + (0.9375 - 0.978125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.416rem;
    font-size: calc( 1.2694999999999999rem + (1.77 - 1.2694999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2694999999999999rem + (1.77 - 1.2694999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 6px;
}
.btn-sm {
  padding: 18px 38px;
  border-radius: 6px;
}
.btn-md {
  padding: 18px 42px;
  border-radius: 6px;
}
.btn-lg {
  padding: 20px 47px;
  border-radius: 6px;
}
.bg-primary {
  background-color: #589541 !important;
}
.bg-success {
  background-color: #3aa6bf !important;
}
.bg-info {
  background-color: #1b1a1a !important;
}
.bg-warning {
  background-color: #1b1a1a !important;
}
.bg-danger {
  background-color: #0a1126 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #589541 !important;
  border-color: #589541 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #39602a !important;
  border-color: #39602a !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #39602a !important;
  border-color: #39602a !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #922026 !important;
  border-color: #922026 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #531216 !important;
  border-color: #531216 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #531216 !important;
  border-color: #531216 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #1b1a1a !important;
  border-color: #1b1a1a !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #3aa6bf !important;
  border-color: #3aa6bf !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #287384 !important;
  border-color: #287384 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #287384 !important;
  border-color: #287384 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #1b1a1a !important;
  border-color: #1b1a1a !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #0a1126 !important;
  border-color: #0a1126 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #2e4e22;
  color: #2e4e22;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #589541;
  border-color: #589541;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #589541 !important;
  border-color: #589541 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #3e0e10;
  color: #3e0e10;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #922026;
  border-color: #922026;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #922026 !important;
  border-color: #922026 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #1b1a1a;
  border-color: #1b1a1a;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #1b1a1a !important;
  border-color: #1b1a1a !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #226271;
  color: #226271;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #3aa6bf;
  border-color: #3aa6bf;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3aa6bf !important;
  border-color: #3aa6bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #1b1a1a;
  border-color: #1b1a1a;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #1b1a1a !important;
  border-color: #1b1a1a !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #0a1126;
  border-color: #0a1126;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #0a1126 !important;
  border-color: #0a1126 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  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: #589541 !important;
}
.text-secondary {
  color: #922026 !important;
}
.text-success {
  color: #3aa6bf !important;
}
.text-info {
  color: #1b1a1a !important;
}
.text-warning {
  color: #1b1a1a !important;
}
.text-danger {
  color: #0a1126 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #2e4e22 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #3e0e10 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #226271 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000000 !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: #1b1a1a;
}
.alert-warning {
  background-color: #1b1a1a;
}
.alert-danger {
  background-color: #0a1126;
}
.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-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #589541;
  border-color: #589541;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #589541;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #9ccc8a;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #99d3e0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #cecccc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #cecccc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #acbbe9;
}
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.1rem;
}
blockquote {
  border-color: #589541;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.btn-primary:hover {
  color: #589541 !important;
  background: white !important;
  border-color: white !important;
}
.form-control,
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #589541;
  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: #589541;
  border-bottom-color: #589541;
}
.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: #589541 !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: #922026 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23589541' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-selsS8VhC8 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-selsS8VhC8 .navbar-fixed-top {
  padding-top: 0;
}
.cid-selsS8VhC8 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-selsS8VhC8 .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #eff2f7;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-selsS8VhC8 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-selsS8VhC8 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-selsS8VhC8 .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-selsS8VhC8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-selsS8VhC8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-selsS8VhC8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-selsS8VhC8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-selsS8VhC8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-selsS8VhC8 .menu-content-top {
  background: #0b4b78;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-selsS8VhC8 .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-selsS8VhC8 .dropdown-item:hover {
  color: #922026 !important;
}
.cid-selsS8VhC8 .nav-link,
.cid-selsS8VhC8 .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-selsS8VhC8 .nav-link:hover,
.cid-selsS8VhC8 .brand-name:hover {
  color: #922026 !important;
}
.cid-selsS8VhC8 .dropdown-menu {
  background-color: #eff2f7;
}
.cid-selsS8VhC8 .dropdown-item:active {
  background-color: #eff2f7;
}
.cid-selsS8VhC8 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-selsS8VhC8 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-selsS8VhC8 .nav-item {
  position: relative;
}
.cid-selsS8VhC8 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-selsS8VhC8 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-selsS8VhC8 .nav-item .nav-link:focus {
  outline: none;
}
.cid-selsS8VhC8 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-selsS8VhC8 .content-text {
  margin-bottom: 0;
}
.cid-selsS8VhC8 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-selsS8VhC8 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 10px solid #589541;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-selsS8VhC8 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-selsS8VhC8 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-selsS8VhC8 .navbar-nav .nav-item a {
  margin: 0 0.8rem !important;
}
.cid-selsS8VhC8 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-selsS8VhC8 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-selsS8VhC8 .content-right-side {
  text-align: center;
}
.cid-selsS8VhC8 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-selsS8VhC8 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-selsS8VhC8 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-selsS8VhC8 .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-selsS8VhC8 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-selsS8VhC8 .info-widget:first-child {
  margin-left: 0;
}
.cid-selsS8VhC8 .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-selsS8VhC8 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-selsS8VhC8 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-selsS8VhC8 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-selsS8VhC8 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-selsS8VhC8 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-selsS8VhC8 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #0b4b78 ;
}
@media (min-width: 992px) {
  .cid-selsS8VhC8 .nav-link {
    line-height: 2.13;
    color: #ffffff;
  }
  .cid-selsS8VhC8 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #ffffff;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-selsS8VhC8 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-selsS8VhC8 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-selsS8VhC8 .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-selsS8VhC8 .navbar {
    display: block;
    padding: 0;
  }
  .cid-selsS8VhC8 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-selsS8VhC8 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-selsS8VhC8 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-selsS8VhC8 .navbar-toggler {
    display: none;
  }
  .cid-selsS8VhC8 .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-selsS8VhC8 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-selsS8VhC8 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-selsS8VhC8 .btn-sm {
  padding: 13px 29px;
}
.cid-selsS8VhC8 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-selsS8VhC8 .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-selsS8VhC8 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-selsS8VhC8 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-selsS8VhC8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-selsS8VhC8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-selsS8VhC8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-selsS8VhC8 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-selsS8VhC8 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-selsS8VhC8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-selsS8VhC8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-selsS8VhC8 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-selsS8VhC8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-selsS8VhC8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-selsS8VhC8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-selsS8VhC8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-selsS8VhC8 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-selsS8VhC8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-selsS8VhC8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-selsS8VhC8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-selsS8VhC8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-selsS8VhC8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-selsS8VhC8 button.navbar-toggler:focus {
  outline: none;
}
.cid-selsS8VhC8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #279e64;
}
.cid-selsS8VhC8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-selsS8VhC8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-selsS8VhC8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-selsS8VhC8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-selsS8VhC8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-selsS8VhC8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-selsS8VhC8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-selsS8VhC8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-selsS8VhC8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-selsS8VhC8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-selsS8VhC8 .collapsed .btn {
  display: flex;
}
.cid-selsS8VhC8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-selsS8VhC8 .collapsed .navbar-collapse.collapsing,
.cid-selsS8VhC8 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-selsS8VhC8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-selsS8VhC8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-selsS8VhC8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-selsS8VhC8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-selsS8VhC8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-selsS8VhC8 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-selsS8VhC8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-selsS8VhC8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-selsS8VhC8 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-selsS8VhC8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-selsS8VhC8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-selsS8VhC8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-selsS8VhC8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-selsS8VhC8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-selsS8VhC8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-selsS8VhC8 .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: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-selsS8VhC8 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-selsS8VhC8 .menu-content-top {
    display: flex;
  }
  .cid-selsS8VhC8 .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-selsS8VhC8 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-selsS8VhC8 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-selsS8VhC8 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-selsS8VhC8 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-selsS8VhC8 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-selsS8VhC8 .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-selsS8VhC8 .navbar-collapse.collapsing,
  .cid-selsS8VhC8 .navbar-collapse.show {
    display: block !important;
  }
  .cid-selsS8VhC8 .navbar-collapse.collapsing .navbar-nav,
  .cid-selsS8VhC8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-selsS8VhC8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-selsS8VhC8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-selsS8VhC8 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-selsS8VhC8 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #589541;
  }
  .cid-selsS8VhC8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-selsS8VhC8 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-selsS8VhC8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-selsS8VhC8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-selsS8VhC8 img {
    height: 3.8rem !important;
  }
  .cid-selsS8VhC8 .btn {
    display: flex;
  }
  .cid-selsS8VhC8 button.navbar-toggler {
    display: block;
  }
  .cid-selsS8VhC8 .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-selsS8VhC8 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-selsS8VhC8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-selsS8VhC8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-selsS8VhC8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-selsS8VhC8 .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: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-selsS8VhC8 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-selsS8VhC8 .nav-link:focus {
  outline: none;
}
.cid-selsS8VhC8 .navbar-toggler {
  position: relative;
}
.cid-selsS8VhC8 .widget-title,
.cid-selsS8VhC8 .widget-icon {
  color: #ffffff;
}
.cid-selsS8VhC8 .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-selsS8VhC8 .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-selsS8VhC8 .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-selsS8VhC8 .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-selsS8VhC8 .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-selsS8VhC8 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-selsS8VhC8 .menu-content-top,
  .cid-selsS8VhC8 .menu-bottom {
    padding: 0 15px;
  }
  .cid-selsS8VhC8 button.navbar-toggler {
    align-self: center;
  }
  .cid-selsS8VhC8 .btn {
    margin-left: 0;
  }
  .cid-selsS8VhC8 .widget-icon {
    padding-right: 0;
  }
}
.cid-selsS8VhC8 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-selsS8VhC8 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #14287f;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-selsS8VhC8 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-selsS8VhC8 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #922026;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-selsS8VhC8 .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-selwZOsOht {
  padding-top: 320px;
}
.cid-selwZOsOht .container {
  margin-bottom: 15%;
}
.cid-selwZOsOht .content-container .btn-bgr {
  z-index: 0;
}
.cid-selwZOsOht .container-boxes {
  padding-bottom: 15px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #eeeff2;
}
.cid-selwZOsOht .icon-block-top span {
  background-color: #589541;
  padding: 1.5rem;
  position: absolute;
  border-radius: 50%;
  margin-top: -2.5rem;
  top: 0;
  font-size: 1.8rem;
  width: 78px;
  height: 78px;
}
.cid-selwZOsOht .box-item {
  position: relative;
  border-radius: 3px;
  margin-right: 1.5rem;
  width: 29%;
  padding: 2.5rem;
}
.cid-selwZOsOht .box-item:first-child {
  background-color: #ffffff;
  margin-top: -50px;
  border-radius: 10px;
}
.cid-selwZOsOht .box-item:nth-child(2) {
  background-color: #922026;
}
.cid-selwZOsOht .box-item:last-child {
  background-color: #4f87fb;
  margin-right: 0;
}
.cid-selwZOsOht .box-item-text,
.cid-selwZOsOht .mbr-section-btn {
  color: #d9dade;
}
.cid-selwZOsOht .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-selwZOsOht .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-selwZOsOht .box-list li:last-child {
  border-bottom: none;
}
.cid-selwZOsOht .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-selwZOsOht .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-selwZOsOht .mbr-section-btn {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.cid-selwZOsOht .mbr-section-btn > .btn-underline {
  padding: .5rem;
}
@media (min-width: 992px) {
  .cid-selwZOsOht .box-item {
    margin-top: -50px;
    max-width: 400px;
    border-radius:10px;
  }
}
@media (max-width: 767px) {
  .cid-selwZOsOht .p-descr {
    margin-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-selwZOsOht .box-item {
    margin-bottom: 4rem;
    margin-right: 0;
    margin-top: 0;
    width: 90%;
  }
  .cid-selwZOsOht .box-item:last-child {
    margin-bottom: 0;
  }
  .cid-selwZOsOht .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-selwZOsOht .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-selwZOsOht .mbr-text {
  color: #efefef;
}
.cid-selwZOsOht H1 {
  color: #ffffff;
}
.cid-selwZOsOht .box-item-title {
  color: #ffffff;
}
.cid-semveqei3o {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #eeeff2;
}
.cid-semveqei3o h4 {
  margin-bottom: 0;
  text-align: left;
}
.cid-semveqei3o .card-box {
  padding-top: 3rem;
}
.cid-semveqei3o .mbr-link-btn {
  width: 100%;
  text-align: center;
}
.cid-semveqei3o .btn-md {
  padding: 1rem;
}
.cid-semveqei3o .btn-primary-outline,
.cid-semveqei3o .btn-secondary-outline,
.cid-semveqei3o .btn-info-outline,
.cid-semveqei3o .btn-success-outline,
.cid-semveqei3o .btn-warning-outline,
.cid-semveqei3o .btn-danger-outline,
.cid-semveqei3o .btn-black-outline,
.cid-semveqei3o .btn-white-outline {
  border: none;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-semveqei3o .btn-primary-outline span,
.cid-semveqei3o .btn-secondary-outline span,
.cid-semveqei3o .btn-info-outline span,
.cid-semveqei3o .btn-success-outline span,
.cid-semveqei3o .btn-warning-outline span,
.cid-semveqei3o .btn-danger-outline span,
.cid-semveqei3o .btn-black-outline span,
.cid-semveqei3o .btn-white-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-semveqei3o .btn-primary-outline:hover span,
.cid-semveqei3o .btn-secondary-outline:hover span,
.cid-semveqei3o .btn-info-outline:hover span,
.cid-semveqei3o .btn-success-outline:hover span,
.cid-semveqei3o .btn-warning-outline:hover span,
.cid-semveqei3o .btn-danger-outline:hover span,
.cid-semveqei3o .btn-black-outline:hover span,
.cid-semveqei3o .btn-white-outline:hover span {
  padding-left: 10px;
}
.cid-semveqei3o .btn-primary-outline:hover,
.cid-semveqei3o .btn-secondary-outline:hover,
.cid-semveqei3o .btn-info-outline:hover,
.cid-semveqei3o .btn-success-outline:hover,
.cid-semveqei3o .btn-warning-outline:hover,
.cid-semveqei3o .btn-danger-outline:hover,
.cid-semveqei3o .btn-black-outline:hover,
.cid-semveqei3o .btn-white-outline:hover {
  background-color: transparent!important;
  color: #589541 !important;
  box-shadow: none!important;
}
.cid-semveqei3o .btn-primary-outline:active,
.cid-semveqei3o .btn-secondary-outline:active,
.cid-semveqei3o .btn-info-outline:active,
.cid-semveqei3o .btn-success-outline:active,
.cid-semveqei3o .btn-warning-outline:active,
.cid-semveqei3o .btn-danger-outline:active,
.cid-semveqei3o .btn-black-outline:active,
.cid-semveqei3o .btn-white-outline:active,
.cid-semveqei3o .btn-primary-outline:focus,
.cid-semveqei3o .btn-secondary-outline:focus,
.cid-semveqei3o .btn-info-outline:focus,
.cid-semveqei3o .btn-success-outline:focus,
.cid-semveqei3o .btn-warning-outline:focus,
.cid-semveqei3o .btn-danger-outline:focus,
.cid-semveqei3o .btn-black-outline:focus,
.cid-semveqei3o .btn-white-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-semveqei3o .btn-primary-outline .mbr-iconfont,
.cid-semveqei3o .btn-secondary-outline .mbr-iconfont,
.cid-semveqei3o .btn-info-outline .mbr-iconfont,
.cid-semveqei3o .btn-success-outline .mbr-iconfont,
.cid-semveqei3o .btn-warning-outline .mbr-iconfont,
.cid-semveqei3o .btn-danger-outline .mbr-iconfont,
.cid-semveqei3o .btn-black-outline .mbr-iconfont,
.cid-semveqei3o .btn-white-outline .mbr-iconfont {
  margin-right: 0!important;
  padding-left: 0.4rem;
}
.cid-semveqei3o .card-wrapper {
  overflow: hidden;
  height: 100%;
  position: relative;
  background-color: #ffffff;
  padding: 3rem 1.2rem 1.2rem 1.2rem;
  border-radius: 8px;
  transition: all 0.3s;
}
.cid-semveqei3o .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(188, 41, 49, 0.35);
  transform: translateY(-1.5rem);
}
.cid-semveqei3o .link-wrap {
  position: relative;
  padding-top: 14px;
}
.cid-semveqei3o .link-wrap:hover {
  color: #589541 !important;
}
.cid-semveqei3o .link-wrap:hover:hover .link-ico {
  color: #589541 !important;
}
.cid-semveqei3o .line {
  width: 150%;
  height: 1px;
  background: lightgray;
  position: absolute;
  top: 0;
  left: -25%;
}
.cid-semveqei3o img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.cid-semveqei3o .card-title {
  color: #000000;
  text-align: center;
  line-height: 1.4;
}
.cid-semveqei3o .row {
  justify-content: center;
}
.cid-semveqei3o .main-title {
  text-align: center;
  color: #232323;
}
.cid-semveqei3o P {
  text-align: center;
}
.cid-semveqei3o .mbr-text,
.cid-semveqei3o .link {
  text-align: center;
  color: #767676;
}
@media (max-width: 576px) {
  .cid-semveqei3o .card-wrapper:hover {
    transform: none;
    box-shadow: none;
  }
}
.cid-semAFnRViC {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #eeeff2;
}
.cid-semAFnRViC h4 {
  margin-bottom: 0;
  text-align: left;
}
.cid-semAFnRViC .card-box {
  padding-top: 3rem;
}
.cid-semAFnRViC .mbr-link-btn {
  width: 100%;
  text-align: center;
}
.cid-semAFnRViC .btn-md {
  padding: 1rem;
}
.cid-semAFnRViC .btn-primary-outline,
.cid-semAFnRViC .btn-secondary-outline,
.cid-semAFnRViC .btn-info-outline,
.cid-semAFnRViC .btn-success-outline,
.cid-semAFnRViC .btn-warning-outline,
.cid-semAFnRViC .btn-danger-outline,
.cid-semAFnRViC .btn-black-outline,
.cid-semAFnRViC .btn-white-outline {
  border: none;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-semAFnRViC .btn-primary-outline span,
.cid-semAFnRViC .btn-secondary-outline span,
.cid-semAFnRViC .btn-info-outline span,
.cid-semAFnRViC .btn-success-outline span,
.cid-semAFnRViC .btn-warning-outline span,
.cid-semAFnRViC .btn-danger-outline span,
.cid-semAFnRViC .btn-black-outline span,
.cid-semAFnRViC .btn-white-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-semAFnRViC .btn-primary-outline:hover span,
.cid-semAFnRViC .btn-secondary-outline:hover span,
.cid-semAFnRViC .btn-info-outline:hover span,
.cid-semAFnRViC .btn-success-outline:hover span,
.cid-semAFnRViC .btn-warning-outline:hover span,
.cid-semAFnRViC .btn-danger-outline:hover span,
.cid-semAFnRViC .btn-black-outline:hover span,
.cid-semAFnRViC .btn-white-outline:hover span {
  padding-left: 10px;
}
.cid-semAFnRViC .btn-primary-outline:hover,
.cid-semAFnRViC .btn-secondary-outline:hover,
.cid-semAFnRViC .btn-info-outline:hover,
.cid-semAFnRViC .btn-success-outline:hover,
.cid-semAFnRViC .btn-warning-outline:hover,
.cid-semAFnRViC .btn-danger-outline:hover,
.cid-semAFnRViC .btn-black-outline:hover,
.cid-semAFnRViC .btn-white-outline:hover {
  background-color: transparent!important;
  color: #589541 !important;
  box-shadow: none!important;
}
.cid-semAFnRViC .btn-primary-outline:active,
.cid-semAFnRViC .btn-secondary-outline:active,
.cid-semAFnRViC .btn-info-outline:active,
.cid-semAFnRViC .btn-success-outline:active,
.cid-semAFnRViC .btn-warning-outline:active,
.cid-semAFnRViC .btn-danger-outline:active,
.cid-semAFnRViC .btn-black-outline:active,
.cid-semAFnRViC .btn-white-outline:active,
.cid-semAFnRViC .btn-primary-outline:focus,
.cid-semAFnRViC .btn-secondary-outline:focus,
.cid-semAFnRViC .btn-info-outline:focus,
.cid-semAFnRViC .btn-success-outline:focus,
.cid-semAFnRViC .btn-warning-outline:focus,
.cid-semAFnRViC .btn-danger-outline:focus,
.cid-semAFnRViC .btn-black-outline:focus,
.cid-semAFnRViC .btn-white-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-semAFnRViC .btn-primary-outline .mbr-iconfont,
.cid-semAFnRViC .btn-secondary-outline .mbr-iconfont,
.cid-semAFnRViC .btn-info-outline .mbr-iconfont,
.cid-semAFnRViC .btn-success-outline .mbr-iconfont,
.cid-semAFnRViC .btn-warning-outline .mbr-iconfont,
.cid-semAFnRViC .btn-danger-outline .mbr-iconfont,
.cid-semAFnRViC .btn-black-outline .mbr-iconfont,
.cid-semAFnRViC .btn-white-outline .mbr-iconfont {
  margin-right: 0!important;
  padding-left: 0.4rem;
}
.cid-semAFnRViC .card-wrapper {
  overflow: hidden;
  height: 100%;
  position: relative;
  background-color: #ffffff;
  padding: 3rem 1.2rem 1.2rem 1.2rem;
  border-radius: 8px;
  transition: all 0.3s;
}
.cid-semAFnRViC .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(188, 41, 49, 0.35);
  transform: translateY(-1.5rem);
}
.cid-semAFnRViC .link-wrap {
  position: relative;
  padding-top: 14px;
}
.cid-semAFnRViC .link-wrap:hover {
  color: #589541 !important;
}
.cid-semAFnRViC .link-wrap:hover:hover .link-ico {
  color: #589541 !important;
}
.cid-semAFnRViC .line {
  width: 150%;
  height: 1px;
  background: lightgray;
  position: absolute;
  top: 0;
  left: -25%;
}
.cid-semAFnRViC img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.cid-semAFnRViC .card-title {
  color: #000000;
  text-align: center;
  line-height: 1.4;
}
.cid-semAFnRViC .row {
  justify-content: center;
}
.cid-semAFnRViC .main-title {
  text-align: center;
  color: #232323;
}
.cid-semAFnRViC P {
  text-align: center;
}
.cid-semAFnRViC .mbr-text,
.cid-semAFnRViC .link {
  text-align: center;
  color: #767676;
}
@media (max-width: 576px) {
  .cid-semAFnRViC .card-wrapper:hover {
    transform: none;
    box-shadow: none;
  }
}
.cid-semxYU8yof {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #eeeff2;
}
.cid-semxYU8yof .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-semxYU8yof .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-semxYU8yof .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-semxYU8yof .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-semxYU8yof .btn {
  margin: 0!important;
  transition: all 0.3s;
  opacity: 0;
}
.cid-semxYU8yof .card {
  padding: 0!important;
  margin: 0;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-semxYU8yof .card:hover .card-box {
  bottom: 0;
}
.cid-semxYU8yof .card:hover .btn {
  opacity: 1;
}
.cid-semxYU8yof .card-title {
  color: #ffffff;
  margin: 0;
  text-align: left;
}
.cid-semxYU8yof .card-img {
  overflow: hidden!important;
  position: relative;
  border-radius: 0px;
}
.cid-semxYU8yof .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: #000000;
  opacity: 0.2;
  z-index: 1;
  pointer-events: none;
}
.cid-semxYU8yof .card-box {
  position: absolute;
  padding: 1.5rem 1.5rem;
  bottom: -70px;
  transition: all 0.3s;
  width: 100%;
  left: 0;
  z-index: 2;
}
.cid-semxYU8yof .mbr-section-title,
.cid-semxYU8yof .line-wrap {
  text-align: center;
}
.cid-semxYU8yof .card-box > p,
.cid-semxYU8yof .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-semxYU8yof .card-box {
    bottom: 0;
  }
  .cid-semxYU8yof .btn {
    opacity: 1;
  }
}
.cid-sep5vSFuwq {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #eeeff2;
}
.cid-sep5vSFuwq .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-sep5vSFuwq .mbr-section-title {
  margin: 0;
}
.cid-sep5vSFuwq .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-sep5vSFuwq .card-img span {
  color: #922026;
}
.cid-sep5vSFuwq .row-item {
  margin-bottom: 2rem;
}
.cid-sep5vSFuwq .row-item:hover .wrapper {
  background: linear-gradient(90deg, #589541, #3aa6bf);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-sep5vSFuwq .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-sep5vSFuwq .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-sep5vSFuwq .wrapper {
  padding: 2.5rem 1rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sepbfyiOZI {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../images/stats-bg-1280x720.jpg");
}
.cid-sepbfyiOZI h3 {
  text-align: center;
}
.cid-sepbfyiOZI .mbr-section-subtitle {
  font-weight: 300;
}
.cid-sepbfyiOZI .card {
  word-wrap: break-word;
}
.cid-sepbfyiOZI .card:after {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  margin: 0 auto;
  background-color: #589541;
}
.cid-sepbfyiOZI .mbr-iconfont {
  font-size: 5rem;
  color: #589541;
}
.cid-sepiKVktIV {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sepiKVktIV .mbr-section-title {
  margin: 0;
}
.cid-sepiKVktIV .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-sepiKVktIV .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-sepiKVktIV .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sepiKVktIV .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-sepiKVktIV .team-item .item-image {
  position: relative !important;
}
.cid-sepiKVktIV .team-item .item-image img {
  width: 100%;
}
.cid-sepiKVktIV .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
  pointer-events: none;
}
.cid-sepiKVktIV .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sepiKVktIV .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sepiKVktIV .team-item .item-caption {
  background: #e9e9e9;
}
.cid-sepiKVktIV .item-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cid-sepiKVktIV .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-sepiKVktIV .item-social li a span {
  border-radius: 50%;
  background-color: #589541;
  color: white;
  font-size: 14px;
  width: 3em;
  margin: 2px;
  height: 3em;
  line-height: 3em;
  display: block;
  padding: 0.1rem 0.9rem;
}
.cid-sepiKVktIV .item-social li a span:hover {
  background-color: #149dcc;
  color: #ffffff;
}
.cid-sepiKVktIV .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-sepiKVktIV .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-sepiKVktIV .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-sepiKVktIV .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-sepiKVktIV .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-sepiKVktIV .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-sepiKVktIV .team-item:hover .item-image::after {
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  visibility: visible;
}
.cid-sepiKVktIV .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-sepnb8JPxz {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #d9dade;
}
.cid-sepnb8JPxz .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-sepnb8JPxz .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-sepnb8JPxz .card-img:hover .img-hover {
  opacity: 0.5;
}
.cid-sepnb8JPxz .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-sepnb8JPxz .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-sepnb8JPxz .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-sepnb8JPxz .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #0a1c44;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.cid-sepnb8JPxz .content-box {
  display: flex;
}
.cid-sepnb8JPxz .date-box {
  background: #589541;
  width: 110px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sepnb8JPxz .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-sepnb8JPxz .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sepnb8JPxz .rev,
.cid-sepnb8JPxz .mbr-iconfont {
  display: inline-block;
}
.cid-sepnb8JPxz .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #187dec;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sepnb8JPxz .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-sepnb8JPxz .card-box {
  padding: 1rem;
}
.cid-sepnb8JPxz .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: center;
}
.cid-sepnb8JPxz .mbr-section-title,
.cid-sepnb8JPxz .line-wrap {
  text-align: center;
  color: #232323;
}
.cid-sepnb8JPxz .rev {
  text-align: left;
  color: #0a1c44;
}
.cid-sepnb8JPxz .date {
  text-align: center;
  color: #ffffff;
}
.cid-sepnb8JPxz .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-sepnb8JPxz .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sepnb8JPxz .img-hover {
    opacity: 0.5;
  }
  .cid-sepnb8JPxz .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-sepLEMId1T {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #eeeff2;
}
.cid-sepLEMId1T .card {
  padding: 1rem;
}
.cid-sepLEMId1T .card-title {
  padding: .5rem 1rem .5rem 6.5rem;
  margin-left: -2rem;
  margin-bottom: 0;
  background: linear-gradient(90deg, #0087ab, #589541);
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-sepLEMId1T .card-header {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: none;
  padding: 0;
  border: none;
  padding-bottom: 2rem;
}
.cid-sepLEMId1T .card-img {
  position: absolute;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
}
.cid-sepLEMId1T .card-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sepLEMId1T .card-sign {
  padding-top: .5rem;
}
.cid-sepLEMId1T .underline .line {
  width: 5rem;
  height: 1px;
  background: currentColor;
  display: inline-block;
}
.cid-sepLEMId1T .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-sepLEMId1T .card-title {
    text-align: center;
  }
  .cid-sepLEMId1T p.mbr-text,
  .cid-sepLEMId1T p.date {
    text-align: center;
  }
}
.cid-sepLEMId1T .card-box {
  background: #ffffff;
  padding: 2rem 2rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-sepLEMId1T .card-text,
.cid-sepLEMId1T .mbr-subtitle {
  color: #8d97ad;
}
.cid-seqa1N5RM5 {
  background: #eeeff2;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-seqa1N5RM5 .image-block {
  margin: auto;
  height: 300px;
  overflow: hidden;
  position: relative;
}
.cid-seqa1N5RM5 .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #589541;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-seqa1N5RM5 .image-block:hover:before {
  opacity: 0.4;
}
.cid-seqa1N5RM5 .image-block:hover .wrap {
  opacity: 1;
}
.cid-seqa1N5RM5 .image-block:hover img {
  transform: scale(1.05);
}
.cid-seqa1N5RM5 h4 {
  letter-spacing: 2px;
}
.cid-seqa1N5RM5 figcaption {
  position: relative;
}
.cid-seqa1N5RM5 figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-seqa1N5RM5 img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-seqa1N5RM5 .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-seqa1N5RM5 .wrap {
    opacity: 1!important;
  }
  .cid-seqa1N5RM5 .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-sepkUDUtVz {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sepkUDUtVz .content {
    text-align: center;
  }
  .cid-sepkUDUtVz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sepkUDUtVz .img-logo img {
  height: 9rem;
  width: auto;
}
.cid-sepkUDUtVz .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: .73;
  min-height: 2.5em;
  border-radius: 0.25rem;
}
.cid-sepkUDUtVz .form-control:focus,
.cid-sepkUDUtVz .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-sepkUDUtVz .form-group {
  margin-bottom: .2rem;
}
.cid-sepkUDUtVz input::-webkit-input-placeholder,
.cid-sepkUDUtVz textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-sepkUDUtVz input:-moz-placeholder,
.cid-sepkUDUtVz textarea:-moz-placeholder {
  color: #656565;
}
.cid-sepkUDUtVz .jq-selectbox li,
.cid-sepkUDUtVz .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sepkUDUtVz .jq-selectbox li:hover,
.cid-sepkUDUtVz .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sepkUDUtVz .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sepkUDUtVz .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sepkUDUtVz textarea.form-control {
  resize: none;
}
.cid-sepkUDUtVz .input-group-btn {
  display: inline-block;
}
.cid-sepkUDUtVz .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-sepkUDUtVz .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sepkUDUtVz .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sepkUDUtVz .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sepkUDUtVz .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sepkUDUtVz .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sepkUDUtVz .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sepkUDUtVz .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sepkUDUtVz .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sepkUDUtVz .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sepkUDUtVz .form-control,
.cid-sepkUDUtVz .input-group-btn .btn {
  border-radius: 3px;
}
.cid-sepkUDUtVz .copyright > p {
  text-align: center;
}
.cid-seSJUmdR1r .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-seSJUmdR1r .navbar-fixed-top {
  padding-top: 0;
}
.cid-seSJUmdR1r .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-seSJUmdR1r .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #eff2f7;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-seSJUmdR1r .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-seSJUmdR1r .navbar-buttons {
  flex-wrap: wrap;
}
.cid-seSJUmdR1r .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-seSJUmdR1r .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-seSJUmdR1r .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-seSJUmdR1r .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-seSJUmdR1r .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-seSJUmdR1r .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-seSJUmdR1r .menu-content-top {
  background: #4f87fb;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-seSJUmdR1r .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-seSJUmdR1r .dropdown-item:hover {
  color: #922026 !important;
}
.cid-seSJUmdR1r .nav-link,
.cid-seSJUmdR1r .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-seSJUmdR1r .nav-link:hover,
.cid-seSJUmdR1r .brand-name:hover {
  color: #922026 !important;
}
.cid-seSJUmdR1r .dropdown-menu {
  background-color: #eff2f7;
}
.cid-seSJUmdR1r .dropdown-item:active {
  background-color: #eff2f7;
}
.cid-seSJUmdR1r .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-seSJUmdR1r .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-seSJUmdR1r .nav-item {
  position: relative;
}
.cid-seSJUmdR1r .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-seSJUmdR1r .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-seSJUmdR1r .nav-item .nav-link:focus {
  outline: none;
}
.cid-seSJUmdR1r .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-seSJUmdR1r .content-text {
  margin-bottom: 0;
}
.cid-seSJUmdR1r .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-seSJUmdR1r .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 10px solid #589541;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-seSJUmdR1r .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-seSJUmdR1r .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-seSJUmdR1r .navbar-nav .nav-item a {
  margin: 0 0.8rem !important;
}
.cid-seSJUmdR1r .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-seSJUmdR1r .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-seSJUmdR1r .content-right-side {
  text-align: center;
}
.cid-seSJUmdR1r .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-seSJUmdR1r .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-seSJUmdR1r .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-seSJUmdR1r .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-seSJUmdR1r .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-seSJUmdR1r .info-widget:first-child {
  margin-left: 0;
}
.cid-seSJUmdR1r .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-seSJUmdR1r .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-seSJUmdR1r .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-seSJUmdR1r .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-seSJUmdR1r .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-seSJUmdR1r .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-seSJUmdR1r .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #4f87fb;
}
@media (min-width: 992px) {
  .cid-seSJUmdR1r .nav-link {
    line-height: 2.13;
    color: #ffffff;
  }
  .cid-seSJUmdR1r .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #ffffff;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-seSJUmdR1r .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-seSJUmdR1r .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-seSJUmdR1r .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-seSJUmdR1r .navbar {
    display: block;
    padding: 0;
  }
  .cid-seSJUmdR1r .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-seSJUmdR1r .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-seSJUmdR1r .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-seSJUmdR1r .navbar-toggler {
    display: none;
  }
  .cid-seSJUmdR1r .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-seSJUmdR1r .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-seSJUmdR1r .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-seSJUmdR1r .btn-sm {
  padding: 13px 29px;
}
.cid-seSJUmdR1r .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-seSJUmdR1r .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-seSJUmdR1r .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-seSJUmdR1r .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-seSJUmdR1r .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-seSJUmdR1r .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-seSJUmdR1r .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-seSJUmdR1r .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-seSJUmdR1r .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-seSJUmdR1r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-seSJUmdR1r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-seSJUmdR1r .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-seSJUmdR1r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-seSJUmdR1r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-seSJUmdR1r .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-seSJUmdR1r .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-seSJUmdR1r .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-seSJUmdR1r .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-seSJUmdR1r .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-seSJUmdR1r .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-seSJUmdR1r .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-seSJUmdR1r button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-seSJUmdR1r button.navbar-toggler:focus {
  outline: none;
}
.cid-seSJUmdR1r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #279e64;
}
.cid-seSJUmdR1r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-seSJUmdR1r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-seSJUmdR1r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-seSJUmdR1r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-seSJUmdR1r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-seSJUmdR1r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-seSJUmdR1r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-seSJUmdR1r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-seSJUmdR1r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-seSJUmdR1r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-seSJUmdR1r .collapsed .btn {
  display: flex;
}
.cid-seSJUmdR1r .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-seSJUmdR1r .collapsed .navbar-collapse.collapsing,
.cid-seSJUmdR1r .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-seSJUmdR1r .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-seSJUmdR1r .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-seSJUmdR1r .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-seSJUmdR1r .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-seSJUmdR1r .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-seSJUmdR1r .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-seSJUmdR1r .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-seSJUmdR1r .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-seSJUmdR1r .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-seSJUmdR1r .collapsed button.navbar-toggler {
  display: block;
}
.cid-seSJUmdR1r .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-seSJUmdR1r .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-seSJUmdR1r .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-seSJUmdR1r .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-seSJUmdR1r .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-seSJUmdR1r .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: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-seSJUmdR1r .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-seSJUmdR1r .menu-content-top {
    display: flex;
  }
  .cid-seSJUmdR1r .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-seSJUmdR1r .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-seSJUmdR1r .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-seSJUmdR1r .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-seSJUmdR1r .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-seSJUmdR1r .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-seSJUmdR1r .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-seSJUmdR1r .navbar-collapse.collapsing,
  .cid-seSJUmdR1r .navbar-collapse.show {
    display: block !important;
  }
  .cid-seSJUmdR1r .navbar-collapse.collapsing .navbar-nav,
  .cid-seSJUmdR1r .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-seSJUmdR1r .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-seSJUmdR1r .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-seSJUmdR1r .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-seSJUmdR1r .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #589541;
  }
  .cid-seSJUmdR1r .navbar-collapse.collapsing .navbar-buttons,
  .cid-seSJUmdR1r .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-seSJUmdR1r .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-seSJUmdR1r .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-seSJUmdR1r img {
    height: 3.8rem !important;
  }
  .cid-seSJUmdR1r .btn {
    display: flex;
  }
  .cid-seSJUmdR1r button.navbar-toggler {
    display: block;
  }
  .cid-seSJUmdR1r .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-seSJUmdR1r .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-seSJUmdR1r .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-seSJUmdR1r .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-seSJUmdR1r .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-seSJUmdR1r .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: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-seSJUmdR1r .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-seSJUmdR1r .nav-link:focus {
  outline: none;
}
.cid-seSJUmdR1r .navbar-toggler {
  position: relative;
}
.cid-seSJUmdR1r .widget-title,
.cid-seSJUmdR1r .widget-icon {
  color: #ffffff;
}
.cid-seSJUmdR1r .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-seSJUmdR1r .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-seSJUmdR1r .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-seSJUmdR1r .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-seSJUmdR1r .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-seSJUmdR1r .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-seSJUmdR1r .menu-content-top,
  .cid-seSJUmdR1r .menu-bottom {
    padding: 0 15px;
  }
  .cid-seSJUmdR1r button.navbar-toggler {
    align-self: center;
  }
  .cid-seSJUmdR1r .btn {
    margin-left: 0;
  }
  .cid-seSJUmdR1r .widget-icon {
    padding-right: 0;
  }
}
.cid-seSJUmdR1r .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-seSJUmdR1r .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #14287f;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-seSJUmdR1r .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-seSJUmdR1r .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #922026;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-seSJUmdR1r .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-seSJUn9YHj {
  padding-top: 320px;
}
.cid-seSJUn9YHj .container {
  margin-bottom: 15%;
}
.cid-seSJUn9YHj .content-container .btn-bgr {
  z-index: 0;
}
.cid-seSJUn9YHj .container-boxes {
  padding-bottom: 15px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #eeeff2;
}
.cid-seSJUn9YHj .icon-block-top span {
  background-color: #589541;
  padding: 1.5rem;
  position: absolute;
  border-radius: 50%;
  margin-top: -2.5rem;
  top: 0;
  font-size: 1.8rem;
  width: 78px;
  height: 78px;
}
.cid-seSJUn9YHj .box-item {
  position: relative;
  border-radius: 3px;
  margin-right: 1.5rem;
  width: 29%;
  padding: 2.5rem;
}
.cid-seSJUn9YHj .box-item:first-child {
  background-color: #000000;
  margin-top: -150px;
}
.cid-seSJUn9YHj .box-item:nth-child(2) {
  background-color: #922026;
}
.cid-seSJUn9YHj .box-item:last-child {
  background-color: #4f87fb;
  margin-right: 0;
}
.cid-seSJUn9YHj .box-item-text,
.cid-seSJUn9YHj .mbr-section-btn {
  color: #d9dade;
}
.cid-seSJUn9YHj .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-seSJUn9YHj .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-seSJUn9YHj .box-list li:last-child {
  border-bottom: none;
}
.cid-seSJUn9YHj .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-seSJUn9YHj .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-seSJUn9YHj .mbr-section-btn {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.cid-seSJUn9YHj .mbr-section-btn > .btn-underline {
  padding: .5rem;
}
@media (min-width: 992px) {
  .cid-seSJUn9YHj .box-item {
    margin-top: -150px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .cid-seSJUn9YHj .p-descr {
    margin-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-seSJUn9YHj .box-item {
    margin-bottom: 4rem;
    margin-right: 0;
    margin-top: 0;
    width: 90%;
  }
  .cid-seSJUn9YHj .box-item:last-child {
    margin-bottom: 0;
  }
  .cid-seSJUn9YHj .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-seSJUn9YHj .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-seSJUn9YHj .mbr-text {
  color: #efefef;
}
.cid-seSJUn9YHj H1 {
  color: #ffffff;
}
.cid-seSJUn9YHj .box-item-title {
  color: #ffffff;
}
.cid-seSJUnS9Gf {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #eeeff2;
}
.cid-seSJUnS9Gf h4 {
  margin-bottom: 0;
  text-align: left;
}
.cid-seSJUnS9Gf .card-box {
  padding-top: 3rem;
}
.cid-seSJUnS9Gf .mbr-link-btn {
  width: 100%;
  text-align: center;
}
.cid-seSJUnS9Gf .btn-md {
  padding: 1rem;
}
.cid-seSJUnS9Gf .btn-primary-outline,
.cid-seSJUnS9Gf .btn-secondary-outline,
.cid-seSJUnS9Gf .btn-info-outline,
.cid-seSJUnS9Gf .btn-success-outline,
.cid-seSJUnS9Gf .btn-warning-outline,
.cid-seSJUnS9Gf .btn-danger-outline,
.cid-seSJUnS9Gf .btn-black-outline,
.cid-seSJUnS9Gf .btn-white-outline {
  border: none;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-seSJUnS9Gf .btn-primary-outline span,
.cid-seSJUnS9Gf .btn-secondary-outline span,
.cid-seSJUnS9Gf .btn-info-outline span,
.cid-seSJUnS9Gf .btn-success-outline span,
.cid-seSJUnS9Gf .btn-warning-outline span,
.cid-seSJUnS9Gf .btn-danger-outline span,
.cid-seSJUnS9Gf .btn-black-outline span,
.cid-seSJUnS9Gf .btn-white-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-seSJUnS9Gf .btn-primary-outline:hover span,
.cid-seSJUnS9Gf .btn-secondary-outline:hover span,
.cid-seSJUnS9Gf .btn-info-outline:hover span,
.cid-seSJUnS9Gf .btn-success-outline:hover span,
.cid-seSJUnS9Gf .btn-warning-outline:hover span,
.cid-seSJUnS9Gf .btn-danger-outline:hover span,
.cid-seSJUnS9Gf .btn-black-outline:hover span,
.cid-seSJUnS9Gf .btn-white-outline:hover span {
  padding-left: 10px;
}
.cid-seSJUnS9Gf .btn-primary-outline:hover,
.cid-seSJUnS9Gf .btn-secondary-outline:hover,
.cid-seSJUnS9Gf .btn-info-outline:hover,
.cid-seSJUnS9Gf .btn-success-outline:hover,
.cid-seSJUnS9Gf .btn-warning-outline:hover,
.cid-seSJUnS9Gf .btn-danger-outline:hover,
.cid-seSJUnS9Gf .btn-black-outline:hover,
.cid-seSJUnS9Gf .btn-white-outline:hover {
  background-color: transparent!important;
  color: #589541 !important;
  box-shadow: none!important;
}
.cid-seSJUnS9Gf .btn-primary-outline:active,
.cid-seSJUnS9Gf .btn-secondary-outline:active,
.cid-seSJUnS9Gf .btn-info-outline:active,
.cid-seSJUnS9Gf .btn-success-outline:active,
.cid-seSJUnS9Gf .btn-warning-outline:active,
.cid-seSJUnS9Gf .btn-danger-outline:active,
.cid-seSJUnS9Gf .btn-black-outline:active,
.cid-seSJUnS9Gf .btn-white-outline:active,
.cid-seSJUnS9Gf .btn-primary-outline:focus,
.cid-seSJUnS9Gf .btn-secondary-outline:focus,
.cid-seSJUnS9Gf .btn-info-outline:focus,
.cid-seSJUnS9Gf .btn-success-outline:focus,
.cid-seSJUnS9Gf .btn-warning-outline:focus,
.cid-seSJUnS9Gf .btn-danger-outline:focus,
.cid-seSJUnS9Gf .btn-black-outline:focus,
.cid-seSJUnS9Gf .btn-white-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-seSJUnS9Gf .btn-primary-outline .mbr-iconfont,
.cid-seSJUnS9Gf .btn-secondary-outline .mbr-iconfont,
.cid-seSJUnS9Gf .btn-info-outline .mbr-iconfont,
.cid-seSJUnS9Gf .btn-success-outline .mbr-iconfont,
.cid-seSJUnS9Gf .btn-warning-outline .mbr-iconfont,
.cid-seSJUnS9Gf .btn-danger-outline .mbr-iconfont,
.cid-seSJUnS9Gf .btn-black-outline .mbr-iconfont,
.cid-seSJUnS9Gf .btn-white-outline .mbr-iconfont {
  margin-right: 0!important;
  padding-left: 0.4rem;
}
.cid-seSJUnS9Gf .card-wrapper {
  overflow: hidden;
  height: 100%;
  position: relative;
  background-color: #ffffff;
  padding: 3rem 1.2rem 1.2rem 1.2rem;
  border-radius: 8px;
  transition: all 0.3s;
}
.cid-seSJUnS9Gf .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(188, 41, 49, 0.35);
  transform: translateY(-1.5rem);
}
.cid-seSJUnS9Gf .link-wrap {
  position: relative;
  padding-top: 14px;
}
.cid-seSJUnS9Gf .link-wrap:hover {
  color: #589541 !important;
}
.cid-seSJUnS9Gf .link-wrap:hover:hover .link-ico {
  color: #589541 !important;
}
.cid-seSJUnS9Gf .line {
  width: 150%;
  height: 1px;
  background: lightgray;
  position: absolute;
  top: 0;
  left: -25%;
}
.cid-seSJUnS9Gf img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.cid-seSJUnS9Gf .card-title {
  color: #000000;
  text-align: center;
  line-height: 1.4;
}
.cid-seSJUnS9Gf .row {
  justify-content: center;
}
.cid-seSJUnS9Gf .main-title {
  text-align: center;
  color: #232323;
}
.cid-seSJUnS9Gf P {
  text-align: center;
}
.cid-seSJUnS9Gf .mbr-text,
.cid-seSJUnS9Gf .link {
  text-align: center;
  color: #767676;
}
@media (max-width: 576px) {
  .cid-seSJUnS9Gf .card-wrapper:hover {
    transform: none;
    box-shadow: none;
  }
}
.cid-seSJUohM32 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #eeeff2;
}
.cid-seSJUohM32 h4 {
  margin-bottom: 0;
  text-align: left;
}
.cid-seSJUohM32 .card-box {
  padding-top: 3rem;
}
.cid-seSJUohM32 .mbr-link-btn {
  width: 100%;
  text-align: center;
}
.cid-seSJUohM32 .btn-md {
  padding: 1rem;
}
.cid-seSJUohM32 .btn-primary-outline,
.cid-seSJUohM32 .btn-secondary-outline,
.cid-seSJUohM32 .btn-info-outline,
.cid-seSJUohM32 .btn-success-outline,
.cid-seSJUohM32 .btn-warning-outline,
.cid-seSJUohM32 .btn-danger-outline,
.cid-seSJUohM32 .btn-black-outline,
.cid-seSJUohM32 .btn-white-outline {
  border: none;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-seSJUohM32 .btn-primary-outline span,
.cid-seSJUohM32 .btn-secondary-outline span,
.cid-seSJUohM32 .btn-info-outline span,
.cid-seSJUohM32 .btn-success-outline span,
.cid-seSJUohM32 .btn-warning-outline span,
.cid-seSJUohM32 .btn-danger-outline span,
.cid-seSJUohM32 .btn-black-outline span,
.cid-seSJUohM32 .btn-white-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-seSJUohM32 .btn-primary-outline:hover span,
.cid-seSJUohM32 .btn-secondary-outline:hover span,
.cid-seSJUohM32 .btn-info-outline:hover span,
.cid-seSJUohM32 .btn-success-outline:hover span,
.cid-seSJUohM32 .btn-warning-outline:hover span,
.cid-seSJUohM32 .btn-danger-outline:hover span,
.cid-seSJUohM32 .btn-black-outline:hover span,
.cid-seSJUohM32 .btn-white-outline:hover span {
  padding-left: 10px;
}
.cid-seSJUohM32 .btn-primary-outline:hover,
.cid-seSJUohM32 .btn-secondary-outline:hover,
.cid-seSJUohM32 .btn-info-outline:hover,
.cid-seSJUohM32 .btn-success-outline:hover,
.cid-seSJUohM32 .btn-warning-outline:hover,
.cid-seSJUohM32 .btn-danger-outline:hover,
.cid-seSJUohM32 .btn-black-outline:hover,
.cid-seSJUohM32 .btn-white-outline:hover {
  background-color: transparent!important;
  color: #589541 !important;
  box-shadow: none!important;
}
.cid-seSJUohM32 .btn-primary-outline:active,
.cid-seSJUohM32 .btn-secondary-outline:active,
.cid-seSJUohM32 .btn-info-outline:active,
.cid-seSJUohM32 .btn-success-outline:active,
.cid-seSJUohM32 .btn-warning-outline:active,
.cid-seSJUohM32 .btn-danger-outline:active,
.cid-seSJUohM32 .btn-black-outline:active,
.cid-seSJUohM32 .btn-white-outline:active,
.cid-seSJUohM32 .btn-primary-outline:focus,
.cid-seSJUohM32 .btn-secondary-outline:focus,
.cid-seSJUohM32 .btn-info-outline:focus,
.cid-seSJUohM32 .btn-success-outline:focus,
.cid-seSJUohM32 .btn-warning-outline:focus,
.cid-seSJUohM32 .btn-danger-outline:focus,
.cid-seSJUohM32 .btn-black-outline:focus,
.cid-seSJUohM32 .btn-white-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-seSJUohM32 .btn-primary-outline .mbr-iconfont,
.cid-seSJUohM32 .btn-secondary-outline .mbr-iconfont,
.cid-seSJUohM32 .btn-info-outline .mbr-iconfont,
.cid-seSJUohM32 .btn-success-outline .mbr-iconfont,
.cid-seSJUohM32 .btn-warning-outline .mbr-iconfont,
.cid-seSJUohM32 .btn-danger-outline .mbr-iconfont,
.cid-seSJUohM32 .btn-black-outline .mbr-iconfont,
.cid-seSJUohM32 .btn-white-outline .mbr-iconfont {
  margin-right: 0!important;
  padding-left: 0.4rem;
}
.cid-seSJUohM32 .card-wrapper {
  overflow: hidden;
  height: 100%;
  position: relative;
  background-color: #ffffff;
  padding: 3rem 1.2rem 1.2rem 1.2rem;
  border-radius: 8px;
  transition: all 0.3s;
}
.cid-seSJUohM32 .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(188, 41, 49, 0.35);
  transform: translateY(-1.5rem);
}
.cid-seSJUohM32 .link-wrap {
  position: relative;
  padding-top: 14px;
}
.cid-seSJUohM32 .link-wrap:hover {
  color: #589541 !important;
}
.cid-seSJUohM32 .link-wrap:hover:hover .link-ico {
  color: #589541 !important;
}
.cid-seSJUohM32 .line {
  width: 150%;
  height: 1px;
  background: lightgray;
  position: absolute;
  top: 0;
  left: -25%;
}
.cid-seSJUohM32 img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.cid-seSJUohM32 .card-title {
  color: #000000;
  text-align: center;
  line-height: 1.4;
}
.cid-seSJUohM32 .row {
  justify-content: center;
}
.cid-seSJUohM32 .main-title {
  text-align: center;
  color: #232323;
}
.cid-seSJUohM32 P {
  text-align: center;
}
.cid-seSJUohM32 .mbr-text,
.cid-seSJUohM32 .link {
  text-align: center;
  color: #767676;
}
@media (max-width: 576px) {
  .cid-seSJUohM32 .card-wrapper:hover {
    transform: none;
    box-shadow: none;
  }
}
.cid-seSJUoKeQ2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #eeeff2;
}
.cid-seSJUoKeQ2 .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-seSJUoKeQ2 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-seSJUoKeQ2 .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-seSJUoKeQ2 .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-seSJUoKeQ2 .btn {
  margin: 0!important;
  transition: all 0.3s;
  opacity: 0;
}
.cid-seSJUoKeQ2 .card {
  padding: 0!important;
  margin: 0;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-seSJUoKeQ2 .card:hover .card-box {
  bottom: 0;
}
.cid-seSJUoKeQ2 .card:hover .btn {
  opacity: 1;
}
.cid-seSJUoKeQ2 .card-title {
  color: #ffffff;
  margin: 0;
  text-align: left;
}
.cid-seSJUoKeQ2 .card-img {
  overflow: hidden!important;
  position: relative;
  border-radius: 0px;
}
.cid-seSJUoKeQ2 .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: #000000;
  opacity: 0.2;
  z-index: 1;
  pointer-events: none;
}
.cid-seSJUoKeQ2 .card-box {
  position: absolute;
  padding: 1.5rem 1.5rem;
  bottom: -70px;
  transition: all 0.3s;
  width: 100%;
  left: 0;
  z-index: 2;
}
.cid-seSJUoKeQ2 .mbr-section-title,
.cid-seSJUoKeQ2 .line-wrap {
  text-align: center;
}
.cid-seSJUoKeQ2 .card-box > p,
.cid-seSJUoKeQ2 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-seSJUoKeQ2 .card-box {
    bottom: 0;
  }
  .cid-seSJUoKeQ2 .btn {
    opacity: 1;
  }
}
.cid-seSJUpaNiR {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #eeeff2;
}
.cid-seSJUpaNiR .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-seSJUpaNiR .mbr-section-title {
  margin: 0;
}
.cid-seSJUpaNiR .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-seSJUpaNiR .card-img span {
  color: #922026;
}
.cid-seSJUpaNiR .row-item {
  margin-bottom: 2rem;
}
.cid-seSJUpaNiR .row-item:hover .wrapper {
  background: linear-gradient(90deg, #589541, #3aa6bf);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-seSJUpaNiR .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-seSJUpaNiR .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-seSJUpaNiR .wrapper {
  padding: 2.5rem 1rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-seSJUpAa11 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../images/stats-bg-1280x720.jpg");
}
.cid-seSJUpAa11 h3 {
  text-align: center;
}
.cid-seSJUpAa11 .mbr-section-subtitle {
  font-weight: 300;
}
.cid-seSJUpAa11 .card {
  word-wrap: break-word;
}
.cid-seSJUpAa11 .card:after {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  margin: 0 auto;
  background-color: #589541;
}
.cid-seSJUpAa11 .mbr-iconfont {
  font-size: 5rem;
  color: #589541;
}
.cid-seSJUqeTL6 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-seSJUqeTL6 .mbr-section-title {
  margin: 0;
}
.cid-seSJUqeTL6 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-seSJUqeTL6 .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-seSJUqeTL6 .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-seSJUqeTL6 .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-seSJUqeTL6 .team-item .item-image {
  position: relative !important;
}
.cid-seSJUqeTL6 .team-item .item-image img {
  width: 100%;
}
.cid-seSJUqeTL6 .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
  pointer-events: none;
}
.cid-seSJUqeTL6 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-seSJUqeTL6 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-seSJUqeTL6 .team-item .item-caption {
  background: #e9e9e9;
}
.cid-seSJUqeTL6 .item-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cid-seSJUqeTL6 .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-seSJUqeTL6 .item-social li a span {
  border-radius: 50%;
  background-color: #589541;
  color: white;
  font-size: 14px;
  width: 3em;
  margin: 2px;
  height: 3em;
  line-height: 3em;
  display: block;
  padding: 0.1rem 0.9rem;
}
.cid-seSJUqeTL6 .item-social li a span:hover {
  background-color: #149dcc;
  color: #ffffff;
}
.cid-seSJUqeTL6 .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-seSJUqeTL6 .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-seSJUqeTL6 .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-seSJUqeTL6 .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-seSJUqeTL6 .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-seSJUqeTL6 .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-seSJUqeTL6 .team-item:hover .item-image::after {
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  visibility: visible;
}
.cid-seSJUqeTL6 .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-seSJUrupEU {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #d9dade;
}
.cid-seSJUrupEU .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-seSJUrupEU .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-seSJUrupEU .card-img:hover .img-hover {
  opacity: 0.5;
}
.cid-seSJUrupEU .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-seSJUrupEU .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-seSJUrupEU .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-seSJUrupEU .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #0a1c44;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.cid-seSJUrupEU .content-box {
  display: flex;
}
.cid-seSJUrupEU .date-box {
  background: #589541;
  width: 110px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-seSJUrupEU .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-seSJUrupEU .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-seSJUrupEU .rev,
.cid-seSJUrupEU .mbr-iconfont {
  display: inline-block;
}
.cid-seSJUrupEU .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #187dec;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-seSJUrupEU .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-seSJUrupEU .card-box {
  padding: 1rem;
}
.cid-seSJUrupEU .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: center;
}
.cid-seSJUrupEU .mbr-section-title,
.cid-seSJUrupEU .line-wrap {
  text-align: center;
  color: #232323;
}
.cid-seSJUrupEU .rev {
  text-align: left;
  color: #0a1c44;
}
.cid-seSJUrupEU .date {
  text-align: center;
  color: #ffffff;
}
.cid-seSJUrupEU .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-seSJUrupEU .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-seSJUrupEU .img-hover {
    opacity: 0.5;
  }
  .cid-seSJUrupEU .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-seSJUs7nwm {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #eeeff2;
}
.cid-seSJUs7nwm .card {
  padding: 1rem;
}
.cid-seSJUs7nwm .card-title {
  padding: .5rem 1rem .5rem 6.5rem;
  margin-left: -2rem;
  margin-bottom: 0;
  background: linear-gradient(90deg, #0087ab, #589541);
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-seSJUs7nwm .card-header {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: none;
  padding: 0;
  border: none;
  padding-bottom: 2rem;
}
.cid-seSJUs7nwm .card-img {
  position: absolute;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
}
.cid-seSJUs7nwm .card-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-seSJUs7nwm .card-sign {
  padding-top: .5rem;
}
.cid-seSJUs7nwm .underline .line {
  width: 5rem;
  height: 1px;
  background: currentColor;
  display: inline-block;
}
.cid-seSJUs7nwm .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-seSJUs7nwm .card-title {
    text-align: center;
  }
  .cid-seSJUs7nwm p.mbr-text,
  .cid-seSJUs7nwm p.date {
    text-align: center;
  }
}
.cid-seSJUs7nwm .card-box {
  background: #ffffff;
  padding: 2rem 2rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-seSJUs7nwm .card-text,
.cid-seSJUs7nwm .mbr-subtitle {
  color: #8d97ad;
}
.cid-seSK2ZvTww {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-seSK2ZvTww .img-wrap {
  position: relative;
}
.cid-seSK2ZvTww .img-wrap img {
  width: 100%;
}
.cid-seSK2ZvTww .mbr-section-subtitle {
  color: #922026;
  margin-bottom: 14px;
}
.cid-seSK2ZvTww .mbr-section-title {
  color: #589541;
}
.cid-seSK2ZvTww .mbr-text {
  color: #1b1a1a;
}
.cid-seSK2ZvTww .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-seSK2ZvTww .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
.cid-seSK2ZvTww .cards-wrap {
  margin-top: 30px;
}
.cid-seSK2ZvTww .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  text-align: left;
}
.cid-seSK2ZvTww .wrapper .icon {
  margin-bottom: 21px;
  border-radius: 50%;
  position: relative;
  padding: 16px;
  display: inline-block;
  transition: all .3s;
}
.cid-seSK2ZvTww .wrapper .icon:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-seSK2ZvTww .wrapper .icon .mbr-iconfont {
  font-size: 38px;
  color: #922026;
  position: relative;
  display: block;
}
.cid-seSK2ZvTww .wrapper .icon1 {
  background-color: #c5e9d8;
}
.cid-seSK2ZvTww .wrapper .icon1 .mbr-iconfont {
  color: #589541;
}
.cid-seSK2ZvTww .wrapper .icon2 {
  background-color: #ede0b3;
}
.cid-seSK2ZvTww .wrapper .icon2 .mbr-iconfont {
  color: #000000;
}
.cid-seSK2ZvTww .wrapper .icon3 {
  background-color: #5a67a1;
}
.cid-seSK2ZvTww .wrapper .icon3 .mbr-iconfont {
  color: #ffffff;
}
.cid-seSK2ZvTww .wrapper .icon4 {
  background-color: #e3e5e6;
}
.cid-seSK2ZvTww .wrapper .mbr-card-title {
  color: #589541;
  margin-bottom: 17px;
}
.cid-seSK2ZvTww .wrapper .mbr-text {
  margin-bottom: 19px;
  color: #1b1a1a;
}
@media (max-width: 768px) {
  .cid-seSK2ZvTww .mbr-section-btn {
    justify-content: center;
  }
  .cid-seSK2ZvTww * {
    text-align: left;
  }
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-seSJUssfBI {
  background: #eeeff2;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-seSJUssfBI .image-block {
  margin: auto;
  height: 300px;
  overflow: hidden;
  position: relative;
}
.cid-seSJUssfBI .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #589541;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-seSJUssfBI .image-block:hover:before {
  opacity: 0.4;
}
.cid-seSJUssfBI .image-block:hover .wrap {
  opacity: 1;
}
.cid-seSJUssfBI .image-block:hover img {
  transform: scale(1.05);
}
.cid-seSJUssfBI h4 {
  letter-spacing: 2px;
}
.cid-seSJUssfBI figcaption {
  position: relative;
}
.cid-seSJUssfBI figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-seSJUssfBI img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-seSJUssfBI .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-seSJUssfBI .wrap {
    opacity: 1!important;
  }
  .cid-seSJUssfBI .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-seSK4libjC {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../images/03.jpg");
}
.cid-seSK4libjC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-seSK4libjC .mbr-section-title {
  color: #ffffff;
}
.cid-seSK4libjC .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-seSK4libjC .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-seSK4libjC .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #589541;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-seSK4libjC .mbr-section-btn {
  display: flex;
}
.cid-seSK4libjC .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-seSK4libjC .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-seSK4libjC .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-seSK4libjC .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-seSK4libjC .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-seSK4libjC .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-seSK4libjC .video-wrap .icon-wrap .line-video-1,
.cid-seSK4libjC .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-seSK4libjC .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-seSK4libjC .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-seSK4libjC .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-seSK4libjC .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-seSK4libjC .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-seSK4libjC a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #3aa6bf;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-seSK4libjC a.close:hover {
  color: #3aa6bf;
}
@media (max-width: 991px) {
  .cid-seSK4libjC .separator,
  .cid-seSK4libjC .sep-holder,
  .cid-seSK4libjC .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-seSK4libjC .buttons-wrap {
    flex-direction: column;
  }
  .cid-seSK4libjC .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-seSK4libjC .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-seSK4libjC .skew {
  background-image: url("../../images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-seSK4libjC .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-seSK4XHSgB {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-seSK4XHSgB .wrap-block {
  padding-right: 30px;
}
.cid-seSK4XHSgB .cards {
  padding-left: 30px;
}
.cid-seSK4XHSgB .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-seSK4XHSgB .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-seSK4XHSgB .wrap-block .contents .mbr-subtitle {
  color: #922026;
  margin-bottom: 14px;
}
.cid-seSK4XHSgB .wrap-block .contents .mbr-section-title {
  margin-bottom: 5px;
  color: #589541;
}
.cid-seSK4XHSgB .wrap-block .contents .mbr-text {
  margin-top: 17px;
}
.cid-seSK4XHSgB .wrap-block .contents h3 {
  color: #1b1a1a;
}
.cid-seSK4XHSgB .wrap-block .contents h4 {
  color: #1b1a1a;
}
.cid-seSK4XHSgB .wrap-block .contents .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-seSK4XHSgB .cards-wrap {
  flex-direction: column;
}
.cid-seSK4XHSgB .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
}
.cid-seSK4XHSgB .wrapper .img {
  margin-bottom: 20px;
}
.cid-seSK4XHSgB .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #922026;
  border-radius: 50%;
}
.cid-seSK4XHSgB .wrapper .mbr-card-title {
  color: #589541;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-seSK4XHSgB .wrapper .mbr-text {
  margin-bottom: 19px;
  color: #1b1a1a;
}
@media (max-width: 767px) {
  .cid-seSK4XHSgB * {
    text-align: left;
  }
}
.cid-seSK9VjRaX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-seSK9VjRaX .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-seSK9VjRaX .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #589541;
}
.cid-seSK9VjRaX .contents .mbr-subtitle {
  color: #922026;
  margin-bottom: 10px;
}
.cid-seSK9VjRaX .contents .mbr-section-text {
  margin-top: 20px;
  color: #1b1a1a;
}
.cid-seSK9VjRaX .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-seSK9VjRaX .card-wrapper .card-box {
  padding: 35px 30px 38px;
  border: 1px solid #dcdfe2;
  border-top: none;
}
.cid-seSK9VjRaX .card-wrapper .card-box .card-title {
  color: #589541;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-seSK9VjRaX .card-wrapper .card-box .card-title:hover {
  color: #589541;
  transition: 0.3s all;
}
.cid-seSK9VjRaX .card-wrapper .card-box .card-subtitle {
  color: #589541;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-seSK9VjRaX .card-wrapper .card-box .card-subtitle span {
  color: #83868c;
}
.cid-seSK9VjRaX .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #1b1a1a;
}
.cid-seSK9VjRaX .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-seSK9VjRaX .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-seSK9VjRaX .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-seSK9VjRaX .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-seSK9VjRaX .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-seSK9VjRaX .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
.cid-seSK9VjRaX .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.cid-seSK9VjRaX .card-wrapper .card-img img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  vertical-align: middle;
  transition: all .8s;
  opacity: 1;
  width: 100%;
  max-width: 100%;
  margin: auto;
  height: auto;
  display: block;
}
.cid-seSK9VjRaX .card-wrapper .card-img:hover img {
  transform: scale3d(1.05, 1.05, 1);
  opacity: .9;
}
@media (max-width: 768px) {
  .cid-seSK9VjRaX .card-wrapper .card-box .mbr-section-btn .link {
    justify-content: center;
  }
}
.cid-seSKaLtRWj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  border-top: 2px solid #6d7a8c;
}
.cid-seSKaLtRWj .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.cid-seSKaLtRWj .nav-links .grid-item .grid-item-inner {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.cid-seSKaLtRWj .nav-links .grid-item .grid-item-inner .item-holder {
  margin-top: -2px;
}
.cid-seSKaLtRWj .nav-links .grid-item .grid-item-inner .item-holder .mbr-text {
  color: #616161;
  margin-bottom: 0;
}
.cid-seSKaLtRWj .nav-links .grid-item .grid-item-inner .item-holder .mbr-section-title {
  color: #589541;
}
.cid-seSKaLtRWj .nav-links .grid-item .grid-item-inner .item-featured {
  margin-left: 20px;
  max-width: 70px;
  height: 70px;
  flex: none;
}
.cid-seSKaLtRWj .nav-links .grid-item .grid-item-inner .item-featured .image-link {
  display: block;
  position: relative;
  transition: all .3s linear 0ms;
  height: 100%;
}
.cid-seSKaLtRWj .nav-links .grid-item .grid-item-inner .item-featured .image-link img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  border-radius: 5px;
  width: 100%;
  max-width: 100%;
  transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  pointer-events: all;
  cursor: pointer;
}
.cid-seSKaLtRWj .nav-links .grid-item .grid-item-inner .item-featured .image-link .overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1b1a1a;
  opacity: 0;
  transition: all .3s linear 0s;
  border-radius: 5px;
  pointer-events: none;
}
.cid-seSKaLtRWj .nav-links .grid-item .grid-item-inner .item-featured .image-link .nav-arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  opacity: 0;
  transition: all .3s linear 0s;
  border-radius: 5px;
  pointer-events: none;
}
.cid-seSKaLtRWj .nav-links .grid-item .grid-item-inner .item-featured .image-link .nav-arrow .mbr-iconfont {
  font-size: 16px;
  font-weight: 600;
}
.cid-seSKaLtRWj .nav-links .grid-item .grid-item-inner .item-featured .image-link:hover .nav-arrow {
  opacity: 1;
}
.cid-seSKaLtRWj .nav-links .grid-item .grid-item-inner .item-featured .image-link:hover .overlay {
  opacity: 0.25;
}
.cid-seSKaLtRWj .nav-links .nav-link-prev {
  text-align: left;
}
.cid-seSKaLtRWj .nav-links .nav-link-next {
  display: flex;
  text-align: right;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .cid-seSKaLtRWj .grid-item,
  .cid-seSKaLtRWj .grid-item-inner {
    justify-content: start !important;
  }
}
.cid-seSKca2Qc1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-seSKca2Qc1 .main {
  margin-bottom: 70px;
}
.cid-seSKca2Qc1 .main .mbr-section-subtitle {
  color: #922026;
  margin-bottom: 10px;
}
.cid-seSKca2Qc1 .main .mbr-section-title {
  color: #589541;
  margin-bottom: 20px;
}
.cid-seSKca2Qc1 .main .mbr-text {
  color: #1b1a1a;
}
.cid-seSKca2Qc1 .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 27rem;
  margin-bottom: 30px;
}
.cid-seSKca2Qc1 .wrapper .mbr-overlay {
  background: #13287d;
  opacity: 0;
  z-index: 1;
  transition: all 0.4s ease;
  pointer-events: none;
}
.cid-seSKca2Qc1 .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  pointer-events: all;
}
.cid-seSKca2Qc1 .wrapper .content-block {
  position: absolute;
  width: 100%;
  z-index: 1;
  bottom: 10%;
  left: 0;
  opacity: 0;
  padding: 0.75rem 2rem;
  transition: all 0.4s ease;
  transform: translateY(15px);
}
.cid-seSKca2Qc1 .wrapper .content-block .card-title {
  color: #ffffff;
  transition: all .3s linear 0ms;
}
.cid-seSKca2Qc1 .wrapper .content-block .card-title:hover {
  color: #279e64;
}
.cid-seSKca2Qc1 .wrapper .content-block .card-subtitle {
  color: #ffffff;
}
.cid-seSKca2Qc1 .wrapper .content-block .mbr-link-btn {
  transition: all .3s linear 0ms;
}
.cid-seSKca2Qc1 .wrapper .content-block .mbr-link-btn .btn {
  transition: all .3s linear 0ms;
  font-weight: 700;
}
.cid-seSKca2Qc1 .wrapper .content-block .mbr-link-btn .btn .mbr-iconfont {
  font-weight: 700;
  padding-left: 40px !important;
  display: inline;
  transition: transform .3s linear 0s !important;
}
.cid-seSKca2Qc1 .wrapper .content-block .mbr-link-btn:hover .mbr-iconfont {
  transform: translateX(-10px);
}
.cid-seSKca2Qc1 .wrapper:hover .mbr-overlay {
  background: #13287d;
  opacity: 0.9;
  z-index: 1;
}
.cid-seSKca2Qc1 .wrapper:hover .content-block {
  opacity: 1;
  transform: translateY(0);
}
.cid-seSKca2Qc1 .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
}
.cid-seSKca2Qc1 .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-seSKca2Qc1 .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-seSKca2Qc1 .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #922026 !important;
  box-shadow: none !important;
}
.cid-seSKca2Qc1 .btn[class*="-outline"]:active,
.cid-seSKca2Qc1 .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-seSKfuo5FU {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #ffd1ff, #fad0c4);
}
.cid-seSKfuo5FU .plan-body .btn-bgr {
  z-index: 0;
}
.cid-seSKfuo5FU .list-group-item {
  padding: .5rem 3.25rem;
}
.cid-seSKfuo5FU .price-term {
  display: block;
  line-height: 1;
  margin-top: 0.45rem;
}
.cid-seSKfuo5FU .plan-title {
  background-color: #4284df;
}
.cid-seSKfuo5FU .plan-header {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.cid-seSKfuo5FU .plan-body {
  border-radius: 0 0 8px 8px;
}
.cid-seSKfuo5FU .mbr-section-btn {
  padding: 0 2.45rem;
}
.cid-seSKfuo5FU .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  color: #767676;
}
.cid-seSKfuo5FU .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: transparent;
}
.cid-seSKfuo5FU .plan .list-group-item:last-child {
  border-radius: 8px;
}
.cid-seSKfuo5FU .plan:nth-child(2) .plan-title {
  background-color: #eb4e6f;
}
.cid-seSKfuo5FU .plan-header,
.cid-seSKfuo5FU .plan-body {
  background-color: #ffffff;
  border-bottom: solid 2px rgba(0, 0, 0, 0.07);
}
.cid-seSKfuo5FU .price-figure {
  font-weight: 600;
  color: #232323;
}
.cid-seSKfuo5FU .price-value {
  font-weight: 700;
  vertical-align: top;
  line-height: 1;
  margin-right: 0.25rem;
}
@media (max-width: 550px) {
  .cid-seSKfuo5FU .price-figure {
    font-size: 4.25rem;
  }
}
.cid-seSKh3t5ll {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-seSKh3t5ll .mbr-section-title {
  color: #589541;
}
.cid-seSKh3t5ll .nav-tabs .nav-item.open .nav-link:focus,
.cid-seSKh3t5ll .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-seSKh3t5ll .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-seSKh3t5ll .nav-tabs .nav-item:first-child .nav-link {
  border-left: 1px solid #dcdfe2;
}
.cid-seSKh3t5ll .nav-tabs .nav-item:nth-child(3) {
  border-right: 1px solid #dcdfe2;
}
.cid-seSKh3t5ll .nav-tabs .nav-link {
  color: #13287d;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: 1px solid #dcdfe2;
  border-bottom: none;
  border-right: none;
  border-radius: 0 !important;
  padding: 16px 40px;
}
.cid-seSKh3t5ll .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #13287d;
}
.cid-seSKh3t5ll .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #13287d;
  font-style: normal;
  border-bottom: none;
}
.cid-seSKh3t5ll .tab-title {
  color: #589541;
}
.cid-seSKh3t5ll P {
  color: #879a9f;
}
.cid-seSKh3t5ll .tab-pane {
  padding: 40px 25px;
  border: 1px solid #dcdfe2;
}
@media (max-width: 576px) {
  .cid-seSKh3t5ll .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-seSKh3t5ll .mbr-text,
  .cid-seSKh3t5ll .nav-link {
    text-align: center;
  }
}
.cid-seSJUsWbGj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-seSJUsWbGj .content {
    text-align: center;
  }
  .cid-seSJUsWbGj .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-seSJUsWbGj .img-logo img {
  height: 9rem;
  width: auto;
}
.cid-seSJUsWbGj .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: .73;
  min-height: 2.5em;
  border-radius: 0.25rem;
}
.cid-seSJUsWbGj .form-control:focus,
.cid-seSJUsWbGj .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-seSJUsWbGj .form-group {
  margin-bottom: .2rem;
}
.cid-seSJUsWbGj input::-webkit-input-placeholder,
.cid-seSJUsWbGj textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-seSJUsWbGj input:-moz-placeholder,
.cid-seSJUsWbGj textarea:-moz-placeholder {
  color: #656565;
}
.cid-seSJUsWbGj .jq-selectbox li,
.cid-seSJUsWbGj .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-seSJUsWbGj .jq-selectbox li:hover,
.cid-seSJUsWbGj .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-seSJUsWbGj .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-seSJUsWbGj .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-seSJUsWbGj textarea.form-control {
  resize: none;
}
.cid-seSJUsWbGj .input-group-btn {
  display: inline-block;
}
.cid-seSJUsWbGj .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-seSJUsWbGj .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-seSJUsWbGj .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-seSJUsWbGj .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-seSJUsWbGj .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-seSJUsWbGj .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-seSJUsWbGj .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-seSJUsWbGj .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-seSJUsWbGj .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-seSJUsWbGj .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-seSJUsWbGj .form-control,
.cid-seSJUsWbGj .input-group-btn .btn {
  border-radius: 3px;
}
.cid-seSJUsWbGj .copyright > p {
  text-align: center;
}
