.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 {
  background-color: #ffa600;
}
body {
  font-family: Source Serif 4;
}
.display-1 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    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: #ffa600 !important;
}
.bg-success {
  background-color: #20ac6b !important;
}
.bg-info {
  background-color: #0aa3c2 !important;
}
.bg-warning {
  background-color: #cc9900 !important;
}
.bg-danger {
  background-color: #ae1e2c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e88670 !important;
  border-color: #e88670 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #efab9c !important;
  border-color: #efab9c !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #efab9c !important;
  border-color: #efab9c !important;
}
.btn-info,
.btn-info:active {
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
}
.btn-success,
.btn-success:active {
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #da2637 !important;
  border-color: #da2637 !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: #ffa600;
  color: #ffa600;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a86e00 !important;
  background-color: transparent !important;
  border-color: #a86e00 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e88670;
  color: #e88670;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #dc4725 !important;
  background-color: transparent !important;
  border-color: #dc4725 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e88670 !important;
  border-color: #e88670 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0aa3c2;
  color: #0aa3c2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #065e70 !important;
  background-color: transparent !important;
  border-color: #065e70 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #20ac6b;
  color: #20ac6b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #12633e !important;
  background-color: transparent !important;
  border-color: #12633e !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #cc9900;
  color: #cc9900;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #755800 !important;
  background-color: transparent !important;
  border-color: #755800 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ae1e2c;
  color: #ae1e2c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #641119 !important;
  background-color: transparent !important;
  border-color: #641119 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !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: #ffa600 !important;
}
.text-secondary {
  color: #e88670 !important;
}
.text-success {
  color: #20ac6b !important;
}
.text-info {
  color: #0aa3c2 !important;
}
.text-warning {
  color: #cc9900 !important;
}
.text-danger {
  color: #ae1e2c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #996400 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d04222 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #105636 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #055161 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #664d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #570f16 !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: #ffa600;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0aa3c2;
}
.alert-warning {
  background-color: #cc9900;
}
.alert-danger {
  background-color: #ae1e2c;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffa600;
  border-color: #ffa600;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffa600;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffedcc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #68e3aa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #55dbf6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe599;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e56773;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #ffa600 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ffa600;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffa600;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffa600;
}
.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: #ffa600;
  border-bottom-color: #ffa600;
}
.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: #000000 !important;
  background-color: #ffa600 !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: #e88670 !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='%23ffa600' %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-uPBzVhYkah {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uPBzVhYkah .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;
}
@media (max-width: 767px) {
  .cid-uPBzVhYkah .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uPBzVhYkah .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPBzVhYkah .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uPBzVhYkah .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPBzVhYkah .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPBzVhYkah .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uPBzVhYkah .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uPBzVhYkah .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uPBzVhYkah .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uPBzVhYkah .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uPBzVhYkah .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uPBzVhYkah .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uPBzVhYkah .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uPBzVhYkah .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uPBzVhYkah .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uPBzVhYkah .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uPBzVhYkah .navbar-logo {
    padding-left: 0;
  }
}
.cid-uPBzVhYkah .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPBzVhYkah .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uPBzVhYkah .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uPBzVhYkah .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uPBzVhYkah .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPBzVhYkah .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uPBzVhYkah .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPBzVhYkah .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.8) !important;
  border-radius: 4px !important;
}
.cid-uPBzVhYkah .nav-item:focus,
.cid-uPBzVhYkah .nav-link:focus {
  outline: none;
}
.cid-uPBzVhYkah .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPBzVhYkah .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPBzVhYkah .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPBzVhYkah .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPBzVhYkah .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPBzVhYkah .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPBzVhYkah .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uPBzVhYkah .navbar.opened {
  transition: all 0.3s;
}
.cid-uPBzVhYkah .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPBzVhYkah .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uPBzVhYkah .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uPBzVhYkah .navbar.collapsed {
  justify-content: center;
}
.cid-uPBzVhYkah .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPBzVhYkah .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPBzVhYkah .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uPBzVhYkah .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPBzVhYkah .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPBzVhYkah .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-uPBzVhYkah .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPBzVhYkah .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPBzVhYkah .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPBzVhYkah .navbar {
    min-height: 72px;
  }
  .cid-uPBzVhYkah .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uPBzVhYkah .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPBzVhYkah .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPBzVhYkah .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPBzVhYkah .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPBzVhYkah .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-uPBzVhYkah .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPBzVhYkah .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uPBzVhYkah .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPBzVhYkah .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPBzVhYkah .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uPBzVhYkah .dropdown-item.active,
