@import url(https://fonts.googleapis.com/css?family=Anton:400&display=swap);
@import url(https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Anton', sans-serif;
  font-size: 2.85rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 4.56rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.3rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.08rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.28rem;
    font-size: calc( 1.6475rem + (2.85 - 1.6475) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.6475rem + (2.85 - 1.6475) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #0087ff !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #000000 !important;
}
.bg-danger {
  background-color: #ffff00 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0087ff !important;
  border-color: #0087ff !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #005eb3 !important;
  border-color: #005eb3 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #005eb3 !important;
  border-color: #005eb3 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffff00 !important;
  border-color: #ffff00 !important;
  color: #000000 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #000000 !important;
  background-color: #b2b300 !important;
  border-color: #b2b300 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #000000 !important;
  background-color: #b2b300 !important;
  border-color: #b2b300 !important;
}
.btn-white {
  color: #333333 !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: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #005199;
  color: #005199;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #0087ff;
  border-color: #0087ff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0087ff !important;
  border-color: #0087ff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #999900;
  color: #999900;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000;
  background-color: #ffff00;
  border-color: #ffff00;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #000000 !important;
  background-color: #ffff00 !important;
  border-color: #ffff00 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #0087ff !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #000000 !important;
}
.text-danger {
  color: #ffff00 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #005199 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #999900 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #000000;
}
.alert-danger {
  background-color: #ffff00;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0087ff;
  border-color: #0087ff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0087ff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cce7ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffcc;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1.1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #0087ff;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #0087ff;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #0087ff;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0087ff;
  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: #0087ff;
  border-bottom-color: #0087ff;
}
.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: #0087ff !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: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%230087ff' %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.3;
}
.cid-qKRpngt31g .navbar {
  background: rgba(0, 0, 0, 0.7) !important;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  border-bottom-style: solid;
  border-color: #0087ff;
}
.cid-qKRpngt31g .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qKRpngt31g a {
  font-style: normal;
}
.cid-qKRpngt31g .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qKRpngt31g .nav-item a {
  display: flex;
  align-items: left;
  justify-content: left;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qKRpngt31g .nav-item:focus,
.cid-qKRpngt31g .nav-link:focus {
  outline: none;
}
.cid-qKRpngt31g .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qKRpngt31g .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qKRpngt31g .menu-logo {
  margin-right: auto;
}
.cid-qKRpngt31g .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qKRpngt31g .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qKRpngt31g .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qKRpngt31g .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qKRpngt31g .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qKRpngt31g .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qKRpngt31g .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qKRpngt31g .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qKRpngt31g .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qKRpngt31g .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qKRpngt31g .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qKRpngt31g .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qKRpngt31g .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qKRpngt31g .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qKRpngt31g .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qKRpngt31g .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qKRpngt31g .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qKRpngt31g .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qKRpngt31g .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qKRpngt31g .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qKRpngt31g .navbar.navbar-short .navbar-logo a img {
  height: 8rem !important;
}
.cid-qKRpngt31g .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qKRpngt31g button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qKRpngt31g button.navbar-toggler:focus {
  outline: none;
}
.cid-qKRpngt31g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffff00;
}
.cid-qKRpngt31g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qKRpngt31g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qKRpngt31g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qKRpngt31g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qKRpngt31g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKRpngt31g nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qKRpngt31g nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qKRpngt31g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKRpngt31g .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qKRpngt31g .collapsed .btn {
  display: flex;
}
.cid-qKRpngt31g .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qKRpngt31g .collapsed .navbar-collapse.collapsing,
.cid-qKRpngt31g .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qKRpngt31g .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qKRpngt31g .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qKRpngt31g .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qKRpngt31g .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qKRpngt31g .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qKRpngt31g .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qKRpngt31g .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qKRpngt31g .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qKRpngt31g .collapsed button.navbar-toggler {
  display: block;
}
.cid-qKRpngt31g .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qKRpngt31g .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qKRpngt31g .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qKRpngt31g .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qKRpngt31g .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qKRpngt31g .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qKRpngt31g.navbar-expand {
    flex-direction: column;
  }
  .cid-qKRpngt31g img {
    height: 8rem !important;
  }
  .cid-qKRpngt31g .btn {
    display: flex;
  }
  .cid-qKRpngt31g button.navbar-toggler {
    display: block;
  }
  .cid-qKRpngt31g .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qKRpngt31g .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qKRpngt31g .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qKRpngt31g .navbar-collapse.collapsing,
  .cid-qKRpngt31g .navbar-collapse.show {
    display: block !important;
  }
  .cid-qKRpngt31g .navbar-collapse.collapsing .navbar-nav,
  .cid-qKRpngt31g .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qKRpngt31g .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qKRpngt31g .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qKRpngt31g .navbar-collapse.collapsing .navbar-buttons,
  .cid-qKRpngt31g .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qKRpngt31g .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qKRpngt31g .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKRpngt31g .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qKRpngt31g .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qKRpngt31g .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qKRpngt31g .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qKRpngt31g .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qKRpngt31g .navbar-collapse {
  flex-basis: auto;
}
.cid-qKRpngt31g .nav-link:hover,
.cid-qKRpngt31g .dropdown-item:hover {
  color: #ffff00 !important;
}
.cid-qKRpngt31g .my-logo {
  min-width: 100px;
  min-height: 160px;
}
@media (max-width: 520px) {
  .cid-qKRpngt31g .my-logo {
    min-width: 60px;
    min-height: 90px;
  }
}
.cid-qKRtR0gnrW .modal-body .close {
  background: #1b1b1b;
}
.cid-qKRtR0gnrW .modal-body .close span {
  font-style: normal;
}
.cid-qKRtR0gnrW .carousel-inner > .active,
.cid-qKRtR0gnrW .carousel-inner > .next,
.cid-qKRtR0gnrW .carousel-inner > .prev {
  display: table;
}
.cid-qKRtR0gnrW .carousel-control .icon-next,
.cid-qKRtR0gnrW .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qKRtR0gnrW .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qKRtR0gnrW .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qKRtR0gnrW .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qKRtR0gnrW .boxed-slider > div {
  position: relative;
}
.cid-qKRtR0gnrW .container img {
  width: 100%;
}
.cid-qKRtR0gnrW .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-qKRtR0gnrW .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qKRtR0gnrW .mbr-table-cell {
  padding: 0;
}
.cid-qKRtR0gnrW .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qKRtR0gnrW .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qKRtR0gnrW .mbr-overlay {
  z-index: 1;
}
.cid-qKRtR0gnrW .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qKRtR0gnrW .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-qKRtR0gnrW .carousel-item .container {
    width: 100%;
  }
}
.cid-qKRtR0gnrW .carousel-item-next.carousel-item-left,
.cid-qKRtR0gnrW .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qKRtR0gnrW .active.carousel-item-right,
.cid-qKRtR0gnrW .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qKRtR0gnrW .active.carousel-item-left,
.cid-qKRtR0gnrW .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qKRtR0gnrW .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-qKRtR0gnrW .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qKRtR0gnrW .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qKRtR0gnrW .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-qKRtR0gnrW .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qKRtR0gnrW .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qKRtR0gnrW .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-qKRtR0gnrW .mbr-slider .carousel-indicators li.active,
.cid-qKRtR0gnrW .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qKRtR0gnrW .mbr-slider .carousel-indicators li::after,
.cid-qKRtR0gnrW .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qKRtR0gnrW .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qKRtR0gnrW .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qKRtR0gnrW .mbr-slider > .container img {
  width: 100%;
}
.cid-qKRtR0gnrW .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qKRtR0gnrW .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qKRtR0gnrW .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qKRtR0gnrW .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qKRtR0gnrW .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qKRtR0gnrW .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qKRtR0gnrW .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qKRtR0gnrW .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qKRtR0gnrW .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qKRtR0gnrW .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qKRtR0gnrW .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qKRtR0gnrW .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qKRtR0gnrW .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qKRtR0gnrW H2 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-qKRtR0gnrW p {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-qMLb38NChY {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-qMLb38NChY .mbr-section-subtitle {
  color: #767676;
}
.cid-qMLb38NChY .mbr-text {
  color: #767676;
}
.cid-qMLb38NChY .card {
  display: flex;
  position: relative;
  justify-content: center;
}
.cid-qMLb38NChY .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qMLb38NChY .card-wrapper .card-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.cid-qMLb38NChY .card-wrapper .card-img .mbr-overlay {
  background-color: #efefef;
  display: none;
  transition: opacity .3s;
}
.cid-qMLb38NChY .card-wrapper .card-img .mbr-section-btn {
  position: absolute;
  transition: opacity .3s;
  margin: auto;
}
.cid-qMLb38NChY .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-qMLb38NChY .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-qMLb38NChY .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-qMLb38NChY .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-qMLb38NChY .popup-btn .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-qMLb38NChY .popup-btn .mbr-section-btn {
  display: block !important;
  opacity: 0;
}
.cid-qMLb38NChY .popup-btn:hover .mbr-overlay {
  opacity: .5;
}
.cid-qMLb38NChY .popup-btn:hover .mbr-section-btn {
  opacity: 1;
}
.cid-uLgTymBRuM {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  background-color: #161616;
}
.cid-uLgTymBRuM .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #232323;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uLgTymBRuM .photo-split {
  padding: 0;
}
.cid-uLgTymBRuM .photo-split img {
  width: 100%;
}
.cid-uLgTymBRuM .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uLgTymBRuM .counter-container ul {
  display: flex;
  flex-direction: column;
}
.cid-uLgTymBRuM .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-uLgTymBRuM .counter-container ul li:before {
  color: #0087ff;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-uLgTymBRuM .wrap-block {
  padding: 3rem 3rem;
}
.cid-uLgTymBRuM .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uLgTymBRuM .wrap-block ul li {
  display: inline-block;
}
.cid-uLgTymBRuM .wrap-block ul li span {
  text-align: center;
}
.cid-uLgTymBRuM .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-uLgTymBRuM .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uLgTymBRuM .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uLgTymBRuM .mbr-list,
.cid-uLgTymBRuM .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-uLgTymBRuM .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLgTymBRuM .mbr-section-title,
  .cid-uLgTymBRuM .mbr-section-subtitle,
  .cid-uLgTymBRuM .mbr-text {
    text-align: center !important;
  }
  .cid-uLgTymBRuM .social-list {
    text-align: center !important;
  }
}
.cid-uLgTymBRuM i,
.cid-uLgTymBRuM em {
  color: #0087ff;
}
.cid-uLgTymBRuM .mbr-text {
  color: #ffffff;
}
.cid-uLgTymBRuM h2 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-uLgTymBRuM .mbr-list,
.cid-uLgTymBRuM .social-media {
  color: #ffff00;
}
.cid-uLgQuCjf8C {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  background-color: #000000;
}
.cid-uLgQuCjf8C .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #232323;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uLgQuCjf8C .content-row {
  flex-direction: row-reverse;
}
.cid-uLgQuCjf8C .photo-split {
  padding: 0;
}
.cid-uLgQuCjf8C .photo-split img {
  width: 100%;
}
.cid-uLgQuCjf8C .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uLgQuCjf8C .counter-container ul {
  display: flex;
  flex-direction: column;
}
.cid-uLgQuCjf8C .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-uLgQuCjf8C .counter-container ul li:before {
  color: #0087ff;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-uLgQuCjf8C .wrap-block {
  padding: 3rem 3rem;
}
.cid-uLgQuCjf8C .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uLgQuCjf8C .wrap-block ul li {
  display: inline-block;
}
.cid-uLgQuCjf8C .wrap-block ul li span {
  text-align: center;
}
.cid-uLgQuCjf8C .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-uLgQuCjf8C .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uLgQuCjf8C .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uLgQuCjf8C .mbr-list,
.cid-uLgQuCjf8C .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-uLgQuCjf8C .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLgQuCjf8C .mbr-section-title,
  .cid-uLgQuCjf8C .mbr-section-subtitle,
  .cid-uLgQuCjf8C .mbr-text {
    text-align: center !important;
  }
  .cid-uLgQuCjf8C .social-list {
    text-align: center !important;
  }
}
.cid-uLgQuCjf8C i,
.cid-uLgQuCjf8C em {
  color: #0087ff;
}
.cid-uLgQuCjf8C .mbr-text {
  color: #ffffff;
}
.cid-uLgQuCjf8C h2 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-uLgQuCjf8C .mbr-list,
.cid-uLgQuCjf8C .social-media {
  color: #ffffff;
}
.cid-ttdFosBw7G {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  background-color: #000000;
}
.cid-ttdFosBw7G .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #232323;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ttdFosBw7G .photo-split {
  padding: 0;
}
.cid-ttdFosBw7G .photo-split img {
  width: 100%;
}
.cid-ttdFosBw7G .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-ttdFosBw7G .counter-container ul {
  display: flex;
  flex-direction: column;
}
.cid-ttdFosBw7G .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-ttdFosBw7G .counter-container ul li:before {
  color: #0087ff;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-ttdFosBw7G .wrap-block {
  padding: 3rem 3rem;
}
.cid-ttdFosBw7G .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-ttdFosBw7G .wrap-block ul li {
  display: inline-block;
}
.cid-ttdFosBw7G .wrap-block ul li span {
  text-align: center;
}
.cid-ttdFosBw7G .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-ttdFosBw7G .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-ttdFosBw7G .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-ttdFosBw7G .mbr-list,
.cid-ttdFosBw7G .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-ttdFosBw7G .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ttdFosBw7G .mbr-section-title,
  .cid-ttdFosBw7G .mbr-section-subtitle,
  .cid-ttdFosBw7G .mbr-text {
    text-align: center !important;
  }
  .cid-ttdFosBw7G .social-list {
    text-align: center !important;
  }
}
.cid-ttdFosBw7G i,
.cid-ttdFosBw7G em {
  color: #0087ff;
}
.cid-ttdFosBw7G .mbr-text {
  color: #ffffff;
}
.cid-ttdFosBw7G h2 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-ttdFosBw7G .mbr-list,
.cid-ttdFosBw7G .social-media {
  color: #ffff00;
}
.cid-qMLlqBsNYf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-qMLlqBsNYf .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #232323;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-qMLlqBsNYf .content-row {
  flex-direction: row-reverse;
}
.cid-qMLlqBsNYf .photo-split {
  padding: 0;
}
.cid-qMLlqBsNYf .photo-split img {
  width: 100%;
}
.cid-qMLlqBsNYf .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-qMLlqBsNYf .counter-container ul {
  display: flex;
  flex-direction: column;
}
.cid-qMLlqBsNYf .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-qMLlqBsNYf .counter-container ul li:before {
  color: #0087ff;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-qMLlqBsNYf .wrap-block {
  padding: 3rem 3rem;
}
.cid-qMLlqBsNYf .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-qMLlqBsNYf .wrap-block ul li {
  display: inline-block;
}
.cid-qMLlqBsNYf .wrap-block ul li span {
  text-align: center;
}
.cid-qMLlqBsNYf .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-qMLlqBsNYf .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-qMLlqBsNYf .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-qMLlqBsNYf .mbr-list,
.cid-qMLlqBsNYf .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-qMLlqBsNYf .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-qMLlqBsNYf .mbr-section-title,
  .cid-qMLlqBsNYf .mbr-section-subtitle,
  .cid-qMLlqBsNYf .mbr-text {
    text-align: center !important;
  }
  .cid-qMLlqBsNYf .social-list {
    text-align: center !important;
  }
}
.cid-qMLlqBsNYf i,
.cid-qMLlqBsNYf em {
  color: #0087ff;
}
.cid-qMLlqBsNYf .mbr-list,
.cid-qMLlqBsNYf .social-media {
  color: #ffff00;
}
#RS5STARContactForm-44 H3 {
  color: #ffffff;
}
#RS5STARContactForm-44 h3 {
  font-size: 46px;
  text-shadow: 2px 2px 2px #000000;
  font-weight: bold;
}
#RS5STARContactForm-44 small {
  color: #ffffff;
  font-size: 1.5rem;
}
#RS5STARContactForm-44 .form-check-inline {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#RS5STARContactForm-44 .form-check-inline1 {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#RS5STARContactForm-44 .form-check-inline2 {
  float: left;
  color: #a1a1a1;
}
#RS5STARContactForm-44 .form-checkbox-inline {
  width: 100%;
  float: left;
  color: #a1a1a1;
}
#RS5STARContactForm-44 .form-check-input {
  margin-left: 2.25rem;
}
#RS5STARContactForm-44 #genderRadio1 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-44 #genderRadio2 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-44 #genderRadio3 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-44 #gender-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
}
#RS5STARContactForm-44 #optcheck1 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-44 #optcheck2 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-44 #optcheck3 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-44 #optcheck-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
}
#RS5STARContactForm-44 #terms-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
}
#RS5STARContactForm-44 #privacy-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
}
#RS5STARContactForm-44 #sendbutton {
  text-align: left;
}
#RS5STARContactForm-44 .engine {
  display: none !important;
}
@media (max-width: 767px) {
  #RS5STARContactForm-44 .form-check-inline {
    font-size: 0.8rem !important;
  }
  #RS5STARContactForm-44 .form-check-inline1 {
    font-size: 0.8rem !important;
  }
  #RS5STARContactForm-44 .form-check-inline2 {
    font-size: 0.8rem !important;
  }
  #RS5STARContactForm-44 .form-checkbox-inline {
    font-size: 0.8rem !important;
  }
  #RS5STARContactForm-44 .form-check-input {
    margin-left: 1.25rem;
  }
  #RS5STARContactForm-44 #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS5STARContactForm-44 #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS5STARContactForm-44 #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS5STARContactForm-44 #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS5STARContactForm-44 #genderRadio1 {
    margin-left: 2.5rem;
  }
  #RS5STARContactForm-44 #genderRadio2 {
    margin-left: 2.5rem;
  }
  #RS5STARContactForm-44 #genderRadio3 {
    margin-left: 2.25rem;
  }
  #RS5STARContactForm-44 #optcheck1 {
    margin-left: 0.25rem;
  }
  #RS5STARContactForm-44 #optcheck2 {
    margin-left: 0.25rem;
  }
  #RS5STARContactForm-44 #optcheck3 {
    margin-left: 0.25rem;
  }
}
@media (max-width: 962px) {
  #RS5STARContactForm-44 #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS5STARContactForm-44 #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS5STARContactForm-44 #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS5STARContactForm-44 #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-44 #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-44 #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS5STARContactForm-44 #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-44 #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-44 #genderRadio3 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-44 #optcheck1 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-44 #optcheck2 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-44 #optcheck3 {
    margin-left: -0.5rem;
  }
}
.cid-qKS9JJG6NA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-qKS9JJG6NA .content {
    text-align: center;
  }
  .cid-qKS9JJG6NA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qKS9JJG6NA .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qKS9JJG6NA .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qKS9JJG6NA .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qKS9JJG6NA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qKS9JJG6NA .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qKS9JJG6NA .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qKS9JJG6NA .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qKS9JJG6NA .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qKS9JJG6NA .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qKS9JJG6NA .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qKS9JJG6NA .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qKSdZgT0vq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-qMRQ8LJ3Cr .navbar {
  background: rgba(0, 0, 0, 0.7) !important;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  border-bottom-style: solid;
  border-color: #0087ff;
}
.cid-qMRQ8LJ3Cr .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qMRQ8LJ3Cr a {
  font-style: normal;
}
.cid-qMRQ8LJ3Cr .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qMRQ8LJ3Cr .nav-item a {
  display: flex;
  align-items: left;
  justify-content: left;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qMRQ8LJ3Cr .nav-item:focus,
.cid-qMRQ8LJ3Cr .nav-link:focus {
  outline: none;
}
.cid-qMRQ8LJ3Cr .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qMRQ8LJ3Cr .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qMRQ8LJ3Cr .menu-logo {
  margin-right: auto;
}
.cid-qMRQ8LJ3Cr .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qMRQ8LJ3Cr .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qMRQ8LJ3Cr .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qMRQ8LJ3Cr .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qMRQ8LJ3Cr .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qMRQ8LJ3Cr .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qMRQ8LJ3Cr .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qMRQ8LJ3Cr .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qMRQ8LJ3Cr .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qMRQ8LJ3Cr .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qMRQ8LJ3Cr .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qMRQ8LJ3Cr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qMRQ8LJ3Cr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qMRQ8LJ3Cr .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qMRQ8LJ3Cr .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qMRQ8LJ3Cr .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qMRQ8LJ3Cr .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qMRQ8LJ3Cr .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qMRQ8LJ3Cr .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qMRQ8LJ3Cr .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qMRQ8LJ3Cr .navbar.navbar-short .navbar-logo a img {
  height: 8rem !important;
}
.cid-qMRQ8LJ3Cr .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qMRQ8LJ3Cr button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qMRQ8LJ3Cr button.navbar-toggler:focus {
  outline: none;
}
.cid-qMRQ8LJ3Cr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffff00;
}
.cid-qMRQ8LJ3Cr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qMRQ8LJ3Cr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qMRQ8LJ3Cr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qMRQ8LJ3Cr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qMRQ8LJ3Cr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMRQ8LJ3Cr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qMRQ8LJ3Cr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qMRQ8LJ3Cr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMRQ8LJ3Cr .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qMRQ8LJ3Cr .collapsed .btn {
  display: flex;
}
.cid-qMRQ8LJ3Cr .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qMRQ8LJ3Cr .collapsed .navbar-collapse.collapsing,
.cid-qMRQ8LJ3Cr .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qMRQ8LJ3Cr .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qMRQ8LJ3Cr .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qMRQ8LJ3Cr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qMRQ8LJ3Cr .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qMRQ8LJ3Cr .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qMRQ8LJ3Cr .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qMRQ8LJ3Cr .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qMRQ8LJ3Cr .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qMRQ8LJ3Cr .collapsed button.navbar-toggler {
  display: block;
}
.cid-qMRQ8LJ3Cr .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qMRQ8LJ3Cr .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qMRQ8LJ3Cr .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qMRQ8LJ3Cr .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qMRQ8LJ3Cr .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qMRQ8LJ3Cr .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qMRQ8LJ3Cr.navbar-expand {
    flex-direction: column;
  }
  .cid-qMRQ8LJ3Cr img {
    height: 8rem !important;
  }
  .cid-qMRQ8LJ3Cr .btn {
    display: flex;
  }
  .cid-qMRQ8LJ3Cr button.navbar-toggler {
    display: block;
  }
  .cid-qMRQ8LJ3Cr .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qMRQ8LJ3Cr .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qMRQ8LJ3Cr .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qMRQ8LJ3Cr .navbar-collapse.collapsing,
  .cid-qMRQ8LJ3Cr .navbar-collapse.show {
    display: block !important;
  }
  .cid-qMRQ8LJ3Cr .navbar-collapse.collapsing .navbar-nav,
  .cid-qMRQ8LJ3Cr .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qMRQ8LJ3Cr .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qMRQ8LJ3Cr .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qMRQ8LJ3Cr .navbar-collapse.collapsing .navbar-buttons,
  .cid-qMRQ8LJ3Cr .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qMRQ8LJ3Cr .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qMRQ8LJ3Cr .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qMRQ8LJ3Cr .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qMRQ8LJ3Cr .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qMRQ8LJ3Cr .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qMRQ8LJ3Cr .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qMRQ8LJ3Cr .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qMRQ8LJ3Cr .navbar-collapse {
  flex-basis: auto;
}
.cid-qMRQ8LJ3Cr .nav-link:hover,
.cid-qMRQ8LJ3Cr .dropdown-item:hover {
  color: #ffff00 !important;
}
.cid-qMRQ8LJ3Cr .my-logo {
  min-width: 100px;
  min-height: 160px;
}
@media (max-width: 520px) {
  .cid-qMRQ8LJ3Cr .my-logo {
    min-width: 60px;
    min-height: 90px;
  }
}
.cid-qMRQj33jRu {
  padding-top: 200px;
  padding-bottom: 160px;
  background-image: url("../../../assets/images/extreme-electrical-solutions-anthony-scavo-1-2000x600.jpg");
}
.cid-qMRQj33jRu .spacr {
  margin-top: 180px;
}
.cid-qMRQj33jRu H2 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-qMRQj33jRu H3 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-qMRQNijeTC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qMRQNijeTC .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-qMRQNijeTC hr {
  margin: 1rem 0;
  border-color: #0087ff;
  opacity: .80;
}
.cid-rlshg4OMcG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-rlshg4OMcG .content {
    text-align: center;
  }
  .cid-rlshg4OMcG .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rlshg4OMcG .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rlshg4OMcG .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rlshg4OMcG .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rlshg4OMcG .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rlshg4OMcG .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rlshg4OMcG .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rlshg4OMcG .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rlshg4OMcG .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rlshg4OMcG .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rlshg4OMcG .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rlshg4OMcG .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qMRRozxt1Y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-qMRRThl7fS .navbar {
  background: rgba(0, 0, 0, 0.7) !important;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  border-bottom-style: solid;
  border-color: #0087ff;
}
.cid-qMRRThl7fS .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qMRRThl7fS a {
  font-style: normal;
}
.cid-qMRRThl7fS .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qMRRThl7fS .nav-item a {
  display: flex;
  align-items: left;
  justify-content: left;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qMRRThl7fS .nav-item:focus,
.cid-qMRRThl7fS .nav-link:focus {
  outline: none;
}
.cid-qMRRThl7fS .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qMRRThl7fS .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qMRRThl7fS .menu-logo {
  margin-right: auto;
}
.cid-qMRRThl7fS .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qMRRThl7fS .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qMRRThl7fS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qMRRThl7fS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qMRRThl7fS .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qMRRThl7fS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qMRRThl7fS .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qMRRThl7fS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qMRRThl7fS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qMRRThl7fS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qMRRThl7fS .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qMRRThl7fS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qMRRThl7fS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qMRRThl7fS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qMRRThl7fS .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qMRRThl7fS .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qMRRThl7fS .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qMRRThl7fS .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qMRRThl7fS .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qMRRThl7fS .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qMRRThl7fS .navbar.navbar-short .navbar-logo a img {
  height: 8rem !important;
}
.cid-qMRRThl7fS .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qMRRThl7fS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qMRRThl7fS button.navbar-toggler:focus {
  outline: none;
}
.cid-qMRRThl7fS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffff00;
}
.cid-qMRRThl7fS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qMRRThl7fS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qMRRThl7fS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qMRRThl7fS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qMRRThl7fS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMRRThl7fS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qMRRThl7fS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qMRRThl7fS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMRRThl7fS .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qMRRThl7fS .collapsed .btn {
  display: flex;
}
.cid-qMRRThl7fS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qMRRThl7fS .collapsed .navbar-collapse.collapsing,
.cid-qMRRThl7fS .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qMRRThl7fS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qMRRThl7fS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qMRRThl7fS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qMRRThl7fS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qMRRThl7fS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qMRRThl7fS .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qMRRThl7fS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qMRRThl7fS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qMRRThl7fS .collapsed button.navbar-toggler {
  display: block;
}
.cid-qMRRThl7fS .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qMRRThl7fS .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qMRRThl7fS .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qMRRThl7fS .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qMRRThl7fS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qMRRThl7fS .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qMRRThl7fS.navbar-expand {
    flex-direction: column;
  }
  .cid-qMRRThl7fS img {
    height: 8rem !important;
  }
  .cid-qMRRThl7fS .btn {
    display: flex;
  }
  .cid-qMRRThl7fS button.navbar-toggler {
    display: block;
  }
  .cid-qMRRThl7fS .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qMRRThl7fS .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qMRRThl7fS .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qMRRThl7fS .navbar-collapse.collapsing,
  .cid-qMRRThl7fS .navbar-collapse.show {
    display: block !important;
  }
  .cid-qMRRThl7fS .navbar-collapse.collapsing .navbar-nav,
  .cid-qMRRThl7fS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qMRRThl7fS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qMRRThl7fS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qMRRThl7fS .navbar-collapse.collapsing .navbar-buttons,
  .cid-qMRRThl7fS .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qMRRThl7fS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qMRRThl7fS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qMRRThl7fS .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qMRRThl7fS .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qMRRThl7fS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qMRRThl7fS .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qMRRThl7fS .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qMRRThl7fS .navbar-collapse {
  flex-basis: auto;
}
.cid-qMRRThl7fS .nav-link:hover,
.cid-qMRRThl7fS .dropdown-item:hover {
  color: #ffff00 !important;
}
.cid-qMRRThl7fS .my-logo {
  min-width: 100px;
  min-height: 160px;
}
@media (max-width: 520px) {
  .cid-qMRRThl7fS .my-logo {
    min-width: 60px;
    min-height: 90px;
  }
}
.cid-qMRRUbSFlM {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/extreme-electrical-solutions-residential-banner-3-2000x600.jpg");
}
.cid-qMRRUbSFlM .spacr {
  margin-top: 100px;
}
.cid-qMRRUbSFlM H2 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-qMRRUbSFlM H3 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-qMRRUPycYy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qMRRUPycYy .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-qMRRUPycYy hr {
  margin: 1rem 0;
  border-color: #0087ff;
  opacity: .80;
}
.cid-qNpJ2eC9nX {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #0087ff;
}
.cid-qNpJ2eC9nX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rlshm1Tgav {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-rlshm1Tgav .content {
    text-align: center;
  }
  .cid-rlshm1Tgav .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rlshm1Tgav .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rlshm1Tgav .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rlshm1Tgav .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rlshm1Tgav .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rlshm1Tgav .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rlshm1Tgav .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rlshm1Tgav .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rlshm1Tgav .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rlshm1Tgav .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rlshm1Tgav .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rlshm1Tgav .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qMRRXaen0e {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-qMRS8YXefc .navbar {
  background: rgba(0, 0, 0, 0.7) !important;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  border-bottom-style: solid;
  border-color: #0087ff;
}
.cid-qMRS8YXefc .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qMRS8YXefc a {
  font-style: normal;
}
.cid-qMRS8YXefc .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qMRS8YXefc .nav-item a {
  display: flex;
  align-items: left;
  justify-content: left;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qMRS8YXefc .nav-item:focus,
.cid-qMRS8YXefc .nav-link:focus {
  outline: none;
}
.cid-qMRS8YXefc .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qMRS8YXefc .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qMRS8YXefc .menu-logo {
  margin-right: auto;
}
.cid-qMRS8YXefc .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qMRS8YXefc .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qMRS8YXefc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qMRS8YXefc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qMRS8YXefc .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qMRS8YXefc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qMRS8YXefc .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qMRS8YXefc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qMRS8YXefc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qMRS8YXefc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qMRS8YXefc .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qMRS8YXefc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qMRS8YXefc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qMRS8YXefc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qMRS8YXefc .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qMRS8YXefc .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qMRS8YXefc .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qMRS8YXefc .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qMRS8YXefc .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qMRS8YXefc .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qMRS8YXefc .navbar.navbar-short .navbar-logo a img {
  height: 8rem !important;
}
.cid-qMRS8YXefc .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qMRS8YXefc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qMRS8YXefc button.navbar-toggler:focus {
  outline: none;
}
.cid-qMRS8YXefc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffff00;
}
.cid-qMRS8YXefc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qMRS8YXefc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qMRS8YXefc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qMRS8YXefc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qMRS8YXefc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMRS8YXefc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qMRS8YXefc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qMRS8YXefc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMRS8YXefc .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qMRS8YXefc .collapsed .btn {
  display: flex;
}
.cid-qMRS8YXefc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qMRS8YXefc .collapsed .navbar-collapse.collapsing,
.cid-qMRS8YXefc .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qMRS8YXefc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qMRS8YXefc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qMRS8YXefc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qMRS8YXefc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qMRS8YXefc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qMRS8YXefc .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qMRS8YXefc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qMRS8YXefc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qMRS8YXefc .collapsed button.navbar-toggler {
  display: block;
}
.cid-qMRS8YXefc .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qMRS8YXefc .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qMRS8YXefc .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qMRS8YXefc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qMRS8YXefc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qMRS8YXefc .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qMRS8YXefc.navbar-expand {
    flex-direction: column;
  }
  .cid-qMRS8YXefc img {
    height: 8rem !important;
  }
  .cid-qMRS8YXefc .btn {
    display: flex;
  }
  .cid-qMRS8YXefc button.navbar-toggler {
    display: block;
  }
  .cid-qMRS8YXefc .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qMRS8YXefc .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qMRS8YXefc .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qMRS8YXefc .navbar-collapse.collapsing,
  .cid-qMRS8YXefc .navbar-collapse.show {
    display: block !important;
  }
  .cid-qMRS8YXefc .navbar-collapse.collapsing .navbar-nav,
  .cid-qMRS8YXefc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qMRS8YXefc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qMRS8YXefc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qMRS8YXefc .navbar-collapse.collapsing .navbar-buttons,
  .cid-qMRS8YXefc .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qMRS8YXefc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qMRS8YXefc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qMRS8YXefc .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qMRS8YXefc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qMRS8YXefc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qMRS8YXefc .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qMRS8YXefc .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qMRS8YXefc .navbar-collapse {
  flex-basis: auto;
}
.cid-qMRS8YXefc .nav-link:hover,
.cid-qMRS8YXefc .dropdown-item:hover {
  color: #ffff00 !important;
}
.cid-qMRS8YXefc .my-logo {
  min-width: 100px;
  min-height: 160px;
}
@media (max-width: 520px) {
  .cid-qMRS8YXefc .my-logo {
    min-width: 60px;
    min-height: 90px;
  }
}
.cid-qMRS9GubiD {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/extreme-electrical-solutions-commercial-banner-2-2000x600.jpg");
}
.cid-qMRS9GubiD .spacr {
  margin-top: 100px;
}
.cid-qMRS9GubiD H2 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-qMRS9GubiD H3 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-qMRSa9fQqf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qMRSa9fQqf .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-qMRSa9fQqf H2 {
  text-align: center;
}
.cid-qMRSa9fQqf hr {
  margin: 1rem 0;
  border-color: #0087ff;
  opacity: .80;
}
.cid-rlshqMDEHf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-rlshqMDEHf .content {
    text-align: center;
  }
  .cid-rlshqMDEHf .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rlshqMDEHf .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rlshqMDEHf .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rlshqMDEHf .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rlshqMDEHf .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rlshqMDEHf .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rlshqMDEHf .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rlshqMDEHf .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rlshqMDEHf .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rlshqMDEHf .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rlshqMDEHf .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rlshqMDEHf .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qMRSbu9oUm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-qMQ7q13xP1 .navbar {
  background: rgba(0, 0, 0, 0.7) !important;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  border-bottom-style: solid;
  border-color: #0087ff;
}
.cid-qMQ7q13xP1 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qMQ7q13xP1 a {
  font-style: normal;
}
.cid-qMQ7q13xP1 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qMQ7q13xP1 .nav-item a {
  display: flex;
  align-items: left;
  justify-content: left;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qMQ7q13xP1 .nav-item:focus,
.cid-qMQ7q13xP1 .nav-link:focus {
  outline: none;
}
.cid-qMQ7q13xP1 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qMQ7q13xP1 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qMQ7q13xP1 .menu-logo {
  margin-right: auto;
}
.cid-qMQ7q13xP1 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qMQ7q13xP1 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qMQ7q13xP1 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qMQ7q13xP1 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qMQ7q13xP1 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qMQ7q13xP1 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qMQ7q13xP1 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qMQ7q13xP1 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qMQ7q13xP1 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qMQ7q13xP1 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qMQ7q13xP1 .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qMQ7q13xP1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qMQ7q13xP1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qMQ7q13xP1 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qMQ7q13xP1 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qMQ7q13xP1 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qMQ7q13xP1 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qMQ7q13xP1 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qMQ7q13xP1 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qMQ7q13xP1 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qMQ7q13xP1 .navbar.navbar-short .navbar-logo a img {
  height: 8rem !important;
}
.cid-qMQ7q13xP1 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qMQ7q13xP1 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qMQ7q13xP1 button.navbar-toggler:focus {
  outline: none;
}
.cid-qMQ7q13xP1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffff00;
}
.cid-qMQ7q13xP1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qMQ7q13xP1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qMQ7q13xP1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qMQ7q13xP1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qMQ7q13xP1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMQ7q13xP1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qMQ7q13xP1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qMQ7q13xP1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMQ7q13xP1 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qMQ7q13xP1 .collapsed .btn {
  display: flex;
}
.cid-qMQ7q13xP1 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qMQ7q13xP1 .collapsed .navbar-collapse.collapsing,
.cid-qMQ7q13xP1 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qMQ7q13xP1 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qMQ7q13xP1 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qMQ7q13xP1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qMQ7q13xP1 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qMQ7q13xP1 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qMQ7q13xP1 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qMQ7q13xP1 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qMQ7q13xP1 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qMQ7q13xP1 .collapsed button.navbar-toggler {
  display: block;
}
.cid-qMQ7q13xP1 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qMQ7q13xP1 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qMQ7q13xP1 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qMQ7q13xP1 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qMQ7q13xP1 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qMQ7q13xP1 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qMQ7q13xP1.navbar-expand {
    flex-direction: column;
  }
  .cid-qMQ7q13xP1 img {
    height: 8rem !important;
  }
  .cid-qMQ7q13xP1 .btn {
    display: flex;
  }
  .cid-qMQ7q13xP1 button.navbar-toggler {
    display: block;
  }
  .cid-qMQ7q13xP1 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qMQ7q13xP1 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qMQ7q13xP1 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qMQ7q13xP1 .navbar-collapse.collapsing,
  .cid-qMQ7q13xP1 .navbar-collapse.show {
    display: block !important;
  }
  .cid-qMQ7q13xP1 .navbar-collapse.collapsing .navbar-nav,
  .cid-qMQ7q13xP1 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qMQ7q13xP1 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qMQ7q13xP1 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qMQ7q13xP1 .navbar-collapse.collapsing .navbar-buttons,
  .cid-qMQ7q13xP1 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qMQ7q13xP1 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qMQ7q13xP1 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qMQ7q13xP1 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qMQ7q13xP1 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qMQ7q13xP1 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qMQ7q13xP1 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qMQ7q13xP1 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qMQ7q13xP1 .navbar-collapse {
  flex-basis: auto;
}
.cid-qMQ7q13xP1 .nav-link:hover,
.cid-qMQ7q13xP1 .dropdown-item:hover {
  color: #ffff00 !important;
}
.cid-qMQ7q13xP1 .my-logo {
  min-width: 100px;
  min-height: 160px;
}
@media (max-width: 520px) {
  .cid-qMQ7q13xP1 .my-logo {
    min-width: 60px;
    min-height: 90px;
  }
}
.cid-qMQ7rGvMUF {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/extreme-electrical-solutions-sonos-banner-3-2000x600.jpg");
}
.cid-qMQ7rGvMUF .spacr {
  margin-top: 100px;
}
.cid-qMQ7rGvMUF H2 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-qMQ7rGvMUF H3 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-qMQrJypKTB {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-qMQrJypKTB .media-content .btn-bgr {
  z-index: 0;
}
.cid-qMQrJypKTB .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-qMQrJypKTB h3 {
  color: #000000;
  font-weight: 300;
}
.cid-qMQrJypKTB p {
  color: #464646;
}
.cid-qMQrJypKTB h2 {
  color: #000000;
}
.cid-qMQrJypKTB .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-qMQrJypKTB .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-qMQrJypKTB .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-qMQrJypKTB .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-qMQrJypKTB .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-qMQrJypKTB .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-qMQrJypKTB .mbr-text {
    text-align: center;
  }
}
.cid-qMQuXrieb1 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qMQuXrieb1 .mbr-section-subtitle {
  color: #767676;
}
.cid-qMQ7SO9KJV {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qMQ7SO9KJV h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qMQ7SO9KJV p {
  color: #767676;
  text-align: left;
}
.cid-qMQ7SO9KJV .card-box {
  padding-top: 2rem;
}
.cid-qMQ7SO9KJV .card-wrapper {
  height: 100%;
}
.cid-qMQ7SO9KJV i,
.cid-qMQ7SO9KJV em {
  color: #0087ff;
}
.cid-qMQvdPuCJu {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qMQvdPuCJu h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qMQvdPuCJu p {
  color: #767676;
  text-align: left;
}
.cid-qMQvdPuCJu .card-box {
  padding-top: 2rem;
}
.cid-qMQvdPuCJu .card-wrapper {
  height: 100%;
}
.cid-qMQvdPuCJu i,
.cid-qMQvdPuCJu em {
  color: #0087ff;
}
.cid-qMQxvXNRi5 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-qMQxvXNRi5 .mbr-section-subtitle {
  color: #767676;
}
.cid-qMQxX6Gdd0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #efefef;
}
.cid-qMQxX6Gdd0 .image-block {
  margin: auto;
}
.cid-qMQxX6Gdd0 figcaption {
  position: relative;
}
.cid-qMQxX6Gdd0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qMQxX6Gdd0 .image-block {
    width: 100% !important;
  }
}
.cid-qMQygLBJlP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-qMQygLBJlP .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qMQygLBJlP h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qMQygLBJlP p {
  color: #767676;
  text-align: left;
}
.cid-qMQygLBJlP .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qMQygLBJlP .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-qMQygLBJlP i,
.cid-qMQygLBJlP em {
  color: #0087ff;
  font-size: 1rem;
}
.cid-qMQG4KFw16 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qMQG4KFw16 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qMQG4KFw16 p {
  color: #767676;
  text-align: left;
}
.cid-qMQG4KFw16 .card-box {
  padding-top: 2rem;
}
.cid-qMQG4KFw16 .card-wrapper {
  height: 100%;
}
.cid-rlshvec5mQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-rlshvec5mQ .content {
    text-align: center;
  }
  .cid-rlshvec5mQ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rlshvec5mQ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rlshvec5mQ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rlshvec5mQ .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rlshvec5mQ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rlshvec5mQ .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rlshvec5mQ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rlshvec5mQ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rlshvec5mQ .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rlshvec5mQ .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rlshvec5mQ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rlshvec5mQ .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qMQGpVsGNs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-qMRSpCX2xi .navbar {
  background: rgba(0, 0, 0, 0.7) !important;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  border-bottom-style: solid;
  border-color: #0087ff;
}
.cid-qMRSpCX2xi .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qMRSpCX2xi a {
  font-style: normal;
}
.cid-qMRSpCX2xi .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qMRSpCX2xi .nav-item a {
  display: flex;
  align-items: left;
  justify-content: left;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qMRSpCX2xi .nav-item:focus,
.cid-qMRSpCX2xi .nav-link:focus {
  outline: none;
}
.cid-qMRSpCX2xi .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qMRSpCX2xi .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qMRSpCX2xi .menu-logo {
  margin-right: auto;
}
.cid-qMRSpCX2xi .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qMRSpCX2xi .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qMRSpCX2xi .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qMRSpCX2xi .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qMRSpCX2xi .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qMRSpCX2xi .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qMRSpCX2xi .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qMRSpCX2xi .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qMRSpCX2xi .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qMRSpCX2xi .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qMRSpCX2xi .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qMRSpCX2xi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qMRSpCX2xi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qMRSpCX2xi .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qMRSpCX2xi .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qMRSpCX2xi .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qMRSpCX2xi .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qMRSpCX2xi .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qMRSpCX2xi .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qMRSpCX2xi .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qMRSpCX2xi .navbar.navbar-short .navbar-logo a img {
  height: 8rem !important;
}
.cid-qMRSpCX2xi .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qMRSpCX2xi button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qMRSpCX2xi button.navbar-toggler:focus {
  outline: none;
}
.cid-qMRSpCX2xi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffff00;
}
.cid-qMRSpCX2xi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qMRSpCX2xi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qMRSpCX2xi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qMRSpCX2xi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qMRSpCX2xi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMRSpCX2xi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qMRSpCX2xi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qMRSpCX2xi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMRSpCX2xi .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qMRSpCX2xi .collapsed .btn {
  display: flex;
}
.cid-qMRSpCX2xi .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qMRSpCX2xi .collapsed .navbar-collapse.collapsing,
.cid-qMRSpCX2xi .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qMRSpCX2xi .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qMRSpCX2xi .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qMRSpCX2xi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qMRSpCX2xi .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qMRSpCX2xi .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qMRSpCX2xi .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qMRSpCX2xi .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qMRSpCX2xi .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qMRSpCX2xi .collapsed button.navbar-toggler {
  display: block;
}
.cid-qMRSpCX2xi .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qMRSpCX2xi .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qMRSpCX2xi .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qMRSpCX2xi .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qMRSpCX2xi .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qMRSpCX2xi .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qMRSpCX2xi.navbar-expand {
    flex-direction: column;
  }
  .cid-qMRSpCX2xi img {
    height: 8rem !important;
  }
  .cid-qMRSpCX2xi .btn {
    display: flex;
  }
  .cid-qMRSpCX2xi button.navbar-toggler {
    display: block;
  }
  .cid-qMRSpCX2xi .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qMRSpCX2xi .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qMRSpCX2xi .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qMRSpCX2xi .navbar-collapse.collapsing,
  .cid-qMRSpCX2xi .navbar-collapse.show {
    display: block !important;
  }
  .cid-qMRSpCX2xi .navbar-collapse.collapsing .navbar-nav,
  .cid-qMRSpCX2xi .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qMRSpCX2xi .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qMRSpCX2xi .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qMRSpCX2xi .navbar-collapse.collapsing .navbar-buttons,
  .cid-qMRSpCX2xi .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qMRSpCX2xi .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qMRSpCX2xi .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qMRSpCX2xi .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qMRSpCX2xi .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qMRSpCX2xi .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qMRSpCX2xi .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qMRSpCX2xi .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qMRSpCX2xi .navbar-collapse {
  flex-basis: auto;
}
.cid-qMRSpCX2xi .nav-link:hover,
.cid-qMRSpCX2xi .dropdown-item:hover {
  color: #ffff00 !important;
}
.cid-qMRSpCX2xi .my-logo {
  min-width: 100px;
  min-height: 160px;
}
@media (max-width: 520px) {
  .cid-qMRSpCX2xi .my-logo {
    min-width: 60px;
    min-height: 90px;
  }
}
.cid-qMRSqDrROA {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/extreme-electrical-solutions-projects-banner-2-2000x600.jpg");
}
.cid-qMRSqDrROA .spacr {
  margin-top: 100px;
}
.cid-qMRSqDrROA H2 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-qMRSqDrROA H3 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-qMRSrkKcoV {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qMRSrkKcoV .mbr-section-subtitle {
  color: #767676;
}
.cid-qNpDFrkiSn {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qNpDFrkiSn .media-content .btn-bgr {
  z-index: 0;
}
.cid-qNpDFrkiSn .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-qNpDFrkiSn h3 {
  color: #000000;
  font-weight: 300;
}
.cid-qNpDFrkiSn p {
  color: #767676;
}
.cid-qNpDFrkiSn h2 {
  color: #000000;
}
.cid-qNpDFrkiSn .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-qNpDFrkiSn .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-qNpDFrkiSn .mbr-figure {
  padding-right: 1rem;
  padding-left: 4rem;
}
@media (min-width: 500px) {
  .cid-qNpDFrkiSn .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-qNpDFrkiSn .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-qNpDFrkiSn .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-qNpDFrkiSn .media-container-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-qNpDFrkiSn .mbr-text {
    text-align: center;
  }
}
.cid-qNpABGEvi5 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-qNpABGEvi5 .media-content .btn-bgr {
  z-index: 0;
}
.cid-qNpABGEvi5 .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-qNpABGEvi5 h3 {
  color: #000000;
  font-weight: 300;
}
.cid-qNpABGEvi5 p {
  color: #767676;
}
.cid-qNpABGEvi5 h2 {
  color: #000000;
}
.cid-qNpABGEvi5 .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-qNpABGEvi5 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-qNpABGEvi5 .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-qNpABGEvi5 .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-qNpABGEvi5 .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-qNpABGEvi5 .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-qNpABGEvi5 .mbr-text {
    text-align: center;
  }
}
.cid-qNpyemp7BY {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qNpyemp7BY .media-content .btn-bgr {
  z-index: 0;
}
.cid-qNpyemp7BY .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-qNpyemp7BY h3 {
  color: #000000;
  font-weight: 300;
}
.cid-qNpyemp7BY p {
  color: #767676;
}
.cid-qNpyemp7BY h2 {
  color: #000000;
}
.cid-qNpyemp7BY .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-qNpyemp7BY .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-qNpyemp7BY .mbr-figure {
  padding-right: 1rem;
  padding-left: 4rem;
}
@media (min-width: 500px) {
  .cid-qNpyemp7BY .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-qNpyemp7BY .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-qNpyemp7BY .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-qNpyemp7BY .media-container-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-qNpyemp7BY .mbr-text {
    text-align: center;
  }
}
.cid-qNpujTA51h {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-qNpujTA51h .media-content .btn-bgr {
  z-index: 0;
}
.cid-qNpujTA51h .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-qNpujTA51h h3 {
  color: #000000;
  font-weight: 300;
}
.cid-qNpujTA51h p {
  color: #767676;
}
.cid-qNpujTA51h h2 {
  color: #000000;
}
.cid-qNpujTA51h .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-qNpujTA51h .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-qNpujTA51h .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-qNpujTA51h .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-qNpujTA51h .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-qNpujTA51h .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-qNpujTA51h .mbr-text {
    text-align: center;
  }
}
.cid-qNBp28Uyi9 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qNBp28Uyi9 .media-content .btn-bgr {
  z-index: 0;
}
.cid-qNBp28Uyi9 .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-qNBp28Uyi9 h3 {
  color: #000000;
  font-weight: 300;
}
.cid-qNBp28Uyi9 p {
  color: #767676;
}
.cid-qNBp28Uyi9 h2 {
  color: #000000;
}
.cid-qNBp28Uyi9 .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-qNBp28Uyi9 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-qNBp28Uyi9 .mbr-figure {
  padding-right: 1rem;
  padding-left: 4rem;
}
@media (min-width: 500px) {
  .cid-qNBp28Uyi9 .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-qNBp28Uyi9 .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-qNBp28Uyi9 .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-qNBp28Uyi9 .media-container-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-qNBp28Uyi9 .mbr-text {
    text-align: center;
  }
}
.cid-qNpwHCfivQ {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-qNpwHCfivQ .media-content .btn-bgr {
  z-index: 0;
}
.cid-qNpwHCfivQ .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-qNpwHCfivQ h3 {
  color: #000000;
  font-weight: 300;
}
.cid-qNpwHCfivQ p {
  color: #767676;
}
.cid-qNpwHCfivQ h2 {
  color: #000000;
}
.cid-qNpwHCfivQ .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-qNpwHCfivQ .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-qNpwHCfivQ .mbr-figure {
  padding-right: 1rem;
  padding-left: 4rem;
}
@media (min-width: 500px) {
  .cid-qNpwHCfivQ .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-qNpwHCfivQ .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-qNpwHCfivQ .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-qNpwHCfivQ .media-container-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-qNpwHCfivQ .mbr-text {
    text-align: center;
  }
}
.cid-qNpBVBHQot {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qNpBVBHQot .media-content .btn-bgr {
  z-index: 0;
}
.cid-qNpBVBHQot .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-qNpBVBHQot h3 {
  color: #000000;
  font-weight: 300;
}
.cid-qNpBVBHQot p {
  color: #767676;
}
.cid-qNpBVBHQot h2 {
  color: #000000;
}
.cid-qNpBVBHQot .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-qNpBVBHQot .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-qNpBVBHQot .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-qNpBVBHQot .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-qNpBVBHQot .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-qNpBVBHQot .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-qNpBVBHQot .mbr-text {
    text-align: center;
  }
}
.cid-qNBlmX0Hmu {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-qNBlmX0Hmu .media-content .btn-bgr {
  z-index: 0;
}
.cid-qNBlmX0Hmu .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-qNBlmX0Hmu h3 {
  color: #000000;
  font-weight: 300;
}
.cid-qNBlmX0Hmu p {
  color: #767676;
}
.cid-qNBlmX0Hmu h2 {
  color: #000000;
}
.cid-qNBlmX0Hmu .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-qNBlmX0Hmu .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-qNBlmX0Hmu .mbr-figure {
  padding-right: 1rem;
  padding-left: 4rem;
}
@media (min-width: 500px) {
  .cid-qNBlmX0Hmu .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-qNBlmX0Hmu .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-qNBlmX0Hmu .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-qNBlmX0Hmu .media-container-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-qNBlmX0Hmu .mbr-text {
    text-align: center;
  }
}
.cid-qNBnNytC8u {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-qNBnNytC8u .media-content .btn-bgr {
  z-index: 0;
}
.cid-qNBnNytC8u .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-qNBnNytC8u h3 {
  color: #000000;
  font-weight: 300;
}
.cid-qNBnNytC8u p {
  color: #767676;
}
.cid-qNBnNytC8u h2 {
  color: #000000;
}
.cid-qNBnNytC8u .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-qNBnNytC8u .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-qNBnNytC8u .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-qNBnNytC8u .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-qNBnNytC8u .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-qNBnNytC8u .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-qNBnNytC8u .mbr-text {
    text-align: center;
  }
}
.cid-rlshAh3wdS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-rlshAh3wdS .content {
    text-align: center;
  }
  .cid-rlshAh3wdS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rlshAh3wdS .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rlshAh3wdS .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rlshAh3wdS .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rlshAh3wdS .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rlshAh3wdS .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rlshAh3wdS .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rlshAh3wdS .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rlshAh3wdS .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rlshAh3wdS .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rlshAh3wdS .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rlshAh3wdS .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qMRSsnUW0s {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-qMRSBXxjnT .navbar {
  background: rgba(0, 0, 0, 0.7) !important;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  border-bottom-style: solid;
  border-color: #0087ff;
}
.cid-qMRSBXxjnT .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qMRSBXxjnT a {
  font-style: normal;
}
.cid-qMRSBXxjnT .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qMRSBXxjnT .nav-item a {
  display: flex;
  align-items: left;
  justify-content: left;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qMRSBXxjnT .nav-item:focus,
.cid-qMRSBXxjnT .nav-link:focus {
  outline: none;
}
.cid-qMRSBXxjnT .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qMRSBXxjnT .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qMRSBXxjnT .menu-logo {
  margin-right: auto;
}
.cid-qMRSBXxjnT .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qMRSBXxjnT .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qMRSBXxjnT .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qMRSBXxjnT .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qMRSBXxjnT .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qMRSBXxjnT .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qMRSBXxjnT .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qMRSBXxjnT .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qMRSBXxjnT .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qMRSBXxjnT .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qMRSBXxjnT .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qMRSBXxjnT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qMRSBXxjnT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qMRSBXxjnT .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qMRSBXxjnT .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qMRSBXxjnT .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qMRSBXxjnT .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qMRSBXxjnT .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qMRSBXxjnT .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qMRSBXxjnT .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qMRSBXxjnT .navbar.navbar-short .navbar-logo a img {
  height: 8rem !important;
}
.cid-qMRSBXxjnT .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qMRSBXxjnT button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qMRSBXxjnT button.navbar-toggler:focus {
  outline: none;
}
.cid-qMRSBXxjnT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffff00;
}
.cid-qMRSBXxjnT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qMRSBXxjnT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qMRSBXxjnT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qMRSBXxjnT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qMRSBXxjnT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMRSBXxjnT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qMRSBXxjnT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qMRSBXxjnT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMRSBXxjnT .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qMRSBXxjnT .collapsed .btn {
  display: flex;
}
.cid-qMRSBXxjnT .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qMRSBXxjnT .collapsed .navbar-collapse.collapsing,
.cid-qMRSBXxjnT .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qMRSBXxjnT .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qMRSBXxjnT .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qMRSBXxjnT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qMRSBXxjnT .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qMRSBXxjnT .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qMRSBXxjnT .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qMRSBXxjnT .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qMRSBXxjnT .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qMRSBXxjnT .collapsed button.navbar-toggler {
  display: block;
}
.cid-qMRSBXxjnT .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qMRSBXxjnT .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qMRSBXxjnT .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qMRSBXxjnT .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qMRSBXxjnT .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qMRSBXxjnT .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qMRSBXxjnT.navbar-expand {
    flex-direction: column;
  }
  .cid-qMRSBXxjnT img {
    height: 8rem !important;
  }
  .cid-qMRSBXxjnT .btn {
    display: flex;
  }
  .cid-qMRSBXxjnT button.navbar-toggler {
    display: block;
  }
  .cid-qMRSBXxjnT .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qMRSBXxjnT .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qMRSBXxjnT .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qMRSBXxjnT .navbar-collapse.collapsing,
  .cid-qMRSBXxjnT .navbar-collapse.show {
    display: block !important;
  }
  .cid-qMRSBXxjnT .navbar-collapse.collapsing .navbar-nav,
  .cid-qMRSBXxjnT .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qMRSBXxjnT .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qMRSBXxjnT .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qMRSBXxjnT .navbar-collapse.collapsing .navbar-buttons,
  .cid-qMRSBXxjnT .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qMRSBXxjnT .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qMRSBXxjnT .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qMRSBXxjnT .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qMRSBXxjnT .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qMRSBXxjnT .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qMRSBXxjnT .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qMRSBXxjnT .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qMRSBXxjnT .navbar-collapse {
  flex-basis: auto;
}
.cid-qMRSBXxjnT .nav-link:hover,
.cid-qMRSBXxjnT .dropdown-item:hover {
  color: #ffff00 !important;
}
.cid-qMRSBXxjnT .my-logo {
  min-width: 100px;
  min-height: 160px;
}
@media (max-width: 520px) {
  .cid-qMRSBXxjnT .my-logo {
    min-width: 60px;
    min-height: 90px;
  }
}
.cid-qMRSCxJAie {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/extreme-electrical-solutions-testimonial-banner-2-2000x600.jpg");
}
.cid-qMRSCxJAie .spacr {
  margin-top: 100px;
}
.cid-qMRSCxJAie H2 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-qMRSCxJAie H3 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-qMRSDigzSE {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qMRSDigzSE .mbr-section-subtitle {
  color: #0087ff;
}
.cid-qMS1sxDkT0 {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-qMS1sxDkT0 .counter-container {
  color: #767676;
}
.cid-qMS1sxDkT0 .counter-container ul {
  margin-bottom: 0;
}
.cid-qMS1sxDkT0 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qMS1sxDkT0 .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #0087ff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-rlshEN1haI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-rlshEN1haI .content {
    text-align: center;
  }
  .cid-rlshEN1haI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rlshEN1haI .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rlshEN1haI .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rlshEN1haI .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rlshEN1haI .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rlshEN1haI .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rlshEN1haI .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rlshEN1haI .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rlshEN1haI .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rlshEN1haI .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rlshEN1haI .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rlshEN1haI .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qMRSEBpPnZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-qMRSU88Dgw .navbar {
  background: rgba(0, 0, 0, 0.7) !important;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  border-bottom-style: solid;
  border-color: #0087ff;
}
.cid-qMRSU88Dgw .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qMRSU88Dgw a {
  font-style: normal;
}
.cid-qMRSU88Dgw .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qMRSU88Dgw .nav-item a {
  display: flex;
  align-items: left;
  justify-content: left;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qMRSU88Dgw .nav-item:focus,
.cid-qMRSU88Dgw .nav-link:focus {
  outline: none;
}
.cid-qMRSU88Dgw .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qMRSU88Dgw .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qMRSU88Dgw .menu-logo {
  margin-right: auto;
}
.cid-qMRSU88Dgw .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qMRSU88Dgw .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qMRSU88Dgw .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qMRSU88Dgw .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qMRSU88Dgw .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qMRSU88Dgw .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qMRSU88Dgw .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qMRSU88Dgw .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qMRSU88Dgw .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qMRSU88Dgw .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qMRSU88Dgw .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qMRSU88Dgw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qMRSU88Dgw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qMRSU88Dgw .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qMRSU88Dgw .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qMRSU88Dgw .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qMRSU88Dgw .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qMRSU88Dgw .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qMRSU88Dgw .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qMRSU88Dgw .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qMRSU88Dgw .navbar.navbar-short .navbar-logo a img {
  height: 8rem !important;
}
.cid-qMRSU88Dgw .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qMRSU88Dgw button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qMRSU88Dgw button.navbar-toggler:focus {
  outline: none;
}
.cid-qMRSU88Dgw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffff00;
}
.cid-qMRSU88Dgw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qMRSU88Dgw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qMRSU88Dgw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qMRSU88Dgw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qMRSU88Dgw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMRSU88Dgw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qMRSU88Dgw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qMRSU88Dgw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMRSU88Dgw .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qMRSU88Dgw .collapsed .btn {
  display: flex;
}
.cid-qMRSU88Dgw .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qMRSU88Dgw .collapsed .navbar-collapse.collapsing,
.cid-qMRSU88Dgw .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qMRSU88Dgw .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qMRSU88Dgw .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qMRSU88Dgw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qMRSU88Dgw .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qMRSU88Dgw .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qMRSU88Dgw .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qMRSU88Dgw .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qMRSU88Dgw .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qMRSU88Dgw .collapsed button.navbar-toggler {
  display: block;
}
.cid-qMRSU88Dgw .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qMRSU88Dgw .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qMRSU88Dgw .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qMRSU88Dgw .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qMRSU88Dgw .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qMRSU88Dgw .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qMRSU88Dgw.navbar-expand {
    flex-direction: column;
  }
  .cid-qMRSU88Dgw img {
    height: 8rem !important;
  }
  .cid-qMRSU88Dgw .btn {
    display: flex;
  }
  .cid-qMRSU88Dgw button.navbar-toggler {
    display: block;
  }
  .cid-qMRSU88Dgw .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qMRSU88Dgw .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qMRSU88Dgw .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qMRSU88Dgw .navbar-collapse.collapsing,
  .cid-qMRSU88Dgw .navbar-collapse.show {
    display: block !important;
  }
  .cid-qMRSU88Dgw .navbar-collapse.collapsing .navbar-nav,
  .cid-qMRSU88Dgw .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qMRSU88Dgw .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qMRSU88Dgw .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qMRSU88Dgw .navbar-collapse.collapsing .navbar-buttons,
  .cid-qMRSU88Dgw .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qMRSU88Dgw .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qMRSU88Dgw .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qMRSU88Dgw .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qMRSU88Dgw .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qMRSU88Dgw .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qMRSU88Dgw .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qMRSU88Dgw .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qMRSU88Dgw .navbar-collapse {
  flex-basis: auto;
}
.cid-qMRSU88Dgw .nav-link:hover,
.cid-qMRSU88Dgw .dropdown-item:hover {
  color: #ffff00 !important;
}
.cid-qMRSU88Dgw .my-logo {
  min-width: 100px;
  min-height: 160px;
}
@media (max-width: 520px) {
  .cid-qMRSU88Dgw .my-logo {
    min-width: 60px;
    min-height: 90px;
  }
}
.cid-qMRSUC1N6n {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/extreme-electrical-solutions-contact-5-2000x600.jpg");
}
.cid-qMRSUC1N6n .spacr {
  margin-top: 100px;
}
.cid-qMRSUC1N6n H2 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-qMRSUC1N6n H3 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-rlmadMmtJO {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rlmadMmtJO .mbr-section-subtitle {
  color: #767676;
}
.cid-rlmadMmtJO b {
  color: #0087ff;
}
#RS5STARContactForm-3q h3 {
  font-size: 46px;
}
#RS5STARContactForm-3q small {
  font-size: 26px;
}
#RS5STARContactForm-3q .form-check-inline {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#RS5STARContactForm-3q .form-check-inline1 {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#RS5STARContactForm-3q .form-check-inline2 {
  float: left;
  color: #a1a1a1;
}
#RS5STARContactForm-3q .form-checkbox-inline {
  width: 100%;
  float: left;
  color: #a1a1a1;
}
#RS5STARContactForm-3q .form-check-input {
  margin-left: 2.25rem;
}
#RS5STARContactForm-3q #genderRadio1 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-3q #genderRadio2 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-3q #genderRadio3 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-3q #gender-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
}
#RS5STARContactForm-3q #optcheck1 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-3q #optcheck2 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-3q #optcheck3 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-3q #optcheck-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
}
#RS5STARContactForm-3q #terms-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
}
#RS5STARContactForm-3q #privacy-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
}
#RS5STARContactForm-3q #sendbutton {
  text-align: left;
}
#RS5STARContactForm-3q .engine {
  display: none !important;
}
@media (max-width: 767px) {
  #RS5STARContactForm-3q .form-check-inline {
    font-size: 0.8rem !important;
  }
  #RS5STARContactForm-3q .form-check-inline1 {
    font-size: 0.8rem !important;
  }
  #RS5STARContactForm-3q .form-check-inline2 {
    font-size: 0.8rem !important;
  }
  #RS5STARContactForm-3q .form-checkbox-inline {
    font-size: 0.8rem !important;
  }
  #RS5STARContactForm-3q .form-check-input {
    margin-left: 1.25rem;
  }
  #RS5STARContactForm-3q #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS5STARContactForm-3q #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS5STARContactForm-3q #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS5STARContactForm-3q #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS5STARContactForm-3q #genderRadio1 {
    margin-left: 2.5rem;
  }
  #RS5STARContactForm-3q #genderRadio2 {
    margin-left: 2.5rem;
  }
  #RS5STARContactForm-3q #genderRadio3 {
    margin-left: 2.25rem;
  }
  #RS5STARContactForm-3q #optcheck1 {
    margin-left: 0.25rem;
  }
  #RS5STARContactForm-3q #optcheck2 {
    margin-left: 0.25rem;
  }
  #RS5STARContactForm-3q #optcheck3 {
    margin-left: 0.25rem;
  }
}
@media (max-width: 962px) {
  #RS5STARContactForm-3q #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS5STARContactForm-3q #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS5STARContactForm-3q #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS5STARContactForm-3q #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-3q #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-3q #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS5STARContactForm-3q #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-3q #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-3q #genderRadio3 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-3q #optcheck1 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-3q #optcheck2 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-3q #optcheck3 {
    margin-left: -0.5rem;
  }
}
.cid-qMWyNMV778 {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qMWyNMV778 .mbr-section-subtitle {
  color: #767676;
}
.cid-qMWyNMV778 .container-table {
  margin: 0 auto;
}
.cid-qMWyNMV778 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-qMWyNMV778 .dataTables_wrapper {
  display: block;
}
.cid-qMWyNMV778 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-qMWyNMV778 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-qMWyNMV778 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-qMWyNMV778 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-qMWyNMV778 table th:hover {
  background: #FFFFFF;
  color: #660000;
}
.cid-qMWyNMV778 table td {
  border-top: 1px solid #cccccc;
}
.cid-qMWyNMV778 table.table {
  background: #FFFFFF;
}
.cid-qMWyNMV778 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-qMWyNMV778 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-qMWyNMV778 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-qMWyNMV778 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-qMWyNMV778 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-qMWyNMV778 .dataTables_filter {
    text-align: center;
  }
  .cid-qMWyNMV778 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-qMWyOy3rAa {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qMWyOy3rAa .mbr-section-subtitle {
  color: #767676;
}
.cid-qMWyOy3rAa .container-table {
  margin: 0 auto;
}
.cid-qMWyOy3rAa .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-qMWyOy3rAa .dataTables_wrapper {
  display: block;
}
.cid-qMWyOy3rAa .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-qMWyOy3rAa .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-qMWyOy3rAa table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-qMWyOy3rAa table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-qMWyOy3rAa table th:hover {
  background: #FFFFFF;
  color: #660000;
}
.cid-qMWyOy3rAa table td {
  border-top: 1px solid #cccccc;
}
.cid-qMWyOy3rAa table.table {
  background: #FFFFFF;
}
.cid-qMWyOy3rAa .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-qMWyOy3rAa .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-qMWyOy3rAa .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-qMWyOy3rAa .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-qMWyOy3rAa .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-qMWyOy3rAa .dataTables_filter {
    text-align: center;
  }
  .cid-qMWyOy3rAa .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rlshJMTKXi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-rlshJMTKXi .content {
    text-align: center;
  }
  .cid-rlshJMTKXi .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rlshJMTKXi .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rlshJMTKXi .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rlshJMTKXi .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rlshJMTKXi .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rlshJMTKXi .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rlshJMTKXi .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rlshJMTKXi .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rlshJMTKXi .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rlshJMTKXi .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rlshJMTKXi .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rlshJMTKXi .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qMRT2GIu7G {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-qMRWzcvr3I .navbar {
  background: rgba(0, 0, 0, 0.7) !important;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  border-bottom-style: solid;
  border-color: #0087ff;
}
.cid-qMRWzcvr3I .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qMRWzcvr3I a {
  font-style: normal;
}
.cid-qMRWzcvr3I .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qMRWzcvr3I .nav-item a {
  display: flex;
  align-items: left;
  justify-content: left;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qMRWzcvr3I .nav-item:focus,
.cid-qMRWzcvr3I .nav-link:focus {
  outline: none;
}
.cid-qMRWzcvr3I .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qMRWzcvr3I .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qMRWzcvr3I .menu-logo {
  margin-right: auto;
}
.cid-qMRWzcvr3I .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qMRWzcvr3I .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qMRWzcvr3I .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qMRWzcvr3I .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qMRWzcvr3I .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qMRWzcvr3I .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qMRWzcvr3I .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qMRWzcvr3I .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qMRWzcvr3I .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qMRWzcvr3I .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qMRWzcvr3I .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qMRWzcvr3I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qMRWzcvr3I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qMRWzcvr3I .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qMRWzcvr3I .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qMRWzcvr3I .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qMRWzcvr3I .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qMRWzcvr3I .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qMRWzcvr3I .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qMRWzcvr3I .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qMRWzcvr3I .navbar.navbar-short .navbar-logo a img {
  height: 8rem !important;
}
.cid-qMRWzcvr3I .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qMRWzcvr3I button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qMRWzcvr3I button.navbar-toggler:focus {
  outline: none;
}
.cid-qMRWzcvr3I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffff00;
}
.cid-qMRWzcvr3I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qMRWzcvr3I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qMRWzcvr3I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qMRWzcvr3I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qMRWzcvr3I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMRWzcvr3I nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qMRWzcvr3I nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qMRWzcvr3I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMRWzcvr3I .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qMRWzcvr3I .collapsed .btn {
  display: flex;
}
.cid-qMRWzcvr3I .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qMRWzcvr3I .collapsed .navbar-collapse.collapsing,
.cid-qMRWzcvr3I .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qMRWzcvr3I .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qMRWzcvr3I .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qMRWzcvr3I .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qMRWzcvr3I .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qMRWzcvr3I .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qMRWzcvr3I .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qMRWzcvr3I .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qMRWzcvr3I .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qMRWzcvr3I .collapsed button.navbar-toggler {
  display: block;
}
.cid-qMRWzcvr3I .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qMRWzcvr3I .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qMRWzcvr3I .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qMRWzcvr3I .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qMRWzcvr3I .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qMRWzcvr3I .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qMRWzcvr3I.navbar-expand {
    flex-direction: column;
  }
  .cid-qMRWzcvr3I img {
    height: 8rem !important;
  }
  .cid-qMRWzcvr3I .btn {
    display: flex;
  }
  .cid-qMRWzcvr3I button.navbar-toggler {
    display: block;
  }
  .cid-qMRWzcvr3I .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qMRWzcvr3I .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qMRWzcvr3I .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qMRWzcvr3I .navbar-collapse.collapsing,
  .cid-qMRWzcvr3I .navbar-collapse.show {
    display: block !important;
  }
  .cid-qMRWzcvr3I .navbar-collapse.collapsing .navbar-nav,
  .cid-qMRWzcvr3I .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qMRWzcvr3I .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qMRWzcvr3I .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qMRWzcvr3I .navbar-collapse.collapsing .navbar-buttons,
  .cid-qMRWzcvr3I .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qMRWzcvr3I .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qMRWzcvr3I .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qMRWzcvr3I .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qMRWzcvr3I .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qMRWzcvr3I .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qMRWzcvr3I .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qMRWzcvr3I .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qMRWzcvr3I .navbar-collapse {
  flex-basis: auto;
}
.cid-qMRWzcvr3I .nav-link:hover,
.cid-qMRWzcvr3I .dropdown-item:hover {
  color: #ffff00 !important;
}
.cid-qMRWzcvr3I .my-logo {
  min-width: 100px;
  min-height: 160px;
}
@media (max-width: 520px) {
  .cid-qMRWzcvr3I .my-logo {
    min-width: 60px;
    min-height: 90px;
  }
}
.cid-qMRWzEwJzS {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/extreme-electrical-solutions-testimonial-banner-2-2000x600.jpg");
}
.cid-qMRWzEwJzS .spacr {
  margin-top: 100px;
}
.cid-qMRWzEwJzS H2 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-qMRWzEwJzS H3 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-qMRWCoY9vD {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-qMRWCoY9vD .mbr-text,
.cid-qMRWCoY9vD blockquote {
  color: #767676;
}
.cid-qMRWCoY9vD .mbr-text {
  text-align: center;
}
.cid-qMRWCoY9vD i,
.cid-qMRWCoY9vD em {
  color: #0087ff;
  font-size: 2.5rem;
}
.cid-qMRWCoY9vD p {
  font-size: 1.8rem;
}
.cid-rlsij2GPvh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-rlsij2GPvh .content {
    text-align: center;
  }
  .cid-rlsij2GPvh .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rlsij2GPvh .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rlsij2GPvh .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rlsij2GPvh .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rlsij2GPvh .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rlsij2GPvh .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rlsij2GPvh .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rlsij2GPvh .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rlsij2GPvh .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rlsij2GPvh .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rlsij2GPvh .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rlsij2GPvh .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qMRWQKg7qx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-qMRXf5PvIT .navbar {
  background: rgba(0, 0, 0, 0.7) !important;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  border-bottom-style: solid;
  border-color: #0087ff;
}
.cid-qMRXf5PvIT .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qMRXf5PvIT a {
  font-style: normal;
}
.cid-qMRXf5PvIT .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qMRXf5PvIT .nav-item a {
  display: flex;
  align-items: left;
  justify-content: left;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qMRXf5PvIT .nav-item:focus,
.cid-qMRXf5PvIT .nav-link:focus {
  outline: none;
}
.cid-qMRXf5PvIT .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qMRXf5PvIT .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qMRXf5PvIT .menu-logo {
  margin-right: auto;
}
.cid-qMRXf5PvIT .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qMRXf5PvIT .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qMRXf5PvIT .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qMRXf5PvIT .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qMRXf5PvIT .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qMRXf5PvIT .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qMRXf5PvIT .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qMRXf5PvIT .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qMRXf5PvIT .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qMRXf5PvIT .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qMRXf5PvIT .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qMRXf5PvIT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qMRXf5PvIT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qMRXf5PvIT .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qMRXf5PvIT .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qMRXf5PvIT .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qMRXf5PvIT .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qMRXf5PvIT .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qMRXf5PvIT .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qMRXf5PvIT .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qMRXf5PvIT .navbar.navbar-short .navbar-logo a img {
  height: 8rem !important;
}
.cid-qMRXf5PvIT .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qMRXf5PvIT button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qMRXf5PvIT button.navbar-toggler:focus {
  outline: none;
}
.cid-qMRXf5PvIT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffff00;
}
.cid-qMRXf5PvIT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qMRXf5PvIT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qMRXf5PvIT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qMRXf5PvIT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qMRXf5PvIT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMRXf5PvIT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qMRXf5PvIT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qMRXf5PvIT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMRXf5PvIT .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qMRXf5PvIT .collapsed .btn {
  display: flex;
}
.cid-qMRXf5PvIT .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qMRXf5PvIT .collapsed .navbar-collapse.collapsing,
.cid-qMRXf5PvIT .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qMRXf5PvIT .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qMRXf5PvIT .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qMRXf5PvIT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qMRXf5PvIT .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qMRXf5PvIT .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qMRXf5PvIT .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qMRXf5PvIT .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qMRXf5PvIT .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qMRXf5PvIT .collapsed button.navbar-toggler {
  display: block;
}
.cid-qMRXf5PvIT .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qMRXf5PvIT .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qMRXf5PvIT .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qMRXf5PvIT .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qMRXf5PvIT .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qMRXf5PvIT .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qMRXf5PvIT.navbar-expand {
    flex-direction: column;
  }
  .cid-qMRXf5PvIT img {
    height: 8rem !important;
  }
  .cid-qMRXf5PvIT .btn {
    display: flex;
  }
  .cid-qMRXf5PvIT button.navbar-toggler {
    display: block;
  }
  .cid-qMRXf5PvIT .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qMRXf5PvIT .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qMRXf5PvIT .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qMRXf5PvIT .navbar-collapse.collapsing,
  .cid-qMRXf5PvIT .navbar-collapse.show {
    display: block !important;
  }
  .cid-qMRXf5PvIT .navbar-collapse.collapsing .navbar-nav,
  .cid-qMRXf5PvIT .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qMRXf5PvIT .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qMRXf5PvIT .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qMRXf5PvIT .navbar-collapse.collapsing .navbar-buttons,
  .cid-qMRXf5PvIT .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qMRXf5PvIT .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qMRXf5PvIT .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qMRXf5PvIT .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qMRXf5PvIT .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qMRXf5PvIT .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qMRXf5PvIT .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qMRXf5PvIT .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qMRXf5PvIT .navbar-collapse {
  flex-basis: auto;
}
.cid-qMRXf5PvIT .nav-link:hover,
.cid-qMRXf5PvIT .dropdown-item:hover {
  color: #ffff00 !important;
}
.cid-qMRXf5PvIT .my-logo {
  min-width: 100px;
  min-height: 160px;
}
@media (max-width: 520px) {
  .cid-qMRXf5PvIT .my-logo {
    min-width: 60px;
    min-height: 90px;
  }
}
.cid-qMRXfEKtB4 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #0087ff;
}
.cid-qMRXfEKtB4 .spacr {
  margin-top: 100px;
}
.cid-qMRXfEKtB4 H2 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-qMRXfEKtB4 H3 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-qMRXiXEPXV {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-qMRXiXEPXV .mbr-text,
.cid-qMRXiXEPXV blockquote {
  color: #767676;
}
.cid-qMRXiXEPXV .mbr-text {
  text-align: center;
}
.cid-qMRXiXEPXV i,
.cid-qMRXiXEPXV em {
  color: #0087ff;
  font-size: 2.5rem;
}
.cid-qMRXiXEPXV p {
  font-size: 1.8rem;
}
.cid-rlsirKraPO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-rlsirKraPO .content {
    text-align: center;
  }
  .cid-rlsirKraPO .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rlsirKraPO .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rlsirKraPO .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rlsirKraPO .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rlsirKraPO .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rlsirKraPO .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rlsirKraPO .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rlsirKraPO .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rlsirKraPO .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rlsirKraPO .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rlsirKraPO .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rlsirKraPO .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qMRXo0L6Bw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-qMRXFle09m .navbar {
  background: rgba(0, 0, 0, 0.7) !important;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  border-bottom-style: solid;
  border-color: #0087ff;
}
.cid-qMRXFle09m .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qMRXFle09m a {
  font-style: normal;
}
.cid-qMRXFle09m .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qMRXFle09m .nav-item a {
  display: flex;
  align-items: left;
  justify-content: left;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qMRXFle09m .nav-item:focus,
.cid-qMRXFle09m .nav-link:focus {
  outline: none;
}
.cid-qMRXFle09m .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qMRXFle09m .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qMRXFle09m .menu-logo {
  margin-right: auto;
}
.cid-qMRXFle09m .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qMRXFle09m .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qMRXFle09m .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qMRXFle09m .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qMRXFle09m .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qMRXFle09m .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qMRXFle09m .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qMRXFle09m .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qMRXFle09m .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qMRXFle09m .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qMRXFle09m .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qMRXFle09m .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qMRXFle09m .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qMRXFle09m .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qMRXFle09m .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qMRXFle09m .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qMRXFle09m .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qMRXFle09m .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qMRXFle09m .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qMRXFle09m .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qMRXFle09m .navbar.navbar-short .navbar-logo a img {
  height: 8rem !important;
}
.cid-qMRXFle09m .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qMRXFle09m button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qMRXFle09m button.navbar-toggler:focus {
  outline: none;
}
.cid-qMRXFle09m button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffff00;
}
.cid-qMRXFle09m button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qMRXFle09m button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qMRXFle09m button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qMRXFle09m button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qMRXFle09m nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMRXFle09m nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qMRXFle09m nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qMRXFle09m nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMRXFle09m .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qMRXFle09m .collapsed .btn {
  display: flex;
}
.cid-qMRXFle09m .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qMRXFle09m .collapsed .navbar-collapse.collapsing,
.cid-qMRXFle09m .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qMRXFle09m .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qMRXFle09m .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qMRXFle09m .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qMRXFle09m .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qMRXFle09m .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qMRXFle09m .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qMRXFle09m .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qMRXFle09m .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qMRXFle09m .collapsed button.navbar-toggler {
  display: block;
}
.cid-qMRXFle09m .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qMRXFle09m .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qMRXFle09m .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qMRXFle09m .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qMRXFle09m .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qMRXFle09m .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qMRXFle09m.navbar-expand {
    flex-direction: column;
  }
  .cid-qMRXFle09m img {
    height: 8rem !important;
  }
  .cid-qMRXFle09m .btn {
    display: flex;
  }
  .cid-qMRXFle09m button.navbar-toggler {
    display: block;
  }
  .cid-qMRXFle09m .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qMRXFle09m .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qMRXFle09m .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qMRXFle09m .navbar-collapse.collapsing,
  .cid-qMRXFle09m .navbar-collapse.show {
    display: block !important;
  }
  .cid-qMRXFle09m .navbar-collapse.collapsing .navbar-nav,
  .cid-qMRXFle09m .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qMRXFle09m .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qMRXFle09m .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qMRXFle09m .navbar-collapse.collapsing .navbar-buttons,
  .cid-qMRXFle09m .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qMRXFle09m .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qMRXFle09m .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qMRXFle09m .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qMRXFle09m .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qMRXFle09m .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qMRXFle09m .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qMRXFle09m .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qMRXFle09m .navbar-collapse {
  flex-basis: auto;
}
.cid-qMRXFle09m .nav-link:hover,
.cid-qMRXFle09m .dropdown-item:hover {
  color: #ffff00 !important;
}
.cid-qMRXFle09m .my-logo {
  min-width: 100px;
  min-height: 160px;
}
@media (max-width: 520px) {
  .cid-qMRXFle09m .my-logo {
    min-width: 60px;
    min-height: 90px;
  }
}
.cid-qMRXFFCeJM {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/extreme-electrical-solutions-testimonial-banner-2-2000x600.jpg");
}
.cid-qMRXFFCeJM .spacr {
  margin-top: 100px;
}
.cid-qMRXFFCeJM H2 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-qMRXFFCeJM H3 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-qMRYhRt7e5 {
  padding-top: 60px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-qMRYhRt7e5 .line {
  background-color: #0087ff;
  color: #0087ff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qMRYhRt7e5 .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-qMRYhRt7e5 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qMRYhRt7e5 .inner-container {
    width: 100% !important;
  }
}
.cid-rlsiA344dm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-rlsiA344dm .content {
    text-align: center;
  }
  .cid-rlsiA344dm .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rlsiA344dm .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rlsiA344dm .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rlsiA344dm .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rlsiA344dm .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rlsiA344dm .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rlsiA344dm .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rlsiA344dm .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rlsiA344dm .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rlsiA344dm .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rlsiA344dm .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rlsiA344dm .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qMRXM5Qb6s {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-qNMVuPJfwf .navbar {
  background: rgba(0, 0, 0, 0.7) !important;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  border-bottom-style: solid;
  border-color: #0087ff;
}
.cid-qNMVuPJfwf .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qNMVuPJfwf a {
  font-style: normal;
}
.cid-qNMVuPJfwf .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qNMVuPJfwf .nav-item a {
  display: flex;
  align-items: left;
  justify-content: left;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qNMVuPJfwf .nav-item:focus,
.cid-qNMVuPJfwf .nav-link:focus {
  outline: none;
}
.cid-qNMVuPJfwf .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qNMVuPJfwf .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qNMVuPJfwf .menu-logo {
  margin-right: auto;
}
.cid-qNMVuPJfwf .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qNMVuPJfwf .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qNMVuPJfwf .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qNMVuPJfwf .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qNMVuPJfwf .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qNMVuPJfwf .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qNMVuPJfwf .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qNMVuPJfwf .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qNMVuPJfwf .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qNMVuPJfwf .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qNMVuPJfwf .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qNMVuPJfwf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qNMVuPJfwf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qNMVuPJfwf .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qNMVuPJfwf .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qNMVuPJfwf .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qNMVuPJfwf .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qNMVuPJfwf .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qNMVuPJfwf .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qNMVuPJfwf .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qNMVuPJfwf .navbar.navbar-short .navbar-logo a img {
  height: 8rem !important;
}
.cid-qNMVuPJfwf .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qNMVuPJfwf button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qNMVuPJfwf button.navbar-toggler:focus {
  outline: none;
}
.cid-qNMVuPJfwf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffff00;
}
.cid-qNMVuPJfwf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qNMVuPJfwf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qNMVuPJfwf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qNMVuPJfwf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qNMVuPJfwf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qNMVuPJfwf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qNMVuPJfwf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qNMVuPJfwf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qNMVuPJfwf .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qNMVuPJfwf .collapsed .btn {
  display: flex;
}
.cid-qNMVuPJfwf .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qNMVuPJfwf .collapsed .navbar-collapse.collapsing,
.cid-qNMVuPJfwf .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qNMVuPJfwf .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qNMVuPJfwf .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qNMVuPJfwf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qNMVuPJfwf .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qNMVuPJfwf .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qNMVuPJfwf .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qNMVuPJfwf .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qNMVuPJfwf .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qNMVuPJfwf .collapsed button.navbar-toggler {
  display: block;
}
.cid-qNMVuPJfwf .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qNMVuPJfwf .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qNMVuPJfwf .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qNMVuPJfwf .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qNMVuPJfwf .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qNMVuPJfwf .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qNMVuPJfwf.navbar-expand {
    flex-direction: column;
  }
  .cid-qNMVuPJfwf img {
    height: 8rem !important;
  }
  .cid-qNMVuPJfwf .btn {
    display: flex;
  }
  .cid-qNMVuPJfwf button.navbar-toggler {
    display: block;
  }
  .cid-qNMVuPJfwf .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qNMVuPJfwf .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qNMVuPJfwf .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qNMVuPJfwf .navbar-collapse.collapsing,
  .cid-qNMVuPJfwf .navbar-collapse.show {
    display: block !important;
  }
  .cid-qNMVuPJfwf .navbar-collapse.collapsing .navbar-nav,
  .cid-qNMVuPJfwf .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qNMVuPJfwf .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qNMVuPJfwf .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qNMVuPJfwf .navbar-collapse.collapsing .navbar-buttons,
  .cid-qNMVuPJfwf .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qNMVuPJfwf .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qNMVuPJfwf .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qNMVuPJfwf .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qNMVuPJfwf .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qNMVuPJfwf .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qNMVuPJfwf .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qNMVuPJfwf .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qNMVuPJfwf .navbar-collapse {
  flex-basis: auto;
}
.cid-qNMVuPJfwf .nav-link:hover,
.cid-qNMVuPJfwf .dropdown-item:hover {
  color: #ffff00 !important;
}
.cid-qNMVuPJfwf .my-logo {
  min-width: 100px;
  min-height: 160px;
}
@media (max-width: 520px) {
  .cid-qNMVuPJfwf .my-logo {
    min-width: 60px;
    min-height: 90px;
  }
}
.cid-qNMVuQGSgu {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/extreme-electrical-solutions-testimonial-banner-2-2000x600.jpg");
}
.cid-qNMVuQGSgu .spacr {
  margin-top: 100px;
}
.cid-qNMVuQGSgu H2 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-qNMVuQGSgu H3 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-qNMVuRMtJp {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-qNMVuRMtJp .mbr-text,
.cid-qNMVuRMtJp blockquote {
  color: #767676;
}
.cid-qNMVuRMtJp .mbr-text {
  text-align: center;
}
.cid-qNMVuRMtJp i,
.cid-qNMVuRMtJp em {
  color: #0087ff;
  font-size: 2.5rem;
}
.cid-qNMVuRMtJp p {
  font-size: 1.8rem;
}
.cid-rlsinOSft9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-rlsinOSft9 .content {
    text-align: center;
  }
  .cid-rlsinOSft9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rlsinOSft9 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rlsinOSft9 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rlsinOSft9 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rlsinOSft9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rlsinOSft9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rlsinOSft9 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rlsinOSft9 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rlsinOSft9 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rlsinOSft9 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rlsinOSft9 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rlsinOSft9 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qNMVuTZtUb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-ttem8atemK .navbar {
  background: rgba(0, 0, 0, 0.7) !important;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  border-bottom-style: solid;
  border-color: #0087ff;
}
.cid-ttem8atemK .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-ttem8atemK a {
  font-style: normal;
}
.cid-ttem8atemK .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ttem8atemK .nav-item a {
  display: flex;
  align-items: left;
  justify-content: left;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-ttem8atemK .nav-item:focus,
.cid-ttem8atemK .nav-link:focus {
  outline: none;
}
.cid-ttem8atemK .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-ttem8atemK .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ttem8atemK .menu-logo {
  margin-right: auto;
}
.cid-ttem8atemK .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-ttem8atemK .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ttem8atemK .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ttem8atemK .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ttem8atemK .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ttem8atemK .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ttem8atemK .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ttem8atemK .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ttem8atemK .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ttem8atemK .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ttem8atemK .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ttem8atemK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ttem8atemK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttem8atemK .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ttem8atemK .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttem8atemK .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ttem8atemK .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ttem8atemK .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ttem8atemK .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ttem8atemK .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ttem8atemK .navbar.navbar-short .navbar-logo a img {
  height: 8rem !important;
}
.cid-ttem8atemK .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ttem8atemK button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ttem8atemK button.navbar-toggler:focus {
  outline: none;
}
.cid-ttem8atemK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffff00;
}
.cid-ttem8atemK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttem8atemK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttem8atemK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttem8atemK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttem8atemK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttem8atemK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttem8atemK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttem8atemK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttem8atemK .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-ttem8atemK .collapsed .btn {
  display: flex;
}
.cid-ttem8atemK .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ttem8atemK .collapsed .navbar-collapse.collapsing,
.cid-ttem8atemK .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ttem8atemK .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ttem8atemK .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ttem8atemK .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ttem8atemK .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ttem8atemK .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ttem8atemK .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ttem8atemK .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ttem8atemK .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-ttem8atemK .collapsed button.navbar-toggler {
  display: block;
}
.cid-ttem8atemK .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ttem8atemK .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ttem8atemK .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ttem8atemK .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ttem8atemK .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ttem8atemK .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-ttem8atemK.navbar-expand {
    flex-direction: column;
  }
  .cid-ttem8atemK img {
    height: 8rem !important;
  }
  .cid-ttem8atemK .btn {
    display: flex;
  }
  .cid-ttem8atemK button.navbar-toggler {
    display: block;
  }
  .cid-ttem8atemK .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ttem8atemK .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ttem8atemK .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ttem8atemK .navbar-collapse.collapsing,
  .cid-ttem8atemK .navbar-collapse.show {
    display: block !important;
  }
  .cid-ttem8atemK .navbar-collapse.collapsing .navbar-nav,
  .cid-ttem8atemK .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ttem8atemK .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ttem8atemK .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ttem8atemK .navbar-collapse.collapsing .navbar-buttons,
  .cid-ttem8atemK .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ttem8atemK .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ttem8atemK .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ttem8atemK .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ttem8atemK .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ttem8atemK .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ttem8atemK .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ttem8atemK .menu-logo {
    flex-shrink: 0;
  }
}
.cid-ttem8atemK .navbar-collapse {
  flex-basis: auto;
}
.cid-ttem8atemK .nav-link:hover,
.cid-ttem8atemK .dropdown-item:hover {
  color: #ffff00 !important;
}
.cid-ttem8atemK .my-logo {
  min-width: 100px;
  min-height: 160px;
}
@media (max-width: 520px) {
  .cid-ttem8atemK .my-logo {
    min-width: 60px;
    min-height: 90px;
  }
}
.cid-ttem8giHmz {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/extreme-electrical-solutions-control4-home-remote-installation-3-2000x600.jpg");
}
.cid-ttem8giHmz .spacr {
  margin-top: 100px;
}
.cid-ttem8giHmz H2 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-ttem8giHmz H3 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-tteCdKF2dD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tteCdKF2dD .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-tteCdKF2dD H2 {
  text-align: center;
}
.cid-tteCdKF2dD hr {
  margin: 1rem 0;
  border-color: #0087ff;
  opacity: .80;
}
.cid-tteCdKF2dD p.yourhome {
  font-size: 2.5rem;
  color: #0087ff;
  text-align: center;
  font-family: oswald;
}
.cid-ttez7HQbAQ {
  padding-top: 90px;
  padding-bottom: 90px;
  border-top: 10px solid #0087ff;
  background-image: url("../../../assets/images/extreme-electrical-solutions-control4-home-automation-bg-2000x600.jpg");
}
.cid-ttez7HQbAQ .container-fluid {
  padding: 0 3rem;
}
.cid-ttez7HQbAQ .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-ttez7HQbAQ .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-ttez7HQbAQ .modalWindow {
  display: none;
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ttez7HQbAQ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ttez7HQbAQ .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-ttez7HQbAQ a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-ttez7HQbAQ a.close:hover {
  color: #ffffff;
}
.cid-ttez7HQbAQ svg {
  transition: all 0.5s ease-in;
}
.cid-ttez7HQbAQ svg .blick {
  transiton: opacity 0.5s ease-in;
  opacity: 1;
}
.cid-ttez7HQbAQ svg:hover {
  cursor: pointer;
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}
.cid-ttez7HQbAQ svg:hover .blick {
  transition: opacity 0.5s ease-in;
  opacity: 0;
}
@media (max-width: 767px) {
  .cid-ttez7HQbAQ .container-fluid {
    padding: 0 1rem;
  }
}
.cid-ttiOkjJJLF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-ttiOkjJJLF .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ttiOkjJJLF .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ttiOkjJJLF .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ttiOkjJJLF .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ttiOkjJJLF .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0087ff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #0087ff, #000000) !important;
}
.cid-ttiOkjJJLF .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ttiOkjJJLF .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-ttiOkjJJLF .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-ttiOkjJJLF .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #0087ff !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #0087ff, #000000) !important;
}
.cid-ttem8Gwup9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-ttem8Gwup9 .content {
    text-align: center;
  }
  .cid-ttem8Gwup9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ttem8Gwup9 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ttem8Gwup9 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ttem8Gwup9 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-ttem8Gwup9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ttem8Gwup9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-ttem8Gwup9 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-ttem8Gwup9 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ttem8Gwup9 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ttem8Gwup9 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ttem8Gwup9 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ttem8Gwup9 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-ttem8J5F6k {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uLms39NoKa .navbar {
  background: rgba(0, 0, 0, 0.7) !important;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  border-bottom-style: solid;
  border-color: #0087ff;
}
.cid-uLms39NoKa .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-uLms39NoKa a {
  font-style: normal;
}
.cid-uLms39NoKa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uLms39NoKa .nav-item a {
  display: flex;
  align-items: left;
  justify-content: left;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uLms39NoKa .nav-item:focus,
.cid-uLms39NoKa .nav-link:focus {
  outline: none;
}
.cid-uLms39NoKa .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uLms39NoKa .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uLms39NoKa .menu-logo {
  margin-right: auto;
}
.cid-uLms39NoKa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uLms39NoKa .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uLms39NoKa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uLms39NoKa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uLms39NoKa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uLms39NoKa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uLms39NoKa .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uLms39NoKa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uLms39NoKa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uLms39NoKa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uLms39NoKa .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uLms39NoKa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uLms39NoKa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLms39NoKa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uLms39NoKa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLms39NoKa .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uLms39NoKa .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uLms39NoKa .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uLms39NoKa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uLms39NoKa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uLms39NoKa .navbar.navbar-short .navbar-logo a img {
  height: 8rem !important;
}
.cid-uLms39NoKa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uLms39NoKa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uLms39NoKa button.navbar-toggler:focus {
  outline: none;
}
.cid-uLms39NoKa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffff00;
}
.cid-uLms39NoKa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uLms39NoKa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uLms39NoKa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uLms39NoKa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uLms39NoKa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLms39NoKa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uLms39NoKa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uLms39NoKa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLms39NoKa .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uLms39NoKa .collapsed .btn {
  display: flex;
}
.cid-uLms39NoKa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uLms39NoKa .collapsed .navbar-collapse.collapsing,
.cid-uLms39NoKa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uLms39NoKa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uLms39NoKa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uLms39NoKa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uLms39NoKa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uLms39NoKa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uLms39NoKa .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uLms39NoKa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uLms39NoKa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uLms39NoKa .collapsed button.navbar-toggler {
  display: block;
}
.cid-uLms39NoKa .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uLms39NoKa .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uLms39NoKa .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uLms39NoKa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uLms39NoKa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uLms39NoKa .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uLms39NoKa.navbar-expand {
    flex-direction: column;
  }
  .cid-uLms39NoKa img {
    height: 8rem !important;
  }
  .cid-uLms39NoKa .btn {
    display: flex;
  }
  .cid-uLms39NoKa button.navbar-toggler {
    display: block;
  }
  .cid-uLms39NoKa .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uLms39NoKa .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uLms39NoKa .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uLms39NoKa .navbar-collapse.collapsing,
  .cid-uLms39NoKa .navbar-collapse.show {
    display: block !important;
  }
  .cid-uLms39NoKa .navbar-collapse.collapsing .navbar-nav,
  .cid-uLms39NoKa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uLms39NoKa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uLms39NoKa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uLms39NoKa .navbar-collapse.collapsing .navbar-buttons,
  .cid-uLms39NoKa .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uLms39NoKa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uLms39NoKa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uLms39NoKa .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uLms39NoKa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uLms39NoKa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uLms39NoKa .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uLms39NoKa .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uLms39NoKa .navbar-collapse {
  flex-basis: auto;
}
.cid-uLms39NoKa .nav-link:hover,
.cid-uLms39NoKa .dropdown-item:hover {
  color: #ffff00 !important;
}
.cid-uLms39NoKa .my-logo {
  min-width: 100px;
  min-height: 160px;
}
@media (max-width: 520px) {
  .cid-uLms39NoKa .my-logo {
    min-width: 60px;
    min-height: 90px;
  }
}
.cid-uLms3ahTo6 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/extreme-electrical-solutions-ecoflow-installation-banner-2000x600.jpg");
}
.cid-uLms3ahTo6 .spacr {
  margin-top: 100px;
}
.cid-uLms3ahTo6 H2 {
  font-size: 2.4rem;
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-uLms3ahTo6 H3 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-uLms3aDyKk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uLms3aDyKk .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-uLms3aDyKk H2 {
  text-align: center;
}
.cid-uLms3aDyKk hr {
  margin: 1rem 0;
  border-color: #0087ff;
  opacity: .80;
}
.cid-uLms3aDyKk p.yourhome {
  font-size: 2.5rem;
  color: #0087ff;
  text-align: center;
  font-family: oswald;
}
.cid-uLms3aDyKk .blackHeading {
  font-size: 1.4rem;
  color: #000000;
  font-family: oswald;
  font-weight: 600;
}
.cid-uLms3aDyKk .blueHeading {
  color: #0087ff;
}
.cid-uLms3c4Mt5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uLms3c4Mt5 .content {
    text-align: center;
  }
  .cid-uLms3c4Mt5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLms3c4Mt5 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uLms3c4Mt5 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uLms3c4Mt5 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uLms3c4Mt5 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uLms3c4Mt5 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uLms3c4Mt5 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-uLms3c4Mt5 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uLms3c4Mt5 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uLms3c4Mt5 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uLms3c4Mt5 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uLms3c4Mt5 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uLms3cHyIt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uLn7cYKqeP .navbar {
  background: rgba(0, 0, 0, 0.7) !important;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  border-bottom-style: solid;
  border-color: #0087ff;
}
.cid-uLn7cYKqeP .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-uLn7cYKqeP a {
  font-style: normal;
}
.cid-uLn7cYKqeP .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uLn7cYKqeP .nav-item a {
  display: flex;
  align-items: left;
  justify-content: left;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uLn7cYKqeP .nav-item:focus,
.cid-uLn7cYKqeP .nav-link:focus {
  outline: none;
}
.cid-uLn7cYKqeP .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uLn7cYKqeP .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uLn7cYKqeP .menu-logo {
  margin-right: auto;
}
.cid-uLn7cYKqeP .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uLn7cYKqeP .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uLn7cYKqeP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uLn7cYKqeP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uLn7cYKqeP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uLn7cYKqeP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uLn7cYKqeP .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uLn7cYKqeP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uLn7cYKqeP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uLn7cYKqeP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uLn7cYKqeP .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uLn7cYKqeP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uLn7cYKqeP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLn7cYKqeP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uLn7cYKqeP .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLn7cYKqeP .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uLn7cYKqeP .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uLn7cYKqeP .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uLn7cYKqeP .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uLn7cYKqeP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uLn7cYKqeP .navbar.navbar-short .navbar-logo a img {
  height: 8rem !important;
}
.cid-uLn7cYKqeP .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uLn7cYKqeP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uLn7cYKqeP button.navbar-toggler:focus {
  outline: none;
}
.cid-uLn7cYKqeP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffff00;
}
.cid-uLn7cYKqeP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uLn7cYKqeP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uLn7cYKqeP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uLn7cYKqeP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uLn7cYKqeP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLn7cYKqeP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uLn7cYKqeP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uLn7cYKqeP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLn7cYKqeP .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uLn7cYKqeP .collapsed .btn {
  display: flex;
}
.cid-uLn7cYKqeP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uLn7cYKqeP .collapsed .navbar-collapse.collapsing,
.cid-uLn7cYKqeP .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uLn7cYKqeP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uLn7cYKqeP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uLn7cYKqeP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uLn7cYKqeP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uLn7cYKqeP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uLn7cYKqeP .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uLn7cYKqeP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uLn7cYKqeP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uLn7cYKqeP .collapsed button.navbar-toggler {
  display: block;
}
.cid-uLn7cYKqeP .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uLn7cYKqeP .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uLn7cYKqeP .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uLn7cYKqeP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uLn7cYKqeP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uLn7cYKqeP .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uLn7cYKqeP.navbar-expand {
    flex-direction: column;
  }
  .cid-uLn7cYKqeP img {
    height: 8rem !important;
  }
  .cid-uLn7cYKqeP .btn {
    display: flex;
  }
  .cid-uLn7cYKqeP button.navbar-toggler {
    display: block;
  }
  .cid-uLn7cYKqeP .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uLn7cYKqeP .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uLn7cYKqeP .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uLn7cYKqeP .navbar-collapse.collapsing,
  .cid-uLn7cYKqeP .navbar-collapse.show {
    display: block !important;
  }
  .cid-uLn7cYKqeP .navbar-collapse.collapsing .navbar-nav,
  .cid-uLn7cYKqeP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uLn7cYKqeP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uLn7cYKqeP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uLn7cYKqeP .navbar-collapse.collapsing .navbar-buttons,
  .cid-uLn7cYKqeP .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uLn7cYKqeP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uLn7cYKqeP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uLn7cYKqeP .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uLn7cYKqeP .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uLn7cYKqeP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uLn7cYKqeP .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uLn7cYKqeP .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uLn7cYKqeP .navbar-collapse {
  flex-basis: auto;
}
.cid-uLn7cYKqeP .nav-link:hover,
.cid-uLn7cYKqeP .dropdown-item:hover {
  color: #ffff00 !important;
}
.cid-uLn7cYKqeP .my-logo {
  min-width: 100px;
  min-height: 160px;
}
@media (max-width: 520px) {
  .cid-uLn7cYKqeP .my-logo {
    min-width: 60px;
    min-height: 90px;
  }
}
.cid-uLn7cZkM1d {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/extreme-electrical-solutions-fluke-banner-2000x600.jpg");
}
.cid-uLn7cZkM1d .spacr {
  margin-top: 100px;
}
.cid-uLn7cZkM1d H2 {
  font-size: 2.4rem;
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-uLn7cZkM1d H3 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-uLn7cZPucz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uLn7cZPucz .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-uLn7cZPucz H2 {
  text-align: center;
}
.cid-uLn7cZPucz hr {
  margin: 1rem 0;
  border-color: #0087ff;
  opacity: .80;
}
.cid-uLn7cZPucz p.yourhome {
  font-size: 2.5rem;
  color: #0087ff;
  text-align: center;
  font-family: oswald;
}
.cid-uLn7cZPucz .blackHeading {
  font-size: 1.4rem;
  color: #000000;
  font-family: oswald;
  font-weight: 600;
}
.cid-uLn7cZPucz .blueHeading {
  color: #0087ff;
}
.cid-uLn7d0qxaP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uLn7d0qxaP .content {
    text-align: center;
  }
  .cid-uLn7d0qxaP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLn7d0qxaP .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uLn7d0qxaP .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uLn7d0qxaP .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uLn7d0qxaP .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uLn7d0qxaP .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uLn7d0qxaP .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-uLn7d0qxaP .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uLn7d0qxaP .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uLn7d0qxaP .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uLn7d0qxaP .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uLn7d0qxaP .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uLn7d11bMj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
