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





body {
  font-family: Barlow;
}
.display-1 {
  font-family: 'Lato', sans-serif;
  font-size: 3.2rem;
  letter-spacing: -1px;
}
.display-1 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-2 {
  font-family: 'Lato', sans-serif;
  font-size: 2.2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-4 {
  font-family: 'Lato', sans-serif;
  font-size: 0.9rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
  letter-spacing: -1px;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Lato', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #acc129 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #767676 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #40c0ec !important;
  border-color: #40c0ec !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #40c0ec !important;
  border-color: #40c0ec !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #36a9e1 !important;
  border-color: #36a9e1 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #79c5eb !important;
  border-color: #79c5eb !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #79c5eb !important;
  border-color: #79c5eb !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #a69e96 !important;
  border-color: #a69e96 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #a69e96 !important;
  border-color: #a69e96 !important;
}
.btn-success,
.btn-success:active {
  background-color: #acc129 !important;
  border-color: #acc129 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #cadc5a !important;
  border-color: #cadc5a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #cadc5a !important;
  border-color: #cadc5a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #767676 !important;
  border-color: #767676 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #9c9c9c !important;
  border-color: #9c9c9c !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9c9c9c !important;
  border-color: #9c9c9c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ccc3a5 !important;
  border-color: #ccc3a5 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ccc3a5 !important;
  border-color: #ccc3a5 !important;
}
.btn-white {
  color: #222222 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #484848 !important;
  border-color: #484848 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #484848 !important;
  border-color: #484848 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #176f9a;
  color: #176f9a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #36a9e1;
  border-color: #36a9e1;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #36a9e1 !important;
  border-color: #36a9e1 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #616d17;
  color: #616d17;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #acc129;
  border-color: #acc129;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #acc129 !important;
  border-color: #acc129 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #434343;
  color: #434343;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #767676;
  border-color: #767676;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #767676 !important;
  border-color: #767676 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #36a9e1 !important;
}
.text-success {
  color: #acc129 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #767676 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #57c8ef !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #8fcfee !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d1e16f !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a9a9a9 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000 !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #767676;
}
.alert-danger {
  background-color: #b1a374;
}
.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.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d8e585;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b6b6b6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Lato', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #149dcc;
  border-bottom-color: #149dcc;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #149dcc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #36a9e1 !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='%23149dcc' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-rMTeQ8KH21 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rMTeQ8KH21 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rMTeQ8KH21 a {
  font-style: normal;
}
.cid-rMTeQ8KH21 .show {
  overflow: visible;
}
.cid-rMTeQ8KH21 .dropdown-menu {
  max-height: 400px;
}
.cid-rMTeQ8KH21 .dropdown-item:active {
  background-color: transparent;
}
.cid-rMTeQ8KH21 .nav-link {
  font-weight: 600!important;
}
.cid-rMTeQ8KH21 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rMTeQ8KH21 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-rMTeQ8KH21 .nav-item:focus,
.cid-rMTeQ8KH21 .nav-link:focus {
  outline: none;
}
.cid-rMTeQ8KH21 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rMTeQ8KH21 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rMTeQ8KH21 .menu-logo {
  margin-right: auto;
}
.cid-rMTeQ8KH21 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rMTeQ8KH21 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rMTeQ8KH21 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-rMTeQ8KH21 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rMTeQ8KH21 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rMTeQ8KH21 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rMTeQ8KH21 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rMTeQ8KH21 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-rMTeQ8KH21 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rMTeQ8KH21 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rMTeQ8KH21 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rMTeQ8KH21 .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rMTeQ8KH21 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-rMTeQ8KH21 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rMTeQ8KH21 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rMTeQ8KH21 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rMTeQ8KH21 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rMTeQ8KH21 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rMTeQ8KH21 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rMTeQ8KH21 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rMTeQ8KH21 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rMTeQ8KH21 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rMTeQ8KH21 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rMTeQ8KH21 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rMTeQ8KH21 button.navbar-toggler:focus {
  outline: none;
}
.cid-rMTeQ8KH21 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rMTeQ8KH21 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rMTeQ8KH21 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rMTeQ8KH21 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rMTeQ8KH21 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rMTeQ8KH21 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rMTeQ8KH21 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rMTeQ8KH21 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rMTeQ8KH21 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rMTeQ8KH21 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rMTeQ8KH21 .collapsed .btn {
  display: -webkit-flex;
}
.cid-rMTeQ8KH21 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rMTeQ8KH21 .collapsed .navbar-collapse.collapsing,
.cid-rMTeQ8KH21 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-rMTeQ8KH21 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rMTeQ8KH21 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rMTeQ8KH21 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rMTeQ8KH21 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rMTeQ8KH21 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rMTeQ8KH21 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rMTeQ8KH21 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rMTeQ8KH21 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rMTeQ8KH21 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rMTeQ8KH21 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rMTeQ8KH21 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 89.6875vh;
  }
}
.cid-rMTeQ8KH21 .collapsed button.navbar-toggler {
  display: block;
}
.cid-rMTeQ8KH21 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rMTeQ8KH21 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rMTeQ8KH21 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rMTeQ8KH21 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rMTeQ8KH21 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rMTeQ8KH21 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rMTeQ8KH21.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rMTeQ8KH21 img {
    height: 3.8rem !important;
  }
  .cid-rMTeQ8KH21 .btn {
    display: -webkit-flex;
  }
  .cid-rMTeQ8KH21 button.navbar-toggler {
    display: block;
  }
  .cid-rMTeQ8KH21 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rMTeQ8KH21 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rMTeQ8KH21 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rMTeQ8KH21 .navbar-collapse.collapsing,
  .cid-rMTeQ8KH21 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-rMTeQ8KH21 .navbar-collapse.collapsing .navbar-nav,
  .cid-rMTeQ8KH21 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rMTeQ8KH21 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rMTeQ8KH21 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rMTeQ8KH21 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rMTeQ8KH21 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rMTeQ8KH21 .navbar-collapse.collapsing .navbar-buttons,
  .cid-rMTeQ8KH21 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rMTeQ8KH21 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rMTeQ8KH21 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rMTeQ8KH21 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rMTeQ8KH21 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rMTeQ8KH21 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rMTeQ8KH21 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-rMTeQ8KH21 .nav-link {
    justify-content: start!important;
  }
  .cid-rMTeQ8KH21 .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-rMTeQ8KH21 .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-rMTeQ8KH21 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-rMTeQ8KH21 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rMTeQ8KH21 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rMTeQ8KH21 .nav-link:hover,
