body {
  font-family: Open Sans;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 20px 20px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #ff4a52 !important;
}
.bg-success {
  background-color: #48d678 !important;
}
.bg-info {
  background-color: #ffbf00 !important;
}
.bg-warning {
  background-color: #d63d3d !important;
}
.bg-danger {
  background-color: #ececec !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #ff4a52 !important;
  border-color: #ff4a52 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #fd000b !important;
  border-color: #fd000b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #fd000b !important;
  border-color: #fd000b !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #17b6ff !important;
  border-color: #17b6ff !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #008ac9 !important;
  border-color: #008ac9 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #008ac9 !important;
  border-color: #008ac9 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #b38600 !important;
  border-color: #b38600 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #b38600 !important;
  border-color: #b38600 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #48d678 !important;
  border-color: #48d678 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #26ab53 !important;
  border-color: #26ab53 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #26ab53 !important;
  border-color: #26ab53 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #d63d3d !important;
  border-color: #d63d3d !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #a42323 !important;
  border-color: #a42323 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a42323 !important;
  border-color: #a42323 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #ececec !important;
  border-color: #ececec !important;
  color: #6d6d6d !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !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: #e3000a;
  color: #e3000a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #ff4a52;
  border-color: #ff4a52;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4a52 !important;
  border-color: #ff4a52 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #0079b0;
  color: #0079b0;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #17b6ff;
  border-color: #17b6ff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #17b6ff !important;
  border-color: #17b6ff !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #997300;
  color: #997300;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #ffbf00;
  border-color: #ffbf00;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #229649;
  color: #229649;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #48d678;
  border-color: #48d678;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #48d678 !important;
  border-color: #48d678 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #8f1e1e;
  color: #8f1e1e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #d63d3d;
  border-color: #d63d3d;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d63d3d !important;
  border-color: #d63d3d !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #b9b9b9;
  color: #b9b9b9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #6d6d6d;
  background-color: #ececec;
  border-color: #ececec;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #6d6d6d !important;
  background-color: #ececec !important;
  border-color: #ececec !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: #ff4a52 !important;
}
.text-secondary {
  color: #17b6ff !important;
}
.text-success {
  color: #48d678 !important;
}
.text-info {
  color: #ffbf00 !important;
}
.text-warning {
  color: #d63d3d !important;
}
.text-danger {
  color: #ececec !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #e3000a !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0079b0 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #229649 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #997300 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8f1e1e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b9b9b9 !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: #ffbf00;
}
.alert-warning {
  background-color: #d63d3d;
}
.alert-danger {
  background-color: #ececec;
}
.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: #ff4a52;
  border-color: #ff4a52;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff4a52;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #effbf3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fff2cc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fae5e5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #ff4a52;
}
.btn-md {
  transition: none;
  padding: 0.5rem 2rem;
}
.btn-md:hover {
  background-color: #17b6ff !important;
  border-color: #17b6ff !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff4a52;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background: #ffffff;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff4a52;
  border-bottom-color: #ff4a52;
}
.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: #ff4a52 !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: #17b6ff !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='%23ff4a52' %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-rVgJmEqZIx .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rVgJmEqZIx .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rVgJmEqZIx .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-rVgJmEqZIx .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
  display: none !important;
}
.cid-rVgJmEqZIx .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-rVgJmEqZIx .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rVgJmEqZIx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rVgJmEqZIx .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-rVgJmEqZIx .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-rVgJmEqZIx .navbar.collapsed.opened .navbar-collapse.show,
.cid-rVgJmEqZIx .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-rVgJmEqZIx .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-rVgJmEqZIx .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-rVgJmEqZIx .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rVgJmEqZIx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rVgJmEqZIx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rVgJmEqZIx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rVgJmEqZIx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rVgJmEqZIx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-rVgJmEqZIx .navbar {
    flex-wrap: nowrap;
  }
  .cid-rVgJmEqZIx .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-rVgJmEqZIx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rVgJmEqZIx .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-rVgJmEqZIx .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-rVgJmEqZIx .navbar.opened .navbar-collapse.show,
  .cid-rVgJmEqZIx .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-rVgJmEqZIx .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-rVgJmEqZIx .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rVgJmEqZIx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rVgJmEqZIx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rVgJmEqZIx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rVgJmEqZIx .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rVgJmEqZIx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rVgJmEqZIx .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-rVgJmEqZIx .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-rVgJmEqZIx .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rVgJmEqZIx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rVgJmEqZIx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rVgJmEqZIx .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rVgJmEqZIx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rVgJmEqZIx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rVgJmEqZIx .dropdown-item.active,