.cid-uPBzVhYkah .dropdown-item:active {
  background-color: transparent;
}
.cid-uPBzVhYkah .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPBzVhYkah .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPBzVhYkah .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPBzVhYkah .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uPBzVhYkah .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uPBzVhYkah .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uPBzVhYkah ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPBzVhYkah .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uPBzVhYkah .navbar-buttons {
    text-align: left;
  }
}
.cid-uPBzVhYkah button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPBzVhYkah button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPBzVhYkah button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPBzVhYkah button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPBzVhYkah button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPBzVhYkah button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPBzVhYkah nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPBzVhYkah nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPBzVhYkah nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPBzVhYkah nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPBzVhYkah .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPBzVhYkah a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPBzVhYkah .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPBzVhYkah .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPBzVhYkah .navbar {
    height: 70px;
  }
  .cid-uPBzVhYkah .navbar.opened {
    height: auto;
  }
  .cid-uPBzVhYkah .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPBzVhYkah .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uPBzVhYkah .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uPBzVhYkah .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uPBzVhYkah .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uPBzVhYkah .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uPBzVhYkah .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uPBzVhYkah .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uPBzVhYkah .navbar-brand {
    margin-right: auto;
  }
  .cid-uPBzVhYkah .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.8) !important;
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uPBzVhYkah .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uPBzVhYkah .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uPBzVhYkah .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uPBzVhYkah .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uPBzVhYkah .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uPBzVhYkah .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uPBzVhYkah .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uPBzVhYkah .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uPBzVhYkah .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uPBzVhYkah .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPBzVhZYQ5 {
  display: flex;
  background-image: url("../../../assets/images/construction-fencing-gate-motors-cctv-systems-plumbing-access-automation-6.png");
}
.cid-uPBzVhZYQ5 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uPBzVhZYQ5 {
    align-items: flex-end;
  }
  .cid-uPBzVhZYQ5 .row {
    justify-content: center;
  }
  .cid-uPBzVhZYQ5 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uPBzVhZYQ5 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uPBzVhZYQ5 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uPBzVhZYQ5 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uPBzVhZYQ5 .content-wrap {
    width: 100%;
  }
}
.cid-uPBzVhZYQ5 .mbr-section-title,
.cid-uPBzVhZYQ5 .mbr-section-subtitle {
  text-align: center;
}
.cid-uPBzVhZYQ5 .mbr-text,
.cid-uPBzVhZYQ5 .mbr-section-btn {
  text-align: center;
}
.cid-uPBzVhZYQ5 .mbr-section-title {
  color: #ffffff;
}
.cid-uPBzVi0dRi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uPBzVi0dRi .mbr-text {
  color: #000000;
}
.cid-uPBzVi0dRi .mbr-section-subtitle {
  color: #000000;
}
.cid-uPBzVi0dRi .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uPBzVi0dRi .mbr-text,
.cid-uPBzVi0dRi .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPBzVi0dRi .item-wrapper {
  background: #000000;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPBzVi0dRi .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPBzVi0dRi .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uPBzVi0dRi .mbr-card-title {
  color: #ffa600;
}
.cid-uPBzVi15C7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPBzVi15C7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPBzVi15C7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uPBzVi15C7 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uPBzVi15C7 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uPBzVi15C7 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uPBzVi15C7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uPBzVi15C7 .mbr-section-title {
  color: #ffffff;
}
.cid-uPBzVi15C7 .mbr-text,
.cid-uPBzVi15C7 .mbr-section-btn {
  color: #ffffff;
}
.cid-uPBzVi2k9l {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uPBzVi2k9l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPBzVi2k9l .item-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cid-uPBzVi2k9l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPBzVi2k9l .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uPBzVi2k9l .card-title,
.cid-uPBzVi2k9l .iconfont-wrapper,
.cid-uPBzVi2k9l .card-text {
  color: #000000;
  text-align: center;
}
.cid-uPBzVi2k9l .content-head {
  max-width: 800px;
}
.cid-uPBzVi2k9l .mbr-section-title {
  color: #000000;
}
.cid-uPBzVi2k9l .mbr-section-btn {
  text-align: center;
}
.cid-uPBzVi2k9l .card-title,
.cid-uPBzVi2k9l .iconfont-wrapper {
  color: #ffa600;
}
.cid-uPBzVi2k9l .card-text,
.cid-uPBzVi2k9l .mbr-section-btn {
  color: #ffa600;
}
.cid-uPBzVi2OVW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/construction-fencing-gate-motors-cctv-systems-plumbing-access-automation-28.png");
}
.cid-uPBzVi2OVW .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uPBzVi2OVW form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uPBzVi2OVW form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uPBzVi2OVW form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uPBzVi2OVW .content-head {
  max-width: 800px;
}
.cid-uPBzVi2OVW .mbr-section-title {
  color: #000000;
}
.cid-uPBzVi2sd0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-uPBzVi2sd0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPBzVi2sd0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPBzVi2sd0 .row {
  justify-content: center;
}
.cid-uPBzVi2sd0 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uPBzVi2sd0 .item {
    margin-bottom: 1rem;
  }
}
.cid-uPBzVi2sd0 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #000000;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPBzVi2sd0 .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uPBzVi2sd0 .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uPBzVi2sd0 .content-head {
  max-width: 800px;
}
.cid-uPBzVi2sd0 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uPBzVi2sd0 .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPBzVi2sd0 P {
  color: #ffffff;
  text-align: center;
}
.cid-uPBzVi2W6d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPBzVi2W6d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPBzVi2W6d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPBzVi2W6d .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uPBzVi2W6d .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uPBzVi2W6d .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uPBzVi2W6d .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uPBzVi2W6d .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uPBzVi2W6d [class^="socicon-"]:before,
.cid-uPBzVi2W6d [class*=" socicon-"]:before {
  line-height: 55px;
  padding: 0.6rem;
}
.cid-uPBzVi2W6d .mbr-section-title,
.cid-uPBzVi2W6d .social-list {
  color: #ffa600;
}
.cid-uPBYcl91Zf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uPBYcl91Zf .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;
}
@media (max-width: 767px) {
  .cid-uPBYcl91Zf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uPBYcl91Zf .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPBYcl91Zf .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uPBYcl91Zf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPBYcl91Zf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPBYcl91Zf .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uPBYcl91Zf .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uPBYcl91Zf .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uPBYcl91Zf .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uPBYcl91Zf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uPBYcl91Zf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uPBYcl91Zf .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uPBYcl91Zf .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uPBYcl91Zf .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uPBYcl91Zf .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uPBYcl91Zf .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uPBYcl91Zf .navbar-logo {
    padding-left: 0;
  }
}
.cid-uPBYcl91Zf .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPBYcl91Zf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uPBYcl91Zf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uPBYcl91Zf .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uPBYcl91Zf .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPBYcl91Zf .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uPBYcl91Zf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPBYcl91Zf .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.8) !important;
  border-radius: 4px !important;
}
.cid-uPBYcl91Zf .nav-item:focus,
.cid-uPBYcl91Zf .nav-link:focus {
  outline: none;
}
.cid-uPBYcl91Zf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPBYcl91Zf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPBYcl91Zf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPBYcl91Zf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPBYcl91Zf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPBYcl91Zf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPBYcl91Zf .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uPBYcl91Zf .navbar.opened {
  transition: all 0.3s;
}
.cid-uPBYcl91Zf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPBYcl91Zf .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uPBYcl91Zf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uPBYcl91Zf .navbar.collapsed {
  justify-content: center;
}
.cid-uPBYcl91Zf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPBYcl91Zf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPBYcl91Zf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uPBYcl91Zf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPBYcl91Zf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPBYcl91Zf .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-uPBYcl91Zf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPBYcl91Zf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPBYcl91Zf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPBYcl91Zf .navbar {
    min-height: 72px;
  }
  .cid-uPBYcl91Zf .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uPBYcl91Zf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPBYcl91Zf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPBYcl91Zf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPBYcl91Zf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPBYcl91Zf .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-uPBYcl91Zf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPBYcl91Zf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uPBYcl91Zf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPBYcl91Zf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPBYcl91Zf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uPBYcl91Zf .dropdown-item.active,
