body {
  font-family: Jost;
}
.img1{
        height: 63px !important;
        object-fit: scale-down !important; 
    }
.display-1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #1b9953 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #353535 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1b9953 !important;
  border-color: #1b9953 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #00d25d !important;
  border-color: #00d25d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0e4f2b !important;
  border-color: #0e4f2b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #353535 !important;
  border-color: #353535 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1b9953;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0e4f2b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1b9953 !important;
  border-color: #1b9953 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #353535;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #0a0a0a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #353535 !important;
  border-color: #353535 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #1b9953 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #353535 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0c4224 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #020202 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #1b9953;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #353535;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1b9953;
  border-color: #1b9953;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #1b9953;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #53e192;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #a8a8a8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #1b9953 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #1b9953;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1b9953;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1b9953;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1b9953;
  border-bottom-color: #1b9953;
}
.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: #1b9953 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !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%;
  width: 100%;
  height: auto;
}
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='%231b9953' %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;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tKfuaxlY0u {
  z-index: 1000;
  width: 100%;
}
.cid-tKfuaxlY0u nav.navbar {
  position: fixed;
}
.cid-tKfuaxlY0u .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKfuaxlY0u .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tKfuaxlY0u .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tKfuaxlY0u .dropdown-item:hover,
.cid-tKfuaxlY0u .dropdown-item:focus {
  background: #1b9953 !important;
  color: white !important;
}
.cid-tKfuaxlY0u .dropdown-item:hover span {
  color: white;
}
.cid-tKfuaxlY0u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tKfuaxlY0u .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tKfuaxlY0u .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-tKfuaxlY0u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tKfuaxlY0u .nav-link {
  position: relative;
}
.cid-tKfuaxlY0u .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tKfuaxlY0u .container {
    flex-wrap: nowrap;
  }
}
.cid-tKfuaxlY0u .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tKfuaxlY0u .dropdown-menu,
.cid-tKfuaxlY0u .navbar.opened {
  background: #1b9953 !important;
}
.cid-tKfuaxlY0u .nav-item:focus,
.cid-tKfuaxlY0u .nav-link:focus {
  outline: none;
}
.cid-tKfuaxlY0u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tKfuaxlY0u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKfuaxlY0u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tKfuaxlY0u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKfuaxlY0u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKfuaxlY0u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tKfuaxlY0u .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: transparent;
}
.cid-tKfuaxlY0u .navbar.opened {
  transition: all 0.3s;
}
.cid-tKfuaxlY0u .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tKfuaxlY0u .navbar .navbar-logo img {
  width: auto;
}
.cid-tKfuaxlY0u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tKfuaxlY0u .navbar.collapsed {
  justify-content: center;
}
.cid-tKfuaxlY0u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKfuaxlY0u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tKfuaxlY0u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-tKfuaxlY0u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKfuaxlY0u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKfuaxlY0u .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tKfuaxlY0u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKfuaxlY0u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tKfuaxlY0u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tKfuaxlY0u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKfuaxlY0u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKfuaxlY0u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKfuaxlY0u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tKfuaxlY0u .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tKfuaxlY0u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tKfuaxlY0u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tKfuaxlY0u .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tKfuaxlY0u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tKfuaxlY0u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tKfuaxlY0u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tKfuaxlY0u .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tKfuaxlY0u .navbar.navbar-short {
  min-height: 60px;
  background-color: #1b9953;
  border-bottom: 1px solid #fff;
}
.cid-tKfuaxlY0u .navbar.navbar-short .navbar-buttons .btn {
  border: 2px solid #fff !important;
}
.cid-tKfuaxlY0u .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tKfuaxlY0u .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tKfuaxlY0u .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tKfuaxlY0u .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tKfuaxlY0u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKfuaxlY0u .dropdown-item.active,
.cid-tKfuaxlY0u .dropdown-item:active {
  background-color: transparent;
}
.cid-tKfuaxlY0u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKfuaxlY0u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKfuaxlY0u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKfuaxlY0u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b9953;
}
.cid-tKfuaxlY0u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tKfuaxlY0u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKfuaxlY0u ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKfuaxlY0u .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tKfuaxlY0u button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 0px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tKfuaxlY0u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffc006;
}
.cid-tKfuaxlY0u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tKfuaxlY0u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKfuaxlY0u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKfuaxlY0u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tKfuaxlY0u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKfuaxlY0u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tKfuaxlY0u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tKfuaxlY0u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKfuaxlY0u .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tKfuaxlY0u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tKfuaxlY0u .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tKfuaxlY0u .navbar {
    height: 70px;
  }
  .cid-tKfuaxlY0u .navbar.opened {
    height: auto;
  }
  .cid-tKfuaxlY0u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKg5XlEeY2 {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fafafa;
}
.cid-tKg5XlEeY2 .ban-img {
  width: 40%;
  height: auto !important;
  margin: 0 0 20px 0;
}
.cid-tKg5XlEeY2 .display-5 > .mbr-iconfont {
  font-size: 1.2rem;
}
.dis-none{
    display:none;
}
@media (max-width: 480px) {
  .cid-tKg5XlEeY2 .ban-img {
    width: 100%;
    height: auto !important;
    margin: 0 0 10px 0;
  }
  .dis-none{
    display:block;
    }
  .cid-tKnS8pxXI0 .item-imgqa {
    margin-top: 20px !important;
  }
  .cid-tKo4yArrla .display-1a {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.3rem;
    line-height: 1.3 !important;
    padding-bottom: 10px !important;
    margin-top: 0px !important;
  }
  .cid-tKo4yArrla .display-1aa {
    color: #000;
    margin-bottom: 10px;
  }
}
.cid-tKg5XlEeY2 .mr-1 {
  margin-right: 10px;
}
.cid-tKg5XlEeY2 .carousel {
  width: 100%;
}
.cid-tKg5XlEeY2 .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-tKg5XlEeY2 .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-tKg5XlEeY2 .carousel-caption {
  bottom: 15%;
}
.cid-tKg5XlEeY2 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tKg5XlEeY2 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tKg5XlEeY2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tKg5XlEeY2 .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tKg5XlEeY2 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tKg5XlEeY2 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tKg5XlEeY2 .container .carousel-indicators {
  margin-bottom: 3px;
  display: none;
}
.cid-tKg5XlEeY2 .carousel-control {
  display: none;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(151, 12, 12, 0);
  border: 0px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tKg5XlEeY2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tKg5XlEeY2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tKg5XlEeY2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tKg5XlEeY2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
  display: none;
}
.cid-tKg5XlEeY2 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tKg5XlEeY2 .carousel-indicators li.active,
.cid-tKg5XlEeY2 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tKg5XlEeY2 .carousel-indicators li::after,
.cid-tKg5XlEeY2 .carousel-indicators li::before {
  content: none;
}
.cid-tKg5XlEeY2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tKg5XlEeY2 .carousel-indicators {
    display: none !important;
  }
}
.cid-tKg5XlEeY2 P {
  text-align: left;
}
.cid-tKkoiTI4id {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tKkoiTI4id .mbr-section-subtitle {
  color: #bc1823;
  margin-left: 30px;
}
.cid-tKkoiTI4id .ban1-img {
  width: 30px;
  margin: -20px 0 10px 0px;
}
.cid-tKkKyZLb9w1 .mbr-section-subtitle {
  color: #bc1823;
  margin-left: 30px;
}
.cid-tKkKyZLb9w1 .ban1-img {
  width: 60px;
  margin: -20px 0 10px 0px;
}
.cid-tKkAEfeYrC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3f4f7; 
}
.cid-tKkAEfeYrC .mbr-section-subtitle {
  color: #bc1823;
  margin-left: 30px;
}
.cid-tKkAEfeYrC .ban1-img {
  width: 30px;
  margin: -20px 0 10px 0px;
}
.cid-tKkAEfeYrC .item-title {
  text-align: center;
}
.cid-tKkAEfeYrC .item-img img {
  width: 70px;
  height: 65px;
  margin: 0 auto 20px;
}
.cid-tKkKyZLb9w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tKkKyZLb9w .mbr-section-subtitle {
  color: #bc1823;
  margin-left: 30px;
}
.cid-tKkKyZLb9w .ban1-img {
  width: 30px;
  margin: -20px 0 10px 0px;
}
.cid-tKkKyZLb9w .item-img img {
  width: 90px;
  margin: 0 auto 40px;
}
.cid-tKkKyZLb9w1 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tKkKyZLb9w1 .item-img img {
    /*-webkit-filter: grayscale(100%);*/
    /*filter: grayscale(100%);*/
  /*width: 350px;*/
  /*height:350px;*/
}
.cid-tKkKyZLb9w2 .mbr-section-subtitle {
  color: #bc1823;
  margin-left: 30px;
}
.cid-tKkKyZLb9w2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tKkKyZLb9w2 .display-1a { 
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.3rem;
  line-height: 1;
  color: #000;
}
.cid-tKkKyZLb9w2 .ban1-img {
  width: 30px;
  margin: -20px 0 10px 0px;
}
.cid-tKkKyZLb9w2 .card-header{
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: #fff !important;
  border-bottom: none !important;
}
.cid-tKkKyZLb9w2 .cardasd{
  background-color: #fff !important;
  border-bottom: 2px dotted !important;
  padding-bottom: 1rem;
}
.cid-tKlen2ItM3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b9953;
}
.cid-tKlen2ItM3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKlen2ItM3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKlen2ItM3 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tKlen2ItM3 .container {
    max-width: 1400px;
  }
}
.cid-tKlen2ItM3 .card {
  margin: 0;
}
.cid-tKlen2ItM3 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tKlen2ItM3 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tKlen2ItM3 .row {
  justify-content: center;
}
.cid-tKlen2ItM3 * {
  margin: 0;
  padding: 0;
  border: 0;
}
.cid-tKlen2ItM3 .img__wrap {
  position: relative;
} 
.cid-tKlen2ItM3 .img__wrap .imgs{
  /*width: 225px;*/
  /*height: 225px;*/ 
  border-radius: 50%;
  width: 75%;
  margin: 0 auto;
}
.cid-tKlen2ItM3 .img__description {
    /*height: 80px;*/
    font-size: 14px;
    padding: 10px 20px;
    /*background: #f3f4f7 !important;*/
    /*border: 2px solid #08c75c;*/
    color: #000;
}
.cid-tKlen2ItM3 .img__description1 {
    /*height: 80px;*/
    font-size: 14px;
    padding: 10px 20px;
    /*background: #fff !important;*/
    /*border: 2px solid #08c75c;*/
    color: #000;
}
.cid-tKlen2ItM3 .img__wrap:hover .img__description {
  visibility: visible;
  opacity: 1; 
}
.cid-tKlen2ItM3 .ban1-img {
  width: 30px;
  margin: 30px 0 10px -30px;
}
.cid-tKlen2ItM3 .ml-31 {
  padding-left: 10%;
}
@media (min-width: 1440px) {
    .cid-tKlen2ItM3 .img__description {
     /*padding-top: 50%;*/
    }
}
@media (min-width: 1900px) {
    .cid-tKlen2ItM3 .img__description {
     /*padding-top: 40%;*/
    }
}
@media (max-width: 480px) {
  .cid-tKlen2ItM3 .ml-31 {
    padding-left: 12%;
  }
}
.cid-tKlen2ItM3 P {
  text-align: center;
}
.cid-tKnn2wb5iI {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1b9953;
}
.cid-tKnn2wb5iI .mbr-section-subtitle {
  color: #ffffff;
  margin-left: 30px;
}
.cid-tKnn2wb5iI .ban1-img {
  width: 30px;
  margin: -20px 0 10px 0px;
}
.cid-tKnn2wb5iI .mbr-text {
  color: #ffffff;
}
.cid-tKnn2wb5iI .mr-1 {
  margin-right: 5px;
  margin-left: -5px;
}
.cid-tKo4yArrla {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #1b9953;
}
.cid-tKo4yArrla .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKo4yArrla .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKo4yArrla .justify-content-centera {
  width: 85%;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .cid-tKo4yArrla .justify-content-centera {
    width: 100% !important;
    margin: 0 auto;
  }
  .cid-tKo4yArrla .pl-35a {
    padding-left: 0% !important;
  }
  .cid-tKo4yArrla .card {
    margin-bottom: 2rem !important;
  }
}
.cid-tKo4yArrla .card-wrapper {
  padding: 1rem;
  background-color: #fff;
  border-radius: 4px;
}
.cid-tKo4yArrla .row {
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-tKo4yArrla .card-wrapper {
    padding: 1rem;
  }
  .cid-tKkAEfeYrC .item{
      width:50% !important;
      margin: 10px auto;
  }
}
.cid-tKo4yArrla ul {
  list-style: none;
}
.cid-tKo4yArrla li {
  position: relative;
}
.cid-tKo4yArrla li:before {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  content: "\e908";
  font-family: 'Moririse2' !important;
  color: #1b9953;
  font-size: 0.8rem;
}
.cid-tKo4yArrla .mbr-section-btn {
  width: 100%;
}
.cid-tKo4yArrla .btn {
  width: 100%;
}
.cid-tKo4yArrla .card-header {
  padding: 0.5rem 0rem 1rem;
  margin-bottom: 0;
  background-color: #fff !important;
  border-bottom: 0px dotted #ddd;
}