.cid-rVgJmEqZIx .dropdown-item:active {
  background-color: transparent;
}
.cid-rVgJmEqZIx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rVgJmEqZIx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rVgJmEqZIx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rVgJmEqZIx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rVgJmEqZIx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rVgJmEqZIx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rVgJmEqZIx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rVgJmEqZIx .navbar-buttons {
  text-align: center;
}
.cid-rVgJmEqZIx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rVgJmEqZIx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rVgJmEqZIx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rVgJmEqZIx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rVgJmEqZIx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rVgJmEqZIx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rVgJmEqZIx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVgJmEqZIx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rVgJmEqZIx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rVgJmEqZIx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVgJmEqZIx .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-rVgJmEqZIx a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-rVgJmEqZIx a.nav-link:focus {
  outline: none;
}
.cid-rVgJmEqZIx .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rVgJmEqZIx .nav-link:hover,
.cid-rVgJmEqZIx .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rVgJmEqZIx .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-rVgJmEqZIx .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sTmNByLI3F {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sTmNByLI3F .card-wrapper {
  border-radius: 4px;
  background: #97e0b0;
}
@media (min-width: 992px) {
  .cid-sTmNByLI3F .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sTmNByLI3F .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sTmNByLI3F .text-box {
    padding: 2rem;
  }
}
.cid-sTmNByLI3F .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sTmNByLI3F .lin {
  position: relative;
  display: inline;
  color: #626262;
  text-transform: uppercase;
  margin-top: 1.25rem;
}
.cid-sTmNByLI3F .line {
  left: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: #ff4a52;
  opacity: 0;
}
.cid-sTmNByLI3F .lin:hover .line {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s;
}
.cid-sTmNByLI3F .small-img {
  width: 40%;
  margin: auto;
}
.cid-sTmNByLI3F .text-box {
  text-align: center;
}
.cid-sTmNByLI3F .mbr-section-title {
  text-align: center;
  color: #00882e;
}
.cid-sTmNByLI3F .mbr-text {
  padding-top: 10px;
}
.cid-sTmNByLI3F .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sTn7r4p1fY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sTn7r4p1fY img {
  width: auto;
  max-height: 60px;
  display: inline-block;
  padding: 0;
  margin-right: 15px;
}
.cid-sTn7r4p1fY .title {
  display: inline;
  font-weight: 700;
  color: #00882e;
  width: auto;
}
.cid-sTn7r4p1fY .margin {
  margin: 0px;
}
.cid-sTn7r4p1fY .row {
  align-items: center;
  margin-bottom: 39px;
}
.cid-sTn7r4p1fY .mbr-section-btn {
  padding-top: 53px;
  margin: 0px;
}
.cid-sTn7r4p1fY .desc {
  margin-top: 22px;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-sTn7r4p1fY .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-sTn7r4p1fY .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-sTn7r4p1fY .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-sTn7r4p1fY .mbr-section-title,
.cid-sTn7r4p1fY .margin {
  color: #00882e;
  text-align: center;
}
.cid-sTn7r4p1fY .desc,
.cid-sTn7r4p1fY .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-sI0QgRqt8X {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-sI0QgRqt8X .container-fluid {
  padding: 0 3rem;
}
.cid-sI0QgRqt8X .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sI0QgRqt8X .container-fluid {
    padding: 0 1rem;
  }
  .cid-sI0QgRqt8X .video-block {
    width: 100% !important;
  }
}
.cid-rVbxfGGYny {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rVbxfGGYny li {
  list-style: none;
}
.cid-rVbxfGGYny .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.8rem;
  justify-content: space-between;
}
.cid-rVbxfGGYny .col-title {
  margin-bottom: 2rem;
  color: #dd0004;
}
.cid-rVbxfGGYny .list-col {
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  padding-top: 4rem;
  padding-bottom: 2rem;
}
.cid-rVbxfGGYny .mbr-iconfont {
  font-size: 1.6rem;
  padding-right: 4rem;
  height: 28px;
  display: block;
  cursor: pointer;
  transition: all 0.6s;
  color: #48d678 !important;
}
.cid-rVbxfGGYny .mbr-iconfont:hover {
  color: #00882e !important;
}
.cid-rVbxfGGYny .time-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 150px;
}
.cid-rVbxfGGYny h4 {
  margin: 0;
}
.cid-rVbxfGGYny ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-rVbxfGGYny .md-pb {
    padding-bottom: 1rem;
  }
  .cid-rVbxfGGYny .mbr-iconfont {
    padding-right: 1rem;
  }
  .cid-rVbxfGGYny .item-wrap {
    flex-direction: column;
  }
  .cid-rVbxfGGYny .time-wrap {
    min-width: 80px;
    margin-top: .4rem;
  }
}
.cid-rVbxfGGYny .item1 {
  text-align: left;
}
.cid-sTn0pSh3dn {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sTn0pSh3dn img {
  width: 80%;
  object-fit: cover;
  border-radius: 50%;
  margin: auto;
}
.cid-sTn0pSh3dn .card-phone {
  transition: all 0.3s;
  cursor: pointer;
  color: #200960;
}
.cid-sTn0pSh3dn .card-phone:hover {
  color: #ff4a52;
}
.cid-sTn0pSh3dn .mbr-text,
.cid-sTn0pSh3dn .mbr-section-btn {
  color: #999999;
}
.cid-sTn0pSh3dn .card-title,
.cid-sTn0pSh3dn .card-box {
  color: #200960;
}
@media (max-width: 992px) {
  .cid-sTn0pSh3dn .img-col {
    margin-bottom: 3rem;
  }
}
.cid-sTn0pSh3dn .mbr-section-subtitle {
  color: #d58f76;
}
.cid-sTmULqh407 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ececec;
}
@media (min-width: 992px) {
  .cid-sTmULqh407 .no-gutters {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-sTmULqh407 .no-gutters > [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-sTmULqh407 .card_item {
  border-radius: 0 !important;
}
@media (min-width: 992px) {
  .cid-sTmULqh407 .card_item .item-wrapper {
    border-left: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-sTmULqh407 .card_item:last-child .item-wrapper {
    border-right: 1px dotted rgba(55, 60, 66, 0.5);
  }
}
.cid-sTmULqh407 .item-wrapper {
  height: 100%;
  overflow: visible;
}
.cid-sTmULqh407 .card-box {
  padding: 0 2rem 2.5rem 2rem;
  height: 100%;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sTmULqh407 .card-box:hover {
  transform: translateY(-3rem);
}
.cid-sTmULqh407 .card-box:hover img {
  transform: scale(1.01);
}
.cid-sTmULqh407 .card-title {
  margin-bottom: .75rem;
}
.cid-sTmULqh407 .card-text {
  margin-bottom: 1.25rem;
}
.cid-sTmULqh407 .item-img {
  margin-bottom: 2.5rem;
  position: relative;
  transform: skewY(2deg);
}
.cid-sTmULqh407 img,
.cid-sTmULqh407 .item-img {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sTmULqh407 .item:focus,
.cid-sTmULqh407 span:focus {
  outline: none;
}
@media (max-width: 991px) {
  .cid-sTmULqh407 .item-wrapper {
    padding: 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .cid-sTmULqh407 .card-title {
    margin-bottom: .5rem;
  }
  .cid-sTmULqh407 .card-text {
    margin-bottom: .75rem;
  }
  .cid-sTmULqh407 .item-img {
    margin-bottom: 1.5rem;
  }
  .cid-sTmULqh407 .card-box:hover {
    transform: translateY(0);
  }
  .cid-sTmULqh407 .card-box:hover img {
    transform: scale(1.01);
  }
}
@media (max-width: 767px) {
  .cid-sTmULqh407 .card-box {
    padding: 0 0 1rem;
  }
}
.cid-sTmULqh407 .card-text,
.cid-sTmULqh407 .linkBtn {
  color: #232323;
}
#custom-html-d7 {
  /* Type valid CSS here */
}
#custom-html-d7 div {
  padding: 80px 0;
  color: #008bff;
  text-align: center;
}
#custom-html-d7 p {
  font-size: 60px;
  color: #008bff;
}