.cid-uPBYcl91Zf .dropdown-item:active {
  background-color: transparent;
}
.cid-uPBYcl91Zf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPBYcl91Zf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPBYcl91Zf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPBYcl91Zf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uPBYcl91Zf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uPBYcl91Zf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uPBYcl91Zf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPBYcl91Zf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uPBYcl91Zf .navbar-buttons {
    text-align: left;
  }
}
.cid-uPBYcl91Zf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPBYcl91Zf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPBYcl91Zf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPBYcl91Zf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPBYcl91Zf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPBYcl91Zf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPBYcl91Zf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPBYcl91Zf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPBYcl91Zf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPBYcl91Zf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPBYcl91Zf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPBYcl91Zf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPBYcl91Zf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPBYcl91Zf .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPBYcl91Zf .navbar {
    height: 70px;
  }
  .cid-uPBYcl91Zf .navbar.opened {
    height: auto;
  }
  .cid-uPBYcl91Zf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPBYcl91Zf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uPBYcl91Zf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uPBYcl91Zf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uPBYcl91Zf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uPBYcl91Zf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uPBYcl91Zf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uPBYcl91Zf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uPBYcl91Zf .navbar-brand {
    margin-right: auto;
  }
  .cid-uPBYcl91Zf .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.8) !important;
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uPBYcl91Zf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uPBYcl91Zf .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uPBYcl91Zf .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uPBYcl91Zf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uPBYcl91Zf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uPBYcl91Zf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uPBYcl91Zf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uPBYcl91Zf .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uPBYcl91Zf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uPBYcl91Zf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPBYcmCmvl {
  display: flex;
  background-image: url("../../../assets/images/construction-fencing-gate-motors-cctv-systems-plumbing-access-automation-4.png");
}
.cid-uPBYcmCmvl .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uPBYcmCmvl {
    align-items: flex-end;
  }
  .cid-uPBYcmCmvl .row {
    justify-content: center;
  }
  .cid-uPBYcmCmvl .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uPBYcmCmvl .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uPBYcmCmvl {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uPBYcmCmvl .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uPBYcmCmvl .content-wrap {
    width: 100%;
  }
}
.cid-uPBYcmCmvl .mbr-section-title,
.cid-uPBYcmCmvl .mbr-section-subtitle {
  text-align: center;
}
.cid-uPBYcmCmvl .mbr-text,
.cid-uPBYcmCmvl .mbr-section-btn {
  text-align: center;
}
.cid-uPBYcmCmvl .mbr-section-title {
  color: #ffffff;
}
.cid-uPBYco8BS7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPBYco8BS7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPBYco8BS7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uPBYco8BS7 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uPBYco8BS7 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uPBYco8BS7 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uPBYco8BS7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uPBYco8BS7 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uPBYco8BS7 .mbr-text,
.cid-uPBYco8BS7 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uPC07ej1VK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPC07ej1VK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPC07ej1VK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPC07ej1VK .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uPC07ej1VK .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uPC07ej1VK .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uPC07ej1VK .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uPC07ej1VK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uPC07ej1VK .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uPC07ej1VK .mbr-text,
.cid-uPC07ej1VK .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uPC1yqbJjs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPC1yqbJjs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPC1yqbJjs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uPC1yqbJjs .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uPC1yqbJjs .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uPC1yqbJjs .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uPC1yqbJjs .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uPC1yqbJjs .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uPC1yqbJjs .mbr-text,
.cid-uPC1yqbJjs .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uPBYcoPdLI {
  background-image: url("../../../assets/images/us-projects-bighorn-banner-2000x800.jpeg");
  overflow: hidden;
}
.cid-uPBYcpyjgn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uPBYcpyjgn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPBYcpyjgn .item-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cid-uPBYcpyjgn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPBYcpyjgn .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uPBYcpyjgn .card-title,
.cid-uPBYcpyjgn .iconfont-wrapper,
.cid-uPBYcpyjgn .card-text {
  color: #000000;
  text-align: center;
}
.cid-uPBYcpyjgn .content-head {
  max-width: 800px;
}
.cid-uPBYcpyjgn .mbr-section-title {
  color: #000000;
}
.cid-uPBYcpyjgn .mbr-section-btn {
  text-align: center;
}
.cid-uPBYcpyjgn .card-title,
.cid-uPBYcpyjgn .iconfont-wrapper {
  color: #ffa600;
}
.cid-uPBYcpyjgn .card-text,
.cid-uPBYcpyjgn .mbr-section-btn {
  color: #ffa600;
}
.cid-uPBYcqJIsF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/construction-fencing-gate-motors-cctv-systems-plumbing-access-automation-28.png");
}
.cid-uPBYcqJIsF .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uPBYcqJIsF form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uPBYcqJIsF form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uPBYcqJIsF form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uPBYcqJIsF .content-head {
  max-width: 800px;
}
.cid-uPBYcqJIsF .mbr-section-title {
  color: #000000;
}
.cid-uPBYcrxdeT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-uPBYcrxdeT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPBYcrxdeT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPBYcrxdeT .row {
  justify-content: center;
}
.cid-uPBYcrxdeT .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uPBYcrxdeT .item {
    margin-bottom: 1rem;
  }
}
.cid-uPBYcrxdeT .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPBYcrxdeT .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uPBYcrxdeT .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uPBYcrxdeT .content-head {
  max-width: 800px;
}
.cid-uPBYcrxdeT .mbr-section-title {
  color: #ffa600;
}
.cid-uPBYcsGxCz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPBYcsGxCz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPBYcsGxCz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPBYcsGxCz .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uPBYcsGxCz .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uPBYcsGxCz .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uPBYcsGxCz .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uPBYcsGxCz .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uPBYcsGxCz [class^="socicon-"]:before,
.cid-uPBYcsGxCz [class*=" socicon-"]:before {
  line-height: 55px;
  padding: 0.6rem;
}
.cid-uPBYcsGxCz .mbr-section-title,
.cid-uPBYcsGxCz .social-list {
  color: #ffa600;
}
.cid-uPG1PLqg4I {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uPG1PLqg4I .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;
}
@media (max-width: 767px) {
  .cid-uPG1PLqg4I .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uPG1PLqg4I .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPG1PLqg4I .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uPG1PLqg4I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPG1PLqg4I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPG1PLqg4I .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uPG1PLqg4I .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uPG1PLqg4I .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uPG1PLqg4I .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uPG1PLqg4I .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uPG1PLqg4I .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uPG1PLqg4I .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uPG1PLqg4I .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uPG1PLqg4I .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uPG1PLqg4I .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uPG1PLqg4I .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uPG1PLqg4I .navbar-logo {
    padding-left: 0;
  }
}
.cid-uPG1PLqg4I .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPG1PLqg4I .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uPG1PLqg4I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uPG1PLqg4I .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uPG1PLqg4I .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPG1PLqg4I .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uPG1PLqg4I .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPG1PLqg4I .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.8) !important;
  border-radius: 4px !important;
}
.cid-uPG1PLqg4I .nav-item:focus,
.cid-uPG1PLqg4I .nav-link:focus {
  outline: none;
}
.cid-uPG1PLqg4I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPG1PLqg4I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPG1PLqg4I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPG1PLqg4I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPG1PLqg4I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPG1PLqg4I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPG1PLqg4I .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uPG1PLqg4I .navbar.opened {
  transition: all 0.3s;
}
.cid-uPG1PLqg4I .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPG1PLqg4I .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uPG1PLqg4I .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uPG1PLqg4I .navbar.collapsed {
  justify-content: center;
}
.cid-uPG1PLqg4I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPG1PLqg4I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPG1PLqg4I .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uPG1PLqg4I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPG1PLqg4I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPG1PLqg4I .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-uPG1PLqg4I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPG1PLqg4I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPG1PLqg4I .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPG1PLqg4I .navbar {
    min-height: 72px;
  }
  .cid-uPG1PLqg4I .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uPG1PLqg4I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPG1PLqg4I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPG1PLqg4I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPG1PLqg4I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPG1PLqg4I .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-uPG1PLqg4I .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPG1PLqg4I .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uPG1PLqg4I .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPG1PLqg4I .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPG1PLqg4I .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uPG1PLqg4I .dropdown-item.active,
