body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Luxurious Roman', display;
  font-size: 4.0625rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Luxurious Roman', display;
  font-size: 3.1875rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 5.1rem;
}
.display-4 {
  font-family: 'Luxurious Roman', display;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Luxurious Roman', display;
  font-size: 2.4375rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 3.9rem;
}
.display-7 {
  font-family: 'Luxurious Roman', display;
  font-size: 1.3rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 2.08rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.25rem;
    font-size: calc( 2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.55rem;
    font-size: calc( 1.765625rem + (3.1875 - 1.765625) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-5 {
    font-size: 1.95rem;
    font-size: calc( 1.5031249999999998rem + (2.4375 - 1.5031249999999998) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
  }
}
/* Buttons */
.btn {
  padding: 14px 18px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #003cd3 !important;
}
.bg-success {
  background-color: #655495 !important;
}
.bg-info {
  background-color: #4200ff !important;
}
.bg-warning {
  background-color: #283742 !important;
}
.bg-danger {
  background-color: #ebeaed !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #003cd3 !important;
  border-color: #003cd3 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #003cd3;
  border-color: #003cd3;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #003cd3 !important;
  border-color: #003cd3 !important;
}
.btn-primary:hover {
  background-color: #002da0 !important;
  border-color: #002da0 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #341d74 !important;
  border-color: #341d74 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #341d74;
  border-color: #341d74;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #341d74 !important;
  border-color: #341d74 !important;
}
.btn-secondary:hover {
  background-color: #003cd3 !important;
  border-color: #003cd3 !important;
}
.btn-info,
.btn-info:active {
  background-color: #4200ff !important;
  border-color: #4200ff !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #4200ff;
  border-color: #4200ff;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4200ff !important;
  border-color: #4200ff !important;
}
.btn-info:hover {
  background-color: #3500cc !important;
  border-color: #3500cc !important;
}
.btn-success,
.btn-success:active {
  background-color: #655495 !important;
  border-color: #655495 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #655495;
  border-color: #655495;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #655495 !important;
  border-color: #655495 !important;
}
.btn-success:hover {
  background-color: #4f4274 !important;
  border-color: #4f4274 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #283742 !important;
  border-color: #283742 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #283742;
  border-color: #283742;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-warning:hover {
  background-color: #151d22 !important;
  border-color: #151d22 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
  color: #696474 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #696474 !important;
  background-color: #ebeaed;
  border-color: #ebeaed;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #696474 !important;
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
}
.btn-danger:hover {
  background-color: #d1cfd5 !important;
  border-color: #d1cfd5 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  color: #17161a !important;
}
.btn-white.btn {
  color: #17161a !important;
}
.btn-black,
.btn-black:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #003cd3;
  color: #003cd3;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #003cd3 !important;
  border-color: #003cd3;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #003cd3 !important;
  border-color: #003cd3 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #341d74;
  color: #341d74;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #341d74 !important;
  border-color: #341d74;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #341d74 !important;
  border-color: #341d74 !important;
}
.btn-secondary-outline:hover {
  background-color: #003cd3 !important;
  border-color: #003cd3 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4200ff;
  color: #4200ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #4200ff !important;
  border-color: #4200ff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4200ff !important;
  border-color: #4200ff !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #655495;
  color: #655495;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #655495 !important;
  border-color: #655495;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #655495 !important;
  border-color: #655495 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #283742;
  color: #283742;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #283742 !important;
  border-color: #283742;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ebeaed;
  color: #ebeaed;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #696474 !important;
  background: #ebeaed !important;
  border-color: #ebeaed;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #696474 !important;
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline:hover {
  color: #17161a !important;
}
.text-primary {
  color: #003cd3 !important;
}
.text-secondary {
  color: #341d74 !important;
}
.text-success {
  color: #655495 !important;
}
.text-info {
  color: #4200ff !important;
}
.text-warning {
  color: #283742 !important;
}
.text-danger {
  color: #ebeaed !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #001f6d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0f0922 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #392f54 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #280099 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #020202 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b7b3be !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #003cd3 !important;
}
.alert-success {
  background-color: #655495;
}
.alert-info {
  background-color: #4200ff;
}
.alert-warning {
  background-color: #283742;
}
.alert-danger {
  background-color: #ebeaed;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #003cd3;
  border-color: #003cd3;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #003cd3;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a0bbff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #aa9fc9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d9ccff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #92abbd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Luxurious Roman', display;
  font-size: 1.3rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 2.08rem;
}
blockquote {
  border-color: #003cd3;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #003cd3;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #003cd3;
  border-bottom-color: #003cd3;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #003cd3 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #341d74 !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-s2FglZTDrR {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #000000;
}
.cid-s2FglZTDrR .nav-item,
.cid-s2FglZTDrR .nav-link,
.cid-s2FglZTDrR .navbar-caption {
  font-weight: normal;
}
.cid-s2FglZTDrR .navbar-nav {
  counter-reset: number;
}
.cid-s2FglZTDrR .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-s2FglZTDrR .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-s2FglZTDrR .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-s2FglZTDrR .btn {
    white-space: nowrap;
  }
  .cid-s2FglZTDrR .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-s2FglZTDrR .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-s2FglZTDrR .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-s2FglZTDrR .dropdown-toggle::after,
  .cid-s2FglZTDrR .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-s2FglZTDrR .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FglZTDrR .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FglZTDrR .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-s2FglZTDrR .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FglZTDrR .dropdown-menu .dropdown-item:hover {
  color: #003cd3 !important;
  background-color: #fafafa;
}
.cid-s2FglZTDrR .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-s2FglZTDrR .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-s2FglZTDrR .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-s2FglZTDrR .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-s2FglZTDrR .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-s2FglZTDrR .nav-item:focus,
.cid-s2FglZTDrR .nav-link:focus {
  outline: none;
}
.cid-s2FglZTDrR .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-s2FglZTDrR .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-s2FglZTDrR .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s2FglZTDrR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s2FglZTDrR .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s2FglZTDrR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s2FglZTDrR ul.navbar-nav li {
  margin: auto;
}
.cid-s2FglZTDrR .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #000000;
}
.cid-s2FglZTDrR .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #000000 !important;
}
.cid-s2FglZTDrR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s2FglZTDrR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s2FglZTDrR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s2FglZTDrR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-s2FglZTDrR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s2FglZTDrR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s2FglZTDrR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s2FglZTDrR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s2FglZTDrR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2FglZTDrR .navbar .container-fluid,
  .cid-s2FglZTDrR .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-s2FglZTDrR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s2FglZTDrR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2FglZTDrR .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-s2FglZTDrR .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-s2FglZTDrR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s2FglZTDrR .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-s2FglZTDrR .navbar.navbar-short {
  background: #000000 !important;
  min-height: 90px;
}
.cid-s2FglZTDrR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s2FglZTDrR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2FglZTDrR .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-s2FglZTDrR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2FglZTDrR .dropdown-item.active,
.cid-s2FglZTDrR .dropdown-item:active {
  background-color: transparent;
}
.cid-s2FglZTDrR .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s2FglZTDrR .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-s2FglZTDrR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-s2FglZTDrR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-s2FglZTDrR .navbar-buttons {
  text-align: center;
}
.cid-s2FglZTDrR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s2FglZTDrR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-s2FglZTDrR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2FglZTDrR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2FglZTDrR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2FglZTDrR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2FglZTDrR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2FglZTDrR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2FglZTDrR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2FglZTDrR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2FglZTDrR .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-s2FglZTDrR a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FglZTDrR a.nav-link:hover {
  color: #003cd3 !important;
}
.is-builder .cid-s2FglZTDrR .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s2FglZTDrR .navbar {
    height: 77px;
  }
  .cid-s2FglZTDrR .navbar.opened {
    height: auto;
  }
  .cid-s2FglZTDrR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rRHuzA3u55 {
  background-image: url("../../../assets/images/electrician-services.jpg-1100x800.jpg");
}
.cid-rRHuzA3u55 .push__top {
  padding-top: 80px;
}
.cid-rRHuzA3u55 .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 920px;
}
.cid-rRHuzA3u55 .title__block {
  width: 70%;
}
.cid-rRHuzA3u55 .mbr-section-subtitle,
.cid-rRHuzA3u55 .bottom__about__text,
.cid-rRHuzA3u55 .bottom__subtitle {
  line-height: 25px;
}
.cid-rRHuzA3u55 .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-rRHuzA3u55 .mbr-section-title {
  line-height: 57px;
  color: #ffffff;
}
.cid-rRHuzA3u55 .widget__number {
  margin-bottom: 8px;
}
.cid-rRHuzA3u55 .date__block {
  padding: 20px;
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
.cid-rRHuzA3u55 .divider {
  background-color: #191f23;
  width: 100%;
  height: 2px;
  display: inline-block;
  margin-bottom: 25px;
}
.cid-rRHuzA3u55 .widget {
  width: 100%;
  padding: 0 0 70px;
  display: flex;
  flex-wrap: wrap;
}
.cid-rRHuzA3u55 .widget__item {
  padding: 0 20px;
  width: 33%;
}
.cid-rRHuzA3u55 .bottom__about {
  width: 90%;
  background-color: rgba(40, 55, 66, 0.95);
  padding: 40px 40px 70px;
}
@media (max-width: 991px) {
  .cid-rRHuzA3u55 .wrap__title {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .cid-rRHuzA3u55 .date__block {
    margin-top: 50px;
  }
  .cid-rRHuzA3u55 .mbr-section-title {
    line-height: 1;
  }
  .cid-rRHuzA3u55 .push__top {
    padding-top: 30px;
  }
  .cid-rRHuzA3u55 .widget__item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-rRHuzA3u55 .bottom__about {
    width: 100%;
    padding: 20px;
  }
  .cid-rRHuzA3u55 .widget {
    margin-top: 10px;
    padding: 0;
    flex-direction: column;
  }
  .cid-rRHuzA3u55 .widget__item {
    display: flex;
    width: 100%;
  }
  .cid-rRHuzA3u55 .widget__item .divider {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-rRHuzA3u55 .title__block {
    width: 100%;
  }
  .cid-rRHuzA3u55 .wrap__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .cid-rRHuzA3u55 .date__block {
    margin-top: 20px;
    width: 50%;
    position: relative;
    top: auto;
    right: auto;
  }
  .cid-rRHuzA3u55 .mbr-section-subtitle {
    margin-bottom: 15px;
  }
  .cid-rRHuzA3u55 .divider {
    margin-bottom: 10px;
  }
  .cid-rRHuzA3u55 a.close {
    right: 50px;
    top: 25px;
  }
  .cid-rRHuzA3u55 .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-u7X6lx03aY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f1f4e9;
}
.cid-u7X6lx03aY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7X6lx03aY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u7X6lx03aY .container {
    padding: 0 30px;
  }
}
.cid-u7X6lx03aY .row {
  position: relative;
}
.cid-u7X6lx03aY .row img {
  position: absolute;
  top: 6rem;
  right: 0;
  bottom: -5rem;
  width: 40%;
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u7X6lx03aY .row img {
    top: auto;
    width: 100%;
  }
}
.cid-u7X6lx03aY .text-wrapper {
  padding: 120px 75px 150px;
  background-color: #283742;
  position: relative;
}
@media (max-width: 768px) {
  .cid-u7X6lx03aY .text-wrapper {
    padding: 40px 16px;
  }
}
.cid-u7X6lx03aY .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-u7X6lx03aY .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7X6lx03aY .mbr-text {
  color: #f5f7fd;
}
.cid-u7X6lx03aY .mbr-link,
.cid-u7X6lx03aY .mbr-iconfont {
  color: #212529;
}
.cid-u7X6lx03aY .mbr-section-title {
  color: #f5f7fd;
}
.cid-u7WmMcoYbw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #191f23;
}
.cid-u7WmMcoYbw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7WmMcoYbw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7WmMcoYbw .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u7WmMcoYbw .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u7WmMcoYbw .container {
    padding: 0 24px;
  }
}
.cid-u7WmMcoYbw .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-u7WmMcoYbw .image-wrapper {
  height: 100%;
}
.cid-u7WmMcoYbw .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u7WmMcoYbw .image-wrapper img {
    height: 350px;
  }
}
.cid-u7WmMcoYbw .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #283742;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u7WmMcoYbw .content-wrapper {
    padding: 24px;
  }
}
.cid-u7WmMcoYbw .content-wrapper .content-wrap {
  width: 100%;
}
.cid-u7WmMcoYbw .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u7WmMcoYbw .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-u7WmMcoYbw .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-u7WmMcoYbw .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-u7WmMcoYbw .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-u7WmMcoYbw .mbr-section-title {
  color: #141414;
}
.cid-u7WmMcoYbw .mbr-text {
  color: #ffffff;
}
.cid-u7WmMcoYbw .mbr-section-title,
.cid-u7WmMcoYbw .title-wrapper,
.cid-u7WmMcoYbw .mbr-section-btn {
  color: #ffffff;
}
.cid-u7WnqM3nGG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-u7WnqM3nGG .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u7WnqM3nGG .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u7WnqM3nGG .container {
    padding: 0 25px;
  }
}
.cid-u7WnqM3nGG .row {
  margin: 0;
}
.cid-u7WnqM3nGG .row .card {
  padding: 0;
  justify-content: center;
}
.cid-u7WnqM3nGG .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-u7WnqM3nGG .image-wrapper {
    min-height: 350px;
  }
}
.cid-u7WnqM3nGG .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u7WnqM3nGG .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-u7WnqM3nGG .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-u7WnqM3nGG .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-u7WnqM3nGG .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7WnqM3nGG .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-u7WnqM3nGG .mbr-section-title {
  color: #000000;
}
.cid-u7WnqM3nGG .mbr-text {
  color: #000000;
}
.cid-u7WnQuJaWA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #17161a;
}
.cid-u7WnQuJaWA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7WnQuJaWA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7WnQuJaWA .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-u7WnQuJaWA .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-u7WnQuJaWA .container {
    padding: 0 30px;
  }
}
.cid-u7WnQuJaWA .card-wrapper {
  padding: 40px 3rem;
  border-radius: 2em;
  background-color: #f5f7fd;
  display: flex;
}
@media (max-width: 992px) {
  .cid-u7WnQuJaWA .card-wrapper {
    display: block;
    padding: 30px 20px;
  }
}
.cid-u7WnQuJaWA .card-wrapper .title-wrapper {
  margin-right: 50px;
  min-width: 250px;
  margin-right: 0;
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-u7WnQuJaWA .card-wrapper .title-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-u7WnQuJaWA .card-wrapper .title-wrapper {
    margin: 0;
  }
}
.cid-u7WnQuJaWA .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-u7WnQuJaWA .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7WnQuJaWA .mbr-section-title {
  color: #2b2b2b;
}
.cid-u7WnQuJaWA .mbr-text {
  color: #191f23;
  text-align: left;
}
.cid-u7WnQuJaWA .mbr-section-title,
.cid-u7WnQuJaWA .mbr-section-btn {
  text-align: left;
}
.cid-u7Wo69wnkz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #283742;
}
.cid-u7Wo69wnkz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7Wo69wnkz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7Wo69wnkz .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-u7Wo69wnkz .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-u7Wo69wnkz .container {
    padding: 0 30px;
  }
}
.cid-u7Wo69wnkz .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u7Wo69wnkz .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-u7Wo69wnkz .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-u7Wo69wnkz .image-wrapper img {
    height: 300px;
  }
}
.cid-u7Wo69wnkz .text-wrapper {
  margin-left: 32px;
  margin-left: 0;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-u7Wo69wnkz .text-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-u7Wo69wnkz .text-wrapper {
    margin: 0;
  }
}
.cid-u7Wo69wnkz .text-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u7Wo69wnkz .text-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u7Wo69wnkz .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-u7Wo69wnkz .mbr-section-title {
  color: #ffffff;
}
.cid-u7Wo69wnkz .mbr-text {
  color: #ffffff;
}
.cid-uOuSUO6KCh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOuSUO6KCh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOuSUO6KCh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOuSUO6KCh .row {
  justify-content: center;
}
.cid-uOuSUO6KCh .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uOuSUO6KCh .title-wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.cid-uOuSUO6KCh .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOuSUO6KCh .title-wrapper .title-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
}
.cid-uOuSUO6KCh .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uOuSUO6KCh .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOuSUO6KCh .mbr-section-title,
.cid-uOuSUO6KCh .mbr-iconfont {
  color: #FFBE0D;
}
.cid-uOuSUO6KCh .mbr-desc {
  color: #fff7ee;
}
.cid-uOuSUO6KCh .mbr-text {
  color: #191f23;
}
.cid-uOuSUO6KCh .mbr-section-title,
.cid-uOuSUO6KCh .title-wrapper,
.cid-uOuSUO6KCh .mbr-iconfont {
  color: #191f23;
}
.cid-uOuToV6vUG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #143c46;
}
.cid-uOuToV6vUG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOuToV6vUG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOuToV6vUG .card-wrapper {
  border: 2px solid #000000;
  padding: 3rem 2.25rem;
  background: #fffff5;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uOuToV6vUG .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uOuToV6vUG .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-uOuToV6vUG .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uOuToV6vUG .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uOuToV6vUG .google-map {
  height: 100%;
  position: relative;
}
.cid-uOuToV6vUG .google-map iframe {
  padding: 2px;
  background-color: #000000;
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOuToV6vUG .google-map iframe {
    min-height: 350px;
  }
}
.cid-uOuToV6vUG .google-map [data-state-details] {
  color: #4b4b4b;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uOuToV6vUG .google-map[data-state] {
  background: #ffffff;
}
.cid-uOuToV6vUG .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uOuToV6vUG ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uOuToV6vUG .content-head {
  max-width: 800px;
}
.cid-uOuToV6vUG .mbr-section-title {
  color: #ffffff;
}
.cid-uOuToV6vUG .cardTitle {
  color: #000000;
}
.cid-uOuToV6vUG .list,
.cid-uOuToV6vUG .item-wrap {
  color: #000000;
}
.cid-uOv2h8kQpq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uOv2h8kQpq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOv2h8kQpq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOv2h8kQpq .row {
  justify-content: center;
}
.cid-uOv2h8kQpq .card {
  justify-content: center;
}
.cid-uOv2h8kQpq .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uOv2h8kQpq .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uOv2h8kQpq .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uOv2h8kQpq .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uOv2h8kQpq .nav-wrapper .list .item-wrap:hover,
.cid-uOv2h8kQpq .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uOv2h8kQpq .list,
.cid-uOv2h8kQpq .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uOv3byFDEh {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #000000;
}
.cid-uOv3byFDEh .nav-item,
.cid-uOv3byFDEh .nav-link,
.cid-uOv3byFDEh .navbar-caption {
  font-weight: normal;
}
.cid-uOv3byFDEh .navbar-nav {
  counter-reset: number;
}
.cid-uOv3byFDEh .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-uOv3byFDEh .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-uOv3byFDEh .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-uOv3byFDEh .btn {
    white-space: nowrap;
  }
  .cid-uOv3byFDEh .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uOv3byFDEh .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uOv3byFDEh .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uOv3byFDEh .dropdown-toggle::after,
  .cid-uOv3byFDEh .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uOv3byFDEh .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uOv3byFDEh .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uOv3byFDEh .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-uOv3byFDEh .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uOv3byFDEh .dropdown-menu .dropdown-item:hover {
  color: #003cd3 !important;
  background-color: #fafafa;
}
.cid-uOv3byFDEh .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-uOv3byFDEh .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uOv3byFDEh .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uOv3byFDEh .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uOv3byFDEh .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uOv3byFDEh .nav-item:focus,
.cid-uOv3byFDEh .nav-link:focus {
  outline: none;
}
.cid-uOv3byFDEh .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uOv3byFDEh .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uOv3byFDEh .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uOv3byFDEh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOv3byFDEh .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uOv3byFDEh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOv3byFDEh ul.navbar-nav li {
  margin: auto;
}
.cid-uOv3byFDEh .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #000000;
}
.cid-uOv3byFDEh .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #000000 !important;
}
.cid-uOv3byFDEh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOv3byFDEh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOv3byFDEh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOv3byFDEh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-uOv3byFDEh .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uOv3byFDEh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOv3byFDEh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uOv3byFDEh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOv3byFDEh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOv3byFDEh .navbar .container-fluid,
  .cid-uOv3byFDEh .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uOv3byFDEh .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uOv3byFDEh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOv3byFDEh .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-uOv3byFDEh .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uOv3byFDEh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uOv3byFDEh .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uOv3byFDEh .navbar.navbar-short {
  background: #000000 !important;
  min-height: 90px;
}
.cid-uOv3byFDEh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uOv3byFDEh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uOv3byFDEh .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOv3byFDEh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOv3byFDEh .dropdown-item.active,
.cid-uOv3byFDEh .dropdown-item:active {
  background-color: transparent;
}
.cid-uOv3byFDEh .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOv3byFDEh .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uOv3byFDEh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uOv3byFDEh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uOv3byFDEh .navbar-buttons {
  text-align: center;
}
.cid-uOv3byFDEh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uOv3byFDEh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-uOv3byFDEh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uOv3byFDEh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uOv3byFDEh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uOv3byFDEh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uOv3byFDEh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOv3byFDEh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uOv3byFDEh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uOv3byFDEh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOv3byFDEh .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uOv3byFDEh a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uOv3byFDEh a.nav-link:hover {
  color: #003cd3 !important;
}
.is-builder .cid-uOv3byFDEh .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOv3byFDEh .navbar {
    height: 77px;
  }
  .cid-uOv3byFDEh .navbar.opened {
    height: auto;
  }
  .cid-uOv3byFDEh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOv3bzM2BF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/341112-electricanspecialclass.jpg-1024x576.jpg");
}
.cid-uOv3bzM2BF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOv3bzM2BF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uOv3bzM2BF .container {
    padding: 0 16px;
  }
}
.cid-uOv3bzM2BF .row {
  height: 470px;
}
@media (max-width: 992px) {
  .cid-uOv3bzM2BF .row {
    height: 200px;
  }
}
.cid-uOz9UeTT8n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOz9UeTT8n .mbr-text {
  color: #000000;
}
.cid-uOz9UeTT8n .mbr-section-subtitle {
  color: #000000;
}
.cid-uOz9UeTT8n .mbr-section-title {
  color: #000000;
}
.cid-uOv3bBcA7R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #143c46;
}
.cid-uOv3bBcA7R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOv3bBcA7R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOv3bBcA7R .card-wrapper {
  border: 2px solid #000000;
  padding: 3rem 2.25rem;
  background: #fffff5;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uOv3bBcA7R .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uOv3bBcA7R .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-uOv3bBcA7R .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uOv3bBcA7R .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uOv3bBcA7R .google-map {
  height: 100%;
  position: relative;
}
.cid-uOv3bBcA7R .google-map iframe {
  padding: 2px;
  background-color: #000000;
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOv3bBcA7R .google-map iframe {
    min-height: 350px;
  }
}
.cid-uOv3bBcA7R .google-map [data-state-details] {
  color: #4b4b4b;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uOv3bBcA7R .google-map[data-state] {
  background: #ffffff;
}
.cid-uOv3bBcA7R .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uOv3bBcA7R ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uOv3bBcA7R .content-head {
  max-width: 800px;
}
.cid-uOv3bBcA7R .mbr-section-title {
  color: #ffffff;
}
.cid-uOv3bBcA7R .cardTitle {
  color: #000000;
}
.cid-uOv3bBcA7R .list,
.cid-uOv3bBcA7R .item-wrap {
  color: #000000;
}
.cid-uOv3bBVYhH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uOv3bBVYhH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOv3bBVYhH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOv3bBVYhH .row {
  justify-content: center;
}
.cid-uOv3bBVYhH .card {
  justify-content: center;
}
.cid-uOv3bBVYhH .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uOv3bBVYhH .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uOv3bBVYhH .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uOv3bBVYhH .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uOv3bBVYhH .nav-wrapper .list .item-wrap:hover,
.cid-uOv3bBVYhH .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uOv3bBVYhH .list,
.cid-uOv3bBVYhH .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uOv3clrHRn {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #000000;
}
.cid-uOv3clrHRn .nav-item,
.cid-uOv3clrHRn .nav-link,
.cid-uOv3clrHRn .navbar-caption {
  font-weight: normal;
}
.cid-uOv3clrHRn .navbar-nav {
  counter-reset: number;
}
.cid-uOv3clrHRn .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-uOv3clrHRn .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-uOv3clrHRn .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-uOv3clrHRn .btn {
    white-space: nowrap;
  }
  .cid-uOv3clrHRn .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uOv3clrHRn .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uOv3clrHRn .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uOv3clrHRn .dropdown-toggle::after,
  .cid-uOv3clrHRn .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uOv3clrHRn .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uOv3clrHRn .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uOv3clrHRn .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-uOv3clrHRn .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uOv3clrHRn .dropdown-menu .dropdown-item:hover {
  color: #003cd3 !important;
  background-color: #fafafa;
}
.cid-uOv3clrHRn .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-uOv3clrHRn .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uOv3clrHRn .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uOv3clrHRn .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uOv3clrHRn .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uOv3clrHRn .nav-item:focus,
.cid-uOv3clrHRn .nav-link:focus {
  outline: none;
}
.cid-uOv3clrHRn .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uOv3clrHRn .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uOv3clrHRn .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uOv3clrHRn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOv3clrHRn .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uOv3clrHRn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOv3clrHRn ul.navbar-nav li {
  margin: auto;
}
.cid-uOv3clrHRn .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #000000;
}
.cid-uOv3clrHRn .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #000000 !important;
}
.cid-uOv3clrHRn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOv3clrHRn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOv3clrHRn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOv3clrHRn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-uOv3clrHRn .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uOv3clrHRn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOv3clrHRn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uOv3clrHRn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOv3clrHRn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOv3clrHRn .navbar .container-fluid,
  .cid-uOv3clrHRn .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uOv3clrHRn .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uOv3clrHRn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOv3clrHRn .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-uOv3clrHRn .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uOv3clrHRn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uOv3clrHRn .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uOv3clrHRn .navbar.navbar-short {
  background: #000000 !important;
  min-height: 90px;
}
.cid-uOv3clrHRn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uOv3clrHRn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uOv3clrHRn .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOv3clrHRn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOv3clrHRn .dropdown-item.active,
.cid-uOv3clrHRn .dropdown-item:active {
  background-color: transparent;
}
.cid-uOv3clrHRn .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOv3clrHRn .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uOv3clrHRn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uOv3clrHRn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uOv3clrHRn .navbar-buttons {
  text-align: center;
}
.cid-uOv3clrHRn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uOv3clrHRn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-uOv3clrHRn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uOv3clrHRn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uOv3clrHRn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uOv3clrHRn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uOv3clrHRn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOv3clrHRn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uOv3clrHRn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uOv3clrHRn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOv3clrHRn .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uOv3clrHRn a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uOv3clrHRn a.nav-link:hover {
  color: #003cd3 !important;
}
.is-builder .cid-uOv3clrHRn .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOv3clrHRn .navbar {
    height: 77px;
  }
  .cid-uOv3clrHRn .navbar.opened {
    height: auto;
  }
  .cid-uOv3clrHRn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOv3cmk45K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/differens.webp");
}
.cid-uOv3cmk45K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOv3cmk45K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uOv3cmk45K .container {
    padding: 0 16px;
  }
}
.cid-uOv3cmk45K .row {
  height: 470px;
}
@media (max-width: 992px) {
  .cid-uOv3cmk45K .row {
    height: 200px;
  }
}
.cid-uOzaE9TcFf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOzaE9TcFf .mbr-text {
  color: #000000;
}
.cid-uOzaE9TcFf .mbr-section-subtitle {
  color: #000000;
}
.cid-uOzaE9TcFf .mbr-section-title {
  color: #000000;
}
.cid-uOv3cnHwNT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #143c46;
}
.cid-uOv3cnHwNT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOv3cnHwNT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOv3cnHwNT .card-wrapper {
  border: 2px solid #000000;
  padding: 3rem 2.25rem;
  background: #fffff5;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uOv3cnHwNT .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uOv3cnHwNT .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-uOv3cnHwNT .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uOv3cnHwNT .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uOv3cnHwNT .google-map {
  height: 100%;
  position: relative;
}
.cid-uOv3cnHwNT .google-map iframe {
  padding: 2px;
  background-color: #000000;
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOv3cnHwNT .google-map iframe {
    min-height: 350px;
  }
}
.cid-uOv3cnHwNT .google-map [data-state-details] {
  color: #4b4b4b;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uOv3cnHwNT .google-map[data-state] {
  background: #ffffff;
}
.cid-uOv3cnHwNT .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uOv3cnHwNT ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uOv3cnHwNT .content-head {
  max-width: 800px;
}
.cid-uOv3cnHwNT .mbr-section-title {
  color: #ffffff;
}
.cid-uOv3cnHwNT .cardTitle {
  color: #000000;
}
.cid-uOv3cnHwNT .list,
.cid-uOv3cnHwNT .item-wrap {
  color: #000000;
}
.cid-uOv3cowYjy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uOv3cowYjy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOv3cowYjy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOv3cowYjy .row {
  justify-content: center;
}
.cid-uOv3cowYjy .card {
  justify-content: center;
}
.cid-uOv3cowYjy .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uOv3cowYjy .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uOv3cowYjy .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uOv3cowYjy .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uOv3cowYjy .nav-wrapper .list .item-wrap:hover,
.cid-uOv3cowYjy .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uOv3cowYjy .list,
.cid-uOv3cowYjy .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uLqSbIV9dR {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #000000;
}
.cid-uLqSbIV9dR .nav-item,
.cid-uLqSbIV9dR .nav-link,
.cid-uLqSbIV9dR .navbar-caption {
  font-weight: normal;
}
.cid-uLqSbIV9dR .navbar-nav {
  counter-reset: number;
}
.cid-uLqSbIV9dR .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-uLqSbIV9dR .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-uLqSbIV9dR .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-uLqSbIV9dR .btn {
    white-space: nowrap;
  }
  .cid-uLqSbIV9dR .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uLqSbIV9dR .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uLqSbIV9dR .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uLqSbIV9dR .dropdown-toggle::after,
  .cid-uLqSbIV9dR .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uLqSbIV9dR .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uLqSbIV9dR .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uLqSbIV9dR .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-uLqSbIV9dR .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uLqSbIV9dR .dropdown-menu .dropdown-item:hover {
  color: #003cd3 !important;
  background-color: #fafafa;
}
.cid-uLqSbIV9dR .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-uLqSbIV9dR .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uLqSbIV9dR .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uLqSbIV9dR .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uLqSbIV9dR .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uLqSbIV9dR .nav-item:focus,
.cid-uLqSbIV9dR .nav-link:focus {
  outline: none;
}
.cid-uLqSbIV9dR .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uLqSbIV9dR .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uLqSbIV9dR .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uLqSbIV9dR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLqSbIV9dR .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uLqSbIV9dR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLqSbIV9dR ul.navbar-nav li {
  margin: auto;
}
.cid-uLqSbIV9dR .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #000000;
}
.cid-uLqSbIV9dR .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #000000 !important;
}
.cid-uLqSbIV9dR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLqSbIV9dR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLqSbIV9dR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLqSbIV9dR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-uLqSbIV9dR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uLqSbIV9dR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLqSbIV9dR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uLqSbIV9dR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLqSbIV9dR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLqSbIV9dR .navbar .container-fluid,
  .cid-uLqSbIV9dR .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uLqSbIV9dR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uLqSbIV9dR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLqSbIV9dR .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-uLqSbIV9dR .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uLqSbIV9dR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uLqSbIV9dR .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uLqSbIV9dR .navbar.navbar-short {
  background: #000000 !important;
  min-height: 90px;
}
.cid-uLqSbIV9dR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uLqSbIV9dR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uLqSbIV9dR .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLqSbIV9dR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLqSbIV9dR .dropdown-item.active,
.cid-uLqSbIV9dR .dropdown-item:active {
  background-color: transparent;
}
.cid-uLqSbIV9dR .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLqSbIV9dR .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uLqSbIV9dR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uLqSbIV9dR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uLqSbIV9dR .navbar-buttons {
  text-align: center;
}
.cid-uLqSbIV9dR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uLqSbIV9dR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-uLqSbIV9dR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uLqSbIV9dR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uLqSbIV9dR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uLqSbIV9dR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uLqSbIV9dR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLqSbIV9dR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uLqSbIV9dR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uLqSbIV9dR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLqSbIV9dR .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uLqSbIV9dR a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uLqSbIV9dR a.nav-link:hover {
  color: #003cd3 !important;
}
.is-builder .cid-uLqSbIV9dR .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLqSbIV9dR .navbar {
    height: 77px;
  }
  .cid-uLqSbIV9dR .navbar.opened {
    height: auto;
  }
  .cid-uLqSbIV9dR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLqSbJCWmq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/what-does-an-industrial-electrician-do.png.webp");
}
.cid-uLqSbJCWmq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLqSbJCWmq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uLqSbJCWmq .container {
    padding: 0 16px;
  }
}
.cid-uLqSbJCWmq .row {
  height: 470px;
}
@media (max-width: 992px) {
  .cid-uLqSbJCWmq .row {
    height: 200px;
  }
}
.cid-uOz9bT86gs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOz9bT86gs .mbr-text {
  color: #000000;
}
.cid-uOz9bT86gs .mbr-section-subtitle {
  color: #000000;
}
.cid-uOz9bT86gs .mbr-section-title {
  color: #000000;
}
.cid-uOv2S83pU2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #143c46;
}
.cid-uOv2S83pU2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOv2S83pU2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOv2S83pU2 .card-wrapper {
  border: 2px solid #000000;
  padding: 3rem 2.25rem;
  background: #fffff5;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uOv2S83pU2 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uOv2S83pU2 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-uOv2S83pU2 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uOv2S83pU2 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uOv2S83pU2 .google-map {
  height: 100%;
  position: relative;
}
.cid-uOv2S83pU2 .google-map iframe {
  padding: 2px;
  background-color: #000000;
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOv2S83pU2 .google-map iframe {
    min-height: 350px;
  }
}
.cid-uOv2S83pU2 .google-map [data-state-details] {
  color: #4b4b4b;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uOv2S83pU2 .google-map[data-state] {
  background: #ffffff;
}
.cid-uOv2S83pU2 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uOv2S83pU2 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uOv2S83pU2 .content-head {
  max-width: 800px;
}
.cid-uOv2S83pU2 .mbr-section-title {
  color: #ffffff;
}
.cid-uOv2S83pU2 .cardTitle {
  color: #000000;
}
.cid-uOv2S83pU2 .list,
.cid-uOv2S83pU2 .item-wrap {
  color: #000000;
}
.cid-uOv2h8kQpq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uOv2h8kQpq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOv2h8kQpq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOv2h8kQpq .row {
  justify-content: center;
}
.cid-uOv2h8kQpq .card {
  justify-content: center;
}
.cid-uOv2h8kQpq .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uOv2h8kQpq .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uOv2h8kQpq .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uOv2h8kQpq .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uOv2h8kQpq .nav-wrapper .list .item-wrap:hover,
.cid-uOv2h8kQpq .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uOv2h8kQpq .list,
.cid-uOv2h8kQpq .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
