body {
  font-family: Dosis;
}
.display-1 {
  font-family: 'Dosis', sans-serif;
  font-size: 3.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-2 {
  font-family: 'Dosis', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Dosis', sans-serif;
  font-size: 1.4rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Dosis', 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: 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: 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.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: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #863051 !important;
}
.bg-success {
  background-color: #36d88a !important;
}
.bg-info {
  background-color: #ff4100 !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #863051 !important;
  border-color: #863051 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #4e1c2f !important;
  border-color: #4e1c2f !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #4e1c2f !important;
  border-color: #4e1c2f !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #3e97d1 !important;
  border-color: #3e97d1 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #256e9d !important;
  border-color: #256e9d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #256e9d !important;
  border-color: #256e9d !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #ff4100 !important;
  border-color: #ff4100 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #b32d00 !important;
  border-color: #b32d00 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #b32d00 !important;
  border-color: #b32d00 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #36d88a !important;
  border-color: #36d88a !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #1fa263 !important;
  border-color: #1fa263 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1fa263 !important;
  border-color: #1fa263 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !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: #3b1524;
  color: #3b1524 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #863051;
  border-color: #863051;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #863051 !important;
  border-color: #863051 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #215f88;
  color: #215f88 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #3e97d1;
  border-color: #3e97d1;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3e97d1 !important;
  border-color: #3e97d1 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #992700;
  color: #992700 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #ff4100;
  border-color: #ff4100;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4100 !important;
  border-color: #ff4100 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #1b8d56;
  color: #1b8d56 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #36d88a;
  border-color: #36d88a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #36d88a !important;
  border-color: #36d88a !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #8e8e8e;
  color: #8e8e8e !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #111111;
  color: #111111 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #444444;
  border-color: #444444;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  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 !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #863051 !important;
}
.text-secondary {
  color: #3e97d1 !important;
}
.text-success {
  color: #36d88a !important;
}
.text-info {
  color: #ff4100 !important;
}
.text-warning {
  color: #c1c1c1 !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #3b1524 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #215f88 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1b8d56 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #992700 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e8e8e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #111111 !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: #ff4100;
}
.alert-warning {
  background-color: #c1c1c1;
}
.alert-danger {
  background-color: #444444;
}
.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: #863051;
  border-color: #863051;
  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: #863051;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ca6b90;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e1f9ed;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffd9cc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b7b7b7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a {
  background: #444444;
}
#scrollToTop a i:before {
  background: #ffffff;
}
#scrollToTop a i:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.mbr-arrow {
  background-color: #444444;
  opacity: .5;
  transition: .3s;
}
.mbr-arrow a {
  color: #ffffff;
}
.mbr-arrow:hover {
  opacity: .7;
}
.form-control {
  font-family: 'Dosis', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #863051;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #863051;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #863051;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #863051;
  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: #863051;
  border-bottom-color: #863051;
}
.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: #863051 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #3e97d1 !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='%23863051' %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-rzMzee4krn .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
  background: none;
}
.cid-rzMzee4krn .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-rzMzee4krn .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-rzMzee4krn .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rzMzee4krn .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-rzMzee4krn .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rzMzee4krn .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-rzMzee4krn .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #863051;
}
.cid-rzMzee4krn .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-rzMzee4krn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rzMzee4krn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.2vh;
  }
}
.cid-rzMzee4krn .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-rzMzee4krn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rzMzee4krn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rzMzee4krn .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-rzMzee4krn .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-rzMzee4krn .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-rzMzee4krn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rzMzee4krn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-rzMzee4krn .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-rzMzee4krn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rzMzee4krn .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-rzMzee4krn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rzMzee4krn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rzMzee4krn .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-rzMzee4krn .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-rzMzee4krn .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-rzMzee4krn .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rzMzee4krn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rzMzee4krn .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-rzMzee4krn .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-rzMzee4krn .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rzMzee4krn .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-rzMzee4krn .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-rzMzee4krn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rzMzee4krn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rzMzee4krn .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rzMzee4krn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rzMzee4krn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rzMzee4krn .dropdown-item.active,
.cid-rzMzee4krn .dropdown-item:active {
  background-color: transparent;
}
.cid-rzMzee4krn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rzMzee4krn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rzMzee4krn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rzMzee4krn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-rzMzee4krn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-rzMzee4krn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rzMzee4krn ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-rzMzee4krn .navbar-buttons {
  text-align: center;
}
.cid-rzMzee4krn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rzMzee4krn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rzMzee4krn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rzMzee4krn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rzMzee4krn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rzMzee4krn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rzMzee4krn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzMzee4krn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rzMzee4krn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rzMzee4krn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzMzee4krn .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rzMzee4krn a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-rzMzee4krn .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rzMzee4krn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-rzMzee4krn .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-rzMzee4krn .nav-link:hover,
.cid-rzMzee4krn .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uvm4XRsx1P {
  background-image: url("../../../assets/images/f8fd0f87-a2b8-4367-863b-fa539ef55a72-2000x1500.jpg");
}
.cid-uvm4XRsx1P .mbr-text,
.cid-uvm4XRsx1P .typed-text,
.cid-uvm4XRsx1P .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-uvm4XRsx1P .btn {
  margin-left: 4px !important;
}
.cid-uvm4XRsx1P .animated-element {
  color: #65a6d1;
}
.cid-uvm4XRsx1P .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #65a6d1;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uvm4XRsx1P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvm4XRsx1P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxG3qguRAB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #863051;
}
.cid-rzMwrfIfKa {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rzMwrfIfKa .card-title {
  letter-spacing: 0.03em;
  color: #232323;
  margin: 0;
  padding: 0;
}
.cid-rzMwrfIfKa .card {
  margin-bottom: 2rem;
}
.cid-rzMwrfIfKa .card-box {
  word-break: break-word;
  padding-top: 2rem;
}
.cid-rzMwrfIfKa .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-rzMwrfIfKa .btn {
  margin: .3rem;
}
.cid-rzMwrfIfKa .mbr-section-title {
  margin: 0;
}
.cid-rzMwrfIfKa .card-underline,
.cid-rzMwrfIfKa .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-rzMwrfIfKa .card-underline .line,
.cid-rzMwrfIfKa .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-rzMwrfIfKa .card-underline {
  margin-bottom: 1.5rem;
  margin-top: 0 !important;
}
.cid-rzMwrfIfKa .card-underline .line {
  background: #ffbc00;
}
@media (max-width: 767px) {
  .cid-rzMwrfIfKa .row.blog-block {
    padding: 0 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rzMwrfIfKa .row-content {
    min-width: 100%;
  }
  .cid-rzMwrfIfKa .card {
    display: block;
  }
}
.cid-uvm6OTlB4g {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/c0a9cac6-a070-471a-823a-c5932ce13223-1178x1118.jpg");
}
.cid-uvm6OTlB4g .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-uvm6OTlB4g .mbr-text {
  width: 100%;
  height: auto;
}
.cid-uvm6OTlB4g .content {
  flex-basis: auto !important;
  -webkit-flex-basis: auto !important;
}
@media (max-width: 991px) {
  .cid-uvm6OTlB4g .row {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uvm6OTlB4g .content {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uvm6OTlB4g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvm6OTlB4g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxFYQWr3qh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uxFYQWr3qh .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uxFYQWr3qh .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uxFYQWr3qh .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uxFYQWr3qh .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uxFYQWr3qh .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uxFYQWr3qh .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-uxFYQWr3qh .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-uxFYQWr3qh .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-uxFYQWr3qh .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-uxFYQWr3qh .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-uxFYQWr3qh .mbr-gallery-filter ul {
  display: block;
}
.cid-uxFYQWr3qh .mbr-gallery-filter ul li {
  position: relative;
}
.cid-uxFYQWr3qh .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-uxFYQWr3qh .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-uxFYQWr3qh .mbr-gallery-filter li.active::after,
.cid-uxFYQWr3qh .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-uxFYQWr3qh .mbr-gallery-title {
  transition: all.3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-uxFYQWr3qh .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-uxFYQWr3qh .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-uxFYQWr3qh .icon-focus:before {
  content: '\e95e';
}
.cid-uxFYQWr3qh .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-uxFYQWr3qh .mbr-section-title {
  margin: 0;
}
.cid-uxFYQWr3qh .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uxFYQWr3qh .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uxG2hRrBuw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #03426a;
}
.cid-uxG2hRrBuw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxG2hRrBuw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxG2hRrBuw .content-wrapper {
  background: #03426a;
}
@media (max-width: 991px) {
  .cid-uxG2hRrBuw .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uxG2hRrBuw .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uxG2hRrBuw .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uxG2hRrBuw .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uxG2hRrBuw .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uxG2hRrBuw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxG2hRrBuw .mbr-text,
.cid-uxG2hRrBuw .mbr-section-btn {
  color: #ffffff;
}
.cid-uxG2hRrBuw .card-title {
  color: #ffffff;
}
.cid-uxG7RaGI48 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uxG7RaGI48 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxG7RaGI48 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uxG7RaGI48 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uxG7RaGI48 .row {
  flex-direction: row-reverse;
}
.cid-uxG7RaGI48 img {
  width: 100%;
}
.cid-rzMwBKHcwz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rzMwBKHcwz .main-heading-content {
  margin-bottom: 5rem;
}
.cid-rzMwBKHcwz .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-rzMwBKHcwz .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-rzMwBKHcwz .form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
  display: block;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: all 0.5s ease-out 0s;
  width: 100%;
  -webkit-transition: all 0.5s ease-out 0s;
}
.cid-rzMwBKHcwz textarea.form-control {
  min-height: 154px;
}
.cid-rzMwBKHcwz .google-map {
  width: 100%;
  height: 30rem;
}
.cid-rzMwBKHcwz .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-rzMwBKHcwz a:link {
  text-decoration: none;
}
.cid-rzMwBKHcwz .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-rzMwBKHcwz .mbr-section-title,
.cid-rzMwBKHcwz .underline {
  text-align: center;
  color: #232323;
}
.cid-rzMwAwMR92 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-rzMwAwMR92 a:link {
  text-decoration: none;
}
.cid-rzMwAwMR92 .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rzMwAwMR92 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-rzMwAwMR92 .inner-text {
  line-height: 3em;
}
.cid-rzMwAwMR92 .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzMwAwMR92 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rzMwAwMR92 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rzMwAwMR92 .content-text,
.cid-rzMwAwMR92 .inner-text {
  color: #c1c1c1;
}
.cid-uxDaSRf6Ow .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
  background: none;
}
.cid-uxDaSRf6Ow .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-uxDaSRf6Ow .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-uxDaSRf6Ow .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uxDaSRf6Ow .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uxDaSRf6Ow .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxDaSRf6Ow .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-uxDaSRf6Ow .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #863051;
}
.cid-uxDaSRf6Ow .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uxDaSRf6Ow .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxDaSRf6Ow .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.2vh;
  }
}
.cid-uxDaSRf6Ow .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uxDaSRf6Ow .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxDaSRf6Ow .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxDaSRf6Ow .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-uxDaSRf6Ow .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uxDaSRf6Ow .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-uxDaSRf6Ow .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxDaSRf6Ow .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uxDaSRf6Ow .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uxDaSRf6Ow .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxDaSRf6Ow .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uxDaSRf6Ow .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxDaSRf6Ow .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxDaSRf6Ow .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-uxDaSRf6Ow .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uxDaSRf6Ow .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-uxDaSRf6Ow .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uxDaSRf6Ow .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxDaSRf6Ow .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-uxDaSRf6Ow .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uxDaSRf6Ow .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uxDaSRf6Ow .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uxDaSRf6Ow .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-uxDaSRf6Ow .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uxDaSRf6Ow .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxDaSRf6Ow .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxDaSRf6Ow .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxDaSRf6Ow .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxDaSRf6Ow .dropdown-item.active,
.cid-uxDaSRf6Ow .dropdown-item:active {
  background-color: transparent;
}
.cid-uxDaSRf6Ow .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxDaSRf6Ow .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxDaSRf6Ow .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxDaSRf6Ow .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-uxDaSRf6Ow .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uxDaSRf6Ow .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxDaSRf6Ow ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uxDaSRf6Ow .navbar-buttons {
  text-align: center;
}
.cid-uxDaSRf6Ow button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uxDaSRf6Ow button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uxDaSRf6Ow button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uxDaSRf6Ow button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uxDaSRf6Ow button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uxDaSRf6Ow button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uxDaSRf6Ow nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxDaSRf6Ow nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uxDaSRf6Ow nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uxDaSRf6Ow nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxDaSRf6Ow .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uxDaSRf6Ow a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-uxDaSRf6Ow .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uxDaSRf6Ow .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uxDaSRf6Ow .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-uxDaSRf6Ow .nav-link:hover,
.cid-uxDaSRf6Ow .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uxDcodkbVB {
  overflow-x: hidden !important;
}
.cid-uxDcodkbVB,
.cid-uxDcodkbVB .scroll-wrapper {
  padding-top: 150px;
  padding-bottom: 60px;
}
.cid-uxDcodkbVB .mbr-section-title {
  color: #ffffff;
}
.cid-uxDcodkbVB .mbr-section-title span {
  color: #ffbc00;
}
.cid-uxDcodkbVB .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uxDcodkbVB .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 40s !important;
  animation-duration: 40s;
  background-image: url("../../../assets/images/c132d3af-0b8f-47da-b072-b5670885eccd-2000x1500.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-uxDcodkbVB .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uxDcodkbVB .mbr-overlay {
  z-index: 1;
}
.cid-uxDcodkbVB .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-uxDdVNOuYQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uxDdVNOuYQ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uxDdVNOuYQ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uxDdVNOuYQ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uxDdVNOuYQ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uxDdVNOuYQ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uxDdVNOuYQ .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-uxDdVNOuYQ .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-uxDdVNOuYQ .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-uxDdVNOuYQ .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-uxDdVNOuYQ .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-uxDdVNOuYQ .mbr-gallery-filter ul {
  display: block;
}
.cid-uxDdVNOuYQ .mbr-gallery-filter ul li {
  position: relative;
}
.cid-uxDdVNOuYQ .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-uxDdVNOuYQ .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-uxDdVNOuYQ .mbr-gallery-filter li.active::after,
.cid-uxDdVNOuYQ .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-uxDdVNOuYQ .mbr-gallery-title {
  transition: all.3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-uxDdVNOuYQ .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-uxDdVNOuYQ .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-uxDdVNOuYQ .icon-focus:before {
  content: '\e95e';
}
.cid-uxDdVNOuYQ .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-uxDdVNOuYQ .mbr-section-title {
  margin: 0;
}
.cid-uxDdVNOuYQ .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uxDdVNOuYQ .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uxDfEqwN6a {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uxDfEqwN6a .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uxDfEqwN6a .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uxDfEqwN6a .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uxDfEqwN6a .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uxDfEqwN6a .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uxDfEqwN6a .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-uxDfEqwN6a .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-uxDfEqwN6a .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-uxDfEqwN6a .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-uxDfEqwN6a .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-uxDfEqwN6a .mbr-gallery-filter ul {
  display: block;
}
.cid-uxDfEqwN6a .mbr-gallery-filter ul li {
  position: relative;
}
.cid-uxDfEqwN6a .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-uxDfEqwN6a .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-uxDfEqwN6a .mbr-gallery-filter li.active::after,
.cid-uxDfEqwN6a .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-uxDfEqwN6a .mbr-gallery-title {
  transition: all.3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-uxDfEqwN6a .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-uxDfEqwN6a .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-uxDfEqwN6a .icon-focus:before {
  content: '\e95e';
}
.cid-uxDfEqwN6a .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-uxDfEqwN6a .mbr-section-title {
  margin: 0;
}
.cid-uxDfEqwN6a .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uxDfEqwN6a .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uxDaSTIh0n {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uxDaSTIh0n .main-heading-content {
  margin-bottom: 5rem;
}
.cid-uxDaSTIh0n .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uxDaSTIh0n .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uxDaSTIh0n .form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
  display: block;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: all 0.5s ease-out 0s;
  width: 100%;
  -webkit-transition: all 0.5s ease-out 0s;
}
.cid-uxDaSTIh0n textarea.form-control {
  min-height: 154px;
}
.cid-uxDaSTIh0n .google-map {
  width: 100%;
  height: 30rem;
}
.cid-uxDaSTIh0n .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-uxDaSTIh0n a:link {
  text-decoration: none;
}
.cid-uxDaSTIh0n .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-uxDaSTIh0n .mbr-section-title,
.cid-uxDaSTIh0n .underline {
  text-align: center;
  color: #232323;
}
.cid-uxG1AkQepl {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-uxG1AkQepl a:link {
  text-decoration: none;
}
.cid-uxG1AkQepl .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uxG1AkQepl .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uxG1AkQepl .inner-text {
  line-height: 3em;
}
.cid-uxG1AkQepl .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uxG1AkQepl .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uxG1AkQepl .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uxG1AkQepl .content-text,
.cid-uxG1AkQepl .inner-text {
  color: #c1c1c1;
}
.cid-uxDhP4Fob5 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
  background: none;
}
.cid-uxDhP4Fob5 .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-uxDhP4Fob5 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-uxDhP4Fob5 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uxDhP4Fob5 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uxDhP4Fob5 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxDhP4Fob5 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-uxDhP4Fob5 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #863051;
}
.cid-uxDhP4Fob5 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uxDhP4Fob5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxDhP4Fob5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.2vh;
  }
}
.cid-uxDhP4Fob5 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uxDhP4Fob5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxDhP4Fob5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxDhP4Fob5 .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-uxDhP4Fob5 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uxDhP4Fob5 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-uxDhP4Fob5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxDhP4Fob5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uxDhP4Fob5 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uxDhP4Fob5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxDhP4Fob5 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uxDhP4Fob5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxDhP4Fob5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxDhP4Fob5 .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-uxDhP4Fob5 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uxDhP4Fob5 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-uxDhP4Fob5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uxDhP4Fob5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxDhP4Fob5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-uxDhP4Fob5 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uxDhP4Fob5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uxDhP4Fob5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uxDhP4Fob5 .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-uxDhP4Fob5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uxDhP4Fob5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxDhP4Fob5 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxDhP4Fob5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxDhP4Fob5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxDhP4Fob5 .dropdown-item.active,
.cid-uxDhP4Fob5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uxDhP4Fob5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxDhP4Fob5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxDhP4Fob5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxDhP4Fob5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-uxDhP4Fob5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uxDhP4Fob5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxDhP4Fob5 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uxDhP4Fob5 .navbar-buttons {
  text-align: center;
}
.cid-uxDhP4Fob5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uxDhP4Fob5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uxDhP4Fob5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uxDhP4Fob5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uxDhP4Fob5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uxDhP4Fob5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uxDhP4Fob5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxDhP4Fob5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uxDhP4Fob5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uxDhP4Fob5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxDhP4Fob5 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uxDhP4Fob5 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-uxDhP4Fob5 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uxDhP4Fob5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uxDhP4Fob5 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-uxDhP4Fob5 .nav-link:hover,
.cid-uxDhP4Fob5 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uxDhP5g5fO {
  overflow-x: hidden !important;
}
.cid-uxDhP5g5fO,
.cid-uxDhP5g5fO .scroll-wrapper {
  padding-top: 150px;
  padding-bottom: 60px;
}
.cid-uxDhP5g5fO .mbr-section-title {
  color: #ffffff;
}
.cid-uxDhP5g5fO .mbr-section-title span {
  color: #ffbc00;
}
.cid-uxDhP5g5fO .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uxDhP5g5fO .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 40s !important;
  animation-duration: 40s;
  background-image: url("../../../assets/images/22732004-32a4-49f7-b101-12f08b9da897-2000x2666.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-uxDhP5g5fO .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uxDhP5g5fO .mbr-overlay {
  z-index: 1;
}
.cid-uxDhP5g5fO .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-uxDjfwxndz {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uxDjfwxndz .subicon-title {
  color: #000000;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uxDjfwxndz .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uxDjfwxndz .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uxDjfwxndz .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uxDjfwxndz .process-icon,
.cid-uxDjfwxndz .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-uxDjfwxndz .wrapper,
.cid-uxDjfwxndz .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-uxDjfwxndz .wrapper::before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  font-size: 30px;
  left: -15px;
  top: 30%;
  color: #444444;
  opacity: .4;
}
.cid-uxDjfwxndz .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-uxDjfwxndz .icon-container a {
  display: inherit;
}
.cid-uxDjfwxndz .icon-number {
  text-align: center;
  height: 2.5em;
  width: 2.5em;
  margin: 0;
  line-height: 2.5em;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  background-color: #ffbc00 !important;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  color: #000000;
  z-index: 1;
}
.cid-uxDjfwxndz .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-uxDjfwxndz .icon-main:hover .icon-wrapper {
  background-color: #ffbc00 !important;
}
.cid-uxDjfwxndz .icon-main:hover .icon-number {
  background-color: #444444 !important;
  color: #ffffff !important;
}
.cid-uxDjfwxndz .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0.9em;
  height: 100%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 50px;
  color: #ffffff;
}
.cid-uxDjfwxndz .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-uxDjfwxndz .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-uxDjfwxndz .third-elem .wrapper:before {
    display: none;
  }
}
.cid-uxDjfwxndz .mbr-section-title {
  margin: 0;
}
.cid-uxDjfwxndz .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-uxDjfwxndz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxDjfwxndz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzotWjenHU {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uzotWjenHU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzotWjenHU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uzotWjenHU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzotWjenHU .row {
  flex-direction: row-reverse;
}
.cid-uzotWjenHU img {
  width: 100%;
}
.cid-uxDiBYIZ9r {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uxDiBYIZ9r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxDiBYIZ9r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxDiBYIZ9r .google-map {
  height: 30rem;
  position: relative;
}
.cid-uxDiBYIZ9r .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uxDiBYIZ9r .google-map [data-state-details] {
  color: #6b6763;
  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-uxDiBYIZ9r .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uxDiBYIZ9r .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uxG1D8U8sw {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-uxG1D8U8sw a:link {
  text-decoration: none;
}
.cid-uxG1D8U8sw .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uxG1D8U8sw .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uxG1D8U8sw .inner-text {
  line-height: 3em;
}
.cid-uxG1D8U8sw .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uxG1D8U8sw .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uxG1D8U8sw .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uxG1D8U8sw .content-text,
.cid-uxG1D8U8sw .inner-text {
  color: #c1c1c1;
}
.cid-uxDloRqRZC .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
  background: none;
}
.cid-uxDloRqRZC .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-uxDloRqRZC .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-uxDloRqRZC .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uxDloRqRZC .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uxDloRqRZC .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxDloRqRZC .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-uxDloRqRZC .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #863051;
}
.cid-uxDloRqRZC .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uxDloRqRZC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxDloRqRZC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.2vh;
  }
}
.cid-uxDloRqRZC .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uxDloRqRZC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxDloRqRZC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxDloRqRZC .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-uxDloRqRZC .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uxDloRqRZC .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-uxDloRqRZC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxDloRqRZC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uxDloRqRZC .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uxDloRqRZC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxDloRqRZC .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uxDloRqRZC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxDloRqRZC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxDloRqRZC .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-uxDloRqRZC .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uxDloRqRZC .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-uxDloRqRZC .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uxDloRqRZC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxDloRqRZC .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-uxDloRqRZC .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uxDloRqRZC .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uxDloRqRZC .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uxDloRqRZC .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-uxDloRqRZC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uxDloRqRZC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxDloRqRZC .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxDloRqRZC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxDloRqRZC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxDloRqRZC .dropdown-item.active,
.cid-uxDloRqRZC .dropdown-item:active {
  background-color: transparent;
}
.cid-uxDloRqRZC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxDloRqRZC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxDloRqRZC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxDloRqRZC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-uxDloRqRZC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uxDloRqRZC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxDloRqRZC ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uxDloRqRZC .navbar-buttons {
  text-align: center;
}
.cid-uxDloRqRZC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uxDloRqRZC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uxDloRqRZC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uxDloRqRZC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uxDloRqRZC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uxDloRqRZC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uxDloRqRZC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxDloRqRZC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uxDloRqRZC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uxDloRqRZC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxDloRqRZC .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uxDloRqRZC a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-uxDloRqRZC .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uxDloRqRZC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uxDloRqRZC .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-uxDloRqRZC .nav-link:hover,
.cid-uxDloRqRZC .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uxDloS6cLj {
  overflow-x: hidden !important;
}
.cid-uxDloS6cLj,
.cid-uxDloS6cLj .scroll-wrapper {
  padding-top: 150px;
  padding-bottom: 60px;
}
.cid-uxDloS6cLj .mbr-section-title {
  color: #ffffff;
}
.cid-uxDloS6cLj .mbr-section-title span {
  color: #ffbc00;
}
.cid-uxDloS6cLj .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uxDloS6cLj .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 40s !important;
  animation-duration: 40s;
  background-image: url("../../../assets/images/c132d3af-0b8f-47da-b072-b5670885eccd-2000x1500.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-uxDloS6cLj .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uxDloS6cLj .mbr-overlay {
  z-index: 1;
}
.cid-uxDloS6cLj .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-uxDmcpyrCw {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uxDmcpyrCw .mbr-text {
  text-align: center;
}
.cid-uxDmcpyrCw .mbr-title {
  text-align: center;
}
.cid-uxDmybQ4Dm {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #efefef;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uxDmybQ4Dm .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uxDmybQ4Dm .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uxDmybQ4Dm .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uxDmybQ4Dm .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uxDmybQ4Dm .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uxDmybQ4Dm .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-uxDmybQ4Dm .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-uxDmybQ4Dm .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-uxDmybQ4Dm .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-uxDmybQ4Dm .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-uxDmybQ4Dm .mbr-gallery-filter ul {
  display: block;
}
.cid-uxDmybQ4Dm .mbr-gallery-filter ul li {
  position: relative;
}
.cid-uxDmybQ4Dm .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-uxDmybQ4Dm .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-uxDmybQ4Dm .mbr-gallery-filter li.active::after,
.cid-uxDmybQ4Dm .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-uxDmybQ4Dm .mbr-gallery-title {
  transition: all.3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-uxDmybQ4Dm .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-uxDmybQ4Dm .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-uxDmybQ4Dm .icon-focus:before {
  content: '\e95e';
}
.cid-uxDmybQ4Dm .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-uxDmybQ4Dm .mbr-section-title {
  margin: 0;
}
.cid-uxDmybQ4Dm .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uxDmybQ4Dm .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-uxDloTjcI2 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uxDloTjcI2 .main-heading-content {
  margin-bottom: 5rem;
}
.cid-uxDloTjcI2 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uxDloTjcI2 .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uxDloTjcI2 .form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
  display: block;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: all 0.5s ease-out 0s;
  width: 100%;
  -webkit-transition: all 0.5s ease-out 0s;
}
.cid-uxDloTjcI2 textarea.form-control {
  min-height: 154px;
}
.cid-uxDloTjcI2 .google-map {
  width: 100%;
  height: 30rem;
}
.cid-uxDloTjcI2 .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-uxDloTjcI2 a:link {
  text-decoration: none;
}
.cid-uxDloTjcI2 .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-uxDloTjcI2 .mbr-section-title,
.cid-uxDloTjcI2 .underline {
  text-align: center;
  color: #232323;
}
.cid-uxG1FZ7EXl {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-uxG1FZ7EXl a:link {
  text-decoration: none;
}
.cid-uxG1FZ7EXl .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uxG1FZ7EXl .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uxG1FZ7EXl .inner-text {
  line-height: 3em;
}
.cid-uxG1FZ7EXl .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uxG1FZ7EXl .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uxG1FZ7EXl .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uxG1FZ7EXl .content-text,
.cid-uxG1FZ7EXl .inner-text {
  color: #c1c1c1;
}
.cid-uxDrCGDVW4 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
  background: none;
}
.cid-uxDrCGDVW4 .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-uxDrCGDVW4 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-uxDrCGDVW4 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uxDrCGDVW4 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uxDrCGDVW4 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxDrCGDVW4 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-uxDrCGDVW4 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #863051;
}
.cid-uxDrCGDVW4 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uxDrCGDVW4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxDrCGDVW4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.2vh;
  }
}
.cid-uxDrCGDVW4 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uxDrCGDVW4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxDrCGDVW4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxDrCGDVW4 .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-uxDrCGDVW4 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uxDrCGDVW4 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-uxDrCGDVW4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxDrCGDVW4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uxDrCGDVW4 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uxDrCGDVW4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxDrCGDVW4 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uxDrCGDVW4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxDrCGDVW4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxDrCGDVW4 .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-uxDrCGDVW4 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uxDrCGDVW4 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-uxDrCGDVW4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uxDrCGDVW4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxDrCGDVW4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-uxDrCGDVW4 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uxDrCGDVW4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uxDrCGDVW4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uxDrCGDVW4 .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-uxDrCGDVW4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uxDrCGDVW4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxDrCGDVW4 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxDrCGDVW4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxDrCGDVW4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxDrCGDVW4 .dropdown-item.active,
.cid-uxDrCGDVW4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uxDrCGDVW4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxDrCGDVW4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxDrCGDVW4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxDrCGDVW4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-uxDrCGDVW4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uxDrCGDVW4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxDrCGDVW4 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uxDrCGDVW4 .navbar-buttons {
  text-align: center;
}
.cid-uxDrCGDVW4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uxDrCGDVW4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uxDrCGDVW4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uxDrCGDVW4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uxDrCGDVW4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uxDrCGDVW4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uxDrCGDVW4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxDrCGDVW4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uxDrCGDVW4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uxDrCGDVW4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxDrCGDVW4 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uxDrCGDVW4 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-uxDrCGDVW4 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uxDrCGDVW4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uxDrCGDVW4 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-uxDrCGDVW4 .nav-link:hover,
.cid-uxDrCGDVW4 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uxDrCHF3J7 {
  overflow-x: hidden !important;
}
.cid-uxDrCHF3J7,
.cid-uxDrCHF3J7 .scroll-wrapper {
  padding-top: 150px;
  padding-bottom: 60px;
}
.cid-uxDrCHF3J7 .mbr-section-title {
  color: #ffffff;
}
.cid-uxDrCHF3J7 .mbr-section-title span {
  color: #ffbc00;
}
.cid-uxDrCHF3J7 .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uxDrCHF3J7 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 40s !important;
  animation-duration: 40s;
  background-image: url("../../../assets/images/c132d3af-0b8f-47da-b072-b5670885eccd-2000x1500.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-uxDrCHF3J7 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uxDrCHF3J7 .mbr-overlay {
  z-index: 1;
}
.cid-uxDrCHF3J7 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-uxDsJCNGuw {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uxDsJCNGuw .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-uxDsJCNGuw .mbr-section-title {
  margin: 0;
}
.cid-uxDsJCNGuw .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uxDsJCNGuw .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uxDsJCNGuw .card-img {
  text-align: left;
}
.cid-uxDsJCNGuw .row-item {
  padding-bottom: 2rem;
}
.cid-uxDsJCNGuw .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-uxDsJCNGuw .card-img,
  .cid-uxDsJCNGuw .mbr-text,
  .cid-uxDsJCNGuw .mbr-card-title,
  .cid-uxDsJCNGuw .mbr-section-subtitle,
  .cid-uxDsJCNGuw .mbr-section-title,
  .cid-uxDsJCNGuw .underline {
    text-align: center !important;
  }
}
.cid-uxDsJCNGuw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxDsJCNGuw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxDrCIA9sW {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uxDrCIA9sW .main-heading-content {
  margin-bottom: 5rem;
}
.cid-uxDrCIA9sW .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uxDrCIA9sW .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uxDrCIA9sW .form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
  display: block;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: all 0.5s ease-out 0s;
  width: 100%;
  -webkit-transition: all 0.5s ease-out 0s;
}
.cid-uxDrCIA9sW textarea.form-control {
  min-height: 154px;
}
.cid-uxDrCIA9sW .google-map {
  width: 100%;
  height: 30rem;
}
.cid-uxDrCIA9sW .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-uxDrCIA9sW a:link {
  text-decoration: none;
}
.cid-uxDrCIA9sW .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-uxDrCIA9sW .mbr-section-title,
.cid-uxDrCIA9sW .underline {
  text-align: center;
  color: #232323;
}
.cid-uxG1JCHCEt {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-uxG1JCHCEt a:link {
  text-decoration: none;
}
.cid-uxG1JCHCEt .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uxG1JCHCEt .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uxG1JCHCEt .inner-text {
  line-height: 3em;
}
.cid-uxG1JCHCEt .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uxG1JCHCEt .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uxG1JCHCEt .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uxG1JCHCEt .content-text,
.cid-uxG1JCHCEt .inner-text {
  color: #c1c1c1;
}
.cid-uxDvsRq8Ye .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
  background: none;
}
.cid-uxDvsRq8Ye .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-uxDvsRq8Ye .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-uxDvsRq8Ye .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uxDvsRq8Ye .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uxDvsRq8Ye .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxDvsRq8Ye .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-uxDvsRq8Ye .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #863051;
}
.cid-uxDvsRq8Ye .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uxDvsRq8Ye .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxDvsRq8Ye .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.2vh;
  }
}
.cid-uxDvsRq8Ye .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uxDvsRq8Ye .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxDvsRq8Ye .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxDvsRq8Ye .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-uxDvsRq8Ye .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uxDvsRq8Ye .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-uxDvsRq8Ye .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxDvsRq8Ye .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uxDvsRq8Ye .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uxDvsRq8Ye .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxDvsRq8Ye .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uxDvsRq8Ye .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxDvsRq8Ye .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxDvsRq8Ye .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-uxDvsRq8Ye .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uxDvsRq8Ye .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-uxDvsRq8Ye .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uxDvsRq8Ye .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxDvsRq8Ye .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-uxDvsRq8Ye .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uxDvsRq8Ye .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uxDvsRq8Ye .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uxDvsRq8Ye .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-uxDvsRq8Ye .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uxDvsRq8Ye .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxDvsRq8Ye .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxDvsRq8Ye .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxDvsRq8Ye .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxDvsRq8Ye .dropdown-item.active,
.cid-uxDvsRq8Ye .dropdown-item:active {
  background-color: transparent;
}
.cid-uxDvsRq8Ye .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxDvsRq8Ye .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxDvsRq8Ye .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxDvsRq8Ye .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-uxDvsRq8Ye .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uxDvsRq8Ye .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxDvsRq8Ye ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uxDvsRq8Ye .navbar-buttons {
  text-align: center;
}
.cid-uxDvsRq8Ye button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uxDvsRq8Ye button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uxDvsRq8Ye button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uxDvsRq8Ye button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uxDvsRq8Ye button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uxDvsRq8Ye button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uxDvsRq8Ye nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxDvsRq8Ye nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uxDvsRq8Ye nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uxDvsRq8Ye nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxDvsRq8Ye .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uxDvsRq8Ye a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-uxDvsRq8Ye .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uxDvsRq8Ye .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uxDvsRq8Ye .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-uxDvsRq8Ye .nav-link:hover,
.cid-uxDvsRq8Ye .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uxDvsScDoF {
  overflow-x: hidden !important;
}
.cid-uxDvsScDoF,
.cid-uxDvsScDoF .scroll-wrapper {
  padding-top: 150px;
  padding-bottom: 60px;
}
.cid-uxDvsScDoF .mbr-section-title {
  color: #ffffff;
}
.cid-uxDvsScDoF .mbr-section-title span {
  color: #ffbc00;
}
.cid-uxDvsScDoF .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uxDvsScDoF .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 40s !important;
  animation-duration: 40s;
  background-image: url("../../../assets/images/c132d3af-0b8f-47da-b072-b5670885eccd-2000x1500.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-uxDvsScDoF .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uxDvsScDoF .mbr-overlay {
  z-index: 1;
}
.cid-uxDvsScDoF .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-uxDvsT8K0n {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uxDvsT8K0n .main-heading-content {
  margin-bottom: 5rem;
}
.cid-uxDvsT8K0n .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uxDvsT8K0n .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uxDvsT8K0n .form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
  display: block;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: all 0.5s ease-out 0s;
  width: 100%;
  -webkit-transition: all 0.5s ease-out 0s;
}
.cid-uxDvsT8K0n textarea.form-control {
  min-height: 154px;
}
.cid-uxDvsT8K0n .google-map {
  width: 100%;
  height: 30rem;
}
.cid-uxDvsT8K0n .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-uxDvsT8K0n a:link {
  text-decoration: none;
}
.cid-uxDvsT8K0n .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-uxDvsT8K0n .mbr-section-title,
.cid-uxDvsT8K0n .underline {
  text-align: center;
  color: #232323;
}
.cid-uxG1MAgH4I {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-uxG1MAgH4I a:link {
  text-decoration: none;
}
.cid-uxG1MAgH4I .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uxG1MAgH4I .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uxG1MAgH4I .inner-text {
  line-height: 3em;
}
.cid-uxG1MAgH4I .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uxG1MAgH4I .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uxG1MAgH4I .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uxG1MAgH4I .content-text,
.cid-uxG1MAgH4I .inner-text {
  color: #c1c1c1;
}