.cid-uPG1PLqg4I .dropdown-item:active {
  background-color: transparent;
}
.cid-uPG1PLqg4I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPG1PLqg4I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPG1PLqg4I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPG1PLqg4I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uPG1PLqg4I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uPG1PLqg4I .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uPG1PLqg4I ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPG1PLqg4I .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uPG1PLqg4I .navbar-buttons {
    text-align: left;
  }
}
.cid-uPG1PLqg4I button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPG1PLqg4I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPG1PLqg4I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPG1PLqg4I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPG1PLqg4I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPG1PLqg4I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPG1PLqg4I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPG1PLqg4I nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPG1PLqg4I nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPG1PLqg4I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPG1PLqg4I .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPG1PLqg4I a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPG1PLqg4I .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPG1PLqg4I .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPG1PLqg4I .navbar {
    height: 70px;
  }
  .cid-uPG1PLqg4I .navbar.opened {
    height: auto;
  }
  .cid-uPG1PLqg4I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPG1PLqg4I .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uPG1PLqg4I .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uPG1PLqg4I .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uPG1PLqg4I .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uPG1PLqg4I .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uPG1PLqg4I .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uPG1PLqg4I .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uPG1PLqg4I .navbar-brand {
    margin-right: auto;
  }
  .cid-uPG1PLqg4I .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.8) !important;
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uPG1PLqg4I .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uPG1PLqg4I .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uPG1PLqg4I .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uPG1PLqg4I .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uPG1PLqg4I .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uPG1PLqg4I .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uPG1PLqg4I .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uPG1PLqg4I .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uPG1PLqg4I .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uPG1PLqg4I .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPG1PMDLIl {
  display: flex;
  background-image: url("../../../assets/images/construction-fencing-gate-motors-cctv-systems-plumbing-access-automation.png");
}
.cid-uPG1PMDLIl .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uPG1PMDLIl {
    align-items: flex-end;
  }
  .cid-uPG1PMDLIl .row {
    justify-content: center;
  }
  .cid-uPG1PMDLIl .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uPG1PMDLIl .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uPG1PMDLIl {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uPG1PMDLIl .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uPG1PMDLIl .content-wrap {
    width: 100%;
  }
}
.cid-uPG1PMDLIl .mbr-section-title,
.cid-uPG1PMDLIl .mbr-section-subtitle {
  text-align: center;
}
.cid-uPG1PMDLIl .mbr-text,
.cid-uPG1PMDLIl .mbr-section-btn {
  text-align: center;
}
.cid-uPG1PMDLIl .mbr-section-title {
  color: #ffffff;
}
.cid-uPG1PNo4fu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPG1PNo4fu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPG1PNo4fu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uPG1PNo4fu .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uPG1PNo4fu .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uPG1PNo4fu .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uPG1PNo4fu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uPG1PNo4fu .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uPG1PNo4fu .mbr-text,
.cid-uPG1PNo4fu .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uPG1PPbTz7 {
  background-image: url("../../../assets/images/construction-fencing-gate-motors-cctv-systems-plumbing-access-automation-2.svg");
  overflow: hidden;
}
.cid-uPG1PPAF7F {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uPG1PPAF7F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPG1PPAF7F .item-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cid-uPG1PPAF7F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPG1PPAF7F .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uPG1PPAF7F .card-title,
.cid-uPG1PPAF7F .iconfont-wrapper,
.cid-uPG1PPAF7F .card-text {
  color: #000000;
  text-align: center;
}
.cid-uPG1PPAF7F .content-head {
  max-width: 800px;
}
.cid-uPG1PPAF7F .mbr-section-title {
  color: #000000;
}
.cid-uPG1PPAF7F .mbr-section-btn {
  text-align: center;
}
.cid-uPG1PPAF7F .card-title,
.cid-uPG1PPAF7F .iconfont-wrapper {
  color: #ffa600;
}
.cid-uPG1PPAF7F .card-text,
.cid-uPG1PPAF7F .mbr-section-btn {
  color: #ffa600;
}
.cid-uPG1PQqiiP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/construction-fencing-gate-motors-cctv-systems-plumbing-access-automation-28.png");
}
.cid-uPG1PQqiiP .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uPG1PQqiiP form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uPG1PQqiiP form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uPG1PQqiiP form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uPG1PQqiiP .content-head {
  max-width: 800px;
}
.cid-uPG1PQqiiP .mbr-section-title {
  color: #000000;
}
.cid-uPG1PR1mEQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-uPG1PR1mEQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPG1PR1mEQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPG1PR1mEQ .row {
  justify-content: center;
}
.cid-uPG1PR1mEQ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uPG1PR1mEQ .item {
    margin-bottom: 1rem;
  }
}
.cid-uPG1PR1mEQ .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPG1PR1mEQ .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uPG1PR1mEQ .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uPG1PR1mEQ .content-head {
  max-width: 800px;
}
.cid-uPG1PR1mEQ .mbr-section-title {
  color: #ffa600;
}
.cid-uPG1PRMLn1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPG1PRMLn1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPG1PRMLn1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPG1PRMLn1 .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uPG1PRMLn1 .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uPG1PRMLn1 .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uPG1PRMLn1 .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uPG1PRMLn1 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uPG1PRMLn1 [class^="socicon-"]:before,
.cid-uPG1PRMLn1 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: 0.6rem;
}
.cid-uPG1PRMLn1 .mbr-section-title,
.cid-uPG1PRMLn1 .social-list {
  color: #ffa600;
}
.cid-uPGkWAXp8E {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uPGkWAXp8E .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;
}
@media (max-width: 767px) {
  .cid-uPGkWAXp8E .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uPGkWAXp8E .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPGkWAXp8E .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uPGkWAXp8E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPGkWAXp8E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPGkWAXp8E .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uPGkWAXp8E .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uPGkWAXp8E .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uPGkWAXp8E .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uPGkWAXp8E .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uPGkWAXp8E .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uPGkWAXp8E .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uPGkWAXp8E .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uPGkWAXp8E .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uPGkWAXp8E .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uPGkWAXp8E .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uPGkWAXp8E .navbar-logo {
    padding-left: 0;
  }
}
.cid-uPGkWAXp8E .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPGkWAXp8E .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uPGkWAXp8E .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uPGkWAXp8E .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uPGkWAXp8E .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPGkWAXp8E .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uPGkWAXp8E .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPGkWAXp8E .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.8) !important;
  border-radius: 4px !important;
}
.cid-uPGkWAXp8E .nav-item:focus,
.cid-uPGkWAXp8E .nav-link:focus {
  outline: none;
}
.cid-uPGkWAXp8E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPGkWAXp8E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPGkWAXp8E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPGkWAXp8E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPGkWAXp8E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPGkWAXp8E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPGkWAXp8E .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uPGkWAXp8E .navbar.opened {
  transition: all 0.3s;
}
.cid-uPGkWAXp8E .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPGkWAXp8E .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uPGkWAXp8E .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uPGkWAXp8E .navbar.collapsed {
  justify-content: center;
}
.cid-uPGkWAXp8E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPGkWAXp8E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPGkWAXp8E .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uPGkWAXp8E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPGkWAXp8E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPGkWAXp8E .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-uPGkWAXp8E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPGkWAXp8E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPGkWAXp8E .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPGkWAXp8E .navbar {
    min-height: 72px;
  }
  .cid-uPGkWAXp8E .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uPGkWAXp8E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPGkWAXp8E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPGkWAXp8E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPGkWAXp8E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPGkWAXp8E .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-uPGkWAXp8E .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPGkWAXp8E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uPGkWAXp8E .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPGkWAXp8E .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPGkWAXp8E .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uPGkWAXp8E .dropdown-item.active,
