@import url(https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i);
@import url(https://fonts.googleapis.com/css?family=Kaushan+Script);


body {
  font-family: Muli;
  font-style: normal;
  line-height: 1.5;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.display-1 {
  font-family: 'Muli', sans-serif;
  font-size: 3.75rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6rem;
}
.display-2 {
  font-family: 'Muli', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Muli', sans-serif;
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Kaushan Script', cursive;
  font-size: 2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'Muli', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.9625rem + (3.75 - 1.9625) * ((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.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))));
  }
  .display-5 {
    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))));
  }
}
/* Buttons */
.btn {
  border-radius: 0;
  font-weight: 600;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 2px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  font-weight: 600;
  letter-spacing: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  font-weight: 600;
  letter-spacing: 2px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  font-weight: 600;
  letter-spacing: 2px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px 15px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #292C2F !important;
}
.bg-success {
  background-color: #0f7699 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #767676 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #ff4a52 !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #5d4934 !important;
  border-color: #5d4934 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #5d4934 !important;
  border-color: #5d4934 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #d6b56d!important;
  border-color: #d6b56d!important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #b37100 !important;
  border-color: #b37100 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b37100 !important;
  border-color: #b37100 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #0f7699 !important;
  border-color: #0f7699 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #084053 !important;
  border-color: #084053 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #084053 !important;
  border-color: #084053 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #ff4a52 !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #767676 !important;
  border-color: #767676 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !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: #4c3c2b;
  color: #4c3c2b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #292C2F;
  border-color: #292C2F;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #292C2F !important;
  border-color: #292C2F !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #996100;
  color: #996100;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #ffa200;
  border-color: #ffa200;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #d6b56d!important;
  border-color: #d6b56d!important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  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,
.btn-success-outline.active {
  background: none;
  border-color: #062e3c;
  color: #062e3c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #0f7699;
  border-color: #0f7699;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0f7699 !important;
  border-color: #0f7699 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #434343;
  color: #434343;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #767676;
  border-color: #767676;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #767676 !important;
  border-color: #767676 !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: #292C2F !important;
}
.text-secondary {
  color: #d6b56d!important;
}
.text-success {
  color: #0f7699 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #4c3c2b !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #996100 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #062e3c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #434343 !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: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #767676;
}
.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: #292C2F;
  border-color: #292C2F;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #72502c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c5af97;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #3cbfec;
}
.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: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b6b6b6;
}
/* Scroll to top button*/
#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 {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: 'Muli', sans-serif;
  font-size: 1rem;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #292C2F;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  -webkit-justify-content: center;
  justify-content: center;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #292C2F;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #292C2F;
}
.btn-social + .btn {
  margin-left: .1rem;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #292C2F;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #292C2F;
}
/* Headers*/
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.dropup .dropdown-toggle::after {
  display: none;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #292C2F;
  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: #292C2F;
  border-bottom-color: #292C2F;
}
.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: #292C2F !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: #d6b56d!important;
  box-shadow: none !important;
}
.cid-rXCv6G49CW .nav-item:focus,
.cid-rXCv6G49CW .nav-link:focus {
  outline: none;
}
.cid-rXCv6G49CW .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rXCv6G49CW .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rXCv6G49CW .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-rXCv6G49CW .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rXCv6G49CW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rXCv6G49CW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-rXCv6G49CW .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rXCv6G49CW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rXCv6G49CW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rXCv6G49CW .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-rXCv6G49CW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rXCv6G49CW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rXCv6G49CW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rXCv6G49CW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rXCv6G49CW .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rXCv6G49CW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rXCv6G49CW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rXCv6G49CW .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-rXCv6G49CW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rXCv6G49CW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rXCv6G49CW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-rXCv6G49CW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-rXCv6G49CW .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rXCv6G49CW .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rXCv6G49CW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rXCv6G49CW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rXCv6G49CW .navbar-brand {
  display: flex;
  -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-rXCv6G49CW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rXCv6G49CW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rXCv6G49CW .dropdown-item.active,
.cid-rXCv6G49CW .dropdown-item:active {
  background-color: transparent;
}
.cid-rXCv6G49CW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rXCv6G49CW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rXCv6G49CW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rXCv6G49CW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rXCv6G49CW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rXCv6G49CW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rXCv6G49CW ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rXCv6G49CW .navbar-buttons {
  text-align: center;
}
.cid-rXCv6G49CW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rXCv6G49CW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-rXCv6G49CW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rXCv6G49CW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rXCv6G49CW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rXCv6G49CW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rXCv6G49CW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rXCv6G49CW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rXCv6G49CW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rXCv6G49CW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rXCv6G49CW .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rXCv6G49CW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rXCv6G49CW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rXCv6G49CW .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rXCv6G49CW .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-rXCv6G49CW .nav-link:hover,
.cid-rXCv6G49CW .dropdown-item:hover,
.cid-rXCv6G49CW .icons-menu .mbr-iconfont:hover {
  color: #c1c1c1 !important;
}
.cid-rXEkeFsYrM {
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-rXEkeFsYrM .mbr-section-title {
  letter-spacing: .1em;
}
.cid-rXEkeFsYrM .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-rXEkeFsYrM .card-img span {
  font-size: 100px;
}
.cid-rXCvLLAXDO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/01.jpg");
}
.cid-rXCvLLAXDO .mbr-section-title {
  letter-spacing: 0.1em;
  color: #292C2F;
  text-align: center;
}
.cid-rXCvLLAXDO .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-rXCvLLAXDO .client-name {
  color: #444;
  letter-spacing: 0.05em;
}
.cid-rXCvLLAXDO .wrap-img {
  padding-bottom: 1rem;
}
.cid-rXCvLLAXDO .wrap-img img {
  max-width: 100%;
}
.cid-rXCvLLAXDO .card-box p {
  color: #444;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-rXCvLLAXDO .client-name,
.cid-rXCvLLAXDO .wrap-img {
  color: #a66a00;
}
.cid-rXCvvSdEE3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1920x1047.jpg");
}
.cid-rXCvvSdEE3 .mbr-text {
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.03em;
}
.cid-rXCvvSdEE3 h4 {
  text-align: center;
}
.cid-rXCvvSdEE3 p {
  text-align: center;
}
.cid-rXCvvSdEE3 .card {
  padding-bottom: 3rem;
}
.cid-rXCvvSdEE3 .card-img {
  padding-bottom: 1.5rem;
}
.cid-rXCvvSdEE3 .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-rXCvvSdEE3 .card-title,
.cid-rXCvvSdEE3 .card-img {
  color: #ffffff;
  text-align: center;
}
.cid-rXCvvSdEE3 .card-title {
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 2rem;
}
.cid-rXCvvSdEE3 .header-title,
.cid-rXCvvSdEE3 .header-text {
  color: #ffffff;
  text-align: center;
  padding: 0;
  margin-bottom: 2rem;
  width: 100%;
}
.cid-rXCvvSdEE3 .header-title {
  letter-spacing: 0.1em;
}
.cid-rXCvvSdEE3 .header-text {
  letter-spacing: 0.03em;
}
.cid-rXPXyV1zQ6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rXPXyV1zQ6 .mbr-section-title {
  letter-spacing: 0.1em;
  color: #292C2F;
  margin-bottom: 2rem;
}
.cid-rXPXyV1zQ6 .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-rXPXyV1zQ6 .btn {
  margin: 0px !important;
}
.cid-rXPXyV1zQ6 .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rXPXyV1zQ6 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rXPXyV1zQ6 .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-rXPXyV1zQ6 .carousel-item .wrap-img {
  text-align: center;
}
.cid-rXPXyV1zQ6 .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-rXPXyV1zQ6 .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-rXPXyV1zQ6 .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-rXPXyV1zQ6 .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-rXPXyV1zQ6 .carousel-indicators li.active {
  border-color: #a3a3a3;
}
@media (max-width: 768px) {
  .cid-rXPXyV1zQ6 .second-col {
    padding-top: 2rem;
  }
}
.cid-rXCvHrqhA8 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-rXCvHrqhA8 h2 {
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 2rem;
  color: #292C2F;
}
.cid-rXCvHrqhA8 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rXCvHrqhA8 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rXCvHrqhA8 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rXCvHrqhA8 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rXCvHrqhA8 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rXCvHrqhA8 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rXCvHrqhA8 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rXCvHrqhA8 .mbr-gallery-filter-all > a {
  padding: 30px;
  background-color: transparent !important;
  color: #888888;
}
.cid-rXCvHrqhA8 .mbr-section-title {
  padding-bottom: 2rem;
  margin: 0;
}
.cid-rXCvHrqhA8 .mbr-section-title p {
  margin: 0;
}
.cid-rXCvHrqhA8 .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-rXCvHrqhA8 .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #888888;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-rXCvHrqhA8 .mbr-gallery-filter .btn:hover {
  background-color: transparent;
}
.cid-rXCvHrqhA8 .mbr-gallery-filter li.active .btn {
  background-color: transparent;
  color: #000000;
}
.cid-rXCvHrqhA8 .mbr-gallery-title {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rXCvHrqhA8 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rXCxfeuZHe {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/04.jpg");
}
.cid-rXCxfeuZHe .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-rXCxfeuZHe .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-rXCxfeuZHe .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-rXCvSXNZUZ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/06.jpg");
}
.cid-rXCvSXNZUZ .title {
  margin-bottom: 2rem;
}
.cid-rXCvSXNZUZ .mbr-section-subtitle {
  color: #767676;
}
.cid-rXCvSXNZUZ a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rXCvSXNZUZ a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-rXCvSXNZUZ .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rXCvSXNZUZ .input-group-btn {
  display: block;
  text-align: left;
}
.cid-rXCvSXNZUZ h3 {
  color: #444;
  letter-spacing: 0.03em;
}
.cid-rXCvSXNZUZ .form-control {
  border-radius: 0px !important;
  padding-left: 15px;
}
.cid-rXCvSXNZUZ .google-map {
  width: 100%;
  height: 25rem;

}
.cid-rXCvSXNZUZ .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-rXCvSXNZUZ .google-map [data-state-details] {
  color: #444444;
  font-family: Muli;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rXCvSXNZUZ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rXCvSXNZUZ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rXCvSXNZUZ textarea.form-control {
  min-height: 154px;
}
@media (max-width: 991px) {
  .cid-rXCvSXNZUZ .mbr-section-title {
    text-align: center;
  }
  .cid-rXCvSXNZUZ .mbr-section-subtitle {
    text-align: center;
  }
  .cid-rXCvSXNZUZ .input-group-btn {
    text-align: center;
  }
}
.cid-rXCvSXNZUZ H2 {
  color: #292C2F;
}
.cid-rXCvX6vUia {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rXCvX6vUia .mbr-text {
  color: #444;
  letter-spacing: 0.1em;
}
.cid-rXCvX6vUia .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rXCvX6vUia .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: black;
}
.cid-rXCvX6vUia .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rXCvX6vUia .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rXCvX6vUia .social-list a:hover {
  opacity: .4;
}
@media (max-width: 991px) {
  .cid-rXCvX6vUia .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rXCvX6vUia .media-container-row > div {
  padding: 0px;
}
@media (max-width: 991px) {
  .cid-rXCvX6vUia .mbr-text {
    text-align: center !important;
    padding-bottom: 1.5rem;
  }
}
.cid-rXCvX6vUia .links {
  color: #292C2F;
}
.cid-rXCvX6vUia .copyright > p {
  color: #292C2F;
}
.cid-rZwr1Gmf6H .modal-body .close {
  background: #1b1b1b;
}
.cid-rZwr1Gmf6H .modal-body .close span {
  font-style: normal;
}
.cid-rZwr1Gmf6H .carousel-inner > .active,
.cid-rZwr1Gmf6H .carousel-inner > .next,
.cid-rZwr1Gmf6H .carousel-inner > .prev {
  display: table;
}
.cid-rZwr1Gmf6H .carousel-control .icon-next,
.cid-rZwr1Gmf6H .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rZwr1Gmf6H .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rZwr1Gmf6H .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rZwr1Gmf6H .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rZwr1Gmf6H .boxed-slider > div {
  position: relative;
}
.cid-rZwr1Gmf6H .container img {
  width: 100%;
}
.cid-rZwr1Gmf6H .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rZwr1Gmf6H .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rZwr1Gmf6H .mbr-table-cell {
  padding: 0;
}
.cid-rZwr1Gmf6H .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rZwr1Gmf6H .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rZwr1Gmf6H .mbr-overlay {
  z-index: 1;
}
.cid-rZwr1Gmf6H .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rZwr1Gmf6H .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rZwr1Gmf6H .carousel-item .container {
    width: 100%;
  }
}
.cid-rZwr1Gmf6H .carousel-item-next.carousel-item-left,
.cid-rZwr1Gmf6H .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rZwr1Gmf6H .active.carousel-item-right,
.cid-rZwr1Gmf6H .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rZwr1Gmf6H .active.carousel-item-left,
.cid-rZwr1Gmf6H .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rZwr1Gmf6H .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rZwr1Gmf6H .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rZwr1Gmf6H .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rZwr1Gmf6H .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-rZwr1Gmf6H .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rZwr1Gmf6H .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rZwr1Gmf6H .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rZwr1Gmf6H .mbr-slider .carousel-indicators li.active,
.cid-rZwr1Gmf6H .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rZwr1Gmf6H .mbr-slider .carousel-indicators li::after,
.cid-rZwr1Gmf6H .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rZwr1Gmf6H .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rZwr1Gmf6H .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rZwr1Gmf6H .mbr-slider > .container img {
  width: 100%;
}
.cid-rZwr1Gmf6H .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rZwr1Gmf6H .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rZwr1Gmf6H .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rZwr1Gmf6H .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rZwr1Gmf6H .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rZwr1Gmf6H .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rZwr1Gmf6H .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rZwr1Gmf6H .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rZwr1Gmf6H .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rZwr1Gmf6H .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rZwr1Gmf6H .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rZwr1Gmf6H .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rZwr1Gmf6H .mbr-overlay ~ .container-slide {
  z-index: auto;
}

.cid-rcGztgOgpV {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rcGztgOgpV .title {
  border-bottom: 1px solid #ececec;
}
.cid-rcGztgOgpV .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  border: 1px solid #ececec;
  transition: all 0.3s;
}
.cid-rcGztgOgpV .card-wrapper:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  margin-top: -0.6rem;
}
.cid-rcGztgOgpV .card-wrapper:hover .price-box {
  transform: scale(1.2);
  left: 5px;
  bottom: 15px;
}
.cid-rcGztgOgpV .display-4 {
  line-height: 1.1;
}
.cid-rcGztgOgpV .mbr-iconfont {
  font-size: 1rem;
  padding-bottom: 3px;
}
.cid-rcGztgOgpV .ico-line-wrap {
  display: flex;
  justify-content: space-between;
}
.cid-rcGztgOgpV .ico-line {
  display: flex;
  justify-content: space-between;
}
.cid-rcGztgOgpV p {
  line-height: 1.6;
}
.cid-rcGztgOgpV .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-rcGztgOgpV .card-title {
  color: #000000;
  margin: 0;
  line-height: 1.3;
  text-align: left;
}
.cid-rcGztgOgpV .card-img {
  overflow: hidden;
  max-height: 280px;
  position: relative;
  border-radius: 0;
}
.cid-rcGztgOgpV .price-box {
  position: absolute;
  background: #ff4a52;
  padding: 0.5rem 1rem;
  left: 0;
  bottom: 1rem;
  transition: all 0.3s;
}
.cid-rcGztgOgpV img {
  transition: all 0.3s;
}
.cid-rcGztgOgpV h5 {
  margin: 0;
}
.cid-rcGztgOgpV .card-box {
  padding: 1.5rem;
}
.cid-rcGztgOgpV .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: left;
}
.cid-rcGztgOgpV .card-box > p,
.cid-rcGztgOgpV .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-rcGztgOgpV .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-rcGztgOgpV .price {
  color: #ffffff;
  text-align: left;
}
.cid-rcGztgOgpV .rev {
  color: #000000;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-rcGztgOgpV .ico-line-wrap {
    flex-direction: column;
  }
  .cid-rcGztgOgpV .ico-line {
    justify-content: flex-start;
  }
}
.menu-bottom {
    margin: auto;
    width: 100%;
    display: flex;
    padding: 0 1rem;
    position: relative;
    -webkit-justify-content: center;
    justify-content: center;
}
.left {
    margin: 0 10px;
    background: #ffffff;
    padding: 5px 10px;
    border-radius: 10px;
}
.cid-rcGxZAZoxS {
    background-image: url(../../../assets/images/1-2000x1500.jpg);
    padding-top: 150px;
    padding-bottom: 60px;
}
.cid-rcGxXjA9uq .navbar {
  padding: .5rem 0;
  background: #232323;
  transition: none;
  min-height: 50px;
}
.cid-rcGxXjA9uq .navbar-fixed-top {
  padding-top: 0;
}
.cid-rcGxXjA9uq .navbar-collapse {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.cid-rcGxXjA9uq .dropdown-item {
  padding: 0;
  color: black!important;
}
.cid-rcGxXjA9uq .dropdown-item,
.cid-rcGxXjA9uq .nav-link,
.cid-rcGxXjA9uq .brand-link {
  font-style: normal;
}
.cid-rcGxXjA9uq .dropdown-item:hover,
.cid-rcGxXjA9uq .nav-link:hover,
.cid-rcGxXjA9uq .brand-link:hover {
  color: #1ec6b6 !important;
}
.cid-rcGxXjA9uq .dropdown-menu {
  border: 0px solid lightgray;
  border-radius: 5px;
  background-color: #ffffff !important;
  margin-top: px!important;
}
.cid-rcGxXjA9uq .dropdown-item:active {
  background-color: #ffffff !important;
}
.cid-rcGxXjA9uq .menu-content-top {
  max-width: 1200px;
  display: none;
  justify-content: center;
  padding: 0 2rem;
  margin: auto;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-rcGxXjA9uq .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0 2rem;
  position: relative;
  justify-content: center;
}
.cid-rcGxXjA9uq .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-rcGxXjA9uq .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-rcGxXjA9uq .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-rcGxXjA9uq .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rcGxXjA9uq .content-text {
  margin-bottom: 0;
}
.cid-rcGxXjA9uq .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rcGxXjA9uq .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #1ec6b6;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-rcGxXjA9uq .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-rcGxXjA9uq .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-rcGxXjA9uq .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-rcGxXjA9uq .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rcGxXjA9uq .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rcGxXjA9uq .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rcGxXjA9uq .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rcGxXjA9uq .nav-dropdown .link {
  font-weight: 400;
}
.cid-rcGxXjA9uq .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rcGxXjA9uq .content-right-side {
  text-align: center;
}
.cid-rcGxXjA9uq .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-rcGxXjA9uq .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-rcGxXjA9uq .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-rcGxXjA9uq .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-rcGxXjA9uq .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-rcGxXjA9uq .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-rcGxXjA9uq .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-rcGxXjA9uq .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-rcGxXjA9uq .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-rcGxXjA9uq .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-rcGxXjA9uq .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-rcGxXjA9uq .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-rcGxXjA9uq .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-rcGxXjA9uq .navbar {
    display: block;
    padding: 0;
  }
  .cid-rcGxXjA9uq .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-rcGxXjA9uq .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-rcGxXjA9uq .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rcGxXjA9uq .navbar-toggler {
    display: none;
  }
  .cid-rcGxXjA9uq .navbar-collapse {
    justify-content: center;
  }
}
.cid-rcGxXjA9uq .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-rcGxXjA9uq .btn {
  display: inline-flex;
  align-items: center;
}
.cid-rcGxXjA9uq .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rcGxXjA9uq .menu-logo {
  margin-right: auto;
}
.cid-rcGxXjA9uq .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rcGxXjA9uq .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rcGxXjA9uq .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rcGxXjA9uq .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rcGxXjA9uq .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rcGxXjA9uq .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rcGxXjA9uq .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-rcGxXjA9uq .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rcGxXjA9uq .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rcGxXjA9uq .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rcGxXjA9uq .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
.cid-rcGxXjA9uq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rcGxXjA9uq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rcGxXjA9uq .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-rcGxXjA9uq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rcGxXjA9uq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rcGxXjA9uq .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rcGxXjA9uq .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rcGxXjA9uq .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rcGxXjA9uq .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-rcGxXjA9uq .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rcGxXjA9uq .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rcGxXjA9uq .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rcGxXjA9uq .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rcGxXjA9uq button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  align-self: center;
}
.cid-rcGxXjA9uq button.navbar-toggler:focus {
  outline: none;
}
.cid-rcGxXjA9uq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rcGxXjA9uq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rcGxXjA9uq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rcGxXjA9uq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rcGxXjA9uq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rcGxXjA9uq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rcGxXjA9uq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rcGxXjA9uq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rcGxXjA9uq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rcGxXjA9uq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rcGxXjA9uq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rcGxXjA9uq .collapsed .btn {
  display: flex;
}
.cid-rcGxXjA9uq .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rcGxXjA9uq .collapsed .navbar-collapse.collapsing,
.cid-rcGxXjA9uq .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rcGxXjA9uq .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rcGxXjA9uq .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rcGxXjA9uq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rcGxXjA9uq .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rcGxXjA9uq .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rcGxXjA9uq .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-rcGxXjA9uq .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rcGxXjA9uq .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rcGxXjA9uq .collapsed button.navbar-toggler {
  display: block;
}
.cid-rcGxXjA9uq .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-rcGxXjA9uq .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rcGxXjA9uq .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-rcGxXjA9uq .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rcGxXjA9uq .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rcGxXjA9uq .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;
}
.cid-rcGxXjA9uq .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rcGxXjA9uq .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rcGxXjA9uq .navbar-collapse.collapsing,
  .cid-rcGxXjA9uq .navbar-collapse.show {
    display: block !important;
  }
  .cid-rcGxXjA9uq .navbar-collapse.collapsing .navbar-nav,
  .cid-rcGxXjA9uq .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rcGxXjA9uq .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rcGxXjA9uq .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rcGxXjA9uq .navbar-collapse.collapsing .navbar-buttons,
  .cid-rcGxXjA9uq .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-rcGxXjA9uq .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rcGxXjA9uq .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rcGxXjA9uq .menu-bottom {
    flex-direction: column-reverse;
    justify-content: center;
  }
  .cid-rcGxXjA9uq img {
    height: 3.8rem !important;
  }
  .cid-rcGxXjA9uq .btn {
    display: flex;
  }
  .cid-rcGxXjA9uq button.navbar-toggler {
    display: block;
  }
  .cid-rcGxXjA9uq .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-rcGxXjA9uq .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rcGxXjA9uq .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-rcGxXjA9uq .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rcGxXjA9uq .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rcGxXjA9uq .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;
  }
  .cid-rcGxXjA9uq .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-rcGxXjA9uq .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-rcGxXjA9uq .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-rcGxXjA9uq .nav-link:focus {
  outline: none;
}
.cid-rcGxXjA9uq .navbar-toggler {
  position: relative;
}
.cid-rcGxXjA9uq .dropdown-item.active,
.cid-rcGxXjA9uq .dropdown-item:active {
  color: initial;
}
.cid-rcGxXjA9uq .widget-title,
.cid-rcGxXjA9uq .widget-icon {
  color: #ffffff;
  text-align: center;
}
.cid-rcGxXjA9uq .widget-text {
  color: #ffffff;
  text-align: center;
}
.cid-rcGxXjA9uq .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-rcGxXjA9uq .nav-link:focus {
  outline: none;
}
.cid-rcGxXjA9uq .navbar-toggler {
  position: relative;
}
.cid-rcGxXjA9uq .dropdown-item.active,
.cid-rcGxXjA9uq .dropdown-item:active {
  color: initial;
}
.cid-rcGxXjA9uq .widget-title,
.cid-rcGxXjA9uq .widget-icon {
  color: #ffffff;
  text-align: center;
}
.cid-rcGxXjA9uq .widget-text {
  color: #ffffff;
  text-align: center;
}