.cid-tKo4yArrla .display-1a {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.3rem;
  line-height: 1;
  color: #000;
  width: 95%;
  float: left;
}
.cid-tKo4yArrla .display-1aa {
  color: #000;
}
.cid-tKo4yArrla .mr-1 {
  margin-right: 5px;
}
.cid-tKo4yArrla p {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.cid-tKo4yArrla .ban1a-img {
  margin-top: 10px;
  width: 30px;
}
.cid-tKo4yArrla .cardasd {
  border-bottom-style: dotted;
  border-bottom-color: #ddd;
}
.cid-tKo4yArrla .pl-35a {
  padding-left: 35%;
}
.cid-tKnY1g2whB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tKnY1g2whB .mbr-section-subtitle {
  color: #bc1823;
  margin-left: 30px;
}
.cid-tKnY1g2whB .ban1-img {
  width: 30px;
  margin: -20px 0 10px 0px;
}
.cid-tKnY1g2whB .item-img img {
  width: 90px;
  margin: 0 auto 40px;
}
.cid-tKnY1g2whB .card-text {
  text-align: left;
}
.cid-tKnY1g2whB .card-title,
.cid-tKnY1g2whB .iconfont-wrapper {
  text-align: left;
}
.cid-tKnS8pxXI0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a4e9b;
}
.cid-tKnS8pxXI0 .mbr-section-subtitle {
  color: #ffffff;
  margin-left: 30px;
}
.cid-tKnS8pxXI0 .ban1-img {
  width: 30px;
  margin: -20px 0 10px 0px;
}
.cid-tKnS8pxXI0 .card-text {
  text-align: left;
  color: #ffffff;
}
.cid-tKnS8pxXI0 .item-imgq {
  width: 250px;
  margin: 0 auto;
}
.cid-tKnS8pxXI0 .item-imgqa {
  margin-top: -40px;
}
.cid-tKnN0xrGTg {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKnN0xrGTg .mbr-section-subtitle {
  color: #bc1823;
  margin-left: 30px;
}
.cid-tKnN0xrGTg .ban1-img {
  width: 30px;
  margin: -20px 0 10px 0px;
}
.cid-tKnO4Z3iuD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKnO4Z3iuD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKnO4Z3iuD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKnO4Z3iuD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 250px;
  max-width: 250px;
}
@media (max-width: 768px) {
  .cid-tKnO4Z3iuD .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tKnO4Z3iuD .embla__button--next,
.cid-tKnO4Z3iuD .embla__button--prev {
  display: flex;
}
.cid-tKnO4Z3iuD .embla__button {
  top: 45%;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tKnO4Z3iuD .embla__button {
    display: none;
  }
}
.cid-tKnO4Z3iuD .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tKnO4Z3iuD .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tKnO4Z3iuD .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tKnO4Z3iuD .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tKnO4Z3iuD .embla__button {
    top: auto;
  }
}
.cid-tKnO4Z3iuD .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tKnO4Z3iuD .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tKnO4Z3iuD .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tKnO4Z3iuD .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tKnO4Z3iuD .embla {
  position: relative;
  width: 100%;
}
.cid-tKnO4Z3iuD .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tKnO4Z3iuD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tKnO4Z3iuD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tKnO4Z3iuD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tKnpcUxPQX {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #e9e7e7;
}
.cid-tKnpcUxPQX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKnpcUxPQX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKnpcUxPQX .ban2-img {
  width: 25px;
  float: left;
}
.cid-tKnpcUxPQX .mr-2 {
  margin-right: 10px;
}
.cid-tKnpcUxPQX .ban3-img {
  width: 100px;
  margin: 0 auto;
}
.cid-tKnpcUxPQX .list {
  list-style: none;
  padding-left: 0;
  color: #353535;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tKnpcUxPQX .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tKnpcUxPQX .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tKnpcUxPQX .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tKnpcUxPQX div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tKnpcUxPQX .copyright {
  color: #bbbbbb;
}
.cid-tKnpcUxPQX .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-tKnpcUxPQX .mbr-text {
  color: #353535;
}
.cid-tKnpcUxPQX P {
  color: #22a5e5;
}
.ticfl{
    float:left;
}
.ticfr{
    float:right;
}
.inbann{
    width:40% !important;
    margin:auto !important;
    margin-bottom:2rem !important;
}
@media (max-width: 480px) {
  .cid-tKnpcUxPQX .ban3-img {
    width: 100px;
    margin: 0;
  }
  .inbann{
    width:100% !important;
    margin:auto;
  }
  .ticfl{
    float:none !important;
    margin-bottom:5rem;
  }
  .ticfr{
   float:none !important;
  }
  .cid-tKnpcUxPQX .text-a-center {
    text-align: left !important;
    padding-top: 50px !important;
  }
  .cid-tKlen2ItM3 .img__description {
    /*padding-top: 40% !important;*/
  }
  .cid-tKlen2ItM3 .img__wrap .imgs {
    /*height: 300px !important;*/
  }
  .cid-tKfuaxlY0u .nav-dropdown .link {
    margin: 0.667em 0!important;
  }
  .cid-tKfuaxlY0u .navbar ul.navbar-nav li {
    margin: 0 !important;
  }
  .navbar-buttons .display-4 {
    margin-left: 0 !important;
    margin-bottom: 2rem !important;
  }
  .cid-tKfuaxlY0u a.nav-link {
    display: flex;
    align-items: center;
    justify-content: flex-start !important;
  }
  .cid-tKfuaxlY0u .navbar-buttons {
    text-align: left !important;
  }
}
.cid-tKnpcUxPQX .text-a-center {
  text-align: center;
}