.cid-uPGkWAXp8E .dropdown-item:active {
  background-color: transparent;
}
.cid-uPGkWAXp8E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPGkWAXp8E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPGkWAXp8E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPGkWAXp8E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uPGkWAXp8E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uPGkWAXp8E .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uPGkWAXp8E ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPGkWAXp8E .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uPGkWAXp8E .navbar-buttons {
    text-align: left;
  }
}
.cid-uPGkWAXp8E button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPGkWAXp8E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPGkWAXp8E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPGkWAXp8E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPGkWAXp8E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPGkWAXp8E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPGkWAXp8E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPGkWAXp8E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPGkWAXp8E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPGkWAXp8E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPGkWAXp8E .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPGkWAXp8E a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPGkWAXp8E .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPGkWAXp8E .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPGkWAXp8E .navbar {
    height: 70px;
  }
  .cid-uPGkWAXp8E .navbar.opened {
    height: auto;
  }
  .cid-uPGkWAXp8E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPGkWAXp8E .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uPGkWAXp8E .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uPGkWAXp8E .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uPGkWAXp8E .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uPGkWAXp8E .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uPGkWAXp8E .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uPGkWAXp8E .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uPGkWAXp8E .navbar-brand {
    margin-right: auto;
  }
  .cid-uPGkWAXp8E .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.8) !important;
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uPGkWAXp8E .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uPGkWAXp8E .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uPGkWAXp8E .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uPGkWAXp8E .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uPGkWAXp8E .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uPGkWAXp8E .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uPGkWAXp8E .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uPGkWAXp8E .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uPGkWAXp8E .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uPGkWAXp8E .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPGkWCDdjb {
  display: flex;
  background-image: url("../../../assets/images/construction-fencing-gate-motors-cctv-systems-plumbing-access-automation-7.png");
}
.cid-uPGkWCDdjb .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uPGkWCDdjb {
    align-items: flex-end;
  }
  .cid-uPGkWCDdjb .row {
    justify-content: center;
  }
  .cid-uPGkWCDdjb .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uPGkWCDdjb .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uPGkWCDdjb {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uPGkWCDdjb .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uPGkWCDdjb .content-wrap {
    width: 100%;
  }
}
.cid-uPGkWCDdjb .mbr-section-title,
.cid-uPGkWCDdjb .mbr-section-subtitle {
  text-align: center;
}
.cid-uPGkWCDdjb .mbr-text,
.cid-uPGkWCDdjb .mbr-section-btn {
  text-align: center;
}
.cid-uPGkWCDdjb .mbr-section-title {
  color: #ffffff;
}
.cid-uPGkWEvVER {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPGkWEvVER .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPGkWEvVER .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uPGkWEvVER .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uPGkWEvVER .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uPGkWEvVER .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uPGkWEvVER .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uPGkWEvVER .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uPGkWEvVER .mbr-text,
.cid-uPGkWEvVER .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uPGkWFcNzI {
  background-image: url("../../../assets/images/construction-fencing-gate-motors-cctv-systems-plumbing-access-automation-10.png");
  overflow: hidden;
}
.cid-uPGkWFpqgy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uPGkWFpqgy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPGkWFpqgy .item-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cid-uPGkWFpqgy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPGkWFpqgy .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uPGkWFpqgy .card-title,
.cid-uPGkWFpqgy .iconfont-wrapper,
.cid-uPGkWFpqgy .card-text {
  color: #000000;
  text-align: center;
}
.cid-uPGkWFpqgy .content-head {
  max-width: 800px;
}
.cid-uPGkWFpqgy .mbr-section-title {
  color: #000000;
}
.cid-uPGkWFpqgy .mbr-section-btn {
  text-align: center;
}
.cid-uPGkWFpqgy .card-title,
.cid-uPGkWFpqgy .iconfont-wrapper {
  color: #ffa600;
}
.cid-uPGkWFpqgy .card-text,
.cid-uPGkWFpqgy .mbr-section-btn {
  color: #ffa600;
}
.cid-uPGkWFTf3G {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/construction-fencing-gate-motors-cctv-systems-plumbing-access-automation-28.png");
}
.cid-uPGkWFTf3G .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uPGkWFTf3G form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uPGkWFTf3G form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uPGkWFTf3G form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uPGkWFTf3G .content-head {
  max-width: 800px;
}
.cid-uPGkWFTf3G .mbr-section-title {
  color: #000000;
}
.cid-uPGkWGbzmF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-uPGkWGbzmF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPGkWGbzmF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPGkWGbzmF .row {
  justify-content: center;
}
.cid-uPGkWGbzmF .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uPGkWGbzmF .item {
    margin-bottom: 1rem;
  }
}
.cid-uPGkWGbzmF .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPGkWGbzmF .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uPGkWGbzmF .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uPGkWGbzmF .content-head {
  max-width: 800px;
}
.cid-uPGkWGbzmF .mbr-section-title {
  color: #ffa600;
}
.cid-uPGkWGBHCt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPGkWGBHCt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPGkWGBHCt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPGkWGBHCt .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uPGkWGBHCt .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uPGkWGBHCt .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uPGkWGBHCt .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uPGkWGBHCt .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uPGkWGBHCt [class^="socicon-"]:before,
.cid-uPGkWGBHCt [class*=" socicon-"]:before {
  line-height: 55px;
  padding: 0.6rem;
}
.cid-uPGkWGBHCt .mbr-section-title,
.cid-uPGkWGBHCt .social-list {
  color: #ffa600;
}
.cid-uPGkYrUzPA {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uPGkYrUzPA .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;
}
@media (max-width: 767px) {
  .cid-uPGkYrUzPA .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uPGkYrUzPA .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPGkYrUzPA .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uPGkYrUzPA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPGkYrUzPA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPGkYrUzPA .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uPGkYrUzPA .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uPGkYrUzPA .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uPGkYrUzPA .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uPGkYrUzPA .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uPGkYrUzPA .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uPGkYrUzPA .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uPGkYrUzPA .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uPGkYrUzPA .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uPGkYrUzPA .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uPGkYrUzPA .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uPGkYrUzPA .navbar-logo {
    padding-left: 0;
  }
}
.cid-uPGkYrUzPA .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPGkYrUzPA .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uPGkYrUzPA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uPGkYrUzPA .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uPGkYrUzPA .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPGkYrUzPA .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uPGkYrUzPA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPGkYrUzPA .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.8) !important;
  border-radius: 4px !important;
}
.cid-uPGkYrUzPA .nav-item:focus,
.cid-uPGkYrUzPA .nav-link:focus {
  outline: none;
}
.cid-uPGkYrUzPA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPGkYrUzPA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPGkYrUzPA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPGkYrUzPA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPGkYrUzPA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPGkYrUzPA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPGkYrUzPA .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uPGkYrUzPA .navbar.opened {
  transition: all 0.3s;
}
.cid-uPGkYrUzPA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPGkYrUzPA .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uPGkYrUzPA .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uPGkYrUzPA .navbar.collapsed {
  justify-content: center;
}
.cid-uPGkYrUzPA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPGkYrUzPA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPGkYrUzPA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uPGkYrUzPA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPGkYrUzPA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPGkYrUzPA .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-uPGkYrUzPA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPGkYrUzPA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPGkYrUzPA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPGkYrUzPA .navbar {
    min-height: 72px;
  }
  .cid-uPGkYrUzPA .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uPGkYrUzPA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPGkYrUzPA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPGkYrUzPA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPGkYrUzPA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPGkYrUzPA .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-uPGkYrUzPA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPGkYrUzPA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uPGkYrUzPA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPGkYrUzPA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPGkYrUzPA .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uPGkYrUzPA .dropdown-item.active,
.cid-uPGkYrUzPA .dropdown-item:active {
  background-color: transparent;
}
.cid-uPGkYrUzPA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPGkYrUzPA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPGkYrUzPA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPGkYrUzPA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uPGkYrUzPA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uPGkYrUzPA .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uPGkYrUzPA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPGkYrUzPA .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uPGkYrUzPA .navbar-buttons {
    text-align: left;
  }
}
.cid-uPGkYrUzPA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPGkYrUzPA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPGkYrUzPA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPGkYrUzPA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPGkYrUzPA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPGkYrUzPA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPGkYrUzPA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPGkYrUzPA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPGkYrUzPA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPGkYrUzPA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPGkYrUzPA .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPGkYrUzPA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPGkYrUzPA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPGkYrUzPA .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPGkYrUzPA .navbar {
    height: 70px;
  }
  .cid-uPGkYrUzPA .navbar.opened {
    height: auto;
  }
  .cid-uPGkYrUzPA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPGkYrUzPA .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uPGkYrUzPA .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uPGkYrUzPA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uPGkYrUzPA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uPGkYrUzPA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uPGkYrUzPA .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uPGkYrUzPA .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uPGkYrUzPA .navbar-brand {
    margin-right: auto;
  }
  .cid-uPGkYrUzPA .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.8) !important;
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uPGkYrUzPA .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uPGkYrUzPA .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uPGkYrUzPA .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uPGkYrUzPA .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uPGkYrUzPA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uPGkYrUzPA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uPGkYrUzPA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uPGkYrUzPA .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uPGkYrUzPA .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uPGkYrUzPA .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPGkYsyn4G {
  display: flex;
  background-image: url("../../../assets/images/construction-fencing-gate-motors-cctv-systems-plumbing-access-automation-11.svg");
}
.cid-uPGkYsyn4G .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uPGkYsyn4G {
    align-items: flex-end;
  }
  .cid-uPGkYsyn4G .row {
    justify-content: center;
  }
  .cid-uPGkYsyn4G .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uPGkYsyn4G .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uPGkYsyn4G {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uPGkYsyn4G .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uPGkYsyn4G .content-wrap {
    width: 100%;
  }
}
.cid-uPGkYsyn4G .mbr-section-title,
.cid-uPGkYsyn4G .mbr-section-subtitle {
  text-align: center;
}
.cid-uPGkYsyn4G .mbr-text,
.cid-uPGkYsyn4G .mbr-section-btn {
  text-align: center;
}
.cid-uPGkYsyn4G .mbr-section-title {
  color: #ffffff;
}
.cid-uPGkYt0Yv1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPGkYt0Yv1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPGkYt0Yv1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uPGkYt0Yv1 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uPGkYt0Yv1 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uPGkYt0Yv1 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uPGkYt0Yv1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uPGkYt0Yv1 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uPGkYt0Yv1 .mbr-text,
.cid-uPGkYt0Yv1 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uPGkYtwXDL {
  background-image: url("../../../assets/images/construction-fencing-gate-motors-cctv-systems-plumbing-access-automation-13.png");
  overflow: hidden;
}
.cid-uPGkYtPc47 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uPGkYtPc47 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPGkYtPc47 .item-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cid-uPGkYtPc47 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPGkYtPc47 .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uPGkYtPc47 .card-title,
.cid-uPGkYtPc47 .iconfont-wrapper,
.cid-uPGkYtPc47 .card-text {
  color: #000000;
  text-align: center;
}
.cid-uPGkYtPc47 .content-head {
  max-width: 800px;
}
.cid-uPGkYtPc47 .mbr-section-title {
  color: #000000;
}
.cid-uPGkYtPc47 .mbr-section-btn {
  text-align: center;
}
.cid-uPGkYtPc47 .card-title,
.cid-uPGkYtPc47 .iconfont-wrapper {
  color: #ffa600;
}
.cid-uPGkYtPc47 .card-text,
.cid-uPGkYtPc47 .mbr-section-btn {
  color: #ffa600;
}
.cid-uPGkYunvdB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/construction-fencing-gate-motors-cctv-systems-plumbing-access-automation-28.png");
}
.cid-uPGkYunvdB .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uPGkYunvdB form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uPGkYunvdB form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uPGkYunvdB form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uPGkYunvdB .content-head {
  max-width: 800px;
}
.cid-uPGkYunvdB .mbr-section-title {
  color: #000000;
}
.cid-uPGkYuIrRr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-uPGkYuIrRr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPGkYuIrRr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPGkYuIrRr .row {
  justify-content: center;
}
.cid-uPGkYuIrRr .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uPGkYuIrRr .item {
    margin-bottom: 1rem;
  }
}
.cid-uPGkYuIrRr .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPGkYuIrRr .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uPGkYuIrRr .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uPGkYuIrRr .content-head {
  max-width: 800px;
}
.cid-uPGkYuIrRr .mbr-section-title {
  color: #ffffff;
}
.cid-uPGkYvi3Q8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPGkYvi3Q8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPGkYvi3Q8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPGkYvi3Q8 .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uPGkYvi3Q8 .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uPGkYvi3Q8 .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uPGkYvi3Q8 .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uPGkYvi3Q8 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uPGkYvi3Q8 [class^="socicon-"]:before,
.cid-uPGkYvi3Q8 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: 0.6rem;
}
.cid-uPGkYvi3Q8 .mbr-section-title,
.cid-uPGkYvi3Q8 .social-list {
  color: #ffa600;
}
.cid-uPGJ02nORB {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uPGJ02nORB .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;
}
@media (max-width: 767px) {
  .cid-uPGJ02nORB .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uPGJ02nORB .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPGJ02nORB .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uPGJ02nORB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPGJ02nORB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPGJ02nORB .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uPGJ02nORB .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uPGJ02nORB .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uPGJ02nORB .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uPGJ02nORB .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uPGJ02nORB .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uPGJ02nORB .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uPGJ02nORB .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uPGJ02nORB .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uPGJ02nORB .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uPGJ02nORB .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uPGJ02nORB .navbar-logo {
    padding-left: 0;
  }
}
.cid-uPGJ02nORB .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPGJ02nORB .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uPGJ02nORB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uPGJ02nORB .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uPGJ02nORB .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPGJ02nORB .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uPGJ02nORB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPGJ02nORB .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.8) !important;
  border-radius: 4px !important;
}
.cid-uPGJ02nORB .nav-item:focus,
.cid-uPGJ02nORB .nav-link:focus {
  outline: none;
}
.cid-uPGJ02nORB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPGJ02nORB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPGJ02nORB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPGJ02nORB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPGJ02nORB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPGJ02nORB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPGJ02nORB .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uPGJ02nORB .navbar.opened {
  transition: all 0.3s;
}
.cid-uPGJ02nORB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPGJ02nORB .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uPGJ02nORB .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uPGJ02nORB .navbar.collapsed {
  justify-content: center;
}
.cid-uPGJ02nORB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPGJ02nORB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPGJ02nORB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uPGJ02nORB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPGJ02nORB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPGJ02nORB .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-uPGJ02nORB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPGJ02nORB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPGJ02nORB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPGJ02nORB .navbar {
    min-height: 72px;
  }
  .cid-uPGJ02nORB .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uPGJ02nORB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPGJ02nORB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPGJ02nORB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPGJ02nORB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPGJ02nORB .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-uPGJ02nORB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPGJ02nORB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uPGJ02nORB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPGJ02nORB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPGJ02nORB .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uPGJ02nORB .dropdown-item.active,
