body {
  font-family: Epilogue;
}
.display-1 {
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 4.1rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.125rem;
}
.display-2 {
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.28rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.87rem;
    font-size: calc( 2.085rem + (4.1 - 2.085) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.085rem + (4.1 - 2.085) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 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-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.125rem 1.875rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 1.125rem 1.875rem;
  border-radius: 0px;
}
.btn-md {
  padding: 1.125rem 1.875rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1.125rem 1.875rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #ea2108 !important;
}
.bg-success {
  background-color: #519e70 !important;
}
.bg-info {
  background-color: #bbbbbb !important;
}
.bg-warning {
  background-color: #cc7d7f !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ea2108 !important;
  border-color: #f6f6f6 !important;
  color: #f6f6f6 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary span:before,
.btn-primary:active span:before {
  color: #f6f6f6;
}
.btn-primary span:after,
.btn-primary:active span:after {
  color: #f6f6f6;
}
.btn-primary:before,
.btn-primary:active:before {
  color: #f6f6f6;
}
.btn-primary:after,
.btn-primary:active:after {
  color: #f6f6f6;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ea2108 !important;
  background-color: #f6f6f6 !important;
  border-color: #f6f6f6 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #f6f6f6 !important;
  background-color: #000000 !important;
  border-color: #1d2c35  !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7cbb96 !important;
  border-color: #000000 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary span:before,
.btn-secondary:active span:before {
  color: #000000;
}
.btn-secondary span:after,
.btn-secondary:active span:after {
  color: #000000;
}
.btn-secondary:before,
.btn-secondary:active:before {
  color: #000000;
}
.btn-secondary:after,
.btn-secondary:active:after {
  color: #000000;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #7cbb96 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #000000 !important;
  background-color: #000000 !important;
  border-color: #1d2c35  !important;
}
.btn-info,
.btn-info:active {
  background-color: #bbbbbb !important;
  border-color: #000000 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info span:before,
.btn-info:active span:before {
  color: #000000;
}
.btn-info span:after,
.btn-info:active span:after {
  color: #000000;
}
.btn-info:before,
.btn-info:active:before {
  color: #000000;
}
.btn-info:after,
.btn-info:active:after {
  color: #000000;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #bbbbbb !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000000 !important;
  background-color: #000000 !important;
  border-color: #1d2c35  !important;
}
.btn-success,
.btn-success:active {
  background-color: #519e70 !important;
  border-color: #f6f6f6 !important;
  color: #f6f6f6 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success span:before,
.btn-success:active span:before {
  color: #f6f6f6;
}
.btn-success span:after,
.btn-success:active span:after {
  color: #f6f6f6;
}
.btn-success:before,
.btn-success:active:before {
  color: #f6f6f6;
}
.btn-success:after,
.btn-success:active:after {
  color: #f6f6f6;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #519e70 !important;
  background-color: #f6f6f6 !important;
  border-color: #f6f6f6 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #f6f6f6 !important;
  background-color: #000000 !important;
  border-color: #1d2c35  !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc7d7f !important;
  border-color: #f6f6f6 !important;
  color: #f6f6f6 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning span:before,
.btn-warning:active span:before {
  color: #f6f6f6;
}
.btn-warning span:after,
.btn-warning:active span:after {
  color: #f6f6f6;
}
.btn-warning:before,
.btn-warning:active:before {
  color: #f6f6f6;
}
.btn-warning:after,
.btn-warning:active:after {
  color: #f6f6f6;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #cc7d7f !important;
  background-color: #f6f6f6 !important;
  border-color: #f6f6f6 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #f6f6f6 !important;
  background-color: #000000 !important;
  border-color: #1d2c35  !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #000000 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger span:before,
.btn-danger:active span:before {
  color: #000000;
}
.btn-danger span:after,
.btn-danger:active span:after {
  color: #000000;
}
.btn-danger:before,
.btn-danger:active:before {
  color: #000000;
}
.btn-danger:after,
.btn-danger:active:after {
  color: #000000;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ff9966 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #000000 !important;
  background-color: #000000 !important;
  border-color: #1d2c35  !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #000000 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white span:before,
.btn-white:active span:before {
  color: #000000;
}
.btn-white span:after,
.btn-white:active span:after {
  color: #000000;
}
.btn-white:before,
.btn-white:active:before {
  color: #000000;
}
.btn-white:after,
.btn-white:active:after {
  color: #000000;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #fafafa !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #000000 !important;
  border-color: #1d2c35  !important;
}
.btn-black,
.btn-black:active {
  background-color: #1d2c35 !important;
  border-color: #f6f6f6 !important;
  color: #f6f6f6 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black span:before,
.btn-black:active span:before {
  color: #f6f6f6;
}
.btn-black span:after,
.btn-black:active span:after {
  color: #f6f6f6;
}
.btn-black:before,
.btn-black:active:before {
  color: #f6f6f6;
}
.btn-black:after,
.btn-black:active:after {
  color: #f6f6f6;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #1d2c35 !important;
  background-color: #f6f6f6 !important;
  border-color: #f6f6f6 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #f6f6f6 !important;
  background-color: #000000 !important;
  border-color: #1d2c35  !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ea2108;
  color: #ea2108;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #f6f6f6 !important;
  background-color: transparent!important;
  border-color: #f6f6f6 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #f6f6f6 !important;
  background-color: #f6f6f6 !important;
  border-color: #ea2108 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #7cbb96;
  color: #7cbb96;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #478a63 !important;
  background-color: transparent!important;
  border-color: #478a63 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #478a63 !important;
  background-color: #478a63 !important;
  border-color: #7cbb96 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #bbbbbb;
  color: #bbbbbb;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #888888 !important;
  background-color: transparent!important;
  border-color: #888888 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #888888 !important;
  background-color: #888888 !important;
  border-color: #bbbbbb !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #519e70;
  color: #519e70;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2e5b40 !important;
  background-color: transparent!important;
  border-color: #2e5b40 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #2e5b40 !important;
  background-color: #2e5b40 !important;
  border-color: #519e70 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #cc7d7f;
  color: #cc7d7f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a34042 !important;
  background-color: transparent!important;
  border-color: #a34042 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #a34042 !important;
  background-color: #a34042 !important;
  border-color: #cc7d7f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5500 !important;
  background-color: transparent!important;
  border-color: #ff5500 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ff5500 !important;
  background-color: #ff5500 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #f6f6f6 !important;
  background-color: transparent!important;
  border-color: #f6f6f6 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #f6f6f6 !important;
  background-color: #f6f6f6 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #c7c7c7 !important;
  background-color: transparent!important;
  border-color: #c7c7c7 !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #c7c7c7 !important;
  background-color: #c7c7c7 !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ea2108 !important;
}
.text-secondary {
  color: #7cbb96 !important;
}
.text-success {
  color: #519e70 !important;
}
.text-info {
  color: #bbbbbb !important;
}
.text-warning {
  color: #cc7d7f !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #1d2c35 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #871305 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #478a63 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #2e5b40 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #888888 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a34042 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #416377 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ea2108;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #bbbbbb;
}
.alert-warning {
  background-color: #cc7d7f;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ea2108;
  border-color: #ea2108;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ea2108;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdc8c1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0ceb3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fbfbfb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ea2108 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #ea2108;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ea2108;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ea2108;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ea2108;
  border-bottom-color: #ea2108;
}
.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: #ea2108 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #7cbb96 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ea2108' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-v1jIadUSnB .navbar-dropdown {
  background-color: #f8f8f8 !important;
  padding: 0;
}
.cid-v1jIadUSnB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f8f8f8 !important;
  background: #f8f8f8;
}
.cid-v1jIadUSnB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-v1jIadUSnB .menu_box .navbar.opened,
  .cid-v1jIadUSnB .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-v1jIadUSnB .navbar-dropdown {
  position: relative !important;
}
.cid-v1jIadUSnB .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-v1jIadUSnB .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v1jIadUSnB .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v1jIadUSnB .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-v1jIadUSnB .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v1jIadUSnB .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #454545;
  }
  .cid-v1jIadUSnB .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v1jIadUSnB .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v1jIadUSnB .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v1jIadUSnB .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v1jIadUSnB .offcanvas-body .mbr-text,
  .cid-v1jIadUSnB .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-v1jIadUSnB .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-v1jIadUSnB .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v1jIadUSnB .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #181818;
  }
  .cid-v1jIadUSnB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v1jIadUSnB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v1jIadUSnB .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v1jIadUSnB .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v1jIadUSnB ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v1jIadUSnB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v1jIadUSnB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v1jIadUSnB .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v1jIadUSnB li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-v1jIadUSnB li.nav-item:hover {
    opacity: .8;
  }
  .cid-v1jIadUSnB .lg_brand {
    margin: 0 1rem;
  }
}
.cid-v1jIadUSnB .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v1jIadUSnB .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v1jIadUSnB .nav-item {
    margin: 0 !important;
  }
}
.cid-v1jIadUSnB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v1jIadUSnB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-v1jIadUSnB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v1jIadUSnB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v1jIadUSnB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-v1jIadUSnB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v1jIadUSnB .offcanvas_box {
    display: none;
  }
}
.cid-v1jIadUSnB .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-v1jIadUSnB .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v1jIadUSnB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1jIadUSnB .container {
  display: flex;
  margin: auto;
}
.cid-v1jIadUSnB .iconfont-wrapper {
  color: #181818;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v1jIadUSnB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v1jIadUSnB .iconfont-wrapper:hover {
  color: #ea2108;
}
.cid-v1jIadUSnB .navbar-caption {
  color: #181818;
}
.cid-v1jIadUSnB .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v1jIadUSnB .navbar-nav {
    margin: 0;
  }
}
.cid-v1jIadUSnB .dropdown-menu,
.cid-v1jIadUSnB .navbar.opened {
  background-color: false !important;
}
.cid-v1jIadUSnB .nav-item:focus,
.cid-v1jIadUSnB .nav-link:focus {
  outline: none;
}
.cid-v1jIadUSnB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1jIadUSnB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1jIadUSnB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1jIadUSnB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1jIadUSnB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1jIadUSnB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1jIadUSnB .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-v1jIadUSnB .navbar.opened {
  transition: all 0.3s;
}
.cid-v1jIadUSnB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v1jIadUSnB .navbar .navbar-logo img {
  min-width: 100px;
  min-height: 100px;
  object-fit: cover;
}
.cid-v1jIadUSnB .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v1jIadUSnB .navbar.collapsed {
  justify-content: center;
}
.cid-v1jIadUSnB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1jIadUSnB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v1jIadUSnB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1jIadUSnB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1jIadUSnB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1jIadUSnB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v1jIadUSnB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v1jIadUSnB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v1jIadUSnB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-v1jIadUSnB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1jIadUSnB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1jIadUSnB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v1jIadUSnB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1jIadUSnB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1jIadUSnB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1jIadUSnB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v1jIadUSnB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v1jIadUSnB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v1jIadUSnB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1jIadUSnB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1jIadUSnB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v1jIadUSnB .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1jIadUSnB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1jIadUSnB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1jIadUSnB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1jIadUSnB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1jIadUSnB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1jIadUSnB .dropdown-item.active,
.cid-v1jIadUSnB .dropdown-item:active {
  background-color: transparent;
}
.cid-v1jIadUSnB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1jIadUSnB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1jIadUSnB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1jIadUSnB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1jIadUSnB ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-v1jIadUSnB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1jIadUSnB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f8f8f8;
  background: #ffffff;
}
.cid-v1jIadUSnB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-v1jIadUSnB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1jIadUSnB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1jIadUSnB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1jIadUSnB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1jIadUSnB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1jIadUSnB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1jIadUSnB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1jIadUSnB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1jIadUSnB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v1jIadUSnB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1jIadUSnB .navbar {
    height: 70px;
  }
  .cid-v1jIadUSnB .navbar.opened {
    height: auto;
  }
  .cid-v1jIadUSnB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1jIadUSnB .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-v1jIadUSnB .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-v1jIadUSnB .navbar-caption:hover {
  color: #ea2108;
}
.cid-v1jIadUSnB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v1jIadUSnB .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-v1jIadUSnB .text_widget {
  color: #ffffff;
}
.cid-v1jIadUSnB .mbr-section-subtitle,
.cid-v1jIadUSnB .text_widget {
  text-align: left;
}
.cid-v1jIadUSnB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v1jHSgSjjO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #000000;
}
.cid-v1jHSgSjjO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1jHSgSjjO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1jHSgSjjO .content-wrapper {
  position: relative;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-v1jHSgSjjO .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-v1jHSgSjjO .content-wrapper {
    padding: 0;
  }
}
.cid-v1jHSgSjjO .content-wrapper .mbr-section-btn {
  margin-bottom: 32px;
}
.cid-v1jHSgSjjO .content-wrapper .card-wrap {
  position: absolute;
  z-index: 1;
  left: 108px;
  bottom: 0;
  width: 55%;
  padding: 80px;
  background-color: #c8ce49;
  border: 2px solid #ffffff;
  box-shadow: -10px 10px 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-v1jHSgSjjO .content-wrapper .card-wrap {
    box-shadow: -5px 5px 0 #ffffff;
  }
}
@media (max-width: 1440px) {
  .cid-v1jHSgSjjO .content-wrapper .card-wrap {
    padding: 64px;
    left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-v1jHSgSjjO .content-wrapper .card-wrap {
    position: static;
    width: 100%;
    margin-bottom: 16px;
    padding: 20px;
  }
}
.cid-v1jHSgSjjO .content-wrapper .card-wrap .mbr-date {
  margin-bottom: 32px;
}
.cid-v1jHSgSjjO .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v1jHSgSjjO .content-wrapper .card-wrap .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #2c2625;
}
.cid-v1jHSgSjjO .content-wrapper .image-wrapper {
  position: relative;
  padding-left: 30%;
  padding-bottom: 6%;
}
@media (max-width: 992px) {
  .cid-v1jHSgSjjO .content-wrapper .image-wrapper {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.cid-v1jHSgSjjO .content-wrapper .image-wrapper img {
  object-fit: cover;
  height: 750px;
  border: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-v1jHSgSjjO .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-v1jHSgSjjO .mbr-section-title {
  color: #2C2625;
}
.cid-v1jHSgSjjO .mbr-date {
  color: #2C2625;
}
.cid-v1jHSgSjjO .mbr-tag {
  color: #2C2625;
}
.cid-v1jHSgSjjO .mbr-text {
  color: #000000;
}
.cid-v1jHSgSjjO .mbr-section-title,
.cid-v1jHSgSjjO .mbr-section-btn {
  color: #000000;
}
.cid-v1i0nrpv50 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1i0nrpv50 .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-v1i0nrpv50 .container {
    max-width: 1040px;
  }
}
.cid-v1i0nrpv50 .row {
  justify-content: center;
}
.cid-v1i0nrpv50 .item:focus,
.cid-v1i0nrpv50 span:focus {
  outline: none;
}
.cid-v1i0nrpv50 .col-items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-v1i0nrpv50 .col-items {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-v1i0nrpv50 .item {
    width: 100%;
  }
  .cid-v1i0nrpv50 .item:first-child {
    padding-bottom: 0.5rem;
  }
  .cid-v1i0nrpv50 .item:last-child {
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-v1i0nrpv50 .item:first-child {
    padding-right: 0.5rem;
  }
  .cid-v1i0nrpv50 .item:last-child {
    padding-left: 0.5rem;
  }
}
.cid-v1i0nrpv50 .item-wrap {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 24px;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .cid-v1i0nrpv50 .item-wrap {
    padding: 27px;
  }
}
@media (min-width: 992px) {
  .cid-v1i0nrpv50 .item-wrap {
    padding: 50px;
  }
}
.cid-v1i0nrpv50 .item-content {
  width: 100%;
}
.cid-v1i0nrpv50 .label-text {
  color: #ffffff;
  opacity: 0.8;
  width: 100%;
  margin-bottom: 16px;
}
.cid-v1i0nrpv50 .mbr-text {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
  opacity: 0.8;
}
.cid-v1i0nrpv50 .item-title {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-v1i0nrpv50 .list-container {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
}
.cid-v1i0nrpv50 .list-item {
  display: flex;
  align-items: center;
}
.cid-v1i0nrpv50 .list-item:not(:last-child) {
  margin-bottom: 16px;
}
.cid-v1i0nrpv50 .icon-box {
  padding-right: 14px;
}
.cid-v1i0nrpv50 .list-text {
  flex-grow: 1;
  color: #000000;
  margin-bottom: 0;
}
.cid-v1i0nrpv50 .link-container {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .cid-v1i0nrpv50 .link-container {
    margin-top: 72px;
  }
}
.cid-v1i0nrpv50 .link-container .link:first-child {
  margin-bottom: 16px;
}
.cid-v1i0nrpv50 .link-container .link span {
  padding-right: 10px;
}
.cid-v1jJ7TUVEl {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #c8ce49;
}
.cid-v1jJ7TUVEl .card-wrapper {
  background: #ffffff;
  padding: 5rem;
}
@media (max-width: 992px) {
  .cid-v1jJ7TUVEl .card-wrapper {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v1jJ7TUVEl .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-v1jJ7TUVEl .mbr-text {
  color: #000000;
}
.cid-v1jJ7TUVEl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v1jJ7TUVEl .mbr-section-title {
  color: #000000;
}
.cid-v1jHyR0Opt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v1jHyR0Opt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1jHyR0Opt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1jHyR0Opt .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v1jHyR0Opt .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-v1jHyR0Opt .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1jHyR0Opt .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v1jHyR0Opt .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v1jHyR0Opt .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v1jHyR0Opt .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1jHyR0Opt .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-v1jHyR0Opt .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-v1jHyR0Opt .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #c8ce49;
  box-shadow: 4px 4px 0 0 #c8ce49;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-v1jHyR0Opt .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-v1jHyR0Opt .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-v1jHyR0Opt .mbr-section-title {
  color: #050f0f;
}
.cid-v1jHyR0Opt .mbr-text {
  color: #050f0f;
}
.cid-v1jHyR0Opt .mbr-section-title,
.cid-v1jHyR0Opt .mbr-section-btn {
  color: #000000;
}
.cid-v1jHyR0Opt .mbr-text,
.cid-v1jHyR0Opt .text-wrapper,
.cid-v1jHyR0Opt .rating-wrapper {
  color: #000000;
}
.cid-ss6x16tYwp {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ss6x16tYwp .cards-bg1 {
  background: #000000;
}
.cid-ss6x16tYwp .cards-bg2 {
  background: #000000;
}
.cid-ss6x16tYwp .cards-bg3 {
  background: #000000;
}
.cid-ss6x16tYwp .cards-bg4 {
  background: #000000;
}
.cid-ss6x16tYwp .card-wrapper {
  padding: 3rem 1rem;
  border-radius: 8px;
  margin-bottom: 1rem;
}
@media (min-width: 0) and (max-width: 1199px) {
  .cid-ss6x16tYwp .card-wrapper {
    padding: 1rem 0.5rem;
    border-radius: 8px;
  }
}
.cid-ss6x16tYwp .mbr-section-title {
  color: #000000;
}
.cid-ss6x16tYwp .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-ss6x16tYwp .card-title,
.cid-ss6x16tYwp .card-box {
  color: #ffffff;
}
.cid-v1jLv2QbBx {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-v1jLv2QbBx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1jLv2QbBx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1jLv2QbBx .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-v1jLv2QbBx .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #ffffff;
}
.cid-v1jLv2QbBx .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-v1jLv2QbBx .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-v1jLv2QbBx .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-v1jLv2QbBx .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-v1jLv2QbBx .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-v1jLv2QbBx .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-v1jLv2QbBx .decoration_1 {
    left: -380px;
  }
}
.cid-v1jLv2QbBx .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-v1jLv2QbBx .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-v1jLv2QbBx .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-v1jLv2QbBx .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-v1jLv2QbBx .decoration_2 {
    right: -380px;
  }
}
.cid-v1jLv2QbBx .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 120px 0;
}
@media (max-width: 992px) {
  .cid-v1jLv2QbBx .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v1jLv2QbBx .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v1jLv2QbBx .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1jLv2QbBx .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v1jLv2QbBx .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v1jLv2QbBx .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-v1jLv2QbBx .content-wrapper .image-wrapper {
  margin-top: 32px;
  height: 100%;
  padding: 12px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-v1jLv2QbBx .content-wrapper .image-wrapper {
    padding: 6px;
    margin-top: 24px;
  }
}
.cid-v1jLv2QbBx .content-wrapper .image-wrapper .image-wrap {
  padding: 12px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #c8ce49;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v1jLv2QbBx .content-wrapper .image-wrapper .image-wrap {
    padding: 6px;
  }
}
.cid-v1jLv2QbBx .content-wrapper .image-wrapper .image-wrap img {
  height: 400px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v1jLv2QbBx .content-wrapper .image-wrapper .image-wrap img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .cid-v1jLv2QbBx .content-wrapper .image-wrapper .image-wrap img {
    height: 250px;
  }
}
.cid-v1jLv2QbBx .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-v1jLv2QbBx .mbr-section-title {
  color: #181824;
}
.cid-v1jLv2QbBx .mbr-text,
.cid-v1jLv2QbBx .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-v1jLv2QbBx .mbr-section-title,
.cid-v1jLv2QbBx .mbr-section-btn,
.cid-v1jLv2QbBx .icon-wrapper {
  text-align: center;
}
.cid-v1jLv2QbBx .mbr-text {
  color: #000000;
}
.cid-v1jLv2QbBx .mbr-section-title,
.cid-v1jLv2QbBx .mbr-section-btn {
  color: #000000;
}
.cid-v1jGdloryn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v1jGdloryn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1jGdloryn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1jGdloryn .row {
  justify-content: center;
  margin: 0 -24px;
}
.cid-v1jGdloryn .row .card {
  padding: 0 24px;
}
.cid-v1jGdloryn .card-wrapper {
  border: 3px solid #c8ce49;
  padding: 150px 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1600px) {
  .cid-v1jGdloryn .card-wrapper {
    padding: 150px 60px;
  }
}
@media (max-width: 1440px) {
  .cid-v1jGdloryn .card-wrapper {
    padding: 150px 30px;
  }
}
@media (max-width: 992px) {
  .cid-v1jGdloryn .card-wrapper {
    margin-bottom: 16px;
    padding: 30px 20px;
  }
}
.cid-v1jGdloryn .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v1jGdloryn .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v1jGdloryn .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v1jGdloryn .card-wrapper .card-wrap .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-v1jGdloryn .image-wrapper {
  height: 100%;
}
.cid-v1jGdloryn .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v1jGdloryn .image-wrapper img {
    height: 350px;
  }
}
.cid-v1jGdloryn .mbr-section-title {
  color: #cbff5b;
}
.cid-v1jGdloryn .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v1jGdloryn .mbr-section-title,
.cid-v1jGdloryn .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v1hVNI06Se {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v1hVNI06Se .mbr-text,
.cid-v1hVNI06Se .mbr-section-btn {
  color: #1d2c35;
}
.cid-v1hVNI06Se .card-title,
.cid-v1hVNI06Se .card-box {
  color: #000000;
}
.cid-v1hVNI06Se .mbr-text,
.cid-v1hVNI06Se .link-wrap {
  color: #1d2c35;
}
.cid-v1hVNI06Se .card-box .mbr-text,
.cid-v1hVNI06Se .mbr-section-btn {
  color: #000000;
}
.cid-ss6x3zAv7s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/home-wiring-update-by-greenleaf-electric-llc-frederick-md-1024x663.jpg-1024x663.jpg");
}
.cid-ss6x3zAv7s .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-ss6x3zAv7s .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-ss6x3zAv7s .panel-group {
  border: none;
}
.cid-ss6x3zAv7s .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ss6x3zAv7s .panel-body,
.cid-ss6x3zAv7s .card-header {
  padding: 1rem 0;
}
.cid-ss6x3zAv7s .panel-title-edit {
  color: #000000;
}
.cid-ss6x3zAv7s .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ss6x3zAv7s H3 {
  color: #000000;
}
.cid-v1jKzkCMxG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-v1jKzkCMxG .feature .card {
  border-left: 10px solid #000000;
  background-color: #c8ce49;
  height: 100%;
  padding: 2rem 40px;
  border-radius: 0;
}
.cid-v1jKzkCMxG .feature:last-child .card {
  border-color: #000000;
}
.cid-v1jKzkCMxG .feature .mbr-section-title {
  line-height: 1;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-v1jKzkCMxG .feature:last-child {
    margin-top: 2rem;
  }
}
.cid-v1jKzkCMxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1jKzkCMxG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1jKzkCMxG H2 {
  color: #000000;
}
.cid-v1jKzkCMxG .mbr-section-text {
  color: #000000;
}
.cid-v1jKzkCMxG H3 {
  color: #000000;
}
.cid-v1RcU9aVxl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-v1RcU9aVxl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1RcU9aVxl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1RcU9aVxl .row {
  justify-content: flex-start;
}
.cid-v1RcU9aVxl .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-v1RcU9aVxl .mbr-text {
  color: #000000;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-v1jJI9OCPe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-v1jJI9OCPe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1jJI9OCPe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1jJI9OCPe .row {
  justify-content: center;
}
.cid-v1jJI9OCPe .map-wrapper {
  position: relative;
}
.cid-v1jJI9OCPe .map-wrapper::before {
  content: '';
  position: absolute;
  top: 2rem;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#c8ce49, transparent);
  filter: blur(100px);
}
.cid-v1jJI9OCPe .map-wrapper .google-map {
  position: relative;
  z-index: 1;
  border: 3px solid #c8ce49;
  background-color: #c8ce49;
}
.cid-v1jJI9OCPe .map-wrapper .google-map iframe {
  height: 750px;
  filter: invert(1);
}
@media (max-width: 1200px) {
  .cid-v1jJI9OCPe .map-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-v1jJI9OCPe .map-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-v1hXgh3v2o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/electrical-contractors-telford-slide-5.jpg-1500x720.jpg");
}
@media (max-width: 991px) {
  .cid-v1hXgh3v2o .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-v1hXgh3v2o .wrapper {
    padding: 0 6rem;
  }
}
.cid-v1hXgh3v2o .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-v1hXgh3v2o .list {
    margin-bottom: 2rem;
  }
  .cid-v1hXgh3v2o .list li {
    margin-top: .5rem;
  }
}
.cid-v1hXgh3v2o .mbr-section-subtitle {
  color: #000000;
}
.cid-v1hXgh3v2o .card-text {
  color: #000000;
}
.cid-v1jIadUSnB .navbar-dropdown {
  background-color: #f8f8f8 !important;
  padding: 0;
}
.cid-v1jIadUSnB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f8f8f8 !important;
  background: #f8f8f8;
}
.cid-v1jIadUSnB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-v1jIadUSnB .menu_box .navbar.opened,
  .cid-v1jIadUSnB .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-v1jIadUSnB .navbar-dropdown {
  position: relative !important;
}
.cid-v1jIadUSnB .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-v1jIadUSnB .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v1jIadUSnB .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v1jIadUSnB .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-v1jIadUSnB .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v1jIadUSnB .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #454545;
  }
  .cid-v1jIadUSnB .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v1jIadUSnB .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v1jIadUSnB .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v1jIadUSnB .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v1jIadUSnB .offcanvas-body .mbr-text,
  .cid-v1jIadUSnB .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-v1jIadUSnB .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-v1jIadUSnB .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v1jIadUSnB .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #181818;
  }
  .cid-v1jIadUSnB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v1jIadUSnB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v1jIadUSnB .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v1jIadUSnB .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v1jIadUSnB ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v1jIadUSnB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v1jIadUSnB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v1jIadUSnB .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v1jIadUSnB li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-v1jIadUSnB li.nav-item:hover {
    opacity: .8;
  }
  .cid-v1jIadUSnB .lg_brand {
    margin: 0 1rem;
  }
}
.cid-v1jIadUSnB .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v1jIadUSnB .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v1jIadUSnB .nav-item {
    margin: 0 !important;
  }
}
.cid-v1jIadUSnB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v1jIadUSnB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-v1jIadUSnB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v1jIadUSnB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v1jIadUSnB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-v1jIadUSnB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v1jIadUSnB .offcanvas_box {
    display: none;
  }
}
.cid-v1jIadUSnB .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-v1jIadUSnB .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v1jIadUSnB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1jIadUSnB .container {
  display: flex;
  margin: auto;
}
.cid-v1jIadUSnB .iconfont-wrapper {
  color: #181818;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v1jIadUSnB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v1jIadUSnB .iconfont-wrapper:hover {
  color: #ea2108;
}
.cid-v1jIadUSnB .navbar-caption {
  color: #181818;
}
.cid-v1jIadUSnB .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v1jIadUSnB .navbar-nav {
    margin: 0;
  }
}
.cid-v1jIadUSnB .dropdown-menu,
.cid-v1jIadUSnB .navbar.opened {
  background-color: false !important;
}
.cid-v1jIadUSnB .nav-item:focus,
.cid-v1jIadUSnB .nav-link:focus {
  outline: none;
}
.cid-v1jIadUSnB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1jIadUSnB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1jIadUSnB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1jIadUSnB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1jIadUSnB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1jIadUSnB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1jIadUSnB .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-v1jIadUSnB .navbar.opened {
  transition: all 0.3s;
}
.cid-v1jIadUSnB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v1jIadUSnB .navbar .navbar-logo img {
  min-width: 100px;
  min-height: 100px;
  object-fit: cover;
}
.cid-v1jIadUSnB .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v1jIadUSnB .navbar.collapsed {
  justify-content: center;
}
.cid-v1jIadUSnB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1jIadUSnB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v1jIadUSnB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1jIadUSnB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1jIadUSnB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1jIadUSnB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v1jIadUSnB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v1jIadUSnB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v1jIadUSnB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-v1jIadUSnB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1jIadUSnB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1jIadUSnB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v1jIadUSnB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1jIadUSnB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1jIadUSnB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1jIadUSnB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v1jIadUSnB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v1jIadUSnB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v1jIadUSnB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1jIadUSnB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1jIadUSnB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v1jIadUSnB .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1jIadUSnB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1jIadUSnB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1jIadUSnB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1jIadUSnB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1jIadUSnB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1jIadUSnB .dropdown-item.active,
.cid-v1jIadUSnB .dropdown-item:active {
  background-color: transparent;
}
.cid-v1jIadUSnB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1jIadUSnB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1jIadUSnB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1jIadUSnB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1jIadUSnB ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-v1jIadUSnB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1jIadUSnB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f8f8f8;
  background: #ffffff;
}
.cid-v1jIadUSnB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-v1jIadUSnB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1jIadUSnB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1jIadUSnB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1jIadUSnB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1jIadUSnB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1jIadUSnB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1jIadUSnB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1jIadUSnB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1jIadUSnB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v1jIadUSnB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1jIadUSnB .navbar {
    height: 70px;
  }
  .cid-v1jIadUSnB .navbar.opened {
    height: auto;
  }
  .cid-v1jIadUSnB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1jIadUSnB .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-v1jIadUSnB .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-v1jIadUSnB .navbar-caption:hover {
  color: #ea2108;
}
.cid-v1jIadUSnB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v1jIadUSnB .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-v1jIadUSnB .text_widget {
  color: #ffffff;
}
.cid-v1jIadUSnB .mbr-section-subtitle,
.cid-v1jIadUSnB .text_widget {
  text-align: left;
}
.cid-v1jIadUSnB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v1pnaDoFT4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #000000;
}
.cid-v1pnaDoFT4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1pnaDoFT4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1pnaDoFT4 .content-wrapper {
  position: relative;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-v1pnaDoFT4 .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-v1pnaDoFT4 .content-wrapper {
    padding: 0;
  }
}
.cid-v1pnaDoFT4 .content-wrapper .mbr-section-btn {
  margin-bottom: 32px;
}
.cid-v1pnaDoFT4 .content-wrapper .card-wrap {
  position: absolute;
  z-index: 1;
  left: 108px;
  bottom: 0;
  width: 55%;
  padding: 80px;
  background-color: #c8ce49;
  border: 2px solid #ffffff;
  box-shadow: -10px 10px 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-v1pnaDoFT4 .content-wrapper .card-wrap {
    box-shadow: -5px 5px 0 #ffffff;
  }
}
@media (max-width: 1440px) {
  .cid-v1pnaDoFT4 .content-wrapper .card-wrap {
    padding: 64px;
    left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-v1pnaDoFT4 .content-wrapper .card-wrap {
    position: static;
    width: 100%;
    margin-bottom: 16px;
    padding: 20px;
  }
}
.cid-v1pnaDoFT4 .content-wrapper .card-wrap .mbr-date {
  margin-bottom: 32px;
}
.cid-v1pnaDoFT4 .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v1pnaDoFT4 .content-wrapper .card-wrap .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #2c2625;
}
.cid-v1pnaDoFT4 .content-wrapper .image-wrapper {
  position: relative;
  padding-left: 30%;
  padding-bottom: 6%;
}
@media (max-width: 992px) {
  .cid-v1pnaDoFT4 .content-wrapper .image-wrapper {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.cid-v1pnaDoFT4 .content-wrapper .image-wrapper img {
  object-fit: cover;
  height: 750px;
  border: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-v1pnaDoFT4 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-v1pnaDoFT4 .mbr-section-title {
  color: #2C2625;
}
.cid-v1pnaDoFT4 .mbr-date {
  color: #2C2625;
}
.cid-v1pnaDoFT4 .mbr-tag {
  color: #2C2625;
}
.cid-v1pnaDoFT4 .mbr-text {
  color: #000000;
}
.cid-v1pnaDoFT4 .mbr-section-title,
.cid-v1pnaDoFT4 .mbr-section-btn {
  color: #000000;
}
.cid-v1pnvPvrXr {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dbf5d1;
}
.cid-v1pnvPvrXr .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-v1pnvPvrXr .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-v1pnvPvrXr .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-v1pnvPvrXr .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-v1pnvPvrXr .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-v1pnvPvrXr .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-v1pnvPvrXr .items-container {
    padding-left: 6.66vw;
  }
}
.cid-v1pnvPvrXr .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-v1pnvPvrXr .item {
    margin-bottom: 3.2vw;
  }
}
.cid-v1pnvPvrXr .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-v1pnvPvrXr .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-v1pnvPvrXr .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-v1pnvPvrXr .mbr-text {
  color: #000000;
}
.cid-v1pnrTjCuQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-v1pnrTjCuQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1pnrTjCuQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1pnrTjCuQ .row {
  justify-content: center;
}
.cid-v1pnrTjCuQ .map-wrapper {
  position: relative;
}
.cid-v1pnrTjCuQ .map-wrapper::before {
  content: '';
  position: absolute;
  top: 2rem;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#c8ce49, transparent);
  filter: blur(100px);
}
.cid-v1pnrTjCuQ .map-wrapper .google-map {
  position: relative;
  z-index: 1;
  border: 3px solid #c8ce49;
  background-color: #c8ce49;
}
.cid-v1pnrTjCuQ .map-wrapper .google-map iframe {
  height: 750px;
  filter: invert(1);
}
@media (max-width: 1200px) {
  .cid-v1pnrTjCuQ .map-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-v1pnrTjCuQ .map-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-v1i3QKBj8g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/electrical-contractors-telford-slide-5.jpg-1500x720.jpg");
}
@media (max-width: 991px) {
  .cid-v1i3QKBj8g .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-v1i3QKBj8g .wrapper {
    padding: 0 6rem;
  }
}
.cid-v1i3QKBj8g .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-v1i3QKBj8g .list {
    margin-bottom: 2rem;
  }
  .cid-v1i3QKBj8g .list li {
    margin-top: .5rem;
  }
}
.cid-v1i3QKBj8g .mbr-section-subtitle {
  color: #000000;
}
.cid-v1i3QKBj8g .card-text {
  color: #000000;
}
.cid-v1jIadUSnB .navbar-dropdown {
  background-color: #f8f8f8 !important;
  padding: 0;
}
.cid-v1jIadUSnB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f8f8f8 !important;
  background: #f8f8f8;
}
.cid-v1jIadUSnB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-v1jIadUSnB .menu_box .navbar.opened,
  .cid-v1jIadUSnB .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-v1jIadUSnB .navbar-dropdown {
  position: relative !important;
}
.cid-v1jIadUSnB .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-v1jIadUSnB .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v1jIadUSnB .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v1jIadUSnB .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-v1jIadUSnB .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v1jIadUSnB .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #454545;
  }
  .cid-v1jIadUSnB .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v1jIadUSnB .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v1jIadUSnB .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v1jIadUSnB .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v1jIadUSnB .offcanvas-body .mbr-text,
  .cid-v1jIadUSnB .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-v1jIadUSnB .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-v1jIadUSnB .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v1jIadUSnB .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #181818;
  }
  .cid-v1jIadUSnB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v1jIadUSnB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v1jIadUSnB .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v1jIadUSnB .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v1jIadUSnB ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v1jIadUSnB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v1jIadUSnB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v1jIadUSnB .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v1jIadUSnB li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-v1jIadUSnB li.nav-item:hover {
    opacity: .8;
  }
  .cid-v1jIadUSnB .lg_brand {
    margin: 0 1rem;
  }
}
.cid-v1jIadUSnB .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v1jIadUSnB .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v1jIadUSnB .nav-item {
    margin: 0 !important;
  }
}
.cid-v1jIadUSnB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v1jIadUSnB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-v1jIadUSnB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v1jIadUSnB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v1jIadUSnB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-v1jIadUSnB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v1jIadUSnB .offcanvas_box {
    display: none;
  }
}
.cid-v1jIadUSnB .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-v1jIadUSnB .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v1jIadUSnB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1jIadUSnB .container {
  display: flex;
  margin: auto;
}
.cid-v1jIadUSnB .iconfont-wrapper {
  color: #181818;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v1jIadUSnB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v1jIadUSnB .iconfont-wrapper:hover {
  color: #ea2108;
}
.cid-v1jIadUSnB .navbar-caption {
  color: #181818;
}
.cid-v1jIadUSnB .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v1jIadUSnB .navbar-nav {
    margin: 0;
  }
}
.cid-v1jIadUSnB .dropdown-menu,
.cid-v1jIadUSnB .navbar.opened {
  background-color: false !important;
}
.cid-v1jIadUSnB .nav-item:focus,
.cid-v1jIadUSnB .nav-link:focus {
  outline: none;
}
.cid-v1jIadUSnB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1jIadUSnB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1jIadUSnB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1jIadUSnB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1jIadUSnB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1jIadUSnB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1jIadUSnB .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-v1jIadUSnB .navbar.opened {
  transition: all 0.3s;
}
.cid-v1jIadUSnB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v1jIadUSnB .navbar .navbar-logo img {
  min-width: 100px;
  min-height: 100px;
  object-fit: cover;
}
.cid-v1jIadUSnB .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v1jIadUSnB .navbar.collapsed {
  justify-content: center;
}
.cid-v1jIadUSnB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1jIadUSnB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v1jIadUSnB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1jIadUSnB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1jIadUSnB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1jIadUSnB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v1jIadUSnB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v1jIadUSnB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v1jIadUSnB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-v1jIadUSnB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1jIadUSnB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1jIadUSnB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v1jIadUSnB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1jIadUSnB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1jIadUSnB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1jIadUSnB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v1jIadUSnB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v1jIadUSnB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v1jIadUSnB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1jIadUSnB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1jIadUSnB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v1jIadUSnB .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1jIadUSnB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1jIadUSnB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1jIadUSnB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1jIadUSnB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1jIadUSnB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1jIadUSnB .dropdown-item.active,
.cid-v1jIadUSnB .dropdown-item:active {
  background-color: transparent;
}
.cid-v1jIadUSnB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1jIadUSnB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1jIadUSnB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1jIadUSnB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1jIadUSnB ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-v1jIadUSnB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1jIadUSnB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f8f8f8;
  background: #ffffff;
}
.cid-v1jIadUSnB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-v1jIadUSnB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1jIadUSnB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1jIadUSnB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1jIadUSnB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1jIadUSnB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1jIadUSnB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1jIadUSnB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1jIadUSnB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1jIadUSnB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v1jIadUSnB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1jIadUSnB .navbar {
    height: 70px;
  }
  .cid-v1jIadUSnB .navbar.opened {
    height: auto;
  }
  .cid-v1jIadUSnB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1jIadUSnB .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-v1jIadUSnB .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-v1jIadUSnB .navbar-caption:hover {
  color: #ea2108;
}
.cid-v1jIadUSnB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v1jIadUSnB .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-v1jIadUSnB .text_widget {
  color: #ffffff;
}
.cid-v1jIadUSnB .mbr-section-subtitle,
.cid-v1jIadUSnB .text_widget {
  text-align: left;
}
.cid-v1jIadUSnB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v1po7h9Cq3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #000000;
}
.cid-v1po7h9Cq3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1po7h9Cq3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1po7h9Cq3 .content-wrapper {
  position: relative;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-v1po7h9Cq3 .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-v1po7h9Cq3 .content-wrapper {
    padding: 0;
  }
}
.cid-v1po7h9Cq3 .content-wrapper .mbr-section-btn {
  margin-bottom: 32px;
}
.cid-v1po7h9Cq3 .content-wrapper .card-wrap {
  position: absolute;
  z-index: 1;
  left: 108px;
  bottom: 0;
  width: 55%;
  padding: 80px;
  background-color: #c8ce49;
  border: 2px solid #ffffff;
  box-shadow: -10px 10px 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-v1po7h9Cq3 .content-wrapper .card-wrap {
    box-shadow: -5px 5px 0 #ffffff;
  }
}
@media (max-width: 1440px) {
  .cid-v1po7h9Cq3 .content-wrapper .card-wrap {
    padding: 64px;
    left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-v1po7h9Cq3 .content-wrapper .card-wrap {
    position: static;
    width: 100%;
    margin-bottom: 16px;
    padding: 20px;
  }
}
.cid-v1po7h9Cq3 .content-wrapper .card-wrap .mbr-date {
  margin-bottom: 32px;
}
.cid-v1po7h9Cq3 .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v1po7h9Cq3 .content-wrapper .card-wrap .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #2c2625;
}
.cid-v1po7h9Cq3 .content-wrapper .image-wrapper {
  position: relative;
  padding-left: 30%;
  padding-bottom: 6%;
}
@media (max-width: 992px) {
  .cid-v1po7h9Cq3 .content-wrapper .image-wrapper {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.cid-v1po7h9Cq3 .content-wrapper .image-wrapper img {
  object-fit: cover;
  height: 750px;
  border: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-v1po7h9Cq3 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-v1po7h9Cq3 .mbr-section-title {
  color: #2C2625;
}
.cid-v1po7h9Cq3 .mbr-date {
  color: #2C2625;
}
.cid-v1po7h9Cq3 .mbr-tag {
  color: #2C2625;
}
.cid-v1po7h9Cq3 .mbr-text {
  color: #000000;
}
.cid-v1po7h9Cq3 .mbr-section-title,
.cid-v1po7h9Cq3 .mbr-section-btn {
  color: #000000;
}
.cid-v1i6EF31xN {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1i6EF31xN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1i6EF31xN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v1i6EF31xN .container {
    padding: 0 16px;
  }
}
.cid-v1i6EF31xN .title-wrapper {
  position: relative;
}
.cid-v1i6EF31xN .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v1i6EF31xN .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v1i6EF31xN .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v1i6EF31xN .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-v1i6EF31xN .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v1i6EF31xN .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  left: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #ffffff;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-v1i6EF31xN .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-v1i6EF31xN .mbr-section-title {
  color: #08323C;
}
.cid-v1i6EF31xN .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v1i6EF31xN .mbr-section-title,
.cid-v1i6EF31xN .mbr-section-btn {
  text-align: center;
}
.cid-v1pogEMWQm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-v1pogEMWQm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1pogEMWQm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1pogEMWQm .row {
  justify-content: center;
}
.cid-v1pogEMWQm .map-wrapper {
  position: relative;
}
.cid-v1pogEMWQm .map-wrapper::before {
  content: '';
  position: absolute;
  top: 2rem;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#c8ce49, transparent);
  filter: blur(100px);
}
.cid-v1pogEMWQm .map-wrapper .google-map {
  position: relative;
  z-index: 1;
  border: 3px solid #c8ce49;
  background-color: #c8ce49;
}
.cid-v1pogEMWQm .map-wrapper .google-map iframe {
  height: 750px;
  filter: invert(1);
}
@media (max-width: 1200px) {
  .cid-v1pogEMWQm .map-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-v1pogEMWQm .map-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-v1i6EGBFoL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/electrical-contractors-telford-slide-5.jpg-1500x720.jpg");
}
@media (max-width: 991px) {
  .cid-v1i6EGBFoL .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-v1i6EGBFoL .wrapper {
    padding: 0 6rem;
  }
}
.cid-v1i6EGBFoL .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-v1i6EGBFoL .list {
    margin-bottom: 2rem;
  }
  .cid-v1i6EGBFoL .list li {
    margin-top: .5rem;
  }
}
.cid-v1i6EGBFoL .mbr-section-subtitle {
  color: #000000;
}
.cid-v1i6EGBFoL .card-text {
  color: #000000;
}
.cid-v1k1SYnoMA .navbar-dropdown {
  background-color: #f8f8f8 !important;
  padding: 0;
}
.cid-v1k1SYnoMA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f8f8f8 !important;
  background: #f8f8f8;
}
.cid-v1k1SYnoMA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-v1k1SYnoMA .menu_box .navbar.opened,
  .cid-v1k1SYnoMA .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-v1k1SYnoMA .navbar-dropdown {
  position: relative !important;
}
.cid-v1k1SYnoMA .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-v1k1SYnoMA .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v1k1SYnoMA .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v1k1SYnoMA .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-v1k1SYnoMA .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v1k1SYnoMA .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #454545;
  }
  .cid-v1k1SYnoMA .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v1k1SYnoMA .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v1k1SYnoMA .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v1k1SYnoMA .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v1k1SYnoMA .offcanvas-body .mbr-text,
  .cid-v1k1SYnoMA .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-v1k1SYnoMA .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-v1k1SYnoMA .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v1k1SYnoMA .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #181818;
  }
  .cid-v1k1SYnoMA .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v1k1SYnoMA .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v1k1SYnoMA .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v1k1SYnoMA .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v1k1SYnoMA ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v1k1SYnoMA .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v1k1SYnoMA .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v1k1SYnoMA .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v1k1SYnoMA li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-v1k1SYnoMA li.nav-item:hover {
    opacity: .8;
  }
  .cid-v1k1SYnoMA .lg_brand {
    margin: 0 1rem;
  }
}
.cid-v1k1SYnoMA .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v1k1SYnoMA .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v1k1SYnoMA .nav-item {
    margin: 0 !important;
  }
}
.cid-v1k1SYnoMA .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v1k1SYnoMA .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-v1k1SYnoMA .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v1k1SYnoMA .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v1k1SYnoMA .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-v1k1SYnoMA .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v1k1SYnoMA .offcanvas_box {
    display: none;
  }
}
.cid-v1k1SYnoMA .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-v1k1SYnoMA .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v1k1SYnoMA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1k1SYnoMA .container {
  display: flex;
  margin: auto;
}
.cid-v1k1SYnoMA .iconfont-wrapper {
  color: #181818;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v1k1SYnoMA .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v1k1SYnoMA .iconfont-wrapper:hover {
  color: #ea2108;
}
.cid-v1k1SYnoMA .navbar-caption {
  color: #181818;
}
.cid-v1k1SYnoMA .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v1k1SYnoMA .navbar-nav {
    margin: 0;
  }
}
.cid-v1k1SYnoMA .dropdown-menu,
.cid-v1k1SYnoMA .navbar.opened {
  background-color: false !important;
}
.cid-v1k1SYnoMA .nav-item:focus,
.cid-v1k1SYnoMA .nav-link:focus {
  outline: none;
}
.cid-v1k1SYnoMA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1k1SYnoMA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1k1SYnoMA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1k1SYnoMA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1k1SYnoMA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1k1SYnoMA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1k1SYnoMA .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-v1k1SYnoMA .navbar.opened {
  transition: all 0.3s;
}
.cid-v1k1SYnoMA .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v1k1SYnoMA .navbar .navbar-logo img {
  min-width: 100px;
  min-height: 100px;
  object-fit: cover;
}
.cid-v1k1SYnoMA .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v1k1SYnoMA .navbar.collapsed {
  justify-content: center;
}
.cid-v1k1SYnoMA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1k1SYnoMA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v1k1SYnoMA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1k1SYnoMA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1k1SYnoMA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1k1SYnoMA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v1k1SYnoMA .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v1k1SYnoMA .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v1k1SYnoMA .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-v1k1SYnoMA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1k1SYnoMA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1k1SYnoMA .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v1k1SYnoMA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1k1SYnoMA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1k1SYnoMA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1k1SYnoMA .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v1k1SYnoMA .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v1k1SYnoMA .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v1k1SYnoMA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1k1SYnoMA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1k1SYnoMA .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v1k1SYnoMA .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1k1SYnoMA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1k1SYnoMA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1k1SYnoMA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1k1SYnoMA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1k1SYnoMA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1k1SYnoMA .dropdown-item.active,
.cid-v1k1SYnoMA .dropdown-item:active {
  background-color: transparent;
}
.cid-v1k1SYnoMA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1k1SYnoMA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1k1SYnoMA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1k1SYnoMA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1k1SYnoMA ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-v1k1SYnoMA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1k1SYnoMA button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f8f8f8;
  background: #ffffff;
}
.cid-v1k1SYnoMA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-v1k1SYnoMA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1k1SYnoMA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1k1SYnoMA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1k1SYnoMA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1k1SYnoMA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1k1SYnoMA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1k1SYnoMA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1k1SYnoMA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1k1SYnoMA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v1k1SYnoMA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1k1SYnoMA .navbar {
    height: 70px;
  }
  .cid-v1k1SYnoMA .navbar.opened {
    height: auto;
  }
  .cid-v1k1SYnoMA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1k1SYnoMA .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-v1k1SYnoMA .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-v1k1SYnoMA .navbar-caption:hover {
  color: #ea2108;
}
.cid-v1k1SYnoMA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v1k1SYnoMA .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-v1k1SYnoMA .text_widget {
  color: #ffffff;
}
.cid-v1k1SYnoMA .mbr-section-subtitle,
.cid-v1k1SYnoMA .text_widget {
  text-align: left;
}
.cid-v1k1SYnoMA a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v1k1T1e0nH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #000000;
}
.cid-v1k1T1e0nH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1k1T1e0nH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1k1T1e0nH .content-wrapper {
  position: relative;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-v1k1T1e0nH .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-v1k1T1e0nH .content-wrapper {
    padding: 0;
  }
}
.cid-v1k1T1e0nH .content-wrapper .mbr-section-btn {
  margin-bottom: 32px;
}
.cid-v1k1T1e0nH .content-wrapper .card-wrap {
  position: absolute;
  z-index: 1;
  left: 108px;
  bottom: 0;
  width: 55%;
  padding: 80px;
  background-color: #c8ce49;
  border: 2px solid #ffffff;
  box-shadow: -10px 10px 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-v1k1T1e0nH .content-wrapper .card-wrap {
    box-shadow: -5px 5px 0 #ffffff;
  }
}
@media (max-width: 1440px) {
  .cid-v1k1T1e0nH .content-wrapper .card-wrap {
    padding: 64px;
    left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-v1k1T1e0nH .content-wrapper .card-wrap {
    position: static;
    width: 100%;
    margin-bottom: 16px;
    padding: 20px;
  }
}
.cid-v1k1T1e0nH .content-wrapper .card-wrap .mbr-date {
  margin-bottom: 32px;
}
.cid-v1k1T1e0nH .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v1k1T1e0nH .content-wrapper .card-wrap .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #2c2625;
}
.cid-v1k1T1e0nH .content-wrapper .image-wrapper {
  position: relative;
  padding-left: 30%;
  padding-bottom: 6%;
}
@media (max-width: 992px) {
  .cid-v1k1T1e0nH .content-wrapper .image-wrapper {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.cid-v1k1T1e0nH .content-wrapper .image-wrapper img {
  object-fit: cover;
  height: 750px;
  border: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-v1k1T1e0nH .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-v1k1T1e0nH .mbr-section-title {
  color: #2C2625;
}
.cid-v1k1T1e0nH .mbr-date {
  color: #2C2625;
}
.cid-v1k1T1e0nH .mbr-tag {
  color: #2C2625;
}
.cid-v1k1T1e0nH .mbr-text {
  color: #000000;
}
.cid-v1k1T1e0nH .mbr-section-title,
.cid-v1k1T1e0nH .mbr-section-btn {
  color: #000000;
}
.cid-v1k1T2FaZ2 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1k1T2FaZ2 .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-v1k1T2FaZ2 .container {
    max-width: 1040px;
  }
}
.cid-v1k1T2FaZ2 .row {
  justify-content: center;
}
.cid-v1k1T2FaZ2 .item:focus,
.cid-v1k1T2FaZ2 span:focus {
  outline: none;
}
.cid-v1k1T2FaZ2 .col-items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-v1k1T2FaZ2 .col-items {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-v1k1T2FaZ2 .item {
    width: 100%;
  }
  .cid-v1k1T2FaZ2 .item:first-child {
    padding-bottom: 0.5rem;
  }
  .cid-v1k1T2FaZ2 .item:last-child {
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-v1k1T2FaZ2 .item:first-child {
    padding-right: 0.5rem;
  }
  .cid-v1k1T2FaZ2 .item:last-child {
    padding-left: 0.5rem;
  }
}
.cid-v1k1T2FaZ2 .item-wrap {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 24px;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .cid-v1k1T2FaZ2 .item-wrap {
    padding: 27px;
  }
}
@media (min-width: 992px) {
  .cid-v1k1T2FaZ2 .item-wrap {
    padding: 50px;
  }
}
.cid-v1k1T2FaZ2 .item-content {
  width: 100%;
}
.cid-v1k1T2FaZ2 .label-text {
  color: #ffffff;
  opacity: 0.8;
  width: 100%;
  margin-bottom: 16px;
}
.cid-v1k1T2FaZ2 .mbr-text {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
  opacity: 0.8;
}
.cid-v1k1T2FaZ2 .item-title {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-v1k1T2FaZ2 .list-container {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
}
.cid-v1k1T2FaZ2 .list-item {
  display: flex;
  align-items: center;
}
.cid-v1k1T2FaZ2 .list-item:not(:last-child) {
  margin-bottom: 16px;
}
.cid-v1k1T2FaZ2 .icon-box {
  padding-right: 14px;
}
.cid-v1k1T2FaZ2 .list-text {
  flex-grow: 1;
  color: #000000;
  margin-bottom: 0;
}
.cid-v1k1T2FaZ2 .link-container {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .cid-v1k1T2FaZ2 .link-container {
    margin-top: 72px;
  }
}
.cid-v1k1T2FaZ2 .link-container .link:first-child {
  margin-bottom: 16px;
}
.cid-v1k1T2FaZ2 .link-container .link span {
  padding-right: 10px;
}
.cid-v1k1T4pnUu {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #c8ce49;
}
.cid-v1k1T4pnUu .card-wrapper {
  background: #ffffff;
  padding: 5rem;
}
@media (max-width: 992px) {
  .cid-v1k1T4pnUu .card-wrapper {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v1k1T4pnUu .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-v1k1T4pnUu .mbr-text {
  color: #000000;
}
.cid-v1k1T4pnUu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v1k1T4pnUu .mbr-section-title {
  color: #000000;
}
.cid-v1k1T69hvE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v1k1T69hvE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1k1T69hvE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1k1T69hvE .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v1k1T69hvE .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-v1k1T69hvE .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1k1T69hvE .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v1k1T69hvE .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v1k1T69hvE .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v1k1T69hvE .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1k1T69hvE .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-v1k1T69hvE .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-v1k1T69hvE .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #c8ce49;
  box-shadow: 4px 4px 0 0 #c8ce49;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-v1k1T69hvE .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-v1k1T69hvE .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-v1k1T69hvE .mbr-section-title {
  color: #050f0f;
}
.cid-v1k1T69hvE .mbr-text {
  color: #050f0f;
}
.cid-v1k1T69hvE .mbr-section-title,
.cid-v1k1T69hvE .mbr-section-btn {
  color: #000000;
}
.cid-v1k1T69hvE .mbr-text,
.cid-v1k1T69hvE .text-wrapper,
.cid-v1k1T69hvE .rating-wrapper {
  color: #000000;
}
.cid-v1k1T7HCND {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1k1T7HCND .cards-bg1 {
  background: #000000;
}
.cid-v1k1T7HCND .cards-bg2 {
  background: #000000;
}
.cid-v1k1T7HCND .cards-bg3 {
  background: #000000;
}
.cid-v1k1T7HCND .cards-bg4 {
  background: #000000;
}
.cid-v1k1T7HCND .card-wrapper {
  padding: 3rem 1rem;
  border-radius: 8px;
  margin-bottom: 1rem;
}
@media (min-width: 0) and (max-width: 1199px) {
  .cid-v1k1T7HCND .card-wrapper {
    padding: 1rem 0.5rem;
    border-radius: 8px;
  }
}
.cid-v1k1T7HCND .mbr-section-title {
  color: #000000;
}
.cid-v1k1T7HCND .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v1k1T7HCND .card-title,
.cid-v1k1T7HCND .card-box {
  color: #ffffff;
}
.cid-v1k1T9ouB0 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-v1k1T9ouB0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1k1T9ouB0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1k1T9ouB0 .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-v1k1T9ouB0 .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #ffffff;
}
.cid-v1k1T9ouB0 .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-v1k1T9ouB0 .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-v1k1T9ouB0 .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-v1k1T9ouB0 .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-v1k1T9ouB0 .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-v1k1T9ouB0 .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-v1k1T9ouB0 .decoration_1 {
    left: -380px;
  }
}
.cid-v1k1T9ouB0 .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-v1k1T9ouB0 .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-v1k1T9ouB0 .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-v1k1T9ouB0 .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-v1k1T9ouB0 .decoration_2 {
    right: -380px;
  }
}
.cid-v1k1T9ouB0 .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 120px 0;
}
@media (max-width: 992px) {
  .cid-v1k1T9ouB0 .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v1k1T9ouB0 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v1k1T9ouB0 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1k1T9ouB0 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v1k1T9ouB0 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v1k1T9ouB0 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-v1k1T9ouB0 .content-wrapper .image-wrapper {
  margin-top: 32px;
  height: 100%;
  padding: 12px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-v1k1T9ouB0 .content-wrapper .image-wrapper {
    padding: 6px;
    margin-top: 24px;
  }
}
.cid-v1k1T9ouB0 .content-wrapper .image-wrapper .image-wrap {
  padding: 12px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #c8ce49;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v1k1T9ouB0 .content-wrapper .image-wrapper .image-wrap {
    padding: 6px;
  }
}
.cid-v1k1T9ouB0 .content-wrapper .image-wrapper .image-wrap img {
  height: 400px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v1k1T9ouB0 .content-wrapper .image-wrapper .image-wrap img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .cid-v1k1T9ouB0 .content-wrapper .image-wrapper .image-wrap img {
    height: 250px;
  }
}
.cid-v1k1T9ouB0 .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-v1k1T9ouB0 .mbr-section-title {
  color: #181824;
}
.cid-v1k1T9ouB0 .mbr-text,
.cid-v1k1T9ouB0 .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-v1k1T9ouB0 .mbr-section-title,
.cid-v1k1T9ouB0 .mbr-section-btn,
.cid-v1k1T9ouB0 .icon-wrapper {
  text-align: center;
}
.cid-v1k1T9ouB0 .mbr-text {
  color: #000000;
}
.cid-v1k1T9ouB0 .mbr-section-title,
.cid-v1k1T9ouB0 .mbr-section-btn {
  color: #000000;
}
.cid-v1k1Tb2KXp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v1k1Tb2KXp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1k1Tb2KXp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1k1Tb2KXp .row {
  justify-content: center;
  margin: 0 -24px;
}
.cid-v1k1Tb2KXp .row .card {
  padding: 0 24px;
}
.cid-v1k1Tb2KXp .card-wrapper {
  border: 3px solid #c8ce49;
  padding: 150px 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1600px) {
  .cid-v1k1Tb2KXp .card-wrapper {
    padding: 150px 60px;
  }
}
@media (max-width: 1440px) {
  .cid-v1k1Tb2KXp .card-wrapper {
    padding: 150px 30px;
  }
}
@media (max-width: 992px) {
  .cid-v1k1Tb2KXp .card-wrapper {
    margin-bottom: 16px;
    padding: 30px 20px;
  }
}
.cid-v1k1Tb2KXp .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v1k1Tb2KXp .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v1k1Tb2KXp .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v1k1Tb2KXp .card-wrapper .card-wrap .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-v1k1Tb2KXp .image-wrapper {
  height: 100%;
}
.cid-v1k1Tb2KXp .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v1k1Tb2KXp .image-wrapper img {
    height: 350px;
  }
}
.cid-v1k1Tb2KXp .mbr-section-title {
  color: #cbff5b;
}
.cid-v1k1Tb2KXp .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v1k1Tb2KXp .mbr-section-title,
.cid-v1k1Tb2KXp .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v1k1TcGypx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v1k1TcGypx .mbr-text,
.cid-v1k1TcGypx .mbr-section-btn {
  color: #1d2c35;
}
.cid-v1k1TcGypx .card-title,
.cid-v1k1TcGypx .card-box {
  color: #000000;
}
.cid-v1k1TcGypx .mbr-text,
.cid-v1k1TcGypx .link-wrap {
  color: #1d2c35;
}
.cid-v1k1TcGypx .card-box .mbr-text,
.cid-v1k1TcGypx .mbr-section-btn {
  color: #000000;
}
.cid-v1k1TejLL9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/home-wiring-update-by-greenleaf-electric-llc-frederick-md-1024x663.jpg-1024x663.jpg");
}
.cid-v1k1TejLL9 .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-v1k1TejLL9 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-v1k1TejLL9 .panel-group {
  border: none;
}
.cid-v1k1TejLL9 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v1k1TejLL9 .panel-body,
.cid-v1k1TejLL9 .card-header {
  padding: 1rem 0;
}
.cid-v1k1TejLL9 .panel-title-edit {
  color: #000000;
}
.cid-v1k1TejLL9 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v1k1TejLL9 H3 {
  color: #000000;
}
.cid-v1k1Tg7La5 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-v1k1Tg7La5 .feature .card {
  border-left: 10px solid #000000;
  background-color: #c8ce49;
  height: 100%;
  padding: 2rem 40px;
  border-radius: 0;
}
.cid-v1k1Tg7La5 .feature:last-child .card {
  border-color: #000000;
}
.cid-v1k1Tg7La5 .feature .mbr-section-title {
  line-height: 1;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-v1k1Tg7La5 .feature:last-child {
    margin-top: 2rem;
  }
}
.cid-v1k1Tg7La5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1k1Tg7La5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1k1Tg7La5 H2 {
  color: #000000;
}
.cid-v1k1Tg7La5 .mbr-section-text {
  color: #000000;
}
.cid-v1k1Tg7La5 H3 {
  color: #000000;
}
.cid-v1RdhPz8ra {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-v1RdhPz8ra .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1RdhPz8ra .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1RdhPz8ra .row {
  justify-content: flex-start;
}
.cid-v1RdhPz8ra .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-v1RdhPz8ra .mbr-text {
  color: #000000;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-v1k547Hc2t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v1k547Hc2t .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1k547Hc2t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v1k547Hc2t .container {
    padding: 0 22px;
  }
}
.cid-v1k547Hc2t .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v1k547Hc2t .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v1k547Hc2t .image-wrapper img {
  height: 415px;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-v1k547Hc2t .image-wrapper img {
    height: 350px;
  }
}
.cid-v1k547Hc2t .mbr-section-title {
  margin-bottom: 16px;
  color: #000000;
}
.cid-v1k547Hc2t .panel-group {
  border-bottom: 1px solid #d4d3d3;
}
.cid-v1k547Hc2t .panel-group .card {
  border-top: 1px solid #d4d3d3;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-v1k547Hc2t .panel-group .card:hover,
.cid-v1k547Hc2t .panel-group .card:focus {
  border-top: 1px solid #000000;
}
.cid-v1k547Hc2t .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v1k547Hc2t .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-v1k547Hc2t .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v1k547Hc2t .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-v1k547Hc2t .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ff5753;
}
.cid-v1k547Hc2t .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-v1k547Hc2t .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-v1k547Hc2t .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v1k547Hc2t .panel-title-edit {
  color: #000000;
}
.cid-v1k547Hc2t .panel-text {
  color: #000000;
}
.cid-v1k1TogGaa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-v1k1TogGaa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1k1TogGaa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1k1TogGaa .row {
  justify-content: center;
}
.cid-v1k1TogGaa .map-wrapper {
  position: relative;
}
.cid-v1k1TogGaa .map-wrapper::before {
  content: '';
  position: absolute;
  top: 2rem;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#c8ce49, transparent);
  filter: blur(100px);
}
.cid-v1k1TogGaa .map-wrapper .google-map {
  position: relative;
  z-index: 1;
  border: 3px solid #c8ce49;
  background-color: #c8ce49;
}
.cid-v1k1TogGaa .map-wrapper .google-map iframe {
  height: 750px;
  filter: invert(1);
}
@media (max-width: 1200px) {
  .cid-v1k1TogGaa .map-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-v1k1TogGaa .map-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-v1k1Tr6gfB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/electrical-contractors-telford-slide-5.jpg-1500x720.jpg");
}
@media (max-width: 991px) {
  .cid-v1k1Tr6gfB .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-v1k1Tr6gfB .wrapper {
    padding: 0 6rem;
  }
}
.cid-v1k1Tr6gfB .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-v1k1Tr6gfB .list {
    margin-bottom: 2rem;
  }
  .cid-v1k1Tr6gfB .list li {
    margin-top: .5rem;
  }
}
.cid-v1k1Tr6gfB .mbr-section-subtitle {
  color: #000000;
}
.cid-v1k1Tr6gfB .card-text {
  color: #000000;
}
.cid-v1k5Fw83MS .navbar-dropdown {
  background-color: #f8f8f8 !important;
  padding: 0;
}
.cid-v1k5Fw83MS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f8f8f8 !important;
  background: #f8f8f8;
}
.cid-v1k5Fw83MS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-v1k5Fw83MS .menu_box .navbar.opened,
  .cid-v1k5Fw83MS .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-v1k5Fw83MS .navbar-dropdown {
  position: relative !important;
}
.cid-v1k5Fw83MS .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-v1k5Fw83MS .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v1k5Fw83MS .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v1k5Fw83MS .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-v1k5Fw83MS .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v1k5Fw83MS .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #454545;
  }
  .cid-v1k5Fw83MS .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v1k5Fw83MS .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v1k5Fw83MS .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v1k5Fw83MS .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v1k5Fw83MS .offcanvas-body .mbr-text,
  .cid-v1k5Fw83MS .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-v1k5Fw83MS .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-v1k5Fw83MS .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v1k5Fw83MS .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #181818;
  }
  .cid-v1k5Fw83MS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v1k5Fw83MS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v1k5Fw83MS .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v1k5Fw83MS .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v1k5Fw83MS ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v1k5Fw83MS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v1k5Fw83MS .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v1k5Fw83MS .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v1k5Fw83MS li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-v1k5Fw83MS li.nav-item:hover {
    opacity: .8;
  }
  .cid-v1k5Fw83MS .lg_brand {
    margin: 0 1rem;
  }
}
.cid-v1k5Fw83MS .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v1k5Fw83MS .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v1k5Fw83MS .nav-item {
    margin: 0 !important;
  }
}
.cid-v1k5Fw83MS .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v1k5Fw83MS .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-v1k5Fw83MS .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v1k5Fw83MS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v1k5Fw83MS .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-v1k5Fw83MS .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v1k5Fw83MS .offcanvas_box {
    display: none;
  }
}
.cid-v1k5Fw83MS .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-v1k5Fw83MS .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v1k5Fw83MS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1k5Fw83MS .container {
  display: flex;
  margin: auto;
}
.cid-v1k5Fw83MS .iconfont-wrapper {
  color: #181818;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v1k5Fw83MS .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v1k5Fw83MS .iconfont-wrapper:hover {
  color: #ea2108;
}
.cid-v1k5Fw83MS .navbar-caption {
  color: #181818;
}
.cid-v1k5Fw83MS .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v1k5Fw83MS .navbar-nav {
    margin: 0;
  }
}
.cid-v1k5Fw83MS .dropdown-menu,
.cid-v1k5Fw83MS .navbar.opened {
  background-color: false !important;
}
.cid-v1k5Fw83MS .nav-item:focus,
.cid-v1k5Fw83MS .nav-link:focus {
  outline: none;
}
.cid-v1k5Fw83MS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1k5Fw83MS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1k5Fw83MS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1k5Fw83MS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1k5Fw83MS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1k5Fw83MS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1k5Fw83MS .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-v1k5Fw83MS .navbar.opened {
  transition: all 0.3s;
}
.cid-v1k5Fw83MS .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v1k5Fw83MS .navbar .navbar-logo img {
  min-width: 100px;
  min-height: 100px;
  object-fit: cover;
}
.cid-v1k5Fw83MS .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v1k5Fw83MS .navbar.collapsed {
  justify-content: center;
}
.cid-v1k5Fw83MS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1k5Fw83MS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v1k5Fw83MS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1k5Fw83MS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1k5Fw83MS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1k5Fw83MS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v1k5Fw83MS .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v1k5Fw83MS .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v1k5Fw83MS .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-v1k5Fw83MS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1k5Fw83MS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1k5Fw83MS .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v1k5Fw83MS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1k5Fw83MS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1k5Fw83MS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1k5Fw83MS .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v1k5Fw83MS .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v1k5Fw83MS .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v1k5Fw83MS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1k5Fw83MS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1k5Fw83MS .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v1k5Fw83MS .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1k5Fw83MS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1k5Fw83MS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1k5Fw83MS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1k5Fw83MS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1k5Fw83MS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1k5Fw83MS .dropdown-item.active,
.cid-v1k5Fw83MS .dropdown-item:active {
  background-color: transparent;
}
.cid-v1k5Fw83MS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1k5Fw83MS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1k5Fw83MS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1k5Fw83MS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1k5Fw83MS ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-v1k5Fw83MS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1k5Fw83MS button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f8f8f8;
  background: #ffffff;
}
.cid-v1k5Fw83MS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-v1k5Fw83MS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1k5Fw83MS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1k5Fw83MS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1k5Fw83MS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1k5Fw83MS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1k5Fw83MS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1k5Fw83MS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1k5Fw83MS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1k5Fw83MS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v1k5Fw83MS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1k5Fw83MS .navbar {
    height: 70px;
  }
  .cid-v1k5Fw83MS .navbar.opened {
    height: auto;
  }
  .cid-v1k5Fw83MS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1k5Fw83MS .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-v1k5Fw83MS .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-v1k5Fw83MS .navbar-caption:hover {
  color: #ea2108;
}
.cid-v1k5Fw83MS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v1k5Fw83MS .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-v1k5Fw83MS .text_widget {
  color: #ffffff;
}
.cid-v1k5Fw83MS .mbr-section-subtitle,
.cid-v1k5Fw83MS .text_widget {
  text-align: left;
}
.cid-v1k5Fw83MS a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v1k5Fz3X48 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #000000;
}
.cid-v1k5Fz3X48 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1k5Fz3X48 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1k5Fz3X48 .content-wrapper {
  position: relative;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-v1k5Fz3X48 .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-v1k5Fz3X48 .content-wrapper {
    padding: 0;
  }
}
.cid-v1k5Fz3X48 .content-wrapper .mbr-section-btn {
  margin-bottom: 32px;
}
.cid-v1k5Fz3X48 .content-wrapper .card-wrap {
  position: absolute;
  z-index: 1;
  left: 108px;
  bottom: 0;
  width: 55%;
  padding: 80px;
  background-color: #c8ce49;
  border: 2px solid #ffffff;
  box-shadow: -10px 10px 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-v1k5Fz3X48 .content-wrapper .card-wrap {
    box-shadow: -5px 5px 0 #ffffff;
  }
}
@media (max-width: 1440px) {
  .cid-v1k5Fz3X48 .content-wrapper .card-wrap {
    padding: 64px;
    left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-v1k5Fz3X48 .content-wrapper .card-wrap {
    position: static;
    width: 100%;
    margin-bottom: 16px;
    padding: 20px;
  }
}
.cid-v1k5Fz3X48 .content-wrapper .card-wrap .mbr-date {
  margin-bottom: 32px;
}
.cid-v1k5Fz3X48 .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v1k5Fz3X48 .content-wrapper .card-wrap .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #2c2625;
}
.cid-v1k5Fz3X48 .content-wrapper .image-wrapper {
  position: relative;
  padding-left: 30%;
  padding-bottom: 6%;
}
@media (max-width: 992px) {
  .cid-v1k5Fz3X48 .content-wrapper .image-wrapper {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.cid-v1k5Fz3X48 .content-wrapper .image-wrapper img {
  object-fit: cover;
  height: 750px;
  border: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-v1k5Fz3X48 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-v1k5Fz3X48 .mbr-section-title {
  color: #2C2625;
}
.cid-v1k5Fz3X48 .mbr-date {
  color: #2C2625;
}
.cid-v1k5Fz3X48 .mbr-tag {
  color: #2C2625;
}
.cid-v1k5Fz3X48 .mbr-text {
  color: #000000;
}
.cid-v1k5Fz3X48 .mbr-section-title,
.cid-v1k5Fz3X48 .mbr-section-btn {
  color: #000000;
}
.cid-v1k5FBVVyF {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1k5FBVVyF .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-v1k5FBVVyF .container {
    max-width: 1040px;
  }
}
.cid-v1k5FBVVyF .row {
  justify-content: center;
}
.cid-v1k5FBVVyF .item:focus,
.cid-v1k5FBVVyF span:focus {
  outline: none;
}
.cid-v1k5FBVVyF .col-items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-v1k5FBVVyF .col-items {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-v1k5FBVVyF .item {
    width: 100%;
  }
  .cid-v1k5FBVVyF .item:first-child {
    padding-bottom: 0.5rem;
  }
  .cid-v1k5FBVVyF .item:last-child {
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-v1k5FBVVyF .item:first-child {
    padding-right: 0.5rem;
  }
  .cid-v1k5FBVVyF .item:last-child {
    padding-left: 0.5rem;
  }
}
.cid-v1k5FBVVyF .item-wrap {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 24px;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .cid-v1k5FBVVyF .item-wrap {
    padding: 27px;
  }
}
@media (min-width: 992px) {
  .cid-v1k5FBVVyF .item-wrap {
    padding: 50px;
  }
}
.cid-v1k5FBVVyF .item-content {
  width: 100%;
}
.cid-v1k5FBVVyF .label-text {
  color: #ffffff;
  opacity: 0.8;
  width: 100%;
  margin-bottom: 16px;
}
.cid-v1k5FBVVyF .mbr-text {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
  opacity: 0.8;
}
.cid-v1k5FBVVyF .item-title {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-v1k5FBVVyF .list-container {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
}
.cid-v1k5FBVVyF .list-item {
  display: flex;
  align-items: center;
}
.cid-v1k5FBVVyF .list-item:not(:last-child) {
  margin-bottom: 16px;
}
.cid-v1k5FBVVyF .icon-box {
  padding-right: 14px;
}
.cid-v1k5FBVVyF .list-text {
  flex-grow: 1;
  color: #000000;
  margin-bottom: 0;
}
.cid-v1k5FBVVyF .link-container {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .cid-v1k5FBVVyF .link-container {
    margin-top: 72px;
  }
}
.cid-v1k5FBVVyF .link-container .link:first-child {
  margin-bottom: 16px;
}
.cid-v1k5FBVVyF .link-container .link span {
  padding-right: 10px;
}
.cid-v1k5FF6Q3l {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #c8ce49;
}
.cid-v1k5FF6Q3l .card-wrapper {
  background: #ffffff;
  padding: 5rem;
}
@media (max-width: 992px) {
  .cid-v1k5FF6Q3l .card-wrapper {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v1k5FF6Q3l .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-v1k5FF6Q3l .mbr-text {
  color: #000000;
}
.cid-v1k5FF6Q3l .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v1k5FF6Q3l .mbr-section-title {
  color: #000000;
}
.cid-v1k5FHZykl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v1k5FHZykl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1k5FHZykl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1k5FHZykl .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v1k5FHZykl .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-v1k5FHZykl .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1k5FHZykl .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v1k5FHZykl .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v1k5FHZykl .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v1k5FHZykl .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1k5FHZykl .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-v1k5FHZykl .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-v1k5FHZykl .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #c8ce49;
  box-shadow: 4px 4px 0 0 #c8ce49;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-v1k5FHZykl .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-v1k5FHZykl .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-v1k5FHZykl .mbr-section-title {
  color: #050f0f;
}
.cid-v1k5FHZykl .mbr-text {
  color: #050f0f;
}
.cid-v1k5FHZykl .mbr-section-title,
.cid-v1k5FHZykl .mbr-section-btn {
  color: #000000;
}
.cid-v1k5FHZykl .mbr-text,
.cid-v1k5FHZykl .text-wrapper,
.cid-v1k5FHZykl .rating-wrapper {
  color: #000000;
}
.cid-v1k5FJU6WY {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1k5FJU6WY .cards-bg1 {
  background: #000000;
}
.cid-v1k5FJU6WY .cards-bg2 {
  background: #000000;
}
.cid-v1k5FJU6WY .cards-bg3 {
  background: #000000;
}
.cid-v1k5FJU6WY .cards-bg4 {
  background: #000000;
}
.cid-v1k5FJU6WY .card-wrapper {
  padding: 3rem 1rem;
  border-radius: 8px;
  margin-bottom: 1rem;
}
@media (min-width: 0) and (max-width: 1199px) {
  .cid-v1k5FJU6WY .card-wrapper {
    padding: 1rem 0.5rem;
    border-radius: 8px;
  }
}
.cid-v1k5FJU6WY .mbr-section-title {
  color: #000000;
}
.cid-v1k5FJU6WY .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v1k5FJU6WY .card-title,
.cid-v1k5FJU6WY .card-box {
  color: #ffffff;
}
.cid-v1k5FMFG8t {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-v1k5FMFG8t .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1k5FMFG8t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1k5FMFG8t .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-v1k5FMFG8t .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #ffffff;
}
.cid-v1k5FMFG8t .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-v1k5FMFG8t .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-v1k5FMFG8t .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-v1k5FMFG8t .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-v1k5FMFG8t .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-v1k5FMFG8t .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-v1k5FMFG8t .decoration_1 {
    left: -380px;
  }
}
.cid-v1k5FMFG8t .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-v1k5FMFG8t .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-v1k5FMFG8t .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-v1k5FMFG8t .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-v1k5FMFG8t .decoration_2 {
    right: -380px;
  }
}
.cid-v1k5FMFG8t .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 120px 0;
}
@media (max-width: 992px) {
  .cid-v1k5FMFG8t .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v1k5FMFG8t .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v1k5FMFG8t .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1k5FMFG8t .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v1k5FMFG8t .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v1k5FMFG8t .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-v1k5FMFG8t .content-wrapper .image-wrapper {
  margin-top: 32px;
  height: 100%;
  padding: 12px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-v1k5FMFG8t .content-wrapper .image-wrapper {
    padding: 6px;
    margin-top: 24px;
  }
}
.cid-v1k5FMFG8t .content-wrapper .image-wrapper .image-wrap {
  padding: 12px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #c8ce49;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v1k5FMFG8t .content-wrapper .image-wrapper .image-wrap {
    padding: 6px;
  }
}
.cid-v1k5FMFG8t .content-wrapper .image-wrapper .image-wrap img {
  height: 400px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v1k5FMFG8t .content-wrapper .image-wrapper .image-wrap img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .cid-v1k5FMFG8t .content-wrapper .image-wrapper .image-wrap img {
    height: 250px;
  }
}
.cid-v1k5FMFG8t .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-v1k5FMFG8t .mbr-section-title {
  color: #181824;
}
.cid-v1k5FMFG8t .mbr-text,
.cid-v1k5FMFG8t .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-v1k5FMFG8t .mbr-section-title,
.cid-v1k5FMFG8t .mbr-section-btn,
.cid-v1k5FMFG8t .icon-wrapper {
  text-align: center;
}
.cid-v1k5FMFG8t .mbr-text {
  color: #000000;
}
.cid-v1k5FMFG8t .mbr-section-title,
.cid-v1k5FMFG8t .mbr-section-btn {
  color: #000000;
}
.cid-v1k5FOWPdv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v1k5FOWPdv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1k5FOWPdv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1k5FOWPdv .row {
  justify-content: center;
  margin: 0 -24px;
}
.cid-v1k5FOWPdv .row .card {
  padding: 0 24px;
}
.cid-v1k5FOWPdv .card-wrapper {
  border: 3px solid #c8ce49;
  padding: 150px 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1600px) {
  .cid-v1k5FOWPdv .card-wrapper {
    padding: 150px 60px;
  }
}
@media (max-width: 1440px) {
  .cid-v1k5FOWPdv .card-wrapper {
    padding: 150px 30px;
  }
}
@media (max-width: 992px) {
  .cid-v1k5FOWPdv .card-wrapper {
    margin-bottom: 16px;
    padding: 30px 20px;
  }
}
.cid-v1k5FOWPdv .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v1k5FOWPdv .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v1k5FOWPdv .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v1k5FOWPdv .card-wrapper .card-wrap .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-v1k5FOWPdv .image-wrapper {
  height: 100%;
}
.cid-v1k5FOWPdv .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v1k5FOWPdv .image-wrapper img {
    height: 350px;
  }
}
.cid-v1k5FOWPdv .mbr-section-title {
  color: #cbff5b;
}
.cid-v1k5FOWPdv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v1k5FOWPdv .mbr-section-title,
.cid-v1k5FOWPdv .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v1k5FQTGt0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v1k5FQTGt0 .mbr-text,
.cid-v1k5FQTGt0 .mbr-section-btn {
  color: #1d2c35;
}
.cid-v1k5FQTGt0 .card-title,
.cid-v1k5FQTGt0 .card-box {
  color: #000000;
}
.cid-v1k5FQTGt0 .mbr-text,
.cid-v1k5FQTGt0 .link-wrap {
  color: #1d2c35;
}
.cid-v1k5FQTGt0 .card-box .mbr-text,
.cid-v1k5FQTGt0 .mbr-section-btn {
  color: #000000;
}
.cid-v1k5FSJMQ4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/home-wiring-update-by-greenleaf-electric-llc-frederick-md-1024x663.jpg-1024x663.jpg");
}
.cid-v1k5FSJMQ4 .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-v1k5FSJMQ4 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-v1k5FSJMQ4 .panel-group {
  border: none;
}
.cid-v1k5FSJMQ4 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v1k5FSJMQ4 .panel-body,
.cid-v1k5FSJMQ4 .card-header {
  padding: 1rem 0;
}
.cid-v1k5FSJMQ4 .panel-title-edit {
  color: #000000;
}
.cid-v1k5FSJMQ4 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v1k5FSJMQ4 H3 {
  color: #000000;
}
.cid-v1k5FV9AD4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-v1k5FV9AD4 .feature .card {
  border-left: 10px solid #000000;
  background-color: #c8ce49;
  height: 100%;
  padding: 2rem 40px;
  border-radius: 0;
}
.cid-v1k5FV9AD4 .feature:last-child .card {
  border-color: #000000;
}
.cid-v1k5FV9AD4 .feature .mbr-section-title {
  line-height: 1;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-v1k5FV9AD4 .feature:last-child {
    margin-top: 2rem;
  }
}
.cid-v1k5FV9AD4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1k5FV9AD4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1k5FV9AD4 H2 {
  color: #000000;
}
.cid-v1k5FV9AD4 .mbr-section-text {
  color: #000000;
}
.cid-v1k5FV9AD4 H3 {
  color: #000000;
}
.cid-v1pts3UKvn {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-v1pts3UKvn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1pts3UKvn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v1pts3UKvn .container {
    padding: 0 20px;
  }
}
.cid-v1pts3UKvn .row {
  margin: 0;
}
.cid-v1pts3UKvn .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v1pts3UKvn .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v1pts3UKvn .video-block .video-wrapper .app-video-wrapper::before {
  color: #ffffff;
  text-shadow: none;
}
.cid-v1pts3UKvn .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-v1pts3UKvn .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-v1pts3UKvn .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-v1pts3UKvn .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v1RdEdnvwh {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-v1RdEdnvwh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1RdEdnvwh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1RdEdnvwh .row {
  justify-content: flex-start;
}
.cid-v1RdEdnvwh .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-v1RdEdnvwh .mbr-text {
  color: #000000;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-v1k5FZcI45 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v1k5FZcI45 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1k5FZcI45 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v1k5FZcI45 .container {
    padding: 0 22px;
  }
}
.cid-v1k5FZcI45 .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v1k5FZcI45 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v1k5FZcI45 .image-wrapper img {
  height: 415px;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-v1k5FZcI45 .image-wrapper img {
    height: 350px;
  }
}
.cid-v1k5FZcI45 .mbr-section-title {
  margin-bottom: 16px;
  color: #000000;
}
.cid-v1k5FZcI45 .panel-group {
  border-bottom: 1px solid #d4d3d3;
}
.cid-v1k5FZcI45 .panel-group .card {
  border-top: 1px solid #d4d3d3;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-v1k5FZcI45 .panel-group .card:hover,
.cid-v1k5FZcI45 .panel-group .card:focus {
  border-top: 1px solid #000000;
}
.cid-v1k5FZcI45 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v1k5FZcI45 .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-v1k5FZcI45 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v1k5FZcI45 .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-v1k5FZcI45 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ff5753;
}
.cid-v1k5FZcI45 .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-v1k5FZcI45 .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-v1k5FZcI45 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v1k5FZcI45 .panel-title-edit {
  color: #000000;
}
.cid-v1k5FZcI45 .panel-text {
  color: #000000;
}
.cid-v1k5G1lyoW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-v1k5G1lyoW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1k5G1lyoW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1k5G1lyoW .row {
  justify-content: center;
}
.cid-v1k5G1lyoW .map-wrapper {
  position: relative;
}
.cid-v1k5G1lyoW .map-wrapper::before {
  content: '';
  position: absolute;
  top: 2rem;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#c8ce49, transparent);
  filter: blur(100px);
}
.cid-v1k5G1lyoW .map-wrapper .google-map {
  position: relative;
  z-index: 1;
  border: 3px solid #c8ce49;
  background-color: #c8ce49;
}
.cid-v1k5G1lyoW .map-wrapper .google-map iframe {
  height: 750px;
  filter: invert(1);
}
@media (max-width: 1200px) {
  .cid-v1k5G1lyoW .map-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-v1k5G1lyoW .map-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-v1k5G3jJlK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/electrical-contractors-telford-slide-5.jpg-1500x720.jpg");
}
@media (max-width: 991px) {
  .cid-v1k5G3jJlK .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-v1k5G3jJlK .wrapper {
    padding: 0 6rem;
  }
}
.cid-v1k5G3jJlK .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-v1k5G3jJlK .list {
    margin-bottom: 2rem;
  }
  .cid-v1k5G3jJlK .list li {
    margin-top: .5rem;
  }
}
.cid-v1k5G3jJlK .mbr-section-subtitle {
  color: #000000;
}
.cid-v1k5G3jJlK .card-text {
  color: #000000;
}
.cid-v1k80n8psG .navbar-dropdown {
  background-color: #f8f8f8 !important;
  padding: 0;
}
.cid-v1k80n8psG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f8f8f8 !important;
  background: #f8f8f8;
}
.cid-v1k80n8psG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-v1k80n8psG .menu_box .navbar.opened,
  .cid-v1k80n8psG .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-v1k80n8psG .navbar-dropdown {
  position: relative !important;
}
.cid-v1k80n8psG .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-v1k80n8psG .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v1k80n8psG .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v1k80n8psG .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-v1k80n8psG .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v1k80n8psG .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #454545;
  }
  .cid-v1k80n8psG .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v1k80n8psG .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v1k80n8psG .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v1k80n8psG .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v1k80n8psG .offcanvas-body .mbr-text,
  .cid-v1k80n8psG .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-v1k80n8psG .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-v1k80n8psG .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v1k80n8psG .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #181818;
  }
  .cid-v1k80n8psG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v1k80n8psG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v1k80n8psG .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v1k80n8psG .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v1k80n8psG ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v1k80n8psG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v1k80n8psG .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v1k80n8psG .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v1k80n8psG li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-v1k80n8psG li.nav-item:hover {
    opacity: .8;
  }
  .cid-v1k80n8psG .lg_brand {
    margin: 0 1rem;
  }
}
.cid-v1k80n8psG .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v1k80n8psG .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v1k80n8psG .nav-item {
    margin: 0 !important;
  }
}
.cid-v1k80n8psG .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v1k80n8psG .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-v1k80n8psG .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v1k80n8psG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v1k80n8psG .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-v1k80n8psG .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v1k80n8psG .offcanvas_box {
    display: none;
  }
}
.cid-v1k80n8psG .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-v1k80n8psG .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v1k80n8psG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1k80n8psG .container {
  display: flex;
  margin: auto;
}
.cid-v1k80n8psG .iconfont-wrapper {
  color: #181818;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v1k80n8psG .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v1k80n8psG .iconfont-wrapper:hover {
  color: #ea2108;
}
.cid-v1k80n8psG .navbar-caption {
  color: #181818;
}
.cid-v1k80n8psG .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v1k80n8psG .navbar-nav {
    margin: 0;
  }
}
.cid-v1k80n8psG .dropdown-menu,
.cid-v1k80n8psG .navbar.opened {
  background-color: false !important;
}
.cid-v1k80n8psG .nav-item:focus,
.cid-v1k80n8psG .nav-link:focus {
  outline: none;
}
.cid-v1k80n8psG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1k80n8psG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1k80n8psG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1k80n8psG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1k80n8psG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1k80n8psG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1k80n8psG .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-v1k80n8psG .navbar.opened {
  transition: all 0.3s;
}
.cid-v1k80n8psG .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v1k80n8psG .navbar .navbar-logo img {
  min-width: 100px;
  min-height: 100px;
  object-fit: cover;
}
.cid-v1k80n8psG .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v1k80n8psG .navbar.collapsed {
  justify-content: center;
}
.cid-v1k80n8psG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1k80n8psG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v1k80n8psG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1k80n8psG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1k80n8psG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1k80n8psG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v1k80n8psG .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v1k80n8psG .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v1k80n8psG .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-v1k80n8psG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1k80n8psG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1k80n8psG .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v1k80n8psG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1k80n8psG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1k80n8psG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1k80n8psG .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v1k80n8psG .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v1k80n8psG .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v1k80n8psG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1k80n8psG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1k80n8psG .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v1k80n8psG .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1k80n8psG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1k80n8psG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1k80n8psG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1k80n8psG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1k80n8psG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1k80n8psG .dropdown-item.active,
.cid-v1k80n8psG .dropdown-item:active {
  background-color: transparent;
}
.cid-v1k80n8psG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1k80n8psG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1k80n8psG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1k80n8psG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1k80n8psG ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-v1k80n8psG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1k80n8psG button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f8f8f8;
  background: #ffffff;
}
.cid-v1k80n8psG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-v1k80n8psG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1k80n8psG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1k80n8psG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1k80n8psG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1k80n8psG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1k80n8psG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1k80n8psG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1k80n8psG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1k80n8psG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v1k80n8psG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1k80n8psG .navbar {
    height: 70px;
  }
  .cid-v1k80n8psG .navbar.opened {
    height: auto;
  }
  .cid-v1k80n8psG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1k80n8psG .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-v1k80n8psG .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-v1k80n8psG .navbar-caption:hover {
  color: #ea2108;
}
.cid-v1k80n8psG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v1k80n8psG .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-v1k80n8psG .text_widget {
  color: #ffffff;
}
.cid-v1k80n8psG .mbr-section-subtitle,
.cid-v1k80n8psG .text_widget {
  text-align: left;
}
.cid-v1k80n8psG a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v1k80pQupr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #000000;
}
.cid-v1k80pQupr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1k80pQupr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1k80pQupr .content-wrapper {
  position: relative;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-v1k80pQupr .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-v1k80pQupr .content-wrapper {
    padding: 0;
  }
}
.cid-v1k80pQupr .content-wrapper .mbr-section-btn {
  margin-bottom: 32px;
}
.cid-v1k80pQupr .content-wrapper .card-wrap {
  position: absolute;
  z-index: 1;
  left: 108px;
  bottom: 0;
  width: 55%;
  padding: 80px;
  background-color: #c8ce49;
  border: 2px solid #ffffff;
  box-shadow: -10px 10px 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-v1k80pQupr .content-wrapper .card-wrap {
    box-shadow: -5px 5px 0 #ffffff;
  }
}
@media (max-width: 1440px) {
  .cid-v1k80pQupr .content-wrapper .card-wrap {
    padding: 64px;
    left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-v1k80pQupr .content-wrapper .card-wrap {
    position: static;
    width: 100%;
    margin-bottom: 16px;
    padding: 20px;
  }
}
.cid-v1k80pQupr .content-wrapper .card-wrap .mbr-date {
  margin-bottom: 32px;
}
.cid-v1k80pQupr .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v1k80pQupr .content-wrapper .card-wrap .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #2c2625;
}
.cid-v1k80pQupr .content-wrapper .image-wrapper {
  position: relative;
  padding-left: 30%;
  padding-bottom: 6%;
}
@media (max-width: 992px) {
  .cid-v1k80pQupr .content-wrapper .image-wrapper {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.cid-v1k80pQupr .content-wrapper .image-wrapper img {
  object-fit: cover;
  height: 750px;
  border: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-v1k80pQupr .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-v1k80pQupr .mbr-section-title {
  color: #2C2625;
}
.cid-v1k80pQupr .mbr-date {
  color: #2C2625;
}
.cid-v1k80pQupr .mbr-tag {
  color: #2C2625;
}
.cid-v1k80pQupr .mbr-text {
  color: #000000;
}
.cid-v1k80pQupr .mbr-section-title,
.cid-v1k80pQupr .mbr-section-btn {
  color: #000000;
}
.cid-v1k80s6f7Z {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1k80s6f7Z .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-v1k80s6f7Z .container {
    max-width: 1040px;
  }
}
.cid-v1k80s6f7Z .row {
  justify-content: center;
}
.cid-v1k80s6f7Z .item:focus,
.cid-v1k80s6f7Z span:focus {
  outline: none;
}
.cid-v1k80s6f7Z .col-items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-v1k80s6f7Z .col-items {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-v1k80s6f7Z .item {
    width: 100%;
  }
  .cid-v1k80s6f7Z .item:first-child {
    padding-bottom: 0.5rem;
  }
  .cid-v1k80s6f7Z .item:last-child {
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-v1k80s6f7Z .item:first-child {
    padding-right: 0.5rem;
  }
  .cid-v1k80s6f7Z .item:last-child {
    padding-left: 0.5rem;
  }
}
.cid-v1k80s6f7Z .item-wrap {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 24px;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .cid-v1k80s6f7Z .item-wrap {
    padding: 27px;
  }
}
@media (min-width: 992px) {
  .cid-v1k80s6f7Z .item-wrap {
    padding: 50px;
  }
}
.cid-v1k80s6f7Z .item-content {
  width: 100%;
}
.cid-v1k80s6f7Z .label-text {
  color: #ffffff;
  opacity: 0.8;
  width: 100%;
  margin-bottom: 16px;
}
.cid-v1k80s6f7Z .mbr-text {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
  opacity: 0.8;
}
.cid-v1k80s6f7Z .item-title {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-v1k80s6f7Z .list-container {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
}
.cid-v1k80s6f7Z .list-item {
  display: flex;
  align-items: center;
}
.cid-v1k80s6f7Z .list-item:not(:last-child) {
  margin-bottom: 16px;
}
.cid-v1k80s6f7Z .icon-box {
  padding-right: 14px;
}
.cid-v1k80s6f7Z .list-text {
  flex-grow: 1;
  color: #000000;
  margin-bottom: 0;
}
.cid-v1k80s6f7Z .link-container {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .cid-v1k80s6f7Z .link-container {
    margin-top: 72px;
  }
}
.cid-v1k80s6f7Z .link-container .link:first-child {
  margin-bottom: 16px;
}
.cid-v1k80s6f7Z .link-container .link span {
  padding-right: 10px;
}
.cid-v1k80v53Ly {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #c8ce49;
}
.cid-v1k80v53Ly .card-wrapper {
  background: #ffffff;
  padding: 5rem;
}
@media (max-width: 992px) {
  .cid-v1k80v53Ly .card-wrapper {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v1k80v53Ly .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-v1k80v53Ly .mbr-text {
  color: #000000;
}
.cid-v1k80v53Ly .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v1k80v53Ly .mbr-section-title {
  color: #000000;
}
.cid-v1k80xykE0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v1k80xykE0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1k80xykE0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1k80xykE0 .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v1k80xykE0 .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-v1k80xykE0 .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1k80xykE0 .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v1k80xykE0 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v1k80xykE0 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v1k80xykE0 .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1k80xykE0 .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-v1k80xykE0 .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-v1k80xykE0 .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #c8ce49;
  box-shadow: 4px 4px 0 0 #c8ce49;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-v1k80xykE0 .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-v1k80xykE0 .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-v1k80xykE0 .mbr-section-title {
  color: #050f0f;
}
.cid-v1k80xykE0 .mbr-text {
  color: #050f0f;
}
.cid-v1k80xykE0 .mbr-section-title,
.cid-v1k80xykE0 .mbr-section-btn {
  color: #000000;
}
.cid-v1k80xykE0 .mbr-text,
.cid-v1k80xykE0 .text-wrapper,
.cid-v1k80xykE0 .rating-wrapper {
  color: #000000;
}
.cid-v1k80zB45b {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1k80zB45b .cards-bg1 {
  background: #000000;
}
.cid-v1k80zB45b .cards-bg2 {
  background: #000000;
}
.cid-v1k80zB45b .cards-bg3 {
  background: #000000;
}
.cid-v1k80zB45b .cards-bg4 {
  background: #000000;
}
.cid-v1k80zB45b .card-wrapper {
  padding: 3rem 1rem;
  border-radius: 8px;
  margin-bottom: 1rem;
}
@media (min-width: 0) and (max-width: 1199px) {
  .cid-v1k80zB45b .card-wrapper {
    padding: 1rem 0.5rem;
    border-radius: 8px;
  }
}
.cid-v1k80zB45b .mbr-section-title {
  color: #000000;
}
.cid-v1k80zB45b .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v1k80zB45b .card-title,
.cid-v1k80zB45b .card-box {
  color: #ffffff;
}
.cid-v1k80BSxj9 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-v1k80BSxj9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1k80BSxj9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1k80BSxj9 .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-v1k80BSxj9 .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #ffffff;
}
.cid-v1k80BSxj9 .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-v1k80BSxj9 .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-v1k80BSxj9 .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-v1k80BSxj9 .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-v1k80BSxj9 .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-v1k80BSxj9 .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-v1k80BSxj9 .decoration_1 {
    left: -380px;
  }
}
.cid-v1k80BSxj9 .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-v1k80BSxj9 .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-v1k80BSxj9 .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-v1k80BSxj9 .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-v1k80BSxj9 .decoration_2 {
    right: -380px;
  }
}
.cid-v1k80BSxj9 .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 120px 0;
}
@media (max-width: 992px) {
  .cid-v1k80BSxj9 .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v1k80BSxj9 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v1k80BSxj9 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1k80BSxj9 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v1k80BSxj9 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v1k80BSxj9 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-v1k80BSxj9 .content-wrapper .image-wrapper {
  margin-top: 32px;
  height: 100%;
  padding: 12px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-v1k80BSxj9 .content-wrapper .image-wrapper {
    padding: 6px;
    margin-top: 24px;
  }
}
.cid-v1k80BSxj9 .content-wrapper .image-wrapper .image-wrap {
  padding: 12px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #c8ce49;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v1k80BSxj9 .content-wrapper .image-wrapper .image-wrap {
    padding: 6px;
  }
}
.cid-v1k80BSxj9 .content-wrapper .image-wrapper .image-wrap img {
  height: 400px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v1k80BSxj9 .content-wrapper .image-wrapper .image-wrap img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .cid-v1k80BSxj9 .content-wrapper .image-wrapper .image-wrap img {
    height: 250px;
  }
}
.cid-v1k80BSxj9 .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-v1k80BSxj9 .mbr-section-title {
  color: #181824;
}
.cid-v1k80BSxj9 .mbr-text,
.cid-v1k80BSxj9 .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-v1k80BSxj9 .mbr-section-title,
.cid-v1k80BSxj9 .mbr-section-btn,
.cid-v1k80BSxj9 .icon-wrapper {
  text-align: center;
}
.cid-v1k80BSxj9 .mbr-text {
  color: #000000;
}
.cid-v1k80BSxj9 .mbr-section-title,
.cid-v1k80BSxj9 .mbr-section-btn {
  color: #000000;
}
.cid-v1k80DSDE6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v1k80DSDE6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1k80DSDE6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1k80DSDE6 .row {
  justify-content: center;
  margin: 0 -24px;
}
.cid-v1k80DSDE6 .row .card {
  padding: 0 24px;
}
.cid-v1k80DSDE6 .card-wrapper {
  border: 3px solid #c8ce49;
  padding: 150px 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1600px) {
  .cid-v1k80DSDE6 .card-wrapper {
    padding: 150px 60px;
  }
}
@media (max-width: 1440px) {
  .cid-v1k80DSDE6 .card-wrapper {
    padding: 150px 30px;
  }
}
@media (max-width: 992px) {
  .cid-v1k80DSDE6 .card-wrapper {
    margin-bottom: 16px;
    padding: 30px 20px;
  }
}
.cid-v1k80DSDE6 .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v1k80DSDE6 .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v1k80DSDE6 .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v1k80DSDE6 .card-wrapper .card-wrap .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-v1k80DSDE6 .image-wrapper {
  height: 100%;
}
.cid-v1k80DSDE6 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v1k80DSDE6 .image-wrapper img {
    height: 350px;
  }
}
.cid-v1k80DSDE6 .mbr-section-title {
  color: #cbff5b;
}
.cid-v1k80DSDE6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v1k80DSDE6 .mbr-section-title,
.cid-v1k80DSDE6 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v1k80FAcXl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v1k80FAcXl .mbr-text,
.cid-v1k80FAcXl .mbr-section-btn {
  color: #1d2c35;
}
.cid-v1k80FAcXl .card-title,
.cid-v1k80FAcXl .card-box {
  color: #000000;
}
.cid-v1k80FAcXl .mbr-text,
.cid-v1k80FAcXl .link-wrap {
  color: #1d2c35;
}
.cid-v1k80FAcXl .card-box .mbr-text,
.cid-v1k80FAcXl .mbr-section-btn {
  color: #000000;
}
.cid-v1k80HcLgp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/home-wiring-update-by-greenleaf-electric-llc-frederick-md-1024x663.jpg-1024x663.jpg");
}
.cid-v1k80HcLgp .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-v1k80HcLgp .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-v1k80HcLgp .panel-group {
  border: none;
}
.cid-v1k80HcLgp .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v1k80HcLgp .panel-body,
.cid-v1k80HcLgp .card-header {
  padding: 1rem 0;
}
.cid-v1k80HcLgp .panel-title-edit {
  color: #000000;
}
.cid-v1k80HcLgp .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v1k80HcLgp H3 {
  color: #000000;
}
.cid-v1k80J2xoo {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-v1k80J2xoo .feature .card {
  border-left: 10px solid #000000;
  background-color: #c8ce49;
  height: 100%;
  padding: 2rem 40px;
  border-radius: 0;
}
.cid-v1k80J2xoo .feature:last-child .card {
  border-color: #000000;
}
.cid-v1k80J2xoo .feature .mbr-section-title {
  line-height: 1;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-v1k80J2xoo .feature:last-child {
    margin-top: 2rem;
  }
}
.cid-v1k80J2xoo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1k80J2xoo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1k80J2xoo H2 {
  color: #000000;
}
.cid-v1k80J2xoo .mbr-section-text {
  color: #000000;
}
.cid-v1k80J2xoo H3 {
  color: #000000;
}
.cid-v1RdVBggW5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-v1RdVBggW5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1RdVBggW5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1RdVBggW5 .row {
  justify-content: flex-start;
}
.cid-v1RdVBggW5 .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-v1RdVBggW5 .mbr-text {
  color: #000000;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-v1k80M9Wke {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v1k80M9Wke .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1k80M9Wke .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v1k80M9Wke .container {
    padding: 0 22px;
  }
}
.cid-v1k80M9Wke .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v1k80M9Wke .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v1k80M9Wke .image-wrapper img {
  height: 415px;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-v1k80M9Wke .image-wrapper img {
    height: 350px;
  }
}
.cid-v1k80M9Wke .mbr-section-title {
  margin-bottom: 16px;
  color: #000000;
}
.cid-v1k80M9Wke .panel-group {
  border-bottom: 1px solid #d4d3d3;
}
.cid-v1k80M9Wke .panel-group .card {
  border-top: 1px solid #d4d3d3;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-v1k80M9Wke .panel-group .card:hover,
.cid-v1k80M9Wke .panel-group .card:focus {
  border-top: 1px solid #000000;
}
.cid-v1k80M9Wke .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v1k80M9Wke .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-v1k80M9Wke .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v1k80M9Wke .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-v1k80M9Wke .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ff5753;
}
.cid-v1k80M9Wke .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-v1k80M9Wke .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-v1k80M9Wke .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v1k80M9Wke .panel-title-edit {
  color: #000000;
}
.cid-v1k80M9Wke .panel-text {
  color: #000000;
}
.cid-v1k80NKpmw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-v1k80NKpmw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1k80NKpmw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1k80NKpmw .row {
  justify-content: center;
}
.cid-v1k80NKpmw .map-wrapper {
  position: relative;
}
.cid-v1k80NKpmw .map-wrapper::before {
  content: '';
  position: absolute;
  top: 2rem;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#c8ce49, transparent);
  filter: blur(100px);
}
.cid-v1k80NKpmw .map-wrapper .google-map {
  position: relative;
  z-index: 1;
  border: 3px solid #c8ce49;
  background-color: #c8ce49;
}
.cid-v1k80NKpmw .map-wrapper .google-map iframe {
  height: 750px;
  filter: invert(1);
}
@media (max-width: 1200px) {
  .cid-v1k80NKpmw .map-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-v1k80NKpmw .map-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-v1k80PKz7i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/electrical-contractors-telford-slide-5.jpg-1500x720.jpg");
}
@media (max-width: 991px) {
  .cid-v1k80PKz7i .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-v1k80PKz7i .wrapper {
    padding: 0 6rem;
  }
}
.cid-v1k80PKz7i .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-v1k80PKz7i .list {
    margin-bottom: 2rem;
  }
  .cid-v1k80PKz7i .list li {
    margin-top: .5rem;
  }
}
.cid-v1k80PKz7i .mbr-section-subtitle {
  color: #000000;
}
.cid-v1k80PKz7i .card-text {
  color: #000000;
}
