.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #0d5cab !important;
}
.bg-success {
  background-color: #ab700e !important;
}
.bg-info {
  background-color: #233d56 !important;
}
.bg-warning {
  background-color: #edefeb !important;
}
.bg-danger {
  background-color: #149dcc !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0d5cab !important;
  border-color: #0d5cab !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1175da !important;
  border-color: #1175da !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1175da !important;
  border-color: #1175da !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e1b330 !important;
  border-color: #e1b330 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #e7c35d !important;
  border-color: #e7c35d !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e7c35d !important;
  border-color: #e7c35d !important;
}
.btn-info,
.btn-info:active {
  background-color: #233d56 !important;
  border-color: #233d56 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #32577a !important;
  border-color: #32577a !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #32577a !important;
  border-color: #32577a !important;
}
.btn-success,
.btn-success:active {
  background-color: #ab700e !important;
  border-color: #ab700e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #da8f12 !important;
  border-color: #da8f12 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #da8f12 !important;
  border-color: #da8f12 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #edefeb !important;
  border-color: #edefeb !important;
  color: #6e7a61 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #6e7a61 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #29b9ea !important;
  border-color: #29b9ea !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #29b9ea !important;
  border-color: #29b9ea !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #0d5cab;
  color: #0d5cab;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #07315a !important;
  background-color: transparent !important;
  border-color: #07315a !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0d5cab !important;
  border-color: #0d5cab !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e1b330;
  color: #e1b330;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a37f18 !important;
  background-color: transparent !important;
  border-color: #a37f18 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e1b330 !important;
  border-color: #e1b330 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #233d56;
  color: #233d56;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0a1118 !important;
  background-color: transparent !important;
  border-color: #0a1118 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #233d56 !important;
  border-color: #233d56 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ab700e;
  color: #ab700e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #5b3c07 !important;
  background-color: transparent !important;
  border-color: #5b3c07 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ab700e !important;
  border-color: #ab700e !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #edefeb;
  color: #edefeb;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c2c8bb !important;
  background-color: transparent !important;
  border-color: #c2c8bb !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #6e7a61 !important;
  background-color: #edefeb !important;
  border-color: #edefeb !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #149dcc;
  color: #149dcc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #0c607d !important;
  background-color: transparent !important;
  border-color: #0c607d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #0d5cab !important;
}
.text-secondary {
  color: #e1b330 !important;
}
.text-success {
  color: #ab700e !important;
}
.text-info {
  color: #233d56 !important;
}
.text-warning {
  color: #edefeb !important;
}
.text-danger {
  color: #149dcc !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #06294c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #957416 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #4d3206 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #050a0e !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #bac2b2 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #0b566f !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #0d5cab;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #233d56;
}
.alert-warning {
  background-color: #edefeb;
}
.alert-danger {
  background-color: #149dcc;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0d5cab;
  border-color: #0d5cab;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0d5cab;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #479cf1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f0b148;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #487db1;
}
.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: #b4e6f8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #0d5cab !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #0d5cab;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0d5cab;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0d5cab;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0d5cab;
  border-bottom-color: #0d5cab;
}
.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: #0d5cab !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #e1b330 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%230d5cab' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uPNXw4ptXL {
  z-index: 1000;
  width: 100%;
}
.cid-uPNXw4ptXL nav.navbar {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-uPNXw4ptXL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPNXw4ptXL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPNXw4ptXL .dropdown-item {
  border-bottom: 1px solid #ffffff;
}
.cid-uPNXw4ptXL .dropdown-item:hover,
.cid-uPNXw4ptXL .dropdown-item:focus {
  background: #149dcc!important;
  color: white !important;
}
.cid-uPNXw4ptXL .dropdown-item:hover span {
  color: white;
}
.cid-uPNXw4ptXL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPNXw4ptXL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPNXw4ptXL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPNXw4ptXL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPNXw4ptXL .nav-link {
  position: relative;
}
.cid-uPNXw4ptXL .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPNXw4ptXL .container {
    flex-wrap: wrap;
  }
}
.cid-uPNXw4ptXL .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPNXw4ptXL .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uPNXw4ptXL .iconfont-wrapper {
  color: #d3a850 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPNXw4ptXL .dropdown-menu,
.cid-uPNXw4ptXL .navbar.opened {
  background: #0d5cab !important;
}
.cid-uPNXw4ptXL .nav-item:focus,
.cid-uPNXw4ptXL .nav-link:focus {
  outline: none;
}
.cid-uPNXw4ptXL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPNXw4ptXL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPNXw4ptXL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPNXw4ptXL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPNXw4ptXL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPNXw4ptXL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPNXw4ptXL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(13, 92, 171, 0.9);
}
.cid-uPNXw4ptXL .navbar.opened {
  transition: all 0.3s;
}
.cid-uPNXw4ptXL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPNXw4ptXL .navbar .navbar-logo img {
  width: auto;
}
.cid-uPNXw4ptXL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPNXw4ptXL .navbar.collapsed {
  justify-content: center;
}
.cid-uPNXw4ptXL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPNXw4ptXL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPNXw4ptXL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uPNXw4ptXL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPNXw4ptXL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPNXw4ptXL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uPNXw4ptXL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPNXw4ptXL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPNXw4ptXL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPNXw4ptXL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPNXw4ptXL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPNXw4ptXL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPNXw4ptXL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPNXw4ptXL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uPNXw4ptXL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPNXw4ptXL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPNXw4ptXL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPNXw4ptXL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPNXw4ptXL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPNXw4ptXL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uPNXw4ptXL .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uPNXw4ptXL .navbar.navbar-short {
  min-height: 130px;
}
.cid-uPNXw4ptXL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uPNXw4ptXL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPNXw4ptXL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPNXw4ptXL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPNXw4ptXL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPNXw4ptXL .dropdown-item.active,
.cid-uPNXw4ptXL .dropdown-item:active {
  background-color: transparent;
}
.cid-uPNXw4ptXL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPNXw4ptXL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPNXw4ptXL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPNXw4ptXL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0d5cab;
}
.cid-uPNXw4ptXL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPNXw4ptXL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPNXw4ptXL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPNXw4ptXL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPNXw4ptXL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPNXw4ptXL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPNXw4ptXL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPNXw4ptXL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPNXw4ptXL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPNXw4ptXL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPNXw4ptXL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPNXw4ptXL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPNXw4ptXL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPNXw4ptXL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPNXw4ptXL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uPNXw4ptXL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPNXw4ptXL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPNXw4ptXL .navbar {
    height: 70px;
  }
  .cid-uPNXw4ptXL .navbar.opened {
    height: auto;
  }
  .cid-uPNXw4ptXL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPNXw4ptXL a.text-white:hover {
  color: #149dcc !important;
}
.cid-uPNXw4ptXL a.dropdown-item:hover {
  color: #ffffff !important;
}
.cid-uPNXw4ptXL .mylogo {
  position: relative;
  top: 2px;
  min-height: 80px;
}
@media (max-width: 520px) {
  .cid-uPNXw4ptXL .mylogo {
    min-height: 30px;
  }
}
.cid-uPNXOmAzSg {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/architexture-residential-design-history-banner.jpg");
}
.cid-uPNXOmAzSg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNXOmAzSg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNXOmAzSg .mbr-section-title {
  color: #FFFFFF;
}
.cid-uPNXOmAzSg .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
}
.cid-uPNXOmAzSg .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-uPNXOmAzSg .mbr-section-btn {
  margin-top: 18px;
}
.cid-uPNXOmAzSg .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-uPNXOmAzSg .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-uPNXOmAzSg .spacr {
  margin-top: 120px;
}
.cid-uPNXOmAzSg h1 {
  font-size: 2.7rem;
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-uPNXOmAzSg h2 {
  text-shadow: 2px 2px 2px #000000;
}
.cid-uPNXOmAzSg p {
  font-size: 1.3rem;
}
.cid-uPNXOmAzSg hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
  width: 90%;
}
@media (max-width: 520px) {
  .cid-uPNXOmAzSg {
    padding-top: 5px;
  }
  .cid-uPNXOmAzSg h1 {
    font-size: 40px !important;
    line-height: 2.5rem;
  }
  .cid-uPNXOmAzSg h2 {
    font-size: 22px !important;
    line-height: 2rem;
  }
  .cid-uPNXOmAzSg p {
    font-size: 20px !important;
  }
  .cid-uPNXOmAzSg hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
    width: 100%;
  }
}
.cid-uPNZGGfrn0 {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-uPNZGGfrn0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNZGGfrn0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNZGGfrn0 .row {
  align-items: center;
}
.cid-uPNZGGfrn0 hr {
  margin: 1rem 0;
  color: #0d5cab
  opacity: .80;
}
.cid-uPNZGGfrn0 h3,
.cid-uPNZGGfrn0 span {
  color: #149dcc;
  font-size: 1.6rem;
}
.cid-uPNZGGfrn0 b,
.cid-uPNZGGfrn0 strong {
  font-size: 2rem;
}
.cid-uPNZGGfrn0 p,
.cid-uPNZGGfrn0 ul,
.cid-uPNZGGfrn0 li {
  font-size: 1.1rem;
}
.cid-uPNZGGfrn0 .image-wrapper {
  align-self: flex-start !important;
}
.cid-uPNXw6S89Y {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  background-image: linear-gradient(#f7f7f7 50%, #ffffff);
}
.cid-uPNXw6S89Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNXw6S89Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNXw6S89Y .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uPNXw6S89Y .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uPNXw6S89Y .embla__slide .slide-content {
  width: 100%;
}
.cid-uPNXw6S89Y .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPNXw6S89Y .embla__slide .slide-content .item-wrapper .item-content .item-text {
    margin-bottom: 20px;
  }
}
.cid-uPNXw6S89Y .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .item-name {
  display: inline-flex;
  margin-bottom: 10px;
  padding-bottom: 2px;
  border-bottom: 1px solid #0d5cab;
}
.cid-uPNXw6S89Y .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uPNXw6S89Y .embla__button--next,
.cid-uPNXw6S89Y .embla__button--prev {
  display: flex;
}
.cid-uPNXw6S89Y .embla__button {
  top: 50px;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #a6a99c !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uPNXw6S89Y .embla__button {
    top: 0;
  }
}
.cid-uPNXw6S89Y .embla__button:hover {
  background-color: #ab700e !important;
  color: #000000 !important;
}
.cid-uPNXw6S89Y .embla__button.embla__button--prev {
  left: 0;
}
.cid-uPNXw6S89Y .embla__button.embla__button--next {
  right: 0;
}
.cid-uPNXw6S89Y .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPNXw6S89Y .embla {
    padding-top: 6rem;
  }
}
.cid-uPNXw6S89Y .embla__viewport {
  overflow: hidden;
  width: 70%;
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .cid-uPNXw6S89Y .embla__viewport {
    width: 100%;
  }
}
.cid-uPNXw6S89Y .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPNXw6S89Y .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPNXw6S89Y .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPNXw6S89Y .item-text {
  color: #000000;
  text-align: center;
  font-size: 1.4rem;
}
.cid-uPNXw6S89Y .item-name,
.cid-uPNXw6S89Y .name-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uPNXw6S89Y .item-role {
  color: #8a8a8a;
  text-align: center;
}
.cid-uPNXw7Sh5a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-top: 7px solid #4da6ff;
  background-color: #2a2a4a;
}
.cid-uPNXw7Sh5a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNXw7Sh5a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNXw7Sh5a .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPNXw7Sh5a .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uPNXw7Sh5a .row {
    text-align: center;
  }
  .cid-uPNXw7Sh5a .row > div {
    margin: auto;
  }
  .cid-uPNXw7Sh5a .social-row {
    justify-content: center;
  }
}
.cid-uPNXw7Sh5a .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uPNXw7Sh5a .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uPNXw7Sh5a .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uPNXw7Sh5a .list {
    margin-bottom: 0rem;
  }
}
.cid-uPNXw7Sh5a .mbr-text {
  color: #bbbbbb;
}
.cid-uPNXw7Sh5a .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uPNXw7Sh5a .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uPNXw7Sh5a div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uPNXw7Sh5a H5 {
  color: #4da6ff;
}
.cid-uPNXw7Sh5a hr {
  margin: 1rem 0;
  color: #d3a850;
  opacity: .80;
}
.cid-uPNXw7Sh5a a.text-primary:hover {
  color: #d3a850 !important;
}
.cid-uPNXw7Sh5a .copyright {
  text-align: center;
}
.cid-uPNXw8xp8P {
  border-top: 7px solid #d3a850;
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #149dcc;
}
.cid-uPNXw8xp8P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNXw8xp8P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPO3gqk1Yw {
  z-index: 1000;
  width: 100%;
}
.cid-uPO3gqk1Yw nav.navbar {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-uPO3gqk1Yw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPO3gqk1Yw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPO3gqk1Yw .dropdown-item {
  border-bottom: 1px solid #ffffff;
}
.cid-uPO3gqk1Yw .dropdown-item:hover,
.cid-uPO3gqk1Yw .dropdown-item:focus {
  background: #149dcc!important;
  color: white !important;
}
.cid-uPO3gqk1Yw .dropdown-item:hover span {
  color: white;
}
.cid-uPO3gqk1Yw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPO3gqk1Yw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPO3gqk1Yw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPO3gqk1Yw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPO3gqk1Yw .nav-link {
  position: relative;
}
.cid-uPO3gqk1Yw .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPO3gqk1Yw .container {
    flex-wrap: wrap;
  }
}
.cid-uPO3gqk1Yw .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPO3gqk1Yw .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uPO3gqk1Yw .iconfont-wrapper {
  color: #d3a850 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPO3gqk1Yw .dropdown-menu,
.cid-uPO3gqk1Yw .navbar.opened {
  background: #0d5cab !important;
}
.cid-uPO3gqk1Yw .nav-item:focus,
.cid-uPO3gqk1Yw .nav-link:focus {
  outline: none;
}
.cid-uPO3gqk1Yw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPO3gqk1Yw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPO3gqk1Yw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPO3gqk1Yw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPO3gqk1Yw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPO3gqk1Yw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPO3gqk1Yw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(13, 92, 171, 0.9);
}
.cid-uPO3gqk1Yw .navbar.opened {
  transition: all 0.3s;
}
.cid-uPO3gqk1Yw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPO3gqk1Yw .navbar .navbar-logo img {
  width: auto;
}
.cid-uPO3gqk1Yw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPO3gqk1Yw .navbar.collapsed {
  justify-content: center;
}
.cid-uPO3gqk1Yw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPO3gqk1Yw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPO3gqk1Yw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uPO3gqk1Yw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPO3gqk1Yw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPO3gqk1Yw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uPO3gqk1Yw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPO3gqk1Yw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPO3gqk1Yw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPO3gqk1Yw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPO3gqk1Yw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPO3gqk1Yw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPO3gqk1Yw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPO3gqk1Yw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uPO3gqk1Yw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPO3gqk1Yw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPO3gqk1Yw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPO3gqk1Yw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPO3gqk1Yw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPO3gqk1Yw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uPO3gqk1Yw .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uPO3gqk1Yw .navbar.navbar-short {
  min-height: 130px;
}
.cid-uPO3gqk1Yw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uPO3gqk1Yw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPO3gqk1Yw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPO3gqk1Yw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPO3gqk1Yw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPO3gqk1Yw .dropdown-item.active,
.cid-uPO3gqk1Yw .dropdown-item:active {
  background-color: transparent;
}
.cid-uPO3gqk1Yw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPO3gqk1Yw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPO3gqk1Yw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPO3gqk1Yw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0d5cab;
}
.cid-uPO3gqk1Yw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPO3gqk1Yw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPO3gqk1Yw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPO3gqk1Yw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPO3gqk1Yw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPO3gqk1Yw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPO3gqk1Yw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPO3gqk1Yw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPO3gqk1Yw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPO3gqk1Yw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPO3gqk1Yw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPO3gqk1Yw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPO3gqk1Yw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPO3gqk1Yw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPO3gqk1Yw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uPO3gqk1Yw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPO3gqk1Yw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPO3gqk1Yw .navbar {
    height: 70px;
  }
  .cid-uPO3gqk1Yw .navbar.opened {
    height: auto;
  }
  .cid-uPO3gqk1Yw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPO3gqk1Yw a.text-white:hover {
  color: #149dcc !important;
}
.cid-uPO3gqk1Yw a.dropdown-item:hover {
  color: #ffffff !important;
}
.cid-uPO3gqk1Yw .mylogo {
  position: relative;
  top: 2px;
  min-height: 80px;
}
@media (max-width: 520px) {
  .cid-uPO3gqk1Yw .mylogo {
    min-height: 30px;
  }
}
.cid-uPO3gqGKOq {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/architexture-residential-design-new-construction-banner.jpg");
}
.cid-uPO3gqGKOq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPO3gqGKOq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPO3gqGKOq .mbr-section-title {
  color: #FFFFFF;
}
.cid-uPO3gqGKOq .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
}
.cid-uPO3gqGKOq .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-uPO3gqGKOq .mbr-section-btn {
  margin-top: 18px;
}
.cid-uPO3gqGKOq .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-uPO3gqGKOq .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-uPO3gqGKOq .spacr {
  margin-top: 120px;
}
.cid-uPO3gqGKOq h1 {
  font-size: 2.7rem;
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-uPO3gqGKOq h2 {
  text-shadow: 2px 2px 2px #000000;
}
.cid-uPO3gqGKOq p {
  font-size: 1.3rem;
}
.cid-uPO3gqGKOq hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
  width: 90%;
}
@media (max-width: 520px) {
  .cid-uPO3gqGKOq {
    padding-top: 5px;
  }
  .cid-uPO3gqGKOq h1 {
    font-size: 40px !important;
    line-height: 2.5rem;
  }
  .cid-uPO3gqGKOq h2 {
    font-size: 22px !important;
    line-height: 2rem;
  }
  .cid-uPO3gqGKOq p {
    font-size: 20px !important;
  }
  .cid-uPO3gqGKOq hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
    width: 100%;
  }
}
.cid-uQo4Pst9gH {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-uQo4Pst9gH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQo4Pst9gH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQo4Pst9gH .row {
  align-items: center;
}
.cid-uQo4Pst9gH hr {
  margin: 1rem 0;
  color: #0d5cab
  opacity: .80;
}
.cid-uQo4Pst9gH h3 {
  color: #149dcc;
  font-size: 1.8rem;
}
.cid-uQo4Pst9gH span {
  color: #000000;
  font-size: 1.3rem;
  font-weight: 600;
}
.cid-uQo4Pst9gH span.blue {
  color: #149dcc;
  font-size: 1.6rem;
  font-weight: 600;
}
.cid-uQo4Pst9gH b,
.cid-uQo4Pst9gH strong {
  font-size: 2rem;
}
.cid-uQo4Pst9gH p,
.cid-uQo4Pst9gH ul,
.cid-uQo4Pst9gH li {
  font-size: 1.2rem;
}
.cid-uQo4Pst9gH .image-wrapper {
  align-self: flex-start !important;
}
.cid-uPO3grhHI1 {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  background-image: linear-gradient(#f7f7f7 50%, #ffffff);
}
.cid-uPO3grhHI1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPO3grhHI1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPO3grhHI1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uPO3grhHI1 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uPO3grhHI1 .embla__slide .slide-content {
  width: 100%;
}
.cid-uPO3grhHI1 .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPO3grhHI1 .embla__slide .slide-content .item-wrapper .item-content .item-text {
    margin-bottom: 20px;
  }
}
.cid-uPO3grhHI1 .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .item-name {
  display: inline-flex;
  margin-bottom: 10px;
  padding-bottom: 2px;
  border-bottom: 1px solid #0d5cab;
}
.cid-uPO3grhHI1 .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uPO3grhHI1 .embla__button--next,
.cid-uPO3grhHI1 .embla__button--prev {
  display: flex;
}
.cid-uPO3grhHI1 .embla__button {
  top: 50px;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #a6a99c !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uPO3grhHI1 .embla__button {
    top: 0;
  }
}
.cid-uPO3grhHI1 .embla__button:hover {
  background-color: #ab700e !important;
  color: #000000 !important;
}
.cid-uPO3grhHI1 .embla__button.embla__button--prev {
  left: 0;
}
.cid-uPO3grhHI1 .embla__button.embla__button--next {
  right: 0;
}
.cid-uPO3grhHI1 .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPO3grhHI1 .embla {
    padding-top: 6rem;
  }
}
.cid-uPO3grhHI1 .embla__viewport {
  overflow: hidden;
  width: 70%;
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .cid-uPO3grhHI1 .embla__viewport {
    width: 100%;
  }
}
.cid-uPO3grhHI1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPO3grhHI1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPO3grhHI1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPO3grhHI1 .item-text {
  color: #000000;
  text-align: center;
  font-size: 1.4rem;
}
.cid-uPO3grhHI1 .item-name,
.cid-uPO3grhHI1 .name-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uPO3grhHI1 .item-role {
  color: #8a8a8a;
  text-align: center;
}
.cid-uPO3grSN51 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-top: 7px solid #4da6ff;
  background-color: #2a2a4a;
}
.cid-uPO3grSN51 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPO3grSN51 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPO3grSN51 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPO3grSN51 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uPO3grSN51 .row {
    text-align: center;
  }
  .cid-uPO3grSN51 .row > div {
    margin: auto;
  }
  .cid-uPO3grSN51 .social-row {
    justify-content: center;
  }
}
.cid-uPO3grSN51 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uPO3grSN51 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uPO3grSN51 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uPO3grSN51 .list {
    margin-bottom: 0rem;
  }
}
.cid-uPO3grSN51 .mbr-text {
  color: #bbbbbb;
}
.cid-uPO3grSN51 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uPO3grSN51 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uPO3grSN51 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uPO3grSN51 H5 {
  color: #4da6ff;
}
.cid-uPO3grSN51 hr {
  margin: 1rem 0;
  color: #d3a850;
  opacity: .80;
}
.cid-uPO3grSN51 a.text-primary:hover {
  color: #d3a850 !important;
}
.cid-uPO3grSN51 .copyright {
  text-align: center;
}
.cid-uPO3gsc8Aa {
  border-top: 7px solid #d3a850;
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #149dcc;
}
.cid-uPO3gsc8Aa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPO3gsc8Aa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPO3n7nJ5x {
  z-index: 1000;
  width: 100%;
}
.cid-uPO3n7nJ5x nav.navbar {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-uPO3n7nJ5x .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPO3n7nJ5x .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPO3n7nJ5x .dropdown-item {
  border-bottom: 1px solid #ffffff;
}
.cid-uPO3n7nJ5x .dropdown-item:hover,
.cid-uPO3n7nJ5x .dropdown-item:focus {
  background: #149dcc!important;
  color: white !important;
}
.cid-uPO3n7nJ5x .dropdown-item:hover span {
  color: white;
}
.cid-uPO3n7nJ5x .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPO3n7nJ5x .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPO3n7nJ5x .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPO3n7nJ5x .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPO3n7nJ5x .nav-link {
  position: relative;
}
.cid-uPO3n7nJ5x .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPO3n7nJ5x .container {
    flex-wrap: wrap;
  }
}
.cid-uPO3n7nJ5x .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPO3n7nJ5x .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uPO3n7nJ5x .iconfont-wrapper {
  color: #d3a850 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPO3n7nJ5x .dropdown-menu,
.cid-uPO3n7nJ5x .navbar.opened {
  background: #0d5cab !important;
}
.cid-uPO3n7nJ5x .nav-item:focus,
.cid-uPO3n7nJ5x .nav-link:focus {
  outline: none;
}
.cid-uPO3n7nJ5x .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPO3n7nJ5x .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPO3n7nJ5x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPO3n7nJ5x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPO3n7nJ5x .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPO3n7nJ5x .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPO3n7nJ5x .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(13, 92, 171, 0.9);
}
.cid-uPO3n7nJ5x .navbar.opened {
  transition: all 0.3s;
}
.cid-uPO3n7nJ5x .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPO3n7nJ5x .navbar .navbar-logo img {
  width: auto;
}
.cid-uPO3n7nJ5x .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPO3n7nJ5x .navbar.collapsed {
  justify-content: center;
}
.cid-uPO3n7nJ5x .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPO3n7nJ5x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPO3n7nJ5x .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uPO3n7nJ5x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPO3n7nJ5x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPO3n7nJ5x .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uPO3n7nJ5x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPO3n7nJ5x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPO3n7nJ5x .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPO3n7nJ5x .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPO3n7nJ5x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPO3n7nJ5x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPO3n7nJ5x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPO3n7nJ5x .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uPO3n7nJ5x .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPO3n7nJ5x .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPO3n7nJ5x .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPO3n7nJ5x .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPO3n7nJ5x .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPO3n7nJ5x .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uPO3n7nJ5x .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uPO3n7nJ5x .navbar.navbar-short {
  min-height: 130px;
}
.cid-uPO3n7nJ5x .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uPO3n7nJ5x .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPO3n7nJ5x .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPO3n7nJ5x .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPO3n7nJ5x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPO3n7nJ5x .dropdown-item.active,
.cid-uPO3n7nJ5x .dropdown-item:active {
  background-color: transparent;
}
.cid-uPO3n7nJ5x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPO3n7nJ5x .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPO3n7nJ5x .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPO3n7nJ5x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0d5cab;
}
.cid-uPO3n7nJ5x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPO3n7nJ5x .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPO3n7nJ5x ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPO3n7nJ5x .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPO3n7nJ5x button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPO3n7nJ5x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPO3n7nJ5x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPO3n7nJ5x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPO3n7nJ5x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPO3n7nJ5x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPO3n7nJ5x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPO3n7nJ5x nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPO3n7nJ5x nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPO3n7nJ5x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPO3n7nJ5x .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uPO3n7nJ5x a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPO3n7nJ5x .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPO3n7nJ5x .navbar {
    height: 70px;
  }
  .cid-uPO3n7nJ5x .navbar.opened {
    height: auto;
  }
  .cid-uPO3n7nJ5x .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPO3n7nJ5x a.text-white:hover {
  color: #149dcc !important;
}
.cid-uPO3n7nJ5x a.dropdown-item:hover {
  color: #ffffff !important;
}
.cid-uPO3n7nJ5x .mylogo {
  position: relative;
  top: 2px;
  min-height: 80px;
}
@media (max-width: 520px) {
  .cid-uPO3n7nJ5x .mylogo {
    min-height: 30px;
  }
}
.cid-uPO3n7MM76 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/architexture-residential-design-addition-banner2.jpg");
}
.cid-uPO3n7MM76 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPO3n7MM76 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPO3n7MM76 .mbr-section-title {
  color: #FFFFFF;
}
.cid-uPO3n7MM76 .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
}
.cid-uPO3n7MM76 .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-uPO3n7MM76 .mbr-section-btn {
  margin-top: 18px;
}
.cid-uPO3n7MM76 .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-uPO3n7MM76 .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-uPO3n7MM76 .spacr {
  margin-top: 120px;
}
.cid-uPO3n7MM76 h1 {
  font-size: 2.7rem;
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-uPO3n7MM76 h2 {
  text-shadow: 2px 2px 2px #000000;
}
.cid-uPO3n7MM76 p {
  font-size: 1.3rem;
}
.cid-uPO3n7MM76 hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
  width: 90%;
}
@media (max-width: 520px) {
  .cid-uPO3n7MM76 {
    padding-top: 5px;
  }
  .cid-uPO3n7MM76 h1 {
    font-size: 40px !important;
    line-height: 2.5rem;
  }
  .cid-uPO3n7MM76 h2 {
    font-size: 22px !important;
    line-height: 2rem;
  }
  .cid-uPO3n7MM76 p {
    font-size: 20px !important;
  }
  .cid-uPO3n7MM76 hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
    width: 100%;
  }
}
.cid-uQocnoX3mN {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-uQocnoX3mN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQocnoX3mN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQocnoX3mN .row {
  align-items: center;
}
.cid-uQocnoX3mN hr {
  margin: 1rem 0;
  color: #0d5cab
  opacity: .80;
}
.cid-uQocnoX3mN h3 {
  color: #149dcc;
  font-size: 1.8rem;
}
.cid-uQocnoX3mN span {
  color: #000000;
  font-size: 1.3rem;
  font-weight: 600;
}
.cid-uQocnoX3mN span.blue {
  color: #149dcc;
  font-size: 1.6rem;
  font-weight: 600;
}
.cid-uQocnoX3mN b,
.cid-uQocnoX3mN strong {
  font-size: 2rem;
}
.cid-uQocnoX3mN p,
.cid-uQocnoX3mN ul,
.cid-uQocnoX3mN li {
  font-size: 1.2rem;
}
.cid-uQocnoX3mN .image-wrapper {
  align-self: flex-start !important;
}
.cid-uPO3n8iVgo {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  background-image: linear-gradient(#f7f7f7 50%, #ffffff);
}
.cid-uPO3n8iVgo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPO3n8iVgo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPO3n8iVgo .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uPO3n8iVgo .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uPO3n8iVgo .embla__slide .slide-content {
  width: 100%;
}
.cid-uPO3n8iVgo .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPO3n8iVgo .embla__slide .slide-content .item-wrapper .item-content .item-text {
    margin-bottom: 20px;
  }
}
.cid-uPO3n8iVgo .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .item-name {
  display: inline-flex;
  margin-bottom: 10px;
  padding-bottom: 2px;
  border-bottom: 1px solid #0d5cab;
}
.cid-uPO3n8iVgo .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uPO3n8iVgo .embla__button--next,
.cid-uPO3n8iVgo .embla__button--prev {
  display: flex;
}
.cid-uPO3n8iVgo .embla__button {
  top: 50px;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #a6a99c !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uPO3n8iVgo .embla__button {
    top: 0;
  }
}
.cid-uPO3n8iVgo .embla__button:hover {
  background-color: #ab700e !important;
  color: #000000 !important;
}
.cid-uPO3n8iVgo .embla__button.embla__button--prev {
  left: 0;
}
.cid-uPO3n8iVgo .embla__button.embla__button--next {
  right: 0;
}
.cid-uPO3n8iVgo .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPO3n8iVgo .embla {
    padding-top: 6rem;
  }
}
.cid-uPO3n8iVgo .embla__viewport {
  overflow: hidden;
  width: 70%;
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .cid-uPO3n8iVgo .embla__viewport {
    width: 100%;
  }
}
.cid-uPO3n8iVgo .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPO3n8iVgo .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPO3n8iVgo .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPO3n8iVgo .item-text {
  color: #000000;
  text-align: center;
  font-size: 1.4rem;
}
.cid-uPO3n8iVgo .item-name,
.cid-uPO3n8iVgo .name-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uPO3n8iVgo .item-role {
  color: #8a8a8a;
  text-align: center;
}
.cid-uPO3n8QGre {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-top: 7px solid #4da6ff;
  background-color: #2a2a4a;
}
.cid-uPO3n8QGre .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPO3n8QGre .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPO3n8QGre .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPO3n8QGre .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uPO3n8QGre .row {
    text-align: center;
  }
  .cid-uPO3n8QGre .row > div {
    margin: auto;
  }
  .cid-uPO3n8QGre .social-row {
    justify-content: center;
  }
}
.cid-uPO3n8QGre .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uPO3n8QGre .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uPO3n8QGre .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uPO3n8QGre .list {
    margin-bottom: 0rem;
  }
}
.cid-uPO3n8QGre .mbr-text {
  color: #bbbbbb;
}
.cid-uPO3n8QGre .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uPO3n8QGre .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uPO3n8QGre div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uPO3n8QGre H5 {
  color: #4da6ff;
}
.cid-uPO3n8QGre hr {
  margin: 1rem 0;
  color: #d3a850;
  opacity: .80;
}
.cid-uPO3n8QGre a.text-primary:hover {
  color: #d3a850 !important;
}
.cid-uPO3n8QGre .copyright {
  text-align: center;
}
.cid-uPO3n99J8g {
  border-top: 7px solid #d3a850;
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #149dcc;
}
.cid-uPO3n99J8g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPO3n99J8g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPO3tUOpnP {
  z-index: 1000;
  width: 100%;
}
.cid-uPO3tUOpnP nav.navbar {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-uPO3tUOpnP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPO3tUOpnP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPO3tUOpnP .dropdown-item {
  border-bottom: 1px solid #ffffff;
}
.cid-uPO3tUOpnP .dropdown-item:hover,
.cid-uPO3tUOpnP .dropdown-item:focus {
  background: #149dcc!important;
  color: white !important;
}
.cid-uPO3tUOpnP .dropdown-item:hover span {
  color: white;
}
.cid-uPO3tUOpnP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPO3tUOpnP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPO3tUOpnP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPO3tUOpnP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPO3tUOpnP .nav-link {
  position: relative;
}
.cid-uPO3tUOpnP .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPO3tUOpnP .container {
    flex-wrap: wrap;
  }
}
.cid-uPO3tUOpnP .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPO3tUOpnP .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uPO3tUOpnP .iconfont-wrapper {
  color: #d3a850 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPO3tUOpnP .dropdown-menu,
.cid-uPO3tUOpnP .navbar.opened {
  background: #0d5cab !important;
}
.cid-uPO3tUOpnP .nav-item:focus,
.cid-uPO3tUOpnP .nav-link:focus {
  outline: none;
}
.cid-uPO3tUOpnP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPO3tUOpnP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPO3tUOpnP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPO3tUOpnP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPO3tUOpnP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPO3tUOpnP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPO3tUOpnP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(13, 92, 171, 0.9);
}
.cid-uPO3tUOpnP .navbar.opened {
  transition: all 0.3s;
}
.cid-uPO3tUOpnP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPO3tUOpnP .navbar .navbar-logo img {
  width: auto;
}
.cid-uPO3tUOpnP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPO3tUOpnP .navbar.collapsed {
  justify-content: center;
}
.cid-uPO3tUOpnP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPO3tUOpnP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPO3tUOpnP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uPO3tUOpnP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPO3tUOpnP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPO3tUOpnP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uPO3tUOpnP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPO3tUOpnP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPO3tUOpnP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPO3tUOpnP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPO3tUOpnP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPO3tUOpnP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPO3tUOpnP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPO3tUOpnP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uPO3tUOpnP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPO3tUOpnP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPO3tUOpnP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPO3tUOpnP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPO3tUOpnP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPO3tUOpnP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uPO3tUOpnP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uPO3tUOpnP .navbar.navbar-short {
  min-height: 130px;
}
.cid-uPO3tUOpnP .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uPO3tUOpnP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPO3tUOpnP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPO3tUOpnP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPO3tUOpnP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPO3tUOpnP .dropdown-item.active,
.cid-uPO3tUOpnP .dropdown-item:active {
  background-color: transparent;
}
.cid-uPO3tUOpnP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPO3tUOpnP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPO3tUOpnP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPO3tUOpnP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0d5cab;
}
.cid-uPO3tUOpnP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPO3tUOpnP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPO3tUOpnP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPO3tUOpnP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPO3tUOpnP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPO3tUOpnP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPO3tUOpnP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPO3tUOpnP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPO3tUOpnP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPO3tUOpnP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPO3tUOpnP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPO3tUOpnP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPO3tUOpnP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPO3tUOpnP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPO3tUOpnP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uPO3tUOpnP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPO3tUOpnP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPO3tUOpnP .navbar {
    height: 70px;
  }
  .cid-uPO3tUOpnP .navbar.opened {
    height: auto;
  }
  .cid-uPO3tUOpnP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPO3tUOpnP a.text-white:hover {
  color: #149dcc !important;
}
.cid-uPO3tUOpnP a.dropdown-item:hover {
  color: #ffffff !important;
}
.cid-uPO3tUOpnP .mylogo {
  position: relative;
  top: 2px;
  min-height: 80px;
}
@media (max-width: 520px) {
  .cid-uPO3tUOpnP .mylogo {
    min-height: 30px;
  }
}
.cid-uPO3tVbrWj {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/architexture-residential-design-home-portraits.jpg");
}
.cid-uPO3tVbrWj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPO3tVbrWj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPO3tVbrWj .mbr-section-title {
  color: #FFFFFF;
}
.cid-uPO3tVbrWj .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
}
.cid-uPO3tVbrWj .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-uPO3tVbrWj .mbr-section-btn {
  margin-top: 18px;
}
.cid-uPO3tVbrWj .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-uPO3tVbrWj .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-uPO3tVbrWj .spacr {
  margin-top: 120px;
}
.cid-uPO3tVbrWj h1 {
  font-size: 2.7rem;
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-uPO3tVbrWj h2 {
  text-shadow: 2px 2px 2px #000000;
}
.cid-uPO3tVbrWj p {
  font-size: 1.3rem;
}
.cid-uPO3tVbrWj hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
  width: 90%;
}
@media (max-width: 520px) {
  .cid-uPO3tVbrWj {
    padding-top: 5px;
  }
  .cid-uPO3tVbrWj h1 {
    font-size: 40px !important;
    line-height: 2.5rem;
  }
  .cid-uPO3tVbrWj h2 {
    font-size: 22px !important;
    line-height: 2rem;
  }
  .cid-uPO3tVbrWj p {
    font-size: 20px !important;
  }
  .cid-uPO3tVbrWj hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
    width: 100%;
  }
}
.cid-uQsdr7XZZY {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 3rem;
  padding-bottom: 10rem;
  background-color: #efefef;
}
.cid-uQsdr7XZZY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQsdr7XZZY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQsdr7XZZY .row {
  align-items: center;
}
.cid-uQsdr7XZZY hr {
  margin: 1rem 0;
  color: #0d5cab
  opacity: .80;
}
.cid-uQsdr7XZZY h3 {
  color: #149dcc;
  font-size: 1.8rem;
}
.cid-uQsdr7XZZY span {
  color: #000000;
  font-size: 1.3rem;
  font-weight: 600;
}
.cid-uQsdr7XZZY span.blue {
  color: #149dcc;
  font-size: 1.6rem;
  font-weight: 600;
}
.cid-uQsdr7XZZY b,
.cid-uQsdr7XZZY strong {
  font-size: 2rem;
}
.cid-uQsdr7XZZY p,
.cid-uQsdr7XZZY ul,
.cid-uQsdr7XZZY li {
  font-size: 1.2rem;
}
.cid-uQsdr7XZZY .image-wrapper {
  align-self: flex-start !important;
}
.cid-uPO3tVFZNx {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  background-image: linear-gradient(#f7f7f7 50%, #ffffff);
}
.cid-uPO3tVFZNx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPO3tVFZNx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPO3tVFZNx .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uPO3tVFZNx .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uPO3tVFZNx .embla__slide .slide-content {
  width: 100%;
}
.cid-uPO3tVFZNx .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPO3tVFZNx .embla__slide .slide-content .item-wrapper .item-content .item-text {
    margin-bottom: 20px;
  }
}
.cid-uPO3tVFZNx .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .item-name {
  display: inline-flex;
  margin-bottom: 10px;
  padding-bottom: 2px;
  border-bottom: 1px solid #0d5cab;
}
.cid-uPO3tVFZNx .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uPO3tVFZNx .embla__button--next,
.cid-uPO3tVFZNx .embla__button--prev {
  display: flex;
}
.cid-uPO3tVFZNx .embla__button {
  top: 50px;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #a6a99c !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uPO3tVFZNx .embla__button {
    top: 0;
  }
}
.cid-uPO3tVFZNx .embla__button:hover {
  background-color: #ab700e !important;
  color: #000000 !important;
}
.cid-uPO3tVFZNx .embla__button.embla__button--prev {
  left: 0;
}
.cid-uPO3tVFZNx .embla__button.embla__button--next {
  right: 0;
}
.cid-uPO3tVFZNx .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPO3tVFZNx .embla {
    padding-top: 6rem;
  }
}
.cid-uPO3tVFZNx .embla__viewport {
  overflow: hidden;
  width: 70%;
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .cid-uPO3tVFZNx .embla__viewport {
    width: 100%;
  }
}
.cid-uPO3tVFZNx .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPO3tVFZNx .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPO3tVFZNx .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPO3tVFZNx .item-text {
  color: #000000;
  text-align: center;
  font-size: 1.4rem;
}
.cid-uPO3tVFZNx .item-name,
.cid-uPO3tVFZNx .name-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uPO3tVFZNx .item-role {
  color: #8a8a8a;
  text-align: center;
}
.cid-uPO3tWcfln {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-top: 7px solid #4da6ff;
  background-color: #2a2a4a;
}
.cid-uPO3tWcfln .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPO3tWcfln .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPO3tWcfln .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPO3tWcfln .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uPO3tWcfln .row {
    text-align: center;
  }
  .cid-uPO3tWcfln .row > div {
    margin: auto;
  }
  .cid-uPO3tWcfln .social-row {
    justify-content: center;
  }
}
.cid-uPO3tWcfln .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uPO3tWcfln .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uPO3tWcfln .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uPO3tWcfln .list {
    margin-bottom: 0rem;
  }
}
.cid-uPO3tWcfln .mbr-text {
  color: #bbbbbb;
}
.cid-uPO3tWcfln .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uPO3tWcfln .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uPO3tWcfln div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uPO3tWcfln H5 {
  color: #4da6ff;
}
.cid-uPO3tWcfln hr {
  margin: 1rem 0;
  color: #d3a850;
  opacity: .80;
}
.cid-uPO3tWcfln a.text-primary:hover {
  color: #d3a850 !important;
}
.cid-uPO3tWcfln .copyright {
  text-align: center;
}
.cid-uPO3tWzckj {
  border-top: 7px solid #d3a850;
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #149dcc;
}
.cid-uPO3tWzckj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPO3tWzckj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPO4h4Oqxj {
  z-index: 1000;
  width: 100%;
}
.cid-uPO4h4Oqxj nav.navbar {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-uPO4h4Oqxj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPO4h4Oqxj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPO4h4Oqxj .dropdown-item {
  border-bottom: 1px solid #ffffff;
}
.cid-uPO4h4Oqxj .dropdown-item:hover,
.cid-uPO4h4Oqxj .dropdown-item:focus {
  background: #149dcc!important;
  color: white !important;
}
.cid-uPO4h4Oqxj .dropdown-item:hover span {
  color: white;
}
.cid-uPO4h4Oqxj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPO4h4Oqxj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPO4h4Oqxj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPO4h4Oqxj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPO4h4Oqxj .nav-link {
  position: relative;
}
.cid-uPO4h4Oqxj .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPO4h4Oqxj .container {
    flex-wrap: wrap;
  }
}
.cid-uPO4h4Oqxj .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPO4h4Oqxj .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uPO4h4Oqxj .iconfont-wrapper {
  color: #d3a850 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPO4h4Oqxj .dropdown-menu,
.cid-uPO4h4Oqxj .navbar.opened {
  background: #0d5cab !important;
}
.cid-uPO4h4Oqxj .nav-item:focus,
.cid-uPO4h4Oqxj .nav-link:focus {
  outline: none;
}
.cid-uPO4h4Oqxj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPO4h4Oqxj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPO4h4Oqxj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPO4h4Oqxj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPO4h4Oqxj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPO4h4Oqxj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPO4h4Oqxj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(13, 92, 171, 0.9);
}
.cid-uPO4h4Oqxj .navbar.opened {
  transition: all 0.3s;
}
.cid-uPO4h4Oqxj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPO4h4Oqxj .navbar .navbar-logo img {
  width: auto;
}
.cid-uPO4h4Oqxj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPO4h4Oqxj .navbar.collapsed {
  justify-content: center;
}
.cid-uPO4h4Oqxj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPO4h4Oqxj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPO4h4Oqxj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uPO4h4Oqxj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPO4h4Oqxj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPO4h4Oqxj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uPO4h4Oqxj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPO4h4Oqxj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPO4h4Oqxj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPO4h4Oqxj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPO4h4Oqxj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPO4h4Oqxj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPO4h4Oqxj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPO4h4Oqxj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uPO4h4Oqxj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPO4h4Oqxj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPO4h4Oqxj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPO4h4Oqxj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPO4h4Oqxj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPO4h4Oqxj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uPO4h4Oqxj .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uPO4h4Oqxj .navbar.navbar-short {
  min-height: 130px;
}
.cid-uPO4h4Oqxj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uPO4h4Oqxj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPO4h4Oqxj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPO4h4Oqxj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPO4h4Oqxj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPO4h4Oqxj .dropdown-item.active,
.cid-uPO4h4Oqxj .dropdown-item:active {
  background-color: transparent;
}
.cid-uPO4h4Oqxj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPO4h4Oqxj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPO4h4Oqxj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPO4h4Oqxj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0d5cab;
}
.cid-uPO4h4Oqxj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPO4h4Oqxj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPO4h4Oqxj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPO4h4Oqxj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPO4h4Oqxj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPO4h4Oqxj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPO4h4Oqxj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPO4h4Oqxj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPO4h4Oqxj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPO4h4Oqxj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPO4h4Oqxj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPO4h4Oqxj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPO4h4Oqxj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPO4h4Oqxj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPO4h4Oqxj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uPO4h4Oqxj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPO4h4Oqxj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPO4h4Oqxj .navbar {
    height: 70px;
  }
  .cid-uPO4h4Oqxj .navbar.opened {
    height: auto;
  }
  .cid-uPO4h4Oqxj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPO4h4Oqxj a.text-white:hover {
  color: #149dcc !important;
}
.cid-uPO4h4Oqxj a.dropdown-item:hover {
  color: #ffffff !important;
}
.cid-uPO4h4Oqxj .mylogo {
  position: relative;
  top: 2px;
  min-height: 80px;
}
@media (max-width: 520px) {
  .cid-uPO4h4Oqxj .mylogo {
    min-height: 30px;
  }
}
.cid-uPO4h5aguZ {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/architexture-residential-design-additions-banner.jpg");
}
.cid-uPO4h5aguZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPO4h5aguZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPO4h5aguZ .mbr-section-title {
  color: #FFFFFF;
}
.cid-uPO4h5aguZ .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
}
.cid-uPO4h5aguZ .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-uPO4h5aguZ .mbr-section-btn {
  margin-top: 18px;
}
.cid-uPO4h5aguZ .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-uPO4h5aguZ .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-uPO4h5aguZ .spacr {
  margin-top: 120px;
}
.cid-uPO4h5aguZ h1 {
  font-size: 2.7rem;
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-uPO4h5aguZ h2 {
  text-shadow: 2px 2px 2px #000000;
}
.cid-uPO4h5aguZ p {
  font-size: 1.3rem;
}
.cid-uPO4h5aguZ hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
  width: 90%;
}
@media (max-width: 520px) {
  .cid-uPO4h5aguZ {
    padding-top: 5px;
  }
  .cid-uPO4h5aguZ h1 {
    font-size: 40px !important;
    line-height: 2.5rem;
  }
  .cid-uPO4h5aguZ h2 {
    font-size: 22px !important;
    line-height: 2rem;
  }
  .cid-uPO4h5aguZ p {
    font-size: 20px !important;
  }
  .cid-uPO4h5aguZ hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
    width: 100%;
  }
}
.cid-uQyCxTXLAC {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQyCxTXLAC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQyCxTXLAC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQyCxTXLAC hr {
  margin: 1rem 0;
  color: #0d5cab;
  opacity: .80;
  width: 80%;
}
.cid-uQyCxTXLAC h3 {
  color: #0d5cab;
}
.cid-uQyFN0ImLD {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  background-color: #0d5cab;
  background: linear-gradient(90deg, #149dcc, #0d5cab);
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.cid-uQyFN0ImLD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQyFN0ImLD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQyFN0ImLD .mbr-section-title {
  color: #ffffff;
}
.cid-uQyFN0ImLD .mbr-section-subtitle {
  color: #f7f7f7;
  font-size: 1.5rem;
}
.cid-uQyFN0ImLD h3 {
  text-shadow: 2px 2px 2px #000000;
}
.cid-uQyDwQ410p {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQyDwQ410p .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQyDwQ410p .item {
    margin-bottom: 1rem;
  }
}
.cid-uQyDwQ410p .item-wrapper {
  position: relative;
}
.cid-uQyDwQ410p .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uQyDwQ410p .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uQyDwQ410p .carousel-control,
.cid-uQyDwQ410p .close {
  background: #1b1b1b;
}
.cid-uQyDwQ410p .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uQyDwQ410p .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uQyDwQ410p .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uQyDwQ410p .carousel-control-next span {
  margin-left: 5px;
}
.cid-uQyDwQ410p .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uQyDwQ410p .close::before {
  content: '\e91a';
}
.cid-uQyDwQ410p .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uQyDwQ410p .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uQyDwQ410p .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQyDwQ410p .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uQyDwQ410p .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uQyDwQ410p .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uQyDwQ410p .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uQyDwQ410p .carousel-indicators li.active,
.cid-uQyDwQ410p .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uQyDwQ410p .carousel-indicators li::after,
.cid-uQyDwQ410p .carousel-indicators li::before {
  content: none;
}
.cid-uQyDwQ410p .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uQyDwQ410p .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uQyDwQ410p .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uQyDwQ410p .carousel-indicators {
    display: none;
  }
}
.cid-uQyDwQ410p .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uQyDwQ410p .carousel-inner > .active {
  display: block;
}
.cid-uQyDwQ410p .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQyDwQ410p .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQyDwQ410p .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uQyDwQ410p .carousel-control,
  .cid-uQyDwQ410p .carousel-indicators,
  .cid-uQyDwQ410p .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uQyDwQ410p .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uQyDwQ410p .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uQyDwQ410p .carousel-indicators .active,
.cid-uQyDwQ410p .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uQyDwQ410p .carousel-indicators .active {
  background: #fff;
}
.cid-uQyDwQ410p .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uQyDwQ410p .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uQyDwQ410p .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uQyDwQ410p .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uQyDwQ410p .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uQyDwQ410p .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uQyDwQ410p .carousel {
  width: 100%;
}
.cid-uQyDwQ410p .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uQyDwQ410p .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uQyDwQ410p .modal.fade .modal-dialog,
.cid-uQyDwQ410p .modal.in .modal-dialog {
  transform: none;
}
.cid-uQyDwQ410p .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uQyDwQ410p .content-head {
  max-width: 800px;
}
.cid-uQyHDwqa2b {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  background-color: #ab700e;
  background: linear-gradient(90deg, #ffea64, #ab700e);
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.cid-uQyHDwqa2b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQyHDwqa2b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQyHDwqa2b .mbr-section-title {
  color: #ffffff;
}
.cid-uQyHDwqa2b .mbr-section-subtitle {
  color: #f7f7f7;
  font-size: 1.5rem;
}
.cid-uQyHDwqa2b h3 {
  text-shadow: 2px 2px 2px #000000;
}
.cid-uQyKuIzYcM {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQyKuIzYcM .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQyKuIzYcM .item {
    margin-bottom: 1rem;
  }
}
.cid-uQyKuIzYcM .item-wrapper {
  position: relative;
}
.cid-uQyKuIzYcM .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uQyKuIzYcM .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uQyKuIzYcM .carousel-control,
.cid-uQyKuIzYcM .close {
  background: #1b1b1b;
}
.cid-uQyKuIzYcM .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uQyKuIzYcM .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uQyKuIzYcM .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uQyKuIzYcM .carousel-control-next span {
  margin-left: 5px;
}
.cid-uQyKuIzYcM .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uQyKuIzYcM .close::before {
  content: '\e91a';
}
.cid-uQyKuIzYcM .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uQyKuIzYcM .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uQyKuIzYcM .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQyKuIzYcM .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uQyKuIzYcM .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uQyKuIzYcM .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uQyKuIzYcM .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uQyKuIzYcM .carousel-indicators li.active,
.cid-uQyKuIzYcM .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uQyKuIzYcM .carousel-indicators li::after,
.cid-uQyKuIzYcM .carousel-indicators li::before {
  content: none;
}
.cid-uQyKuIzYcM .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uQyKuIzYcM .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uQyKuIzYcM .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uQyKuIzYcM .carousel-indicators {
    display: none;
  }
}
.cid-uQyKuIzYcM .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uQyKuIzYcM .carousel-inner > .active {
  display: block;
}
.cid-uQyKuIzYcM .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQyKuIzYcM .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQyKuIzYcM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uQyKuIzYcM .carousel-control,
  .cid-uQyKuIzYcM .carousel-indicators,
  .cid-uQyKuIzYcM .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uQyKuIzYcM .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uQyKuIzYcM .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uQyKuIzYcM .carousel-indicators .active,
.cid-uQyKuIzYcM .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uQyKuIzYcM .carousel-indicators .active {
  background: #fff;
}
.cid-uQyKuIzYcM .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uQyKuIzYcM .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uQyKuIzYcM .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uQyKuIzYcM .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uQyKuIzYcM .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uQyKuIzYcM .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uQyKuIzYcM .carousel {
  width: 100%;
}
.cid-uQyKuIzYcM .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uQyKuIzYcM .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uQyKuIzYcM .modal.fade .modal-dialog,
.cid-uQyKuIzYcM .modal.in .modal-dialog {
  transform: none;
}
.cid-uQyKuIzYcM .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uQyKuIzYcM .content-head {
  max-width: 800px;
}
.cid-uPO4h5H8uh {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  background-image: linear-gradient(#f7f7f7 50%, #ffffff);
}
.cid-uPO4h5H8uh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPO4h5H8uh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPO4h5H8uh .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uPO4h5H8uh .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uPO4h5H8uh .embla__slide .slide-content {
  width: 100%;
}
.cid-uPO4h5H8uh .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPO4h5H8uh .embla__slide .slide-content .item-wrapper .item-content .item-text {
    margin-bottom: 20px;
  }
}
.cid-uPO4h5H8uh .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .item-name {
  display: inline-flex;
  margin-bottom: 10px;
  padding-bottom: 2px;
  border-bottom: 1px solid #0d5cab;
}
.cid-uPO4h5H8uh .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uPO4h5H8uh .embla__button--next,
.cid-uPO4h5H8uh .embla__button--prev {
  display: flex;
}
.cid-uPO4h5H8uh .embla__button {
  top: 50px;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #a6a99c !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uPO4h5H8uh .embla__button {
    top: 0;
  }
}
.cid-uPO4h5H8uh .embla__button:hover {
  background-color: #ab700e !important;
  color: #000000 !important;
}
.cid-uPO4h5H8uh .embla__button.embla__button--prev {
  left: 0;
}
.cid-uPO4h5H8uh .embla__button.embla__button--next {
  right: 0;
}
.cid-uPO4h5H8uh .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPO4h5H8uh .embla {
    padding-top: 6rem;
  }
}
.cid-uPO4h5H8uh .embla__viewport {
  overflow: hidden;
  width: 70%;
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .cid-uPO4h5H8uh .embla__viewport {
    width: 100%;
  }
}
.cid-uPO4h5H8uh .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPO4h5H8uh .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPO4h5H8uh .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPO4h5H8uh .item-text {
  color: #000000;
  text-align: center;
  font-size: 1.4rem;
}
.cid-uPO4h5H8uh .item-name,
.cid-uPO4h5H8uh .name-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uPO4h5H8uh .item-role {
  color: #8a8a8a;
  text-align: center;
}
.cid-uPO4h6ir49 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-top: 7px solid #4da6ff;
  background-color: #2a2a4a;
}
.cid-uPO4h6ir49 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPO4h6ir49 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPO4h6ir49 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPO4h6ir49 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uPO4h6ir49 .row {
    text-align: center;
  }
  .cid-uPO4h6ir49 .row > div {
    margin: auto;
  }
  .cid-uPO4h6ir49 .social-row {
    justify-content: center;
  }
}
.cid-uPO4h6ir49 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uPO4h6ir49 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uPO4h6ir49 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uPO4h6ir49 .list {
    margin-bottom: 0rem;
  }
}
.cid-uPO4h6ir49 .mbr-text {
  color: #bbbbbb;
}
.cid-uPO4h6ir49 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uPO4h6ir49 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uPO4h6ir49 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uPO4h6ir49 H5 {
  color: #4da6ff;
}
.cid-uPO4h6ir49 hr {
  margin: 1rem 0;
  color: #d3a850;
  opacity: .80;
}
.cid-uPO4h6ir49 a.text-primary:hover {
  color: #d3a850 !important;
}
.cid-uPO4h6ir49 .copyright {
  text-align: center;
}
.cid-uPO4h6D3u2 {
  border-top: 7px solid #d3a850;
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #149dcc;
}
.cid-uPO4h6D3u2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPO4h6D3u2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPO4nHusWd {
  z-index: 1000;
  width: 100%;
}
.cid-uPO4nHusWd nav.navbar {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-uPO4nHusWd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPO4nHusWd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPO4nHusWd .dropdown-item {
  border-bottom: 1px solid #ffffff;
}
.cid-uPO4nHusWd .dropdown-item:hover,
.cid-uPO4nHusWd .dropdown-item:focus {
  background: #149dcc!important;
  color: white !important;
}
.cid-uPO4nHusWd .dropdown-item:hover span {
  color: white;
}
.cid-uPO4nHusWd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPO4nHusWd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPO4nHusWd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPO4nHusWd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPO4nHusWd .nav-link {
  position: relative;
}
.cid-uPO4nHusWd .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPO4nHusWd .container {
    flex-wrap: wrap;
  }
}
.cid-uPO4nHusWd .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPO4nHusWd .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uPO4nHusWd .iconfont-wrapper {
  color: #d3a850 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPO4nHusWd .dropdown-menu,
.cid-uPO4nHusWd .navbar.opened {
  background: #0d5cab !important;
}
.cid-uPO4nHusWd .nav-item:focus,
.cid-uPO4nHusWd .nav-link:focus {
  outline: none;
}
.cid-uPO4nHusWd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPO4nHusWd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPO4nHusWd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPO4nHusWd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPO4nHusWd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPO4nHusWd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPO4nHusWd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(13, 92, 171, 0.9);
}
.cid-uPO4nHusWd .navbar.opened {
  transition: all 0.3s;
}
.cid-uPO4nHusWd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPO4nHusWd .navbar .navbar-logo img {
  width: auto;
}
.cid-uPO4nHusWd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPO4nHusWd .navbar.collapsed {
  justify-content: center;
}
.cid-uPO4nHusWd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPO4nHusWd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPO4nHusWd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uPO4nHusWd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPO4nHusWd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPO4nHusWd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uPO4nHusWd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPO4nHusWd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPO4nHusWd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPO4nHusWd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPO4nHusWd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPO4nHusWd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPO4nHusWd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPO4nHusWd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uPO4nHusWd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPO4nHusWd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPO4nHusWd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPO4nHusWd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPO4nHusWd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPO4nHusWd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uPO4nHusWd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uPO4nHusWd .navbar.navbar-short {
  min-height: 130px;
}
.cid-uPO4nHusWd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uPO4nHusWd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPO4nHusWd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPO4nHusWd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPO4nHusWd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPO4nHusWd .dropdown-item.active,
.cid-uPO4nHusWd .dropdown-item:active {
  background-color: transparent;
}
.cid-uPO4nHusWd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPO4nHusWd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPO4nHusWd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPO4nHusWd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0d5cab;
}
.cid-uPO4nHusWd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPO4nHusWd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPO4nHusWd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPO4nHusWd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPO4nHusWd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPO4nHusWd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPO4nHusWd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPO4nHusWd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPO4nHusWd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPO4nHusWd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPO4nHusWd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPO4nHusWd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPO4nHusWd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPO4nHusWd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPO4nHusWd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uPO4nHusWd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPO4nHusWd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPO4nHusWd .navbar {
    height: 70px;
  }
  .cid-uPO4nHusWd .navbar.opened {
    height: auto;
  }
  .cid-uPO4nHusWd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPO4nHusWd a.text-white:hover {
  color: #149dcc !important;
}
.cid-uPO4nHusWd a.dropdown-item:hover {
  color: #ffffff !important;
}
.cid-uPO4nHusWd .mylogo {
  position: relative;
  top: 2px;
  min-height: 80px;
}
@media (max-width: 520px) {
  .cid-uPO4nHusWd .mylogo {
    min-height: 30px;
  }
}
.cid-uPO4nHPnjE {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/architexture-residential-design-process-banner.jpg");
}
.cid-uPO4nHPnjE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPO4nHPnjE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPO4nHPnjE .mbr-section-title {
  color: #FFFFFF;
}
.cid-uPO4nHPnjE .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
}
.cid-uPO4nHPnjE .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-uPO4nHPnjE .mbr-section-btn {
  margin-top: 18px;
}
.cid-uPO4nHPnjE .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-uPO4nHPnjE .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-uPO4nHPnjE .spacr {
  margin-top: 120px;
}
.cid-uPO4nHPnjE h1 {
  font-size: 2.7rem;
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-uPO4nHPnjE h2 {
  text-shadow: 2px 2px 2px #000000;
}
.cid-uPO4nHPnjE p {
  font-size: 1.3rem;
}
.cid-uPO4nHPnjE hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
  width: 90%;
}
@media (max-width: 520px) {
  .cid-uPO4nHPnjE {
    padding-top: 5px;
  }
  .cid-uPO4nHPnjE h1 {
    font-size: 40px !important;
    line-height: 2.5rem;
  }
  .cid-uPO4nHPnjE h2 {
    font-size: 22px !important;
    line-height: 2rem;
  }
  .cid-uPO4nHPnjE p {
    font-size: 20px !important;
  }
  .cid-uPO4nHPnjE hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
    width: 100%;
  }
}
.cid-uQsY3VWcoB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #192227;
}
.cid-uQsY3VWcoB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQsY3VWcoB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQsY3VWcoB .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uQsY3VWcoB .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uQsY3VWcoB .container {
    padding: 0 16px;
  }
}
.cid-uQsY3VWcoB .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uQsY3VWcoB .row {
    margin: 0 10px;
  }
}
.cid-uQsY3VWcoB .row .card {
  padding: 0;
}
.cid-uQsY3VWcoB .row .card:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .cid-uQsY3VWcoB .row .card:first-child {
    padding: 0;
  }
}
.cid-uQsY3VWcoB .content-wrapper {
  background-color: #fdfcfc;
  border-radius: 20px;
  height: 100%;
  border: 1px solid #fdfcfc;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uQsY3VWcoB .content-wrapper {
    margin-bottom: 20px;
    height: auto;
  }
}
.cid-uQsY3VWcoB .content-wrapper .title-wrapper {
  padding: 30px 30px 0;
}
@media (max-width: 992px) {
  .cid-uQsY3VWcoB .content-wrapper .title-wrapper {
    padding: 20px 10px 0;
  }
}
.cid-uQsY3VWcoB .content-wrapper .title-wrapper .icon-wrapper {
  margin-bottom: 25px;
}
.cid-uQsY3VWcoB .content-wrapper .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f9a600;
  background-color: #192227;
  border-radius: 50%;
}
.cid-uQsY3VWcoB .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQsY3VWcoB .content-wrapper .nav.nav-tabs {
  display: block;
  border: none;
  padding-top: 30px;
}
@media (max-width: 992px) {
  .cid-uQsY3VWcoB .content-wrapper .nav.nav-tabs {
    padding-top: 20px;
  }
}
.cid-uQsY3VWcoB .content-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border-top: 1px solid #0d5cab;
}
.cid-uQsY3VWcoB .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  border: none;
  color: #192227;
  border-radius: 0 !important;
  padding: 30px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uQsY3VWcoB .content-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 20px 10px;
  }
}
.cid-uQsY3VWcoB .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #192227;
  color: #fdfcfc;
}
.cid-uQsY3VWcoB .tab-content {
  background-color: #192227;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  border: 1px solid #fdfcfc;
}
.cid-uQsY3VWcoB .tab-content .tab-pane .content-wrap .image-wrapper img {
  height: 630px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uQsY3VWcoB .tab-content .tab-pane .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uQsY3VWcoB .tab-content .tab-pane .content-wrap .mbr-text {
  padding: 30px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQsY3VWcoB .tab-content .tab-pane .content-wrap .mbr-text {
    padding: 20px 10px;
  }
}
.cid-uQsY3VWcoB .mbr-text {
  color: #fdfcfc;
}
.cid-uQsY3VWcoB .nav-link {
  font-size: 1.3rem;
}
.cid-uQsY3VWcoB h2 {
  font-size: 2rem;
}
.cid-uQsY3VWcoB h3 {
  font-size: 1.5rem;
  color: #0d5cab;
}
.cid-uPO4nIlVuO {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  background-image: linear-gradient(#f7f7f7 50%, #ffffff);
}
.cid-uPO4nIlVuO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPO4nIlVuO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPO4nIlVuO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uPO4nIlVuO .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uPO4nIlVuO .embla__slide .slide-content {
  width: 100%;
}
.cid-uPO4nIlVuO .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPO4nIlVuO .embla__slide .slide-content .item-wrapper .item-content .item-text {
    margin-bottom: 20px;
  }
}
.cid-uPO4nIlVuO .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .item-name {
  display: inline-flex;
  margin-bottom: 10px;
  padding-bottom: 2px;
  border-bottom: 1px solid #0d5cab;
}
.cid-uPO4nIlVuO .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uPO4nIlVuO .embla__button--next,
.cid-uPO4nIlVuO .embla__button--prev {
  display: flex;
}
.cid-uPO4nIlVuO .embla__button {
  top: 50px;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #a6a99c !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uPO4nIlVuO .embla__button {
    top: 0;
  }
}
.cid-uPO4nIlVuO .embla__button:hover {
  background-color: #ab700e !important;
  color: #000000 !important;
}
.cid-uPO4nIlVuO .embla__button.embla__button--prev {
  left: 0;
}
.cid-uPO4nIlVuO .embla__button.embla__button--next {
  right: 0;
}
.cid-uPO4nIlVuO .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPO4nIlVuO .embla {
    padding-top: 6rem;
  }
}
.cid-uPO4nIlVuO .embla__viewport {
  overflow: hidden;
  width: 70%;
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .cid-uPO4nIlVuO .embla__viewport {
    width: 100%;
  }
}
.cid-uPO4nIlVuO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPO4nIlVuO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPO4nIlVuO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPO4nIlVuO .item-text {
  color: #000000;
  text-align: center;
  font-size: 1.4rem;
}
.cid-uPO4nIlVuO .item-name,
.cid-uPO4nIlVuO .name-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uPO4nIlVuO .item-role {
  color: #8a8a8a;
  text-align: center;
}
.cid-uPO4nIVwNz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-top: 7px solid #4da6ff;
  background-color: #2a2a4a;
}
.cid-uPO4nIVwNz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPO4nIVwNz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPO4nIVwNz .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPO4nIVwNz .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uPO4nIVwNz .row {
    text-align: center;
  }
  .cid-uPO4nIVwNz .row > div {
    margin: auto;
  }
  .cid-uPO4nIVwNz .social-row {
    justify-content: center;
  }
}
.cid-uPO4nIVwNz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uPO4nIVwNz .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uPO4nIVwNz .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uPO4nIVwNz .list {
    margin-bottom: 0rem;
  }
}
.cid-uPO4nIVwNz .mbr-text {
  color: #bbbbbb;
}
.cid-uPO4nIVwNz .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uPO4nIVwNz .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uPO4nIVwNz div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uPO4nIVwNz H5 {
  color: #4da6ff;
}
.cid-uPO4nIVwNz hr {
  margin: 1rem 0;
  color: #d3a850;
  opacity: .80;
}
.cid-uPO4nIVwNz a.text-primary:hover {
  color: #d3a850 !important;
}
.cid-uPO4nIVwNz .copyright {
  text-align: center;
}
.cid-uPO4nJgTIS {
  border-top: 7px solid #d3a850;
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #149dcc;
}
.cid-uPO4nJgTIS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPO4nJgTIS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPO4wxus2t {
  z-index: 1000;
  width: 100%;
}
.cid-uPO4wxus2t nav.navbar {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-uPO4wxus2t .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPO4wxus2t .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPO4wxus2t .dropdown-item {
  border-bottom: 1px solid #ffffff;
}
.cid-uPO4wxus2t .dropdown-item:hover,
.cid-uPO4wxus2t .dropdown-item:focus {
  background: #149dcc!important;
  color: white !important;
}
.cid-uPO4wxus2t .dropdown-item:hover span {
  color: white;
}
.cid-uPO4wxus2t .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPO4wxus2t .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPO4wxus2t .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPO4wxus2t .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPO4wxus2t .nav-link {
  position: relative;
}
.cid-uPO4wxus2t .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPO4wxus2t .container {
    flex-wrap: wrap;
  }
}
.cid-uPO4wxus2t .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPO4wxus2t .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uPO4wxus2t .iconfont-wrapper {
  color: #d3a850 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPO4wxus2t .dropdown-menu,
.cid-uPO4wxus2t .navbar.opened {
  background: #0d5cab !important;
}
.cid-uPO4wxus2t .nav-item:focus,
.cid-uPO4wxus2t .nav-link:focus {
  outline: none;
}
.cid-uPO4wxus2t .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPO4wxus2t .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPO4wxus2t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPO4wxus2t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPO4wxus2t .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPO4wxus2t .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPO4wxus2t .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(13, 92, 171, 0.9);
}
.cid-uPO4wxus2t .navbar.opened {
  transition: all 0.3s;
}
.cid-uPO4wxus2t .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPO4wxus2t .navbar .navbar-logo img {
  width: auto;
}
.cid-uPO4wxus2t .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPO4wxus2t .navbar.collapsed {
  justify-content: center;
}
.cid-uPO4wxus2t .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPO4wxus2t .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPO4wxus2t .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uPO4wxus2t .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPO4wxus2t .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPO4wxus2t .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uPO4wxus2t .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPO4wxus2t .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPO4wxus2t .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPO4wxus2t .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPO4wxus2t .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPO4wxus2t .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPO4wxus2t .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPO4wxus2t .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uPO4wxus2t .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPO4wxus2t .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPO4wxus2t .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPO4wxus2t .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPO4wxus2t .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPO4wxus2t .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uPO4wxus2t .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uPO4wxus2t .navbar.navbar-short {
  min-height: 130px;
}
.cid-uPO4wxus2t .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uPO4wxus2t .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPO4wxus2t .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPO4wxus2t .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPO4wxus2t .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPO4wxus2t .dropdown-item.active,
.cid-uPO4wxus2t .dropdown-item:active {
  background-color: transparent;
}
.cid-uPO4wxus2t .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPO4wxus2t .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPO4wxus2t .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPO4wxus2t .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0d5cab;
}
.cid-uPO4wxus2t .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPO4wxus2t .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPO4wxus2t ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPO4wxus2t .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPO4wxus2t button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPO4wxus2t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPO4wxus2t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPO4wxus2t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPO4wxus2t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPO4wxus2t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPO4wxus2t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPO4wxus2t nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPO4wxus2t nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPO4wxus2t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPO4wxus2t .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uPO4wxus2t a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPO4wxus2t .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPO4wxus2t .navbar {
    height: 70px;
  }
  .cid-uPO4wxus2t .navbar.opened {
    height: auto;
  }
  .cid-uPO4wxus2t .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPO4wxus2t a.text-white:hover {
  color: #149dcc !important;
}
.cid-uPO4wxus2t a.dropdown-item:hover {
  color: #ffffff !important;
}
.cid-uPO4wxus2t .mylogo {
  position: relative;
  top: 2px;
  min-height: 80px;
}
@media (max-width: 520px) {
  .cid-uPO4wxus2t .mylogo {
    min-height: 30px;
  }
}
.cid-uPO4wxOqMX {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/architexture-residential-design-contact-banner-1.jpg");
}
.cid-uPO4wxOqMX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPO4wxOqMX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPO4wxOqMX .mbr-section-title {
  color: #FFFFFF;
}
.cid-uPO4wxOqMX .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
}
.cid-uPO4wxOqMX .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-uPO4wxOqMX .mbr-section-btn {
  margin-top: 18px;
}
.cid-uPO4wxOqMX .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-uPO4wxOqMX .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-uPO4wxOqMX .spacr {
  margin-top: 120px;
}
.cid-uPO4wxOqMX h1 {
  font-size: 2.7rem;
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-uPO4wxOqMX h2 {
  text-shadow: 2px 2px 2px #000000;
}
.cid-uPO4wxOqMX p {
  font-size: 1.3rem;
}
.cid-uPO4wxOqMX hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
  width: 90%;
}
@media (max-width: 520px) {
  .cid-uPO4wxOqMX {
    padding-top: 5px;
  }
  .cid-uPO4wxOqMX h1 {
    font-size: 40px !important;
    line-height: 2.5rem;
  }
  .cid-uPO4wxOqMX h2 {
    font-size: 22px !important;
    line-height: 2rem;
  }
  .cid-uPO4wxOqMX p {
    font-size: 20px !important;
  }
  .cid-uPO4wxOqMX hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
    width: 100%;
  }
}
.cid-uQtiXIwOgp {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #ffffff;
}
.cid-uQtiXIwOgp .btn {
  border: 1px solid #efefef;
}
.cid-uQtiXIwOgp .row {
  align-items: center;
}
.cid-uQtiXIwOgp .mbr-iconfont {
  color: #5b6c8f;
}
@media (max-width: 767px) {
  .cid-uQtiXIwOgp .row {
    text-align: center;
  }
  .cid-uQtiXIwOgp .social-row {
    justify-content: center;
  }
}
.cid-uQtiXIwOgp .list {
  list-style: none;
  padding-left: 0;
  color: #5b6c8f;
}
@media (max-width: 991px) {
  .cid-uQtiXIwOgp .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uQtiXIwOgp .list {
    margin-bottom: 0rem;
  }
}
.cid-uQtiXIwOgp .google-map {
  height: 34rem;
  position: relative;
}
.cid-uQtiXIwOgp .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uQtiXIwOgp .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-uQtiXIwOgp .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uQtiXIwOgp .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uQtiXIwOgp .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uQtiXIwOgp .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0rem;
  height: 2rem;
  width: 2rem;
}
.cid-uQtiXIwOgp .mbr-section-subtitle {
  color: #103178;
}
.cid-uQtiXIwOgp .mbr-text {
  color: #5b6c8f;
}
.cid-uQtiXIwOgp .phone {
  color: #103178;
}
.cid-uQtiXIwOgp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQtiXIwOgp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQz1ddaQSi {
  background-color: #0d5cab;
  background: linear-gradient(90deg, #149dcc, #0d5cab);
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.cid-uQz1ddaQSi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQz1ddaQSi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQz1ddaQSi .mbr-section-title {
  color: #ffffff;
}
.cid-uQz1ddaQSi .mbr-section-subtitle {
  color: #f7f7f7;
  font-size: 1.5rem;
}
.cid-uQz1ddaQSi h3 {
  text-shadow: 2px 2px 2px #000000;
}
.cid-uQz1PKJadh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uQz1PKJadh .showAlerts {
  display: block !important;
}
.cid-uQz1PKJadh .rowflexrev {
  display: -webkit-flex;
}
.cid-uQz1PKJadh .ws-form-alerts {
  margin-top: 1rem;
}
.cid-uQz1PKJadh .title {
  margin-bottom: 2rem;
}
.cid-uQz1PKJadh .mbr-section-subtitle {
  color: #767676;
}
.cid-uQz1PKJadh textarea.form-control {
  min-height: 188px;
}
.cid-uQz1PKJadh LABEL {
  color: #232323;
  display: initial;
}
.cid-uQz1PKJadh .mbr-section-terms {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uQz1PKJadh .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-uQz1PKJadh .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uQz1PKJadh .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uQz1PKJadh .alert {
  margin-bottom: 0;
}
.cid-uQz1PKJadh .alert-success {
  background-color: #70c770;
}
.cid-uQz1PKJadh .alert-danger {
  background-color: #ff4a52;
}
.cid-uQz1PKJadh .btn {
  display: inline-flex;
}
.cid-uQz1PKJadh .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-uQz1PKJadh .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-uQz1PKJadh .uploadBtn {
  padding-top: 13px !important;
  padding-left: 12.5px !important;
}
.cid-uQz1PKJadh input[type=file]::file-selector-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-uQz1PKJadh input[type=file]::-webkit-file-upload-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-uQz1PKJadh input[type=file]::-ms-browse {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-uPO4wyieLi {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  background-image: linear-gradient(#f7f7f7 50%, #ffffff);
}
.cid-uPO4wyieLi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPO4wyieLi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPO4wyieLi .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uPO4wyieLi .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uPO4wyieLi .embla__slide .slide-content {
  width: 100%;
}
.cid-uPO4wyieLi .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPO4wyieLi .embla__slide .slide-content .item-wrapper .item-content .item-text {
    margin-bottom: 20px;
  }
}
.cid-uPO4wyieLi .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .item-name {
  display: inline-flex;
  margin-bottom: 10px;
  padding-bottom: 2px;
  border-bottom: 1px solid #0d5cab;
}
.cid-uPO4wyieLi .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uPO4wyieLi .embla__button--next,
.cid-uPO4wyieLi .embla__button--prev {
  display: flex;
}
.cid-uPO4wyieLi .embla__button {
  top: 50px;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #a6a99c !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uPO4wyieLi .embla__button {
    top: 0;
  }
}
.cid-uPO4wyieLi .embla__button:hover {
  background-color: #ab700e !important;
  color: #000000 !important;
}
.cid-uPO4wyieLi .embla__button.embla__button--prev {
  left: 0;
}
.cid-uPO4wyieLi .embla__button.embla__button--next {
  right: 0;
}
.cid-uPO4wyieLi .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPO4wyieLi .embla {
    padding-top: 6rem;
  }
}
.cid-uPO4wyieLi .embla__viewport {
  overflow: hidden;
  width: 70%;
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .cid-uPO4wyieLi .embla__viewport {
    width: 100%;
  }
}
.cid-uPO4wyieLi .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPO4wyieLi .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPO4wyieLi .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPO4wyieLi .item-text {
  color: #000000;
  text-align: center;
  font-size: 1.4rem;
}
.cid-uPO4wyieLi .item-name,
.cid-uPO4wyieLi .name-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uPO4wyieLi .item-role {
  color: #8a8a8a;
  text-align: center;
}
.cid-uPO4wyR7O6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-top: 7px solid #4da6ff;
  background-color: #2a2a4a;
}
.cid-uPO4wyR7O6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPO4wyR7O6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPO4wyR7O6 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPO4wyR7O6 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uPO4wyR7O6 .row {
    text-align: center;
  }
  .cid-uPO4wyR7O6 .row > div {
    margin: auto;
  }
  .cid-uPO4wyR7O6 .social-row {
    justify-content: center;
  }
}
.cid-uPO4wyR7O6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uPO4wyR7O6 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uPO4wyR7O6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uPO4wyR7O6 .list {
    margin-bottom: 0rem;
  }
}
.cid-uPO4wyR7O6 .mbr-text {
  color: #bbbbbb;
}
.cid-uPO4wyR7O6 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uPO4wyR7O6 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uPO4wyR7O6 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uPO4wyR7O6 H5 {
  color: #4da6ff;
}
.cid-uPO4wyR7O6 hr {
  margin: 1rem 0;
  color: #d3a850;
  opacity: .80;
}
.cid-uPO4wyR7O6 a.text-primary:hover {
  color: #d3a850 !important;
}
.cid-uPO4wyR7O6 .copyright {
  text-align: center;
}
.cid-uPO4wzbY7N {
  border-top: 7px solid #d3a850;
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #149dcc;
}
.cid-uPO4wzbY7N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPO4wzbY7N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPO4AYkKoY {
  z-index: 1000;
  width: 100%;
}
.cid-uPO4AYkKoY nav.navbar {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-uPO4AYkKoY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPO4AYkKoY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPO4AYkKoY .dropdown-item {
  border-bottom: 1px solid #ffffff;
}
.cid-uPO4AYkKoY .dropdown-item:hover,
.cid-uPO4AYkKoY .dropdown-item:focus {
  background: #149dcc!important;
  color: white !important;
}
.cid-uPO4AYkKoY .dropdown-item:hover span {
  color: white;
}
.cid-uPO4AYkKoY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPO4AYkKoY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPO4AYkKoY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPO4AYkKoY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPO4AYkKoY .nav-link {
  position: relative;
}
.cid-uPO4AYkKoY .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPO4AYkKoY .container {
    flex-wrap: wrap;
  }
}
.cid-uPO4AYkKoY .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPO4AYkKoY .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uPO4AYkKoY .iconfont-wrapper {
  color: #d3a850 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPO4AYkKoY .dropdown-menu,
.cid-uPO4AYkKoY .navbar.opened {
  background: #0d5cab !important;
}
.cid-uPO4AYkKoY .nav-item:focus,
.cid-uPO4AYkKoY .nav-link:focus {
  outline: none;
}
.cid-uPO4AYkKoY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPO4AYkKoY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPO4AYkKoY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPO4AYkKoY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPO4AYkKoY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPO4AYkKoY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPO4AYkKoY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(13, 92, 171, 0.9);
}
.cid-uPO4AYkKoY .navbar.opened {
  transition: all 0.3s;
}
.cid-uPO4AYkKoY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPO4AYkKoY .navbar .navbar-logo img {
  width: auto;
}
.cid-uPO4AYkKoY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPO4AYkKoY .navbar.collapsed {
  justify-content: center;
}
.cid-uPO4AYkKoY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPO4AYkKoY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPO4AYkKoY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uPO4AYkKoY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPO4AYkKoY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPO4AYkKoY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uPO4AYkKoY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPO4AYkKoY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPO4AYkKoY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPO4AYkKoY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPO4AYkKoY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPO4AYkKoY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPO4AYkKoY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPO4AYkKoY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uPO4AYkKoY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPO4AYkKoY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPO4AYkKoY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPO4AYkKoY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPO4AYkKoY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPO4AYkKoY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uPO4AYkKoY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uPO4AYkKoY .navbar.navbar-short {
  min-height: 130px;
}
.cid-uPO4AYkKoY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uPO4AYkKoY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPO4AYkKoY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPO4AYkKoY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPO4AYkKoY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPO4AYkKoY .dropdown-item.active,
.cid-uPO4AYkKoY .dropdown-item:active {
  background-color: transparent;
}
.cid-uPO4AYkKoY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPO4AYkKoY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPO4AYkKoY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPO4AYkKoY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0d5cab;
}
.cid-uPO4AYkKoY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPO4AYkKoY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPO4AYkKoY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPO4AYkKoY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPO4AYkKoY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPO4AYkKoY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPO4AYkKoY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPO4AYkKoY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPO4AYkKoY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPO4AYkKoY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPO4AYkKoY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPO4AYkKoY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPO4AYkKoY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPO4AYkKoY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPO4AYkKoY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uPO4AYkKoY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPO4AYkKoY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPO4AYkKoY .navbar {
    height: 70px;
  }
  .cid-uPO4AYkKoY .navbar.opened {
    height: auto;
  }
  .cid-uPO4AYkKoY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPO4AYkKoY a.text-white:hover {
  color: #149dcc !important;
}
.cid-uPO4AYkKoY a.dropdown-item:hover {
  color: #ffffff !important;
}
.cid-uPO4AYkKoY .mylogo {
  position: relative;
  top: 2px;
  min-height: 80px;
}
@media (max-width: 520px) {
  .cid-uPO4AYkKoY .mylogo {
    min-height: 30px;
  }
}
.cid-uPO4AYFRVP {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/architexture-residential-design-privacy-banner.jpg");
}
.cid-uPO4AYFRVP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPO4AYFRVP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPO4AYFRVP .mbr-section-title {
  color: #FFFFFF;
}
.cid-uPO4AYFRVP .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
}
.cid-uPO4AYFRVP .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-uPO4AYFRVP .mbr-section-btn {
  margin-top: 18px;
}
.cid-uPO4AYFRVP .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-uPO4AYFRVP .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-uPO4AYFRVP .spacr {
  margin-top: 120px;
}
.cid-uPO4AYFRVP h1 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-uPO4AYFRVP h2 {
  text-shadow: 2px 2px 2px #000000;
}
.cid-uPO4AYFRVP p {
  font-size: 1.5rem;
}
.cid-uPO4AYFRVP hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
  width: 75%;
}
@media (max-width: 520px) {
  .cid-uPO4AYFRVP {
    padding-top: 5px;
  }
  .cid-uPO4AYFRVP h1 {
    font-size: 40px !important;
    line-height: 2.5rem;
  }
  .cid-uPO4AYFRVP h2 {
    font-size: 22px !important;
    line-height: 2rem;
  }
  .cid-uPO4AYFRVP p {
    font-size: 20px !important;
  }
  .cid-uPO4AYFRVP hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
    width: 100%;
  }
}
.cid-uQzVfZfRIo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uQzVfZfRIo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQzVfZfRIo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQzVfZfRIo hr {
  margin: 1rem 0;
  color: #d3a850;
  opacity: .80;
}
.cid-uQzVfZfRIo .mbr-section-subtitle {
  text-align: left;
}
.cid-uQzVfZfRIo h4 {
  font-size: 1.4rem;
}
.cid-uPO4AZarhE {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  background-image: linear-gradient(#f7f7f7 50%, #ffffff);
}
.cid-uPO4AZarhE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPO4AZarhE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPO4AZarhE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uPO4AZarhE .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uPO4AZarhE .embla__slide .slide-content {
  width: 100%;
}
.cid-uPO4AZarhE .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPO4AZarhE .embla__slide .slide-content .item-wrapper .item-content .item-text {
    margin-bottom: 20px;
  }
}
.cid-uPO4AZarhE .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .item-name {
  display: inline-flex;
  margin-bottom: 10px;
  padding-bottom: 2px;
  border-bottom: 1px solid #0d5cab;
}
.cid-uPO4AZarhE .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uPO4AZarhE .embla__button--next,
.cid-uPO4AZarhE .embla__button--prev {
  display: flex;
}
.cid-uPO4AZarhE .embla__button {
  top: 50px;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #a6a99c !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uPO4AZarhE .embla__button {
    top: 0;
  }
}
.cid-uPO4AZarhE .embla__button:hover {
  background-color: #ab700e !important;
  color: #000000 !important;
}
.cid-uPO4AZarhE .embla__button.embla__button--prev {
  left: 0;
}
.cid-uPO4AZarhE .embla__button.embla__button--next {
  right: 0;
}
.cid-uPO4AZarhE .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPO4AZarhE .embla {
    padding-top: 6rem;
  }
}
.cid-uPO4AZarhE .embla__viewport {
  overflow: hidden;
  width: 70%;
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .cid-uPO4AZarhE .embla__viewport {
    width: 100%;
  }
}
.cid-uPO4AZarhE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPO4AZarhE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPO4AZarhE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPO4AZarhE .item-text {
  color: #000000;
  text-align: center;
  font-size: 1.4rem;
}
.cid-uPO4AZarhE .item-name,
.cid-uPO4AZarhE .name-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uPO4AZarhE .item-role {
  color: #8a8a8a;
  text-align: center;
}
.cid-uPO4AZKu67 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-top: 7px solid #4da6ff;
  background-color: #2a2a4a;
}
.cid-uPO4AZKu67 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPO4AZKu67 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPO4AZKu67 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPO4AZKu67 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uPO4AZKu67 .row {
    text-align: center;
  }
  .cid-uPO4AZKu67 .row > div {
    margin: auto;
  }
  .cid-uPO4AZKu67 .social-row {
    justify-content: center;
  }
}
.cid-uPO4AZKu67 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uPO4AZKu67 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uPO4AZKu67 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uPO4AZKu67 .list {
    margin-bottom: 0rem;
  }
}
.cid-uPO4AZKu67 .mbr-text {
  color: #bbbbbb;
}
.cid-uPO4AZKu67 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uPO4AZKu67 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uPO4AZKu67 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uPO4AZKu67 H5 {
  color: #4da6ff;
}
.cid-uPO4AZKu67 hr {
  margin: 1rem 0;
  color: #d3a850;
  opacity: .80;
}
.cid-uPO4AZKu67 a.text-primary:hover {
  color: #d3a850 !important;
}
.cid-uPO4AZKu67 .copyright {
  text-align: center;
}
.cid-uPO4B03cIi {
  border-top: 7px solid #d3a850;
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #149dcc;
}
.cid-uPO4B03cIi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPO4B03cIi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPO4XLmAaE {
  z-index: 1000;
  width: 100%;
}
.cid-uPO4XLmAaE nav.navbar {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-uPO4XLmAaE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPO4XLmAaE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPO4XLmAaE .dropdown-item {
  border-bottom: 1px solid #ffffff;
}
.cid-uPO4XLmAaE .dropdown-item:hover,
.cid-uPO4XLmAaE .dropdown-item:focus {
  background: #149dcc!important;
  color: white !important;
}
.cid-uPO4XLmAaE .dropdown-item:hover span {
  color: white;
}
.cid-uPO4XLmAaE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPO4XLmAaE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPO4XLmAaE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPO4XLmAaE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPO4XLmAaE .nav-link {
  position: relative;
}
.cid-uPO4XLmAaE .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPO4XLmAaE .container {
    flex-wrap: wrap;
  }
}
.cid-uPO4XLmAaE .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPO4XLmAaE .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uPO4XLmAaE .iconfont-wrapper {
  color: #d3a850 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPO4XLmAaE .dropdown-menu,
.cid-uPO4XLmAaE .navbar.opened {
  background: #0d5cab !important;
}
.cid-uPO4XLmAaE .nav-item:focus,
.cid-uPO4XLmAaE .nav-link:focus {
  outline: none;
}
.cid-uPO4XLmAaE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPO4XLmAaE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPO4XLmAaE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPO4XLmAaE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPO4XLmAaE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPO4XLmAaE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPO4XLmAaE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(13, 92, 171, 0.9);
}
.cid-uPO4XLmAaE .navbar.opened {
  transition: all 0.3s;
}
.cid-uPO4XLmAaE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPO4XLmAaE .navbar .navbar-logo img {
  width: auto;
}
.cid-uPO4XLmAaE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPO4XLmAaE .navbar.collapsed {
  justify-content: center;
}
.cid-uPO4XLmAaE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPO4XLmAaE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPO4XLmAaE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uPO4XLmAaE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPO4XLmAaE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPO4XLmAaE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uPO4XLmAaE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPO4XLmAaE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPO4XLmAaE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPO4XLmAaE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPO4XLmAaE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPO4XLmAaE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPO4XLmAaE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPO4XLmAaE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uPO4XLmAaE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPO4XLmAaE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPO4XLmAaE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPO4XLmAaE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPO4XLmAaE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPO4XLmAaE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uPO4XLmAaE .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uPO4XLmAaE .navbar.navbar-short {
  min-height: 130px;
}
.cid-uPO4XLmAaE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uPO4XLmAaE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPO4XLmAaE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPO4XLmAaE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPO4XLmAaE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPO4XLmAaE .dropdown-item.active,
.cid-uPO4XLmAaE .dropdown-item:active {
  background-color: transparent;
}
.cid-uPO4XLmAaE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPO4XLmAaE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPO4XLmAaE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPO4XLmAaE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0d5cab;
}
.cid-uPO4XLmAaE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPO4XLmAaE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPO4XLmAaE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPO4XLmAaE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPO4XLmAaE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPO4XLmAaE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPO4XLmAaE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPO4XLmAaE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPO4XLmAaE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPO4XLmAaE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPO4XLmAaE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPO4XLmAaE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPO4XLmAaE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPO4XLmAaE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPO4XLmAaE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uPO4XLmAaE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPO4XLmAaE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPO4XLmAaE .navbar {
    height: 70px;
  }
  .cid-uPO4XLmAaE .navbar.opened {
    height: auto;
  }
  .cid-uPO4XLmAaE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPO4XLmAaE a.text-white:hover {
  color: #149dcc !important;
}
.cid-uPO4XLmAaE a.dropdown-item:hover {
  color: #ffffff !important;
}
.cid-uPO4XLmAaE .mylogo {
  position: relative;
  top: 2px;
  min-height: 80px;
}
@media (max-width: 520px) {
  .cid-uPO4XLmAaE .mylogo {
    min-height: 30px;
  }
}
.cid-uPO4XLRrjj {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/architexture-residential-design-success-banner-1.jpg");
}
.cid-uPO4XLRrjj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPO4XLRrjj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPO4XLRrjj .mbr-section-title {
  color: #FFFFFF;
}
.cid-uPO4XLRrjj .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
}
.cid-uPO4XLRrjj .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-uPO4XLRrjj .mbr-section-btn {
  margin-top: 18px;
}
.cid-uPO4XLRrjj .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-uPO4XLRrjj .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-uPO4XLRrjj .spacr {
  margin-top: 120px;
}
.cid-uPO4XLRrjj h1 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-uPO4XLRrjj h2 {
  text-shadow: 2px 2px 2px #000000;
}
.cid-uPO4XLRrjj p {
  font-size: 1.5rem;
}
.cid-uPO4XLRrjj hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
  width: 75%;
}
@media (max-width: 520px) {
  .cid-uPO4XLRrjj {
    padding-top: 5px;
  }
  .cid-uPO4XLRrjj h1 {
    font-size: 40px !important;
    line-height: 2.5rem;
  }
  .cid-uPO4XLRrjj h2 {
    font-size: 22px !important;
    line-height: 2rem;
  }
  .cid-uPO4XLRrjj p {
    font-size: 20px !important;
  }
  .cid-uPO4XLRrjj hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
    width: 100%;
  }
}
.cid-uQzWhMOOX1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uQzWhMOOX1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQzWhMOOX1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQzWhMOOX1 hr {
  margin: 1rem 0;
  color: #d3a850;
  opacity: .80;
}
.cid-uQzWhMOOX1 .mbr-section-subtitle {
  text-align: left;
}
.cid-uQzWhMOOX1 h4 {
  font-size: 1.4rem;
}
.cid-uPO4XNg1x4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-top: 7px solid #4da6ff;
  background-color: #2a2a4a;
}
.cid-uPO4XNg1x4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPO4XNg1x4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPO4XNg1x4 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPO4XNg1x4 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uPO4XNg1x4 .row {
    text-align: center;
  }
  .cid-uPO4XNg1x4 .row > div {
    margin: auto;
  }
  .cid-uPO4XNg1x4 .social-row {
    justify-content: center;
  }
}
.cid-uPO4XNg1x4 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uPO4XNg1x4 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uPO4XNg1x4 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uPO4XNg1x4 .list {
    margin-bottom: 0rem;
  }
}
.cid-uPO4XNg1x4 .mbr-text {
  color: #bbbbbb;
}
.cid-uPO4XNg1x4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uPO4XNg1x4 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uPO4XNg1x4 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uPO4XNg1x4 H5 {
  color: #4da6ff;
}
.cid-uPO4XNg1x4 hr {
  margin: 1rem 0;
  color: #d3a850;
  opacity: .80;
}
.cid-uPO4XNg1x4 a.text-primary:hover {
  color: #d3a850 !important;
}
.cid-uPO4XNg1x4 .copyright {
  text-align: center;
}
.cid-uPO4XNBa0e {
  border-top: 7px solid #d3a850;
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #149dcc;
}
.cid-uPO4XNBa0e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPO4XNBa0e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLbEP7ajx9 {
  z-index: 1000;
  width: 100%;
}
.cid-uLbEP7ajx9 nav.navbar {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-uLbEP7ajx9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLbEP7ajx9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLbEP7ajx9 .dropdown-item {
  border-bottom: 1px solid #ffffff;
}
.cid-uLbEP7ajx9 .dropdown-item:hover,
.cid-uLbEP7ajx9 .dropdown-item:focus {
  background: #149dcc!important;
  color: white !important;
}
.cid-uLbEP7ajx9 .dropdown-item:hover span {
  color: white;
}
.cid-uLbEP7ajx9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLbEP7ajx9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLbEP7ajx9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLbEP7ajx9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLbEP7ajx9 .nav-link {
  position: relative;
}
.cid-uLbEP7ajx9 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLbEP7ajx9 .container {
    flex-wrap: wrap;
  }
}
.cid-uLbEP7ajx9 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLbEP7ajx9 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uLbEP7ajx9 .iconfont-wrapper {
  color: #d3a850 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLbEP7ajx9 .dropdown-menu,
.cid-uLbEP7ajx9 .navbar.opened {
  background: #0d5cab !important;
}
.cid-uLbEP7ajx9 .nav-item:focus,
.cid-uLbEP7ajx9 .nav-link:focus {
  outline: none;
}
.cid-uLbEP7ajx9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLbEP7ajx9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLbEP7ajx9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLbEP7ajx9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLbEP7ajx9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLbEP7ajx9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLbEP7ajx9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(13, 92, 171, 0.9);
}
.cid-uLbEP7ajx9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLbEP7ajx9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLbEP7ajx9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uLbEP7ajx9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLbEP7ajx9 .navbar.collapsed {
  justify-content: center;
}
.cid-uLbEP7ajx9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLbEP7ajx9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLbEP7ajx9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uLbEP7ajx9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLbEP7ajx9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLbEP7ajx9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uLbEP7ajx9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLbEP7ajx9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLbEP7ajx9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLbEP7ajx9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLbEP7ajx9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLbEP7ajx9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLbEP7ajx9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLbEP7ajx9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uLbEP7ajx9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLbEP7ajx9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLbEP7ajx9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLbEP7ajx9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLbEP7ajx9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLbEP7ajx9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uLbEP7ajx9 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uLbEP7ajx9 .navbar.navbar-short {
  min-height: 130px;
}
.cid-uLbEP7ajx9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uLbEP7ajx9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLbEP7ajx9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLbEP7ajx9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLbEP7ajx9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLbEP7ajx9 .dropdown-item.active,
.cid-uLbEP7ajx9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLbEP7ajx9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLbEP7ajx9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLbEP7ajx9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLbEP7ajx9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0d5cab;
}
.cid-uLbEP7ajx9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLbEP7ajx9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLbEP7ajx9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLbEP7ajx9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLbEP7ajx9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLbEP7ajx9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLbEP7ajx9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLbEP7ajx9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLbEP7ajx9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLbEP7ajx9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLbEP7ajx9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLbEP7ajx9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLbEP7ajx9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLbEP7ajx9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLbEP7ajx9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLbEP7ajx9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLbEP7ajx9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLbEP7ajx9 .navbar {
    height: 70px;
  }
  .cid-uLbEP7ajx9 .navbar.opened {
    height: auto;
  }
  .cid-uLbEP7ajx9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLbEP7ajx9 a.text-white:hover {
  color: #149dcc !important;
}
.cid-uLbEP7ajx9 a.dropdown-item:hover {
  color: #ffffff !important;
}
.cid-uLbEP7ajx9 .mylogo {
  position: relative;
  top: 2px;
  min-height: 80px;
}
@media (max-width: 520px) {
  .cid-uLbEP7ajx9 .mylogo {
    min-height: 30px;
  }
}
.cid-uPBN4i2hn1 {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fafafa;
}
.cid-uPBN4i2hn1 .carousel {
  width: 100%;
}
.cid-uPBN4i2hn1 .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-uPBN4i2hn1 .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-uPBN4i2hn1 .carousel-caption {
  bottom: 200px;
}
.cid-uPBN4i2hn1 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uPBN4i2hn1 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uPBN4i2hn1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uPBN4i2hn1 .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uPBN4i2hn1 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uPBN4i2hn1 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uPBN4i2hn1 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uPBN4i2hn1 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uPBN4i2hn1 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPBN4i2hn1 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uPBN4i2hn1 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPBN4i2hn1 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uPBN4i2hn1 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uPBN4i2hn1 .carousel-indicators li.active,
.cid-uPBN4i2hn1 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uPBN4i2hn1 .carousel-indicators li::after,
.cid-uPBN4i2hn1 .carousel-indicators li::before {
  content: none;
}
.cid-uPBN4i2hn1 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uPBN4i2hn1 .carousel-indicators {
    display: none !important;
  }
}
.cid-uPBN4i2hn1 hr {
  margin: .5rem 0;
  color: #ffa600;
  opacity: .80;
  width: 90%;
}
.cid-uPBN4i2hn1 h1 {
  font-size: 3.5rem !important;
  text-shadow: 2px 2px 2px #000000;
  font-weight: 400;
  font-family: montserrat;
}
.cid-uPBN4i2hn1 h2 {
  font-size: 2rem;
  text-shadow: 2px 2px 2px #000000;
  font-family: montserrat;
}
.cid-uPBN4i2hn1 h5 {
  font-size: 2.7rem !important;
  font-weight: 400;
  text-shadow: 2px 2px 2px #000000;
  font-family: montserrat;
}
.cid-uPBN4i2hn1 p {
  font-size: 1.4rem !important;
  text-shadow: 2px 2px 2px #000000;
}
.cid-uPBN4i2hn1 i,
.cid-uPBN4i2hn1 em {
  color: #ffa600;
}
.cid-uPBN4i2hn1 .btn-danger,
.cid-uPBN4i2hn1 .btn-info {
  font-size: 1.2rem !important;
}
@media (max-width: 520px) {
  .cid-uPBN4i2hn1 .carousel-caption {
    bottom: 0px;
  }
  .cid-uPBN4i2hn1 hr {
    margin: .3rem 0;
    color: #ffa600;
    opacity: .80;
    width: 100%;
  }
  .cid-uPBN4i2hn1 h1 {
    font-size: 45px !important;
    line-height: 2.8rem;
  }
  .cid-uPBN4i2hn1 h5 {
    font-size: 40px !important;
    line-height: 2.3rem;
  }
  .cid-uPBN4i2hn1 h2 {
    font-size: 25px !important;
    line-height: 1.5rem;
  }
  .cid-uPBN4i2hn1 p {
    font-size: 16px !important;
  }
}
.cid-uPCkweEDKx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPCkweEDKx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPCkweEDKx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPCkweEDKx .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uPCkweEDKx .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
.cid-uPCkweEDKx .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uPCkweEDKx .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-uPCkweEDKx .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPCkweEDKx .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uPCkweEDKx .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uPCkweEDKx .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uPCkweEDKx .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uPCkweEDKx .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-uPCkweEDKx .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-uPCkweEDKx .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #000000;
}
.cid-uPCkweEDKx .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-uPCkweEDKx .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-uPCkweEDKx .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uPCkweEDKx .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-uPCkweEDKx .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uPCkweEDKx .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-uPCkweEDKx .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uPCkweEDKx .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e1b330;
}
.cid-uPCkweEDKx .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uPCkweEDKx .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPCkweEDKx .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-uPCkweEDKx .content-wrapper .items-wrapper .item {
  padding: 35px 0;
  border-top: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uPCkweEDKx .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-uPCkweEDKx .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-uPCkweEDKx .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uPCkweEDKx .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uPCkweEDKx .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uPCkweEDKx .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uPCkweEDKx .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #000000;
  background-color: #e1b330;
  border-radius: 100%;
}
.cid-uPCkweEDKx .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPCkweEDKx .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uPCkweEDKx .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPCkweEDKx .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uPCkweEDKx .mbr-label,
.cid-uPCkweEDKx .label-wrapper {
  color: #000000;
}
.cid-uPCkweEDKx .mbr-section-title {
  color: #000000;
}
.cid-uPCkweEDKx .mbr-text {
  color: #8a8a8a;
}
.cid-uPCkweEDKx .card-title {
  color: #000000;
}
.cid-uPCkweEDKx .card-text {
  color: #8a8a8a;
}
.cid-uPCkweEDKx .item-number {
  color: #0d5cab;
  text-align: center;
}
.cid-uPCkweEDKx .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPCkweEDKx .item-star,
.cid-uPCkweEDKx .rating-wrapper {
  color: #e1b330;
  text-align: center;
}
.cid-uPCkweEDKx .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uPDlMOxkDE {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #2a2a4a;
}
.cid-uPDlMOxkDE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPDlMOxkDE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPDlMOxkDE h3 {
  font-size: 3rem;
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
  letter-spacing: 15px;
}
.cid-uPDlMOxkDE .mbr-section-subtitle {
  color: #d3a850;
}
.cid-uPDlMOxkDE hr {
  margin: .5rem 0;
  color: #ffa600;
  opacity: .80;
  width: 50%;
}
.cid-uPDndiJpAj {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #2a2a4a;
}
.cid-uPDndiJpAj .mbr-text,
.cid-uPDndiJpAj blockquote {
  color: #767676;
}
.cid-uPDndiJpAj .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-uPDndiJpAj .mbr-text B {
  color: #efefef;
}
.cid-uPDndiJpAj .custom-shape-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.cid-uPDndiJpAj .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-uPDndiJpAj .custom-shape-divider .shape-fill {
  fill: #ffffff;
}
.cid-uPDnQdNWEp {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPDnQdNWEp .mbr-overlay {
  z-index: 1;
}
.cid-uPDnQdNWEp .main-container-text {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto 5rem;
  flex-shrink: 1;
}
@media (max-width: 767px) {
  .cid-uPDnQdNWEp .main-container-text {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 991px) {
  .cid-uPDnQdNWEp .main-container-text {
    padding: 0 0.75rem;
  }
}
.cid-uPDnQdNWEp .label-text {
  color: #111111;
  width: 100%;
}
.cid-uPDnQdNWEp .item-title {
  width: 100%;
  color: #111111;
  z-index: 2;
}
.cid-uPDnQdNWEp .item-title span {
  position: relative;
  z-index: 2;
}
.cid-uPDnQdNWEp .item-title span:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #0d5cab;
  z-index: 1;
}
.cid-uPDnQdNWEp .main-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.cid-uPDnQdNWEp .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-uPDnQdNWEp .card,
.cid-uPDnQdNWEp .cards-container,
.cid-uPDnQdNWEp .card-container {
  padding: 5px;
}
.cid-uPDnQdNWEp .item-img,
.cid-uPDnQdNWEp img {
  width: 100%;
  height: 100%;
  objec-fit: cover;
  padding: 0;
}
.cid-uPDnQdNWEp .card-container {
  display: flex;
}
.cid-uPDnQdNWEp .card-container .card {
  border-radius: 0;
}
.cid-uPDnQdNWEp .card-container .card .item-img {
  height: 100%;
}
.cid-uPDnQdNWEp .card-container .card .item-img img {
  height: 100%;
}
.cid-uPDnQdNWEp .cards-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-uPDnQdNWEp .cards-container .card {
  border-radius: 0;
}
.cid-uPDnQdNWEp .cards-container .card .item-img {
  display: flex;
}
.cid-uPDsZN5AoX {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  background-image: linear-gradient(#f7f7f7 50%, #ffffff);
}
.cid-uPDsZN5AoX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPDsZN5AoX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPDsZN5AoX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uPDsZN5AoX .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uPDsZN5AoX .embla__slide .slide-content {
  width: 100%;
}
.cid-uPDsZN5AoX .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPDsZN5AoX .embla__slide .slide-content .item-wrapper .item-content .item-text {
    margin-bottom: 20px;
  }
}
.cid-uPDsZN5AoX .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .item-name {
  display: inline-flex;
  margin-bottom: 10px;
  padding-bottom: 2px;
  border-bottom: 1px solid #0d5cab;
}
.cid-uPDsZN5AoX .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uPDsZN5AoX .embla__button--next,
.cid-uPDsZN5AoX .embla__button--prev {
  display: flex;
}
.cid-uPDsZN5AoX .embla__button {
  top: 50px;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #a6a99c !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uPDsZN5AoX .embla__button {
    top: 0;
  }
}
.cid-uPDsZN5AoX .embla__button:hover {
  background-color: #ab700e !important;
  color: #000000 !important;
}
.cid-uPDsZN5AoX .embla__button.embla__button--prev {
  left: 0;
}
.cid-uPDsZN5AoX .embla__button.embla__button--next {
  right: 0;
}
.cid-uPDsZN5AoX .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPDsZN5AoX .embla {
    padding-top: 6rem;
  }
}
.cid-uPDsZN5AoX .embla__viewport {
  overflow: hidden;
  width: 70%;
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .cid-uPDsZN5AoX .embla__viewport {
    width: 100%;
  }
}
.cid-uPDsZN5AoX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPDsZN5AoX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPDsZN5AoX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPDsZN5AoX .item-text {
  color: #000000;
  text-align: center;
  font-size: 1.4rem;
}
.cid-uPDsZN5AoX .item-name,
.cid-uPDsZN5AoX .name-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uPDsZN5AoX .item-role {
  color: #8a8a8a;
  text-align: center;
}
.cid-uPDKUMKXXr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-top: 7px solid #4da6ff;
  background-color: #2a2a4a;
}
.cid-uPDKUMKXXr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPDKUMKXXr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPDKUMKXXr .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPDKUMKXXr .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uPDKUMKXXr .row {
    text-align: center;
  }
  .cid-uPDKUMKXXr .row > div {
    margin: auto;
  }
  .cid-uPDKUMKXXr .social-row {
    justify-content: center;
  }
}
.cid-uPDKUMKXXr .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uPDKUMKXXr .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uPDKUMKXXr .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uPDKUMKXXr .list {
    margin-bottom: 0rem;
  }
}
.cid-uPDKUMKXXr .mbr-text {
  color: #bbbbbb;
}
.cid-uPDKUMKXXr .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uPDKUMKXXr .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uPDKUMKXXr div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uPDKUMKXXr H5 {
  color: #4da6ff;
}
.cid-uPDKUMKXXr hr {
  margin: 1rem 0;
  color: #d3a850;
  opacity: .80;
}
.cid-uPDKUMKXXr a.text-primary:hover {
  color: #d3a850 !important;
}
.cid-uPDKUMKXXr .copyright {
  text-align: center;
}
.cid-uPDN7FT4II {
  border-top: 7px solid #d3a850;
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #149dcc;
}
.cid-uPDN7FT4II .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPDN7FT4II .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPO2VMjehN {
  z-index: 1000;
  width: 100%;
}
.cid-uPO2VMjehN nav.navbar {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-uPO2VMjehN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPO2VMjehN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPO2VMjehN .dropdown-item {
  border-bottom: 1px solid #ffffff;
}
.cid-uPO2VMjehN .dropdown-item:hover,
.cid-uPO2VMjehN .dropdown-item:focus {
  background: #149dcc!important;
  color: white !important;
}
.cid-uPO2VMjehN .dropdown-item:hover span {
  color: white;
}
.cid-uPO2VMjehN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPO2VMjehN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPO2VMjehN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPO2VMjehN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPO2VMjehN .nav-link {
  position: relative;
}
.cid-uPO2VMjehN .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPO2VMjehN .container {
    flex-wrap: wrap;
  }
}
.cid-uPO2VMjehN .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPO2VMjehN .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uPO2VMjehN .iconfont-wrapper {
  color: #d3a850 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPO2VMjehN .dropdown-menu,
.cid-uPO2VMjehN .navbar.opened {
  background: #0d5cab !important;
}
.cid-uPO2VMjehN .nav-item:focus,
.cid-uPO2VMjehN .nav-link:focus {
  outline: none;
}
.cid-uPO2VMjehN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPO2VMjehN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPO2VMjehN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPO2VMjehN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPO2VMjehN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPO2VMjehN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPO2VMjehN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(13, 92, 171, 0.9);
}
.cid-uPO2VMjehN .navbar.opened {
  transition: all 0.3s;
}
.cid-uPO2VMjehN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPO2VMjehN .navbar .navbar-logo img {
  width: auto;
}
.cid-uPO2VMjehN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPO2VMjehN .navbar.collapsed {
  justify-content: center;
}
.cid-uPO2VMjehN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPO2VMjehN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPO2VMjehN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uPO2VMjehN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPO2VMjehN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPO2VMjehN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uPO2VMjehN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPO2VMjehN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPO2VMjehN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPO2VMjehN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPO2VMjehN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPO2VMjehN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPO2VMjehN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPO2VMjehN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uPO2VMjehN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPO2VMjehN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPO2VMjehN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPO2VMjehN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPO2VMjehN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPO2VMjehN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uPO2VMjehN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uPO2VMjehN .navbar.navbar-short {
  min-height: 130px;
}
.cid-uPO2VMjehN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uPO2VMjehN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPO2VMjehN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPO2VMjehN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPO2VMjehN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPO2VMjehN .dropdown-item.active,
.cid-uPO2VMjehN .dropdown-item:active {
  background-color: transparent;
}
.cid-uPO2VMjehN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPO2VMjehN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPO2VMjehN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPO2VMjehN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0d5cab;
}
.cid-uPO2VMjehN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPO2VMjehN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPO2VMjehN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPO2VMjehN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPO2VMjehN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPO2VMjehN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPO2VMjehN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPO2VMjehN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPO2VMjehN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPO2VMjehN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPO2VMjehN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPO2VMjehN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPO2VMjehN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPO2VMjehN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPO2VMjehN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uPO2VMjehN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPO2VMjehN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPO2VMjehN .navbar {
    height: 70px;
  }
  .cid-uPO2VMjehN .navbar.opened {
    height: auto;
  }
  .cid-uPO2VMjehN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPO2VMjehN a.text-white:hover {
  color: #149dcc !important;
}
.cid-uPO2VMjehN a.dropdown-item:hover {
  color: #ffffff !important;
}
.cid-uPO2VMjehN .mylogo {
  position: relative;
  top: 2px;
  min-height: 80px;
}
@media (max-width: 520px) {
  .cid-uPO2VMjehN .mylogo {
    min-height: 30px;
  }
}
.cid-uPO2VMIuIu {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/architexture-residential-design-philosophy-banner.jpg");
}
.cid-uPO2VMIuIu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPO2VMIuIu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPO2VMIuIu .mbr-section-title {
  color: #FFFFFF;
}
.cid-uPO2VMIuIu .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
}
.cid-uPO2VMIuIu .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-uPO2VMIuIu .mbr-section-btn {
  margin-top: 18px;
}
.cid-uPO2VMIuIu .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-uPO2VMIuIu .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-uPO2VMIuIu .spacr {
  margin-top: 120px;
}
.cid-uPO2VMIuIu h1 {
  font-size: 2.7rem;
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-uPO2VMIuIu h2 {
  text-shadow: 2px 2px 2px #000000;
}
.cid-uPO2VMIuIu p {
  font-size: 1.3rem;
}
.cid-uPO2VMIuIu hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
  width: 90%;
}
@media (max-width: 520px) {
  .cid-uPO2VMIuIu {
    padding-top: 5px;
  }
  .cid-uPO2VMIuIu h1 {
    font-size: 40px !important;
    line-height: 2.5rem;
  }
  .cid-uPO2VMIuIu h2 {
    font-size: 22px !important;
    line-height: 2rem;
  }
  .cid-uPO2VMIuIu p {
    font-size: 20px !important;
  }
  .cid-uPO2VMIuIu hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
    width: 100%;
  }
}
.cid-uPO2VN2DJX {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-uPO2VN2DJX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPO2VN2DJX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPO2VN2DJX .row {
  align-items: center;
}
.cid-uPO2VN2DJX hr {
  margin: 1rem 0;
  color: #0d5cab
  opacity: .80;
}
.cid-uPO2VN2DJX h3 {
  color: #149dcc;
  font-size: 1.8rem;
}
.cid-uPO2VN2DJX span {
  color: #000000;
  font-size: 1.3rem;
  font-weight: 600;
}
.cid-uPO2VN2DJX span.blue {
  color: #149dcc;
  font-size: 1.6rem;
  font-weight: 600;
}
.cid-uPO2VN2DJX b,
.cid-uPO2VN2DJX strong {
  font-size: 2rem;
}
.cid-uPO2VN2DJX p,
.cid-uPO2VN2DJX ul,
.cid-uPO2VN2DJX li {
  font-size: 1.2rem;
}
.cid-uPO2VN2DJX .image-wrapper {
  align-self: flex-start !important;
}
.cid-uPO2VNlHBX {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  background-image: linear-gradient(#f7f7f7 50%, #ffffff);
}
.cid-uPO2VNlHBX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPO2VNlHBX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPO2VNlHBX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uPO2VNlHBX .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uPO2VNlHBX .embla__slide .slide-content {
  width: 100%;
}
.cid-uPO2VNlHBX .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPO2VNlHBX .embla__slide .slide-content .item-wrapper .item-content .item-text {
    margin-bottom: 20px;
  }
}
.cid-uPO2VNlHBX .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .item-name {
  display: inline-flex;
  margin-bottom: 10px;
  padding-bottom: 2px;
  border-bottom: 1px solid #0d5cab;
}
.cid-uPO2VNlHBX .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uPO2VNlHBX .embla__button--next,
.cid-uPO2VNlHBX .embla__button--prev {
  display: flex;
}
.cid-uPO2VNlHBX .embla__button {
  top: 50px;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #a6a99c !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uPO2VNlHBX .embla__button {
    top: 0;
  }
}
.cid-uPO2VNlHBX .embla__button:hover {
  background-color: #ab700e !important;
  color: #000000 !important;
}
.cid-uPO2VNlHBX .embla__button.embla__button--prev {
  left: 0;
}
.cid-uPO2VNlHBX .embla__button.embla__button--next {
  right: 0;
}
.cid-uPO2VNlHBX .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPO2VNlHBX .embla {
    padding-top: 6rem;
  }
}
.cid-uPO2VNlHBX .embla__viewport {
  overflow: hidden;
  width: 70%;
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .cid-uPO2VNlHBX .embla__viewport {
    width: 100%;
  }
}
.cid-uPO2VNlHBX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPO2VNlHBX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPO2VNlHBX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPO2VNlHBX .item-text {
  color: #000000;
  text-align: center;
  font-size: 1.4rem;
}
.cid-uPO2VNlHBX .item-name,
.cid-uPO2VNlHBX .name-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uPO2VNlHBX .item-role {
  color: #8a8a8a;
  text-align: center;
}
.cid-uPO2VO1b7I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-top: 7px solid #4da6ff;
  background-color: #2a2a4a;
}
.cid-uPO2VO1b7I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPO2VO1b7I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPO2VO1b7I .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPO2VO1b7I .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uPO2VO1b7I .row {
    text-align: center;
  }
  .cid-uPO2VO1b7I .row > div {
    margin: auto;
  }
  .cid-uPO2VO1b7I .social-row {
    justify-content: center;
  }
}
.cid-uPO2VO1b7I .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uPO2VO1b7I .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uPO2VO1b7I .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uPO2VO1b7I .list {
    margin-bottom: 0rem;
  }
}
.cid-uPO2VO1b7I .mbr-text {
  color: #bbbbbb;
}
.cid-uPO2VO1b7I .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uPO2VO1b7I .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uPO2VO1b7I div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uPO2VO1b7I H5 {
  color: #4da6ff;
}
.cid-uPO2VO1b7I hr {
  margin: 1rem 0;
  color: #d3a850;
  opacity: .80;
}
.cid-uPO2VO1b7I a.text-primary:hover {
  color: #d3a850 !important;
}
.cid-uPO2VO1b7I .copyright {
  text-align: center;
}
.cid-uPO2VOoMpc {
  border-top: 7px solid #d3a850;
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #149dcc;
}
.cid-uPO2VOoMpc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPO2VOoMpc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