.cid-uPGJ02nORB .dropdown-item:active {
  background-color: transparent;
}
.cid-uPGJ02nORB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPGJ02nORB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPGJ02nORB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPGJ02nORB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uPGJ02nORB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uPGJ02nORB .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uPGJ02nORB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPGJ02nORB .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uPGJ02nORB .navbar-buttons {
    text-align: left;
  }
}
.cid-uPGJ02nORB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPGJ02nORB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPGJ02nORB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPGJ02nORB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPGJ02nORB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPGJ02nORB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPGJ02nORB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPGJ02nORB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPGJ02nORB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPGJ02nORB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPGJ02nORB .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPGJ02nORB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPGJ02nORB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPGJ02nORB .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPGJ02nORB .navbar {
    height: 70px;
  }
  .cid-uPGJ02nORB .navbar.opened {
    height: auto;
  }
  .cid-uPGJ02nORB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPGJ02nORB .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uPGJ02nORB .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uPGJ02nORB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uPGJ02nORB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uPGJ02nORB .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uPGJ02nORB .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uPGJ02nORB .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uPGJ02nORB .navbar-brand {
    margin-right: auto;
  }
  .cid-uPGJ02nORB .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.8) !important;
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uPGJ02nORB .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uPGJ02nORB .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uPGJ02nORB .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uPGJ02nORB .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uPGJ02nORB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uPGJ02nORB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uPGJ02nORB .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uPGJ02nORB .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uPGJ02nORB .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uPGJ02nORB .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPGJ03L550 {
  display: flex;
  background-image: url("../../../assets/images/construction-fencing-gate-motors-cctv-systems-plumbing-access-automation-14.svg");
}
.cid-uPGJ03L550 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uPGJ03L550 {
    align-items: flex-end;
  }
  .cid-uPGJ03L550 .row {
    justify-content: center;
  }
  .cid-uPGJ03L550 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uPGJ03L550 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uPGJ03L550 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uPGJ03L550 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uPGJ03L550 .content-wrap {
    width: 100%;
  }
}
.cid-uPGJ03L550 .mbr-section-title,
.cid-uPGJ03L550 .mbr-section-subtitle {
  text-align: center;
}
.cid-uPGJ03L550 .mbr-text,
.cid-uPGJ03L550 .mbr-section-btn {
  text-align: center;
}
.cid-uPGJ03L550 .mbr-section-title {
  color: #ffffff;
}
.cid-uPGJ04PoIs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPGJ04PoIs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPGJ04PoIs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uPGJ04PoIs .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uPGJ04PoIs .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uPGJ04PoIs .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uPGJ04PoIs .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uPGJ04PoIs .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uPGJ04PoIs .mbr-text,
.cid-uPGJ04PoIs .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uPGJ05JlNd {
  background-image: url("../../../assets/images/construction-fencing-gate-motors-cctv-systems-plumbing-access-automation-18.svg");
  overflow: hidden;
}
.cid-uPGJ06rQCn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uPGJ06rQCn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPGJ06rQCn .item-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cid-uPGJ06rQCn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPGJ06rQCn .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uPGJ06rQCn .card-title,
.cid-uPGJ06rQCn .iconfont-wrapper,
.cid-uPGJ06rQCn .card-text {
  color: #000000;
  text-align: center;
}
.cid-uPGJ06rQCn .content-head {
  max-width: 800px;
}
.cid-uPGJ06rQCn .mbr-section-title {
  color: #000000;
}
.cid-uPGJ06rQCn .mbr-section-btn {
  text-align: center;
}
.cid-uPGJ06rQCn .card-title,
.cid-uPGJ06rQCn .iconfont-wrapper {
  color: #ffa600;
}
.cid-uPGJ06rQCn .card-text,
.cid-uPGJ06rQCn .mbr-section-btn {
  color: #ffa600;
}
.cid-uPGJ07NKzu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/construction-fencing-gate-motors-cctv-systems-plumbing-access-automation-28.png");
}
.cid-uPGJ07NKzu .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uPGJ07NKzu form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uPGJ07NKzu form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uPGJ07NKzu form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uPGJ07NKzu .content-head {
  max-width: 800px;
}
.cid-uPGJ07NKzu .mbr-section-title {
  color: #000000;
}
.cid-uPGJ08HlKW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-uPGJ08HlKW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPGJ08HlKW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPGJ08HlKW .row {
  justify-content: center;
}
.cid-uPGJ08HlKW .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uPGJ08HlKW .item {
    margin-bottom: 1rem;
  }
}
.cid-uPGJ08HlKW .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPGJ08HlKW .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uPGJ08HlKW .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uPGJ08HlKW .content-head {
  max-width: 800px;
}
.cid-uPGJ08HlKW .mbr-section-title {
  color: #ffa600;
}
.cid-uPGJ09FUIk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPGJ09FUIk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPGJ09FUIk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPGJ09FUIk .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uPGJ09FUIk .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uPGJ09FUIk .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uPGJ09FUIk .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uPGJ09FUIk .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uPGJ09FUIk [class^="socicon-"]:before,
.cid-uPGJ09FUIk [class*=" socicon-"]:before {
  line-height: 55px;
  padding: 0.6rem;
}
.cid-uPGJ09FUIk .mbr-section-title,
.cid-uPGJ09FUIk .social-list {
  color: #ffa600;
}
.cid-uPGQgo0nqN {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uPGQgo0nqN .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;
}
@media (max-width: 767px) {
  .cid-uPGQgo0nqN .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uPGQgo0nqN .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPGQgo0nqN .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uPGQgo0nqN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPGQgo0nqN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPGQgo0nqN .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uPGQgo0nqN .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uPGQgo0nqN .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uPGQgo0nqN .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uPGQgo0nqN .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uPGQgo0nqN .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uPGQgo0nqN .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uPGQgo0nqN .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uPGQgo0nqN .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uPGQgo0nqN .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uPGQgo0nqN .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uPGQgo0nqN .navbar-logo {
    padding-left: 0;
  }
}
.cid-uPGQgo0nqN .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPGQgo0nqN .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uPGQgo0nqN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uPGQgo0nqN .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uPGQgo0nqN .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPGQgo0nqN .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uPGQgo0nqN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPGQgo0nqN .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.8) !important;
  border-radius: 4px !important;
}
.cid-uPGQgo0nqN .nav-item:focus,
.cid-uPGQgo0nqN .nav-link:focus {
  outline: none;
}
.cid-uPGQgo0nqN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPGQgo0nqN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPGQgo0nqN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPGQgo0nqN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPGQgo0nqN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPGQgo0nqN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPGQgo0nqN .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uPGQgo0nqN .navbar.opened {
  transition: all 0.3s;
}
.cid-uPGQgo0nqN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPGQgo0nqN .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uPGQgo0nqN .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uPGQgo0nqN .navbar.collapsed {
  justify-content: center;
}
.cid-uPGQgo0nqN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPGQgo0nqN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPGQgo0nqN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uPGQgo0nqN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPGQgo0nqN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPGQgo0nqN .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-uPGQgo0nqN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPGQgo0nqN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPGQgo0nqN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPGQgo0nqN .navbar {
    min-height: 72px;
  }
  .cid-uPGQgo0nqN .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uPGQgo0nqN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPGQgo0nqN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPGQgo0nqN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPGQgo0nqN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPGQgo0nqN .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-uPGQgo0nqN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPGQgo0nqN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uPGQgo0nqN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPGQgo0nqN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPGQgo0nqN .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uPGQgo0nqN .dropdown-item.active,