.quote{
  margin: auto;
  padding: 15px;
  border: 2px solid #1b9953;
  border-radius: 15px;
  padding: 4rem 1rem 1rem 2rem;
  position: relative;
}
blockquote{
  position: relative;
  z-index: 20;
  border-left:0px !important;
  padding:0px !important;
}
.left {
  position: absolute;
  top: -1px;
  right: 50px;
  width: 60px;
  text-align: right;
  z-index: 10;
  font-size: 6rem;
  color: #1b9953;
  background-color: #fff;
  line-height: 50px;
}
.right{
    position: absolute;
    bottom: -50px;
    right: 50px;
    width: 55px;
    text-align: right;
    z-index: 10;
    font-size: 6rem;
    color: #1b9953;
    background-color: #fff;
    line-height: 50px;
}

@media (max-width: 1440px) {
  .nav-item .display-4{
    font-size: .9rem !important;
  }
  .navbar-buttons .display-4{
    font-size: .9rem !important;
  }
}
.cid-tKkKyZLb9w2 .cardasd .collapsed .mbri-plus{
  display:block;
  color: red;
  font-weight: 600;
}
.cid-tKkKyZLb9w2 .cardasd .collapsed .mbri-close{
  display:none;
}
.cid-tKkKyZLb9w2 .cardasd  .mbri-plus{
  display:none;
}
.cid-tKkKyZLb9w2 .cardasd  .mbri-close{
  display:block;
  color: red;
  font-size: smaller;
  font-weight: 600;
}
.agenday{
    font-size:2rem;
    font-family:'Roboto Condensed', sans-serif;
    color:#000;
}
.display-modc {
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 1.8rem !important;
    line-height: 1.2 !important;
    color: #000 !important;
}
.float-left{
    float:left;
}
.float-right{
    float:right;
}
.popcard{
    background-color: #08c75c !important;
    /*border-radius: 10px;*/
    margin-bottom: 10px;
    height: 97%;
    max-height: 380px;
}
.popcard1{
    background-color: #1b9953 !important;
    /*border-radius: 10px;*/
    margin-bottom: 10px;
    height: 97%;
    max-height: 380px;
} 
.padd-lef{
    /*padding-left: 10px !important;*/
    color: #fff !important;
} 
.firad{
    /*border-radius: 30px 0px 0px;*/
}
.thirad{
    /*border-radius: 0px 30px 0px 0px;*/
}
.fourad{
    /*border-radius: 0px 0px 0px 30px;*/
}
.sixrad{
   /*border-radius: 0px 0px 30px 0px; */
}
.marim{
    margin: 0 -20px 0 0 !important;
}
.marim img{
    max-height: 240px; 
}
.specard{
    background-color: #08c75c !important;
    /*border-radius: 20px;*/
    color:#fff;
    
}
.specard1{
    background-color: #1b9953 !important;
    /*border-radius: 20px;*/
    color:#fff;
}  
.padd-leff{
    padding: 25px 20px 0px 25px !important;
    line-height: .5 !important;
    font-size: 0.8rem !important;
}
.padd-leff1{
    padding: 0px 25px 25px 25px !important;
    line-height: 1.5 !important; 
}
.hspecard{
    background-color: #08c75c !important;
    color:#fff;
}
.hspecard1{
    background-color: #1b9953 !important;
    color:#fff;
} 
.spehed{
    padding-left: 5%;
    color: #000;
    font-size: 2rem !important; 
}
.marim .display-4{
    font-size: 0.9rem !important;
}
.blur{
    filter: blur(2px);
    -webkit-filter: blur(2px);
}