.cid-rMTeQ8KH21 .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-rMTeQ8KH21 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-rMTeQ8KH21 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-rMTeShRJu1 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #efeeee;
}
.cid-rMTeShRJu1 .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #6ec828;
}
.cid-rMTeShRJu1 img {
  width: 100%;
}
.cid-rMTeShRJu1 p {
  margin-top: 0rem;
}
.cid-rMTeShRJu1 .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-rMTeShRJu1 .content-wrapper {
  padding-top: 6rem;
}
.cid-rMTeShRJu1 h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-rMTeShRJu1 .content-wrapper {
    padding-top: 0rem;
  }
  .cid-rMTeShRJu1 p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rMTeShRJu1 .back {
    width: 100%;
    height: 75%;
  }
  .cid-rMTeShRJu1 .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-rMTeShRJu1 p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rMTeShRJu1 .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-rMTeShRJu1 h4 {
    right: 2rem;
  }
}
.cid-rMTf2i6pcA {
  padding-top: 180px;
  background-image: url("../../../assets/images/background15.jpg");
}
.cid-rMTf2i6pcA .container {
  margin-bottom: 15%;
}
.cid-rMTf2i6pcA .content-container .btn-bgr {
  z-index: 0;
}
.cid-rMTf2i6pcA .container-boxes {
  padding-bottom: 45px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #ffffff;
}
.cid-rMTf2i6pcA .box-item {
  width: 29%;
  padding: 2.5rem;
}
.cid-rMTf2i6pcA .box-item:first-child {
  background-color: #e1c415;
  margin-top: -200px;
}
.cid-rMTf2i6pcA .box-item:nth-child(2) {
  background-color: #333333;
}
.cid-rMTf2i6pcA .box-item:last-child {
  background-color: #6ec828;
}
.cid-rMTf2i6pcA .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-rMTf2i6pcA .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-rMTf2i6pcA .box-list li:last-child {
  border-bottom: none;
}
.cid-rMTf2i6pcA .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-rMTf2i6pcA .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-rMTf2i6pcA .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-rMTf2i6pcA .box-item {
    margin-top: -200px;
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-rMTf2i6pcA .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-rMTf2i6pcA .box-item {
    margin-top: 0;
    width: 90%;
  }
  .cid-rMTf2i6pcA .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-rMTf2i6pcA .mbr-text,
.cid-rMTf2i6pcA .mbr-section-btn {
  color: #232323;
}
.cid-rMTf2i6pcA H1 {
  color: #232323;
  text-align: center;
}
.cid-rMTf2i6pcA .box-item-text {
  text-align: left;
}
.cid-rMTfj6f9UL {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efeeee;
}
.cid-rMTfj6f9UL .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-rMTfj6f9UL .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 1400px) {
  .cid-rMTfj6f9UL .card-wrapper {
    margin: 0rem;
  }
}
.cid-rMTfj6f9UL .card {
  height: fit-content;
}
@media (min-width: 767px) {
  .cid-rMTfj6f9UL .row {
    padding: 0 4rem;
  }
}
.cid-rMTfj6f9UL .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #ffda00;
}
.cid-rMTfj6f9UL .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-rMTfj6f9UL .card-box {
  padding: 3rem 3rem 4rem 3rem;
  width: 100%;
}
.cid-rMTfj6f9UL .card1 {
  background-color: #333333;
}
.cid-rMTfj6f9UL .card2 {
  background-color: #ffffff;
}
.cid-rMTfj6f9UL .card3 {
  background-color: #ffffff;
}
.cid-rMTfj6f9UL .card4 {
  background-color: #333333;
}
.cid-rMTfj6f9UL img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-rMTfj6f9UL .img-wrap {
  max-height: 200px;
  overflow: hidden;
}
.cid-rMTfj6f9UL .container {
  max-width: 1500px;
}
.cid-rMTfj6f9UL .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rMTfj6f9UL .mbr-iconfont {
  font-size: 1.3rem;
  color: #333333;
  display: flex;
  justify-content: center;
}
.cid-rMTfj6f9UL P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-rMTfj6f9UL .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 992px) {
  .cid-rMTfj6f9UL .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-rMTfj6f9UL .col2,
  .cid-rMTfj6f9UL .col3,
  .cid-rMTfj6f9UL .col4 {
    margin-top: 0rem;
  }
  .cid-rMTfj6f9UL .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 767px) {
  .cid-rMTfj6f9UL .card-box {
    padding: 1rem 2rem 5rem 1rem;
  }
  .cid-rMTfj6f9UL .number {
    margin: auto;
  }
}
.cid-rMTfj6f9UL .mbr-text {
  color: #cccccc;
}
.cid-rMTfj6f9UL .text2 {
  color: #333333;
}
.cid-rMTfj6f9UL .text3 {
  color: #333333;
}
.cid-rMTfj6f9UL .title2 {
  color: #333333;
}
.cid-rMTfj6f9UL .title1 {
  color: #c1c1c1;
}
.cid-rMTfj6f9UL .title3 {
  color: #c1c1c1;
}
.cid-rMTfj6f9UL .title4 {
  color: #c1c1c1;
}
.cid-rMTfj6f9UL .text4 {
  color: #efeeee;
}
.cid-rMTfj6f9UL .text1 {
  color: #efeeee;
}
.cid-rMTfj6f9UL .title3 B {
  color: #c1c1c1;
}
.cid-rMTfj6f9UL H1 {
  color: #333333;
  text-align: center;
}
.cid-rNc2du6OyX {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rNc2du6OyX .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rNc2du6OyX .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rNc2du6OyX .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rNc2du6OyX .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rNc2du6OyX .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #ffda00);
}
.cid-rNc2du6OyX .icon-focus {
  display: none;
}
.cid-rNc2du6OyX .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-rNc2du6OyX ul {
  font-size: 0;
}
.cid-rNc2du6OyX .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-rNc2du6OyX .mbr-gallery-filter ul li .btn.active,
.cid-rNc2du6OyX .mbr-gallery-filter ul li.active .btn:not(.active) {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-rNc2du6OyX .mbr-gallery-filter ul li .btn.active:after,
.cid-rNc2du6OyX .mbr-gallery-filter ul li.active .btn:not(.active):after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #149dcc, #36a9e1);
}
.cid-rNc2du6OyX .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-rNc2du6OyX .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-rNc2du6OyX .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-rNc2du6OyX .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-rNc2du6OyX .btn:hover {
  background: transparent !important;
}
.cid-rNc2du6OyX .btn:hover:before {
  background: transparent !important;
}
.cid-rNc2du6OyX .btn:before {
  background-color: transparent !important;
}
.cid-rNc2du6OyX .btn:focus {
  box-shadow: none;
}
.cid-rNc2du6OyX .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-rMTfxcQw0B {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-rMTfxcQw0B .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rMTfxcQw0B input,
.cid-rMTfxcQw0B textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem!important;
  font-size: 1rem;
}
.cid-rMTfxcQw0B input:focus,
.cid-rMTfxcQw0B textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-rMTfxcQw0B .form-control,
.cid-rMTfxcQw0B .field-input {
  padding: 0.5rem;
  background-color: #333333;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rMTfxcQw0B .form-control:hover,
.cid-rMTfxcQw0B .field-input:hover,
.cid-rMTfxcQw0B .form-control:focus,
.cid-rMTfxcQw0B .field-input:focus {
  background-color: #333333;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rMTfxcQw0B input::-webkit-input-placeholder,
.cid-rMTfxcQw0B textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-rMTfxcQw0B input:-moz-placeholder,
.cid-rMTfxcQw0B textarea:-moz-placeholder {
  color: #cccccc;
}
.cid-rMTfxcQw0B .jq-selectbox li,
.cid-rMTfxcQw0B .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-rMTfxcQw0B .jq-selectbox li:hover,
.cid-rMTfxcQw0B .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-rMTfxcQw0B .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-rMTfxcQw0B .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-rMTfxcQw0B img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rMTfxcQw0B .mbr-form {
  max-width: 450px;
}
.cid-rMTfxcQw0B textarea {
  min-height: 150px;
}
.cid-rMTfxcQw0B .mbr-text {
  color: #cccccc;
}
.cid-rMTfxcQw0B .mbr-form .btn {
  width: 100%;
}
.cid-rMTfxcQw0B .mbr-form .btn .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-rMTfFdtYHf {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f7f7f7;
}
.cid-rMTfFdtYHf .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rMTfFdtYHf .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-rMTfFdtYHf .btn {
  margin-bottom: 2rem;
}
.cid-rMTfFdtYHf .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-rMTfFdtYHf .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rMTfFdtYHf .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-rMTfFdtYHf .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rMTfFdtYHf .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rMTfFdtYHf .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-rMTfFdtYHf .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-rMTfFdtYHf .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-rMTfFdtYHf .links {
  color: #232323;
  text-align: center;
}