.cid-uPGQgo0nqN .dropdown-item:active {
  background-color: transparent;
}
.cid-uPGQgo0nqN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPGQgo0nqN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPGQgo0nqN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPGQgo0nqN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uPGQgo0nqN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uPGQgo0nqN .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uPGQgo0nqN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPGQgo0nqN .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uPGQgo0nqN .navbar-buttons {
    text-align: left;
  }
}
.cid-uPGQgo0nqN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPGQgo0nqN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPGQgo0nqN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPGQgo0nqN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPGQgo0nqN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPGQgo0nqN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPGQgo0nqN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPGQgo0nqN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPGQgo0nqN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPGQgo0nqN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPGQgo0nqN .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPGQgo0nqN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPGQgo0nqN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPGQgo0nqN .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPGQgo0nqN .navbar {
    height: 70px;
  }
  .cid-uPGQgo0nqN .navbar.opened {
    height: auto;
  }
  .cid-uPGQgo0nqN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPGQgo0nqN .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uPGQgo0nqN .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uPGQgo0nqN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uPGQgo0nqN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uPGQgo0nqN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uPGQgo0nqN .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uPGQgo0nqN .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uPGQgo0nqN .navbar-brand {
    margin-right: auto;
  }
  .cid-uPGQgo0nqN .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.8) !important;
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uPGQgo0nqN .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uPGQgo0nqN .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uPGQgo0nqN .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uPGQgo0nqN .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uPGQgo0nqN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uPGQgo0nqN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uPGQgo0nqN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uPGQgo0nqN .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uPGQgo0nqN .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uPGQgo0nqN .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPGQgpZTnp {
  display: flex;
  background-image: url("../../../assets/images/construction-fencing-gate-motors-cctv-systems-plumbing-access-automation-20.png");
}
.cid-uPGQgpZTnp .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uPGQgpZTnp {
    align-items: flex-end;
  }
  .cid-uPGQgpZTnp .row {
    justify-content: center;
  }
  .cid-uPGQgpZTnp .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uPGQgpZTnp .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uPGQgpZTnp {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uPGQgpZTnp .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uPGQgpZTnp .content-wrap {
    width: 100%;
  }
}
.cid-uPGQgpZTnp .mbr-section-title,
.cid-uPGQgpZTnp .mbr-section-subtitle {
  text-align: center;
}
.cid-uPGQgpZTnp .mbr-text,
.cid-uPGQgpZTnp .mbr-section-btn {
  text-align: center;
}
.cid-uPGQgpZTnp .mbr-section-title {
  color: #ffffff;
}
.cid-uPGQgruZ62 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPGQgruZ62 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPGQgruZ62 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uPGQgruZ62 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uPGQgruZ62 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uPGQgruZ62 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uPGQgruZ62 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uPGQgruZ62 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uPGQgruZ62 .mbr-text,
.cid-uPGQgruZ62 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uPGQgsrv98 {
  background-image: url("../../../assets/images/construction-fencing-gate-motors-cctv-systems-plumbing-access-automation-21.png");
  overflow: hidden;
}
.cid-uPGQgtfAbO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uPGQgtfAbO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPGQgtfAbO .item-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cid-uPGQgtfAbO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPGQgtfAbO .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uPGQgtfAbO .card-title,
.cid-uPGQgtfAbO .iconfont-wrapper,
.cid-uPGQgtfAbO .card-text {
  color: #000000;
  text-align: center;
}
.cid-uPGQgtfAbO .content-head {
  max-width: 800px;
}
.cid-uPGQgtfAbO .mbr-section-title {
  color: #000000;
}
.cid-uPGQgtfAbO .mbr-section-btn {
  text-align: center;
}
.cid-uPGQgtfAbO .card-title,
.cid-uPGQgtfAbO .iconfont-wrapper {
  color: #ffa600;
}
.cid-uPGQgtfAbO .card-text,
.cid-uPGQgtfAbO .mbr-section-btn {
  color: #ffa600;
}
.cid-uPGQguKB0E {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/construction-fencing-gate-motors-cctv-systems-plumbing-access-automation-28.png");
}
.cid-uPGQguKB0E .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uPGQguKB0E form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uPGQguKB0E form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uPGQguKB0E form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uPGQguKB0E .content-head {
  max-width: 800px;
}
.cid-uPGQguKB0E .mbr-section-title {
  color: #000000;
}
.cid-uPGQgvDTIS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-uPGQgvDTIS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPGQgvDTIS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPGQgvDTIS .row {
  justify-content: center;
}
.cid-uPGQgvDTIS .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uPGQgvDTIS .item {
    margin-bottom: 1rem;
  }
}
.cid-uPGQgvDTIS .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPGQgvDTIS .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uPGQgvDTIS .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uPGQgvDTIS .content-head {
  max-width: 800px;
}
.cid-uPGQgvDTIS .mbr-section-title {
  color: #ffa600;
}
.cid-uPGQgwNScZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPGQgwNScZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPGQgwNScZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPGQgwNScZ .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uPGQgwNScZ .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uPGQgwNScZ .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uPGQgwNScZ .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uPGQgwNScZ .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uPGQgwNScZ [class^="socicon-"]:before,
.cid-uPGQgwNScZ [class*=" socicon-"]:before {
  line-height: 55px;
  padding: 0.6rem;
}
.cid-uPGQgwNScZ .mbr-section-title,
.cid-uPGQgwNScZ .social-list {
  color: #ffa600;
}
.cid-uPGXtVIR9H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uPGXtVIR9H .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;
}
@media (max-width: 767px) {
  .cid-uPGXtVIR9H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uPGXtVIR9H .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPGXtVIR9H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uPGXtVIR9H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPGXtVIR9H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPGXtVIR9H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uPGXtVIR9H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uPGXtVIR9H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uPGXtVIR9H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uPGXtVIR9H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uPGXtVIR9H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uPGXtVIR9H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uPGXtVIR9H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uPGXtVIR9H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uPGXtVIR9H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uPGXtVIR9H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uPGXtVIR9H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uPGXtVIR9H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPGXtVIR9H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uPGXtVIR9H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uPGXtVIR9H .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uPGXtVIR9H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPGXtVIR9H .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uPGXtVIR9H .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPGXtVIR9H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.8) !important;
  border-radius: 4px !important;
}
.cid-uPGXtVIR9H .nav-item:focus,
.cid-uPGXtVIR9H .nav-link:focus {
  outline: none;
}
.cid-uPGXtVIR9H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPGXtVIR9H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPGXtVIR9H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPGXtVIR9H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPGXtVIR9H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPGXtVIR9H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPGXtVIR9H .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uPGXtVIR9H .navbar.opened {
  transition: all 0.3s;
}
.cid-uPGXtVIR9H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPGXtVIR9H .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uPGXtVIR9H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uPGXtVIR9H .navbar.collapsed {
  justify-content: center;
}
.cid-uPGXtVIR9H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPGXtVIR9H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPGXtVIR9H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uPGXtVIR9H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPGXtVIR9H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPGXtVIR9H .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-uPGXtVIR9H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPGXtVIR9H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPGXtVIR9H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPGXtVIR9H .navbar {
    min-height: 72px;
  }
  .cid-uPGXtVIR9H .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uPGXtVIR9H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPGXtVIR9H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPGXtVIR9H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPGXtVIR9H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPGXtVIR9H .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-uPGXtVIR9H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPGXtVIR9H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uPGXtVIR9H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPGXtVIR9H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPGXtVIR9H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uPGXtVIR9H .dropdown-item.active,
