@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&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: 'Jost', sans-serif;
  font-size: 0.9375rem;
}
.display-4 > .mbr-iconfont {
  font-size: 0.9375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.875rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.375rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((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: #13287d !important;
}
.bg-success {
  background-color: #ffc600 !important;
}
.bg-info {
  background-color: #83868c !important;
}
.bg-warning {
  background-color: #eff2f7 !important;
}
.bg-danger {
  background-color: #0a1126 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #13287d !important;
  border-color: #13287d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #09133b !important;
  border-color: #09133b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #09133b !important;
  border-color: #09133b !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #279e64 !important;
  border-color: #279e64 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #18613d !important;
  border-color: #18613d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #18613d !important;
  border-color: #18613d !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #83868c !important;
  border-color: #83868c !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #5e6065 !important;
  border-color: #5e6065 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5e6065 !important;
  border-color: #5e6065 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #ffc600 !important;
  border-color: #ffc600 !important;
  color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #000000 !important;
  background-color: #b38b00 !important;
  border-color: #b38b00 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #b38b00 !important;
  border-color: #b38b00 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #eff2f7 !important;
  border-color: #eff2f7 !important;
  color: #4d6a9a !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #4d6a9a !important;
  background-color: #bcc9de !important;
  border-color: #bcc9de !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #4d6a9a !important;
  background-color: #bcc9de !important;
  border-color: #bcc9de !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: #060c24;
  color: #060c24;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #13287d;
  border-color: #13287d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #13287d !important;
  border-color: #13287d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #134c30;
  color: #134c30;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #279e64;
  border-color: #279e64;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #279e64 !important;
  border-color: #279e64 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #515358;
  color: #515358;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #83868c;
  border-color: #83868c;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #83868c !important;
  border-color: #83868c !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #997700;
  color: #997700;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #000000;
  background-color: #ffc600;
  border-color: #ffc600;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #ffc600 !important;
  border-color: #ffc600 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #abbbd5;
  color: #abbbd5;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #4d6a9a;
  background-color: #eff2f7;
  border-color: #eff2f7;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #4d6a9a !important;
  background-color: #eff2f7 !important;
  border-color: #eff2f7 !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: #13287d !important;
}
.text-secondary {
  color: #279e64 !important;
}
.text-success {
  color: #ffc600 !important;
}
.text-info {
  color: #83868c !important;
}
.text-warning {
  color: #eff2f7 !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: #060c24 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #134c30 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #997700 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #515358 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #abbbd5 !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: #83868c;
}
.alert-warning {
  background-color: #eff2f7;
}
.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: #13287d;
  border-color: #13287d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #13287d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #3053e0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fff4cc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c5c7c9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #acbbe9;
}
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.375rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #13287d;
}
/* 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: #13287d !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: #13287d;
  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: #13287d;
  border-bottom-color: #13287d;
}
.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: #13287d !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: #279e64 !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='%2313287d' %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-sdnNtJIDwj .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sdnNtJIDwj .navbar-fixed-top {
  padding-top: 0;
}
.cid-sdnNtJIDwj .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sdnNtJIDwj .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sdnNtJIDwj .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sdnNtJIDwj .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sdnNtJIDwj .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sdnNtJIDwj .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sdnNtJIDwj .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sdnNtJIDwj .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sdnNtJIDwj .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sdnNtJIDwj .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sdnNtJIDwj .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sdnNtJIDwj .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sdnNtJIDwj .dropdown-item,
.cid-sdnNtJIDwj .nav-link,
.cid-sdnNtJIDwj .brand-name {
  font-style: normal;
}
.cid-sdnNtJIDwj .dropdown-item:hover,
.cid-sdnNtJIDwj .nav-link:hover,
.cid-sdnNtJIDwj .brand-name:hover {
  color: #279e64 !important;
}
.cid-sdnNtJIDwj .dropdown-menu {
  background-color: #ffffff;
}
.cid-sdnNtJIDwj .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sdnNtJIDwj .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-sdnNtJIDwj .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sdnNtJIDwj .nav-item {
  position: relative;
}
.cid-sdnNtJIDwj .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sdnNtJIDwj .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sdnNtJIDwj .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sdnNtJIDwj .nav-link {
    line-height: 6.13;
  }
  .cid-sdnNtJIDwj .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sdnNtJIDwj .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sdnNtJIDwj .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-sdnNtJIDwj .content-text {
  margin-bottom: 0;
}
.cid-sdnNtJIDwj .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sdnNtJIDwj .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sdnNtJIDwj .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sdnNtJIDwj .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sdnNtJIDwj .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sdnNtJIDwj .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sdnNtJIDwj .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sdnNtJIDwj .content-right-side {
  text-align: center;
}
.cid-sdnNtJIDwj .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sdnNtJIDwj .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sdnNtJIDwj .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sdnNtJIDwj .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-sdnNtJIDwj .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sdnNtJIDwj .info-widget:first-child {
  margin-left: 0;
}
.cid-sdnNtJIDwj .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sdnNtJIDwj .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sdnNtJIDwj .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sdnNtJIDwj .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sdnNtJIDwj .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sdnNtJIDwj .navbar {
    display: block;
    padding: 0;
  }
  .cid-sdnNtJIDwj .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sdnNtJIDwj .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-sdnNtJIDwj .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sdnNtJIDwj .navbar-toggler {
    display: none;
  }
  .cid-sdnNtJIDwj .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-sdnNtJIDwj .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sdnNtJIDwj .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sdnNtJIDwj .btn-sm {
  padding: 13px 29px;
}
.cid-sdnNtJIDwj .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sdnNtJIDwj .btn::after {
  background-color: #83868c;
  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-sdnNtJIDwj .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sdnNtJIDwj .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sdnNtJIDwj .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sdnNtJIDwj .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sdnNtJIDwj .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sdnNtJIDwj .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sdnNtJIDwj .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sdnNtJIDwj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sdnNtJIDwj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sdnNtJIDwj .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sdnNtJIDwj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sdnNtJIDwj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sdnNtJIDwj .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sdnNtJIDwj .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sdnNtJIDwj .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sdnNtJIDwj .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sdnNtJIDwj .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sdnNtJIDwj .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sdnNtJIDwj .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sdnNtJIDwj button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sdnNtJIDwj button.navbar-toggler:focus {
  outline: none;
}
.cid-sdnNtJIDwj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sdnNtJIDwj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sdnNtJIDwj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sdnNtJIDwj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sdnNtJIDwj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sdnNtJIDwj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sdnNtJIDwj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sdnNtJIDwj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sdnNtJIDwj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sdnNtJIDwj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sdnNtJIDwj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sdnNtJIDwj .collapsed .btn {
  display: flex;
}
.cid-sdnNtJIDwj .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sdnNtJIDwj .collapsed .navbar-collapse.collapsing,
.cid-sdnNtJIDwj .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sdnNtJIDwj .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sdnNtJIDwj .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sdnNtJIDwj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sdnNtJIDwj .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sdnNtJIDwj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sdnNtJIDwj .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sdnNtJIDwj .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sdnNtJIDwj .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sdnNtJIDwj .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sdnNtJIDwj .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sdnNtJIDwj .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sdnNtJIDwj .collapsed button.navbar-toggler {
  display: block;
}
.cid-sdnNtJIDwj .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sdnNtJIDwj .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sdnNtJIDwj .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-sdnNtJIDwj .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sdnNtJIDwj .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sdnNtJIDwj .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-sdnNtJIDwj .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sdnNtJIDwj .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sdnNtJIDwj .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sdnNtJIDwj .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sdnNtJIDwj .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sdnNtJIDwj .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-sdnNtJIDwj .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sdnNtJIDwj .navbar-collapse.collapsing,
  .cid-sdnNtJIDwj .navbar-collapse.show {
    display: block !important;
  }
  .cid-sdnNtJIDwj .navbar-collapse.collapsing .navbar-nav,
  .cid-sdnNtJIDwj .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sdnNtJIDwj .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sdnNtJIDwj .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sdnNtJIDwj .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sdnNtJIDwj .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sdnNtJIDwj .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sdnNtJIDwj .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sdnNtJIDwj .navbar-collapse.collapsing .navbar-buttons,
  .cid-sdnNtJIDwj .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sdnNtJIDwj .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sdnNtJIDwj .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sdnNtJIDwj img {
    height: 3.8rem !important;
  }
  .cid-sdnNtJIDwj .btn {
    display: flex;
  }
  .cid-sdnNtJIDwj button.navbar-toggler {
    display: block;
  }
  .cid-sdnNtJIDwj .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sdnNtJIDwj .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sdnNtJIDwj .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-sdnNtJIDwj .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sdnNtJIDwj .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sdnNtJIDwj .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-sdnNtJIDwj .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sdnNtJIDwj .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sdnNtJIDwj .navbar-toggler {
  position: relative;
}
.cid-sdnNtJIDwj .dropdown-item.active,
.cid-sdnNtJIDwj .dropdown-item:active {
  color: initial;
}
.cid-sdnNtJIDwj .widget-title {
  color: #83868c;
}
.cid-sdnNtJIDwj .widget-text {
  color: #83868c;
}
.cid-sdnNtJIDwj .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sdnNtJIDwj .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sdnNtJIDwj .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sdnNtJIDwj .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -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-sdnNtJIDwj .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sdnNtJIDwj .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sdnNtJIDwj .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sdnNtJIDwj .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sdnNtJIDwj .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sdnNtJIDwj .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sdnNtJIDwj .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sdnNtJIDwj .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sdnNtJIDwj .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sdnNtJIDwj .menu-content-top,
  .cid-sdnNtJIDwj .menu-bottom {
    padding: 0 15px;
  }
  .cid-sdnNtJIDwj button.navbar-toggler {
    align-self: center;
  }
}
@-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-sdo2mXRlQ0 {
  padding-top: 225px;
  padding-bottom: 75px;
  background-color: #14287f;
}
.cid-sdo2mXRlQ0 .img-wrap {
  -webkit-animation: jump 2s ease-in-out alternate;
  animation: jump 2s ease-in-out alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  position: relative;
}
.cid-sdo2mXRlQ0 .img-wrap img {
  width: 100%;
}
.cid-sdo2mXRlQ0 .mbr-section-subtitle {
  color: #ffc600;
}
.cid-sdo2mXRlQ0 .mbr-section-title {
  color: #ffffff;
}
.cid-sdo2mXRlQ0 .mbr-text {
  color: #b0b6d4;
  font-weight: 500;
}
.cid-sdo2mXRlQ0 .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-sdo2mXRlQ0 .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-sdo2mXRlQ0 .mbr-section-btn {
    justify-content: center !important;
  }
}
@-webkit-keyframes jump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes jump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-sdo46ldtUV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eeeff2;
}
.cid-sdo46ldtUV .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sdo46ldtUV .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sdo46ldtUV .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sdo46ldtUV .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sdo46ldtUV .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-sdo46ldtUV .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sdo46ldtUV .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sdo46ldtUV .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sdo46ldtUV .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sdo46ldtUV .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sdo46ldtUV .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sdo46ldtUV .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sdo46ldtUV .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sdo46ldtUV .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-sdo46ldtUV .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sdo46ldtUV .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sdo46ldtUV .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-sdo46ldtUV .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sdo46ldtUV .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-sdo46ldtUV .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-sdo46ldtUV .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sdo46ldtUV .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sdo46ldtUV .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sdo46ldtUV * {
    text-align: left;
  }
}
.cid-sdo4ltFNBR {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sdo4ltFNBR .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-sdo4ltFNBR .contents .mbr-subtitle {
  color: #279e64;
  margin-bottom: 10px;
}
.cid-sdo4ltFNBR .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #13287d;
}
.cid-sdo4ltFNBR .contents .mbr-text {
  color: #83868c;
}
.cid-sdo4ltFNBR .card.accentCard .card-wrapper {
  background-color: #279e64;
}
.cid-sdo4ltFNBR .card.accentCard .card-wrapper .card-box .card-title {
  color: #ffffff;
}
.cid-sdo4ltFNBR .card.accentCard .card-wrapper .card-box .mbr-text {
  color: #ffffff;
}
.cid-sdo4ltFNBR .card.accentCard .card-wrapper .card-img {
  box-shadow: -10px -10px 0 0 #63b68f;
  background-color: #ffffff;
}
.cid-sdo4ltFNBR .card.accentCard .card-wrapper .card-img .mbr-iconfont {
  color: #279e64 !important;
}
.cid-sdo4ltFNBR .card.accentCard .card-wrapper .btn.btn-primary-outline {
  color: #ffffff;
}
.cid-sdo4ltFNBR .card-wrapper {
  height: 100%;
  border-radius: 5px;
  border: 1px solid #dcdfe2;
  padding: 50px 35px 31px;
  transition: all 0.3s;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}
.cid-sdo4ltFNBR .card-wrapper .card-box .card-title {
  color: #13287d;
}
.cid-sdo4ltFNBR .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #83868c;
}
.cid-sdo4ltFNBR .card-wrapper .card-box .mbr-iconfont {
  padding-left: 0.2rem;
  display: inline-block;
}
.cid-sdo4ltFNBR .card-wrapper .card-img {
  margin-bottom: 40px;
  transition: all .3s linear 0s;
  display: inline-flex;
  width: 70px;
  height: 70px;
  border-radius: 5px;
  padding: 13px;
  box-shadow: -10px -10px 0 0 #eeeff2;
  align-items: center;
  justify-content: center;
  background-color: #279e64;
  cursor: pointer;
  position: relative;
}
.cid-sdo4ltFNBR .card-wrapper .card-img .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sdo4ltFNBR .card-wrapper .mbr-link-btn {
  transition: all 0.3s;
  margin-bottom: 20px;
}
.cid-sdo4ltFNBR .card-wrapper .mbr-link-btn .btn {
  transition: all 0.3s;
  font-weight: 700;
}
.cid-sdo4ltFNBR .card-wrapper .mbr-link-btn .btn.btn-primary-outline {
  color: #13287d;
}
.cid-sdo4ltFNBR .card-wrapper .mbr-link-btn .btn .mbr-iconfont {
  font-weight: 700;
  padding-left: 40px !important;
  display: inline;
  transition: transform .3s linear 0s !important;
}
.cid-sdo4ltFNBR .card-wrapper .mbr-link-btn:hover .mbr-iconfont {
  transform: translateX(-10px);
}
.cid-sdo4ltFNBR .card-wrapper:hover .card-img {
  -webkit-animation: updown 0.45s ease-in-out 0.1s;
  animation: updown 0.45s ease-in-out 0.1s;
}
.cid-sdo4ltFNBR .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
}
.cid-sdo4ltFNBR .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sdo4ltFNBR .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sdo4ltFNBR .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sdo4ltFNBR .btn[class*="-outline"]:active,
.cid-sdo4ltFNBR .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-sdo4ltFNBR .card {
    margin-bottom: 15px;
  }
}
@-webkit-keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-sdo5sKhOmh {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffc600;
}
.cid-sdo5sKhOmh .content-inner .left-content {
  display: block;
}
.cid-sdo5sKhOmh .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sdo5sKhOmh .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sdo5sKhOmh .content-inner .right-content {
  display: block;
}
.cid-sdo5sKhOmh .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sdo5sKhOmh .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sdo5sKhOmh .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sdo5sKhOmh .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #ffc600 !important;
  border-color: #ffc600 !important;
}
@media (max-width: 991px) {
  .cid-sdo5sKhOmh .content-inner {
    justify-content: center !important;
  }
  .cid-sdo5sKhOmh * {
    text-align: center;
  }
}
.cid-sdo66zrzU4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sdo66zrzU4 .stats-item {
  padding: 80px 10px;
  background-color: #13287d;
  display: flex;
  justify-content: center;
}
.cid-sdo66zrzU4 .stats-item:hover .mbr-iconfont::before {
  -webkit-animation: updown 0.45s ease-in-out 0.1s;
  animation: updown 0.45s ease-in-out 0.1s;
  display: block;
}
.cid-sdo66zrzU4 .stats-item > span {
  transition: all 0.3s ease-in-out;
}
.cid-sdo66zrzU4 .heading {
  color: #ffffff;
}
.cid-sdo66zrzU4 .counter {
  text-align: center;
  color: #ffffff;
}
.cid-sdo66zrzU4 .mbr-iconfont {
  font-size: 45px;
  align-self: center;
  margin-bottom: 22px;
  border: 2px dashed #ffffff;
  border-radius: 50%;
  padding: 35.5px;
}
.cid-sdo66zrzU4 .mbr-card-title,
.cid-sdo66zrzU4 .mbr-iconfont {
  text-align: center;
  color: #ffffff;
  display: block;
}
@media (max-width: 768px) {
  .cid-sdo66zrzU4 .stats-item {
    padding: 30px 25px;
  }
}
@-webkit-keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-sdo8ajQEGs {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sdo8ajQEGs .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sdo8ajQEGs .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sdo8ajQEGs .mbr-text {
  color: #83868c;
}
.cid-sdo8ajQEGs .phone-word {
  color: #279e64;
}
.cid-sdo8ajQEGs .text-link {
  transition: all 0.3s ease-in;
}
.cid-sdo8ajQEGs .text-link:hover {
  color: #279e64 !important;
}
.cid-sdo8ajQEGs img {
  height: 100px;
  padding-right: 8px;
}
.cid-sdo8ajQEGs .img1 {
  color: #279e64;
}
.cid-sdo8ajQEGs .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sdo8ajQEGs .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sdo8ajQEGs .content .link-wrap {
  color: red;
}
.cid-sdo8ajQEGs .content .date-wrap {
  color: #13287d;
}
.cid-sdo8ajQEGs .item,
.cid-sdo8ajQEGs .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sdo8ajQEGs .item h4,
.cid-sdo8ajQEGs .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sdo8ajQEGs .link {
  transition: all 0.3s ease-in;
}
.cid-sdo8ajQEGs .link .card-img {
  padding-bottom: 3px;
}
.cid-sdo8ajQEGs .link:hover .card-img span {
  color: #279e64;
}
.cid-sdo8ajQEGs .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sdo8ajQEGs .item .card-img {
  width: auto;
}
.cid-sdo8ajQEGs .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sdo8ajQEGs .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sdo8ajQEGs h5 {
    text-align: left !important;
  }
  .cid-sdo8ajQEGs .line-wrap {
    text-align: left !important;
  }
}
.cid-sdo8ajQEGs .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sdo8ajQEGs .item-title:hover {
  color: #279e64;
}
.cid-sdo8ajQEGs .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sdo8ajQEGs .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sdo8ajQEGs .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sdo8ajQEGs .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sdo8ajQEGs .btn[class*="-outline"]:active,
.cid-sdo8ajQEGs .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sdo8ajQEGs .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sdo8ajQEGs .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sdo8ajQEGs .pre-form {
  color: #83868c;
}
.cid-sdo8ajQEGs .form-group,
.cid-sdo8ajQEGs .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sdo8ajQEGs .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-sdo8ajQEGs .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sdo8ajQEGs .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sdo8ajQEGs .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sdo8ajQEGs .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sdo8ajQEGs .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sdo8ajQEGs .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sdo8ajQEGs .dragArea {
  flex-direction: column;
}
.cid-sdo8ajQEGs .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sdoUxKqLtT .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sdoUxKqLtT .navbar-fixed-top {
  padding-top: 0;
}
.cid-sdoUxKqLtT .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sdoUxKqLtT .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sdoUxKqLtT .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sdoUxKqLtT .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sdoUxKqLtT .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sdoUxKqLtT .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sdoUxKqLtT .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sdoUxKqLtT .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sdoUxKqLtT .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sdoUxKqLtT .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sdoUxKqLtT .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sdoUxKqLtT .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sdoUxKqLtT .dropdown-item,
.cid-sdoUxKqLtT .nav-link,
.cid-sdoUxKqLtT .brand-name {
  font-style: normal;
}
.cid-sdoUxKqLtT .dropdown-item:hover,
.cid-sdoUxKqLtT .nav-link:hover,
.cid-sdoUxKqLtT .brand-name:hover {
  color: #279e64 !important;
}
.cid-sdoUxKqLtT .dropdown-menu {
  background-color: #ffffff;
}
.cid-sdoUxKqLtT .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sdoUxKqLtT .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-sdoUxKqLtT .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sdoUxKqLtT .nav-item {
  position: relative;
}
.cid-sdoUxKqLtT .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sdoUxKqLtT .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sdoUxKqLtT .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sdoUxKqLtT .nav-link {
    line-height: 6.13;
  }
  .cid-sdoUxKqLtT .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sdoUxKqLtT .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sdoUxKqLtT .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-sdoUxKqLtT .content-text {
  margin-bottom: 0;
}
.cid-sdoUxKqLtT .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sdoUxKqLtT .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sdoUxKqLtT .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sdoUxKqLtT .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sdoUxKqLtT .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sdoUxKqLtT .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sdoUxKqLtT .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sdoUxKqLtT .content-right-side {
  text-align: center;
}
.cid-sdoUxKqLtT .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sdoUxKqLtT .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sdoUxKqLtT .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sdoUxKqLtT .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-sdoUxKqLtT .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sdoUxKqLtT .info-widget:first-child {
  margin-left: 0;
}
.cid-sdoUxKqLtT .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sdoUxKqLtT .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sdoUxKqLtT .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sdoUxKqLtT .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sdoUxKqLtT .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sdoUxKqLtT .navbar {
    display: block;
    padding: 0;
  }
  .cid-sdoUxKqLtT .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sdoUxKqLtT .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-sdoUxKqLtT .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sdoUxKqLtT .navbar-toggler {
    display: none;
  }
  .cid-sdoUxKqLtT .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-sdoUxKqLtT .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sdoUxKqLtT .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sdoUxKqLtT .btn-sm {
  padding: 13px 29px;
}
.cid-sdoUxKqLtT .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sdoUxKqLtT .btn::after {
  background-color: #83868c;
  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-sdoUxKqLtT .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sdoUxKqLtT .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sdoUxKqLtT .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sdoUxKqLtT .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sdoUxKqLtT .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sdoUxKqLtT .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sdoUxKqLtT .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sdoUxKqLtT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sdoUxKqLtT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sdoUxKqLtT .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sdoUxKqLtT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sdoUxKqLtT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sdoUxKqLtT .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sdoUxKqLtT .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sdoUxKqLtT .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sdoUxKqLtT .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sdoUxKqLtT .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sdoUxKqLtT .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sdoUxKqLtT .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sdoUxKqLtT button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sdoUxKqLtT button.navbar-toggler:focus {
  outline: none;
}
.cid-sdoUxKqLtT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sdoUxKqLtT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sdoUxKqLtT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sdoUxKqLtT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sdoUxKqLtT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sdoUxKqLtT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sdoUxKqLtT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sdoUxKqLtT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sdoUxKqLtT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sdoUxKqLtT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sdoUxKqLtT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sdoUxKqLtT .collapsed .btn {
  display: flex;
}
.cid-sdoUxKqLtT .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sdoUxKqLtT .collapsed .navbar-collapse.collapsing,
.cid-sdoUxKqLtT .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sdoUxKqLtT .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sdoUxKqLtT .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sdoUxKqLtT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sdoUxKqLtT .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sdoUxKqLtT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sdoUxKqLtT .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sdoUxKqLtT .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sdoUxKqLtT .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sdoUxKqLtT .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sdoUxKqLtT .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sdoUxKqLtT .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sdoUxKqLtT .collapsed button.navbar-toggler {
  display: block;
}
.cid-sdoUxKqLtT .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sdoUxKqLtT .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sdoUxKqLtT .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-sdoUxKqLtT .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sdoUxKqLtT .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sdoUxKqLtT .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-sdoUxKqLtT .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sdoUxKqLtT .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sdoUxKqLtT .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sdoUxKqLtT .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sdoUxKqLtT .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sdoUxKqLtT .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-sdoUxKqLtT .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sdoUxKqLtT .navbar-collapse.collapsing,
  .cid-sdoUxKqLtT .navbar-collapse.show {
    display: block !important;
  }
  .cid-sdoUxKqLtT .navbar-collapse.collapsing .navbar-nav,
  .cid-sdoUxKqLtT .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sdoUxKqLtT .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sdoUxKqLtT .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sdoUxKqLtT .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sdoUxKqLtT .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sdoUxKqLtT .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sdoUxKqLtT .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sdoUxKqLtT .navbar-collapse.collapsing .navbar-buttons,
  .cid-sdoUxKqLtT .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sdoUxKqLtT .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sdoUxKqLtT .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sdoUxKqLtT img {
    height: 3.8rem !important;
  }
  .cid-sdoUxKqLtT .btn {
    display: flex;
  }
  .cid-sdoUxKqLtT button.navbar-toggler {
    display: block;
  }
  .cid-sdoUxKqLtT .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sdoUxKqLtT .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sdoUxKqLtT .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-sdoUxKqLtT .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sdoUxKqLtT .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sdoUxKqLtT .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-sdoUxKqLtT .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sdoUxKqLtT .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sdoUxKqLtT .navbar-toggler {
  position: relative;
}
.cid-sdoUxKqLtT .dropdown-item.active,
.cid-sdoUxKqLtT .dropdown-item:active {
  color: initial;
}
.cid-sdoUxKqLtT .widget-title {
  color: #83868c;
}
.cid-sdoUxKqLtT .widget-text {
  color: #83868c;
}
.cid-sdoUxKqLtT .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sdoUxKqLtT .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sdoUxKqLtT .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sdoUxKqLtT .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -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-sdoUxKqLtT .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sdoUxKqLtT .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sdoUxKqLtT .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sdoUxKqLtT .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sdoUxKqLtT .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sdoUxKqLtT .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sdoUxKqLtT .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sdoUxKqLtT .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sdoUxKqLtT .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sdoUxKqLtT .menu-content-top,
  .cid-sdoUxKqLtT .menu-bottom {
    padding: 0 15px;
  }
  .cid-sdoUxKqLtT button.navbar-toggler {
    align-self: center;
  }
}
@-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-sdoUFWwuDZ {
  padding-top: 195px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/01-458x305.jpg");
}
.cid-sdoUFWwuDZ .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sdoUFWwuDZ .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sdoUFWwuDZ .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sdoUFWwuDZ .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sdoUFWwuDZ .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sdoUFWwuDZ .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sdoUFWwuDZ .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sdoUFWwuDZ .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sdoUFWwuDZ .separator,
  .cid-sdoUFWwuDZ .sep-holder,
  .cid-sdoUFWwuDZ .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sdoUFWwuDZ .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sdoUFWwuDZ .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sdoUFWwuDZ .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sdoUFWwuDZ .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sdoUFWwuDZ .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 0.9rem;
  margin: auto;
  color: #ffffff;
}
.cid-sdoUFWwuDZ .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sdoUFWwuDZ .items .list-item:last-child .listico {
  display: none;
}
.cid-sdoUxOwvot {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eeeff2;
}
.cid-sdoUxOwvot .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sdoUxOwvot .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sdoUxOwvot .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sdoUxOwvot .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sdoUxOwvot .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-sdoUxOwvot .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sdoUxOwvot .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sdoUxOwvot .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sdoUxOwvot .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sdoUxOwvot .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sdoUxOwvot .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sdoUxOwvot .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sdoUxOwvot .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sdoUxOwvot .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-sdoUxOwvot .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sdoUxOwvot .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sdoUxOwvot .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-sdoUxOwvot .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sdoUxOwvot .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-sdoUxOwvot .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-sdoUxOwvot .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sdoUxOwvot .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sdoUxOwvot .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sdoUxOwvot * {
    text-align: left;
  }
}
.cid-sdoUxQTfUB {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sdoUxQTfUB .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-sdoUxQTfUB .contents .mbr-subtitle {
  color: #279e64;
  margin-bottom: 10px;
}
.cid-sdoUxQTfUB .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #13287d;
}
.cid-sdoUxQTfUB .contents .mbr-text {
  color: #83868c;
}
.cid-sdoUxQTfUB .card.accentCard .card-wrapper {
  background-color: #279e64;
}
.cid-sdoUxQTfUB .card.accentCard .card-wrapper .card-box .card-title {
  color: #ffffff;
}
.cid-sdoUxQTfUB .card.accentCard .card-wrapper .card-box .mbr-text {
  color: #ffffff;
}
.cid-sdoUxQTfUB .card.accentCard .card-wrapper .card-img {
  box-shadow: -10px -10px 0 0 #63b68f;
  background-color: #ffffff;
}
.cid-sdoUxQTfUB .card.accentCard .card-wrapper .card-img .mbr-iconfont {
  color: #279e64 !important;
}
.cid-sdoUxQTfUB .card.accentCard .card-wrapper .btn.btn-primary-outline {
  color: #ffffff;
}
.cid-sdoUxQTfUB .card-wrapper {
  height: 100%;
  border-radius: 5px;
  border: 1px solid #dcdfe2;
  padding: 50px 35px 31px;
  transition: all 0.3s;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}
.cid-sdoUxQTfUB .card-wrapper .card-box .card-title {
  color: #13287d;
}
.cid-sdoUxQTfUB .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #83868c;
}
.cid-sdoUxQTfUB .card-wrapper .card-box .mbr-iconfont {
  padding-left: 0.2rem;
  display: inline-block;
}
.cid-sdoUxQTfUB .card-wrapper .card-img {
  margin-bottom: 40px;
  transition: all .3s linear 0s;
  display: inline-flex;
  width: 70px;
  height: 70px;
  border-radius: 5px;
  padding: 13px;
  box-shadow: -10px -10px 0 0 #eeeff2;
  align-items: center;
  justify-content: center;
  background-color: #279e64;
  cursor: pointer;
  position: relative;
}
.cid-sdoUxQTfUB .card-wrapper .card-img .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sdoUxQTfUB .card-wrapper .mbr-link-btn {
  transition: all 0.3s;
  margin-bottom: 20px;
}
.cid-sdoUxQTfUB .card-wrapper .mbr-link-btn .btn {
  transition: all 0.3s;
  font-weight: 700;
}
.cid-sdoUxQTfUB .card-wrapper .mbr-link-btn .btn.btn-primary-outline {
  color: #13287d;
}
.cid-sdoUxQTfUB .card-wrapper .mbr-link-btn .btn .mbr-iconfont {
  font-weight: 700;
  padding-left: 40px !important;
  display: inline;
  transition: transform .3s linear 0s !important;
}
.cid-sdoUxQTfUB .card-wrapper .mbr-link-btn:hover .mbr-iconfont {
  transform: translateX(-10px);
}
.cid-sdoUxQTfUB .card-wrapper:hover .card-img {
  -webkit-animation: updown 0.45s ease-in-out 0.1s;
  animation: updown 0.45s ease-in-out 0.1s;
}
.cid-sdoUxQTfUB .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
}
.cid-sdoUxQTfUB .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sdoUxQTfUB .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sdoUxQTfUB .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sdoUxQTfUB .btn[class*="-outline"]:active,
.cid-sdoUxQTfUB .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-sdoUxQTfUB .card {
    margin-bottom: 15px;
  }
}
@-webkit-keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-sdoUxTeAiV {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffc600;
}
.cid-sdoUxTeAiV .content-inner .left-content {
  display: block;
}
.cid-sdoUxTeAiV .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sdoUxTeAiV .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sdoUxTeAiV .content-inner .right-content {
  display: block;
}
.cid-sdoUxTeAiV .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sdoUxTeAiV .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sdoUxTeAiV .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sdoUxTeAiV .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #ffc600 !important;
  border-color: #ffc600 !important;
}
@media (max-width: 991px) {
  .cid-sdoUxTeAiV .content-inner {
    justify-content: center !important;
  }
  .cid-sdoUxTeAiV * {
    text-align: center;
  }
}
.cid-sdoUxUBvQy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sdoUxUBvQy .stats-item {
  padding: 80px 10px;
  background-color: #13287d;
  display: flex;
  justify-content: center;
}
.cid-sdoUxUBvQy .stats-item:hover .mbr-iconfont::before {
  -webkit-animation: updown 0.45s ease-in-out 0.1s;
  animation: updown 0.45s ease-in-out 0.1s;
  display: block;
}
.cid-sdoUxUBvQy .stats-item > span {
  transition: all 0.3s ease-in-out;
}
.cid-sdoUxUBvQy .heading {
  color: #ffffff;
}
.cid-sdoUxUBvQy .counter {
  text-align: center;
  color: #ffffff;
}
.cid-sdoUxUBvQy .mbr-iconfont {
  font-size: 45px;
  align-self: center;
  margin-bottom: 22px;
  border: 2px dashed #ffffff;
  border-radius: 50%;
  padding: 35.5px;
}
.cid-sdoUxUBvQy .mbr-card-title,
.cid-sdoUxUBvQy .mbr-iconfont {
  text-align: center;
  color: #ffffff;
  display: block;
}
@media (max-width: 768px) {
  .cid-sdoUxUBvQy .stats-item {
    padding: 30px 25px;
  }
}
@-webkit-keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-sdoUxWlQlQ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sdoUxWlQlQ .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sdoUxWlQlQ .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sdoUxWlQlQ .mbr-text {
  color: #83868c;
}
.cid-sdoUxWlQlQ .phone-word {
  color: #279e64;
}
.cid-sdoUxWlQlQ .text-link {
  transition: all 0.3s ease-in;
}
.cid-sdoUxWlQlQ .text-link:hover {
  color: #279e64 !important;
}
.cid-sdoUxWlQlQ img {
  height: 100px;
  padding-right: 8px;
}
.cid-sdoUxWlQlQ .img1 {
  color: #279e64;
}
.cid-sdoUxWlQlQ .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sdoUxWlQlQ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sdoUxWlQlQ .content .link-wrap {
  color: red;
}
.cid-sdoUxWlQlQ .content .date-wrap {
  color: #13287d;
}
.cid-sdoUxWlQlQ .item,
.cid-sdoUxWlQlQ .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sdoUxWlQlQ .item h4,
.cid-sdoUxWlQlQ .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sdoUxWlQlQ .link {
  transition: all 0.3s ease-in;
}
.cid-sdoUxWlQlQ .link .card-img {
  padding-bottom: 3px;
}
.cid-sdoUxWlQlQ .link:hover .card-img span {
  color: #279e64;
}
.cid-sdoUxWlQlQ .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sdoUxWlQlQ .item .card-img {
  width: auto;
}
.cid-sdoUxWlQlQ .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sdoUxWlQlQ .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sdoUxWlQlQ h5 {
    text-align: left !important;
  }
  .cid-sdoUxWlQlQ .line-wrap {
    text-align: left !important;
  }
}
.cid-sdoUxWlQlQ .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sdoUxWlQlQ .item-title:hover {
  color: #279e64;
}
.cid-sdoUxWlQlQ .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sdoUxWlQlQ .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sdoUxWlQlQ .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sdoUxWlQlQ .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sdoUxWlQlQ .btn[class*="-outline"]:active,
.cid-sdoUxWlQlQ .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sdoUxWlQlQ .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sdoUxWlQlQ .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sdoUxWlQlQ .pre-form {
  color: #83868c;
}
.cid-sdoUxWlQlQ .form-group,
.cid-sdoUxWlQlQ .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sdoUxWlQlQ .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-sdoUxWlQlQ .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sdoUxWlQlQ .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sdoUxWlQlQ .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sdoUxWlQlQ .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sdoUxWlQlQ .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sdoUxWlQlQ .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sdoUxWlQlQ .dragArea {
  flex-direction: column;
}
.cid-sdoUxWlQlQ .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sdoWeruOOq .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sdoWeruOOq .navbar-fixed-top {
  padding-top: 0;
}
.cid-sdoWeruOOq .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sdoWeruOOq .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sdoWeruOOq .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sdoWeruOOq .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sdoWeruOOq .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sdoWeruOOq .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sdoWeruOOq .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sdoWeruOOq .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sdoWeruOOq .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sdoWeruOOq .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sdoWeruOOq .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sdoWeruOOq .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sdoWeruOOq .dropdown-item,
.cid-sdoWeruOOq .nav-link,
.cid-sdoWeruOOq .brand-name {
  font-style: normal;
}
.cid-sdoWeruOOq .dropdown-item:hover,
.cid-sdoWeruOOq .nav-link:hover,
.cid-sdoWeruOOq .brand-name:hover {
  color: #279e64 !important;
}
.cid-sdoWeruOOq .dropdown-menu {
  background-color: #ffffff;
}
.cid-sdoWeruOOq .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sdoWeruOOq .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-sdoWeruOOq .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sdoWeruOOq .nav-item {
  position: relative;
}
.cid-sdoWeruOOq .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sdoWeruOOq .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sdoWeruOOq .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sdoWeruOOq .nav-link {
    line-height: 6.13;
  }
  .cid-sdoWeruOOq .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sdoWeruOOq .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sdoWeruOOq .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-sdoWeruOOq .content-text {
  margin-bottom: 0;
}
.cid-sdoWeruOOq .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sdoWeruOOq .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sdoWeruOOq .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sdoWeruOOq .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sdoWeruOOq .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sdoWeruOOq .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sdoWeruOOq .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sdoWeruOOq .content-right-side {
  text-align: center;
}
.cid-sdoWeruOOq .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sdoWeruOOq .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sdoWeruOOq .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sdoWeruOOq .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-sdoWeruOOq .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sdoWeruOOq .info-widget:first-child {
  margin-left: 0;
}
.cid-sdoWeruOOq .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sdoWeruOOq .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sdoWeruOOq .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sdoWeruOOq .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sdoWeruOOq .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sdoWeruOOq .navbar {
    display: block;
    padding: 0;
  }
  .cid-sdoWeruOOq .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sdoWeruOOq .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-sdoWeruOOq .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sdoWeruOOq .navbar-toggler {
    display: none;
  }
  .cid-sdoWeruOOq .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-sdoWeruOOq .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sdoWeruOOq .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sdoWeruOOq .btn-sm {
  padding: 13px 29px;
}
.cid-sdoWeruOOq .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sdoWeruOOq .btn::after {
  background-color: #83868c;
  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-sdoWeruOOq .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sdoWeruOOq .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sdoWeruOOq .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sdoWeruOOq .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sdoWeruOOq .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sdoWeruOOq .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sdoWeruOOq .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sdoWeruOOq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sdoWeruOOq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sdoWeruOOq .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sdoWeruOOq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sdoWeruOOq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sdoWeruOOq .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sdoWeruOOq .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sdoWeruOOq .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sdoWeruOOq .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sdoWeruOOq .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sdoWeruOOq .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sdoWeruOOq .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sdoWeruOOq button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sdoWeruOOq button.navbar-toggler:focus {
  outline: none;
}
.cid-sdoWeruOOq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sdoWeruOOq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sdoWeruOOq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sdoWeruOOq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sdoWeruOOq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sdoWeruOOq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sdoWeruOOq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sdoWeruOOq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sdoWeruOOq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sdoWeruOOq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sdoWeruOOq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sdoWeruOOq .collapsed .btn {
  display: flex;
}
.cid-sdoWeruOOq .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sdoWeruOOq .collapsed .navbar-collapse.collapsing,
.cid-sdoWeruOOq .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sdoWeruOOq .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sdoWeruOOq .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sdoWeruOOq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sdoWeruOOq .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sdoWeruOOq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sdoWeruOOq .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sdoWeruOOq .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sdoWeruOOq .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sdoWeruOOq .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sdoWeruOOq .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sdoWeruOOq .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sdoWeruOOq .collapsed button.navbar-toggler {
  display: block;
}
.cid-sdoWeruOOq .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sdoWeruOOq .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sdoWeruOOq .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-sdoWeruOOq .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sdoWeruOOq .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sdoWeruOOq .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-sdoWeruOOq .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sdoWeruOOq .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sdoWeruOOq .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sdoWeruOOq .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sdoWeruOOq .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sdoWeruOOq .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-sdoWeruOOq .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sdoWeruOOq .navbar-collapse.collapsing,
  .cid-sdoWeruOOq .navbar-collapse.show {
    display: block !important;
  }
  .cid-sdoWeruOOq .navbar-collapse.collapsing .navbar-nav,
  .cid-sdoWeruOOq .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sdoWeruOOq .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sdoWeruOOq .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sdoWeruOOq .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sdoWeruOOq .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sdoWeruOOq .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sdoWeruOOq .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sdoWeruOOq .navbar-collapse.collapsing .navbar-buttons,
  .cid-sdoWeruOOq .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sdoWeruOOq .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sdoWeruOOq .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sdoWeruOOq img {
    height: 3.8rem !important;
  }
  .cid-sdoWeruOOq .btn {
    display: flex;
  }
  .cid-sdoWeruOOq button.navbar-toggler {
    display: block;
  }
  .cid-sdoWeruOOq .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sdoWeruOOq .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sdoWeruOOq .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-sdoWeruOOq .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sdoWeruOOq .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sdoWeruOOq .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-sdoWeruOOq .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sdoWeruOOq .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sdoWeruOOq .navbar-toggler {
  position: relative;
}
.cid-sdoWeruOOq .dropdown-item.active,
.cid-sdoWeruOOq .dropdown-item:active {
  color: initial;
}
.cid-sdoWeruOOq .widget-title {
  color: #83868c;
}
.cid-sdoWeruOOq .widget-text {
  color: #83868c;
}
.cid-sdoWeruOOq .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sdoWeruOOq .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sdoWeruOOq .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sdoWeruOOq .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -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-sdoWeruOOq .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sdoWeruOOq .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sdoWeruOOq .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sdoWeruOOq .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sdoWeruOOq .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sdoWeruOOq .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sdoWeruOOq .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sdoWeruOOq .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sdoWeruOOq .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sdoWeruOOq .menu-content-top,
  .cid-sdoWeruOOq .menu-bottom {
    padding: 0 15px;
  }
  .cid-sdoWeruOOq button.navbar-toggler {
    align-self: center;
  }
}
@-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-sdoWetYklL {
  padding-top: 195px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/01-458x305.jpg");
}
.cid-sdoWetYklL .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sdoWetYklL .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sdoWetYklL .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sdoWetYklL .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sdoWetYklL .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sdoWetYklL .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sdoWetYklL .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sdoWetYklL .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sdoWetYklL .separator,
  .cid-sdoWetYklL .sep-holder,
  .cid-sdoWetYklL .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sdoWetYklL .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sdoWetYklL .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sdoWetYklL .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sdoWetYklL .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sdoWetYklL .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 0.9rem;
  margin: auto;
  color: #ffffff;
}
.cid-sdoWetYklL .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sdoWetYklL .items .list-item:last-child .listico {
  display: none;
}
.cid-sdoXJn3Ia5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eeeff2;
}
.cid-sdoXJn3Ia5 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sdoXJn3Ia5 .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sdoXJn3Ia5 .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sdoXJn3Ia5 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sdoXJn3Ia5 .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-sdoXJn3Ia5 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sdoXJn3Ia5 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sdoXJn3Ia5 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sdoXJn3Ia5 .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sdoXJn3Ia5 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sdoXJn3Ia5 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sdoXJn3Ia5 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sdoXJn3Ia5 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sdoXJn3Ia5 .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-sdoXJn3Ia5 .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sdoXJn3Ia5 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sdoXJn3Ia5 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-sdoXJn3Ia5 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sdoXJn3Ia5 .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-sdoXJn3Ia5 .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-sdoXJn3Ia5 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sdoXJn3Ia5 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sdoXJn3Ia5 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sdoXJn3Ia5 * {
    text-align: left;
  }
}
.cid-sdoWAUJZ4X {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sdoWAUJZ4X .mbr-section-subtitle {
  color: #279e64;
}
.cid-sdoWAUJZ4X .mbr-section-title {
  color: #13287d;
}
.cid-sdoWAUJZ4X img {
  width: 100%;
}
.cid-sdoWAUJZ4X .mbr-text {
  color: #83868c;
}
.cid-sdoWAUJZ4X .mbr-section-btn {
  margin-top: 40px;
}
.cid-sdoWAUJZ4X .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-sdoWAUJZ4X * {
    text-align: left;
  }
}
.cid-sdoWAUJZ4X .cards-wrap {
  flex-direction: column;
}
.cid-sdoWAUJZ4X .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  display: flex;
}
.cid-sdoWAUJZ4X .wrapper .img {
  margin-bottom: 20px;
  margin-right: 25px;
  background-color: #279e64;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-sdoWAUJZ4X .wrapper .img: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-sdoWAUJZ4X .wrapper .img .mbr-iconfont {
  font-size: 1.875rem;
  top: 0;
  color: #ffffff;
  border-radius: 50%;
}
.cid-sdoWAUJZ4X .wrapper .content .mbr-card-title {
  color: #13287d;
  margin-bottom: 10px;
}
.cid-sdoWAUJZ4X .wrapper .content .mbr-text {
  margin-bottom: 19px;
  color: #83868c;
}
@-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-sdoXTBuWfi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eeeff2;
}
.cid-sdoXTBuWfi .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sdoXTBuWfi .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sdoXTBuWfi .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sdoXTBuWfi .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sdoXTBuWfi .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-sdoXTBuWfi .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sdoXTBuWfi .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sdoXTBuWfi .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sdoXTBuWfi .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sdoXTBuWfi .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sdoXTBuWfi .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sdoXTBuWfi .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sdoXTBuWfi .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sdoXTBuWfi .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-sdoXTBuWfi .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sdoXTBuWfi .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sdoXTBuWfi .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-sdoXTBuWfi .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sdoXTBuWfi .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-sdoXTBuWfi .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-sdoXTBuWfi .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sdoXTBuWfi .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sdoXTBuWfi .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sdoXTBuWfi * {
    text-align: left;
  }
}
.cid-sdoZVOgdOi {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sdoZVOgdOi .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-sdoZVOgdOi .contents .mbr-subtitle {
  color: #279e64;
  margin-bottom: 10px;
}
.cid-sdoZVOgdOi .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #13287d;
}
.cid-sdoZVOgdOi .contents .mbr-text {
  color: #83868c;
}
.cid-sdoZVOgdOi .card-wrapper {
  height: 100%;
  border-radius: 5px;
  border: 1px solid #dcdfe2;
  padding: 50px 35px 31px;
  transition: all 0.3s;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}
.cid-sdoZVOgdOi .card-wrapper .card-box .card-title {
  color: #13287d;
}
.cid-sdoZVOgdOi .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #83868c;
}
.cid-sdoZVOgdOi .card-wrapper .card-box .mbr-iconfont {
  padding-left: 0.2rem;
  display: inline-block;
}
.cid-sdoZVOgdOi .card-wrapper .card-img {
  margin-bottom: 40px;
  transition: all .3s linear 0s;
  display: inline-flex;
  width: 70px;
  height: 70px;
  border-radius: 5px;
  padding: 13px;
  box-shadow: -10px -10px 0 0 #eeeff2;
  align-items: center;
  justify-content: center;
  background-color: #279e64;
  cursor: pointer;
  position: relative;
}
.cid-sdoZVOgdOi .card-wrapper .card-img .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sdoZVOgdOi .card-wrapper .mbr-link-btn {
  transition: all 0.3s;
  margin-bottom: 20px;
}
.cid-sdoZVOgdOi .card-wrapper .mbr-link-btn .btn {
  transition: all 0.3s;
  font-weight: 700;
}
.cid-sdoZVOgdOi .card-wrapper .mbr-link-btn .btn.btn-primary-outline {
  color: #13287d;
}
.cid-sdoZVOgdOi .card-wrapper .mbr-link-btn .btn .mbr-iconfont {
  font-weight: 700;
  padding-left: 40px !important;
  display: inline;
  transition: transform .3s linear 0s !important;
}
.cid-sdoZVOgdOi .card-wrapper .mbr-link-btn:hover .mbr-iconfont {
  transform: translateX(-10px);
}
.cid-sdoZVOgdOi .card-wrapper:hover .card-img {
  -webkit-animation: updown 0.45s ease-in-out 0.1s;
  animation: updown 0.45s ease-in-out 0.1s;
}
.cid-sdoZVOgdOi .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
}
.cid-sdoZVOgdOi .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sdoZVOgdOi .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sdoZVOgdOi .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sdoZVOgdOi .btn[class*="-outline"]:active,
.cid-sdoZVOgdOi .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-sdoZVOgdOi .card {
    margin-bottom: 15px;
  }
}
@-webkit-keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-sdoWeAsNVT {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffc600;
}
.cid-sdoWeAsNVT .content-inner .left-content {
  display: block;
}
.cid-sdoWeAsNVT .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sdoWeAsNVT .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sdoWeAsNVT .content-inner .right-content {
  display: block;
}
.cid-sdoWeAsNVT .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sdoWeAsNVT .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sdoWeAsNVT .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sdoWeAsNVT .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #ffc600 !important;
  border-color: #ffc600 !important;
}
@media (max-width: 991px) {
  .cid-sdoWeAsNVT .content-inner {
    justify-content: center !important;
  }
  .cid-sdoWeAsNVT * {
    text-align: center;
  }
}
.cid-sdp1Kpi78b {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sdp1Kpi78b .mbr-section-subtitle {
  color: #279e64;
}
.cid-sdp1Kpi78b .mbr-section-title {
  color: #13287d;
}
.cid-sdp1Kpi78b img {
  width: 100%;
}
.cid-sdp1Kpi78b .mbr-text {
  color: #83868c;
}
.cid-sdp1Kpi78b .mbr-section-btn {
  margin-top: 40px;
}
.cid-sdp1Kpi78b .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-sdp1Kpi78b * {
    text-align: left;
  }
}
.cid-sdp1Kpi78b .cards-wrap {
  flex-direction: column;
}
.cid-sdp1Kpi78b .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  display: flex;
}
.cid-sdp1Kpi78b .wrapper .img {
  margin-bottom: 20px;
  margin-right: 25px;
  background-color: #279e64;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-sdp1Kpi78b .wrapper .img: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-sdp1Kpi78b .wrapper .img .mbr-iconfont {
  font-size: 1.875rem;
  top: 0;
  color: #ffffff;
  border-radius: 50%;
}
.cid-sdp1Kpi78b .wrapper .content .mbr-card-title {
  color: #13287d;
  margin-bottom: 10px;
}
.cid-sdp1Kpi78b .wrapper .content .mbr-text {
  margin-bottom: 19px;
  color: #83868c;
}
@-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-sdoWeBysjH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sdoWeBysjH .stats-item {
  padding: 80px 10px;
  background-color: #13287d;
  display: flex;
  justify-content: center;
}
.cid-sdoWeBysjH .stats-item:hover .mbr-iconfont::before {
  -webkit-animation: updown 0.45s ease-in-out 0.1s;
  animation: updown 0.45s ease-in-out 0.1s;
  display: block;
}
.cid-sdoWeBysjH .stats-item > span {
  transition: all 0.3s ease-in-out;
}
.cid-sdoWeBysjH .heading {
  color: #ffffff;
}
.cid-sdoWeBysjH .counter {
  text-align: center;
  color: #ffffff;
}
.cid-sdoWeBysjH .mbr-iconfont {
  font-size: 45px;
  align-self: center;
  margin-bottom: 22px;
  border: 2px dashed #ffffff;
  border-radius: 50%;
  padding: 35.5px;
}
.cid-sdoWeBysjH .mbr-card-title,
.cid-sdoWeBysjH .mbr-iconfont {
  text-align: center;
  color: #ffffff;
  display: block;
}
@media (max-width: 768px) {
  .cid-sdoWeBysjH .stats-item {
    padding: 30px 25px;
  }
}
@-webkit-keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-sdoWeDjpSP {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sdoWeDjpSP .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sdoWeDjpSP .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sdoWeDjpSP .mbr-text {
  color: #83868c;
}
.cid-sdoWeDjpSP .phone-word {
  color: #279e64;
}
.cid-sdoWeDjpSP .text-link {
  transition: all 0.3s ease-in;
}
.cid-sdoWeDjpSP .text-link:hover {
  color: #279e64 !important;
}
.cid-sdoWeDjpSP img {
  height: 100px;
  padding-right: 8px;
}
.cid-sdoWeDjpSP .img1 {
  color: #279e64;
}
.cid-sdoWeDjpSP .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sdoWeDjpSP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sdoWeDjpSP .content .link-wrap {
  color: red;
}
.cid-sdoWeDjpSP .content .date-wrap {
  color: #13287d;
}
.cid-sdoWeDjpSP .item,
.cid-sdoWeDjpSP .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sdoWeDjpSP .item h4,
.cid-sdoWeDjpSP .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sdoWeDjpSP .link {
  transition: all 0.3s ease-in;
}
.cid-sdoWeDjpSP .link .card-img {
  padding-bottom: 3px;
}
.cid-sdoWeDjpSP .link:hover .card-img span {
  color: #279e64;
}
.cid-sdoWeDjpSP .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sdoWeDjpSP .item .card-img {
  width: auto;
}
.cid-sdoWeDjpSP .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sdoWeDjpSP .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sdoWeDjpSP h5 {
    text-align: left !important;
  }
  .cid-sdoWeDjpSP .line-wrap {
    text-align: left !important;
  }
}
.cid-sdoWeDjpSP .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sdoWeDjpSP .item-title:hover {
  color: #279e64;
}
.cid-sdoWeDjpSP .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sdoWeDjpSP .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sdoWeDjpSP .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sdoWeDjpSP .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sdoWeDjpSP .btn[class*="-outline"]:active,
.cid-sdoWeDjpSP .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sdoWeDjpSP .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sdoWeDjpSP .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sdoWeDjpSP .pre-form {
  color: #83868c;
}
.cid-sdoWeDjpSP .form-group,
.cid-sdoWeDjpSP .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sdoWeDjpSP .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-sdoWeDjpSP .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sdoWeDjpSP .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sdoWeDjpSP .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sdoWeDjpSP .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sdoWeDjpSP .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sdoWeDjpSP .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sdoWeDjpSP .dragArea {
  flex-direction: column;
}
.cid-sdoWeDjpSP .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sduWYbiVit .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sduWYbiVit .navbar-fixed-top {
  padding-top: 0;
}
.cid-sduWYbiVit .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sduWYbiVit .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sduWYbiVit .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sduWYbiVit .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sduWYbiVit .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sduWYbiVit .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sduWYbiVit .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sduWYbiVit .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sduWYbiVit .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sduWYbiVit .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sduWYbiVit .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sduWYbiVit .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sduWYbiVit .dropdown-item,
.cid-sduWYbiVit .nav-link,
.cid-sduWYbiVit .brand-name {
  font-style: normal;
}
.cid-sduWYbiVit .dropdown-item:hover,
.cid-sduWYbiVit .nav-link:hover,
.cid-sduWYbiVit .brand-name:hover {
  color: #279e64 !important;
}
.cid-sduWYbiVit .dropdown-menu {
  background-color: #ffffff;
}
.cid-sduWYbiVit .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sduWYbiVit .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-sduWYbiVit .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sduWYbiVit .nav-item {
  position: relative;
}
.cid-sduWYbiVit .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sduWYbiVit .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sduWYbiVit .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sduWYbiVit .nav-link {
    line-height: 6.13;
  }
  .cid-sduWYbiVit .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sduWYbiVit .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sduWYbiVit .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-sduWYbiVit .content-text {
  margin-bottom: 0;
}
.cid-sduWYbiVit .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sduWYbiVit .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sduWYbiVit .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sduWYbiVit .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sduWYbiVit .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sduWYbiVit .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sduWYbiVit .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sduWYbiVit .content-right-side {
  text-align: center;
}
.cid-sduWYbiVit .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sduWYbiVit .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sduWYbiVit .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sduWYbiVit .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-sduWYbiVit .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sduWYbiVit .info-widget:first-child {
  margin-left: 0;
}
.cid-sduWYbiVit .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sduWYbiVit .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sduWYbiVit .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sduWYbiVit .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sduWYbiVit .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sduWYbiVit .navbar {
    display: block;
    padding: 0;
  }
  .cid-sduWYbiVit .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sduWYbiVit .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-sduWYbiVit .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sduWYbiVit .navbar-toggler {
    display: none;
  }
  .cid-sduWYbiVit .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-sduWYbiVit .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sduWYbiVit .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sduWYbiVit .btn-sm {
  padding: 13px 29px;
}
.cid-sduWYbiVit .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sduWYbiVit .btn::after {
  background-color: #83868c;
  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-sduWYbiVit .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sduWYbiVit .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sduWYbiVit .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sduWYbiVit .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sduWYbiVit .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sduWYbiVit .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sduWYbiVit .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sduWYbiVit .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sduWYbiVit .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sduWYbiVit .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sduWYbiVit .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sduWYbiVit .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sduWYbiVit .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sduWYbiVit .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sduWYbiVit .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sduWYbiVit .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sduWYbiVit .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sduWYbiVit .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sduWYbiVit .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sduWYbiVit button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sduWYbiVit button.navbar-toggler:focus {
  outline: none;
}
.cid-sduWYbiVit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sduWYbiVit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sduWYbiVit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sduWYbiVit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sduWYbiVit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sduWYbiVit nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sduWYbiVit nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sduWYbiVit nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sduWYbiVit nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sduWYbiVit .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sduWYbiVit .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sduWYbiVit .collapsed .btn {
  display: flex;
}
.cid-sduWYbiVit .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sduWYbiVit .collapsed .navbar-collapse.collapsing,
.cid-sduWYbiVit .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sduWYbiVit .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sduWYbiVit .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sduWYbiVit .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sduWYbiVit .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sduWYbiVit .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sduWYbiVit .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sduWYbiVit .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sduWYbiVit .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sduWYbiVit .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sduWYbiVit .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sduWYbiVit .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sduWYbiVit .collapsed button.navbar-toggler {
  display: block;
}
.cid-sduWYbiVit .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sduWYbiVit .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sduWYbiVit .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-sduWYbiVit .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sduWYbiVit .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sduWYbiVit .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-sduWYbiVit .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sduWYbiVit .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sduWYbiVit .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sduWYbiVit .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sduWYbiVit .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sduWYbiVit .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-sduWYbiVit .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sduWYbiVit .navbar-collapse.collapsing,
  .cid-sduWYbiVit .navbar-collapse.show {
    display: block !important;
  }
  .cid-sduWYbiVit .navbar-collapse.collapsing .navbar-nav,
  .cid-sduWYbiVit .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sduWYbiVit .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sduWYbiVit .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sduWYbiVit .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sduWYbiVit .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sduWYbiVit .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sduWYbiVit .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sduWYbiVit .navbar-collapse.collapsing .navbar-buttons,
  .cid-sduWYbiVit .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sduWYbiVit .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sduWYbiVit .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sduWYbiVit img {
    height: 3.8rem !important;
  }
  .cid-sduWYbiVit .btn {
    display: flex;
  }
  .cid-sduWYbiVit button.navbar-toggler {
    display: block;
  }
  .cid-sduWYbiVit .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sduWYbiVit .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sduWYbiVit .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-sduWYbiVit .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sduWYbiVit .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sduWYbiVit .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-sduWYbiVit .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sduWYbiVit .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sduWYbiVit .navbar-toggler {
  position: relative;
}
.cid-sduWYbiVit .dropdown-item.active,
.cid-sduWYbiVit .dropdown-item:active {
  color: initial;
}
.cid-sduWYbiVit .widget-title {
  color: #83868c;
}
.cid-sduWYbiVit .widget-text {
  color: #83868c;
}
.cid-sduWYbiVit .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sduWYbiVit .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sduWYbiVit .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sduWYbiVit .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -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-sduWYbiVit .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sduWYbiVit .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sduWYbiVit .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sduWYbiVit .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sduWYbiVit .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sduWYbiVit .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sduWYbiVit .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sduWYbiVit .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sduWYbiVit .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sduWYbiVit .menu-content-top,
  .cid-sduWYbiVit .menu-bottom {
    padding: 0 15px;
  }
  .cid-sduWYbiVit button.navbar-toggler {
    align-self: center;
  }
}
@-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-sduWYdRGge {
  padding-top: 195px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/01-458x305.jpg");
}
.cid-sduWYdRGge .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sduWYdRGge .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sduWYdRGge .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sduWYdRGge .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sduWYdRGge .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sduWYdRGge .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sduWYdRGge .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sduWYdRGge .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sduWYdRGge .separator,
  .cid-sduWYdRGge .sep-holder,
  .cid-sduWYdRGge .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sduWYdRGge .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sduWYdRGge .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sduWYdRGge .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sduWYdRGge .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sduWYdRGge .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 0.9rem;
  margin: auto;
  color: #ffffff;
}
.cid-sduWYdRGge .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sduWYdRGge .items .list-item:last-child .listico {
  display: none;
}
.cid-sfk1OrvxkB {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sfk1OrvxkB .google-map {
  height: 25rem;
  position: relative;
}
.cid-sfk1OrvxkB .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sfk1OrvxkB .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sfk1OrvxkB .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sfk1OrvxkB .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sfk1OrvxkB .wrapper {
  margin-top: -10rem;
  background: #ffffff;
  -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-sfk1OrvxkB .form-container {
  padding: 3rem;
}
.cid-sfk1OrvxkB .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-sfk1OrvxkB .content-panel {
  padding: 2rem;
  background: linear-gradient(45deg, #4284df, #1dc9cb);
  height: 100%;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  overflow: hidden;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sfk1OrvxkB .mbr-text {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-sfk1OrvxkB .form-group,
  .cid-sfk1OrvxkB .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-sfk1OrvxkB .form-control {
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
  padding: .5rem 1rem;
  background-color: #ffffff;
  border: 1px solid #efefef;
  color: #565656;
  border-radius: .25rem;
  font-size: 1rem;
  line-height: 1.43;
}
.cid-sfk1OrvxkB .form-control:focus,
.cid-sfk1OrvxkB .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
}
.cid-sfk1OrvxkB textarea.form-control {
  min-height: 170px;
}
.cid-sfk1OrvxkB .form-group {
  margin-bottom: 1rem;
}
.cid-sfk1OrvxkB input::-webkit-input-placeholder,
.cid-sfk1OrvxkB textarea::-webkit-input-placeholder {
  color: #565656;
}
.cid-sfk1OrvxkB input:-moz-placeholder,
.cid-sfk1OrvxkB textarea:-moz-placeholder {
  color: #565656;
}
.cid-sfk1OrvxkB .jq-selectbox li,
.cid-sfk1OrvxkB .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sfk1OrvxkB .jq-selectbox li:hover,
.cid-sfk1OrvxkB .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sfk1OrvxkB .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sfk1OrvxkB .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sfk1OrvxkB .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-sfk1OrvxkB .text-block {
    margin-bottom: 2rem;
  }
  .cid-sfk1OrvxkB .wrapper {
    margin-top: 0;
  }
}
.cid-sfk1OrvxkB .social-list {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sfk1OrvxkB .social-list .mbr-iconfont-social {
  font-size: 1.2rem;
  color: #fff;
}
.cid-sfk1OrvxkB .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sfk1OrvxkB .social-list .soc-item {
  margin: 15px 3px 0px 3px;
}
.cid-sfk1OrvxkB .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sfk1OrvxkB .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sfk1OrvxkB .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sduWYlxyXk {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffc600;
}
.cid-sduWYlxyXk .content-inner .left-content {
  display: block;
}
.cid-sduWYlxyXk .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sduWYlxyXk .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sduWYlxyXk .content-inner .right-content {
  display: block;
}
.cid-sduWYlxyXk .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sduWYlxyXk .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sduWYlxyXk .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sduWYlxyXk .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #ffc600 !important;
  border-color: #ffc600 !important;
}
@media (max-width: 991px) {
  .cid-sduWYlxyXk .content-inner {
    justify-content: center !important;
  }
  .cid-sduWYlxyXk * {
    text-align: center;
  }
}
.cid-sduWYo96Lm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sduWYo96Lm .stats-item {
  padding: 80px 10px;
  background-color: #13287d;
  display: flex;
  justify-content: center;
}
.cid-sduWYo96Lm .stats-item:hover .mbr-iconfont::before {
  -webkit-animation: updown 0.45s ease-in-out 0.1s;
  animation: updown 0.45s ease-in-out 0.1s;
  display: block;
}
.cid-sduWYo96Lm .stats-item > span {
  transition: all 0.3s ease-in-out;
}
.cid-sduWYo96Lm .heading {
  color: #ffffff;
}
.cid-sduWYo96Lm .counter {
  text-align: center;
  color: #ffffff;
}
.cid-sduWYo96Lm .mbr-iconfont {
  font-size: 45px;
  align-self: center;
  margin-bottom: 22px;
  border: 2px dashed #ffffff;
  border-radius: 50%;
  padding: 35.5px;
}
.cid-sduWYo96Lm .mbr-card-title,
.cid-sduWYo96Lm .mbr-iconfont {
  text-align: center;
  color: #ffffff;
  display: block;
}
@media (max-width: 768px) {
  .cid-sduWYo96Lm .stats-item {
    padding: 30px 25px;
  }
}
@-webkit-keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-sduWYq4dbh {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sduWYq4dbh .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sduWYq4dbh .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sduWYq4dbh .mbr-text {
  color: #83868c;
}
.cid-sduWYq4dbh .phone-word {
  color: #279e64;
}
.cid-sduWYq4dbh .text-link {
  transition: all 0.3s ease-in;
}
.cid-sduWYq4dbh .text-link:hover {
  color: #279e64 !important;
}
.cid-sduWYq4dbh img {
  height: 100px;
  padding-right: 8px;
}
.cid-sduWYq4dbh .img1 {
  color: #279e64;
}
.cid-sduWYq4dbh .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sduWYq4dbh .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sduWYq4dbh .content .link-wrap {
  color: red;
}
.cid-sduWYq4dbh .content .date-wrap {
  color: #13287d;
}
.cid-sduWYq4dbh .item,
.cid-sduWYq4dbh .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sduWYq4dbh .item h4,
.cid-sduWYq4dbh .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sduWYq4dbh .link {
  transition: all 0.3s ease-in;
}
.cid-sduWYq4dbh .link .card-img {
  padding-bottom: 3px;
}
.cid-sduWYq4dbh .link:hover .card-img span {
  color: #279e64;
}
.cid-sduWYq4dbh .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sduWYq4dbh .item .card-img {
  width: auto;
}
.cid-sduWYq4dbh .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sduWYq4dbh .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sduWYq4dbh h5 {
    text-align: left !important;
  }
  .cid-sduWYq4dbh .line-wrap {
    text-align: left !important;
  }
}
.cid-sduWYq4dbh .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sduWYq4dbh .item-title:hover {
  color: #279e64;
}
.cid-sduWYq4dbh .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sduWYq4dbh .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sduWYq4dbh .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sduWYq4dbh .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sduWYq4dbh .btn[class*="-outline"]:active,
.cid-sduWYq4dbh .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sduWYq4dbh .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sduWYq4dbh .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sduWYq4dbh .pre-form {
  color: #83868c;
}
.cid-sduWYq4dbh .form-group,
.cid-sduWYq4dbh .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sduWYq4dbh .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-sduWYq4dbh .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sduWYq4dbh .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sduWYq4dbh .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sduWYq4dbh .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sduWYq4dbh .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sduWYq4dbh .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sduWYq4dbh .dragArea {
  flex-direction: column;
}
.cid-sduWYq4dbh .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sfk6ch3P98 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sfk6ch3P98 .navbar-fixed-top {
  padding-top: 0;
}
.cid-sfk6ch3P98 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sfk6ch3P98 .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sfk6ch3P98 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sfk6ch3P98 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sfk6ch3P98 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sfk6ch3P98 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sfk6ch3P98 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sfk6ch3P98 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sfk6ch3P98 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sfk6ch3P98 .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sfk6ch3P98 .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sfk6ch3P98 .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sfk6ch3P98 .dropdown-item,
.cid-sfk6ch3P98 .nav-link,
.cid-sfk6ch3P98 .brand-name {
  font-style: normal;
}
.cid-sfk6ch3P98 .dropdown-item:hover,
.cid-sfk6ch3P98 .nav-link:hover,
.cid-sfk6ch3P98 .brand-name:hover {
  color: #279e64 !important;
}
.cid-sfk6ch3P98 .dropdown-menu {
  background-color: #ffffff;
}
.cid-sfk6ch3P98 .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sfk6ch3P98 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-sfk6ch3P98 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sfk6ch3P98 .nav-item {
  position: relative;
}
.cid-sfk6ch3P98 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sfk6ch3P98 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sfk6ch3P98 .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sfk6ch3P98 .nav-link {
    line-height: 6.13;
  }
  .cid-sfk6ch3P98 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sfk6ch3P98 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sfk6ch3P98 .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-sfk6ch3P98 .content-text {
  margin-bottom: 0;
}
.cid-sfk6ch3P98 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sfk6ch3P98 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sfk6ch3P98 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sfk6ch3P98 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sfk6ch3P98 .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sfk6ch3P98 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfk6ch3P98 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sfk6ch3P98 .content-right-side {
  text-align: center;
}
.cid-sfk6ch3P98 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sfk6ch3P98 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sfk6ch3P98 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sfk6ch3P98 .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-sfk6ch3P98 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sfk6ch3P98 .info-widget:first-child {
  margin-left: 0;
}
.cid-sfk6ch3P98 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sfk6ch3P98 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sfk6ch3P98 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sfk6ch3P98 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sfk6ch3P98 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sfk6ch3P98 .navbar {
    display: block;
    padding: 0;
  }
  .cid-sfk6ch3P98 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sfk6ch3P98 .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-sfk6ch3P98 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sfk6ch3P98 .navbar-toggler {
    display: none;
  }
  .cid-sfk6ch3P98 .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-sfk6ch3P98 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sfk6ch3P98 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sfk6ch3P98 .btn-sm {
  padding: 13px 29px;
}
.cid-sfk6ch3P98 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sfk6ch3P98 .btn::after {
  background-color: #83868c;
  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-sfk6ch3P98 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sfk6ch3P98 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sfk6ch3P98 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sfk6ch3P98 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sfk6ch3P98 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sfk6ch3P98 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sfk6ch3P98 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sfk6ch3P98 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sfk6ch3P98 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfk6ch3P98 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sfk6ch3P98 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sfk6ch3P98 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sfk6ch3P98 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sfk6ch3P98 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sfk6ch3P98 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sfk6ch3P98 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sfk6ch3P98 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sfk6ch3P98 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sfk6ch3P98 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sfk6ch3P98 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sfk6ch3P98 button.navbar-toggler:focus {
  outline: none;
}
.cid-sfk6ch3P98 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sfk6ch3P98 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sfk6ch3P98 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sfk6ch3P98 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sfk6ch3P98 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sfk6ch3P98 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sfk6ch3P98 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sfk6ch3P98 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sfk6ch3P98 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sfk6ch3P98 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sfk6ch3P98 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sfk6ch3P98 .collapsed .btn {
  display: flex;
}
.cid-sfk6ch3P98 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sfk6ch3P98 .collapsed .navbar-collapse.collapsing,
.cid-sfk6ch3P98 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sfk6ch3P98 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sfk6ch3P98 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sfk6ch3P98 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sfk6ch3P98 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sfk6ch3P98 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sfk6ch3P98 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sfk6ch3P98 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sfk6ch3P98 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sfk6ch3P98 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sfk6ch3P98 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sfk6ch3P98 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sfk6ch3P98 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sfk6ch3P98 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sfk6ch3P98 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sfk6ch3P98 .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-sfk6ch3P98 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sfk6ch3P98 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sfk6ch3P98 .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-sfk6ch3P98 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sfk6ch3P98 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sfk6ch3P98 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sfk6ch3P98 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sfk6ch3P98 .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sfk6ch3P98 .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-sfk6ch3P98 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sfk6ch3P98 .navbar-collapse.collapsing,
  .cid-sfk6ch3P98 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sfk6ch3P98 .navbar-collapse.collapsing .navbar-nav,
  .cid-sfk6ch3P98 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sfk6ch3P98 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sfk6ch3P98 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sfk6ch3P98 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sfk6ch3P98 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sfk6ch3P98 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sfk6ch3P98 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sfk6ch3P98 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sfk6ch3P98 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sfk6ch3P98 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sfk6ch3P98 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sfk6ch3P98 img {
    height: 3.8rem !important;
  }
  .cid-sfk6ch3P98 .btn {
    display: flex;
  }
  .cid-sfk6ch3P98 button.navbar-toggler {
    display: block;
  }
  .cid-sfk6ch3P98 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sfk6ch3P98 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sfk6ch3P98 .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-sfk6ch3P98 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sfk6ch3P98 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sfk6ch3P98 .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-sfk6ch3P98 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sfk6ch3P98 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sfk6ch3P98 .navbar-toggler {
  position: relative;
}
.cid-sfk6ch3P98 .dropdown-item.active,
.cid-sfk6ch3P98 .dropdown-item:active {
  color: initial;
}
.cid-sfk6ch3P98 .widget-title {
  color: #83868c;
}
.cid-sfk6ch3P98 .widget-text {
  color: #83868c;
}
.cid-sfk6ch3P98 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sfk6ch3P98 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sfk6ch3P98 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sfk6ch3P98 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -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-sfk6ch3P98 .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sfk6ch3P98 .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sfk6ch3P98 .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sfk6ch3P98 .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sfk6ch3P98 .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sfk6ch3P98 .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sfk6ch3P98 .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sfk6ch3P98 .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sfk6ch3P98 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sfk6ch3P98 .menu-content-top,
  .cid-sfk6ch3P98 .menu-bottom {
    padding: 0 15px;
  }
  .cid-sfk6ch3P98 button.navbar-toggler {
    align-self: center;
  }
}
@-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-sfk6ciVyEw {
  padding-top: 195px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/01-458x305.jpg");
}
.cid-sfk6ciVyEw .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sfk6ciVyEw .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sfk6ciVyEw .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sfk6ciVyEw .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sfk6ciVyEw .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sfk6ciVyEw .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sfk6ciVyEw .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sfk6ciVyEw .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sfk6ciVyEw .separator,
  .cid-sfk6ciVyEw .sep-holder,
  .cid-sfk6ciVyEw .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sfk6ciVyEw .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sfk6ciVyEw .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sfk6ciVyEw .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sfk6ciVyEw .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sfk6ciVyEw .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 0.9rem;
  margin: auto;
  color: #ffffff;
}
.cid-sfk6ciVyEw .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sfk6ciVyEw .items .list-item:last-child .listico {
  display: none;
}
.cid-sfksHx3Mog {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eeeff2;
}
.cid-sfksHx3Mog .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sfksHx3Mog .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sfksHx3Mog .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sfksHx3Mog .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sfksHx3Mog .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-sfksHx3Mog .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sfksHx3Mog .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sfksHx3Mog .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sfksHx3Mog .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sfksHx3Mog .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sfksHx3Mog .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sfksHx3Mog .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sfksHx3Mog .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sfksHx3Mog .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-sfksHx3Mog .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sfksHx3Mog .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sfksHx3Mog .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-sfksHx3Mog .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sfksHx3Mog .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-sfksHx3Mog .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-sfksHx3Mog .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sfksHx3Mog .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sfksHx3Mog .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sfksHx3Mog * {
    text-align: left;
  }
}
.cid-sfkt6drj85 {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sfkt6drj85 .main-row {
  flex-direction: row-reverse;
}
.cid-sfkt6drj85 .mbr-section-subtitle {
  color: #279e64;
}
.cid-sfkt6drj85 .mbr-section-title {
  text-align: left;
  color: #13287d;
}
.cid-sfkt6drj85 .mbr-text {
  color: #83868c;
}
.cid-sfkt6drj85 .mbr-section-btn {
  margin-top: 40px;
}
.cid-sfkt6drj85 .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-sfkt6drj85 .mbr-list {
  color: #83868c;
}
.cid-sfkt6drj85 .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-sfkt6drj85 .mbr-list .list {
    text-align: left;
  }
}
.cid-sfkt6drj85 .mbr-list .list li {
  line-height: 1.8;
  padding-bottom: 14px;
  margin-top: 14px;
  font-weight: 400;
}
.cid-sfkt6drj85 .mbr-list .list li:first-child {
  margin-top: 0;
}
.cid-sfkt6drj85 .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  content: "\e97c";
  font-family: 'Moririse2' !important;
  text-align: center;
  line-height: 1em;
  transition: all 0.3s;
  margin-right: 11.25px;
  border-radius: 50%;
  padding: 5px;
  background-color: #279e64;
}
@media (max-width: 768px) {
  .cid-sfkt6drj85 * {
    text-align: left;
  }
}
.cid-sfk7MivtmK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e9e9e9;
}
.cid-sfk7MivtmK .container-fluid {
  padding: 0 3rem;
}
.cid-sfk7MivtmK .mbr-section-subtitle {
  color: #767676;
}
.cid-sfk7MivtmK .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sfk7MivtmK .table-wrapper {
  margin: 0 auto;
}
.cid-sfk7MivtmK table {
  width: 88% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sfk7MivtmK table thead tr {
  border: none !important;
}
.cid-sfk7MivtmK table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #000000;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sfk7MivtmK table tr td {
  border-color: #1b1a1a;
}
.cid-sfk7MivtmK table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sfk7MivtmK tr:hover {
  background-color: #ffffff !important;
}
.cid-sfk7MivtmK th:after,
.cid-sfk7MivtmK th:before {
  display: none !important;
}
.cid-sfk7MivtmK .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sfk7MivtmK .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sfk7MivtmK table th,
  .cid-sfk7MivtmK table td {
    padding: .75rem;
  }
}
.cid-sfk7MivtmK .body-item {
  text-align: left;
}
.cid-sfk7MivtmK .mbr-text {
  color: #767676;
}
.cid-sfk7MivtmK .head-item {
  color: #232323;
}
.cid-sfk7MivtmK .mbr-section-title,
.cid-sfk7MivtmK .head-item {
  color: #14287f;
}
.cid-sfktAdZSBd {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sfktAdZSBd .main-row {
  flex-direction: row-reverse;
}
.cid-sfktAdZSBd .mbr-section-subtitle {
  color: #279e64;
}
.cid-sfktAdZSBd .mbr-section-title {
  text-align: left;
  color: #13287d;
}
.cid-sfktAdZSBd .mbr-text {
  color: #83868c;
}
.cid-sfktAdZSBd .mbr-section-btn {
  margin-top: 40px;
}
.cid-sfktAdZSBd .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-sfktAdZSBd .mbr-list {
  color: #83868c;
}
.cid-sfktAdZSBd .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-sfktAdZSBd .mbr-list .list {
    text-align: left;
  }
}
.cid-sfktAdZSBd .mbr-list .list li {
  line-height: 1.8;
  padding-bottom: 14px;
  margin-top: 14px;
  font-weight: 400;
}
.cid-sfktAdZSBd .mbr-list .list li:first-child {
  margin-top: 0;
}
.cid-sfktAdZSBd .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  content: "\e97c";
  font-family: 'Moririse2' !important;
  text-align: center;
  line-height: 1em;
  transition: all 0.3s;
  margin-right: 11.25px;
  border-radius: 50%;
  padding: 5px;
  background-color: #279e64;
}
@media (max-width: 768px) {
  .cid-sfktAdZSBd * {
    text-align: left;
  }
}
.cid-sfknr9Kcrv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e9e9e9;
}
.cid-sfknr9Kcrv .container-fluid {
  padding: 0 3rem;
}
.cid-sfknr9Kcrv .mbr-section-subtitle {
  color: #767676;
}
.cid-sfknr9Kcrv .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sfknr9Kcrv .table-wrapper {
  margin: 0 auto;
}
.cid-sfknr9Kcrv table {
  width: 88% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sfknr9Kcrv table thead tr {
  border: none !important;
}
.cid-sfknr9Kcrv table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #000000;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sfknr9Kcrv table tr td {
  border-color: #1b1a1a;
}
.cid-sfknr9Kcrv table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sfknr9Kcrv tr:hover {
  background-color: #ffffff !important;
}
.cid-sfknr9Kcrv th:after,
.cid-sfknr9Kcrv th:before {
  display: none !important;
}
.cid-sfknr9Kcrv .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sfknr9Kcrv .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sfknr9Kcrv table th,
  .cid-sfknr9Kcrv table td {
    padding: .75rem;
  }
}
.cid-sfknr9Kcrv .body-item {
  text-align: left;
}
.cid-sfknr9Kcrv .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-sfknr9Kcrv .head-item {
  color: #232323;
  text-align: left;
}
.cid-sfknr9Kcrv .mbr-section-title,
.cid-sfknr9Kcrv .head-item {
  color: #14287f;
}
.cid-sfkqLMsxVl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sfkqLMsxVl .container-fluid {
  padding: 0 3rem;
}
.cid-sfkqLMsxVl .mbr-section-subtitle {
  color: #767676;
}
.cid-sfkqLMsxVl .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sfkqLMsxVl .table-wrapper {
  margin: 0 auto;
}
.cid-sfkqLMsxVl table {
  width: 88% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sfkqLMsxVl table thead tr {
  border: none !important;
}
.cid-sfkqLMsxVl table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sfkqLMsxVl table tr td {
  border-color: #c1c1c1;
}
.cid-sfkqLMsxVl table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sfkqLMsxVl tr:hover {
  background-color: #ffffff !important;
}
.cid-sfkqLMsxVl th:after,
.cid-sfkqLMsxVl th:before {
  display: none !important;
}
.cid-sfkqLMsxVl .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sfkqLMsxVl .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sfkqLMsxVl table th,
  .cid-sfkqLMsxVl table td {
    padding: .75rem;
  }
}
.cid-sfkqLMsxVl .body-item {
  text-align: center;
  color: #1b1a1a;
}
.cid-sfkqLMsxVl .mbr-text {
  color: #767676;
}
.cid-sfkqLMsxVl .head-item {
  color: #232323;
}
.cid-sfkqLMsxVl .mbr-section-title,
.cid-sfkqLMsxVl .head-item {
  color: #14287f;
}
.cid-sfku0WtYs2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e9e9e9;
}
.cid-sfku0WtYs2 .container-fluid {
  padding: 0 3rem;
}
.cid-sfku0WtYs2 .mbr-section-subtitle {
  color: #767676;
}
.cid-sfku0WtYs2 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sfku0WtYs2 .table-wrapper {
  margin: 0 auto;
}
.cid-sfku0WtYs2 table {
  width: 88% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sfku0WtYs2 table thead tr {
  border: none !important;
}
.cid-sfku0WtYs2 table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sfku0WtYs2 table tr td {
  border-color: #c1c1c1;
}
.cid-sfku0WtYs2 table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sfku0WtYs2 tr:hover {
  background-color: #ffffff !important;
}
.cid-sfku0WtYs2 th:after,
.cid-sfku0WtYs2 th:before {
  display: none !important;
}
.cid-sfku0WtYs2 .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sfku0WtYs2 .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sfku0WtYs2 table th,
  .cid-sfku0WtYs2 table td {
    padding: .75rem;
  }
}
.cid-sfku0WtYs2 .body-item {
  text-align: left;
}
.cid-sfku0WtYs2 .mbr-text {
  color: #767676;
}
.cid-sfku0WtYs2 .head-item {
  color: #232323;
  text-align: left;
}
.cid-sfku0WtYs2 .mbr-section-title,
.cid-sfku0WtYs2 .head-item {
  color: #14287f;
}
.cid-sfkwPbJpLH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sfkwPbJpLH .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sfkwPbJpLH .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sfkwPbJpLH .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sfkwPbJpLH .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sfkwPbJpLH .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-sfkwPbJpLH .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sfkwPbJpLH .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sfkwPbJpLH .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sfkwPbJpLH .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sfkwPbJpLH .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sfkwPbJpLH .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sfkwPbJpLH .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sfkwPbJpLH .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sfkwPbJpLH .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-sfkwPbJpLH .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sfkwPbJpLH .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sfkwPbJpLH .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-sfkwPbJpLH .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sfkwPbJpLH .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-sfkwPbJpLH .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-sfkwPbJpLH .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sfkwPbJpLH .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sfkwPbJpLH .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sfkwPbJpLH * {
    text-align: left;
  }
}
.cid-sfk6cnZSlS {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffc600;
}
.cid-sfk6cnZSlS .content-inner .left-content {
  display: block;
}
.cid-sfk6cnZSlS .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sfk6cnZSlS .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sfk6cnZSlS .content-inner .right-content {
  display: block;
}
.cid-sfk6cnZSlS .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sfk6cnZSlS .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sfk6cnZSlS .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sfk6cnZSlS .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #ffc600 !important;
  border-color: #ffc600 !important;
}
@media (max-width: 991px) {
  .cid-sfk6cnZSlS .content-inner {
    justify-content: center !important;
  }
  .cid-sfk6cnZSlS * {
    text-align: center;
  }
}
.cid-sfk6coURek {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sfk6coURek .stats-item {
  padding: 80px 10px;
  background-color: #13287d;
  display: flex;
  justify-content: center;
}
.cid-sfk6coURek .stats-item:hover .mbr-iconfont::before {
  -webkit-animation: updown 0.45s ease-in-out 0.1s;
  animation: updown 0.45s ease-in-out 0.1s;
  display: block;
}
.cid-sfk6coURek .stats-item > span {
  transition: all 0.3s ease-in-out;
}
.cid-sfk6coURek .heading {
  color: #ffffff;
}
.cid-sfk6coURek .counter {
  text-align: center;
  color: #ffffff;
}
.cid-sfk6coURek .mbr-iconfont {
  font-size: 45px;
  align-self: center;
  margin-bottom: 22px;
  border: 2px dashed #ffffff;
  border-radius: 50%;
  padding: 35.5px;
}
.cid-sfk6coURek .mbr-card-title,
.cid-sfk6coURek .mbr-iconfont {
  text-align: center;
  color: #ffffff;
  display: block;
}
@media (max-width: 768px) {
  .cid-sfk6coURek .stats-item {
    padding: 30px 25px;
  }
}
@-webkit-keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-sfk6cqh6eM {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sfk6cqh6eM .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sfk6cqh6eM .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sfk6cqh6eM .mbr-text {
  color: #83868c;
}
.cid-sfk6cqh6eM .phone-word {
  color: #279e64;
}
.cid-sfk6cqh6eM .text-link {
  transition: all 0.3s ease-in;
}
.cid-sfk6cqh6eM .text-link:hover {
  color: #279e64 !important;
}
.cid-sfk6cqh6eM img {
  height: 100px;
  padding-right: 8px;
}
.cid-sfk6cqh6eM .img1 {
  color: #279e64;
}
.cid-sfk6cqh6eM .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sfk6cqh6eM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sfk6cqh6eM .content .link-wrap {
  color: red;
}
.cid-sfk6cqh6eM .content .date-wrap {
  color: #13287d;
}
.cid-sfk6cqh6eM .item,
.cid-sfk6cqh6eM .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sfk6cqh6eM .item h4,
.cid-sfk6cqh6eM .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sfk6cqh6eM .link {
  transition: all 0.3s ease-in;
}
.cid-sfk6cqh6eM .link .card-img {
  padding-bottom: 3px;
}
.cid-sfk6cqh6eM .link:hover .card-img span {
  color: #279e64;
}
.cid-sfk6cqh6eM .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sfk6cqh6eM .item .card-img {
  width: auto;
}
.cid-sfk6cqh6eM .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sfk6cqh6eM .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sfk6cqh6eM h5 {
    text-align: left !important;
  }
  .cid-sfk6cqh6eM .line-wrap {
    text-align: left !important;
  }
}
.cid-sfk6cqh6eM .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sfk6cqh6eM .item-title:hover {
  color: #279e64;
}
.cid-sfk6cqh6eM .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sfk6cqh6eM .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sfk6cqh6eM .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sfk6cqh6eM .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sfk6cqh6eM .btn[class*="-outline"]:active,
.cid-sfk6cqh6eM .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sfk6cqh6eM .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sfk6cqh6eM .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sfk6cqh6eM .pre-form {
  color: #83868c;
}
.cid-sfk6cqh6eM .form-group,
.cid-sfk6cqh6eM .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sfk6cqh6eM .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-sfk6cqh6eM .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sfk6cqh6eM .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sfk6cqh6eM .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sfk6cqh6eM .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sfk6cqh6eM .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sfk6cqh6eM .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sfk6cqh6eM .dragArea {
  flex-direction: column;
}
.cid-sfk6cqh6eM .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sfkxD3A7uj .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sfkxD3A7uj .navbar-fixed-top {
  padding-top: 0;
}
.cid-sfkxD3A7uj .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sfkxD3A7uj .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sfkxD3A7uj .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sfkxD3A7uj .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sfkxD3A7uj .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sfkxD3A7uj .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sfkxD3A7uj .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sfkxD3A7uj .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sfkxD3A7uj .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sfkxD3A7uj .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sfkxD3A7uj .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sfkxD3A7uj .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sfkxD3A7uj .dropdown-item,
.cid-sfkxD3A7uj .nav-link,
.cid-sfkxD3A7uj .brand-name {
  font-style: normal;
}
.cid-sfkxD3A7uj .dropdown-item:hover,
.cid-sfkxD3A7uj .nav-link:hover,
.cid-sfkxD3A7uj .brand-name:hover {
  color: #279e64 !important;
}
.cid-sfkxD3A7uj .dropdown-menu {
  background-color: #ffffff;
}
.cid-sfkxD3A7uj .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sfkxD3A7uj .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-sfkxD3A7uj .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sfkxD3A7uj .nav-item {
  position: relative;
}
.cid-sfkxD3A7uj .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sfkxD3A7uj .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sfkxD3A7uj .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sfkxD3A7uj .nav-link {
    line-height: 6.13;
  }
  .cid-sfkxD3A7uj .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sfkxD3A7uj .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sfkxD3A7uj .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-sfkxD3A7uj .content-text {
  margin-bottom: 0;
}
.cid-sfkxD3A7uj .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sfkxD3A7uj .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sfkxD3A7uj .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sfkxD3A7uj .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sfkxD3A7uj .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sfkxD3A7uj .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfkxD3A7uj .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sfkxD3A7uj .content-right-side {
  text-align: center;
}
.cid-sfkxD3A7uj .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sfkxD3A7uj .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sfkxD3A7uj .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sfkxD3A7uj .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-sfkxD3A7uj .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sfkxD3A7uj .info-widget:first-child {
  margin-left: 0;
}
.cid-sfkxD3A7uj .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sfkxD3A7uj .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sfkxD3A7uj .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sfkxD3A7uj .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sfkxD3A7uj .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sfkxD3A7uj .navbar {
    display: block;
    padding: 0;
  }
  .cid-sfkxD3A7uj .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sfkxD3A7uj .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-sfkxD3A7uj .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sfkxD3A7uj .navbar-toggler {
    display: none;
  }
  .cid-sfkxD3A7uj .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-sfkxD3A7uj .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sfkxD3A7uj .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sfkxD3A7uj .btn-sm {
  padding: 13px 29px;
}
.cid-sfkxD3A7uj .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sfkxD3A7uj .btn::after {
  background-color: #83868c;
  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-sfkxD3A7uj .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sfkxD3A7uj .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sfkxD3A7uj .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sfkxD3A7uj .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sfkxD3A7uj .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sfkxD3A7uj .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sfkxD3A7uj .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sfkxD3A7uj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sfkxD3A7uj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfkxD3A7uj .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sfkxD3A7uj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sfkxD3A7uj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sfkxD3A7uj .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sfkxD3A7uj .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sfkxD3A7uj .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sfkxD3A7uj .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sfkxD3A7uj .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sfkxD3A7uj .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sfkxD3A7uj .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sfkxD3A7uj button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sfkxD3A7uj button.navbar-toggler:focus {
  outline: none;
}
.cid-sfkxD3A7uj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sfkxD3A7uj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sfkxD3A7uj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sfkxD3A7uj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sfkxD3A7uj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sfkxD3A7uj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sfkxD3A7uj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sfkxD3A7uj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sfkxD3A7uj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sfkxD3A7uj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sfkxD3A7uj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sfkxD3A7uj .collapsed .btn {
  display: flex;
}
.cid-sfkxD3A7uj .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sfkxD3A7uj .collapsed .navbar-collapse.collapsing,
.cid-sfkxD3A7uj .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sfkxD3A7uj .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sfkxD3A7uj .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sfkxD3A7uj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sfkxD3A7uj .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sfkxD3A7uj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sfkxD3A7uj .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sfkxD3A7uj .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sfkxD3A7uj .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sfkxD3A7uj .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sfkxD3A7uj .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sfkxD3A7uj .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sfkxD3A7uj .collapsed button.navbar-toggler {
  display: block;
}
.cid-sfkxD3A7uj .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sfkxD3A7uj .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sfkxD3A7uj .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-sfkxD3A7uj .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sfkxD3A7uj .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sfkxD3A7uj .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-sfkxD3A7uj .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sfkxD3A7uj .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sfkxD3A7uj .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sfkxD3A7uj .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sfkxD3A7uj .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sfkxD3A7uj .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-sfkxD3A7uj .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sfkxD3A7uj .navbar-collapse.collapsing,
  .cid-sfkxD3A7uj .navbar-collapse.show {
    display: block !important;
  }
  .cid-sfkxD3A7uj .navbar-collapse.collapsing .navbar-nav,
  .cid-sfkxD3A7uj .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sfkxD3A7uj .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sfkxD3A7uj .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sfkxD3A7uj .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sfkxD3A7uj .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sfkxD3A7uj .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sfkxD3A7uj .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sfkxD3A7uj .navbar-collapse.collapsing .navbar-buttons,
  .cid-sfkxD3A7uj .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sfkxD3A7uj .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sfkxD3A7uj .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sfkxD3A7uj img {
    height: 3.8rem !important;
  }
  .cid-sfkxD3A7uj .btn {
    display: flex;
  }
  .cid-sfkxD3A7uj button.navbar-toggler {
    display: block;
  }
  .cid-sfkxD3A7uj .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sfkxD3A7uj .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sfkxD3A7uj .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-sfkxD3A7uj .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sfkxD3A7uj .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sfkxD3A7uj .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-sfkxD3A7uj .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sfkxD3A7uj .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sfkxD3A7uj .navbar-toggler {
  position: relative;
}
.cid-sfkxD3A7uj .dropdown-item.active,
.cid-sfkxD3A7uj .dropdown-item:active {
  color: initial;
}
.cid-sfkxD3A7uj .widget-title {
  color: #83868c;
}
.cid-sfkxD3A7uj .widget-text {
  color: #83868c;
}
.cid-sfkxD3A7uj .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sfkxD3A7uj .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sfkxD3A7uj .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sfkxD3A7uj .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -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-sfkxD3A7uj .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sfkxD3A7uj .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sfkxD3A7uj .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sfkxD3A7uj .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sfkxD3A7uj .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sfkxD3A7uj .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sfkxD3A7uj .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sfkxD3A7uj .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sfkxD3A7uj .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sfkxD3A7uj .menu-content-top,
  .cid-sfkxD3A7uj .menu-bottom {
    padding: 0 15px;
  }
  .cid-sfkxD3A7uj button.navbar-toggler {
    align-self: center;
  }
}
@-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-sfkxD5nxz5 {
  padding-top: 195px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/01-458x305.jpg");
}
.cid-sfkxD5nxz5 .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sfkxD5nxz5 .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sfkxD5nxz5 .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sfkxD5nxz5 .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sfkxD5nxz5 .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sfkxD5nxz5 .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sfkxD5nxz5 .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sfkxD5nxz5 .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sfkxD5nxz5 .separator,
  .cid-sfkxD5nxz5 .sep-holder,
  .cid-sfkxD5nxz5 .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sfkxD5nxz5 .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sfkxD5nxz5 .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sfkxD5nxz5 .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sfkxD5nxz5 .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sfkxD5nxz5 .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 0.9rem;
  margin: auto;
  color: #ffffff;
}
.cid-sfkxD5nxz5 .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sfkxD5nxz5 .items .list-item:last-child .listico {
  display: none;
}
.cid-sfkxD7cGU5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eeeff2;
}
.cid-sfkxD7cGU5 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sfkxD7cGU5 .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sfkxD7cGU5 .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sfkxD7cGU5 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sfkxD7cGU5 .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-sfkxD7cGU5 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sfkxD7cGU5 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sfkxD7cGU5 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sfkxD7cGU5 .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sfkxD7cGU5 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sfkxD7cGU5 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sfkxD7cGU5 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sfkxD7cGU5 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sfkxD7cGU5 .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-sfkxD7cGU5 .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sfkxD7cGU5 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sfkxD7cGU5 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-sfkxD7cGU5 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sfkxD7cGU5 .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-sfkxD7cGU5 .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-sfkxD7cGU5 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sfkxD7cGU5 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sfkxD7cGU5 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sfkxD7cGU5 * {
    text-align: left;
  }
}
.cid-sfkxD9d0xR {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sfkxD9d0xR .main-row {
  flex-direction: row-reverse;
}
.cid-sfkxD9d0xR .mbr-section-subtitle {
  color: #279e64;
}
.cid-sfkxD9d0xR .mbr-section-title {
  text-align: left;
  color: #13287d;
}
.cid-sfkxD9d0xR .mbr-text {
  color: #83868c;
}
.cid-sfkxD9d0xR .mbr-section-btn {
  margin-top: 40px;
}
.cid-sfkxD9d0xR .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-sfkxD9d0xR .mbr-list {
  color: #83868c;
}
.cid-sfkxD9d0xR .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-sfkxD9d0xR .mbr-list .list {
    text-align: left;
  }
}
.cid-sfkxD9d0xR .mbr-list .list li {
  line-height: 1.8;
  padding-bottom: 14px;
  margin-top: 14px;
  font-weight: 400;
}
.cid-sfkxD9d0xR .mbr-list .list li:first-child {
  margin-top: 0;
}
.cid-sfkxD9d0xR .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  content: "\e97c";
  font-family: 'Moririse2' !important;
  text-align: center;
  line-height: 1em;
  transition: all 0.3s;
  margin-right: 11.25px;
  border-radius: 50%;
  padding: 5px;
  background-color: #279e64;
}
@media (max-width: 768px) {
  .cid-sfkxD9d0xR * {
    text-align: left;
  }
}
.cid-sfkxDadbtQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e9e9e9;
}
.cid-sfkxDadbtQ .container-fluid {
  padding: 0 3rem;
}
.cid-sfkxDadbtQ .mbr-section-subtitle {
  color: #767676;
}
.cid-sfkxDadbtQ .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sfkxDadbtQ .table-wrapper {
  margin: 0 auto;
}
.cid-sfkxDadbtQ table {
  width: 88% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sfkxDadbtQ table thead tr {
  border: none !important;
}
.cid-sfkxDadbtQ table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #000000;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sfkxDadbtQ table tr td {
  border-color: #1b1a1a;
}
.cid-sfkxDadbtQ table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sfkxDadbtQ tr:hover {
  background-color: #ffffff !important;
}
.cid-sfkxDadbtQ th:after,
.cid-sfkxDadbtQ th:before {
  display: none !important;
}
.cid-sfkxDadbtQ .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sfkxDadbtQ .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sfkxDadbtQ table th,
  .cid-sfkxDadbtQ table td {
    padding: .75rem;
  }
}
.cid-sfkxDadbtQ .body-item {
  text-align: left;
}
.cid-sfkxDadbtQ .mbr-text {
  color: #767676;
}
.cid-sfkxDadbtQ .head-item {
  color: #232323;
}
.cid-sfkxDadbtQ .mbr-section-title,
.cid-sfkxDadbtQ .head-item {
  color: #14287f;
}
.cid-sfkxDbJM5S {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sfkxDbJM5S .main-row {
  flex-direction: row-reverse;
}
.cid-sfkxDbJM5S .mbr-section-subtitle {
  color: #279e64;
}
.cid-sfkxDbJM5S .mbr-section-title {
  text-align: left;
  color: #13287d;
}
.cid-sfkxDbJM5S .mbr-text {
  color: #83868c;
}
.cid-sfkxDbJM5S .mbr-section-btn {
  margin-top: 40px;
}
.cid-sfkxDbJM5S .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-sfkxDbJM5S .mbr-list {
  color: #83868c;
}
.cid-sfkxDbJM5S .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-sfkxDbJM5S .mbr-list .list {
    text-align: left;
  }
}
.cid-sfkxDbJM5S .mbr-list .list li {
  line-height: 1.8;
  padding-bottom: 14px;
  margin-top: 14px;
  font-weight: 400;
}
.cid-sfkxDbJM5S .mbr-list .list li:first-child {
  margin-top: 0;
}
.cid-sfkxDbJM5S .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  content: "\e97c";
  font-family: 'Moririse2' !important;
  text-align: center;
  line-height: 1em;
  transition: all 0.3s;
  margin-right: 11.25px;
  border-radius: 50%;
  padding: 5px;
  background-color: #279e64;
}
@media (max-width: 768px) {
  .cid-sfkxDbJM5S * {
    text-align: left;
  }
}
.cid-sfkxDcDjyR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e9e9e9;
}
.cid-sfkxDcDjyR .container-fluid {
  padding: 0 3rem;
}
.cid-sfkxDcDjyR .mbr-section-subtitle {
  color: #767676;
}
.cid-sfkxDcDjyR .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sfkxDcDjyR .table-wrapper {
  margin: 0 auto;
}
.cid-sfkxDcDjyR table {
  width: 88% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sfkxDcDjyR table thead tr {
  border: none !important;
}
.cid-sfkxDcDjyR table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #000000;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sfkxDcDjyR table tr td {
  border-color: #1b1a1a;
}
.cid-sfkxDcDjyR table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sfkxDcDjyR tr:hover {
  background-color: #ffffff !important;
}
.cid-sfkxDcDjyR th:after,
.cid-sfkxDcDjyR th:before {
  display: none !important;
}
.cid-sfkxDcDjyR .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sfkxDcDjyR .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sfkxDcDjyR table th,
  .cid-sfkxDcDjyR table td {
    padding: .75rem;
  }
}
.cid-sfkxDcDjyR .body-item {
  text-align: left;
}
.cid-sfkxDcDjyR .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-sfkxDcDjyR .head-item {
  color: #232323;
  text-align: left;
}
.cid-sfkxDcDjyR .mbr-section-title,
.cid-sfkxDcDjyR .head-item {
  color: #14287f;
}
.cid-sfkxDe5jv1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sfkxDe5jv1 .container-fluid {
  padding: 0 3rem;
}
.cid-sfkxDe5jv1 .mbr-section-subtitle {
  color: #767676;
}
.cid-sfkxDe5jv1 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sfkxDe5jv1 .table-wrapper {
  margin: 0 auto;
}
.cid-sfkxDe5jv1 table {
  width: 88% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sfkxDe5jv1 table thead tr {
  border: none !important;
}
.cid-sfkxDe5jv1 table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sfkxDe5jv1 table tr td {
  border-color: #c1c1c1;
}
.cid-sfkxDe5jv1 table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sfkxDe5jv1 tr:hover {
  background-color: #ffffff !important;
}
.cid-sfkxDe5jv1 th:after,
.cid-sfkxDe5jv1 th:before {
  display: none !important;
}
.cid-sfkxDe5jv1 .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sfkxDe5jv1 .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sfkxDe5jv1 table th,
  .cid-sfkxDe5jv1 table td {
    padding: .75rem;
  }
}
.cid-sfkxDe5jv1 .body-item {
  text-align: center;
  color: #1b1a1a;
}
.cid-sfkxDe5jv1 .mbr-text {
  color: #767676;
}
.cid-sfkxDe5jv1 .head-item {
  color: #232323;
}
.cid-sfkxDe5jv1 .mbr-section-title,
.cid-sfkxDe5jv1 .head-item {
  color: #14287f;
}
.cid-sfkxDgWGSm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e9e9e9;
}
.cid-sfkxDgWGSm .container-fluid {
  padding: 0 3rem;
}
.cid-sfkxDgWGSm .mbr-section-subtitle {
  color: #767676;
}
.cid-sfkxDgWGSm .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sfkxDgWGSm .table-wrapper {
  margin: 0 auto;
}
.cid-sfkxDgWGSm table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sfkxDgWGSm table thead tr {
  border: none !important;
}
.cid-sfkxDgWGSm table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sfkxDgWGSm table tr td {
  border-color: #c1c1c1;
}
.cid-sfkxDgWGSm table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sfkxDgWGSm tr:hover {
  background-color: #ffffff !important;
}
.cid-sfkxDgWGSm th:after,
.cid-sfkxDgWGSm th:before {
  display: none !important;
}
.cid-sfkxDgWGSm .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sfkxDgWGSm .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sfkxDgWGSm table th,
  .cid-sfkxDgWGSm table td {
    padding: .75rem;
  }
}
.cid-sfkxDgWGSm .body-item {
  text-align: left;
}
.cid-sfkxDgWGSm .mbr-text {
  color: #767676;
}
.cid-sfkxDgWGSm .head-item {
  color: #232323;
  text-align: left;
}
.cid-sfkxDgWGSm .mbr-section-title,
.cid-sfkxDgWGSm .head-item {
  color: #14287f;
}
.cid-sfkAUZ6Tj7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sfkAUZ6Tj7 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sfkAUZ6Tj7 .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sfkAUZ6Tj7 .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sfkAUZ6Tj7 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sfkAUZ6Tj7 .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-sfkAUZ6Tj7 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sfkAUZ6Tj7 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sfkAUZ6Tj7 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sfkAUZ6Tj7 .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sfkAUZ6Tj7 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sfkAUZ6Tj7 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sfkAUZ6Tj7 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sfkAUZ6Tj7 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sfkAUZ6Tj7 .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-sfkAUZ6Tj7 .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sfkAUZ6Tj7 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sfkAUZ6Tj7 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-sfkAUZ6Tj7 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sfkAUZ6Tj7 .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-sfkAUZ6Tj7 .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-sfkAUZ6Tj7 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sfkAUZ6Tj7 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sfkAUZ6Tj7 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sfkAUZ6Tj7 * {
    text-align: left;
  }
}
.cid-sfkxDjPXwJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e9e9e9;
}
.cid-sfkxDjPXwJ .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sfkxDjPXwJ .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sfkxDjPXwJ .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sfkxDjPXwJ .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sfkxDjPXwJ .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-sfkxDjPXwJ .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sfkxDjPXwJ .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sfkxDjPXwJ .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sfkxDjPXwJ .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sfkxDjPXwJ .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sfkxDjPXwJ .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sfkxDjPXwJ .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sfkxDjPXwJ .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sfkxDjPXwJ .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-sfkxDjPXwJ .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sfkxDjPXwJ .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sfkxDjPXwJ .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-sfkxDjPXwJ .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sfkxDjPXwJ .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-sfkxDjPXwJ .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-sfkxDjPXwJ .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sfkxDjPXwJ .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sfkxDjPXwJ .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sfkxDjPXwJ * {
    text-align: left;
  }
}
.cid-sfkxDmdNyV {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffc600;
}
.cid-sfkxDmdNyV .content-inner .left-content {
  display: block;
}
.cid-sfkxDmdNyV .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sfkxDmdNyV .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sfkxDmdNyV .content-inner .right-content {
  display: block;
}
.cid-sfkxDmdNyV .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sfkxDmdNyV .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sfkxDmdNyV .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sfkxDmdNyV .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #ffc600 !important;
  border-color: #ffc600 !important;
}
@media (max-width: 991px) {
  .cid-sfkxDmdNyV .content-inner {
    justify-content: center !important;
  }
  .cid-sfkxDmdNyV * {
    text-align: center;
  }
}
.cid-sfkxDngyGw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sfkxDngyGw .stats-item {
  padding: 80px 10px;
  background-color: #13287d;
  display: flex;
  justify-content: center;
}
.cid-sfkxDngyGw .stats-item:hover .mbr-iconfont::before {
  -webkit-animation: updown 0.45s ease-in-out 0.1s;
  animation: updown 0.45s ease-in-out 0.1s;
  display: block;
}
.cid-sfkxDngyGw .stats-item > span {
  transition: all 0.3s ease-in-out;
}
.cid-sfkxDngyGw .heading {
  color: #ffffff;
}
.cid-sfkxDngyGw .counter {
  text-align: center;
  color: #ffffff;
}
.cid-sfkxDngyGw .mbr-iconfont {
  font-size: 45px;
  align-self: center;
  margin-bottom: 22px;
  border: 2px dashed #ffffff;
  border-radius: 50%;
  padding: 35.5px;
}
.cid-sfkxDngyGw .mbr-card-title,
.cid-sfkxDngyGw .mbr-iconfont {
  text-align: center;
  color: #ffffff;
  display: block;
}
@media (max-width: 768px) {
  .cid-sfkxDngyGw .stats-item {
    padding: 30px 25px;
  }
}
@-webkit-keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-sfkxDp3xSS {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sfkxDp3xSS .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sfkxDp3xSS .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sfkxDp3xSS .mbr-text {
  color: #83868c;
}
.cid-sfkxDp3xSS .phone-word {
  color: #279e64;
}
.cid-sfkxDp3xSS .text-link {
  transition: all 0.3s ease-in;
}
.cid-sfkxDp3xSS .text-link:hover {
  color: #279e64 !important;
}
.cid-sfkxDp3xSS img {
  height: 100px;
  padding-right: 8px;
}
.cid-sfkxDp3xSS .img1 {
  color: #279e64;
}
.cid-sfkxDp3xSS .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sfkxDp3xSS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sfkxDp3xSS .content .link-wrap {
  color: red;
}
.cid-sfkxDp3xSS .content .date-wrap {
  color: #13287d;
}
.cid-sfkxDp3xSS .item,
.cid-sfkxDp3xSS .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sfkxDp3xSS .item h4,
.cid-sfkxDp3xSS .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sfkxDp3xSS .link {
  transition: all 0.3s ease-in;
}
.cid-sfkxDp3xSS .link .card-img {
  padding-bottom: 3px;
}
.cid-sfkxDp3xSS .link:hover .card-img span {
  color: #279e64;
}
.cid-sfkxDp3xSS .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sfkxDp3xSS .item .card-img {
  width: auto;
}
.cid-sfkxDp3xSS .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sfkxDp3xSS .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sfkxDp3xSS h5 {
    text-align: left !important;
  }
  .cid-sfkxDp3xSS .line-wrap {
    text-align: left !important;
  }
}
.cid-sfkxDp3xSS .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sfkxDp3xSS .item-title:hover {
  color: #279e64;
}
.cid-sfkxDp3xSS .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sfkxDp3xSS .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sfkxDp3xSS .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sfkxDp3xSS .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sfkxDp3xSS .btn[class*="-outline"]:active,
.cid-sfkxDp3xSS .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sfkxDp3xSS .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sfkxDp3xSS .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sfkxDp3xSS .pre-form {
  color: #83868c;
}
.cid-sfkxDp3xSS .form-group,
.cid-sfkxDp3xSS .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sfkxDp3xSS .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-sfkxDp3xSS .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sfkxDp3xSS .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sfkxDp3xSS .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sfkxDp3xSS .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sfkxDp3xSS .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sfkxDp3xSS .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sfkxDp3xSS .dragArea {
  flex-direction: column;
}
.cid-sfkxDp3xSS .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sfmthVaXp9 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sfmthVaXp9 .navbar-fixed-top {
  padding-top: 0;
}
.cid-sfmthVaXp9 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sfmthVaXp9 .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sfmthVaXp9 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sfmthVaXp9 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sfmthVaXp9 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sfmthVaXp9 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sfmthVaXp9 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sfmthVaXp9 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sfmthVaXp9 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sfmthVaXp9 .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sfmthVaXp9 .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sfmthVaXp9 .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sfmthVaXp9 .dropdown-item,
.cid-sfmthVaXp9 .nav-link,
.cid-sfmthVaXp9 .brand-name {
  font-style: normal;
}
.cid-sfmthVaXp9 .dropdown-item:hover,
.cid-sfmthVaXp9 .nav-link:hover,
.cid-sfmthVaXp9 .brand-name:hover {
  color: #279e64 !important;
}
.cid-sfmthVaXp9 .dropdown-menu {
  background-color: #ffffff;
}
.cid-sfmthVaXp9 .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sfmthVaXp9 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-sfmthVaXp9 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sfmthVaXp9 .nav-item {
  position: relative;
}
.cid-sfmthVaXp9 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sfmthVaXp9 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sfmthVaXp9 .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sfmthVaXp9 .nav-link {
    line-height: 6.13;
  }
  .cid-sfmthVaXp9 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sfmthVaXp9 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sfmthVaXp9 .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-sfmthVaXp9 .content-text {
  margin-bottom: 0;
}
.cid-sfmthVaXp9 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sfmthVaXp9 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sfmthVaXp9 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sfmthVaXp9 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sfmthVaXp9 .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sfmthVaXp9 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfmthVaXp9 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sfmthVaXp9 .content-right-side {
  text-align: center;
}
.cid-sfmthVaXp9 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sfmthVaXp9 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sfmthVaXp9 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sfmthVaXp9 .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-sfmthVaXp9 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sfmthVaXp9 .info-widget:first-child {
  margin-left: 0;
}
.cid-sfmthVaXp9 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sfmthVaXp9 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sfmthVaXp9 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sfmthVaXp9 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sfmthVaXp9 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sfmthVaXp9 .navbar {
    display: block;
    padding: 0;
  }
  .cid-sfmthVaXp9 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sfmthVaXp9 .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-sfmthVaXp9 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sfmthVaXp9 .navbar-toggler {
    display: none;
  }
  .cid-sfmthVaXp9 .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-sfmthVaXp9 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sfmthVaXp9 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sfmthVaXp9 .btn-sm {
  padding: 13px 29px;
}
.cid-sfmthVaXp9 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sfmthVaXp9 .btn::after {
  background-color: #83868c;
  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-sfmthVaXp9 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sfmthVaXp9 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sfmthVaXp9 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sfmthVaXp9 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sfmthVaXp9 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sfmthVaXp9 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sfmthVaXp9 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sfmthVaXp9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sfmthVaXp9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfmthVaXp9 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sfmthVaXp9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sfmthVaXp9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sfmthVaXp9 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sfmthVaXp9 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sfmthVaXp9 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sfmthVaXp9 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sfmthVaXp9 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sfmthVaXp9 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sfmthVaXp9 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sfmthVaXp9 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sfmthVaXp9 button.navbar-toggler:focus {
  outline: none;
}
.cid-sfmthVaXp9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sfmthVaXp9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sfmthVaXp9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sfmthVaXp9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sfmthVaXp9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sfmthVaXp9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sfmthVaXp9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sfmthVaXp9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sfmthVaXp9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sfmthVaXp9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sfmthVaXp9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sfmthVaXp9 .collapsed .btn {
  display: flex;
}
.cid-sfmthVaXp9 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sfmthVaXp9 .collapsed .navbar-collapse.collapsing,
.cid-sfmthVaXp9 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sfmthVaXp9 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sfmthVaXp9 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sfmthVaXp9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sfmthVaXp9 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sfmthVaXp9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sfmthVaXp9 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sfmthVaXp9 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sfmthVaXp9 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sfmthVaXp9 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sfmthVaXp9 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sfmthVaXp9 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sfmthVaXp9 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sfmthVaXp9 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sfmthVaXp9 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sfmthVaXp9 .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-sfmthVaXp9 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sfmthVaXp9 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sfmthVaXp9 .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-sfmthVaXp9 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sfmthVaXp9 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sfmthVaXp9 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sfmthVaXp9 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sfmthVaXp9 .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sfmthVaXp9 .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-sfmthVaXp9 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sfmthVaXp9 .navbar-collapse.collapsing,
  .cid-sfmthVaXp9 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sfmthVaXp9 .navbar-collapse.collapsing .navbar-nav,
  .cid-sfmthVaXp9 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sfmthVaXp9 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sfmthVaXp9 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sfmthVaXp9 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sfmthVaXp9 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sfmthVaXp9 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sfmthVaXp9 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sfmthVaXp9 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sfmthVaXp9 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sfmthVaXp9 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sfmthVaXp9 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sfmthVaXp9 img {
    height: 3.8rem !important;
  }
  .cid-sfmthVaXp9 .btn {
    display: flex;
  }
  .cid-sfmthVaXp9 button.navbar-toggler {
    display: block;
  }
  .cid-sfmthVaXp9 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sfmthVaXp9 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sfmthVaXp9 .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-sfmthVaXp9 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sfmthVaXp9 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sfmthVaXp9 .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-sfmthVaXp9 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sfmthVaXp9 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sfmthVaXp9 .navbar-toggler {
  position: relative;
}
.cid-sfmthVaXp9 .dropdown-item.active,
.cid-sfmthVaXp9 .dropdown-item:active {
  color: initial;
}
.cid-sfmthVaXp9 .widget-title {
  color: #83868c;
}
.cid-sfmthVaXp9 .widget-text {
  color: #83868c;
}
.cid-sfmthVaXp9 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sfmthVaXp9 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sfmthVaXp9 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sfmthVaXp9 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -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-sfmthVaXp9 .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sfmthVaXp9 .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sfmthVaXp9 .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sfmthVaXp9 .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sfmthVaXp9 .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sfmthVaXp9 .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sfmthVaXp9 .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sfmthVaXp9 .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sfmthVaXp9 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sfmthVaXp9 .menu-content-top,
  .cid-sfmthVaXp9 .menu-bottom {
    padding: 0 15px;
  }
  .cid-sfmthVaXp9 button.navbar-toggler {
    align-self: center;
  }
}
@-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-sfmthXeNjS {
  padding-top: 195px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/01-458x305.jpg");
}
.cid-sfmthXeNjS .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sfmthXeNjS .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sfmthXeNjS .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sfmthXeNjS .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sfmthXeNjS .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sfmthXeNjS .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sfmthXeNjS .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sfmthXeNjS .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sfmthXeNjS .separator,
  .cid-sfmthXeNjS .sep-holder,
  .cid-sfmthXeNjS .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sfmthXeNjS .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sfmthXeNjS .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sfmthXeNjS .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sfmthXeNjS .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sfmthXeNjS .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 0.9rem;
  margin: auto;
  color: #ffffff;
}
.cid-sfmthXeNjS .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sfmthXeNjS .items .list-item:last-child .listico {
  display: none;
}
.cid-sfmthYAq9r {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eeeff2;
}
.cid-sfmthYAq9r .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sfmthYAq9r .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sfmthYAq9r .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sfmthYAq9r .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sfmthYAq9r .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-sfmthYAq9r .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sfmthYAq9r .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sfmthYAq9r .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sfmthYAq9r .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sfmthYAq9r .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sfmthYAq9r .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sfmthYAq9r .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sfmthYAq9r .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sfmthYAq9r .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-sfmthYAq9r .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sfmthYAq9r .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sfmthYAq9r .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-sfmthYAq9r .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sfmthYAq9r .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-sfmthYAq9r .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-sfmthYAq9r .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sfmthYAq9r .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sfmthYAq9r .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sfmthYAq9r * {
    text-align: left;
  }
}
.cid-sfmti0QU2d {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sfmti0QU2d .main-row {
  flex-direction: row-reverse;
}
.cid-sfmti0QU2d .mbr-section-subtitle {
  color: #279e64;
}
.cid-sfmti0QU2d .mbr-section-title {
  text-align: left;
  color: #13287d;
}
.cid-sfmti0QU2d .mbr-text {
  color: #83868c;
}
.cid-sfmti0QU2d .mbr-section-btn {
  margin-top: 40px;
}
.cid-sfmti0QU2d .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-sfmti0QU2d .mbr-list {
  color: #83868c;
}
.cid-sfmti0QU2d .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-sfmti0QU2d .mbr-list .list {
    text-align: left;
  }
}
.cid-sfmti0QU2d .mbr-list .list li {
  line-height: 1.8;
  padding-bottom: 14px;
  margin-top: 14px;
  font-weight: 400;
}
.cid-sfmti0QU2d .mbr-list .list li:first-child {
  margin-top: 0;
}
.cid-sfmti0QU2d .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  content: "\e97c";
  font-family: 'Moririse2' !important;
  text-align: center;
  line-height: 1em;
  transition: all 0.3s;
  margin-right: 11.25px;
  border-radius: 50%;
  padding: 5px;
  background-color: #279e64;
}
@media (max-width: 768px) {
  .cid-sfmti0QU2d * {
    text-align: left;
  }
}
.cid-sfmti1O2d2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e9e9e9;
}
.cid-sfmti1O2d2 .container-fluid {
  padding: 0 3rem;
}
.cid-sfmti1O2d2 .mbr-section-subtitle {
  color: #767676;
}
.cid-sfmti1O2d2 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sfmti1O2d2 .table-wrapper {
  margin: 0 auto;
}
.cid-sfmti1O2d2 table {
  width: 88% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sfmti1O2d2 table thead tr {
  border: none !important;
}
.cid-sfmti1O2d2 table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #000000;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sfmti1O2d2 table tr td {
  border-color: #1b1a1a;
}
.cid-sfmti1O2d2 table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sfmti1O2d2 tr:hover {
  background-color: #ffffff !important;
}
.cid-sfmti1O2d2 th:after,
.cid-sfmti1O2d2 th:before {
  display: none !important;
}
.cid-sfmti1O2d2 .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sfmti1O2d2 .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sfmti1O2d2 table th,
  .cid-sfmti1O2d2 table td {
    padding: .75rem;
  }
}
.cid-sfmti1O2d2 .body-item {
  text-align: left;
}
.cid-sfmti1O2d2 .mbr-text {
  color: #767676;
}
.cid-sfmti1O2d2 .head-item {
  color: #232323;
}
.cid-sfmti1O2d2 .mbr-section-title,
.cid-sfmti1O2d2 .head-item {
  color: #14287f;
}
.cid-sfmti38m9N {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sfmti38m9N .main-row {
  flex-direction: row-reverse;
}
.cid-sfmti38m9N .mbr-section-subtitle {
  color: #279e64;
}
.cid-sfmti38m9N .mbr-section-title {
  text-align: left;
  color: #13287d;
}
.cid-sfmti38m9N .mbr-text {
  color: #83868c;
}
.cid-sfmti38m9N .mbr-section-btn {
  margin-top: 40px;
}
.cid-sfmti38m9N .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-sfmti38m9N .mbr-list {
  color: #83868c;
}
.cid-sfmti38m9N .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-sfmti38m9N .mbr-list .list {
    text-align: left;
  }
}
.cid-sfmti38m9N .mbr-list .list li {
  line-height: 1.8;
  padding-bottom: 14px;
  margin-top: 14px;
  font-weight: 400;
}
.cid-sfmti38m9N .mbr-list .list li:first-child {
  margin-top: 0;
}
.cid-sfmti38m9N .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  content: "\e97c";
  font-family: 'Moririse2' !important;
  text-align: center;
  line-height: 1em;
  transition: all 0.3s;
  margin-right: 11.25px;
  border-radius: 50%;
  padding: 5px;
  background-color: #279e64;
}
@media (max-width: 768px) {
  .cid-sfmti38m9N * {
    text-align: left;
  }
}
.cid-sfmti4odqK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e9e9e9;
}
.cid-sfmti4odqK .container-fluid {
  padding: 0 3rem;
}
.cid-sfmti4odqK .mbr-section-subtitle {
  color: #767676;
}
.cid-sfmti4odqK .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sfmti4odqK .table-wrapper {
  margin: 0 auto;
}
.cid-sfmti4odqK table {
  width: 88% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sfmti4odqK table thead tr {
  border: none !important;
}
.cid-sfmti4odqK table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #000000;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sfmti4odqK table tr td {
  border-color: #1b1a1a;
}
.cid-sfmti4odqK table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sfmti4odqK tr:hover {
  background-color: #ffffff !important;
}
.cid-sfmti4odqK th:after,
.cid-sfmti4odqK th:before {
  display: none !important;
}
.cid-sfmti4odqK .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sfmti4odqK .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sfmti4odqK table th,
  .cid-sfmti4odqK table td {
    padding: .75rem;
  }
}
.cid-sfmti4odqK .body-item {
  text-align: left;
}
.cid-sfmti4odqK .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-sfmti4odqK .head-item {
  color: #232323;
  text-align: left;
}
.cid-sfmti4odqK .mbr-section-title,
.cid-sfmti4odqK .head-item {
  color: #14287f;
}
.cid-sfmti5Xi3c {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sfmti5Xi3c .container-fluid {
  padding: 0 3rem;
}
.cid-sfmti5Xi3c .mbr-section-subtitle {
  color: #767676;
}
.cid-sfmti5Xi3c .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sfmti5Xi3c .table-wrapper {
  margin: 0 auto;
}
.cid-sfmti5Xi3c table {
  width: 88% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sfmti5Xi3c table thead tr {
  border: none !important;
}
.cid-sfmti5Xi3c table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sfmti5Xi3c table tr td {
  border-color: #c1c1c1;
}
.cid-sfmti5Xi3c table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sfmti5Xi3c tr:hover {
  background-color: #ffffff !important;
}
.cid-sfmti5Xi3c th:after,
.cid-sfmti5Xi3c th:before {
  display: none !important;
}
.cid-sfmti5Xi3c .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sfmti5Xi3c .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sfmti5Xi3c table th,
  .cid-sfmti5Xi3c table td {
    padding: .75rem;
  }
}
.cid-sfmti5Xi3c .body-item {
  text-align: center;
  color: #1b1a1a;
}
.cid-sfmti5Xi3c .mbr-text {
  color: #767676;
}
.cid-sfmti5Xi3c .head-item {
  color: #232323;
}
.cid-sfmti5Xi3c .mbr-section-title,
.cid-sfmti5Xi3c .head-item {
  color: #14287f;
}
.cid-sfmti8XOZ7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e9e9e9;
}
.cid-sfmti8XOZ7 .container-fluid {
  padding: 0 3rem;
}
.cid-sfmti8XOZ7 .mbr-section-subtitle {
  color: #767676;
}
.cid-sfmti8XOZ7 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sfmti8XOZ7 .table-wrapper {
  margin: 0 auto;
}
.cid-sfmti8XOZ7 table {
  width: 88% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sfmti8XOZ7 table thead tr {
  border: none !important;
}
.cid-sfmti8XOZ7 table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sfmti8XOZ7 table tr td {
  border-color: #c1c1c1;
}
.cid-sfmti8XOZ7 table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sfmti8XOZ7 tr:hover {
  background-color: #ffffff !important;
}
.cid-sfmti8XOZ7 th:after,
.cid-sfmti8XOZ7 th:before {
  display: none !important;
}
.cid-sfmti8XOZ7 .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sfmti8XOZ7 .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sfmti8XOZ7 table th,
  .cid-sfmti8XOZ7 table td {
    padding: .75rem;
  }
}
.cid-sfmti8XOZ7 .body-item {
  text-align: left;
}
.cid-sfmti8XOZ7 .mbr-text {
  color: #767676;
}
.cid-sfmti8XOZ7 .head-item {
  color: #232323;
  text-align: left;
}
.cid-sfmti8XOZ7 .mbr-section-title,
.cid-sfmti8XOZ7 .head-item {
  color: #14287f;
}
.cid-sfmticryeU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sfmticryeU .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sfmticryeU .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sfmticryeU .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sfmticryeU .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sfmticryeU .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-sfmticryeU .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sfmticryeU .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sfmticryeU .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sfmticryeU .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sfmticryeU .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sfmticryeU .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sfmticryeU .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sfmticryeU .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sfmticryeU .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-sfmticryeU .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sfmticryeU .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sfmticryeU .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-sfmticryeU .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sfmticryeU .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-sfmticryeU .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-sfmticryeU .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sfmticryeU .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sfmticryeU .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sfmticryeU * {
    text-align: left;
  }
}
.cid-sfmtifblpf {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffc600;
}
.cid-sfmtifblpf .content-inner .left-content {
  display: block;
}
.cid-sfmtifblpf .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sfmtifblpf .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sfmtifblpf .content-inner .right-content {
  display: block;
}
.cid-sfmtifblpf .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sfmtifblpf .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sfmtifblpf .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sfmtifblpf .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #ffc600 !important;
  border-color: #ffc600 !important;
}
@media (max-width: 991px) {
  .cid-sfmtifblpf .content-inner {
    justify-content: center !important;
  }
  .cid-sfmtifblpf * {
    text-align: center;
  }
}
.cid-sfmtihZIHs {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sfmtihZIHs .stats-item {
  padding: 80px 10px;
  background-color: #13287d;
  display: flex;
  justify-content: center;
}
.cid-sfmtihZIHs .stats-item:hover .mbr-iconfont::before {
  -webkit-animation: updown 0.45s ease-in-out 0.1s;
  animation: updown 0.45s ease-in-out 0.1s;
  display: block;
}
.cid-sfmtihZIHs .stats-item > span {
  transition: all 0.3s ease-in-out;
}
.cid-sfmtihZIHs .heading {
  color: #ffffff;
}
.cid-sfmtihZIHs .counter {
  text-align: center;
  color: #ffffff;
}
.cid-sfmtihZIHs .mbr-iconfont {
  font-size: 45px;
  align-self: center;
  margin-bottom: 22px;
  border: 2px dashed #ffffff;
  border-radius: 50%;
  padding: 35.5px;
}
.cid-sfmtihZIHs .mbr-card-title,
.cid-sfmtihZIHs .mbr-iconfont {
  text-align: center;
  color: #ffffff;
  display: block;
}
@media (max-width: 768px) {
  .cid-sfmtihZIHs .stats-item {
    padding: 30px 25px;
  }
}
@-webkit-keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-sfmtimFuO7 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sfmtimFuO7 .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sfmtimFuO7 .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sfmtimFuO7 .mbr-text {
  color: #83868c;
}
.cid-sfmtimFuO7 .phone-word {
  color: #279e64;
}
.cid-sfmtimFuO7 .text-link {
  transition: all 0.3s ease-in;
}
.cid-sfmtimFuO7 .text-link:hover {
  color: #279e64 !important;
}
.cid-sfmtimFuO7 img {
  height: 100px;
  padding-right: 8px;
}
.cid-sfmtimFuO7 .img1 {
  color: #279e64;
}
.cid-sfmtimFuO7 .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sfmtimFuO7 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sfmtimFuO7 .content .link-wrap {
  color: red;
}
.cid-sfmtimFuO7 .content .date-wrap {
  color: #13287d;
}
.cid-sfmtimFuO7 .item,
.cid-sfmtimFuO7 .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sfmtimFuO7 .item h4,
.cid-sfmtimFuO7 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sfmtimFuO7 .link {
  transition: all 0.3s ease-in;
}
.cid-sfmtimFuO7 .link .card-img {
  padding-bottom: 3px;
}
.cid-sfmtimFuO7 .link:hover .card-img span {
  color: #279e64;
}
.cid-sfmtimFuO7 .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sfmtimFuO7 .item .card-img {
  width: auto;
}
.cid-sfmtimFuO7 .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sfmtimFuO7 .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sfmtimFuO7 h5 {
    text-align: left !important;
  }
  .cid-sfmtimFuO7 .line-wrap {
    text-align: left !important;
  }
}
.cid-sfmtimFuO7 .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sfmtimFuO7 .item-title:hover {
  color: #279e64;
}
.cid-sfmtimFuO7 .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sfmtimFuO7 .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sfmtimFuO7 .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sfmtimFuO7 .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sfmtimFuO7 .btn[class*="-outline"]:active,
.cid-sfmtimFuO7 .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sfmtimFuO7 .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sfmtimFuO7 .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sfmtimFuO7 .pre-form {
  color: #83868c;
}
.cid-sfmtimFuO7 .form-group,
.cid-sfmtimFuO7 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sfmtimFuO7 .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-sfmtimFuO7 .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sfmtimFuO7 .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sfmtimFuO7 .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sfmtimFuO7 .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sfmtimFuO7 .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sfmtimFuO7 .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sfmtimFuO7 .dragArea {
  flex-direction: column;
}
.cid-sfmtimFuO7 .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sfkGlNsbIm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sfkGlNsbIm .navbar-fixed-top {
  padding-top: 0;
}
.cid-sfkGlNsbIm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sfkGlNsbIm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sfkGlNsbIm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sfkGlNsbIm .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sfkGlNsbIm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sfkGlNsbIm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sfkGlNsbIm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sfkGlNsbIm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sfkGlNsbIm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sfkGlNsbIm .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sfkGlNsbIm .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sfkGlNsbIm .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sfkGlNsbIm .dropdown-item,
.cid-sfkGlNsbIm .nav-link,
.cid-sfkGlNsbIm .brand-name {
  font-style: normal;
}
.cid-sfkGlNsbIm .dropdown-item:hover,
.cid-sfkGlNsbIm .nav-link:hover,
.cid-sfkGlNsbIm .brand-name:hover {
  color: #279e64 !important;
}
.cid-sfkGlNsbIm .dropdown-menu {
  background-color: #ffffff;
}
.cid-sfkGlNsbIm .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sfkGlNsbIm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-sfkGlNsbIm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sfkGlNsbIm .nav-item {
  position: relative;
}
.cid-sfkGlNsbIm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sfkGlNsbIm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sfkGlNsbIm .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sfkGlNsbIm .nav-link {
    line-height: 6.13;
  }
  .cid-sfkGlNsbIm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sfkGlNsbIm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sfkGlNsbIm .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-sfkGlNsbIm .content-text {
  margin-bottom: 0;
}
.cid-sfkGlNsbIm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sfkGlNsbIm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sfkGlNsbIm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sfkGlNsbIm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sfkGlNsbIm .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sfkGlNsbIm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfkGlNsbIm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sfkGlNsbIm .content-right-side {
  text-align: center;
}
.cid-sfkGlNsbIm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sfkGlNsbIm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sfkGlNsbIm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sfkGlNsbIm .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-sfkGlNsbIm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sfkGlNsbIm .info-widget:first-child {
  margin-left: 0;
}
.cid-sfkGlNsbIm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sfkGlNsbIm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sfkGlNsbIm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sfkGlNsbIm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sfkGlNsbIm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sfkGlNsbIm .navbar {
    display: block;
    padding: 0;
  }
  .cid-sfkGlNsbIm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sfkGlNsbIm .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-sfkGlNsbIm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sfkGlNsbIm .navbar-toggler {
    display: none;
  }
  .cid-sfkGlNsbIm .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-sfkGlNsbIm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sfkGlNsbIm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sfkGlNsbIm .btn-sm {
  padding: 13px 29px;
}
.cid-sfkGlNsbIm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sfkGlNsbIm .btn::after {
  background-color: #83868c;
  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-sfkGlNsbIm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sfkGlNsbIm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sfkGlNsbIm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sfkGlNsbIm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sfkGlNsbIm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sfkGlNsbIm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sfkGlNsbIm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sfkGlNsbIm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sfkGlNsbIm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfkGlNsbIm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sfkGlNsbIm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sfkGlNsbIm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sfkGlNsbIm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sfkGlNsbIm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sfkGlNsbIm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sfkGlNsbIm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sfkGlNsbIm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sfkGlNsbIm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sfkGlNsbIm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sfkGlNsbIm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sfkGlNsbIm button.navbar-toggler:focus {
  outline: none;
}
.cid-sfkGlNsbIm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sfkGlNsbIm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sfkGlNsbIm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sfkGlNsbIm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sfkGlNsbIm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sfkGlNsbIm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sfkGlNsbIm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sfkGlNsbIm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sfkGlNsbIm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sfkGlNsbIm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sfkGlNsbIm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sfkGlNsbIm .collapsed .btn {
  display: flex;
}
.cid-sfkGlNsbIm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sfkGlNsbIm .collapsed .navbar-collapse.collapsing,
.cid-sfkGlNsbIm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sfkGlNsbIm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sfkGlNsbIm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sfkGlNsbIm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sfkGlNsbIm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sfkGlNsbIm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sfkGlNsbIm .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sfkGlNsbIm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sfkGlNsbIm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sfkGlNsbIm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sfkGlNsbIm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sfkGlNsbIm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sfkGlNsbIm .collapsed button.navbar-toggler {
  display: block;
}
.cid-sfkGlNsbIm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sfkGlNsbIm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sfkGlNsbIm .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-sfkGlNsbIm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sfkGlNsbIm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sfkGlNsbIm .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-sfkGlNsbIm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sfkGlNsbIm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sfkGlNsbIm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sfkGlNsbIm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sfkGlNsbIm .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sfkGlNsbIm .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-sfkGlNsbIm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sfkGlNsbIm .navbar-collapse.collapsing,
  .cid-sfkGlNsbIm .navbar-collapse.show {
    display: block !important;
  }
  .cid-sfkGlNsbIm .navbar-collapse.collapsing .navbar-nav,
  .cid-sfkGlNsbIm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sfkGlNsbIm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sfkGlNsbIm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sfkGlNsbIm .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sfkGlNsbIm .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sfkGlNsbIm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sfkGlNsbIm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sfkGlNsbIm .navbar-collapse.collapsing .navbar-buttons,
  .cid-sfkGlNsbIm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sfkGlNsbIm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sfkGlNsbIm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sfkGlNsbIm img {
    height: 3.8rem !important;
  }
  .cid-sfkGlNsbIm .btn {
    display: flex;
  }
  .cid-sfkGlNsbIm button.navbar-toggler {
    display: block;
  }
  .cid-sfkGlNsbIm .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sfkGlNsbIm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sfkGlNsbIm .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-sfkGlNsbIm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sfkGlNsbIm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sfkGlNsbIm .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-sfkGlNsbIm .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sfkGlNsbIm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sfkGlNsbIm .navbar-toggler {
  position: relative;
}
.cid-sfkGlNsbIm .dropdown-item.active,
.cid-sfkGlNsbIm .dropdown-item:active {
  color: initial;
}
.cid-sfkGlNsbIm .widget-title {
  color: #83868c;
}
.cid-sfkGlNsbIm .widget-text {
  color: #83868c;
}
.cid-sfkGlNsbIm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sfkGlNsbIm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sfkGlNsbIm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sfkGlNsbIm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -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-sfkGlNsbIm .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sfkGlNsbIm .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sfkGlNsbIm .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sfkGlNsbIm .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sfkGlNsbIm .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sfkGlNsbIm .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sfkGlNsbIm .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sfkGlNsbIm .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sfkGlNsbIm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sfkGlNsbIm .menu-content-top,
  .cid-sfkGlNsbIm .menu-bottom {
    padding: 0 15px;
  }
  .cid-sfkGlNsbIm button.navbar-toggler {
    align-self: center;
  }
}
@-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-sfkGlON5tk {
  padding-top: 195px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/01-458x305.jpg");
}
.cid-sfkGlON5tk .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sfkGlON5tk .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sfkGlON5tk .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sfkGlON5tk .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sfkGlON5tk .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sfkGlON5tk .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sfkGlON5tk .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sfkGlON5tk .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sfkGlON5tk .separator,
  .cid-sfkGlON5tk .sep-holder,
  .cid-sfkGlON5tk .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sfkGlON5tk .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sfkGlON5tk .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sfkGlON5tk .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sfkGlON5tk .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sfkGlON5tk .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 0.9rem;
  margin: auto;
  color: #ffffff;
}
.cid-sfkGlON5tk .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sfkGlON5tk .items .list-item:last-child .listico {
  display: none;
}
.cid-sfkGlQ9tRb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eeeff2;
}
.cid-sfkGlQ9tRb .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sfkGlQ9tRb .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sfkGlQ9tRb .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sfkGlQ9tRb .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sfkGlQ9tRb .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-sfkGlQ9tRb .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sfkGlQ9tRb .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sfkGlQ9tRb .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sfkGlQ9tRb .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sfkGlQ9tRb .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sfkGlQ9tRb .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sfkGlQ9tRb .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sfkGlQ9tRb .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sfkGlQ9tRb .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-sfkGlQ9tRb .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sfkGlQ9tRb .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sfkGlQ9tRb .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-sfkGlQ9tRb .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sfkGlQ9tRb .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-sfkGlQ9tRb .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-sfkGlQ9tRb .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sfkGlQ9tRb .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sfkGlQ9tRb .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sfkGlQ9tRb * {
    text-align: left;
  }
}
.cid-sfkGlSuRA6 {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sfkGlSuRA6 .main-row {
  flex-direction: row-reverse;
}
.cid-sfkGlSuRA6 .mbr-section-subtitle {
  color: #279e64;
}
.cid-sfkGlSuRA6 .mbr-section-title {
  text-align: left;
  color: #13287d;
}
.cid-sfkGlSuRA6 .mbr-text {
  color: #83868c;
}
.cid-sfkGlSuRA6 .mbr-section-btn {
  margin-top: 40px;
}
.cid-sfkGlSuRA6 .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-sfkGlSuRA6 .mbr-list {
  color: #83868c;
}
.cid-sfkGlSuRA6 .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-sfkGlSuRA6 .mbr-list .list {
    text-align: left;
  }
}
.cid-sfkGlSuRA6 .mbr-list .list li {
  line-height: 1.8;
  padding-bottom: 14px;
  margin-top: 14px;
  font-weight: 400;
}
.cid-sfkGlSuRA6 .mbr-list .list li:first-child {
  margin-top: 0;
}
.cid-sfkGlSuRA6 .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  content: "\e97c";
  font-family: 'Moririse2' !important;
  text-align: center;
  line-height: 1em;
  transition: all 0.3s;
  margin-right: 11.25px;
  border-radius: 50%;
  padding: 5px;
  background-color: #279e64;
}
@media (max-width: 768px) {
  .cid-sfkGlSuRA6 * {
    text-align: left;
  }
}
.cid-sfkGlTrLE4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e9e9e9;
}
.cid-sfkGlTrLE4 .container-fluid {
  padding: 0 3rem;
}
.cid-sfkGlTrLE4 .mbr-section-subtitle {
  color: #767676;
}
.cid-sfkGlTrLE4 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sfkGlTrLE4 .table-wrapper {
  margin: 0 auto;
}
.cid-sfkGlTrLE4 table {
  width: 88% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sfkGlTrLE4 table thead tr {
  border: none !important;
}
.cid-sfkGlTrLE4 table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #000000;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sfkGlTrLE4 table tr td {
  border-color: #1b1a1a;
}
.cid-sfkGlTrLE4 table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sfkGlTrLE4 tr:hover {
  background-color: #ffffff !important;
}
.cid-sfkGlTrLE4 th:after,
.cid-sfkGlTrLE4 th:before {
  display: none !important;
}
.cid-sfkGlTrLE4 .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sfkGlTrLE4 .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sfkGlTrLE4 table th,
  .cid-sfkGlTrLE4 table td {
    padding: .75rem;
  }
}
.cid-sfkGlTrLE4 .body-item {
  text-align: left;
}
.cid-sfkGlTrLE4 .mbr-text {
  color: #767676;
}
.cid-sfkGlTrLE4 .head-item {
  color: #232323;
}
.cid-sfkGlTrLE4 .mbr-section-title,
.cid-sfkGlTrLE4 .head-item {
  color: #14287f;
}
.cid-sfkGlUQVZY {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sfkGlUQVZY .main-row {
  flex-direction: row-reverse;
}
.cid-sfkGlUQVZY .mbr-section-subtitle {
  color: #279e64;
}
.cid-sfkGlUQVZY .mbr-section-title {
  text-align: left;
  color: #13287d;
}
.cid-sfkGlUQVZY .mbr-text {
  color: #83868c;
}
.cid-sfkGlUQVZY .mbr-section-btn {
  margin-top: 40px;
}
.cid-sfkGlUQVZY .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-sfkGlUQVZY .mbr-list {
  color: #83868c;
}
.cid-sfkGlUQVZY .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-sfkGlUQVZY .mbr-list .list {
    text-align: left;
  }
}
.cid-sfkGlUQVZY .mbr-list .list li {
  line-height: 1.8;
  padding-bottom: 14px;
  margin-top: 14px;
  font-weight: 400;
}
.cid-sfkGlUQVZY .mbr-list .list li:first-child {
  margin-top: 0;
}
.cid-sfkGlUQVZY .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  content: "\e97c";
  font-family: 'Moririse2' !important;
  text-align: center;
  line-height: 1em;
  transition: all 0.3s;
  margin-right: 11.25px;
  border-radius: 50%;
  padding: 5px;
  background-color: #279e64;
}
@media (max-width: 768px) {
  .cid-sfkGlUQVZY * {
    text-align: left;
  }
}
.cid-sfkGlVX0Z5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e9e9e9;
}
.cid-sfkGlVX0Z5 .container-fluid {
  padding: 0 3rem;
}
.cid-sfkGlVX0Z5 .mbr-section-subtitle {
  color: #767676;
}
.cid-sfkGlVX0Z5 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sfkGlVX0Z5 .table-wrapper {
  margin: 0 auto;
}
.cid-sfkGlVX0Z5 table {
  width: 88% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sfkGlVX0Z5 table thead tr {
  border: none !important;
}
.cid-sfkGlVX0Z5 table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #000000;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sfkGlVX0Z5 table tr td {
  border-color: #1b1a1a;
}
.cid-sfkGlVX0Z5 table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sfkGlVX0Z5 tr:hover {
  background-color: #ffffff !important;
}
.cid-sfkGlVX0Z5 th:after,
.cid-sfkGlVX0Z5 th:before {
  display: none !important;
}
.cid-sfkGlVX0Z5 .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sfkGlVX0Z5 .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sfkGlVX0Z5 table th,
  .cid-sfkGlVX0Z5 table td {
    padding: .75rem;
  }
}
.cid-sfkGlVX0Z5 .body-item {
  text-align: left;
}
.cid-sfkGlVX0Z5 .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-sfkGlVX0Z5 .head-item {
  color: #232323;
  text-align: left;
}
.cid-sfkGlVX0Z5 .mbr-section-title,
.cid-sfkGlVX0Z5 .head-item {
  color: #14287f;
}
.cid-sfkGlXnPgK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sfkGlXnPgK .container-fluid {
  padding: 0 3rem;
}
.cid-sfkGlXnPgK .mbr-section-subtitle {
  color: #767676;
}
.cid-sfkGlXnPgK .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sfkGlXnPgK .table-wrapper {
  margin: 0 auto;
}
.cid-sfkGlXnPgK table {
  width: 88% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sfkGlXnPgK table thead tr {
  border: none !important;
}
.cid-sfkGlXnPgK table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sfkGlXnPgK table tr td {
  border-color: #c1c1c1;
}
.cid-sfkGlXnPgK table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sfkGlXnPgK tr:hover {
  background-color: #ffffff !important;
}
.cid-sfkGlXnPgK th:after,
.cid-sfkGlXnPgK th:before {
  display: none !important;
}
.cid-sfkGlXnPgK .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sfkGlXnPgK .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sfkGlXnPgK table th,
  .cid-sfkGlXnPgK table td {
    padding: .75rem;
  }
}
.cid-sfkGlXnPgK .body-item {
  text-align: center;
  color: #1b1a1a;
}
.cid-sfkGlXnPgK .mbr-text {
  color: #767676;
}
.cid-sfkGlXnPgK .head-item {
  color: #232323;
}
.cid-sfkGlXnPgK .mbr-section-title,
.cid-sfkGlXnPgK .head-item {
  color: #14287f;
}
.cid-sfkGm0uEJ5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e9e9e9;
}
.cid-sfkGm0uEJ5 .container-fluid {
  padding: 0 3rem;
}
.cid-sfkGm0uEJ5 .mbr-section-subtitle {
  color: #767676;
}
.cid-sfkGm0uEJ5 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sfkGm0uEJ5 .table-wrapper {
  margin: 0 auto;
}
.cid-sfkGm0uEJ5 table {
  width: 88% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sfkGm0uEJ5 table thead tr {
  border: none !important;
}
.cid-sfkGm0uEJ5 table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sfkGm0uEJ5 table tr td {
  border-color: #c1c1c1;
}
.cid-sfkGm0uEJ5 table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sfkGm0uEJ5 tr:hover {
  background-color: #ffffff !important;
}
.cid-sfkGm0uEJ5 th:after,
.cid-sfkGm0uEJ5 th:before {
  display: none !important;
}
.cid-sfkGm0uEJ5 .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sfkGm0uEJ5 .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sfkGm0uEJ5 table th,
  .cid-sfkGm0uEJ5 table td {
    padding: .75rem;
  }
}
.cid-sfkGm0uEJ5 .body-item {
  text-align: left;
}
.cid-sfkGm0uEJ5 .mbr-text {
  color: #767676;
}
.cid-sfkGm0uEJ5 .head-item {
  color: #232323;
  text-align: left;
}
.cid-sfkGm0uEJ5 .mbr-section-title,
.cid-sfkGm0uEJ5 .head-item {
  color: #14287f;
}
.cid-sfkGm2QVee {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sfkGm2QVee .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sfkGm2QVee .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sfkGm2QVee .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sfkGm2QVee .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sfkGm2QVee .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-sfkGm2QVee .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sfkGm2QVee .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sfkGm2QVee .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sfkGm2QVee .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sfkGm2QVee .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sfkGm2QVee .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sfkGm2QVee .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sfkGm2QVee .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sfkGm2QVee .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-sfkGm2QVee .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sfkGm2QVee .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sfkGm2QVee .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-sfkGm2QVee .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sfkGm2QVee .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-sfkGm2QVee .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-sfkGm2QVee .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sfkGm2QVee .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sfkGm2QVee .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sfkGm2QVee * {
    text-align: left;
  }
}
.cid-sfkGm5iU47 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffc600;
}
.cid-sfkGm5iU47 .content-inner .left-content {
  display: block;
}
.cid-sfkGm5iU47 .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sfkGm5iU47 .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sfkGm5iU47 .content-inner .right-content {
  display: block;
}
.cid-sfkGm5iU47 .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sfkGm5iU47 .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sfkGm5iU47 .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sfkGm5iU47 .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #ffc600 !important;
  border-color: #ffc600 !important;
}
@media (max-width: 991px) {
  .cid-sfkGm5iU47 .content-inner {
    justify-content: center !important;
  }
  .cid-sfkGm5iU47 * {
    text-align: center;
  }
}
.cid-sfkGm69h93 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sfkGm69h93 .stats-item {
  padding: 80px 10px;
  background-color: #13287d;
  display: flex;
  justify-content: center;
}
.cid-sfkGm69h93 .stats-item:hover .mbr-iconfont::before {
  -webkit-animation: updown 0.45s ease-in-out 0.1s;
  animation: updown 0.45s ease-in-out 0.1s;
  display: block;
}
.cid-sfkGm69h93 .stats-item > span {
  transition: all 0.3s ease-in-out;
}
.cid-sfkGm69h93 .heading {
  color: #ffffff;
}
.cid-sfkGm69h93 .counter {
  text-align: center;
  color: #ffffff;
}
.cid-sfkGm69h93 .mbr-iconfont {
  font-size: 45px;
  align-self: center;
  margin-bottom: 22px;
  border: 2px dashed #ffffff;
  border-radius: 50%;
  padding: 35.5px;
}
.cid-sfkGm69h93 .mbr-card-title,
.cid-sfkGm69h93 .mbr-iconfont {
  text-align: center;
  color: #ffffff;
  display: block;
}
@media (max-width: 768px) {
  .cid-sfkGm69h93 .stats-item {
    padding: 30px 25px;
  }
}
@-webkit-keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-sfkGm7hizP {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sfkGm7hizP .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sfkGm7hizP .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sfkGm7hizP .mbr-text {
  color: #83868c;
}
.cid-sfkGm7hizP .phone-word {
  color: #279e64;
}
.cid-sfkGm7hizP .text-link {
  transition: all 0.3s ease-in;
}
.cid-sfkGm7hizP .text-link:hover {
  color: #279e64 !important;
}
.cid-sfkGm7hizP img {
  height: 100px;
  padding-right: 8px;
}
.cid-sfkGm7hizP .img1 {
  color: #279e64;
}
.cid-sfkGm7hizP .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sfkGm7hizP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sfkGm7hizP .content .link-wrap {
  color: red;
}
.cid-sfkGm7hizP .content .date-wrap {
  color: #13287d;
}
.cid-sfkGm7hizP .item,
.cid-sfkGm7hizP .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sfkGm7hizP .item h4,
.cid-sfkGm7hizP .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sfkGm7hizP .link {
  transition: all 0.3s ease-in;
}
.cid-sfkGm7hizP .link .card-img {
  padding-bottom: 3px;
}
.cid-sfkGm7hizP .link:hover .card-img span {
  color: #279e64;
}
.cid-sfkGm7hizP .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sfkGm7hizP .item .card-img {
  width: auto;
}
.cid-sfkGm7hizP .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sfkGm7hizP .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sfkGm7hizP h5 {
    text-align: left !important;
  }
  .cid-sfkGm7hizP .line-wrap {
    text-align: left !important;
  }
}
.cid-sfkGm7hizP .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sfkGm7hizP .item-title:hover {
  color: #279e64;
}
.cid-sfkGm7hizP .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sfkGm7hizP .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sfkGm7hizP .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sfkGm7hizP .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sfkGm7hizP .btn[class*="-outline"]:active,
.cid-sfkGm7hizP .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sfkGm7hizP .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sfkGm7hizP .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sfkGm7hizP .pre-form {
  color: #83868c;
}
.cid-sfkGm7hizP .form-group,
.cid-sfkGm7hizP .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sfkGm7hizP .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-sfkGm7hizP .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sfkGm7hizP .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sfkGm7hizP .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sfkGm7hizP .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sfkGm7hizP .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sfkGm7hizP .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sfkGm7hizP .dragArea {
  flex-direction: column;
}
.cid-sfkGm7hizP .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sflWRb86A2 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sflWRb86A2 .navbar-fixed-top {
  padding-top: 0;
}
.cid-sflWRb86A2 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sflWRb86A2 .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sflWRb86A2 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sflWRb86A2 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sflWRb86A2 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sflWRb86A2 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sflWRb86A2 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sflWRb86A2 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sflWRb86A2 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sflWRb86A2 .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sflWRb86A2 .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sflWRb86A2 .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sflWRb86A2 .dropdown-item,
.cid-sflWRb86A2 .nav-link,
.cid-sflWRb86A2 .brand-name {
  font-style: normal;
}
.cid-sflWRb86A2 .dropdown-item:hover,
.cid-sflWRb86A2 .nav-link:hover,
.cid-sflWRb86A2 .brand-name:hover {
  color: #279e64 !important;
}
.cid-sflWRb86A2 .dropdown-menu {
  background-color: #ffffff;
}
.cid-sflWRb86A2 .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sflWRb86A2 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-sflWRb86A2 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sflWRb86A2 .nav-item {
  position: relative;
}
.cid-sflWRb86A2 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sflWRb86A2 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sflWRb86A2 .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sflWRb86A2 .nav-link {
    line-height: 6.13;
  }
  .cid-sflWRb86A2 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sflWRb86A2 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sflWRb86A2 .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-sflWRb86A2 .content-text {
  margin-bottom: 0;
}
.cid-sflWRb86A2 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sflWRb86A2 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sflWRb86A2 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sflWRb86A2 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sflWRb86A2 .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sflWRb86A2 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sflWRb86A2 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sflWRb86A2 .content-right-side {
  text-align: center;
}
.cid-sflWRb86A2 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sflWRb86A2 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sflWRb86A2 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sflWRb86A2 .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-sflWRb86A2 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sflWRb86A2 .info-widget:first-child {
  margin-left: 0;
}
.cid-sflWRb86A2 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sflWRb86A2 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sflWRb86A2 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sflWRb86A2 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sflWRb86A2 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sflWRb86A2 .navbar {
    display: block;
    padding: 0;
  }
  .cid-sflWRb86A2 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sflWRb86A2 .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-sflWRb86A2 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sflWRb86A2 .navbar-toggler {
    display: none;
  }
  .cid-sflWRb86A2 .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-sflWRb86A2 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sflWRb86A2 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sflWRb86A2 .btn-sm {
  padding: 13px 29px;
}
.cid-sflWRb86A2 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sflWRb86A2 .btn::after {
  background-color: #83868c;
  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-sflWRb86A2 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sflWRb86A2 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sflWRb86A2 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sflWRb86A2 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sflWRb86A2 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sflWRb86A2 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sflWRb86A2 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sflWRb86A2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sflWRb86A2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sflWRb86A2 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sflWRb86A2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sflWRb86A2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sflWRb86A2 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sflWRb86A2 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sflWRb86A2 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sflWRb86A2 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sflWRb86A2 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sflWRb86A2 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sflWRb86A2 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sflWRb86A2 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sflWRb86A2 button.navbar-toggler:focus {
  outline: none;
}
.cid-sflWRb86A2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sflWRb86A2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sflWRb86A2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sflWRb86A2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sflWRb86A2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sflWRb86A2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sflWRb86A2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sflWRb86A2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sflWRb86A2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sflWRb86A2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sflWRb86A2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sflWRb86A2 .collapsed .btn {
  display: flex;
}
.cid-sflWRb86A2 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sflWRb86A2 .collapsed .navbar-collapse.collapsing,
.cid-sflWRb86A2 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sflWRb86A2 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sflWRb86A2 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sflWRb86A2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sflWRb86A2 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sflWRb86A2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sflWRb86A2 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sflWRb86A2 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sflWRb86A2 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sflWRb86A2 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sflWRb86A2 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sflWRb86A2 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sflWRb86A2 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sflWRb86A2 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sflWRb86A2 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sflWRb86A2 .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-sflWRb86A2 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sflWRb86A2 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sflWRb86A2 .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-sflWRb86A2 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sflWRb86A2 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sflWRb86A2 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sflWRb86A2 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sflWRb86A2 .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sflWRb86A2 .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-sflWRb86A2 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sflWRb86A2 .navbar-collapse.collapsing,
  .cid-sflWRb86A2 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sflWRb86A2 .navbar-collapse.collapsing .navbar-nav,
  .cid-sflWRb86A2 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sflWRb86A2 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sflWRb86A2 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sflWRb86A2 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sflWRb86A2 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sflWRb86A2 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sflWRb86A2 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sflWRb86A2 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sflWRb86A2 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sflWRb86A2 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sflWRb86A2 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sflWRb86A2 img {
    height: 3.8rem !important;
  }
  .cid-sflWRb86A2 .btn {
    display: flex;
  }
  .cid-sflWRb86A2 button.navbar-toggler {
    display: block;
  }
  .cid-sflWRb86A2 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sflWRb86A2 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sflWRb86A2 .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-sflWRb86A2 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sflWRb86A2 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sflWRb86A2 .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-sflWRb86A2 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sflWRb86A2 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sflWRb86A2 .navbar-toggler {
  position: relative;
}
.cid-sflWRb86A2 .dropdown-item.active,
.cid-sflWRb86A2 .dropdown-item:active {
  color: initial;
}
.cid-sflWRb86A2 .widget-title {
  color: #83868c;
}
.cid-sflWRb86A2 .widget-text {
  color: #83868c;
}
.cid-sflWRb86A2 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sflWRb86A2 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sflWRb86A2 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sflWRb86A2 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -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-sflWRb86A2 .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sflWRb86A2 .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sflWRb86A2 .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sflWRb86A2 .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sflWRb86A2 .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sflWRb86A2 .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sflWRb86A2 .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sflWRb86A2 .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sflWRb86A2 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sflWRb86A2 .menu-content-top,
  .cid-sflWRb86A2 .menu-bottom {
    padding: 0 15px;
  }
  .cid-sflWRb86A2 button.navbar-toggler {
    align-self: center;
  }
}
@-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-sflWRe6bex {
  padding-top: 195px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/01-458x305.jpg");
}
.cid-sflWRe6bex .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sflWRe6bex .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sflWRe6bex .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sflWRe6bex .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sflWRe6bex .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sflWRe6bex .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sflWRe6bex .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sflWRe6bex .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sflWRe6bex .separator,
  .cid-sflWRe6bex .sep-holder,
  .cid-sflWRe6bex .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sflWRe6bex .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sflWRe6bex .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sflWRe6bex .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sflWRe6bex .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sflWRe6bex .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 0.9rem;
  margin: auto;
  color: #ffffff;
}
.cid-sflWRe6bex .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sflWRe6bex .items .list-item:last-child .listico {
  display: none;
}
.cid-sflWRigPJx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eeeff2;
}
.cid-sflWRigPJx .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sflWRigPJx .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sflWRigPJx .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sflWRigPJx .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sflWRigPJx .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-sflWRigPJx .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sflWRigPJx .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sflWRigPJx .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sflWRigPJx .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sflWRigPJx .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sflWRigPJx .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sflWRigPJx .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sflWRigPJx .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sflWRigPJx .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-sflWRigPJx .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sflWRigPJx .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sflWRigPJx .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-sflWRigPJx .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sflWRigPJx .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-sflWRigPJx .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-sflWRigPJx .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sflWRigPJx .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sflWRigPJx .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sflWRigPJx * {
    text-align: left;
  }
}
.cid-sflWRmqe8Y {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sflWRmqe8Y .main-row {
  flex-direction: row-reverse;
}
.cid-sflWRmqe8Y .mbr-section-subtitle {
  color: #279e64;
}
.cid-sflWRmqe8Y .mbr-section-title {
  text-align: left;
  color: #13287d;
}
.cid-sflWRmqe8Y .mbr-text {
  color: #83868c;
}
.cid-sflWRmqe8Y .mbr-section-btn {
  margin-top: 40px;
}
.cid-sflWRmqe8Y .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-sflWRmqe8Y .mbr-list {
  color: #83868c;
}
.cid-sflWRmqe8Y .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-sflWRmqe8Y .mbr-list .list {
    text-align: left;
  }
}
.cid-sflWRmqe8Y .mbr-list .list li {
  line-height: 1.8;
  padding-bottom: 14px;
  margin-top: 14px;
  font-weight: 400;
}
.cid-sflWRmqe8Y .mbr-list .list li:first-child {
  margin-top: 0;
}
.cid-sflWRmqe8Y .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  content: "\e97c";
  font-family: 'Moririse2' !important;
  text-align: center;
  line-height: 1em;
  transition: all 0.3s;
  margin-right: 11.25px;
  border-radius: 50%;
  padding: 5px;
  background-color: #279e64;
}
@media (max-width: 768px) {
  .cid-sflWRmqe8Y * {
    text-align: left;
  }
}
.cid-sflWRoWqTG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e9e9e9;
}
.cid-sflWRoWqTG .container-fluid {
  padding: 0 3rem;
}
.cid-sflWRoWqTG .mbr-section-subtitle {
  color: #767676;
}
.cid-sflWRoWqTG .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sflWRoWqTG .table-wrapper {
  margin: 0 auto;
}
.cid-sflWRoWqTG table {
  width: 88% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sflWRoWqTG table thead tr {
  border: none !important;
}
.cid-sflWRoWqTG table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #000000;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sflWRoWqTG table tr td {
  border-color: #1b1a1a;
}
.cid-sflWRoWqTG table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sflWRoWqTG tr:hover {
  background-color: #ffffff !important;
}
.cid-sflWRoWqTG th:after,
.cid-sflWRoWqTG th:before {
  display: none !important;
}
.cid-sflWRoWqTG .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sflWRoWqTG .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sflWRoWqTG table th,
  .cid-sflWRoWqTG table td {
    padding: .75rem;
  }
}
.cid-sflWRoWqTG .body-item {
  text-align: left;
}
.cid-sflWRoWqTG .mbr-text {
  color: #767676;
}
.cid-sflWRoWqTG .head-item {
  color: #232323;
}
.cid-sflWRoWqTG .mbr-section-title,
.cid-sflWRoWqTG .head-item {
  color: #14287f;
}
.cid-sflWRz1ZLW {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sflWRz1ZLW .main-row {
  flex-direction: row-reverse;
}
.cid-sflWRz1ZLW .mbr-section-subtitle {
  color: #279e64;
}
.cid-sflWRz1ZLW .mbr-section-title {
  text-align: left;
  color: #13287d;
}
.cid-sflWRz1ZLW .mbr-text {
  color: #83868c;
}
.cid-sflWRz1ZLW .mbr-section-btn {
  margin-top: 40px;
}
.cid-sflWRz1ZLW .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-sflWRz1ZLW .mbr-list {
  color: #83868c;
}
.cid-sflWRz1ZLW .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-sflWRz1ZLW .mbr-list .list {
    text-align: left;
  }
}
.cid-sflWRz1ZLW .mbr-list .list li {
  line-height: 1.8;
  padding-bottom: 14px;
  margin-top: 14px;
  font-weight: 400;
}
.cid-sflWRz1ZLW .mbr-list .list li:first-child {
  margin-top: 0;
}
.cid-sflWRz1ZLW .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  content: "\e97c";
  font-family: 'Moririse2' !important;
  text-align: center;
  line-height: 1em;
  transition: all 0.3s;
  margin-right: 11.25px;
  border-radius: 50%;
  padding: 5px;
  background-color: #279e64;
}
@media (max-width: 768px) {
  .cid-sflWRz1ZLW * {
    text-align: left;
  }
}
.cid-sflWRA0655 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e9e9e9;
}
.cid-sflWRA0655 .container-fluid {
  padding: 0 3rem;
}
.cid-sflWRA0655 .mbr-section-subtitle {
  color: #767676;
}
.cid-sflWRA0655 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sflWRA0655 .table-wrapper {
  margin: 0 auto;
}
.cid-sflWRA0655 table {
  width: 88% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sflWRA0655 table thead tr {
  border: none !important;
}
.cid-sflWRA0655 table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #000000;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sflWRA0655 table tr td {
  border-color: #1b1a1a;
}
.cid-sflWRA0655 table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sflWRA0655 tr:hover {
  background-color: #ffffff !important;
}
.cid-sflWRA0655 th:after,
.cid-sflWRA0655 th:before {
  display: none !important;
}
.cid-sflWRA0655 .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sflWRA0655 .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sflWRA0655 table th,
  .cid-sflWRA0655 table td {
    padding: .75rem;
  }
}
.cid-sflWRA0655 .body-item {
  text-align: left;
}
.cid-sflWRA0655 .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-sflWRA0655 .head-item {
  color: #232323;
  text-align: left;
}
.cid-sflWRA0655 .mbr-section-title,
.cid-sflWRA0655 .head-item {
  color: #14287f;
}
.cid-sflWRBqNEH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sflWRBqNEH .container-fluid {
  padding: 0 3rem;
}
.cid-sflWRBqNEH .mbr-section-subtitle {
  color: #767676;
}
.cid-sflWRBqNEH .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sflWRBqNEH .table-wrapper {
  margin: 0 auto;
}
.cid-sflWRBqNEH table {
  width: 88% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sflWRBqNEH table thead tr {
  border: none !important;
}
.cid-sflWRBqNEH table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sflWRBqNEH table tr td {
  border-color: #c1c1c1;
}
.cid-sflWRBqNEH table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sflWRBqNEH tr:hover {
  background-color: #ffffff !important;
}
.cid-sflWRBqNEH th:after,
.cid-sflWRBqNEH th:before {
  display: none !important;
}
.cid-sflWRBqNEH .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sflWRBqNEH .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sflWRBqNEH table th,
  .cid-sflWRBqNEH table td {
    padding: .75rem;
  }
}
.cid-sflWRBqNEH .body-item {
  text-align: center;
  color: #1b1a1a;
}
.cid-sflWRBqNEH .mbr-text {
  color: #767676;
}
.cid-sflWRBqNEH .head-item {
  color: #232323;
}
.cid-sflWRBqNEH .mbr-section-title,
.cid-sflWRBqNEH .head-item {
  color: #14287f;
}
.cid-sflWREinE3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e9e9e9;
}
.cid-sflWREinE3 .container-fluid {
  padding: 0 3rem;
}
.cid-sflWREinE3 .mbr-section-subtitle {
  color: #767676;
}
.cid-sflWREinE3 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sflWREinE3 .table-wrapper {
  margin: 0 auto;
}
.cid-sflWREinE3 table {
  width: 88% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sflWREinE3 table thead tr {
  border: none !important;
}
.cid-sflWREinE3 table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sflWREinE3 table tr td {
  border-color: #c1c1c1;
}
.cid-sflWREinE3 table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sflWREinE3 tr:hover {
  background-color: #ffffff !important;
}
.cid-sflWREinE3 th:after,
.cid-sflWREinE3 th:before {
  display: none !important;
}
.cid-sflWREinE3 .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sflWREinE3 .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sflWREinE3 table th,
  .cid-sflWREinE3 table td {
    padding: .75rem;
  }
}
.cid-sflWREinE3 .body-item {
  text-align: left;
}
.cid-sflWREinE3 .mbr-text {
  color: #767676;
}
.cid-sflWREinE3 .head-item {
  color: #232323;
  text-align: left;
}
.cid-sflWREinE3 .mbr-section-title,
.cid-sflWREinE3 .head-item {
  color: #14287f;
}
.cid-sflWRHxc50 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sflWRHxc50 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sflWRHxc50 .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sflWRHxc50 .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sflWRHxc50 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sflWRHxc50 .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-sflWRHxc50 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sflWRHxc50 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sflWRHxc50 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sflWRHxc50 .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sflWRHxc50 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sflWRHxc50 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sflWRHxc50 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sflWRHxc50 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sflWRHxc50 .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-sflWRHxc50 .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sflWRHxc50 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sflWRHxc50 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-sflWRHxc50 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sflWRHxc50 .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-sflWRHxc50 .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-sflWRHxc50 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sflWRHxc50 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sflWRHxc50 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sflWRHxc50 * {
    text-align: left;
  }
}
.cid-sflWRJuji7 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffc600;
}
.cid-sflWRJuji7 .content-inner .left-content {
  display: block;
}
.cid-sflWRJuji7 .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sflWRJuji7 .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sflWRJuji7 .content-inner .right-content {
  display: block;
}
.cid-sflWRJuji7 .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sflWRJuji7 .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sflWRJuji7 .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sflWRJuji7 .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #ffc600 !important;
  border-color: #ffc600 !important;
}
@media (max-width: 991px) {
  .cid-sflWRJuji7 .content-inner {
    justify-content: center !important;
  }
  .cid-sflWRJuji7 * {
    text-align: center;
  }
}
.cid-sflWRKB2U2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sflWRKB2U2 .stats-item {
  padding: 80px 10px;
  background-color: #13287d;
  display: flex;
  justify-content: center;
}
.cid-sflWRKB2U2 .stats-item:hover .mbr-iconfont::before {
  -webkit-animation: updown 0.45s ease-in-out 0.1s;
  animation: updown 0.45s ease-in-out 0.1s;
  display: block;
}
.cid-sflWRKB2U2 .stats-item > span {
  transition: all 0.3s ease-in-out;
}
.cid-sflWRKB2U2 .heading {
  color: #ffffff;
}
.cid-sflWRKB2U2 .counter {
  text-align: center;
  color: #ffffff;
}
.cid-sflWRKB2U2 .mbr-iconfont {
  font-size: 45px;
  align-self: center;
  margin-bottom: 22px;
  border: 2px dashed #ffffff;
  border-radius: 50%;
  padding: 35.5px;
}
.cid-sflWRKB2U2 .mbr-card-title,
.cid-sflWRKB2U2 .mbr-iconfont {
  text-align: center;
  color: #ffffff;
  display: block;
}
@media (max-width: 768px) {
  .cid-sflWRKB2U2 .stats-item {
    padding: 30px 25px;
  }
}
@-webkit-keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-sflWRMJey1 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sflWRMJey1 .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sflWRMJey1 .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sflWRMJey1 .mbr-text {
  color: #83868c;
}
.cid-sflWRMJey1 .phone-word {
  color: #279e64;
}
.cid-sflWRMJey1 .text-link {
  transition: all 0.3s ease-in;
}
.cid-sflWRMJey1 .text-link:hover {
  color: #279e64 !important;
}
.cid-sflWRMJey1 img {
  height: 100px;
  padding-right: 8px;
}
.cid-sflWRMJey1 .img1 {
  color: #279e64;
}
.cid-sflWRMJey1 .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sflWRMJey1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sflWRMJey1 .content .link-wrap {
  color: red;
}
.cid-sflWRMJey1 .content .date-wrap {
  color: #13287d;
}
.cid-sflWRMJey1 .item,
.cid-sflWRMJey1 .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sflWRMJey1 .item h4,
.cid-sflWRMJey1 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sflWRMJey1 .link {
  transition: all 0.3s ease-in;
}
.cid-sflWRMJey1 .link .card-img {
  padding-bottom: 3px;
}
.cid-sflWRMJey1 .link:hover .card-img span {
  color: #279e64;
}
.cid-sflWRMJey1 .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sflWRMJey1 .item .card-img {
  width: auto;
}
.cid-sflWRMJey1 .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sflWRMJey1 .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sflWRMJey1 h5 {
    text-align: left !important;
  }
  .cid-sflWRMJey1 .line-wrap {
    text-align: left !important;
  }
}
.cid-sflWRMJey1 .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sflWRMJey1 .item-title:hover {
  color: #279e64;
}
.cid-sflWRMJey1 .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sflWRMJey1 .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sflWRMJey1 .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sflWRMJey1 .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sflWRMJey1 .btn[class*="-outline"]:active,
.cid-sflWRMJey1 .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sflWRMJey1 .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sflWRMJey1 .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sflWRMJey1 .pre-form {
  color: #83868c;
}
.cid-sflWRMJey1 .form-group,
.cid-sflWRMJey1 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sflWRMJey1 .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-sflWRMJey1 .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sflWRMJey1 .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sflWRMJey1 .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sflWRMJey1 .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sflWRMJey1 .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sflWRMJey1 .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sflWRMJey1 .dragArea {
  flex-direction: column;
}
.cid-sflWRMJey1 .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sfmvZxnHay .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sfmvZxnHay .navbar-fixed-top {
  padding-top: 0;
}
.cid-sfmvZxnHay .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sfmvZxnHay .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sfmvZxnHay .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sfmvZxnHay .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sfmvZxnHay .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sfmvZxnHay .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sfmvZxnHay .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sfmvZxnHay .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sfmvZxnHay .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sfmvZxnHay .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sfmvZxnHay .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sfmvZxnHay .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sfmvZxnHay .dropdown-item,
.cid-sfmvZxnHay .nav-link,
.cid-sfmvZxnHay .brand-name {
  font-style: normal;
}
.cid-sfmvZxnHay .dropdown-item:hover,
.cid-sfmvZxnHay .nav-link:hover,
.cid-sfmvZxnHay .brand-name:hover {
  color: #279e64 !important;
}
.cid-sfmvZxnHay .dropdown-menu {
  background-color: #ffffff;
}
.cid-sfmvZxnHay .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sfmvZxnHay .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-sfmvZxnHay .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sfmvZxnHay .nav-item {
  position: relative;
}
.cid-sfmvZxnHay .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sfmvZxnHay .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sfmvZxnHay .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sfmvZxnHay .nav-link {
    line-height: 6.13;
  }
  .cid-sfmvZxnHay .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sfmvZxnHay .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sfmvZxnHay .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-sfmvZxnHay .content-text {
  margin-bottom: 0;
}
.cid-sfmvZxnHay .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sfmvZxnHay .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sfmvZxnHay .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sfmvZxnHay .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sfmvZxnHay .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sfmvZxnHay .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfmvZxnHay .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sfmvZxnHay .content-right-side {
  text-align: center;
}
.cid-sfmvZxnHay .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sfmvZxnHay .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sfmvZxnHay .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sfmvZxnHay .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-sfmvZxnHay .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sfmvZxnHay .info-widget:first-child {
  margin-left: 0;
}
.cid-sfmvZxnHay .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sfmvZxnHay .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sfmvZxnHay .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sfmvZxnHay .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sfmvZxnHay .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sfmvZxnHay .navbar {
    display: block;
    padding: 0;
  }
  .cid-sfmvZxnHay .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sfmvZxnHay .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-sfmvZxnHay .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sfmvZxnHay .navbar-toggler {
    display: none;
  }
  .cid-sfmvZxnHay .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-sfmvZxnHay .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sfmvZxnHay .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sfmvZxnHay .btn-sm {
  padding: 13px 29px;
}
.cid-sfmvZxnHay .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sfmvZxnHay .btn::after {
  background-color: #83868c;
  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-sfmvZxnHay .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sfmvZxnHay .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sfmvZxnHay .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sfmvZxnHay .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sfmvZxnHay .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sfmvZxnHay .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sfmvZxnHay .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sfmvZxnHay .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sfmvZxnHay .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfmvZxnHay .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sfmvZxnHay .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sfmvZxnHay .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sfmvZxnHay .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sfmvZxnHay .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sfmvZxnHay .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sfmvZxnHay .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sfmvZxnHay .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sfmvZxnHay .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sfmvZxnHay .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sfmvZxnHay button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sfmvZxnHay button.navbar-toggler:focus {
  outline: none;
}
.cid-sfmvZxnHay button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sfmvZxnHay button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sfmvZxnHay button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sfmvZxnHay button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sfmvZxnHay button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sfmvZxnHay nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sfmvZxnHay nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sfmvZxnHay nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sfmvZxnHay nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sfmvZxnHay .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sfmvZxnHay .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sfmvZxnHay .collapsed .btn {
  display: flex;
}
.cid-sfmvZxnHay .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sfmvZxnHay .collapsed .navbar-collapse.collapsing,
.cid-sfmvZxnHay .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sfmvZxnHay .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sfmvZxnHay .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sfmvZxnHay .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sfmvZxnHay .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sfmvZxnHay .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sfmvZxnHay .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sfmvZxnHay .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sfmvZxnHay .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sfmvZxnHay .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sfmvZxnHay .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sfmvZxnHay .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sfmvZxnHay .collapsed button.navbar-toggler {
  display: block;
}
.cid-sfmvZxnHay .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sfmvZxnHay .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sfmvZxnHay .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-sfmvZxnHay .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sfmvZxnHay .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sfmvZxnHay .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-sfmvZxnHay .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sfmvZxnHay .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sfmvZxnHay .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sfmvZxnHay .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sfmvZxnHay .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sfmvZxnHay .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-sfmvZxnHay .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sfmvZxnHay .navbar-collapse.collapsing,
  .cid-sfmvZxnHay .navbar-collapse.show {
    display: block !important;
  }
  .cid-sfmvZxnHay .navbar-collapse.collapsing .navbar-nav,
  .cid-sfmvZxnHay .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sfmvZxnHay .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sfmvZxnHay .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sfmvZxnHay .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sfmvZxnHay .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sfmvZxnHay .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sfmvZxnHay .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sfmvZxnHay .navbar-collapse.collapsing .navbar-buttons,
  .cid-sfmvZxnHay .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sfmvZxnHay .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sfmvZxnHay .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sfmvZxnHay img {
    height: 3.8rem !important;
  }
  .cid-sfmvZxnHay .btn {
    display: flex;
  }
  .cid-sfmvZxnHay button.navbar-toggler {
    display: block;
  }
  .cid-sfmvZxnHay .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sfmvZxnHay .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sfmvZxnHay .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-sfmvZxnHay .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sfmvZxnHay .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sfmvZxnHay .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-sfmvZxnHay .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sfmvZxnHay .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sfmvZxnHay .navbar-toggler {
  position: relative;
}
.cid-sfmvZxnHay .dropdown-item.active,
.cid-sfmvZxnHay .dropdown-item:active {
  color: initial;
}
.cid-sfmvZxnHay .widget-title {
  color: #83868c;
}
.cid-sfmvZxnHay .widget-text {
  color: #83868c;
}
.cid-sfmvZxnHay .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sfmvZxnHay .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sfmvZxnHay .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sfmvZxnHay .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -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-sfmvZxnHay .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sfmvZxnHay .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sfmvZxnHay .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sfmvZxnHay .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sfmvZxnHay .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sfmvZxnHay .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sfmvZxnHay .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sfmvZxnHay .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sfmvZxnHay .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sfmvZxnHay .menu-content-top,
  .cid-sfmvZxnHay .menu-bottom {
    padding: 0 15px;
  }
  .cid-sfmvZxnHay button.navbar-toggler {
    align-self: center;
  }
}
@-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-sfmvZzq2Kd {
  padding-top: 195px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/01-458x305.jpg");
}
.cid-sfmvZzq2Kd .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sfmvZzq2Kd .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sfmvZzq2Kd .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sfmvZzq2Kd .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sfmvZzq2Kd .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sfmvZzq2Kd .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sfmvZzq2Kd .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sfmvZzq2Kd .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sfmvZzq2Kd .separator,
  .cid-sfmvZzq2Kd .sep-holder,
  .cid-sfmvZzq2Kd .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sfmvZzq2Kd .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sfmvZzq2Kd .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sfmvZzq2Kd .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sfmvZzq2Kd .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sfmvZzq2Kd .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 0.9rem;
  margin: auto;
  color: #ffffff;
}
.cid-sfmvZzq2Kd .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sfmvZzq2Kd .items .list-item:last-child .listico {
  display: none;
}
.cid-sfmvZBiqQ1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eeeff2;
}
.cid-sfmvZBiqQ1 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sfmvZBiqQ1 .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sfmvZBiqQ1 .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sfmvZBiqQ1 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sfmvZBiqQ1 .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-sfmvZBiqQ1 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sfmvZBiqQ1 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sfmvZBiqQ1 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sfmvZBiqQ1 .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sfmvZBiqQ1 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sfmvZBiqQ1 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sfmvZBiqQ1 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sfmvZBiqQ1 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sfmvZBiqQ1 .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-sfmvZBiqQ1 .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sfmvZBiqQ1 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sfmvZBiqQ1 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-sfmvZBiqQ1 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sfmvZBiqQ1 .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-sfmvZBiqQ1 .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-sfmvZBiqQ1 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sfmvZBiqQ1 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sfmvZBiqQ1 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sfmvZBiqQ1 * {
    text-align: left;
  }
}
.cid-sfmvZDuQq9 {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sfmvZDuQq9 .main-row {
  flex-direction: row-reverse;
}
.cid-sfmvZDuQq9 .mbr-section-subtitle {
  color: #279e64;
}
.cid-sfmvZDuQq9 .mbr-section-title {
  text-align: left;
  color: #13287d;
}
.cid-sfmvZDuQq9 .mbr-text {
  color: #83868c;
}
.cid-sfmvZDuQq9 .mbr-section-btn {
  margin-top: 40px;
}
.cid-sfmvZDuQq9 .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-sfmvZDuQq9 .mbr-list {
  color: #83868c;
}
.cid-sfmvZDuQq9 .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-sfmvZDuQq9 .mbr-list .list {
    text-align: left;
  }
}
.cid-sfmvZDuQq9 .mbr-list .list li {
  line-height: 1.8;
  padding-bottom: 14px;
  margin-top: 14px;
  font-weight: 400;
}
.cid-sfmvZDuQq9 .mbr-list .list li:first-child {
  margin-top: 0;
}
.cid-sfmvZDuQq9 .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  content: "\e97c";
  font-family: 'Moririse2' !important;
  text-align: center;
  line-height: 1em;
  transition: all 0.3s;
  margin-right: 11.25px;
  border-radius: 50%;
  padding: 5px;
  background-color: #279e64;
}
@media (max-width: 768px) {
  .cid-sfmvZDuQq9 * {
    text-align: left;
  }
}
.cid-sfmvZEvfrm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e9e9e9;
}
.cid-sfmvZEvfrm .container-fluid {
  padding: 0 3rem;
}
.cid-sfmvZEvfrm .mbr-section-subtitle {
  color: #767676;
}
.cid-sfmvZEvfrm .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sfmvZEvfrm .table-wrapper {
  margin: 0 auto;
}
.cid-sfmvZEvfrm table {
  width: 88% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sfmvZEvfrm table thead tr {
  border: none !important;
}
.cid-sfmvZEvfrm table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #000000;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sfmvZEvfrm table tr td {
  border-color: #1b1a1a;
}
.cid-sfmvZEvfrm table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sfmvZEvfrm tr:hover {
  background-color: #ffffff !important;
}
.cid-sfmvZEvfrm th:after,
.cid-sfmvZEvfrm th:before {
  display: none !important;
}
.cid-sfmvZEvfrm .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sfmvZEvfrm .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sfmvZEvfrm table th,
  .cid-sfmvZEvfrm table td {
    padding: .75rem;
  }
}
.cid-sfmvZEvfrm .body-item {
  text-align: left;
}
.cid-sfmvZEvfrm .mbr-text {
  color: #767676;
}
.cid-sfmvZEvfrm .head-item {
  color: #232323;
}
.cid-sfmvZEvfrm .mbr-section-title,
.cid-sfmvZEvfrm .head-item {
  color: #14287f;
}
.cid-sfmvZGbZkM {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sfmvZGbZkM .main-row {
  flex-direction: row-reverse;
}
.cid-sfmvZGbZkM .mbr-section-subtitle {
  color: #279e64;
}
.cid-sfmvZGbZkM .mbr-section-title {
  text-align: left;
  color: #13287d;
}
.cid-sfmvZGbZkM .mbr-text {
  color: #83868c;
}
.cid-sfmvZGbZkM .mbr-section-btn {
  margin-top: 40px;
}
.cid-sfmvZGbZkM .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-sfmvZGbZkM .mbr-list {
  color: #83868c;
}
.cid-sfmvZGbZkM .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-sfmvZGbZkM .mbr-list .list {
    text-align: left;
  }
}
.cid-sfmvZGbZkM .mbr-list .list li {
  line-height: 1.8;
  padding-bottom: 14px;
  margin-top: 14px;
  font-weight: 400;
}
.cid-sfmvZGbZkM .mbr-list .list li:first-child {
  margin-top: 0;
}
.cid-sfmvZGbZkM .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  content: "\e97c";
  font-family: 'Moririse2' !important;
  text-align: center;
  line-height: 1em;
  transition: all 0.3s;
  margin-right: 11.25px;
  border-radius: 50%;
  padding: 5px;
  background-color: #279e64;
}
@media (max-width: 768px) {
  .cid-sfmvZGbZkM * {
    text-align: left;
  }
}
.cid-sfmvZHtBdI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e9e9e9;
}
.cid-sfmvZHtBdI .container-fluid {
  padding: 0 3rem;
}
.cid-sfmvZHtBdI .mbr-section-subtitle {
  color: #767676;
}
.cid-sfmvZHtBdI .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sfmvZHtBdI .table-wrapper {
  margin: 0 auto;
}
.cid-sfmvZHtBdI table {
  width: 88% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sfmvZHtBdI table thead tr {
  border: none !important;
}
.cid-sfmvZHtBdI table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #000000;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sfmvZHtBdI table tr td {
  border-color: #1b1a1a;
}
.cid-sfmvZHtBdI table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sfmvZHtBdI tr:hover {
  background-color: #ffffff !important;
}
.cid-sfmvZHtBdI th:after,
.cid-sfmvZHtBdI th:before {
  display: none !important;
}
.cid-sfmvZHtBdI .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sfmvZHtBdI .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sfmvZHtBdI table th,
  .cid-sfmvZHtBdI table td {
    padding: .75rem;
  }
}
.cid-sfmvZHtBdI .body-item {
  text-align: left;
}
.cid-sfmvZHtBdI .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-sfmvZHtBdI .head-item {
  color: #232323;
  text-align: left;
}
.cid-sfmvZHtBdI .mbr-section-title,
.cid-sfmvZHtBdI .head-item {
  color: #14287f;
}
.cid-sfmx9qO48K {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e9e9e9;
}
.cid-sfmx9qO48K .container-fluid {
  padding: 0 3rem;
}
.cid-sfmx9qO48K .mbr-section-subtitle {
  color: #767676;
}
.cid-sfmx9qO48K .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sfmx9qO48K .table-wrapper {
  margin: 0 auto;
}
.cid-sfmx9qO48K table {
  width: 88% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sfmx9qO48K table thead tr {
  border: none !important;
}
.cid-sfmx9qO48K table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sfmx9qO48K table tr td {
  border-color: #c1c1c1;
}
.cid-sfmx9qO48K table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sfmx9qO48K tr:hover {
  background-color: #ffffff !important;
}
.cid-sfmx9qO48K th:after,
.cid-sfmx9qO48K th:before {
  display: none !important;
}
.cid-sfmx9qO48K .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sfmx9qO48K .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sfmx9qO48K table th,
  .cid-sfmx9qO48K table td {
    padding: .75rem;
  }
}
.cid-sfmx9qO48K .body-item {
  text-align: left;
}
.cid-sfmx9qO48K .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-sfmx9qO48K .head-item {
  color: #14287f;
  text-align: left;
}
.cid-sfmvZJ6dYW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sfmvZJ6dYW .container-fluid {
  padding: 0 3rem;
}
.cid-sfmvZJ6dYW .mbr-section-subtitle {
  color: #767676;
}
.cid-sfmvZJ6dYW .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sfmvZJ6dYW .table-wrapper {
  margin: 0 auto;
}
.cid-sfmvZJ6dYW table {
  width: 88% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sfmvZJ6dYW table thead tr {
  border: none !important;
}
.cid-sfmvZJ6dYW table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sfmvZJ6dYW table tr td {
  border-color: #c1c1c1;
}
.cid-sfmvZJ6dYW table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sfmvZJ6dYW tr:hover {
  background-color: #ffffff !important;
}
.cid-sfmvZJ6dYW th:after,
.cid-sfmvZJ6dYW th:before {
  display: none !important;
}
.cid-sfmvZJ6dYW .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sfmvZJ6dYW .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sfmvZJ6dYW table th,
  .cid-sfmvZJ6dYW table td {
    padding: .75rem;
  }
}
.cid-sfmvZJ6dYW .body-item {
  text-align: center;
  color: #1b1a1a;
}
.cid-sfmvZJ6dYW .mbr-text {
  color: #767676;
}
.cid-sfmvZJ6dYW .head-item {
  color: #232323;
}
.cid-sfmvZJ6dYW .mbr-section-title,
.cid-sfmvZJ6dYW .head-item {
  color: #14287f;
}
.cid-sfmvZMbOaE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e9e9e9;
}
.cid-sfmvZMbOaE .container-fluid {
  padding: 0 3rem;
}
.cid-sfmvZMbOaE .mbr-section-subtitle {
  color: #767676;
}
.cid-sfmvZMbOaE .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sfmvZMbOaE .table-wrapper {
  margin: 0 auto;
}
.cid-sfmvZMbOaE table {
  width: 88% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sfmvZMbOaE table thead tr {
  border: none !important;
}
.cid-sfmvZMbOaE table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sfmvZMbOaE table tr td {
  border-color: #c1c1c1;
}
.cid-sfmvZMbOaE table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sfmvZMbOaE tr:hover {
  background-color: #ffffff !important;
}
.cid-sfmvZMbOaE th:after,
.cid-sfmvZMbOaE th:before {
  display: none !important;
}
.cid-sfmvZMbOaE .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sfmvZMbOaE .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sfmvZMbOaE table th,
  .cid-sfmvZMbOaE table td {
    padding: .75rem;
  }
}
.cid-sfmvZMbOaE .body-item {
  text-align: left;
}
.cid-sfmvZMbOaE .mbr-text {
  color: #767676;
}
.cid-sfmvZMbOaE .head-item {
  color: #232323;
  text-align: left;
}
.cid-sfmvZMbOaE .mbr-section-title,
.cid-sfmvZMbOaE .head-item {
  color: #14287f;
}
.cid-sfmzDU1SAq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sfmzDU1SAq .container-fluid {
  padding: 0 3rem;
}
.cid-sfmzDU1SAq .mbr-section-subtitle {
  color: #767676;
}
.cid-sfmzDU1SAq .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sfmzDU1SAq .table-wrapper {
  margin: 0 auto;
}
.cid-sfmzDU1SAq table {
  width: 88% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sfmzDU1SAq table thead tr {
  border: none !important;
}
.cid-sfmzDU1SAq table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sfmzDU1SAq table tr td {
  border-color: #c1c1c1;
}
.cid-sfmzDU1SAq table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sfmzDU1SAq tr:hover {
  background-color: #ffffff !important;
}
.cid-sfmzDU1SAq th:after,
.cid-sfmzDU1SAq th:before {
  display: none !important;
}
.cid-sfmzDU1SAq .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sfmzDU1SAq .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sfmzDU1SAq table th,
  .cid-sfmzDU1SAq table td {
    padding: .75rem;
  }
}
.cid-sfmzDU1SAq .body-item {
  text-align: left;
}
.cid-sfmzDU1SAq .mbr-text {
  color: #767676;
}
.cid-sfmzDU1SAq .head-item {
  color: #232323;
  text-align: left;
}
.cid-sfmzDU1SAq .mbr-section-title,
.cid-sfmzDU1SAq .head-item {
  color: #14287f;
}
.cid-sfmvZPkhFD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sfmvZPkhFD .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sfmvZPkhFD .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sfmvZPkhFD .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sfmvZPkhFD .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sfmvZPkhFD .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-sfmvZPkhFD .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sfmvZPkhFD .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sfmvZPkhFD .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sfmvZPkhFD .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sfmvZPkhFD .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sfmvZPkhFD .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sfmvZPkhFD .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sfmvZPkhFD .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sfmvZPkhFD .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-sfmvZPkhFD .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sfmvZPkhFD .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sfmvZPkhFD .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-sfmvZPkhFD .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sfmvZPkhFD .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-sfmvZPkhFD .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-sfmvZPkhFD .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sfmvZPkhFD .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sfmvZPkhFD .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sfmvZPkhFD * {
    text-align: left;
  }
}
.cid-sfmvZRrB7C {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffc600;
}
.cid-sfmvZRrB7C .content-inner .left-content {
  display: block;
}
.cid-sfmvZRrB7C .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sfmvZRrB7C .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sfmvZRrB7C .content-inner .right-content {
  display: block;
}
.cid-sfmvZRrB7C .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sfmvZRrB7C .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sfmvZRrB7C .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sfmvZRrB7C .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #ffc600 !important;
  border-color: #ffc600 !important;
}
@media (max-width: 991px) {
  .cid-sfmvZRrB7C .content-inner {
    justify-content: center !important;
  }
  .cid-sfmvZRrB7C * {
    text-align: center;
  }
}
.cid-sfmvZSppTu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sfmvZSppTu .stats-item {
  padding: 80px 10px;
  background-color: #13287d;
  display: flex;
  justify-content: center;
}
.cid-sfmvZSppTu .stats-item:hover .mbr-iconfont::before {
  -webkit-animation: updown 0.45s ease-in-out 0.1s;
  animation: updown 0.45s ease-in-out 0.1s;
  display: block;
}
.cid-sfmvZSppTu .stats-item > span {
  transition: all 0.3s ease-in-out;
}
.cid-sfmvZSppTu .heading {
  color: #ffffff;
}
.cid-sfmvZSppTu .counter {
  text-align: center;
  color: #ffffff;
}
.cid-sfmvZSppTu .mbr-iconfont {
  font-size: 45px;
  align-self: center;
  margin-bottom: 22px;
  border: 2px dashed #ffffff;
  border-radius: 50%;
  padding: 35.5px;
}
.cid-sfmvZSppTu .mbr-card-title,
.cid-sfmvZSppTu .mbr-iconfont {
  text-align: center;
  color: #ffffff;
  display: block;
}
@media (max-width: 768px) {
  .cid-sfmvZSppTu .stats-item {
    padding: 30px 25px;
  }
}
@-webkit-keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-sfmvZUmSnl {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sfmvZUmSnl .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sfmvZUmSnl .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sfmvZUmSnl .mbr-text {
  color: #83868c;
}
.cid-sfmvZUmSnl .phone-word {
  color: #279e64;
}
.cid-sfmvZUmSnl .text-link {
  transition: all 0.3s ease-in;
}
.cid-sfmvZUmSnl .text-link:hover {
  color: #279e64 !important;
}
.cid-sfmvZUmSnl img {
  height: 100px;
  padding-right: 8px;
}
.cid-sfmvZUmSnl .img1 {
  color: #279e64;
}
.cid-sfmvZUmSnl .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sfmvZUmSnl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sfmvZUmSnl .content .link-wrap {
  color: red;
}
.cid-sfmvZUmSnl .content .date-wrap {
  color: #13287d;
}
.cid-sfmvZUmSnl .item,
.cid-sfmvZUmSnl .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sfmvZUmSnl .item h4,
.cid-sfmvZUmSnl .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sfmvZUmSnl .link {
  transition: all 0.3s ease-in;
}
.cid-sfmvZUmSnl .link .card-img {
  padding-bottom: 3px;
}
.cid-sfmvZUmSnl .link:hover .card-img span {
  color: #279e64;
}
.cid-sfmvZUmSnl .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sfmvZUmSnl .item .card-img {
  width: auto;
}
.cid-sfmvZUmSnl .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sfmvZUmSnl .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sfmvZUmSnl h5 {
    text-align: left !important;
  }
  .cid-sfmvZUmSnl .line-wrap {
    text-align: left !important;
  }
}
.cid-sfmvZUmSnl .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sfmvZUmSnl .item-title:hover {
  color: #279e64;
}
.cid-sfmvZUmSnl .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sfmvZUmSnl .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sfmvZUmSnl .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sfmvZUmSnl .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sfmvZUmSnl .btn[class*="-outline"]:active,
.cid-sfmvZUmSnl .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sfmvZUmSnl .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sfmvZUmSnl .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sfmvZUmSnl .pre-form {
  color: #83868c;
}
.cid-sfmvZUmSnl .form-group,
.cid-sfmvZUmSnl .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sfmvZUmSnl .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-sfmvZUmSnl .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sfmvZUmSnl .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sfmvZUmSnl .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sfmvZUmSnl .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sfmvZUmSnl .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sfmvZUmSnl .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sfmvZUmSnl .dragArea {
  flex-direction: column;
}
.cid-sfmvZUmSnl .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sfmAYmqlSZ .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sfmAYmqlSZ .navbar-fixed-top {
  padding-top: 0;
}
.cid-sfmAYmqlSZ .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sfmAYmqlSZ .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sfmAYmqlSZ .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sfmAYmqlSZ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sfmAYmqlSZ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sfmAYmqlSZ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sfmAYmqlSZ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sfmAYmqlSZ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sfmAYmqlSZ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sfmAYmqlSZ .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sfmAYmqlSZ .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sfmAYmqlSZ .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sfmAYmqlSZ .dropdown-item,
.cid-sfmAYmqlSZ .nav-link,
.cid-sfmAYmqlSZ .brand-name {
  font-style: normal;
}
.cid-sfmAYmqlSZ .dropdown-item:hover,
.cid-sfmAYmqlSZ .nav-link:hover,
.cid-sfmAYmqlSZ .brand-name:hover {
  color: #279e64 !important;
}
.cid-sfmAYmqlSZ .dropdown-menu {
  background-color: #ffffff;
}
.cid-sfmAYmqlSZ .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sfmAYmqlSZ .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-sfmAYmqlSZ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sfmAYmqlSZ .nav-item {
  position: relative;
}
.cid-sfmAYmqlSZ .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sfmAYmqlSZ .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sfmAYmqlSZ .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sfmAYmqlSZ .nav-link {
    line-height: 6.13;
  }
  .cid-sfmAYmqlSZ .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sfmAYmqlSZ .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sfmAYmqlSZ .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-sfmAYmqlSZ .content-text {
  margin-bottom: 0;
}
.cid-sfmAYmqlSZ .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sfmAYmqlSZ .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sfmAYmqlSZ .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sfmAYmqlSZ .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sfmAYmqlSZ .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sfmAYmqlSZ .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfmAYmqlSZ .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sfmAYmqlSZ .content-right-side {
  text-align: center;
}
.cid-sfmAYmqlSZ .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sfmAYmqlSZ .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sfmAYmqlSZ .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sfmAYmqlSZ .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-sfmAYmqlSZ .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sfmAYmqlSZ .info-widget:first-child {
  margin-left: 0;
}
.cid-sfmAYmqlSZ .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sfmAYmqlSZ .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sfmAYmqlSZ .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sfmAYmqlSZ .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sfmAYmqlSZ .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sfmAYmqlSZ .navbar {
    display: block;
    padding: 0;
  }
  .cid-sfmAYmqlSZ .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sfmAYmqlSZ .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-sfmAYmqlSZ .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sfmAYmqlSZ .navbar-toggler {
    display: none;
  }
  .cid-sfmAYmqlSZ .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-sfmAYmqlSZ .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sfmAYmqlSZ .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sfmAYmqlSZ .btn-sm {
  padding: 13px 29px;
}
.cid-sfmAYmqlSZ .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sfmAYmqlSZ .btn::after {
  background-color: #83868c;
  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-sfmAYmqlSZ .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sfmAYmqlSZ .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sfmAYmqlSZ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sfmAYmqlSZ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sfmAYmqlSZ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sfmAYmqlSZ .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sfmAYmqlSZ .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sfmAYmqlSZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sfmAYmqlSZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfmAYmqlSZ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sfmAYmqlSZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sfmAYmqlSZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sfmAYmqlSZ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sfmAYmqlSZ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sfmAYmqlSZ .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sfmAYmqlSZ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sfmAYmqlSZ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sfmAYmqlSZ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sfmAYmqlSZ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sfmAYmqlSZ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sfmAYmqlSZ button.navbar-toggler:focus {
  outline: none;
}
.cid-sfmAYmqlSZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sfmAYmqlSZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sfmAYmqlSZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sfmAYmqlSZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sfmAYmqlSZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sfmAYmqlSZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sfmAYmqlSZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sfmAYmqlSZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sfmAYmqlSZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sfmAYmqlSZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sfmAYmqlSZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sfmAYmqlSZ .collapsed .btn {
  display: flex;
}
.cid-sfmAYmqlSZ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sfmAYmqlSZ .collapsed .navbar-collapse.collapsing,
.cid-sfmAYmqlSZ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sfmAYmqlSZ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sfmAYmqlSZ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sfmAYmqlSZ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sfmAYmqlSZ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sfmAYmqlSZ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sfmAYmqlSZ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sfmAYmqlSZ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sfmAYmqlSZ .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sfmAYmqlSZ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sfmAYmqlSZ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sfmAYmqlSZ .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sfmAYmqlSZ .collapsed button.navbar-toggler {
  display: block;
}
.cid-sfmAYmqlSZ .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sfmAYmqlSZ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sfmAYmqlSZ .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-sfmAYmqlSZ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sfmAYmqlSZ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sfmAYmqlSZ .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-sfmAYmqlSZ .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sfmAYmqlSZ .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sfmAYmqlSZ .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sfmAYmqlSZ .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sfmAYmqlSZ .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sfmAYmqlSZ .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-sfmAYmqlSZ .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sfmAYmqlSZ .navbar-collapse.collapsing,
  .cid-sfmAYmqlSZ .navbar-collapse.show {
    display: block !important;
  }
  .cid-sfmAYmqlSZ .navbar-collapse.collapsing .navbar-nav,
  .cid-sfmAYmqlSZ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sfmAYmqlSZ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sfmAYmqlSZ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sfmAYmqlSZ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sfmAYmqlSZ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sfmAYmqlSZ .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sfmAYmqlSZ .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sfmAYmqlSZ .navbar-collapse.collapsing .navbar-buttons,
  .cid-sfmAYmqlSZ .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sfmAYmqlSZ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sfmAYmqlSZ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sfmAYmqlSZ img {
    height: 3.8rem !important;
  }
  .cid-sfmAYmqlSZ .btn {
    display: flex;
  }
  .cid-sfmAYmqlSZ button.navbar-toggler {
    display: block;
  }
  .cid-sfmAYmqlSZ .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sfmAYmqlSZ .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sfmAYmqlSZ .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-sfmAYmqlSZ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sfmAYmqlSZ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sfmAYmqlSZ .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-sfmAYmqlSZ .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sfmAYmqlSZ .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sfmAYmqlSZ .navbar-toggler {
  position: relative;
}
.cid-sfmAYmqlSZ .dropdown-item.active,
.cid-sfmAYmqlSZ .dropdown-item:active {
  color: initial;
}
.cid-sfmAYmqlSZ .widget-title {
  color: #83868c;
}
.cid-sfmAYmqlSZ .widget-text {
  color: #83868c;
}
.cid-sfmAYmqlSZ .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sfmAYmqlSZ .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sfmAYmqlSZ .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sfmAYmqlSZ .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -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-sfmAYmqlSZ .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sfmAYmqlSZ .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sfmAYmqlSZ .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sfmAYmqlSZ .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sfmAYmqlSZ .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sfmAYmqlSZ .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sfmAYmqlSZ .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sfmAYmqlSZ .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sfmAYmqlSZ .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sfmAYmqlSZ .menu-content-top,
  .cid-sfmAYmqlSZ .menu-bottom {
    padding: 0 15px;
  }
  .cid-sfmAYmqlSZ button.navbar-toggler {
    align-self: center;
  }
}
@-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-sfmAYo7ykx {
  padding-top: 195px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/01-458x305.jpg");
}
.cid-sfmAYo7ykx .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sfmAYo7ykx .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sfmAYo7ykx .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sfmAYo7ykx .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sfmAYo7ykx .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sfmAYo7ykx .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sfmAYo7ykx .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sfmAYo7ykx .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sfmAYo7ykx .separator,
  .cid-sfmAYo7ykx .sep-holder,
  .cid-sfmAYo7ykx .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sfmAYo7ykx .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sfmAYo7ykx .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sfmAYo7ykx .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sfmAYo7ykx .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sfmAYo7ykx .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 0.9rem;
  margin: auto;
  color: #ffffff;
}
.cid-sfmAYo7ykx .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sfmAYo7ykx .items .list-item:last-child .listico {
  display: none;
}
.cid-sfmAYpmxmw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eeeff2;
}
.cid-sfmAYpmxmw .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sfmAYpmxmw .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sfmAYpmxmw .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sfmAYpmxmw .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sfmAYpmxmw .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-sfmAYpmxmw .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sfmAYpmxmw .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sfmAYpmxmw .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sfmAYpmxmw .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sfmAYpmxmw .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sfmAYpmxmw .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sfmAYpmxmw .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sfmAYpmxmw .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sfmAYpmxmw .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-sfmAYpmxmw .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sfmAYpmxmw .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sfmAYpmxmw .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-sfmAYpmxmw .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sfmAYpmxmw .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-sfmAYpmxmw .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-sfmAYpmxmw .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sfmAYpmxmw .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sfmAYpmxmw .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sfmAYpmxmw * {
    text-align: left;
  }
}
.cid-sfmAYrU51V {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sfmAYrU51V .main-row {
  flex-direction: row-reverse;
}
.cid-sfmAYrU51V .mbr-section-subtitle {
  color: #279e64;
}
.cid-sfmAYrU51V .mbr-section-title {
  text-align: left;
  color: #13287d;
}
.cid-sfmAYrU51V .mbr-text {
  color: #83868c;
}
.cid-sfmAYrU51V .mbr-section-btn {
  margin-top: 40px;
}
.cid-sfmAYrU51V .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-sfmAYrU51V .mbr-list {
  color: #83868c;
}
.cid-sfmAYrU51V .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-sfmAYrU51V .mbr-list .list {
    text-align: left;
  }
}
.cid-sfmAYrU51V .mbr-list .list li {
  line-height: 1.8;
  padding-bottom: 14px;
  margin-top: 14px;
  font-weight: 400;
}
.cid-sfmAYrU51V .mbr-list .list li:first-child {
  margin-top: 0;
}
.cid-sfmAYrU51V .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  content: "\e97c";
  font-family: 'Moririse2' !important;
  text-align: center;
  line-height: 1em;
  transition: all 0.3s;
  margin-right: 11.25px;
  border-radius: 50%;
  padding: 5px;
  background-color: #279e64;
}
@media (max-width: 768px) {
  .cid-sfmAYrU51V * {
    text-align: left;
  }
}
.cid-sfmAYsWdYR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e9e9e9;
}
.cid-sfmAYsWdYR .container-fluid {
  padding: 0 3rem;
}
.cid-sfmAYsWdYR .mbr-section-subtitle {
  color: #767676;
}
.cid-sfmAYsWdYR .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sfmAYsWdYR .table-wrapper {
  margin: 0 auto;
}
.cid-sfmAYsWdYR table {
  width: 88% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sfmAYsWdYR table thead tr {
  border: none !important;
}
.cid-sfmAYsWdYR table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #000000;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sfmAYsWdYR table tr td {
  border-color: #1b1a1a;
}
.cid-sfmAYsWdYR table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sfmAYsWdYR tr:hover {
  background-color: #ffffff !important;
}
.cid-sfmAYsWdYR th:after,
.cid-sfmAYsWdYR th:before {
  display: none !important;
}
.cid-sfmAYsWdYR .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sfmAYsWdYR .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sfmAYsWdYR table th,
  .cid-sfmAYsWdYR table td {
    padding: .75rem;
  }
}
.cid-sfmAYsWdYR .body-item {
  text-align: left;
}
.cid-sfmAYsWdYR .mbr-text {
  color: #767676;
}
.cid-sfmAYsWdYR .head-item {
  color: #232323;
}
.cid-sfmAYsWdYR .mbr-section-title,
.cid-sfmAYsWdYR .head-item {
  color: #14287f;
}
.cid-sfmAYuKN3Y {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sfmAYuKN3Y .main-row {
  flex-direction: row-reverse;
}
.cid-sfmAYuKN3Y .mbr-section-subtitle {
  color: #279e64;
}
.cid-sfmAYuKN3Y .mbr-section-title {
  text-align: left;
  color: #13287d;
}
.cid-sfmAYuKN3Y .mbr-text {
  color: #83868c;
}
.cid-sfmAYuKN3Y .mbr-section-btn {
  margin-top: 40px;
}
.cid-sfmAYuKN3Y .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-sfmAYuKN3Y .mbr-list {
  color: #83868c;
}
.cid-sfmAYuKN3Y .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-sfmAYuKN3Y .mbr-list .list {
    text-align: left;
  }
}
.cid-sfmAYuKN3Y .mbr-list .list li {
  line-height: 1.8;
  padding-bottom: 14px;
  margin-top: 14px;
  font-weight: 400;
}
.cid-sfmAYuKN3Y .mbr-list .list li:first-child {
  margin-top: 0;
}
.cid-sfmAYuKN3Y .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  content: "\e97c";
  font-family: 'Moririse2' !important;
  text-align: center;
  line-height: 1em;
  transition: all 0.3s;
  margin-right: 11.25px;
  border-radius: 50%;
  padding: 5px;
  background-color: #279e64;
}
@media (max-width: 768px) {
  .cid-sfmAYuKN3Y * {
    text-align: left;
  }
}
.cid-sfmAYvA3SJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e9e9e9;
}
.cid-sfmAYvA3SJ .container-fluid {
  padding: 0 3rem;
}
.cid-sfmAYvA3SJ .mbr-section-subtitle {
  color: #767676;
}
.cid-sfmAYvA3SJ .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sfmAYvA3SJ .table-wrapper {
  margin: 0 auto;
}
.cid-sfmAYvA3SJ table {
  width: 88% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sfmAYvA3SJ table thead tr {
  border: none !important;
}
.cid-sfmAYvA3SJ table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #000000;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sfmAYvA3SJ table tr td {
  border-color: #1b1a1a;
}
.cid-sfmAYvA3SJ table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sfmAYvA3SJ tr:hover {
  background-color: #ffffff !important;
}
.cid-sfmAYvA3SJ th:after,
.cid-sfmAYvA3SJ th:before {
  display: none !important;
}
.cid-sfmAYvA3SJ .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sfmAYvA3SJ .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sfmAYvA3SJ table th,
  .cid-sfmAYvA3SJ table td {
    padding: .75rem;
  }
}
.cid-sfmAYvA3SJ .body-item {
  text-align: left;
}
.cid-sfmAYvA3SJ .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-sfmAYvA3SJ .head-item {
  color: #232323;
  text-align: left;
}
.cid-sfmAYvA3SJ .mbr-section-title,
.cid-sfmAYvA3SJ .head-item {
  color: #14287f;
}
.cid-sfmAYwZf2O {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sfmAYwZf2O .container-fluid {
  padding: 0 3rem;
}
.cid-sfmAYwZf2O .mbr-section-subtitle {
  color: #767676;
}
.cid-sfmAYwZf2O .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sfmAYwZf2O .table-wrapper {
  margin: 0 auto;
}
.cid-sfmAYwZf2O table {
  width: 88% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sfmAYwZf2O table thead tr {
  border: none !important;
}
.cid-sfmAYwZf2O table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sfmAYwZf2O table tr td {
  border-color: #c1c1c1;
}
.cid-sfmAYwZf2O table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sfmAYwZf2O tr:hover {
  background-color: #ffffff !important;
}
.cid-sfmAYwZf2O th:after,
.cid-sfmAYwZf2O th:before {
  display: none !important;
}
.cid-sfmAYwZf2O .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sfmAYwZf2O .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sfmAYwZf2O table th,
  .cid-sfmAYwZf2O table td {
    padding: .75rem;
  }
}
.cid-sfmAYwZf2O .body-item {
  text-align: center;
  color: #1b1a1a;
}
.cid-sfmAYwZf2O .mbr-text {
  color: #767676;
}
.cid-sfmAYwZf2O .head-item {
  color: #232323;
}
.cid-sfmAYwZf2O .mbr-section-title,
.cid-sfmAYwZf2O .head-item {
  color: #14287f;
}
.cid-sfmAYA5kqB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e9e9e9;
}
.cid-sfmAYA5kqB .container-fluid {
  padding: 0 3rem;
}
.cid-sfmAYA5kqB .mbr-section-subtitle {
  color: #767676;
}
.cid-sfmAYA5kqB .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sfmAYA5kqB .table-wrapper {
  margin: 0 auto;
}
.cid-sfmAYA5kqB table {
  width: 88% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sfmAYA5kqB table thead tr {
  border: none !important;
}
.cid-sfmAYA5kqB table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sfmAYA5kqB table tr td {
  border-color: #c1c1c1;
}
.cid-sfmAYA5kqB table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sfmAYA5kqB tr:hover {
  background-color: #ffffff !important;
}
.cid-sfmAYA5kqB th:after,
.cid-sfmAYA5kqB th:before {
  display: none !important;
}
.cid-sfmAYA5kqB .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sfmAYA5kqB .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sfmAYA5kqB table th,
  .cid-sfmAYA5kqB table td {
    padding: .75rem;
  }
}
.cid-sfmAYA5kqB .body-item {
  text-align: left;
}
.cid-sfmAYA5kqB .mbr-text {
  color: #767676;
}
.cid-sfmAYA5kqB .head-item {
  color: #232323;
  text-align: left;
}
.cid-sfmAYA5kqB .mbr-section-title,
.cid-sfmAYA5kqB .head-item {
  color: #14287f;
}
.cid-sfmAYCt7hx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sfmAYCt7hx .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sfmAYCt7hx .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sfmAYCt7hx .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sfmAYCt7hx .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sfmAYCt7hx .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-sfmAYCt7hx .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sfmAYCt7hx .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sfmAYCt7hx .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sfmAYCt7hx .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sfmAYCt7hx .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sfmAYCt7hx .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sfmAYCt7hx .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sfmAYCt7hx .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sfmAYCt7hx .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-sfmAYCt7hx .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sfmAYCt7hx .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sfmAYCt7hx .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-sfmAYCt7hx .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sfmAYCt7hx .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-sfmAYCt7hx .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-sfmAYCt7hx .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sfmAYCt7hx .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sfmAYCt7hx .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sfmAYCt7hx * {
    text-align: left;
  }
}
.cid-sfmAYEl7NQ {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffc600;
}
.cid-sfmAYEl7NQ .content-inner .left-content {
  display: block;
}
.cid-sfmAYEl7NQ .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sfmAYEl7NQ .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sfmAYEl7NQ .content-inner .right-content {
  display: block;
}
.cid-sfmAYEl7NQ .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sfmAYEl7NQ .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sfmAYEl7NQ .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sfmAYEl7NQ .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #ffc600 !important;
  border-color: #ffc600 !important;
}
@media (max-width: 991px) {
  .cid-sfmAYEl7NQ .content-inner {
    justify-content: center !important;
  }
  .cid-sfmAYEl7NQ * {
    text-align: center;
  }
}
.cid-sfmAYFNJmY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sfmAYFNJmY .stats-item {
  padding: 80px 10px;
  background-color: #13287d;
  display: flex;
  justify-content: center;
}
.cid-sfmAYFNJmY .stats-item:hover .mbr-iconfont::before {
  -webkit-animation: updown 0.45s ease-in-out 0.1s;
  animation: updown 0.45s ease-in-out 0.1s;
  display: block;
}
.cid-sfmAYFNJmY .stats-item > span {
  transition: all 0.3s ease-in-out;
}
.cid-sfmAYFNJmY .heading {
  color: #ffffff;
}
.cid-sfmAYFNJmY .counter {
  text-align: center;
  color: #ffffff;
}
.cid-sfmAYFNJmY .mbr-iconfont {
  font-size: 45px;
  align-self: center;
  margin-bottom: 22px;
  border: 2px dashed #ffffff;
  border-radius: 50%;
  padding: 35.5px;
}
.cid-sfmAYFNJmY .mbr-card-title,
.cid-sfmAYFNJmY .mbr-iconfont {
  text-align: center;
  color: #ffffff;
  display: block;
}
@media (max-width: 768px) {
  .cid-sfmAYFNJmY .stats-item {
    padding: 30px 25px;
  }
}
@-webkit-keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-sfmAYHhB9E {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sfmAYHhB9E .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sfmAYHhB9E .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sfmAYHhB9E .mbr-text {
  color: #83868c;
}
.cid-sfmAYHhB9E .phone-word {
  color: #279e64;
}
.cid-sfmAYHhB9E .text-link {
  transition: all 0.3s ease-in;
}
.cid-sfmAYHhB9E .text-link:hover {
  color: #279e64 !important;
}
.cid-sfmAYHhB9E img {
  height: 100px;
  padding-right: 8px;
}
.cid-sfmAYHhB9E .img1 {
  color: #279e64;
}
.cid-sfmAYHhB9E .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sfmAYHhB9E .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sfmAYHhB9E .content .link-wrap {
  color: red;
}
.cid-sfmAYHhB9E .content .date-wrap {
  color: #13287d;
}
.cid-sfmAYHhB9E .item,
.cid-sfmAYHhB9E .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sfmAYHhB9E .item h4,
.cid-sfmAYHhB9E .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sfmAYHhB9E .link {
  transition: all 0.3s ease-in;
}
.cid-sfmAYHhB9E .link .card-img {
  padding-bottom: 3px;
}
.cid-sfmAYHhB9E .link:hover .card-img span {
  color: #279e64;
}
.cid-sfmAYHhB9E .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sfmAYHhB9E .item .card-img {
  width: auto;
}
.cid-sfmAYHhB9E .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sfmAYHhB9E .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sfmAYHhB9E h5 {
    text-align: left !important;
  }
  .cid-sfmAYHhB9E .line-wrap {
    text-align: left !important;
  }
}
.cid-sfmAYHhB9E .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sfmAYHhB9E .item-title:hover {
  color: #279e64;
}
.cid-sfmAYHhB9E .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sfmAYHhB9E .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sfmAYHhB9E .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sfmAYHhB9E .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sfmAYHhB9E .btn[class*="-outline"]:active,
.cid-sfmAYHhB9E .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sfmAYHhB9E .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sfmAYHhB9E .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sfmAYHhB9E .pre-form {
  color: #83868c;
}
.cid-sfmAYHhB9E .form-group,
.cid-sfmAYHhB9E .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sfmAYHhB9E .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-sfmAYHhB9E .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sfmAYHhB9E .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sfmAYHhB9E .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sfmAYHhB9E .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sfmAYHhB9E .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sfmAYHhB9E .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sfmAYHhB9E .dragArea {
  flex-direction: column;
}
.cid-sfmAYHhB9E .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sfmFiOQm4I .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sfmFiOQm4I .navbar-fixed-top {
  padding-top: 0;
}
.cid-sfmFiOQm4I .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sfmFiOQm4I .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sfmFiOQm4I .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sfmFiOQm4I .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sfmFiOQm4I .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sfmFiOQm4I .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sfmFiOQm4I .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sfmFiOQm4I .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sfmFiOQm4I .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sfmFiOQm4I .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sfmFiOQm4I .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sfmFiOQm4I .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sfmFiOQm4I .dropdown-item,
.cid-sfmFiOQm4I .nav-link,
.cid-sfmFiOQm4I .brand-name {
  font-style: normal;
}
.cid-sfmFiOQm4I .dropdown-item:hover,
.cid-sfmFiOQm4I .nav-link:hover,
.cid-sfmFiOQm4I .brand-name:hover {
  color: #279e64 !important;
}
.cid-sfmFiOQm4I .dropdown-menu {
  background-color: #ffffff;
}
.cid-sfmFiOQm4I .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sfmFiOQm4I .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-sfmFiOQm4I .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sfmFiOQm4I .nav-item {
  position: relative;
}
.cid-sfmFiOQm4I .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sfmFiOQm4I .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sfmFiOQm4I .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sfmFiOQm4I .nav-link {
    line-height: 6.13;
  }
  .cid-sfmFiOQm4I .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sfmFiOQm4I .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sfmFiOQm4I .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-sfmFiOQm4I .content-text {
  margin-bottom: 0;
}
.cid-sfmFiOQm4I .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sfmFiOQm4I .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sfmFiOQm4I .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sfmFiOQm4I .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sfmFiOQm4I .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sfmFiOQm4I .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfmFiOQm4I .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sfmFiOQm4I .content-right-side {
  text-align: center;
}
.cid-sfmFiOQm4I .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sfmFiOQm4I .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sfmFiOQm4I .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sfmFiOQm4I .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-sfmFiOQm4I .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sfmFiOQm4I .info-widget:first-child {
  margin-left: 0;
}
.cid-sfmFiOQm4I .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sfmFiOQm4I .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sfmFiOQm4I .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sfmFiOQm4I .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sfmFiOQm4I .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sfmFiOQm4I .navbar {
    display: block;
    padding: 0;
  }
  .cid-sfmFiOQm4I .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sfmFiOQm4I .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-sfmFiOQm4I .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sfmFiOQm4I .navbar-toggler {
    display: none;
  }
  .cid-sfmFiOQm4I .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-sfmFiOQm4I .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sfmFiOQm4I .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sfmFiOQm4I .btn-sm {
  padding: 13px 29px;
}
.cid-sfmFiOQm4I .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sfmFiOQm4I .btn::after {
  background-color: #83868c;
  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-sfmFiOQm4I .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sfmFiOQm4I .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sfmFiOQm4I .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sfmFiOQm4I .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sfmFiOQm4I .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sfmFiOQm4I .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sfmFiOQm4I .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sfmFiOQm4I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sfmFiOQm4I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfmFiOQm4I .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sfmFiOQm4I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sfmFiOQm4I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sfmFiOQm4I .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sfmFiOQm4I .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sfmFiOQm4I .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sfmFiOQm4I .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sfmFiOQm4I .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sfmFiOQm4I .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sfmFiOQm4I .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sfmFiOQm4I button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sfmFiOQm4I button.navbar-toggler:focus {
  outline: none;
}
.cid-sfmFiOQm4I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sfmFiOQm4I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sfmFiOQm4I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sfmFiOQm4I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sfmFiOQm4I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sfmFiOQm4I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sfmFiOQm4I nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sfmFiOQm4I nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sfmFiOQm4I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sfmFiOQm4I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sfmFiOQm4I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sfmFiOQm4I .collapsed .btn {
  display: flex;
}
.cid-sfmFiOQm4I .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sfmFiOQm4I .collapsed .navbar-collapse.collapsing,
.cid-sfmFiOQm4I .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sfmFiOQm4I .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sfmFiOQm4I .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sfmFiOQm4I .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sfmFiOQm4I .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sfmFiOQm4I .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sfmFiOQm4I .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sfmFiOQm4I .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sfmFiOQm4I .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sfmFiOQm4I .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sfmFiOQm4I .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sfmFiOQm4I .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sfmFiOQm4I .collapsed button.navbar-toggler {
  display: block;
}
.cid-sfmFiOQm4I .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sfmFiOQm4I .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sfmFiOQm4I .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-sfmFiOQm4I .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sfmFiOQm4I .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sfmFiOQm4I .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-sfmFiOQm4I .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sfmFiOQm4I .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sfmFiOQm4I .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sfmFiOQm4I .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sfmFiOQm4I .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sfmFiOQm4I .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-sfmFiOQm4I .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sfmFiOQm4I .navbar-collapse.collapsing,
  .cid-sfmFiOQm4I .navbar-collapse.show {
    display: block !important;
  }
  .cid-sfmFiOQm4I .navbar-collapse.collapsing .navbar-nav,
  .cid-sfmFiOQm4I .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sfmFiOQm4I .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sfmFiOQm4I .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sfmFiOQm4I .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sfmFiOQm4I .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sfmFiOQm4I .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sfmFiOQm4I .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sfmFiOQm4I .navbar-collapse.collapsing .navbar-buttons,
  .cid-sfmFiOQm4I .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sfmFiOQm4I .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sfmFiOQm4I .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sfmFiOQm4I img {
    height: 3.8rem !important;
  }
  .cid-sfmFiOQm4I .btn {
    display: flex;
  }
  .cid-sfmFiOQm4I button.navbar-toggler {
    display: block;
  }
  .cid-sfmFiOQm4I .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sfmFiOQm4I .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sfmFiOQm4I .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-sfmFiOQm4I .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sfmFiOQm4I .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sfmFiOQm4I .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-sfmFiOQm4I .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sfmFiOQm4I .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sfmFiOQm4I .navbar-toggler {
  position: relative;
}
.cid-sfmFiOQm4I .dropdown-item.active,
.cid-sfmFiOQm4I .dropdown-item:active {
  color: initial;
}
.cid-sfmFiOQm4I .widget-title {
  color: #83868c;
}
.cid-sfmFiOQm4I .widget-text {
  color: #83868c;
}
.cid-sfmFiOQm4I .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sfmFiOQm4I .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sfmFiOQm4I .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sfmFiOQm4I .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -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-sfmFiOQm4I .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sfmFiOQm4I .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sfmFiOQm4I .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sfmFiOQm4I .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sfmFiOQm4I .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sfmFiOQm4I .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sfmFiOQm4I .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sfmFiOQm4I .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sfmFiOQm4I .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sfmFiOQm4I .menu-content-top,
  .cid-sfmFiOQm4I .menu-bottom {
    padding: 0 15px;
  }
  .cid-sfmFiOQm4I button.navbar-toggler {
    align-self: center;
  }
}
@-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-sfmFiQYksr {
  padding-top: 195px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/01-458x305.jpg");
}
.cid-sfmFiQYksr .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sfmFiQYksr .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sfmFiQYksr .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sfmFiQYksr .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sfmFiQYksr .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sfmFiQYksr .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sfmFiQYksr .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sfmFiQYksr .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sfmFiQYksr .separator,
  .cid-sfmFiQYksr .sep-holder,
  .cid-sfmFiQYksr .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sfmFiQYksr .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sfmFiQYksr .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sfmFiQYksr .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sfmFiQYksr .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sfmFiQYksr .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 0.9rem;
  margin: auto;
  color: #ffffff;
}
.cid-sfmFiQYksr .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sfmFiQYksr .items .list-item:last-child .listico {
  display: none;
}
.cid-sfmFiSlVxh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eeeff2;
}
.cid-sfmFiSlVxh .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sfmFiSlVxh .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sfmFiSlVxh .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sfmFiSlVxh .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sfmFiSlVxh .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-sfmFiSlVxh .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sfmFiSlVxh .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sfmFiSlVxh .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sfmFiSlVxh .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sfmFiSlVxh .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sfmFiSlVxh .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sfmFiSlVxh .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sfmFiSlVxh .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sfmFiSlVxh .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-sfmFiSlVxh .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sfmFiSlVxh .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sfmFiSlVxh .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-sfmFiSlVxh .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sfmFiSlVxh .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-sfmFiSlVxh .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-sfmFiSlVxh .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sfmFiSlVxh .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sfmFiSlVxh .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sfmFiSlVxh * {
    text-align: left;
  }
}
.cid-sfmFiUKjGy {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sfmFiUKjGy .main-row {
  flex-direction: row-reverse;
}
.cid-sfmFiUKjGy .mbr-section-subtitle {
  color: #279e64;
}
.cid-sfmFiUKjGy .mbr-section-title {
  text-align: left;
  color: #13287d;
}
.cid-sfmFiUKjGy .mbr-text {
  color: #83868c;
}
.cid-sfmFiUKjGy .mbr-section-btn {
  margin-top: 40px;
}
.cid-sfmFiUKjGy .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-sfmFiUKjGy .mbr-list {
  color: #83868c;
}
.cid-sfmFiUKjGy .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-sfmFiUKjGy .mbr-list .list {
    text-align: left;
  }
}
.cid-sfmFiUKjGy .mbr-list .list li {
  line-height: 1.8;
  padding-bottom: 14px;
  margin-top: 14px;
  font-weight: 400;
}
.cid-sfmFiUKjGy .mbr-list .list li:first-child {
  margin-top: 0;
}
.cid-sfmFiUKjGy .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  content: "\e97c";
  font-family: 'Moririse2' !important;
  text-align: center;
  line-height: 1em;
  transition: all 0.3s;
  margin-right: 11.25px;
  border-radius: 50%;
  padding: 5px;
  background-color: #279e64;
}
@media (max-width: 768px) {
  .cid-sfmFiUKjGy * {
    text-align: left;
  }
}
.cid-sfmFiUKjGy .mbr-list UL {
  text-align: left;
}
.cid-sfmFiVHzXu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e9e9e9;
}
.cid-sfmFiVHzXu .container-fluid {
  padding: 0 3rem;
}
.cid-sfmFiVHzXu .mbr-section-subtitle {
  color: #767676;
}
.cid-sfmFiVHzXu .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sfmFiVHzXu .table-wrapper {
  margin: 0 auto;
}
.cid-sfmFiVHzXu table {
  width: 88% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sfmFiVHzXu table thead tr {
  border: none !important;
}
.cid-sfmFiVHzXu table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #000000;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sfmFiVHzXu table tr td {
  border-color: #1b1a1a;
}
.cid-sfmFiVHzXu table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sfmFiVHzXu tr:hover {
  background-color: #ffffff !important;
}
.cid-sfmFiVHzXu th:after,
.cid-sfmFiVHzXu th:before {
  display: none !important;
}
.cid-sfmFiVHzXu .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sfmFiVHzXu .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sfmFiVHzXu table th,
  .cid-sfmFiVHzXu table td {
    padding: .75rem;
  }
}
.cid-sfmFiVHzXu .body-item {
  text-align: left;
}
.cid-sfmFiVHzXu .mbr-text {
  color: #767676;
}
.cid-sfmFiVHzXu .head-item {
  color: #232323;
}
.cid-sfmFiVHzXu .mbr-section-title,
.cid-sfmFiVHzXu .head-item {
  color: #14287f;
}
.cid-sfmFiWUxAz {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sfmFiWUxAz .main-row {
  flex-direction: row-reverse;
}
.cid-sfmFiWUxAz .mbr-section-subtitle {
  color: #279e64;
}
.cid-sfmFiWUxAz .mbr-section-title {
  text-align: left;
  color: #13287d;
}
.cid-sfmFiWUxAz .mbr-text {
  color: #83868c;
}
.cid-sfmFiWUxAz .mbr-section-btn {
  margin-top: 40px;
}
.cid-sfmFiWUxAz .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-sfmFiWUxAz .mbr-list {
  color: #83868c;
}
.cid-sfmFiWUxAz .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-sfmFiWUxAz .mbr-list .list {
    text-align: left;
  }
}
.cid-sfmFiWUxAz .mbr-list .list li {
  line-height: 1.8;
  padding-bottom: 14px;
  margin-top: 14px;
  font-weight: 400;
}
.cid-sfmFiWUxAz .mbr-list .list li:first-child {
  margin-top: 0;
}
.cid-sfmFiWUxAz .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  content: "\e97c";
  font-family: 'Moririse2' !important;
  text-align: center;
  line-height: 1em;
  transition: all 0.3s;
  margin-right: 11.25px;
  border-radius: 50%;
  padding: 5px;
  background-color: #279e64;
}
@media (max-width: 768px) {
  .cid-sfmFiWUxAz * {
    text-align: left;
  }
}
.cid-sfmFiYwHkt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e9e9e9;
}
.cid-sfmFiYwHkt .container-fluid {
  padding: 0 3rem;
}
.cid-sfmFiYwHkt .mbr-section-subtitle {
  color: #767676;
}
.cid-sfmFiYwHkt .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sfmFiYwHkt .table-wrapper {
  margin: 0 auto;
}
.cid-sfmFiYwHkt table {
  width: 88% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sfmFiYwHkt table thead tr {
  border: none !important;
}
.cid-sfmFiYwHkt table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #000000;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sfmFiYwHkt table tr td {
  border-color: #1b1a1a;
}
.cid-sfmFiYwHkt table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sfmFiYwHkt tr:hover {
  background-color: #ffffff !important;
}
.cid-sfmFiYwHkt th:after,
.cid-sfmFiYwHkt th:before {
  display: none !important;
}
.cid-sfmFiYwHkt .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sfmFiYwHkt .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sfmFiYwHkt table th,
  .cid-sfmFiYwHkt table td {
    padding: .75rem;
  }
}
.cid-sfmFiYwHkt .body-item {
  text-align: left;
}
.cid-sfmFiYwHkt .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-sfmFiYwHkt .head-item {
  color: #232323;
  text-align: left;
}
.cid-sfmFiYwHkt .mbr-section-title,
.cid-sfmFiYwHkt .head-item {
  color: #14287f;
}
.cid-sfmFiZUDUM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sfmFiZUDUM .container-fluid {
  padding: 0 3rem;
}
.cid-sfmFiZUDUM .mbr-section-subtitle {
  color: #767676;
}
.cid-sfmFiZUDUM .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sfmFiZUDUM .table-wrapper {
  margin: 0 auto;
}
.cid-sfmFiZUDUM table {
  width: 88% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sfmFiZUDUM table thead tr {
  border: none !important;
}
.cid-sfmFiZUDUM table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sfmFiZUDUM table tr td {
  border-color: #c1c1c1;
}
.cid-sfmFiZUDUM table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sfmFiZUDUM tr:hover {
  background-color: #ffffff !important;
}
.cid-sfmFiZUDUM th:after,
.cid-sfmFiZUDUM th:before {
  display: none !important;
}
.cid-sfmFiZUDUM .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sfmFiZUDUM .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sfmFiZUDUM table th,
  .cid-sfmFiZUDUM table td {
    padding: .75rem;
  }
}
.cid-sfmFiZUDUM .body-item {
  text-align: center;
  color: #1b1a1a;
}
.cid-sfmFiZUDUM .mbr-text {
  color: #767676;
}
.cid-sfmFiZUDUM .head-item {
  color: #232323;
}
.cid-sfmFiZUDUM .mbr-section-title,
.cid-sfmFiZUDUM .head-item {
  color: #14287f;
}
.cid-sfmFj2rCij {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e9e9e9;
}
.cid-sfmFj2rCij .container-fluid {
  padding: 0 3rem;
}
.cid-sfmFj2rCij .mbr-section-subtitle {
  color: #767676;
}
.cid-sfmFj2rCij .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sfmFj2rCij .table-wrapper {
  margin: 0 auto;
}
.cid-sfmFj2rCij table {
  width: 88% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sfmFj2rCij table thead tr {
  border: none !important;
}
.cid-sfmFj2rCij table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sfmFj2rCij table tr td {
  border-color: #c1c1c1;
}
.cid-sfmFj2rCij table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sfmFj2rCij tr:hover {
  background-color: #ffffff !important;
}
.cid-sfmFj2rCij th:after,
.cid-sfmFj2rCij th:before {
  display: none !important;
}
.cid-sfmFj2rCij .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sfmFj2rCij .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sfmFj2rCij table th,
  .cid-sfmFj2rCij table td {
    padding: .75rem;
  }
}
.cid-sfmFj2rCij .body-item {
  text-align: left;
}
.cid-sfmFj2rCij .mbr-text {
  color: #767676;
}
.cid-sfmFj2rCij .head-item {
  color: #232323;
  text-align: left;
}
.cid-sfmFj2rCij .mbr-section-title,
.cid-sfmFj2rCij .head-item {
  color: #14287f;
}
.cid-sfmFj5Q8gX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sfmFj5Q8gX .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sfmFj5Q8gX .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sfmFj5Q8gX .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sfmFj5Q8gX .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sfmFj5Q8gX .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-sfmFj5Q8gX .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sfmFj5Q8gX .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sfmFj5Q8gX .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sfmFj5Q8gX .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sfmFj5Q8gX .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sfmFj5Q8gX .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sfmFj5Q8gX .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sfmFj5Q8gX .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sfmFj5Q8gX .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-sfmFj5Q8gX .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sfmFj5Q8gX .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sfmFj5Q8gX .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-sfmFj5Q8gX .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sfmFj5Q8gX .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-sfmFj5Q8gX .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-sfmFj5Q8gX .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sfmFj5Q8gX .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sfmFj5Q8gX .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sfmFj5Q8gX * {
    text-align: left;
  }
}
.cid-sfmFj7VdYm {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffc600;
}
.cid-sfmFj7VdYm .content-inner .left-content {
  display: block;
}
.cid-sfmFj7VdYm .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sfmFj7VdYm .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sfmFj7VdYm .content-inner .right-content {
  display: block;
}
.cid-sfmFj7VdYm .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sfmFj7VdYm .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sfmFj7VdYm .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sfmFj7VdYm .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #ffc600 !important;
  border-color: #ffc600 !important;
}
@media (max-width: 991px) {
  .cid-sfmFj7VdYm .content-inner {
    justify-content: center !important;
  }
  .cid-sfmFj7VdYm * {
    text-align: center;
  }
}
.cid-sfmFj8N7HR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sfmFj8N7HR .stats-item {
  padding: 80px 10px;
  background-color: #13287d;
  display: flex;
  justify-content: center;
}
.cid-sfmFj8N7HR .stats-item:hover .mbr-iconfont::before {
  -webkit-animation: updown 0.45s ease-in-out 0.1s;
  animation: updown 0.45s ease-in-out 0.1s;
  display: block;
}
.cid-sfmFj8N7HR .stats-item > span {
  transition: all 0.3s ease-in-out;
}
.cid-sfmFj8N7HR .heading {
  color: #ffffff;
}
.cid-sfmFj8N7HR .counter {
  text-align: center;
  color: #ffffff;
}
.cid-sfmFj8N7HR .mbr-iconfont {
  font-size: 45px;
  align-self: center;
  margin-bottom: 22px;
  border: 2px dashed #ffffff;
  border-radius: 50%;
  padding: 35.5px;
}
.cid-sfmFj8N7HR .mbr-card-title,
.cid-sfmFj8N7HR .mbr-iconfont {
  text-align: center;
  color: #ffffff;
  display: block;
}
@media (max-width: 768px) {
  .cid-sfmFj8N7HR .stats-item {
    padding: 30px 25px;
  }
}
@-webkit-keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-sfmFjaw8pV {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sfmFjaw8pV .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sfmFjaw8pV .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sfmFjaw8pV .mbr-text {
  color: #83868c;
}
.cid-sfmFjaw8pV .phone-word {
  color: #279e64;
}
.cid-sfmFjaw8pV .text-link {
  transition: all 0.3s ease-in;
}
.cid-sfmFjaw8pV .text-link:hover {
  color: #279e64 !important;
}
.cid-sfmFjaw8pV img {
  height: 100px;
  padding-right: 8px;
}
.cid-sfmFjaw8pV .img1 {
  color: #279e64;
}
.cid-sfmFjaw8pV .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sfmFjaw8pV .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sfmFjaw8pV .content .link-wrap {
  color: red;
}
.cid-sfmFjaw8pV .content .date-wrap {
  color: #13287d;
}
.cid-sfmFjaw8pV .item,
.cid-sfmFjaw8pV .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sfmFjaw8pV .item h4,
.cid-sfmFjaw8pV .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sfmFjaw8pV .link {
  transition: all 0.3s ease-in;
}
.cid-sfmFjaw8pV .link .card-img {
  padding-bottom: 3px;
}
.cid-sfmFjaw8pV .link:hover .card-img span {
  color: #279e64;
}
.cid-sfmFjaw8pV .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sfmFjaw8pV .item .card-img {
  width: auto;
}
.cid-sfmFjaw8pV .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sfmFjaw8pV .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sfmFjaw8pV h5 {
    text-align: left !important;
  }
  .cid-sfmFjaw8pV .line-wrap {
    text-align: left !important;
  }
}
.cid-sfmFjaw8pV .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sfmFjaw8pV .item-title:hover {
  color: #279e64;
}
.cid-sfmFjaw8pV .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sfmFjaw8pV .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sfmFjaw8pV .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sfmFjaw8pV .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sfmFjaw8pV .btn[class*="-outline"]:active,
.cid-sfmFjaw8pV .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sfmFjaw8pV .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sfmFjaw8pV .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sfmFjaw8pV .pre-form {
  color: #83868c;
}
.cid-sfmFjaw8pV .form-group,
.cid-sfmFjaw8pV .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sfmFjaw8pV .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-sfmFjaw8pV .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sfmFjaw8pV .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sfmFjaw8pV .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sfmFjaw8pV .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sfmFjaw8pV .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sfmFjaw8pV .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sfmFjaw8pV .dragArea {
  flex-direction: column;
}
.cid-sfmFjaw8pV .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sfmGX9RryG .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sfmGX9RryG .navbar-fixed-top {
  padding-top: 0;
}
.cid-sfmGX9RryG .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sfmGX9RryG .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sfmGX9RryG .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sfmGX9RryG .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sfmGX9RryG .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sfmGX9RryG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sfmGX9RryG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sfmGX9RryG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sfmGX9RryG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sfmGX9RryG .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sfmGX9RryG .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sfmGX9RryG .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sfmGX9RryG .dropdown-item,
.cid-sfmGX9RryG .nav-link,
.cid-sfmGX9RryG .brand-name {
  font-style: normal;
}
.cid-sfmGX9RryG .dropdown-item:hover,
.cid-sfmGX9RryG .nav-link:hover,
.cid-sfmGX9RryG .brand-name:hover {
  color: #279e64 !important;
}
.cid-sfmGX9RryG .dropdown-menu {
  background-color: #ffffff;
}
.cid-sfmGX9RryG .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sfmGX9RryG .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-sfmGX9RryG .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sfmGX9RryG .nav-item {
  position: relative;
}
.cid-sfmGX9RryG .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sfmGX9RryG .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sfmGX9RryG .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sfmGX9RryG .nav-link {
    line-height: 6.13;
  }
  .cid-sfmGX9RryG .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sfmGX9RryG .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sfmGX9RryG .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-sfmGX9RryG .content-text {
  margin-bottom: 0;
}
.cid-sfmGX9RryG .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sfmGX9RryG .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sfmGX9RryG .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sfmGX9RryG .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sfmGX9RryG .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sfmGX9RryG .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfmGX9RryG .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sfmGX9RryG .content-right-side {
  text-align: center;
}
.cid-sfmGX9RryG .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sfmGX9RryG .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sfmGX9RryG .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sfmGX9RryG .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-sfmGX9RryG .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sfmGX9RryG .info-widget:first-child {
  margin-left: 0;
}
.cid-sfmGX9RryG .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sfmGX9RryG .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sfmGX9RryG .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sfmGX9RryG .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sfmGX9RryG .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sfmGX9RryG .navbar {
    display: block;
    padding: 0;
  }
  .cid-sfmGX9RryG .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sfmGX9RryG .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-sfmGX9RryG .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sfmGX9RryG .navbar-toggler {
    display: none;
  }
  .cid-sfmGX9RryG .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-sfmGX9RryG .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sfmGX9RryG .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sfmGX9RryG .btn-sm {
  padding: 13px 29px;
}
.cid-sfmGX9RryG .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sfmGX9RryG .btn::after {
  background-color: #83868c;
  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-sfmGX9RryG .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sfmGX9RryG .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sfmGX9RryG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sfmGX9RryG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sfmGX9RryG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sfmGX9RryG .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sfmGX9RryG .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sfmGX9RryG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sfmGX9RryG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfmGX9RryG .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sfmGX9RryG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sfmGX9RryG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sfmGX9RryG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sfmGX9RryG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sfmGX9RryG .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sfmGX9RryG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sfmGX9RryG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sfmGX9RryG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sfmGX9RryG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sfmGX9RryG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sfmGX9RryG button.navbar-toggler:focus {
  outline: none;
}
.cid-sfmGX9RryG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sfmGX9RryG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sfmGX9RryG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sfmGX9RryG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sfmGX9RryG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sfmGX9RryG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sfmGX9RryG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sfmGX9RryG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sfmGX9RryG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sfmGX9RryG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sfmGX9RryG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sfmGX9RryG .collapsed .btn {
  display: flex;
}
.cid-sfmGX9RryG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sfmGX9RryG .collapsed .navbar-collapse.collapsing,
.cid-sfmGX9RryG .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sfmGX9RryG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sfmGX9RryG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sfmGX9RryG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sfmGX9RryG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sfmGX9RryG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sfmGX9RryG .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sfmGX9RryG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sfmGX9RryG .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sfmGX9RryG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sfmGX9RryG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sfmGX9RryG .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sfmGX9RryG .collapsed button.navbar-toggler {
  display: block;
}
.cid-sfmGX9RryG .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sfmGX9RryG .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sfmGX9RryG .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-sfmGX9RryG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sfmGX9RryG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sfmGX9RryG .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-sfmGX9RryG .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sfmGX9RryG .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sfmGX9RryG .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sfmGX9RryG .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sfmGX9RryG .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sfmGX9RryG .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-sfmGX9RryG .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sfmGX9RryG .navbar-collapse.collapsing,
  .cid-sfmGX9RryG .navbar-collapse.show {
    display: block !important;
  }
  .cid-sfmGX9RryG .navbar-collapse.collapsing .navbar-nav,
  .cid-sfmGX9RryG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sfmGX9RryG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sfmGX9RryG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sfmGX9RryG .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sfmGX9RryG .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sfmGX9RryG .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sfmGX9RryG .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sfmGX9RryG .navbar-collapse.collapsing .navbar-buttons,
  .cid-sfmGX9RryG .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sfmGX9RryG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sfmGX9RryG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sfmGX9RryG img {
    height: 3.8rem !important;
  }
  .cid-sfmGX9RryG .btn {
    display: flex;
  }
  .cid-sfmGX9RryG button.navbar-toggler {
    display: block;
  }
  .cid-sfmGX9RryG .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sfmGX9RryG .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sfmGX9RryG .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-sfmGX9RryG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sfmGX9RryG .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sfmGX9RryG .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-sfmGX9RryG .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sfmGX9RryG .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sfmGX9RryG .navbar-toggler {
  position: relative;
}
.cid-sfmGX9RryG .dropdown-item.active,
.cid-sfmGX9RryG .dropdown-item:active {
  color: initial;
}
.cid-sfmGX9RryG .widget-title {
  color: #83868c;
}
.cid-sfmGX9RryG .widget-text {
  color: #83868c;
}
.cid-sfmGX9RryG .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sfmGX9RryG .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sfmGX9RryG .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sfmGX9RryG .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -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-sfmGX9RryG .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sfmGX9RryG .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sfmGX9RryG .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sfmGX9RryG .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sfmGX9RryG .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sfmGX9RryG .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sfmGX9RryG .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sfmGX9RryG .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sfmGX9RryG .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sfmGX9RryG .menu-content-top,
  .cid-sfmGX9RryG .menu-bottom {
    padding: 0 15px;
  }
  .cid-sfmGX9RryG button.navbar-toggler {
    align-self: center;
  }
}
@-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-sfmGXbGKWZ {
  padding-top: 195px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/01-458x305.jpg");
}
.cid-sfmGXbGKWZ .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sfmGXbGKWZ .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sfmGXbGKWZ .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sfmGXbGKWZ .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sfmGXbGKWZ .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sfmGXbGKWZ .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sfmGXbGKWZ .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sfmGXbGKWZ .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sfmGXbGKWZ .separator,
  .cid-sfmGXbGKWZ .sep-holder,
  .cid-sfmGXbGKWZ .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sfmGXbGKWZ .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sfmGXbGKWZ .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sfmGXbGKWZ .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sfmGXbGKWZ .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sfmGXbGKWZ .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 0.9rem;
  margin: auto;
  color: #ffffff;
}
.cid-sfmGXbGKWZ .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sfmGXbGKWZ .items .list-item:last-child .listico {
  display: none;
}
.cid-sfmGXdvkqR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eeeff2;
}
.cid-sfmGXdvkqR .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sfmGXdvkqR .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sfmGXdvkqR .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sfmGXdvkqR .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sfmGXdvkqR .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-sfmGXdvkqR .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sfmGXdvkqR .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sfmGXdvkqR .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sfmGXdvkqR .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sfmGXdvkqR .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sfmGXdvkqR .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sfmGXdvkqR .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sfmGXdvkqR .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sfmGXdvkqR .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-sfmGXdvkqR .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sfmGXdvkqR .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sfmGXdvkqR .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-sfmGXdvkqR .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sfmGXdvkqR .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-sfmGXdvkqR .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-sfmGXdvkqR .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sfmGXdvkqR .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sfmGXdvkqR .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sfmGXdvkqR * {
    text-align: left;
  }
}
.cid-sfmGXfuIIb {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sfmGXfuIIb .main-row {
  flex-direction: row-reverse;
}
.cid-sfmGXfuIIb .mbr-section-subtitle {
  color: #279e64;
}
.cid-sfmGXfuIIb .mbr-section-title {
  text-align: left;
  color: #13287d;
}
.cid-sfmGXfuIIb .mbr-text {
  color: #83868c;
}
.cid-sfmGXfuIIb .mbr-section-btn {
  margin-top: 40px;
}
.cid-sfmGXfuIIb .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-sfmGXfuIIb .mbr-list {
  color: #83868c;
}
.cid-sfmGXfuIIb .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-sfmGXfuIIb .mbr-list .list {
    text-align: left;
  }
}
.cid-sfmGXfuIIb .mbr-list .list li {
  line-height: 1.8;
  padding-bottom: 14px;
  margin-top: 14px;
  font-weight: 400;
}
.cid-sfmGXfuIIb .mbr-list .list li:first-child {
  margin-top: 0;
}
.cid-sfmGXfuIIb .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  content: "\e97c";
  font-family: 'Moririse2' !important;
  text-align: center;
  line-height: 1em;
  transition: all 0.3s;
  margin-right: 11.25px;
  border-radius: 50%;
  padding: 5px;
  background-color: #279e64;
}
@media (max-width: 768px) {
  .cid-sfmGXfuIIb * {
    text-align: left;
  }
}
.cid-sfmGXfuIIb .mbr-list UL {
  text-align: left;
}
.cid-sfmGXgNhMj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e9e9e9;
}
.cid-sfmGXgNhMj .container-fluid {
  padding: 0 3rem;
}
.cid-sfmGXgNhMj .mbr-section-subtitle {
  color: #767676;
}
.cid-sfmGXgNhMj .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sfmGXgNhMj .table-wrapper {
  margin: 0 auto;
}
.cid-sfmGXgNhMj table {
  width: 88% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sfmGXgNhMj table thead tr {
  border: none !important;
}
.cid-sfmGXgNhMj table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #000000;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sfmGXgNhMj table tr td {
  border-color: #1b1a1a;
}
.cid-sfmGXgNhMj table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sfmGXgNhMj tr:hover {
  background-color: #ffffff !important;
}
.cid-sfmGXgNhMj th:after,
.cid-sfmGXgNhMj th:before {
  display: none !important;
}
.cid-sfmGXgNhMj .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sfmGXgNhMj .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sfmGXgNhMj table th,
  .cid-sfmGXgNhMj table td {
    padding: .75rem;
  }
}
.cid-sfmGXgNhMj .body-item {
  text-align: left;
}
.cid-sfmGXgNhMj .mbr-text {
  color: #767676;
}
.cid-sfmGXgNhMj .head-item {
  color: #232323;
}
.cid-sfmGXgNhMj .mbr-section-title,
.cid-sfmGXgNhMj .head-item {
  color: #14287f;
}
.cid-sfmGXi6pM8 {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sfmGXi6pM8 .main-row {
  flex-direction: row-reverse;
}
.cid-sfmGXi6pM8 .mbr-section-subtitle {
  color: #279e64;
}
.cid-sfmGXi6pM8 .mbr-section-title {
  text-align: left;
  color: #13287d;
}
.cid-sfmGXi6pM8 .mbr-text {
  color: #83868c;
}
.cid-sfmGXi6pM8 .mbr-section-btn {
  margin-top: 40px;
}
.cid-sfmGXi6pM8 .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-sfmGXi6pM8 .mbr-list {
  color: #83868c;
}
.cid-sfmGXi6pM8 .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-sfmGXi6pM8 .mbr-list .list {
    text-align: left;
  }
}
.cid-sfmGXi6pM8 .mbr-list .list li {
  line-height: 1.8;
  padding-bottom: 14px;
  margin-top: 14px;
  font-weight: 400;
}
.cid-sfmGXi6pM8 .mbr-list .list li:first-child {
  margin-top: 0;
}
.cid-sfmGXi6pM8 .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  content: "\e97c";
  font-family: 'Moririse2' !important;
  text-align: center;
  line-height: 1em;
  transition: all 0.3s;
  margin-right: 11.25px;
  border-radius: 50%;
  padding: 5px;
  background-color: #279e64;
}
@media (max-width: 768px) {
  .cid-sfmGXi6pM8 * {
    text-align: left;
  }
}
.cid-sfmGXj1BQG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e9e9e9;
}
.cid-sfmGXj1BQG .container-fluid {
  padding: 0 3rem;
}
.cid-sfmGXj1BQG .mbr-section-subtitle {
  color: #767676;
}
.cid-sfmGXj1BQG .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sfmGXj1BQG .table-wrapper {
  margin: 0 auto;
}
.cid-sfmGXj1BQG table {
  width: 88% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sfmGXj1BQG table thead tr {
  border: none !important;
}
.cid-sfmGXj1BQG table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #000000;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sfmGXj1BQG table tr td {
  border-color: #1b1a1a;
}
.cid-sfmGXj1BQG table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sfmGXj1BQG tr:hover {
  background-color: #ffffff !important;
}
.cid-sfmGXj1BQG th:after,
.cid-sfmGXj1BQG th:before {
  display: none !important;
}
.cid-sfmGXj1BQG .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sfmGXj1BQG .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sfmGXj1BQG table th,
  .cid-sfmGXj1BQG table td {
    padding: .75rem;
  }
}
.cid-sfmGXj1BQG .body-item {
  text-align: left;
}
.cid-sfmGXj1BQG .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-sfmGXj1BQG .head-item {
  color: #232323;
  text-align: left;
}
.cid-sfmGXj1BQG .mbr-section-title,
.cid-sfmGXj1BQG .head-item {
  color: #14287f;
}
.cid-sfmGXlb1dh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sfmGXlb1dh .container-fluid {
  padding: 0 3rem;
}
.cid-sfmGXlb1dh .mbr-section-subtitle {
  color: #767676;
}
.cid-sfmGXlb1dh .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sfmGXlb1dh .table-wrapper {
  margin: 0 auto;
}
.cid-sfmGXlb1dh table {
  width: 88% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sfmGXlb1dh table thead tr {
  border: none !important;
}
.cid-sfmGXlb1dh table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sfmGXlb1dh table tr td {
  border-color: #c1c1c1;
}
.cid-sfmGXlb1dh table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sfmGXlb1dh tr:hover {
  background-color: #ffffff !important;
}
.cid-sfmGXlb1dh th:after,
.cid-sfmGXlb1dh th:before {
  display: none !important;
}
.cid-sfmGXlb1dh .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sfmGXlb1dh .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sfmGXlb1dh table th,
  .cid-sfmGXlb1dh table td {
    padding: .75rem;
  }
}
.cid-sfmGXlb1dh .body-item {
  text-align: center;
  color: #1b1a1a;
}
.cid-sfmGXlb1dh .mbr-text {
  color: #767676;
}
.cid-sfmGXlb1dh .head-item {
  color: #232323;
}
.cid-sfmGXlb1dh .mbr-section-title,
.cid-sfmGXlb1dh .head-item {
  color: #14287f;
}
.cid-sfmGXnY1dq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e9e9e9;
}
.cid-sfmGXnY1dq .container-fluid {
  padding: 0 3rem;
}
.cid-sfmGXnY1dq .mbr-section-subtitle {
  color: #767676;
}
.cid-sfmGXnY1dq .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sfmGXnY1dq .table-wrapper {
  margin: 0 auto;
}
.cid-sfmGXnY1dq table {
  width: 88% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sfmGXnY1dq table thead tr {
  border: none !important;
}
.cid-sfmGXnY1dq table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sfmGXnY1dq table tr td {
  border-color: #c1c1c1;
}
.cid-sfmGXnY1dq table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sfmGXnY1dq tr:hover {
  background-color: #ffffff !important;
}
.cid-sfmGXnY1dq th:after,
.cid-sfmGXnY1dq th:before {
  display: none !important;
}
.cid-sfmGXnY1dq .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sfmGXnY1dq .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sfmGXnY1dq table th,
  .cid-sfmGXnY1dq table td {
    padding: .75rem;
  }
}
.cid-sfmGXnY1dq .body-item {
  text-align: left;
}
.cid-sfmGXnY1dq .mbr-text {
  color: #767676;
}
.cid-sfmGXnY1dq .head-item {
  color: #232323;
  text-align: left;
}
.cid-sfmGXnY1dq .mbr-section-title,
.cid-sfmGXnY1dq .head-item {
  color: #14287f;
}
.cid-sfmGXrGHdz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sfmGXrGHdz .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sfmGXrGHdz .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sfmGXrGHdz .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sfmGXrGHdz .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sfmGXrGHdz .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-sfmGXrGHdz .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sfmGXrGHdz .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sfmGXrGHdz .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sfmGXrGHdz .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sfmGXrGHdz .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sfmGXrGHdz .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sfmGXrGHdz .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sfmGXrGHdz .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sfmGXrGHdz .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-sfmGXrGHdz .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sfmGXrGHdz .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sfmGXrGHdz .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-sfmGXrGHdz .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sfmGXrGHdz .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-sfmGXrGHdz .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-sfmGXrGHdz .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sfmGXrGHdz .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sfmGXrGHdz .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sfmGXrGHdz * {
    text-align: left;
  }
}
.cid-sfmGXtECKE {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffc600;
}
.cid-sfmGXtECKE .content-inner .left-content {
  display: block;
}
.cid-sfmGXtECKE .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sfmGXtECKE .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sfmGXtECKE .content-inner .right-content {
  display: block;
}
.cid-sfmGXtECKE .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sfmGXtECKE .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sfmGXtECKE .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sfmGXtECKE .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #ffc600 !important;
  border-color: #ffc600 !important;
}
@media (max-width: 991px) {
  .cid-sfmGXtECKE .content-inner {
    justify-content: center !important;
  }
  .cid-sfmGXtECKE * {
    text-align: center;
  }
}
.cid-sfmGXuDjCq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sfmGXuDjCq .stats-item {
  padding: 80px 10px;
  background-color: #13287d;
  display: flex;
  justify-content: center;
}
.cid-sfmGXuDjCq .stats-item:hover .mbr-iconfont::before {
  -webkit-animation: updown 0.45s ease-in-out 0.1s;
  animation: updown 0.45s ease-in-out 0.1s;
  display: block;
}
.cid-sfmGXuDjCq .stats-item > span {
  transition: all 0.3s ease-in-out;
}
.cid-sfmGXuDjCq .heading {
  color: #ffffff;
}
.cid-sfmGXuDjCq .counter {
  text-align: center;
  color: #ffffff;
}
.cid-sfmGXuDjCq .mbr-iconfont {
  font-size: 45px;
  align-self: center;
  margin-bottom: 22px;
  border: 2px dashed #ffffff;
  border-radius: 50%;
  padding: 35.5px;
}
.cid-sfmGXuDjCq .mbr-card-title,
.cid-sfmGXuDjCq .mbr-iconfont {
  text-align: center;
  color: #ffffff;
  display: block;
}
@media (max-width: 768px) {
  .cid-sfmGXuDjCq .stats-item {
    padding: 30px 25px;
  }
}
@-webkit-keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-sfmGXvScMl {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sfmGXvScMl .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sfmGXvScMl .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sfmGXvScMl .mbr-text {
  color: #83868c;
}
.cid-sfmGXvScMl .phone-word {
  color: #279e64;
}
.cid-sfmGXvScMl .text-link {
  transition: all 0.3s ease-in;
}
.cid-sfmGXvScMl .text-link:hover {
  color: #279e64 !important;
}
.cid-sfmGXvScMl img {
  height: 100px;
  padding-right: 8px;
}
.cid-sfmGXvScMl .img1 {
  color: #279e64;
}
.cid-sfmGXvScMl .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sfmGXvScMl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sfmGXvScMl .content .link-wrap {
  color: red;
}
.cid-sfmGXvScMl .content .date-wrap {
  color: #13287d;
}
.cid-sfmGXvScMl .item,
.cid-sfmGXvScMl .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sfmGXvScMl .item h4,
.cid-sfmGXvScMl .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sfmGXvScMl .link {
  transition: all 0.3s ease-in;
}
.cid-sfmGXvScMl .link .card-img {
  padding-bottom: 3px;
}
.cid-sfmGXvScMl .link:hover .card-img span {
  color: #279e64;
}
.cid-sfmGXvScMl .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sfmGXvScMl .item .card-img {
  width: auto;
}
.cid-sfmGXvScMl .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sfmGXvScMl .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sfmGXvScMl h5 {
    text-align: left !important;
  }
  .cid-sfmGXvScMl .line-wrap {
    text-align: left !important;
  }
}
.cid-sfmGXvScMl .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sfmGXvScMl .item-title:hover {
  color: #279e64;
}
.cid-sfmGXvScMl .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sfmGXvScMl .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sfmGXvScMl .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sfmGXvScMl .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sfmGXvScMl .btn[class*="-outline"]:active,
.cid-sfmGXvScMl .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sfmGXvScMl .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sfmGXvScMl .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sfmGXvScMl .pre-form {
  color: #83868c;
}
.cid-sfmGXvScMl .form-group,
.cid-sfmGXvScMl .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sfmGXvScMl .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-sfmGXvScMl .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sfmGXvScMl .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sfmGXvScMl .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sfmGXvScMl .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sfmGXvScMl .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sfmGXvScMl .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sfmGXvScMl .dragArea {
  flex-direction: column;
}
.cid-sfmGXvScMl .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sfmJx00doS .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sfmJx00doS .navbar-fixed-top {
  padding-top: 0;
}
.cid-sfmJx00doS .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sfmJx00doS .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sfmJx00doS .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sfmJx00doS .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sfmJx00doS .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sfmJx00doS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sfmJx00doS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sfmJx00doS .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sfmJx00doS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sfmJx00doS .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sfmJx00doS .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sfmJx00doS .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sfmJx00doS .dropdown-item,
.cid-sfmJx00doS .nav-link,
.cid-sfmJx00doS .brand-name {
  font-style: normal;
}
.cid-sfmJx00doS .dropdown-item:hover,
.cid-sfmJx00doS .nav-link:hover,
.cid-sfmJx00doS .brand-name:hover {
  color: #279e64 !important;
}
.cid-sfmJx00doS .dropdown-menu {
  background-color: #ffffff;
}
.cid-sfmJx00doS .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sfmJx00doS .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-sfmJx00doS .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sfmJx00doS .nav-item {
  position: relative;
}
.cid-sfmJx00doS .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sfmJx00doS .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sfmJx00doS .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sfmJx00doS .nav-link {
    line-height: 6.13;
  }
  .cid-sfmJx00doS .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sfmJx00doS .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sfmJx00doS .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-sfmJx00doS .content-text {
  margin-bottom: 0;
}
.cid-sfmJx00doS .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sfmJx00doS .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sfmJx00doS .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sfmJx00doS .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sfmJx00doS .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sfmJx00doS .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfmJx00doS .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sfmJx00doS .content-right-side {
  text-align: center;
}
.cid-sfmJx00doS .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sfmJx00doS .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sfmJx00doS .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sfmJx00doS .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-sfmJx00doS .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sfmJx00doS .info-widget:first-child {
  margin-left: 0;
}
.cid-sfmJx00doS .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sfmJx00doS .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sfmJx00doS .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sfmJx00doS .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sfmJx00doS .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sfmJx00doS .navbar {
    display: block;
    padding: 0;
  }
  .cid-sfmJx00doS .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sfmJx00doS .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-sfmJx00doS .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sfmJx00doS .navbar-toggler {
    display: none;
  }
  .cid-sfmJx00doS .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-sfmJx00doS .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sfmJx00doS .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sfmJx00doS .btn-sm {
  padding: 13px 29px;
}
.cid-sfmJx00doS .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sfmJx00doS .btn::after {
  background-color: #83868c;
  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-sfmJx00doS .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sfmJx00doS .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sfmJx00doS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sfmJx00doS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sfmJx00doS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sfmJx00doS .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sfmJx00doS .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sfmJx00doS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sfmJx00doS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfmJx00doS .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sfmJx00doS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sfmJx00doS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sfmJx00doS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sfmJx00doS .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sfmJx00doS .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sfmJx00doS .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sfmJx00doS .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sfmJx00doS .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sfmJx00doS .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sfmJx00doS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sfmJx00doS button.navbar-toggler:focus {
  outline: none;
}
.cid-sfmJx00doS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sfmJx00doS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sfmJx00doS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sfmJx00doS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sfmJx00doS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sfmJx00doS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sfmJx00doS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sfmJx00doS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sfmJx00doS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sfmJx00doS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sfmJx00doS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sfmJx00doS .collapsed .btn {
  display: flex;
}
.cid-sfmJx00doS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sfmJx00doS .collapsed .navbar-collapse.collapsing,
.cid-sfmJx00doS .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sfmJx00doS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sfmJx00doS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sfmJx00doS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sfmJx00doS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sfmJx00doS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sfmJx00doS .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sfmJx00doS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sfmJx00doS .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sfmJx00doS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sfmJx00doS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sfmJx00doS .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sfmJx00doS .collapsed button.navbar-toggler {
  display: block;
}
.cid-sfmJx00doS .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sfmJx00doS .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sfmJx00doS .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-sfmJx00doS .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sfmJx00doS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sfmJx00doS .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-sfmJx00doS .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sfmJx00doS .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sfmJx00doS .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sfmJx00doS .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sfmJx00doS .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sfmJx00doS .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-sfmJx00doS .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sfmJx00doS .navbar-collapse.collapsing,
  .cid-sfmJx00doS .navbar-collapse.show {
    display: block !important;
  }
  .cid-sfmJx00doS .navbar-collapse.collapsing .navbar-nav,
  .cid-sfmJx00doS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sfmJx00doS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sfmJx00doS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sfmJx00doS .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sfmJx00doS .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sfmJx00doS .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sfmJx00doS .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sfmJx00doS .navbar-collapse.collapsing .navbar-buttons,
  .cid-sfmJx00doS .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sfmJx00doS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sfmJx00doS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sfmJx00doS img {
    height: 3.8rem !important;
  }
  .cid-sfmJx00doS .btn {
    display: flex;
  }
  .cid-sfmJx00doS button.navbar-toggler {
    display: block;
  }
  .cid-sfmJx00doS .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sfmJx00doS .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sfmJx00doS .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-sfmJx00doS .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sfmJx00doS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sfmJx00doS .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-sfmJx00doS .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sfmJx00doS .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sfmJx00doS .navbar-toggler {
  position: relative;
}
.cid-sfmJx00doS .dropdown-item.active,
.cid-sfmJx00doS .dropdown-item:active {
  color: initial;
}
.cid-sfmJx00doS .widget-title {
  color: #83868c;
}
.cid-sfmJx00doS .widget-text {
  color: #83868c;
}
.cid-sfmJx00doS .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sfmJx00doS .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sfmJx00doS .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sfmJx00doS .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -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-sfmJx00doS .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sfmJx00doS .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sfmJx00doS .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sfmJx00doS .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sfmJx00doS .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sfmJx00doS .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sfmJx00doS .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sfmJx00doS .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sfmJx00doS .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sfmJx00doS .menu-content-top,
  .cid-sfmJx00doS .menu-bottom {
    padding: 0 15px;
  }
  .cid-sfmJx00doS button.navbar-toggler {
    align-self: center;
  }
}
@-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-sfmJx1LThg {
  padding-top: 195px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/01-458x305.jpg");
}
.cid-sfmJx1LThg .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sfmJx1LThg .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sfmJx1LThg .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sfmJx1LThg .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sfmJx1LThg .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sfmJx1LThg .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sfmJx1LThg .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sfmJx1LThg .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sfmJx1LThg .separator,
  .cid-sfmJx1LThg .sep-holder,
  .cid-sfmJx1LThg .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sfmJx1LThg .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sfmJx1LThg .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sfmJx1LThg .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sfmJx1LThg .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sfmJx1LThg .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 0.9rem;
  margin: auto;
  color: #ffffff;
}
.cid-sfmJx1LThg .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sfmJx1LThg .items .list-item:last-child .listico {
  display: none;
}
.cid-sfmJx5CXOK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eeeff2;
}
.cid-sfmJx5CXOK .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sfmJx5CXOK .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sfmJx5CXOK .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sfmJx5CXOK .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sfmJx5CXOK .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-sfmJx5CXOK .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sfmJx5CXOK .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sfmJx5CXOK .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sfmJx5CXOK .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sfmJx5CXOK .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sfmJx5CXOK .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sfmJx5CXOK .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sfmJx5CXOK .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sfmJx5CXOK .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-sfmJx5CXOK .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sfmJx5CXOK .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sfmJx5CXOK .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-sfmJx5CXOK .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sfmJx5CXOK .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-sfmJx5CXOK .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-sfmJx5CXOK .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sfmJx5CXOK .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sfmJx5CXOK .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sfmJx5CXOK * {
    text-align: left;
  }
}
.cid-sfmJxakpF0 {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sfmJxakpF0 .main-row {
  flex-direction: row-reverse;
}
.cid-sfmJxakpF0 .mbr-section-subtitle {
  color: #279e64;
}
.cid-sfmJxakpF0 .mbr-section-title {
  text-align: left;
  color: #13287d;
}
.cid-sfmJxakpF0 .mbr-text {
  color: #83868c;
}
.cid-sfmJxakpF0 .mbr-section-btn {
  margin-top: 40px;
}
.cid-sfmJxakpF0 .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-sfmJxakpF0 .mbr-list {
  color: #83868c;
}
.cid-sfmJxakpF0 .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-sfmJxakpF0 .mbr-list .list {
    text-align: left;
  }
}
.cid-sfmJxakpF0 .mbr-list .list li {
  line-height: 1.8;
  padding-bottom: 14px;
  margin-top: 14px;
  font-weight: 400;
}
.cid-sfmJxakpF0 .mbr-list .list li:first-child {
  margin-top: 0;
}
.cid-sfmJxakpF0 .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  content: "\e97c";
  font-family: 'Moririse2' !important;
  text-align: center;
  line-height: 1em;
  transition: all 0.3s;
  margin-right: 11.25px;
  border-radius: 50%;
  padding: 5px;
  background-color: #279e64;
}
@media (max-width: 768px) {
  .cid-sfmJxakpF0 * {
    text-align: left;
  }
}
.cid-sfmJxcRWLv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e9e9e9;
}
.cid-sfmJxcRWLv .container-fluid {
  padding: 0 3rem;
}
.cid-sfmJxcRWLv .mbr-section-subtitle {
  color: #767676;
}
.cid-sfmJxcRWLv .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sfmJxcRWLv .table-wrapper {
  margin: 0 auto;
}
.cid-sfmJxcRWLv table {
  width: 88% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sfmJxcRWLv table thead tr {
  border: none !important;
}
.cid-sfmJxcRWLv table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #000000;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sfmJxcRWLv table tr td {
  border-color: #1b1a1a;
}
.cid-sfmJxcRWLv table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sfmJxcRWLv tr:hover {
  background-color: #ffffff !important;
}
.cid-sfmJxcRWLv th:after,
.cid-sfmJxcRWLv th:before {
  display: none !important;
}
.cid-sfmJxcRWLv .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sfmJxcRWLv .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sfmJxcRWLv table th,
  .cid-sfmJxcRWLv table td {
    padding: .75rem;
  }
}
.cid-sfmJxcRWLv .body-item {
  text-align: left;
}
.cid-sfmJxcRWLv .mbr-text {
  color: #767676;
}
.cid-sfmJxcRWLv .head-item {
  color: #232323;
}
.cid-sfmJxcRWLv .mbr-section-title,
.cid-sfmJxcRWLv .head-item {
  color: #14287f;
}
.cid-sfmJxfBFQj {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sfmJxfBFQj .main-row {
  flex-direction: row-reverse;
}
.cid-sfmJxfBFQj .mbr-section-subtitle {
  color: #279e64;
}
.cid-sfmJxfBFQj .mbr-section-title {
  text-align: left;
  color: #13287d;
}
.cid-sfmJxfBFQj .mbr-text {
  color: #83868c;
}
.cid-sfmJxfBFQj .mbr-section-btn {
  margin-top: 40px;
}
.cid-sfmJxfBFQj .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-sfmJxfBFQj .mbr-list {
  color: #83868c;
}
.cid-sfmJxfBFQj .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-sfmJxfBFQj .mbr-list .list {
    text-align: left;
  }
}
.cid-sfmJxfBFQj .mbr-list .list li {
  line-height: 1.8;
  padding-bottom: 14px;
  margin-top: 14px;
  font-weight: 400;
}
.cid-sfmJxfBFQj .mbr-list .list li:first-child {
  margin-top: 0;
}
.cid-sfmJxfBFQj .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  content: "\e97c";
  font-family: 'Moririse2' !important;
  text-align: center;
  line-height: 1em;
  transition: all 0.3s;
  margin-right: 11.25px;
  border-radius: 50%;
  padding: 5px;
  background-color: #279e64;
}
@media (max-width: 768px) {
  .cid-sfmJxfBFQj * {
    text-align: left;
  }
}
.cid-sfmJxjhhyG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e9e9e9;
}
.cid-sfmJxjhhyG .container-fluid {
  padding: 0 3rem;
}
.cid-sfmJxjhhyG .mbr-section-subtitle {
  color: #767676;
}
.cid-sfmJxjhhyG .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sfmJxjhhyG .table-wrapper {
  margin: 0 auto;
}
.cid-sfmJxjhhyG table {
  width: 88% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sfmJxjhhyG table thead tr {
  border: none !important;
}
.cid-sfmJxjhhyG table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #000000;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sfmJxjhhyG table tr td {
  border-color: #1b1a1a;
}
.cid-sfmJxjhhyG table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sfmJxjhhyG tr:hover {
  background-color: #ffffff !important;
}
.cid-sfmJxjhhyG th:after,
.cid-sfmJxjhhyG th:before {
  display: none !important;
}
.cid-sfmJxjhhyG .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sfmJxjhhyG .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sfmJxjhhyG table th,
  .cid-sfmJxjhhyG table td {
    padding: .75rem;
  }
}
.cid-sfmJxjhhyG .body-item {
  text-align: left;
}
.cid-sfmJxjhhyG .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-sfmJxjhhyG .head-item {
  color: #232323;
  text-align: left;
}
.cid-sfmJxjhhyG .mbr-section-title,
.cid-sfmJxjhhyG .head-item {
  color: #14287f;
}
.cid-sfmJxt3Y0P {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e9e9e9;
}
.cid-sfmJxt3Y0P .container-fluid {
  padding: 0 3rem;
}
.cid-sfmJxt3Y0P .mbr-section-subtitle {
  color: #767676;
}
.cid-sfmJxt3Y0P .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sfmJxt3Y0P .table-wrapper {
  margin: 0 auto;
}
.cid-sfmJxt3Y0P table {
  width: 88% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sfmJxt3Y0P table thead tr {
  border: none !important;
}
.cid-sfmJxt3Y0P table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sfmJxt3Y0P table tr td {
  border-color: #c1c1c1;
}
.cid-sfmJxt3Y0P table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sfmJxt3Y0P tr:hover {
  background-color: #ffffff !important;
}
.cid-sfmJxt3Y0P th:after,
.cid-sfmJxt3Y0P th:before {
  display: none !important;
}
.cid-sfmJxt3Y0P .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sfmJxt3Y0P .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sfmJxt3Y0P table th,
  .cid-sfmJxt3Y0P table td {
    padding: .75rem;
  }
}
.cid-sfmJxt3Y0P .body-item {
  text-align: left;
}
.cid-sfmJxt3Y0P .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-sfmJxt3Y0P .head-item {
  color: #14287f;
  text-align: left;
}
.cid-sfmJxuJAtw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sfmJxuJAtw .container-fluid {
  padding: 0 3rem;
}
.cid-sfmJxuJAtw .mbr-section-subtitle {
  color: #767676;
}
.cid-sfmJxuJAtw .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sfmJxuJAtw .table-wrapper {
  margin: 0 auto;
}
.cid-sfmJxuJAtw table {
  width: 88% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sfmJxuJAtw table thead tr {
  border: none !important;
}
.cid-sfmJxuJAtw table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sfmJxuJAtw table tr td {
  border-color: #c1c1c1;
}
.cid-sfmJxuJAtw table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sfmJxuJAtw tr:hover {
  background-color: #ffffff !important;
}
.cid-sfmJxuJAtw th:after,
.cid-sfmJxuJAtw th:before {
  display: none !important;
}
.cid-sfmJxuJAtw .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sfmJxuJAtw .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sfmJxuJAtw table th,
  .cid-sfmJxuJAtw table td {
    padding: .75rem;
  }
}
.cid-sfmJxuJAtw .body-item {
  text-align: center;
  color: #1b1a1a;
}
.cid-sfmJxuJAtw .mbr-text {
  color: #767676;
}
.cid-sfmJxuJAtw .head-item {
  color: #232323;
}
.cid-sfmJxuJAtw .mbr-section-title,
.cid-sfmJxuJAtw .head-item {
  color: #14287f;
}
.cid-sfmJxxvfmi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e9e9e9;
}
.cid-sfmJxxvfmi .container-fluid {
  padding: 0 3rem;
}
.cid-sfmJxxvfmi .mbr-section-subtitle {
  color: #767676;
}
.cid-sfmJxxvfmi .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sfmJxxvfmi .table-wrapper {
  margin: 0 auto;
}
.cid-sfmJxxvfmi table {
  width: 88% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sfmJxxvfmi table thead tr {
  border: none !important;
}
.cid-sfmJxxvfmi table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sfmJxxvfmi table tr td {
  border-color: #c1c1c1;
}
.cid-sfmJxxvfmi table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sfmJxxvfmi tr:hover {
  background-color: #ffffff !important;
}
.cid-sfmJxxvfmi th:after,
.cid-sfmJxxvfmi th:before {
  display: none !important;
}
.cid-sfmJxxvfmi .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sfmJxxvfmi .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sfmJxxvfmi table th,
  .cid-sfmJxxvfmi table td {
    padding: .75rem;
  }
}
.cid-sfmJxxvfmi .body-item {
  text-align: left;
}
.cid-sfmJxxvfmi .mbr-text {
  color: #767676;
}
.cid-sfmJxxvfmi .head-item {
  color: #232323;
  text-align: left;
}
.cid-sfmJxxvfmi .mbr-section-title,
.cid-sfmJxxvfmi .head-item {
  color: #14287f;
}
.cid-sfmJxAxSyw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sfmJxAxSyw .container-fluid {
  padding: 0 3rem;
}
.cid-sfmJxAxSyw .mbr-section-subtitle {
  color: #767676;
}
.cid-sfmJxAxSyw .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sfmJxAxSyw .table-wrapper {
  margin: 0 auto;
}
.cid-sfmJxAxSyw table {
  width: 88% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sfmJxAxSyw table thead tr {
  border: none !important;
}
.cid-sfmJxAxSyw table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sfmJxAxSyw table tr td {
  border-color: #c1c1c1;
}
.cid-sfmJxAxSyw table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sfmJxAxSyw tr:hover {
  background-color: #ffffff !important;
}
.cid-sfmJxAxSyw th:after,
.cid-sfmJxAxSyw th:before {
  display: none !important;
}
.cid-sfmJxAxSyw .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sfmJxAxSyw .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sfmJxAxSyw table th,
  .cid-sfmJxAxSyw table td {
    padding: .75rem;
  }
}
.cid-sfmJxAxSyw .body-item {
  text-align: left;
}
.cid-sfmJxAxSyw .mbr-text {
  color: #767676;
}
.cid-sfmJxAxSyw .head-item {
  color: #232323;
  text-align: left;
}
.cid-sfmJxAxSyw .mbr-section-title,
.cid-sfmJxAxSyw .head-item {
  color: #14287f;
}
.cid-sfmJxC7tam {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sfmJxC7tam .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sfmJxC7tam .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sfmJxC7tam .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sfmJxC7tam .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sfmJxC7tam .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-sfmJxC7tam .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sfmJxC7tam .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sfmJxC7tam .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sfmJxC7tam .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sfmJxC7tam .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sfmJxC7tam .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sfmJxC7tam .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sfmJxC7tam .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sfmJxC7tam .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-sfmJxC7tam .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sfmJxC7tam .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sfmJxC7tam .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-sfmJxC7tam .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sfmJxC7tam .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-sfmJxC7tam .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-sfmJxC7tam .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sfmJxC7tam .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sfmJxC7tam .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sfmJxC7tam * {
    text-align: left;
  }
}
.cid-sfmJxEfgtX {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffc600;
}
.cid-sfmJxEfgtX .content-inner .left-content {
  display: block;
}
.cid-sfmJxEfgtX .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sfmJxEfgtX .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sfmJxEfgtX .content-inner .right-content {
  display: block;
}
.cid-sfmJxEfgtX .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sfmJxEfgtX .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sfmJxEfgtX .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sfmJxEfgtX .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #ffc600 !important;
  border-color: #ffc600 !important;
}
@media (max-width: 991px) {
  .cid-sfmJxEfgtX .content-inner {
    justify-content: center !important;
  }
  .cid-sfmJxEfgtX * {
    text-align: center;
  }
}
.cid-sfmJxFUZZN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sfmJxFUZZN .stats-item {
  padding: 80px 10px;
  background-color: #13287d;
  display: flex;
  justify-content: center;
}
.cid-sfmJxFUZZN .stats-item:hover .mbr-iconfont::before {
  -webkit-animation: updown 0.45s ease-in-out 0.1s;
  animation: updown 0.45s ease-in-out 0.1s;
  display: block;
}
.cid-sfmJxFUZZN .stats-item > span {
  transition: all 0.3s ease-in-out;
}
.cid-sfmJxFUZZN .heading {
  color: #ffffff;
}
.cid-sfmJxFUZZN .counter {
  text-align: center;
  color: #ffffff;
}
.cid-sfmJxFUZZN .mbr-iconfont {
  font-size: 45px;
  align-self: center;
  margin-bottom: 22px;
  border: 2px dashed #ffffff;
  border-radius: 50%;
  padding: 35.5px;
}
.cid-sfmJxFUZZN .mbr-card-title,
.cid-sfmJxFUZZN .mbr-iconfont {
  text-align: center;
  color: #ffffff;
  display: block;
}
@media (max-width: 768px) {
  .cid-sfmJxFUZZN .stats-item {
    padding: 30px 25px;
  }
}
@-webkit-keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-sfmJxH9QWe {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sfmJxH9QWe .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sfmJxH9QWe .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sfmJxH9QWe .mbr-text {
  color: #83868c;
}
.cid-sfmJxH9QWe .phone-word {
  color: #279e64;
}
.cid-sfmJxH9QWe .text-link {
  transition: all 0.3s ease-in;
}
.cid-sfmJxH9QWe .text-link:hover {
  color: #279e64 !important;
}
.cid-sfmJxH9QWe img {
  height: 100px;
  padding-right: 8px;
}
.cid-sfmJxH9QWe .img1 {
  color: #279e64;
}
.cid-sfmJxH9QWe .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sfmJxH9QWe .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sfmJxH9QWe .content .link-wrap {
  color: red;
}
.cid-sfmJxH9QWe .content .date-wrap {
  color: #13287d;
}
.cid-sfmJxH9QWe .item,
.cid-sfmJxH9QWe .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sfmJxH9QWe .item h4,
.cid-sfmJxH9QWe .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sfmJxH9QWe .link {
  transition: all 0.3s ease-in;
}
.cid-sfmJxH9QWe .link .card-img {
  padding-bottom: 3px;
}
.cid-sfmJxH9QWe .link:hover .card-img span {
  color: #279e64;
}
.cid-sfmJxH9QWe .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sfmJxH9QWe .item .card-img {
  width: auto;
}
.cid-sfmJxH9QWe .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sfmJxH9QWe .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sfmJxH9QWe h5 {
    text-align: left !important;
  }
  .cid-sfmJxH9QWe .line-wrap {
    text-align: left !important;
  }
}
.cid-sfmJxH9QWe .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sfmJxH9QWe .item-title:hover {
  color: #279e64;
}
.cid-sfmJxH9QWe .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sfmJxH9QWe .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sfmJxH9QWe .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sfmJxH9QWe .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sfmJxH9QWe .btn[class*="-outline"]:active,
.cid-sfmJxH9QWe .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sfmJxH9QWe .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sfmJxH9QWe .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sfmJxH9QWe .pre-form {
  color: #83868c;
}
.cid-sfmJxH9QWe .form-group,
.cid-sfmJxH9QWe .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sfmJxH9QWe .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-sfmJxH9QWe .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sfmJxH9QWe .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sfmJxH9QWe .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sfmJxH9QWe .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sfmJxH9QWe .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sfmJxH9QWe .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sfmJxH9QWe .dragArea {
  flex-direction: column;
}
.cid-sfmJxH9QWe .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