.cid-uPGXtVIR9H .dropdown-item:active {
  background-color: transparent;
}
.cid-uPGXtVIR9H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPGXtVIR9H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPGXtVIR9H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPGXtVIR9H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uPGXtVIR9H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uPGXtVIR9H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uPGXtVIR9H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPGXtVIR9H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uPGXtVIR9H .navbar-buttons {
    text-align: left;
  }
}
.cid-uPGXtVIR9H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPGXtVIR9H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPGXtVIR9H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPGXtVIR9H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPGXtVIR9H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPGXtVIR9H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPGXtVIR9H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPGXtVIR9H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPGXtVIR9H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPGXtVIR9H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPGXtVIR9H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPGXtVIR9H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPGXtVIR9H .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPGXtVIR9H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPGXtVIR9H .navbar {
    height: 70px;
  }
  .cid-uPGXtVIR9H .navbar.opened {
    height: auto;
  }
  .cid-uPGXtVIR9H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPGXtVIR9H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uPGXtVIR9H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uPGXtVIR9H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uPGXtVIR9H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uPGXtVIR9H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uPGXtVIR9H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uPGXtVIR9H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uPGXtVIR9H .navbar-brand {
    margin-right: auto;
  }
  .cid-uPGXtVIR9H .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.8) !important;
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uPGXtVIR9H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uPGXtVIR9H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uPGXtVIR9H .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uPGXtVIR9H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uPGXtVIR9H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uPGXtVIR9H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uPGXtVIR9H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uPGXtVIR9H .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uPGXtVIR9H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uPGXtVIR9H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPGXtYeAWZ {
  display: flex;
  background-image: url("../../../assets/images/construction-fencing-gate-motors-cctv-systems-plumbing-access-automation-22.png");
}
.cid-uPGXtYeAWZ .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uPGXtYeAWZ {
    align-items: flex-end;
  }
  .cid-uPGXtYeAWZ .row {
    justify-content: center;
  }
  .cid-uPGXtYeAWZ .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uPGXtYeAWZ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uPGXtYeAWZ {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uPGXtYeAWZ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uPGXtYeAWZ .content-wrap {
    width: 100%;
  }
}
.cid-uPGXtYeAWZ .mbr-section-title,
.cid-uPGXtYeAWZ .mbr-section-subtitle {
  text-align: center;
}
.cid-uPGXtYeAWZ .mbr-text,
.cid-uPGXtYeAWZ .mbr-section-btn {
  text-align: center;
}
.cid-uPGXtYeAWZ .mbr-section-title {
  color: #ffffff;
}
.cid-uPGXtZo0uY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPGXtZo0uY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPGXtZo0uY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uPGXtZo0uY .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uPGXtZo0uY .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uPGXtZo0uY .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uPGXtZo0uY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uPGXtZo0uY .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uPGXtZo0uY .mbr-text,
.cid-uPGXtZo0uY .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uPRQwC35Pq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPRQwC35Pq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRQwC35Pq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPRQwC35Pq .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uPRQwC35Pq .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uPRQwC35Pq .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uPRQwC35Pq .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uPRQwC35Pq .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uPRQwC35Pq .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uPRQwC35Pq .mbr-text,
.cid-uPRQwC35Pq .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uPGXu08HqH {
  background-image: url("../../../assets/images/construction-fencing-gate-motors-cctv-systems-plumbing-access-automation-25.png");
  overflow: hidden;
}
.cid-uPGXu0EhcQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uPGXu0EhcQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPGXu0EhcQ .item-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cid-uPGXu0EhcQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPGXu0EhcQ .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uPGXu0EhcQ .card-title,
.cid-uPGXu0EhcQ .iconfont-wrapper,
.cid-uPGXu0EhcQ .card-text {
  color: #000000;
  text-align: center;
}
.cid-uPGXu0EhcQ .content-head {
  max-width: 800px;
}
.cid-uPGXu0EhcQ .mbr-section-title {
  color: #000000;
}
.cid-uPGXu0EhcQ .mbr-section-btn {
  text-align: center;
}
.cid-uPGXu0EhcQ .card-title,
.cid-uPGXu0EhcQ .iconfont-wrapper {
  color: #ffa600;
}
.cid-uPGXu0EhcQ .card-text,
.cid-uPGXu0EhcQ .mbr-section-btn {
  color: #ffa600;
}
.cid-uPGXu1Jbmg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/construction-fencing-gate-motors-cctv-systems-plumbing-access-automation-28.png");
}
.cid-uPGXu1Jbmg .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uPGXu1Jbmg form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uPGXu1Jbmg form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uPGXu1Jbmg form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uPGXu1Jbmg .content-head {
  max-width: 800px;
}
.cid-uPGXu1Jbmg .mbr-section-title {
  color: #000000;
}
.cid-uPGXu2EBZ7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-uPGXu2EBZ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPGXu2EBZ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPGXu2EBZ7 .row {
  justify-content: center;
}
.cid-uPGXu2EBZ7 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uPGXu2EBZ7 .item {
    margin-bottom: 1rem;
  }
}
.cid-uPGXu2EBZ7 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPGXu2EBZ7 .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uPGXu2EBZ7 .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uPGXu2EBZ7 .content-head {
  max-width: 800px;
}
.cid-uPGXu2EBZ7 .mbr-section-title {
  color: #ffa600;
}
.cid-uPGXu3Jw9r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPGXu3Jw9r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPGXu3Jw9r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPGXu3Jw9r .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uPGXu3Jw9r .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uPGXu3Jw9r .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uPGXu3Jw9r .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uPGXu3Jw9r .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uPGXu3Jw9r [class^="socicon-"]:before,
.cid-uPGXu3Jw9r [class*=" socicon-"]:before {
  line-height: 55px;
  padding: 0.6rem;
}
.cid-uPGXu3Jw9r .mbr-section-title,
.cid-uPGXu3Jw9r .social-list {
  color: #ffa600;
}
