/* ========================================== */
/* === CSS Table of Contents ================ */
/* === 2023 © Guardian Sages ================ */ 
/* ========================================== */

/* ========================================== */
/* === 1. Top Header Section ================ */
/* === 2. Navigation Section ================ */
/* === 3. Website Pages Section ============= */
/* ===    a. Home Section =================== */
/* ===    b. About Section ================== */
/* ===    c. Services Section =============== */
/* ===    d. Gallery Section ================ */
/* ===    e. Areas We Service Section ======= */
/* ===    f. Testimonials Section =========== */
/* ===    g. Contact Section ================ */
/* ===    h. Sections On Every Page ========= */
/* === 4. Misc. Section ===================== */
/* ===    a. Referrals Owl Carousel ========= */
/* ===    b. Default Classes ================ */
/* ===    c. Gallery Function Section ======= */
/* ===    d. Reviews Function Section ======= */
/* === 5. Footer Section ==================== */
/* === 6. Lg. Laptop CSS Section ============ */
/* === 7. Sm. Laptop CSS Section ============ */
/* === 8. Tablet CSS Section ================ */
/* === 9. Mobile CSS Section ================ */
/* === 10. Sm. Mobile CSS Section =========== */
/* ========================================== */

@import url('https://fonts.googleapis.com/css?family=Staatliches');
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,700,900');

@font-face {
	font-family: 'font';
	src:url('../fonts/arvo.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'font2';
	src:url('../fonts/poppins.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'font3';
	src:url('../fonts/Monoton-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'feathericons';
	src:url('../fonts/feathericons/feathericons.eot?-8is7zf');
	src:url('../fonts/feathericons/feathericons.eot?#iefix-8is7zf') format('embedded-opentype'),
		url('../fonts/feathericons/feathericons.woff?-8is7zf') format('woff'),
		url('../fonts/feathericons/feathericons.ttf?-8is7zf') format('truetype'),
		url('../fonts/feathericons/feathericons.svg?-8is7zf#feathericons') format('svg');
}

/* ======================================== */
/* === Top Header Section ================= */
/* ======================================== */
:root {
    --eh-orange: #f47c20;
    --eh-dark: #2f3239;
    --eh-text: #222222;
    --eh-white: #ffffff;
    --eh-muted: #6d6d6d;
    --eh-border: rgba(255,255,255,0.12);
    --eh-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* reset scope */
#ehSiteHeader,
#ehSiteHeader * {
    box-sizing: border-box;
}

#ehSiteHeader a {
    text-decoration: none;
}

#ehSiteHeader ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#ehSiteHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    font-family: inherit;
    transition: transform .3s ease, box-shadow .3s ease;
}

@media(max-width:991px){
#ehSiteHeader {
    display: none;
}
}
#ehSiteHeader .eh-shell {
    width: 100%;
    max-width: 1780px;
    margin: 0 auto;
    padding: 0 28px;
}

/* TOP BAR */
#ehSiteHeader .eh-topbar {
    background: #e2eafb;
    transition: all .3s ease;
}

#ehSiteHeader .eh-topbar__inner {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

#ehSiteHeader .eh-topbar__left,
#ehSiteHeader .eh-topbar__right {
    display: flex;
    align-items: center;
    gap: 0;
}

#ehSiteHeader .eh-topbar__item {
    display: flex;
    align-items: center;
    gap: 10px; color: #000;
    min-height: 58px;
    padding: 0 26px;
    border-right: 1px solid var(--eh-border);
    font-size: 15px;
}

#ehSiteHeader .eh-topbar__left .eh-topbar__item:first-child {
    padding-left: 0;
}

#ehSiteHeader .eh-topbar__item i {
    color: #e12757;
    font-size: 15px;
}

#ehSiteHeader .eh-topbar__link:hover {
    color: var(--eh-orange);
}

#ehSiteHeader .eh-topbar__right {
    gap: 18px;
}

#ehSiteHeader .eh-topbar__social-label {
    color: #2A3D56;
    font-weight: 600;
    font-size: 15px;
}

#ehSiteHeader .eh-topbar__social {
    color: #e12757;
    font-size: 16px;
    transition: color .25s ease;
}

#ehSiteHeader .eh-topbar__social:hover {
    color: var(--eh-orange);
}

/* MAIN BAR */
#ehSiteHeader .eh-mainbar {
    background: #2a3d56;
    box-shadow: none;
    transition: all .3s ease;
}

#ehSiteHeader .eh-mainbar__inner {
    min-height: 92px;
    display: flex;
    align-items: center;
    gap: 28px;
}

#ehSiteHeader .eh-brand {
    flex: 0 0 auto;
}

#ehSiteHeader .eh-brand__link {
    display: inline-flex;
    align-items: center;
}

#ehSiteHeader .eh-brand__logo {
    max-height: 54px;
    width: auto;
    display: block;
}

/* NAV */
#ehSiteHeader .eh-nav {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
}

#ehSiteHeader .eh-nav__list {
    display: flex;
    align-items: center;
    gap: 18px;
}

#ehSiteHeader .eh-nav__item {
    position: relative;
}

#ehSiteHeader .eh-nav__link {
    display: inline-flex;
    align-items: center;
    min-height: 92px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 0 8px;
    transition: color .25s ease;
}

#ehSiteHeader .eh-nav__link:hover,
#ehSiteHeader .eh-nav__link--active {
    color: #e12757;
}

/* DROPDOWN */
#ehSiteHeader .eh-subnav {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 240px;
    background: #2a3d56;
    box-shadow: var(--eh-shadow);
    padding: 12px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: all .25s ease;
    z-index: 20;
}

#ehSiteHeader .eh-subnav li a {
    display: block;
    padding: 12px 22px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    transition: background .25s ease, color .25s ease;
}

#ehSiteHeader .eh-subnav li a:hover {
       background: #1a2534;
    color: #e12757;
    font-weight: 600;
}

#ehSiteHeader .eh-nav__item--has-dropdown:hover .eh-subnav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* RIGHT ACTIONS */
#ehSiteHeader .eh-actions {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 18px;
}

#ehSiteHeader .eh-call {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-weight: 700;
    white-space: nowrap;
}

#ehSiteHeader .eh-call__icon {
    color: #e12757;
    font-size: 22px;
}

#ehSiteHeader .eh-call__text {
    font-size: 17px;
}

#ehSiteHeader .eh-search-btn {
    border: 0;
    background: transparent;
    color: var(--eh-text);
    font-size: 28px;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

#ehSiteHeader .eh-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    min-height: 50px;
    padding: 0 28px;
    background: #e12757;
    color: var(--eh-white);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: .02em;
    transition: background .25s ease, transform .25s ease;
}

#ehSiteHeader .eh-cta-btn:hover {
    background: #931937;
    color: var(--eh-white);
    transform: translateY(-1px);
}

/* ANGLED ORANGE STRIP */
#ehSiteHeader .eh-anglebar {
    height: 48px;
    background: #2a3d56;
    clip-path: polygon(0 0, 38% 0, 0 100%);
    transition: opacity .25s ease, height .25s ease;
}

/* SCROLLED STATE */
#ehSiteHeader.eh-is-scrolled .eh-topbar {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

#ehSiteHeader.eh-is-scrolled .eh-mainbar {
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

#ehSiteHeader.eh-is-scrolled .eh-mainbar__inner {
    min-height: 78px;
}

#ehSiteHeader.eh-is-scrolled .eh-nav__link {
    min-height: 78px;
}

#ehSiteHeader.eh-is-scrolled .eh-anglebar {
    height: 0;
    opacity: 0;
}

/* MOBILE TOGGLE */
#ehSiteHeader .eh-menu-toggle {
    display: none;
    border: 0;
    background: transparent;
    padding: 0;
    width: 42px;
    height: 42px;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
}

#ehSiteHeader .eh-menu-toggle span {
    display: block;
    width: 100%;
    height: 3px;
    background: var(--eh-text);
    border-radius: 10px;
}


@media (min-width: 1200px) and (max-width: 1500px) {
	
#ehSiteHeader .eh-brand__logo {
    max-height: 30px;
    width: auto;
    display: block;
}
	
#ehSiteHeader .eh-mainbar__inner {
    min-height: 92px;
    display: grid;
    align-items: center;
    gap: 28px;
    grid-template-columns: 0.5fr 1fr 1fr;
}
#ehSiteHeader .eh-actions {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 18px;
    flex-direction: column;
}
#ehSiteHeader .eh-anglebar {
    height: 20px;
    background: #2a3d56;
    clip-path: polygon(0 0, 38% 0, 0 100%);
    transition: opacity .25s ease, height .25s ease;
}



}

/* RESPONSIVE */
@media (max-width: 1399px) {
    #ehSiteHeader .eh-nav__list {
        gap: 12px;
    }

    #ehSiteHeader .eh-nav__link {
        font-size: 16px;
    }

    #ehSiteHeader .eh-call__text {
        font-size: 15px;
    }

    #ehSiteHeader .eh-cta-btn {
        min-width: 150px;
        padding: 0 20px;
    }
	
	
	
	

}

@media (max-width: 1199px) {
    #ehSiteHeader .eh-topbar {
        display: none;
    }

    #ehSiteHeader .eh-anglebar {
        display: none;
    }

    #ehSiteHeader .eh-mainbar__inner {
        min-height: 82px;
        justify-content: space-between;
    }

    #ehSiteHeader .eh-menu-toggle {
        display: inline-flex;
        order: 3;
    }

    #ehSiteHeader .eh-nav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: var(--eh-white);
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
        display: none;
        justify-content: flex-start;
        padding: 10px 28px 20px;
    }
	
#ehSiteHeader .eh-nav__link {
    color: black;
}
    #ehSiteHeader .eh-nav.eh-nav--open {
        display: block;
    }

    #ehSiteHeader .eh-nav__list {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        width: 100%;
    }

    #ehSiteHeader .eh-nav__item {
        width: 100%;
    }

    #ehSiteHeader .eh-nav__link {
        min-height: 52px;
        width: 100%;
        padding: 0;
    }

    #ehSiteHeader .eh-subnav {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        padding: 0 0 10px 14px;
        display: none;
    }

    #ehSiteHeader .eh-nav__item--has-dropdown:hover .eh-subnav {
        display: block;
    }

    #ehSiteHeader .eh-actions {
        gap: 12px;
    }

    #ehSiteHeader .eh-search-btn {
        font-size: 22px;
    }

    #ehSiteHeader .eh-cta-btn {
        min-width: auto;
        padding: 0 18px;
        min-height: 44px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    #ehSiteHeader .eh-shell {
        padding: 0 16px;
    }

    #ehSiteHeader .eh-call {
        display: none;
    }

    #ehSiteHeader .eh-brand__logo {
        max-height: 46px;
    }

    #ehSiteHeader .eh-cta-btn {
        display: none;
    }
}

/* ======================================== */
/* === Navigvation Section ================ */
/* ======================================== */
.navbar-inverse .navbar-inner {
	display:none;
}
.dropdown-menu {
	position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 200px; padding: .5rem 0; margin: .125rem 0 0; font-size: 18px; color: rgb(33, 37, 41); text-align: left; list-style: none; background-color: rgb(255,255,255); background-clip: padding-box; border: 1px solid rgba(0,0,0,.15); border-radius: .25rem;
}
.dropdown-menu.columns-3 {
	min-width: 600px;
}
.dropdown-menu li a {
	padding: 5px 15px; font-weight: 300;
}
.dropdown-item {
	display: block; width: 100%; font-weight: 600; font-family: 'font2'; padding: .25rem 1.5rem; clear: both; color: rgb(12,12,12); text-align: inherit; white-space: nowrap; background: 0 0;border: 0;
}
.dropdown-item.active, .dropdown-item:active {
	color: rgb(255,255,255); text-decoration: none; background-color: rgb(22,22,22) !important;
}
.dropdown {
	float: left; position: relative;
}
.dropdown .dropbtn {
	font-size: 16px; border: none; outline: none; color: white; padding: 14px 16px; background-color: inherit;font-family: inherit; margin: 0;
}
.navbar a:hover, .dropdown:hover .dropbtn {
	background-color: #043174;
}
.dropdown-one {
	cursor: pointer; display: none; position: absolute; background-color: #f9f9f9; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-two {
	cursor: pointer; display: none; position: absolute; left: 160px; top: 0px; min-width: 160px; background-color: #f9f9f9; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-three {
	cursor: pointer; display: none; position: absolute; left: 160px; top: 48px; min-width: 160px; background-color: #f9f9f9; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown:hover .dropdown-one, #link1:hover > .dropdown-two {
	display: block;
}
.dropdown:hover .dropdown-one, #link2:hover > .dropdown-three {
	display: block;
}
.dropdown-one .dItem {
	color: black; padding: 12px 16px; display: block; text-align: left;
}
.dropdown-one .dItem:hover, .dropdown-two a:hover {
	background-color: #ddd;
}
.my-pad {
	padding: 0 0 0 15px;
}
.my-pad h5 {
	color: rgb(255,255,255); font-size: 18px; text-transform: uppercase; padding-top: 20px;	line-height: 5px; font-weight: 600;
}
.multi-column-dropdown {
	list-style: none; margin: 0px; padding: 0px;
}
ul.multi-column-dropdown {
	padding: 0 0 0;
}
.multi-column-dropdown li a {
	display: block;	clear: both; line-height: 1.428571429; color: #333; white-space: normal;
}
.multi-column-dropdown li a:hover {
	text-decoration: none; color: #262626; background-color: #999;
}
.tab {
	overflow: hidden; border: 1px solid #ccc; background-color: #f1f1f1; font-family: 'font2';
}
.tab button {
	background-color: inherit; float: left; border: none; outline: none; cursor: pointer; padding: 14px 16px; transition: 0.3s; font-size: 17px;
}
.tab button:hover {
	background-color: #ddd;
}
.tab button.active {
	background-color: #ccc;
}
.tabcontent {
	display: none; padding: 6px 12px; border: 1px solid #ccc; border-top: none;
}
.tabcontent h3 {
	padding-top: 40px; padding-bottom: 40px; font-family: 'font'; text-align: center; font-size: 2rem; color: rgb(246,177,24);
}
/*.top-header-animate {
	background: rgb(255,255,255);
}
.top-header-animate .dropdown-toggle {
	color:#0a0a0a; font-size: 16px;
}
.top-header-animate .navbar-brand {
	font-size: 1.5em;
}*/
body {
	padding: 0; -webkit-transition-property: all; -webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out; transition-property: all; transition-duration: .30s; transition-timing-function: ease-in-out;overflow-x: hidden;
}
.navbar-scroll {
	padding: 95px 0 0; position: fixed; background: rgb(83,82,82); width: 100%; z-index: 2;	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.navbar-scroll .container {
	background: rgb(60,36,17,0); border-bottom-left-radius: 1.5rem;	border-bottom-right-radius: 1.5rem;
}
#projects .navbar-scroll {
	background: #fdfdfd; position:relative !important;
}
#projects .navbar-scroll li a {
	color:#333;
}
#projects .navbar-scroll .navbar-brand {
	color:#252525;
}
#projects .navbar-light .lnr {
	color:#222;
}
.navbar-light .lnr {
	color: #fdfdfd;	font-size: 1.5em; position: absolute; top: 6px; right: 10px;
}
.navbar-light .navbar-brand {
	color: #e8e8e8; font-size: 20px; font-family: 'Montserrat', sans-serif;
}
.navbar-brand {
	font-size:2.5em; font-weight:700; text-transform:uppercase;
}
.navbar-brand:focus, .navbar-brand:hover {
	color:#f3f3f3 !important;
}
.navbar-light .navbar-nav .nav-link {
	margin: 0 28px; padding: 6px 0px; font-weight: 900; font-size: 18px; color: rgb(255,255,255); font-family: 'font2';
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav
.nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light
.navbar-nav .show>.nav-link {
	color: rgb(255,255,255);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: rgb(196,41,56);
}
.navbar-light .navbar-nav li a {
	position: relative;
}
.navbar-collapse {
	height: 100%;
}
.mobile-top-header {
	display: none !important;
}

/* ========================================== */
/* === Website Pages Section ================ */
/* ========================================== */

/**** Home Section ****/
.bg-primary {
	background: rgb(83,82,82) !important;
}
.home-header-section {
	padding-top: 125px;
}
.home-header-section .slider-logo span {
	font-family: 'font'; color: rgb(196,41,56);
}
#ehHero3Slider,
#ehHero3Slider * {
    box-sizing: border-box;
}

#ehHero3Slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #111;
}

#ehHero3Slider .eh-hero3-track {
    position: relative;
    width: 100%;
    min-height: 950px;
}

#ehHero3Slider .eh-hero3-slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    opacity: 0;padding: 200px 0 100px 0;
    visibility: hidden;
    transition: opacity .6s ease, visibility .6s ease;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#ehHero3Slider .eh-hero3-slide::before {
    content: "";
    position: absolute;
    inset: 0;
   background: linear-gradient(90deg,rgba(255, 255, 255, 0) 12%, rgba(42, 61, 86, .75) 12%, rgba(42, 61, 86, .75) 58%, rgba(255, 255, 255, 0) 58%);
    z-index: 1;
}

#ehHero3Slider .eh-hero3-slide.eh-hero3-slide--active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

#ehHero3Slider .eh-hero3-shell {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 42px;
}

#ehHero3Slider .eh-hero3-content {
    max-width: 760px;
    color: #ffffff;
    padding: 110px 0 120px;
}

#ehHero3Slider .eh-hero3-eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 8px 16px;
    border-radius: 999px;
    background: #e1275738;
    border: 2px solid #2a3d56;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

#ehHero3Slider .eh-hero3-title {
    margin: 0 0 20px;
    color: #ffffff;
    font-size: 62px;
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -.02em;
}

#ehHero3Slider .eh-hero3-overview {
    margin: 0 0 26px;
    color: rgba(255,255,255,.9);
    font-size: 18px;
    line-height: 1.75;
    max-width: 700px;
}

#ehHero3Slider .eh-hero3-points {
    list-style: none;
    margin: 0 0 34px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    gap: 14px 24px;
    max-width: 760px;
}

#ehHero3Slider .eh-hero3-point {
    position: relative;
    padding-left: 26px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}

#ehHero3Slider .eh-hero3-point::before {
      content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e12757;
    box-shadow: 0 0 0 5px #2a3d5675;
}

#ehHero3Slider .eh-hero3-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

#ehHero3Slider .eh-hero3-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    min-height: 54px;
    padding: 0 28px;
    text-decoration: none;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}

#ehHero3Slider .eh-hero3-btn:hover {
    transform: translateY(-2px);
}

#ehHero3Slider .eh-hero3-btn--primary {
      background: #e12757;
    border: 2px solid #e12757;
    color: #ffffff;
}

#ehHero3Slider .eh-hero3-btn--primary:hover {
    background: #2a3d56;
    border-color: #2a3d56;
    color: #ffffff;
}

#ehHero3Slider .eh-hero3-btn--secondary {
    background: transparent;
    border: 2px solid rgba(255,255,255,.55);
    color: #ffffff;
}

#ehHero3Slider .eh-hero3-btn--secondary:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #111111;
}

#ehHero3Slider .eh-hero3-controls {
    position: absolute;
    right: 34px;
    bottom: 34px;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 12px;
}

#ehHero3Slider .eh-hero3-arrow {
    width: 56px;
    height: 56px;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.12);
    backdrop-filter: blur(6px);
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    transition: background .2s ease, transform .2s ease;
}

#ehHero3Slider .eh-hero3-arrow:hover {
    background: #e12757;
    transform: translateY(-2px);
}

#ehHero3Slider .eh-hero3-dots {
    position: absolute;
    left: 42px;
    bottom: 42px;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 10px;
}

#ehHero3Slider .eh-hero3-dot {
    width: 12px;
    height: 12px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.35);
    cursor: pointer;
    transition: transform .2s ease, background .2s ease;
}

#ehHero3Slider .eh-hero3-dot.eh-hero3-dot--active {
    background: #e12757;
    transform: scale(1.15);
}

#ehHero3Slider .eh-hero3-slide--general {
    background-image: url('/img/homepage/general-electrical-01.webp');
}

#ehHero3Slider .eh-hero3-slide--residential {
    background-image: url('/img/homepage/residential-electrical-01.webp');
}

#ehHero3Slider .eh-hero3-slide--commercial {
    background-image: url('/img/homepage/commercial-electrical-01.webp');
}

@media (max-width: 1199px) {
    #ehHero3Slider .eh-hero3-track {
        min-height: 680px;
    }

    #ehHero3Slider .eh-hero3-title {
        font-size: 50px;
    }

    #ehHero3Slider .eh-hero3-points {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 991px) {
	

    #ehHero3Slider .eh-hero3-shell {
        padding: 0 24px;
    }

    #ehHero3Slider .eh-hero3-track {
        min-height: 120vh;
    }
	

    #ehHero3Slider .eh-hero3-content {
        max-width: 100%;
        padding: 90px 0 110px;
    }

    #ehHero3Slider .eh-hero3-title {
        font-size: 42px;
    }

    #ehHero3Slider .eh-hero3-overview {
        font-size: 17px;
        line-height: 1.65;
    }

    #ehHero3Slider .eh-hero3-points {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    #ehHero3Slider .eh-hero3-controls {
        right: 22px;
        bottom: 22px;
    }

    #ehHero3Slider .eh-hero3-dots {
        left: 24px;
        bottom: 28px;
    }
}

@media (max-width: 767px) {
    #ehHero3Slider .eh-hero3-track {
        min-height: 120vh;
    }

    #ehHero3Slider .eh-hero3-content {
        padding: 80px 0 120px;
    }

    #ehHero3Slider .eh-hero3-title {
        font-size: 2rem;
    }

    #ehHero3Slider .eh-hero3-overview {
    font-size: 16px;
    display: none;
    }

    #ehHero3Slider .eh-hero3-btn {
        width: 100%;
        min-width: 0;
    }

    #ehHero3Slider .eh-hero3-actions {
        flex-direction: column;
        align-items: stretch;
    }

    #ehHero3Slider .eh-hero3-arrow {
        width: 48px;
        height: 48px;
    }
}

#ehEmergencyBand,
#ehEmergencyBand * {
    box-sizing: border-box;
}

#ehEmergencyBand {
    position: relative;
    background: #182434;
    color: #ffffff;
    overflow: hidden;
    z-index: 2;
}

/*#ehEmergencyBand::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255,255,255,.04) 0%, rgba(255,255,255,0) 45%, rgba(225,39,87,.10) 100%);
    pointer-events: none;
}*/

#ehEmergencyBand .eh-emergencyband__shell {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 42px;
}

#ehEmergencyBand .eh-emergencyband__inner {
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 18px 0;
}

#ehEmergencyBand .eh-emergencyband__content {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1 1 auto;
    min-width: 0;
}

#ehEmergencyBand .eh-emergencyband__iconwrap {
    width: 62px;
    height: 62px;
    min-width: 62px;
    border-radius: 50%;
    background: rgba(255,255,255,.08);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.10);
}

#ehEmergencyBand .eh-emergencyband__iconwrap i {
    color: #e12757;
    font-size: 24px;
}

#ehEmergencyBand .eh-emergencyband__text {
    min-width: 0;
}

#ehEmergencyBand .eh-emergencyband__eyebrow {
    display: inline-block;
    margin: 0 0 6px;
    color: #e12757;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

#ehEmergencyBand .eh-emergencyband__title {
    margin: 0 0 4px;
    color: #ffffff;
    font-size: 28px;
    line-height: 1.15;
    font-weight: 800;
}

#ehEmergencyBand .eh-emergencyband__desc {
    margin: 0;
    color: rgba(255,255,255,.84);
    font-size: 16px;
    line-height: 1.6;
}

#ehEmergencyBand .eh-emergencyband__actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 0 0 auto;
}

#ehEmergencyBand .eh-emergencyband__btn,
#ehEmergencyBand .eh-emergencyband__phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    text-decoration: none;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
    white-space: nowrap;
}

#ehEmergencyBand .eh-emergencyband__btn:hover,
#ehEmergencyBand .eh-emergencyband__phone:hover {
    transform: translateY(-2px);
}

#ehEmergencyBand .eh-emergencyband__btn {
    background: #e12757;
    color: #ffffff;
    border: 2px solid #e12757;
}

#ehEmergencyBand .eh-emergencyband__btn:hover {
    background: #c91e4a;
    border-color: #c91e4a;
    color: #ffffff;
}

#ehEmergencyBand .eh-emergencyband__phone {
    background: transparent;
    color: #ffffff;
    border: 2px solid rgba(255,255,255,.22);
}

#ehEmergencyBand .eh-emergencyband__phone:hover {
    background: #ffffff;
    color: #2a3d56;
    border-color: #ffffff;
}

@media (max-width: 991px) {
    #ehEmergencyBand .eh-emergencyband__shell {
        padding: 0 24px;
    }

    #ehEmergencyBand .eh-emergencyband__inner {
        min-height: 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        padding: 24px 0;
    }

    #ehEmergencyBand .eh-emergencyband__content {
        align-items: flex-start;
    }

    #ehEmergencyBand .eh-emergencyband__title {
        font-size: 24px;
    }

    #ehEmergencyBand .eh-emergencyband__actions {
        width: 100%;
        flex-wrap: wrap;
		
		justify-content: center;
		
    }
}

@media (max-width: 767px) {
    #ehEmergencyBand .eh-emergencyband__shell {
        padding: 0 16px;
    }

    #ehEmergencyBand .eh-emergencyband__content {
        gap: 16px;
    }

    #ehEmergencyBand .eh-emergencyband__iconwrap {
        width: 54px;
        height: 54px;
        min-width: 54px;
    }

    #ehEmergencyBand .eh-emergencyband__title {
        font-size: 21px;
    }

    #ehEmergencyBand .eh-emergencyband__desc {
        font-size: 15px;
    }

    #ehEmergencyBand .eh-emergencyband__actions {
        flex-direction: column;
        align-items: stretch;
    }

    #ehEmergencyBand .eh-emergencyband__btn,
    #ehEmergencyBand .eh-emergencyband__phone {
        width: 100%;
    }
}


.eh-introA{
    --eh-navy:#2a3d56;
    --eh-pink:#e12757;
    --eh-black:#000;
    --eh-white:#fff;
    --eh-soft:#f5f5f5;
    --eh-muted:#6f6f6f;
    padding:90px 0;
    background:var(--eh-soft);
    position:relative;
    overflow:hidden;
}
.eh-introA *{box-sizing:border-box}
.eh-introA__wrap{
    width:min(1280px, calc(100% - 32px));
    margin:0 auto;
    display:grid;
    grid-template-columns: 1fr 1.05fr;
    gap:60px;
    align-items:center;
    position:relative;
    z-index:2;
}
.eh-introA__media{
    position:relative;
    max-width:540px;
}
.eh-introA__photo{
    width:100%;
    display:block;
    object-fit:cover;
}
.eh-introA__bolt{
    position:absolute;
    left:-24px;
    top:-24px;
    font-size:74px;
    line-height:1;
    color:var(--eh-pink);
    font-weight:700;
}
.eh-introA__badge{
    position:absolute;
    left:-26px;
    bottom:-26px;
    width:fit-content;
    min-height:180px;
    background:var(--eh-navy);
    color:var(--eh-white);
    padding:22px 18px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}
.eh-introA__badge-num{
    font-size:54px;
    line-height:1;
    font-weight:800;
    margin-bottom:10px;
    color:var(--eh-white);
}
.eh-introA__badge-text{
    font-size:17px;
    line-height:1.3;
    font-weight:700;
}
.eh-introA__eyebrow{
    margin-bottom:14px;
    color:var(--eh-pink);
    font-size:14px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.08em;
}
.eh-introA__title{
    margin:0 0 20px;
    color:var(--eh-black);
    font-size:54px;
    line-height:1.08;
    font-weight:800;
}
.eh-introA__text{
    margin:0 0 28px;
    color:var(--eh-muted);
    font-size:18px;
    line-height:1.75;
    max-width:680px;
}
.eh-introA__features{
    display:flex;
    flex-wrap:wrap;
    gap:28px;
    margin:0 0 28px;
}
.eh-introA__feature{
    display:flex;
    align-items:center;
    gap:16px;
}
.eh-introA__feature-icon{
    width:82px;
    height:82px;
    border-radius:50%;
    background:var(--eh-pink);
    color:var(--eh-white);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    flex:0 0 82px;
}
.eh-introA__feature-label{
    color:var(--eh-black);
    font-size:18px;
    line-height:1.35;
    font-weight:800;
}
.eh-introA__list{
    margin:0;
    padding:0;
    list-style:none;
}
.eh-introA__list li{
    position:relative;
    padding-left:28px;
    margin:0 0 14px;
    color:var(--eh-muted);
    font-size:17px;
    line-height:1.6;
    font-weight:600;
}
.eh-introA__list li::before{
    content:"✓";
    position:absolute;
    left:0;
    top:0;
    color:var(--eh-pink);
    font-weight:800;
}
.eh-introA__powerlines{
    position:absolute;
    right:-40px;
    bottom:-10px;
    width:min(440px, 34vw);
    opacity:.22;
    pointer-events:none;
    z-index:1;
}
@media (max-width: 991px){
    .eh-introA{
    padding: 70px 0;
    text-align: center;
		
		}
		
.eh-introA__features {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    margin: 0 0 28px;
    justify-content: center;
}
		
    .eh-introA__wrap{
        grid-template-columns:1fr;
        gap:40px;
    }
    .eh-introA__media{
        max-width:100%;
    }
    .eh-introA__title{
        font-size:40px;
    }
.eh-introA__feature {
     display: flex;
    align-items: center;
    gap: 16px;
    justify-content: center;
    flex-direction: column;
}
.eh-introA__list li::before {
display:none;
}
.eh-introA__list li {
    padding-left: 0;
}
    .eh-introA__badge{
    position: relative;
    left: 0;
    bottom: 0;
    width: auto;
    min-height: 150px;
    padding: 18px 14px;
    }
    .eh-introA__badge-num{
        font-size:42px;
    }
    .eh-introA__powerlines{
        width:280px;
        opacity:.16;
    }
}
@media (max-width: 640px){
    .eh-introA__wrap{
        width:min(100% - 24px, 1280px);
    }
    .eh-introA__title{
        font-size:32px;
    }
    .eh-introA__text,
    .eh-introA__list li{
        font-size:16px;
    }
    .eh-introA__features{
        flex-direction:column;
        gap:18px;
    }
    .eh-introA__feature-icon{
        width:68px;
        height:68px;
        flex-basis:68px;
        font-size:22px;
    }
}


.eh-svcB{
    padding:90px 0;
    background:#fff;
}
.eh-svcB *{
    box-sizing:border-box;
}
.eh-svcB__wrap{
    width:min(1280px, calc(100% - 32px));
    margin:0 auto;
}
.eh-svcB__head{
    max-width:760px;
    margin:0 0 38px;
}
.eh-svcB__eyebrow{
    margin:0 0 12px;
    color:#e12757;
    font-size:14px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.08em;
}
.eh-svcB__title{
    margin:0 0 16px;
    color:#000;
    font-size:46px;
    line-height:1.1;
    font-weight:800;
}
.eh-svcB__intro{
    margin:0;
    color:#666;
    font-size:18px;
    line-height:1.7;
}
.eh-svcB__grid{
    display:grid;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:28px;
}
.eh-svcB__card{
    position:relative;
    display:grid;
    grid-template-columns: 42% 58%;
    min-height:350px;
    overflow:hidden;
    background:#2a3d56;
}
.eh-svcB__card:hover {
	box-shadow: 1px 1px 10px 1px #000;    transform: translateY(-10px);

}
.eh-svcB__media{
    position:relative;
    min-height:350px;
}
.eh-svcB__media img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
.eh-svcB__panel{
    position:relative;
    background:#2a3d56;
    color:#fff;
    padding:34px 30px 30px 46px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.eh-svcB__panel::before{
    content:"";
    position:absolute;
    left:-20px;
    top:0;
    width:56px;
    height:100%;
    background:#2a3d56;
    transform:skewX(-10deg);
}
.eh-svcB__icon{
    position:relative;
    z-index:2;
    margin:0 0 18px;
    color:#e12757;
    font-size:34px;
    line-height:1;
}
.eh-svcB__cardtitle{
    position:relative;
    z-index:2;
    margin:0 0 14px;
    color:#fff;
    font-size:24px;
    line-height:1.2;
    font-weight:800;
}
.eh-svcB__text{
    position:relative;
    z-index:2;
    margin:0 0 18px;
    color:rgba(255,255,255,.86);
    font-size:17px;
    line-height:1.65;
}
.eh-svcB__link{
    position:relative;
    z-index:2;
    display:inline-block;
    color:#fff;
    font-size:14px;
    font-weight:800;
    letter-spacing:.04em;
    text-transform:uppercase;
    text-decoration:none;
}
.eh-svcB__link:hover{
    color:#e12757;
}
.eh-svcB__card:hover .eh-svcB__panel{
    background:#000;
}
.eh-svcB__card:hover .eh-svcB__panel::before{
    background:#000;
}
.eh-svcB__card,
.eh-svcB__panel,
.eh-svcB__panel::before{
    transition:.25s ease;
}

@media(max-width:1300px){
.eh-svcB__cardtitle {
    font-size: 1rem;
}
}

@media (max-width: 1100px){
    .eh-svcB__grid{
        grid-template-columns:repeat(2, minmax(0, 1fr));
    }

	
	
}
@media (max-width: 991px){
    .eh-svcB{
        padding:70px 0;
    }
    .eh-svcB__wrap{
        width:min(100% - 24px, 1280px);
    }
    .eh-svcB__title{
        font-size:34px;
    }
    .eh-svcB__intro{
        font-size:16px;
    }
    .eh-svcB__grid{
        grid-template-columns:1fr;
        gap:22px;
    }
    .eh-svcB__card{
        grid-template-columns:1fr;
        min-height:0;
    }
    .eh-svcB__media{
        min-height:240px;
    }
    .eh-svcB__panel{
        padding:26px 22px 24px;
    }
    .eh-svcB__panel::before{
        display:none;
    }
.eh-svcB__card {
    display: flex;
    flex-direction: column;
}
	
	
}


.eh-tabsC{
    --eh-navy:#2a3d56;
    --eh-accent:#e12757;
    --eh-black:#000;
    --eh-white:#fff;
    --eh-soft:#f6f6f6;
    --eh-muted:#6d6d6d;
    padding:90px 0;
    background:var(--eh-soft);
    position:relative;
    overflow:hidden;
}
.eh-tabsC *{box-sizing:border-box}
.eh-tabsC__wrap{
    width:min(1280px, calc(100% - 32px));
    margin:0 auto;
}
.eh-tabsC__head{
    max-width:760px;
    margin:0 auto 34px;
    text-align:center;
}
.eh-tabsC__eyebrow{
    margin:0 0 10px;
    color:var(--eh-accent);
    font-size:14px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.08em;
}
.eh-tabsC__title{
    margin:0;
    color:var(--eh-black);
    font-size:48px;
    line-height:1.1;
    font-weight:800;
}
.eh-tabsC__tabbar{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    margin:0 auto 42px;
    max-width:920px;
    background:#fff;
    box-shadow:0 10px 28px rgba(0,0,0,.06);
}
.eh-tabsC__tab{
    position:relative;
    border:0;
    background:#fff;
    color:var(--eh-black);
    min-height:72px;
    font-size:20px;
    font-weight:800;
    cursor:pointer;
    transition:.2s ease;
}
.eh-tabsC__tab:hover{color:var(--eh-accent)}
.eh-tabsC__tab.is-active{
    background:var(--eh-navy);
    color:var(--eh-white);
}
.eh-tabsC__tab.is-active::after{
    content:"";
    position:absolute;
    left:50%;
    bottom:-10px;
    transform:translateX(-50%) rotate(45deg);
    width:20px;
    height:20px;
    background:var(--eh-navy);
}
.eh-tabsC__panel{
    display:none;
}
.eh-tabsC__panel.is-active{
    display:block;
}
.eh-tabsC__body{
    display:grid;
    grid-template-columns:1.05fr .95fr;
    gap:48px;
    align-items:center;
}
.eh-tabsC__content h3{
    margin:0 0 18px;
    color:var(--eh-black);
    font-size:42px;
    line-height:1.1;
    font-weight:800;
}
.eh-tabsC__content p{
    margin:0 0 18px;
    color:var(--eh-muted);
    font-size:18px;
    line-height:1.75;
}
.eh-tabsC__features{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px 26px;
    margin-top:24px;
}
.eh-tabsC__feature{
    display:flex;
    gap:14px;
    align-items:flex-start;
}
.eh-tabsC__feature-icon{
    width:54px;
    height:54px;
    border-radius:50%;
    background:#fff;
    color:var(--eh-accent);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    flex:0 0 54px;
    box-shadow:0 6px 18px rgba(0,0,0,.05);
}
.eh-tabsC__feature h4{
    margin:0 0 6px;
    color:var(--eh-black);
    font-size:22px;
    line-height:1.2;
    font-weight:800;
}
.eh-tabsC__feature p{
    margin:0;
    font-size:16px;
    line-height:1.6;
}
.eh-tabsC__media{
    position:relative;
    max-width:520px;
    margin-left:auto;
}
.eh-tabsC__media img{
    width:100%;
    display:block;
    object-fit:cover;
    min-height:420px;
}
.eh-tabsC__badge{
    position:absolute;
    left:-34px;
    bottom:-34px;
    width:108px;
    height:108px;
    border-radius:50%;
    background:var(--eh-accent);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:40px;
    box-shadow:0 10px 28px rgba(0,0,0,.12);
}
.eh-tabsC__badge::after{
    content:"";
    position:absolute;
    inset:-14px;
    border:1px dashed rgba(225,39,87,.55);
    border-radius:50%;
}
.eh-tabsC__decor-left,
.eh-tabsC__decor-right{
    position:absolute;
    opacity:.12;
    pointer-events:none;
}
.eh-tabsC__decor-left{
    left:0;
    bottom:16px;
    width:150px;
}
.eh-tabsC__decor-right{
    right:0;
    bottom:18px;
    width:150px;
}
@media (max-width:991px){
    .eh-tabsC{padding:70px 0;
	    padding: 70px 0;
    text-align: center;
	
	
	}
    .eh-tabsC__title{font-size:38px}
    .eh-tabsC__tab{font-size:17px; min-height:64px}
    .eh-tabsC__body{
        grid-template-columns:1fr;
        gap:34px;
    }
	
.eh-tabsC__feature {
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
    .eh-tabsC__media{
        max-width:100%;
        margin-left:0;
        order:2;
    }
    .eh-tabsC__content h3{font-size:34px}
    .eh-tabsC__features{grid-template-columns:1fr}
}
@media (max-width:640px){
    .eh-tabsC__wrap{
        width:min(100% - 24px, 1280px);
    }

    .eh-tabsC__title{font-size:31px}
    .eh-tabsC__tabbar{
        grid-template-columns:1fr;
        max-width:none;
    }
    .eh-tabsC__tab.is-active::after{display:none}
    .eh-tabsC__content h3{font-size:28px}
    .eh-tabsC__content p{font-size:16px}
    .eh-tabsC__feature h4{font-size:19px}
    .eh-tabsC__badge{
        width:84px;
        height:84px;
        font-size:30px;
        left:14px;
        bottom:14px;
    }
    .eh-tabsC__decor-left,
    .eh-tabsC__decor-right{
        width:95px;
    }
}

.eh-whyD{
    --eh-navy:#2a3d56;
    --eh-accent:#e12757;
    --eh-black:#000;
    --eh-white:#fff;
    --eh-soft:#f5f4f2;
    --eh-muted:#6f6f6f;
    padding:90px 0;
    background:var(--eh-soft);
    position:relative;
    overflow:hidden;
}
.eh-whyD *{box-sizing:border-box}
.eh-whyD__wrap{
    width:min(1280px, calc(100% - 32px));
    margin:0 auto;
    display:grid;
    grid-template-columns:1.05fr .95fr;
    gap:40px;
    align-items:start;
    position:relative;
    z-index:2;
}
.eh-whyD__content{
    position:relative;
    padding-right:20px;
}
.eh-whyD__eyebrow{
    margin:0 0 12px;
    color:var(--eh-accent);
    font-size:14px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.08em;
}
.eh-whyD__title{
    margin:0 0 18px;
    color:var(--eh-black);
    font-size:52px;
    line-height:1.08;
    font-weight:800;
    max-width:720px;
}
.eh-whyD__text{
    margin:0 0 28px;
    color:var(--eh-muted);
    font-size:18px;
    line-height:1.75;
    max-width:720px;
}
.eh-whyD__grid{
    display:grid;
    grid-template-columns:repeat(3, minmax(0,1fr));
    gap:8px;
    max-width:760px;
}
.eh-whyD__item{
    background:rgba(255,255,255,.7);
    min-height:136px;
    padding:22px 16px;
    text-align:center;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    transition:transform .2s ease, box-shadow .2s ease;
}
.eh-whyD__item:hover{
    transform:translateY(-3px);
    box-shadow:0 10px 24px rgba(0,0,0,.06);
}
.eh-whyD__icon{
    width:64px;
    height:64px;
    border-radius:50%;
    background:rgba(225,39,87,.08);
    color:var(--eh-accent);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    margin-bottom:14px;
}
.eh-whyD__label{
    color:var(--eh-black);
    font-size:16px;
    line-height:1.35;
    font-weight:800;
}
.eh-whyD__media{
    position:relative;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:22px;
    align-items:start;
}
.eh-whyD__media::before{
    content:"";
    position:absolute;
    left:-40px;
    top:-24px;
    width:140px;
    height:calc(100% + 48px);
    background:var(--eh-navy);
    clip-path:polygon(24% 0, 100% 0, 76% 100%, 0 100%);
    opacity:.95;
    z-index:0;
	border: 5px solid #e12757;
}
.eh-whyD__photo{
    position:relative;
    z-index:1;
}
.eh-whyD__photo img{
    width:100%;
    height:100%;
    min-height:500px;
    object-fit:cover;
    display:block;
}
.eh-whyD__video{
    position:relative;
    z-index:1;
    cursor:pointer;
    border:0;
    padding:0;
    background:none;
    display:block;
    width:100%;
    text-align:left;
}
.eh-whyD__video img{
    width:100%;
    min-height:500px;
    object-fit:cover;
    display:block;
	    box-shadow: 5px -5px 0px 0px #e12757;
    border-right: 10px solid #2a3d56;
    border-top: 10px solid #2a3d56;
}
.eh-whyD__play{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    width:108px;
    height:108px;
    border-radius:50%;
    background:rgba(255,255,255,.9);
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 10px 30px rgba(0,0,0,.12);
}
.eh-whyD__play::before{
    content:"";
    margin-left:6px;
    width:0;
    height:0;
    border-top:16px solid transparent;
    border-bottom:16px solid transparent;
    border-left:24px solid var(--eh-accent);
}
.eh-whyD__dotsA,
.eh-whyD__dotsB{
    position:absolute;
    width:100px;
    height:100px;
    background-image:radial-gradient(#bcbcbc 1.6px, transparent 1.6px);
    background-size:14px 14px;
    opacity:.65;
    pointer-events:none;
}
.eh-whyD__dotsA{
    left:10px;
    top:8px;
}
.eh-whyD__dotsB{
    right:20px;
    top:40px;
}
.eh-whyD__modal{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.8);
    display:none;
    align-items:center;
    justify-content:center;
    padding:24px;
    z-index:999999;
}
.eh-whyD__modal.is-open{
    display:flex;
}
.eh-whyD__modal-inner{
    position:relative;
    width:min(980px, 100%);
    background:#000;
}
.eh-whyD__modal-close{
    position:absolute;
    top:-14px;
    right:-14px;
    width:40px;
    height:40px;
    border:0;
    border-radius:50%;
    background:var(--eh-accent);
    color:#fff;
    font-size:22px;
    line-height:1;
    cursor:pointer;
    z-index:2;
}
.eh-whyD__modal video{
    width:100%;
    display:block;
    background:#000;
}
@media (max-width:1100px){
    .eh-whyD__wrap{
        grid-template-columns:1fr;
        gap:34px;
    }
    .eh-whyD__media{
        max-width:860px;
    }
    .eh-whyD__media::before{
        display:none;
    }
}
@media (max-width:767px){
    .eh-whyD{
        padding:70px 0;
		        text-align: center;
    }
    .eh-whyD__wrap{
        width:min(100% - 24px, 1280px);
    }
    .eh-whyD__title{
        font-size:34px;
    }
    .eh-whyD__text{
        font-size:16px;
    }
    .eh-whyD__grid{
        grid-template-columns:repeat(2, minmax(0,1fr));
    }
    .eh-whyD__media{
        grid-template-columns:1fr;
    }
    .eh-whyD__photo img,
    .eh-whyD__video img{
        min-height:320px;
    }
    .eh-whyD__play{
        width:86px;
        height:86px;
    }
    .eh-whyD__play::before{
        border-top-width:13px;
        border-bottom-width:13px;
        border-left-width:20px;
    }
}
@media (max-width:520px){
    .eh-whyD__grid{
        grid-template-columns:1fr;
    }
}

.eh-statsE{
    --eh-navy:#2a3d56;
    --eh-accent:#e12757;
    --eh-white:#fff;
    padding:0;
    background:linear-gradient(90deg, #1f2c3f 0%, #2a3d56 100%);
    position:relative;
    overflow:hidden;
}
.eh-statsE *{box-sizing:border-box}
.eh-statsE__wrap{
    width:min(1280px, calc(100% - 32px));
    margin:0 auto;
    padding:42px 0;
}
.eh-statsE__grid{
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:0;
}
.eh-statsE__item{
    text-align:center;
    padding:10px 24px;
    position:relative;
}
.eh-statsE__item:not(:last-child)::after{
    content:"";
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    width:1px;
    height:80px;
    background:rgba(255,255,255,.14);
}
.eh-statsE__icon{
    color:var(--eh-accent);
    font-size:34px;
    line-height:1;
    margin-bottom:16px;
}
.eh-statsE__value{
    color:var(--eh-white);
    font-size:52px;
    line-height:1;
    font-weight:800;
    margin-bottom:10px;
}
.eh-statsE__label{
    color:rgba(255,255,255,.92);
    font-size:20px;
    line-height:1.35;
    font-weight:600;
}
@media (max-width: 991px){
    .eh-statsE__grid{
        grid-template-columns:repeat(2, 1fr);
    }
    .eh-statsE__item:nth-child(2)::after{
        display:none;
    }
    .eh-statsE__item{
        padding:24px 18px;
    }
    .eh-statsE__item:nth-child(1),
    .eh-statsE__item:nth-child(2){
        border-bottom:1px solid rgba(255,255,255,.14);
    }
}
@media (max-width: 640px){
    .eh-statsE__wrap{
        width:min(100% - 24px, 1280px);
        padding:28px 0;
    }
    .eh-statsE__grid{
        grid-template-columns:1fr;
    }
    .eh-statsE__item{
        padding:22px 12px;
    }
    .eh-statsE__item::after{
        display:none !important;
    }
    .eh-statsE__item:not(:last-child){
        border-bottom:1px solid rgba(255,255,255,.14);
    }
    .eh-statsE__value{
        font-size:42px;
    }
    .eh-statsE__label{
        font-size:18px;
    }
}









.eh-50th{
    --eh-navy:#2a3d56;
    --eh-accent:#e12757;
    --eh-white:#fff;
    padding:0;
    background:linear-gradient(90deg, #1f2c3f 0%, #2a3d56 100%);
    position:relative;
    overflow:hidden;
	padding: 100px 0; 
}

.eh-50th p{
	color:white;
}
.eh-50th *{box-sizing:border-box}
.eh-50th__wrap{
    width:min(1280px, calc(100% - 32px));
    margin:0 auto;
    padding:42px 0;
}
.eh-50th__grid{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column; 
}
.eh-50th__item{
    text-align:center;
    padding:10px 24px;
    position:relative;
}
.eh-50th__item:not(:last-child)::after{
    content:"";
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    width:1px;
    height:80px;
    background:rgba(255,255,255,.14);
}
.eh-50th__icon{
    color:var(--eh-accent);
    font-size:34px;
    line-height:1;
    margin-bottom:16px;
}
.eh-50th__value{
    color:var(--eh-white);
    font-size:52px;
    line-height:1;
    font-weight:800;
    margin-bottom:10px;
}
.eh-50th__label{
    color:rgba(255,255,255,.92);
    font-size:20px;
    line-height:1.35;
    font-weight:600;
}
.eh-50th__btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:220px;
    min-height:54px;
    padding:0 28px;
    border-radius:999px;
    border:2px solid var(--eh-accent);
    background:var(--eh-accent);
    color:#fff;
    text-decoration:none;
    font-size:14px;
    font-weight:800;
    letter-spacing:.04em;
    text-transform:uppercase;
    cursor:pointer;
    transition:.2s ease;
}
.eh-50th__btn:hover{
    background:#c31d49;
    border-color:#c31d49;
    color:#fff;
}


@media (max-width: 991px){
    .eh-50th__grid{
        grid-template-columns:repeat(2, 1fr);
    }
    .eh-50th__item:nth-child(2)::after{
        display:none;
    }
    .eh-50th__item{
        padding:24px 18px;
    }
    .eh-50th__item:nth-child(1),
    .eh-50th__item:nth-child(2){
        border-bottom:1px solid rgba(255,255,255,.14);
    }
}
@media (max-width: 640px){
    .eh-50th__wrap{
        width:min(100% - 24px, 1280px);
        padding:28px 0;
    }
    .eh-50th__grid{
        grid-template-columns:1fr;
    }
    .eh-50th__item{
        padding:22px 12px;
    }
    .eh-50th__item::after{
        display:none !important;
    }
    .eh-50th__item:not(:last-child){
        border-bottom:1px solid rgba(255,255,255,.14);
    }
    .eh-50th__value{
        font-size:42px;
    }
    .eh-50th__label{
        font-size:18px;
    }
}
















.eh-reviewsF{
    --eh-navy:#2a3d56;
    --eh-accent:#e12757;
    --eh-black:#000;
    --eh-white:#fff;
    --eh-muted:#666;
    --eh-card:#ffffff;
    --eh-shadow:0 12px 30px rgba(0,0,0,.12);
    padding:90px 0;
    position:relative;
    background:
        linear-gradient(rgba(42,61,86,.82), rgba(42,61,86,.82)),
        url('/img/homepage/mr-electric-reviews.webp') center/cover no-repeat;
    overflow:hidden;
}
.eh-reviewsF *{box-sizing:border-box}
.eh-reviewsF__wrap{
    width:min(1280px, calc(100% - 32px));
    margin:0 auto;
    position:relative;
    z-index:2;
}
.eh-reviewsF__head{
    max-width:760px;
    margin:0 auto 34px;
    text-align:center;
}
.eh-reviewsF__eyebrow{
    margin:0 0 10px;
    color:#fff;
    opacity:.86;
    font-size:14px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.08em;
}
.eh-reviewsF__title{
    margin:0 0 12px;
    color:#fff;
    font-size:46px;
    line-height:1.1;
    font-weight:800;
}
.eh-reviewsF__intro{
    margin:0;
    color:rgba(255,255,255,.88);
    font-size:18px;
    line-height:1.75;
}
.eh-reviewsF__grid{
    display:grid;
    grid-template-columns:repeat(3, minmax(0,1fr));
    gap:24px;
}
.eh-reviewsF__card{
    display:flex;
    flex-direction:column;
    min-height:100%;
    background:rgba(255,255,255,.98);
    border-radius:18px;
    box-shadow:var(--eh-shadow);
    padding:24px;
}
.eh-reviewsF__top{
    display:flex;
    align-items:center;
    gap:14px;
    margin-bottom:14px;
}
.eh-reviewsF__avatar{
    width:52px;
    height:52px;
    border-radius:50%;
    background:var(--eh-accent);
    color:var(--eh-white);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    font-weight:800;
    flex:0 0 52px;
}
.eh-reviewsF__meta{
    min-width:0;
}
.eh-reviewsF__author{
    margin:0 0 4px;
    color:var(--eh-black);
    font-size:18px;
    line-height:1.2;
    font-weight:800;
}
.eh-reviewsF__sub{
    color:#777;
    font-size:13px;
    line-height:1.45;
}
.eh-reviewsF__stars{
    margin:2px 0 14px;
    color:#f5b301;
    font-size:18px;
    letter-spacing:2px;
    line-height:1;
}
.eh-reviewsF__body{
    color:#444;
    font-size:16px;
    line-height:1.7;
    flex:1 1 auto;
}
.eh-reviewsF__text{
    margin:0;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.eh-reviewsF__text.is-expanded{
    display:block;
    -webkit-line-clamp:unset;
    overflow:visible;
}
.eh-reviewsF__toggle{
    margin-top:12px;
    padding:0;
    border:0;
    background:none;
    color:var(--eh-accent);
    font-size:14px;
    font-weight:800;
    cursor:pointer;
    display:none;
}
.eh-reviewsF__toggle.is-visible{
    display:inline-block;
}
.eh-reviewsF__foot{
    margin-top:18px;
    padding-top:16px;
    border-top:1px solid #ececec;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
}
.eh-reviewsF__source{
    color:var(--eh-navy);
    font-size:14px;
    font-weight:700;
    text-decoration:none;
}
.eh-reviewsF__source:hover{
    color:var(--eh-accent);
}
.eh-reviewsF__time{
    color:#888;
    font-size:13px;
}
.eh-reviewsF__actions{
    margin-top:34px;
    text-align:center;
}
.eh-reviewsF__morebtn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:220px;
    min-height:54px;
    padding:0 28px;
    border-radius:999px;
    border:2px solid var(--eh-accent);
    background:var(--eh-accent);
    color:#fff;
    text-decoration:none;
    font-size:14px;
    font-weight:800;
    letter-spacing:.04em;
    text-transform:uppercase;
    cursor:pointer;
    transition:.2s ease;
}
.eh-reviewsF__morebtn:hover{
    background:#c31d49;
    border-color:#c31d49;
    color:#fff;
}
.eh-reviewsF__morebtn.eh-reviewsF__morebtn--outline{
    background:#fff;
    color:var(--eh-accent);
}
.eh-reviewsF__morebtn.eh-reviewsF__morebtn--outline:hover{
    background:var(--eh-accent);
    color:#fff;
}

@media (max-width: 991px){
    .eh-reviewsF{
        padding:70px 0;
    }
    .eh-reviewsF__grid{
        grid-template-columns:repeat(2, minmax(0,1fr));
    }
    .eh-reviewsF__title{
        font-size:38px;
    }
}
@media (max-width: 640px){
    .eh-reviewsF__wrap{
        width:min(100% - 24px, 1280px);
    }
    .eh-reviewsF__grid{
        grid-template-columns:1fr;
    }
    .eh-reviewsF__title{
        font-size:31px;
    }
    .eh-reviewsF__intro{
        font-size:16px;
    }
    .eh-reviewsF__card{
        padding:20px;
    }
}

.eh-faqG{
    --eh-navy:#2a3d56;
    --eh-accent:#e12757;
    --eh-black:#000;
    --eh-white:#fff;
    --eh-soft:#f6f6f4;
    --eh-muted:#666;
    padding:90px 0;
    background:var(--eh-soft);
}
.eh-faqG.eh-faqG--reverse .eh-faqG__content{
    order:2;
}
.eh-faqG.eh-faqG--reverse .eh-faqG__media{
    order:1;
}
@media (max-width: 991px){
    .eh-faqG.eh-faqG--reverse .eh-faqG__content,
    .eh-faqG.eh-faqG--reverse .eh-faqG__media{
        order:initial;
    }
}

.eh-faqG *{box-sizing:border-box}
.eh-faqG__wrap{
    width:min(1280px, calc(100% - 32px));
    margin:0 auto;
    display:grid;
    grid-template-columns:1.05fr .95fr;
    gap:40px;
    align-items:start;
}
.eh-faqG__eyebrow{
    margin:0 0 10px;
    color:var(--eh-accent);
    font-size:14px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.08em;
}
.eh-faqG__title{
    margin:0 0 14px;
    color:var(--eh-black);
    font-size:46px;
    line-height:1.1;
    font-weight:800;
}
.eh-faqG__intro{
    margin:0 0 28px;
    color:var(--eh-muted);
    font-size:18px;
    line-height:1.75;
    max-width:720px;
}
.eh-faqG__list{
    display:grid;
    gap:14px;
}
.eh-faqG__item{
    background:#fff;
    border:1px solid #ececec;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 8px 22px rgba(0,0,0,.04);
}
.eh-faqG__btn{
    width:100%;
    border:0;
    background:#fff;
    text-align:left;
    padding:20px 56px 20px 22px;
    color:var(--eh-black);
    font-size:19px;
    line-height:1.35;
    font-weight:800;
    cursor:pointer;
    position:relative;
}
.eh-faqG__btn::after{
    content:"+";
    position:absolute;
    right:20px;
    top:50%;
    transform:translateY(-50%);
    color:var(--eh-accent);
    font-size:28px;
    font-weight:700;
    line-height:1;
}
.eh-faqG__item.is-open .eh-faqG__btn{
    background:#fbfbfb;
}
.eh-faqG__item.is-open .eh-faqG__btn::after{
    content:"–";
}
.eh-faqG__panel{
    display:none;
    padding:0 22px 22px;
}
.eh-faqG__item.is-open .eh-faqG__panel{
    display:block;
}
.eh-faqG__answer{
    color:#444;
    font-size:16px;
    line-height:1.75;
}
.eh-faqG__answer p{
    margin:0 0 12px;
}
.eh-faqG__answer ul{
    margin:0 0 12px;
    padding:0;
    list-style:none;
}
.eh-faqG__answer li{
    position:relative;
    padding-left:24px;
    margin:0 0 8px;
}
.eh-faqG__answer li::before{
    content:"•";
    position:absolute;
    left:8px;
    top:0;
    color:var(--eh-accent);
    font-weight:800;
}
.eh-faqG__links{
    display:flex;
    flex-wrap:wrap;
    gap:10px 14px;
    margin-top:8px;
}
.eh-faqG__answer a {
	color:#e12757; font-weight: 600;
}
.eh-faqG__links a{
    color:var(--eh-navy);
    font-size:14px;
    font-weight:800;
    text-decoration:none;
}
.eh-faqG__links a:hover{
    color:var(--eh-accent);
}
.eh-faqG__media{
    position:sticky;
    top:120px;
}
.eh-faqG__media-box{
    position:relative;
    overflow:hidden;
    border-radius:20px;
    box-shadow:0 16px 36px rgba(0,0,0,.10);
}
.eh-faqG__media-box img{
    width:100%;
    display:block;
    min-height:760px;
    object-fit:cover;
}
.eh-faqG__media-badge{
    position:absolute;
    left:22px;
    bottom:22px;
    background:rgba(42,61,86,.92);
    color:#fff;
    padding:16px 18px;
    border-radius:14px;
    max-width:260px;
}
.eh-faqG__media-badge strong{
    display:block;
    margin-bottom:6px;
    font-size:18px;
}
.eh-faqG__media-badge span{
    display:block;
    font-size:14px;
    line-height:1.5;
    color:rgba(255,255,255,.88);
}
@media (max-width: 991px){
    .eh-faqG{
        padding:70px 0;text-align: center;
		
    }
    .eh-faqG__wrap{
        grid-template-columns:1fr;
    }
    .eh-faqG__title{
        font-size:36px;
    }
    .eh-faqG__intro{
        font-size:16px;
    }
    .eh-faqG__media{
        position:static;
    }
    .eh-faqG__media-box img{
        min-height:420px;
    }
	
.eh-contactWrapJ__point {
    justify-content: center;
    line-height: 1.6;
}
	
}
@media (max-width: 640px){
    .eh-faqG__wrap{
        width:min(100% - 24px, 1280px);
    }
    .eh-faqG__title{
        font-size:30px;
    }
    .eh-faqG__btn{
        font-size:17px;
        padding:18px 50px 18px 18px;
    }
    .eh-faqG__panel{
        padding:0 18px 18px;
    }
}

/**** About Section ****/
.eh-aboutHeroN{
    position:relative;
    padding:170px 0 120px;
    background:url('/img/homepage/mr-electric-reviews.webp') top/cover no-repeat;
    overflow:hidden;
}
.eh-aboutHeroN__overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(90deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.56) 45%, rgba(42,61,86,.42) 100%);
}
.eh-aboutHeroN__wrap{
    position:relative;
    z-index:2;
    width:min(1280px, calc(100% - 32px));
    margin:0 auto;
    display:grid;
    grid-template-columns:1.1fr .9fr;
    gap:40px;
    align-items:end;
}
.eh-aboutHeroN__content{
    max-width:760px;
    color:#fff;
}
.eh-aboutHeroN__eyebrow{
    margin:0 0 12px;
    color:#fff;
    opacity:.9;
    font-size:14px;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
}
.eh-aboutHeroN__title{
    margin:0 0 18px;
    font-size:60px;
    line-height:1.04;
    font-weight:800;
    color:#fff;
}
.eh-aboutHeroN__text{
    margin:0 0 28px;
    color:rgba(255,255,255,.88);
    font-size:18px;
    line-height:1.8;
}
.eh-aboutHeroN__actions{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
}
.eh-aboutHeroN__btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:54px;
    padding:0 26px;
    border-radius:999px;
    text-decoration:none;
    font-size:14px;
    font-weight:800;
    letter-spacing:.04em;
    text-transform:uppercase;
    transition:.2s ease;
}
.eh-aboutHeroN__btn--primary{
    background:#e12757;
    border:2px solid #e12757;
    color:#fff;
}
.eh-aboutHeroN__btn--primary:hover{
    background:#c71f4d;
    border-color:#c71f4d;
    color:#fff;
}
.eh-aboutHeroN__btn--ghost{
    background:transparent;
    border:2px solid rgba(255,255,255,.45);
    color:#fff;
}
.eh-aboutHeroN__btn--ghost:hover{
    background:#fff;
    color:#2a3d56;
    border-color:#fff;
}
.eh-aboutHeroN__legend{
    justify-self:end;
    width:min(360px, 100%);
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.12);
    backdrop-filter:blur(8px);
    border-radius:22px;
    padding:24px;
}
.eh-aboutHeroN__legendTitle{
    margin:0 0 14px;
    color:#fff;
    font-size:18px;
    font-weight:800;
}
.eh-aboutHeroN__legendLinks{
    display:grid;
    gap:10px;
}
.eh-aboutHeroN__legendLinks a{
    color:rgba(255,255,255,.88);
    text-decoration:none;
    font-size:16px;
    font-weight:700;
}
.eh-aboutHeroN__legendLinks a:hover{
    color:#fff;
}
@media (max-width:991px){
    .eh-aboutHeroN{
        padding:140px 0 90px;
    }
    .eh-aboutHeroN__wrap{
    grid-template-columns: 1fr;
    text-align: center;
    }
.eh-aboutHeroN__actions {
    justify-content: center;
}
    .eh-aboutHeroN__title{
        font-size:42px;
    }
    .eh-aboutHeroN__legend{
        justify-self:center;
    }
}
@media (max-width:640px){
    .eh-aboutHeroN__wrap{
        width:min(100% - 24px, 1280px);
    }
    .eh-aboutHeroN__title{
        font-size:34px;
    }
    .eh-aboutHeroN__text{
        font-size:16px;
    }
}

.eh-aboutProcessN{
    padding:90px 0;
            background: linear-gradient(#dbeafec9, #dbeafec9), url(/img/homepage/commercial-electrical-01.webp) center / cover no-repeat;
    background-attachment: fixed;
}
.eh-aboutProcessN__wrap{
    width:min(1280px, calc(100% - 32px));
    margin:0 auto;
}
.eh-aboutProcessN__head{
    max-width:760px;
    margin:0 auto 34px;
    text-align:center;
}
.eh-aboutProcessN__eyebrow{
    margin:0 0 10px;
    color:#e12757;
    font-size:14px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.08em;
}
.eh-aboutProcessN__title{
    margin:0 0 14px;
    color:#000;
    font-size:46px;
    line-height:1.1;
    font-weight:800;
}
.eh-aboutProcessN__text{
    margin:0;
    color:#666;
    font-size:18px;
    line-height:1.75;
}
.eh-aboutProcessN__grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}
.eh-aboutProcessN__card{
    position:relative;
    background:#f6f6f4;
    border:1px solid #ececec;
    border-radius:22px;
    padding:30px 26px 26px;
    text-align:center;
    transition:.2s ease;
}
.eh-aboutProcessN__card:hover{
    transform:translateY(-5px);
    box-shadow:0 14px 30px rgba(0,0,0,.06);
}
.eh-aboutProcessN__num{
    position:absolute;
    top:18px;
    right:18px;
    color:rgba(42,61,86,.14);
    font-size:38px;
    font-weight:800;
}
.eh-aboutProcessN__icon{
    width:74px;
    height:74px;
    margin:0 auto 16px;
    border-radius:50%;
    background:#e12757;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
}
.eh-aboutProcessN__card h3{
    margin:0 0 12px;
    color:#000;
    font-size:24px;
    line-height:1.2;
    font-weight:800;
}
.eh-aboutProcessN__card p{
    margin:0;
    color:#666;
    font-size:16px;
    line-height:1.7;
}
@media (max-width:991px){
    .eh-aboutProcessN{
        padding:70px 0;
    }

 
    .eh-aboutProcessN__grid{
        grid-template-columns:1fr;
    }
    .eh-aboutProcessN__title{
        font-size:36px;
    }
}
@media (max-width:640px){
    .eh-aboutProcessN__wrap{
        width:min(100% - 24px, 1280px);
    }
    .eh-aboutProcessN__title{
        font-size:30px;
    }
    .eh-aboutProcessN__text{
        font-size:16px;
    }
}

.eh-aboutServicesN{
    padding:90px 0;
    background:#f6f6f4;
}
.eh-aboutServicesN__wrap{
    width:min(1280px, calc(100% - 32px));
    margin:0 auto;
}
.eh-aboutServicesN__head{
    max-width:760px;
    margin:0 auto 34px;
    text-align:center;
}
.eh-aboutServicesN__eyebrow{
    margin:0 0 10px;
    color:#e12757;
    font-size:14px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.08em;
}
.eh-aboutServicesN__title{
    margin:0 0 14px;
    color:#000;
    font-size:46px;
    line-height:1.1;
    font-weight:800;
}
.eh-aboutServicesN__text{
    margin:0;
    color:#666;
    font-size:18px;
    line-height:1.75;
}
.eh-aboutServicesN__viewport{
    overflow:hidden;
}
.eh-aboutServicesN__track{
    display:flex;
    gap:24px;
    transition:transform .35s ease;
}
.eh-aboutServicesN__card{
    flex:0 0 calc(33.333% - 16px);
    background:#fff;
    border-radius:0;
    overflow:hidden;
    position:relative;
    text-align:center;
    transition:.25s ease;
}
.eh-aboutServicesN__card:hover{
    transform:translateY(-4px);
    box-shadow:0 14px 30px rgba(0,0,0,.07);
}
.eh-aboutServicesN__image img{
    width:100%;
    height:220px;
    object-fit:cover;
    display:block;
}
.eh-aboutServicesN__badge{
    width:96px;
    height:96px;
    border-radius:50%;
    background:#f3e6dc;
    border:6px solid #fff;
    color:#e12757;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
    margin:-48px auto 0;
    position:relative;
    z-index:2;
    transition:.25s ease;
}
.eh-aboutServicesN__card.is-featured .eh-aboutServicesN__badge,
.eh-aboutServicesN__card:hover .eh-aboutServicesN__badge{
    background:#e12757;
    color:#fff;
}
.eh-aboutServicesN__body{
    padding:24px 24px 28px;
}
.eh-aboutServicesN__body h3{
    margin:0 0 14px;
    color:#000;
    font-size:24px;
    line-height:1.2;
    font-weight:800;
}
.eh-aboutServicesN__body p{
    margin:0 0 20px;
    color:#666;
    font-size:16px;
    line-height:1.7;
}
.eh-aboutServicesN__body a{
    display:inline-block;
    color:#000;
    text-decoration:none;
    font-size:14px;
    font-weight:800;
    letter-spacing:.04em;
    text-transform:uppercase;
}
.eh-aboutServicesN__body a:hover{
    color:#e12757;
}
.eh-aboutServicesN__dots{
    display:flex;
    justify-content:center;
    gap:10px;
    margin-top:24px;
}
.eh-aboutServicesN__dot{
    width:12px;
    height:12px;
    border-radius:50%;
    border:0;
    background:#d4d4d4;
    cursor:pointer;
}
.eh-aboutServicesN__dot.is-active{
    background:#e12757;
}
@media (max-width:991px){
    .eh-aboutServicesN{
        padding:70px 0;
    }
    .eh-aboutServicesN__title{
        font-size:36px;
    }
    .eh-aboutServicesN__card{
        flex:0 0 calc(50% - 12px);
    }
}
@media (max-width:640px){
    .eh-aboutServicesN__wrap{
        width:min(100% - 24px, 1280px);
    }
    .eh-aboutServicesN__title{
        font-size:30px;
    }
    .eh-aboutServicesN__text{
        font-size:16px;
    }
    .eh-aboutServicesN__card{
        flex:0 0 100%;
    }
}

.eh-awardsO{
    padding:90px 0;
    background:#f6f6f4;
}
.eh-awardsO *{
    box-sizing:border-box;
}
.eh-awardsO__wrap{
    width:min(1280px, calc(100% - 32px));
    margin:0 auto;
}
.eh-awardsO__head{
    max-width:820px;
    margin:0 auto 38px;
    text-align:center;
}
.eh-awardsO__eyebrow{
    margin:0 0 10px;
    color:#e12757;
    font-size:14px;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
}
.eh-awardsO__title{
    margin:0 0 14px;
    color:#000;
    font-size:46px;
    line-height:1.1;
    font-weight:800;
}
.eh-awardsO__text{
    margin:0;
    color:#666;
    font-size:18px;
    line-height:1.75;
}
.eh-awardsO__grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:28px;
}
.eh-awardsO__card{
    background:#fff;
    border:1px solid #ececec;
    border-radius:22px;
    overflow:hidden;
    box-shadow:0 12px 28px rgba(0,0,0,.05);
    transition:transform .25s ease, box-shadow .25s ease;
}
.eh-awardsO__card:hover{
    transform:translateY(-5px);
    box-shadow:0 16px 34px rgba(0,0,0,.08);
}
.eh-awardsO__imageWrap{
    min-height:300px;
    padding:26px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
}
.eh-awardsO__image{
    max-width:100%;
    max-height:280px;
    width:auto;
    height:auto;
    display:block;
}
.eh-awardsO__body{
    padding:24px 24px 28px;
    text-align:center;
    border-top:1px solid #f0f0f0;
}
.eh-awardsO__body h3{
    margin:0 0 12px;
    color:#2a3d56;
    font-size:24px;
    line-height:1.2;
    font-weight:800;
}
.eh-awardsO__body p{
    margin:0;
    color:#666;
    font-size:16px;
    line-height:1.7;
}
.eh-awardsO__foot{
    margin-top:28px;
    text-align:center;
}
.eh-awardsO__foot p{
    margin:0;
    color:#2a3d56;
    font-size:16px;
    line-height:1.6;
    font-weight:700;
}
@media (max-width: 991px){
    .eh-awardsO{
        padding:70px 0;
    }
    .eh-awardsO__title{
        font-size:36px;
    }
    .eh-awardsO__text{
        font-size:16px;
    }
    .eh-awardsO__grid{
        grid-template-columns:1fr;
    }
    .eh-awardsO__imageWrap{
        min-height:260px;
    }
}
@media (max-width: 640px){
    .eh-awardsO__wrap{
        width:min(100% - 24px, 1280px);
    }
    .eh-awardsO__title{
        font-size:30px;
    }
    .eh-awardsO__body h3{
        font-size:22px;
    }
}

/**** Services Section ****/
.eh-hubPageP{
    position:relative;
    padding:350px 0 200px;
    overflow:hidden;
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
}
.eh-hubPageP--residential{
    background-image:url('/img/homepage/residential-electrical-01.webp');
}
.eh-hubPageP--commercial{
    background-image:url('/img/homepage/commercial-electrical-01.webp');
}
.eh-hubPageP__overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(90deg, rgba(0,0,0,.74) 0%, rgba(0,0,0,.56) 45%, rgba(42,61,86,.32) 100%);
}
.eh-hubPageP__wrap{
    position:relative;
    z-index:2;
    width:min(1280px, calc(100% - 32px));
    margin:0 auto;
}
.eh-hubPageP__content{
    max-width:760px;
    color:#fff;
}
.eh-hubPageP__eyebrow{
    margin:0 0 12px;
    color:#fff;
    opacity:.88;
    font-size:14px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.08em;
}
.eh-hubPageP__title{
    margin:0 0 18px;
    color:#fff;
    font-size:60px;
    line-height:1.04;
    font-weight:800;
}
.eh-hubPageP__text{
    margin:0 0 28px;
    color:rgba(255,255,255,.88);
    font-size:18px;
    line-height:1.8;
    max-width:680px;
}
.eh-hubPageP__actions{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
}
.eh-hubPageP__btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:54px;
    padding:0 26px;
    border-radius:999px;
    text-decoration:none;
    font-size:14px;
    font-weight:800;
    letter-spacing:.04em;
    text-transform:uppercase;
    transition:.2s ease;
}
.eh-hubPageP__btn--primary{
    background:#e12757;
    border:2px solid #e12757;
    color:#fff;
}
.eh-hubPageP__btn--primary:hover{
    background:#c71f4d;
    border-color:#c71f4d;
    color:#fff;
}
.eh-hubPageP__btn--ghost{
    background:transparent;
    border:2px solid rgba(255,255,255,.4);
    color:#fff;
}
.eh-hubPageP__btn--ghost:hover{
    background:#fff;
    border-color:#fff;
    color:#2a3d56;
}
@media (max-width:991px){
    .eh-hubPageP{
        padding:140px 0 90px;
    }
    .eh-hubPageP__title{
        font-size:42px;
    }
    .eh-hubPageP__wrap{
        width:min(100% - 24px, 1280px);
		text-align:center;
	}
.eh-hubPageP__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
}
	
}
@media (max-width:640px){
    .eh-hubPageP__wrap{
        width:min(100% - 24px, 1280px);
    }
    .eh-hubPageP__title{
        font-size:34px;
    }
    .eh-hubPageP__text{
        font-size:16px;
    }
}

.eh-hubServicesP{
    padding:90px 0;
    background:#fff;
}
.eh-hubServicesP__wrap{
    width:min(1280px, calc(100% - 32px));
    margin:0 auto;
}
.eh-hubServicesP__head{
    max-width:760px;
    margin:0 auto 34px;
    text-align:center;
}
.eh-hubServicesP__eyebrow{
    margin:0 0 10px;
    color:#e12757;
    font-size:14px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.08em;
}
.eh-hubServicesP__title{
    margin:0 0 14px;
    color:#000;
    font-size:46px;
    line-height:1.1;
    font-weight:800;
}
.eh-hubServicesP__text{
    margin:0;
    color:#666;
    font-size:18px;
    line-height:1.75;
}
.eh-hubServicesP__grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
}
.eh-hubServicesP__card{
    background:#fff;
    border:1px solid #ececec;
    border-radius:22px;
    overflow:hidden;
    transition:transform .25s ease, box-shadow .25s ease;
}
.eh-hubServicesP__card:hover{
    transform:translateY(-5px);
    box-shadow:0 16px 34px rgba(0,0,0,.08);
}
.eh-hubServicesP__link{
    display:block;
    color:inherit;
    text-decoration:none;
}
.eh-hubServicesP__image img{
    width:100%;
    height:240px;
    object-fit:cover;
    display:block;
}
.eh-hubServicesP__body{
    padding:24px;
}
.eh-hubServicesP__body h3{
    margin:0 0 12px;
    color:#2a3d56;
    font-size:26px;
    line-height:1.2;
    font-weight:800;
}
.eh-hubServicesP__body p{
    margin:0 0 18px;
    color:#666;
    font-size:16px;
    line-height:1.7;
}
.eh-hubServicesP__body span{
    display:inline-block;
    color:#e12757;
    font-size:14px;
    font-weight:800;
    letter-spacing:.04em;
    text-transform:uppercase;
}
@media (max-width:991px){
    .eh-hubServicesP{
        padding:70px 0;
    }
    .eh-hubServicesP__title{
        font-size:36px;
    }
    .eh-hubServicesP__grid{
        grid-template-columns:repeat(2,1fr);
    }
.eh-hubServicesP__body {
    padding: 24px;
    text-align: center;
}
	
}
@media (max-width:640px){
    .eh-hubServicesP__wrap{
        width:min(100% - 24px, 1280px);
    }
    .eh-hubServicesP__title{
        font-size:30px;
    }
    .eh-hubServicesP__text{
        font-size:16px;
    }
    .eh-hubServicesP__grid{
        grid-template-columns:1fr;
    }
}


.eh-serviceHeroQ{
    position:relative;
    padding:300px 0 150px;
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    overflow:hidden;
}
.eh-serviceHeroQ--repairs{
    background-image:url('/img/homepage/electrical-repairs-01.webp');
}
.eh-serviceHeroQ--installations{
    background-image:url('/img/homepage/electrical-upgrades-01.webp');
}
.eh-serviceHeroQ--maintenance{
    background-image:url('/img/homepage/electrical-maintenance-01.webp');
}
.eh-serviceHeroQ--inspections{
    background-image:url('/img/homepage/electrical-inspections-01.webp');
}
.eh-serviceHeroQ--emergency{
    background-image:url('/img/homepage/electrical-replacements-01.webp');
}
.eh-serviceHeroQ--recertification{
    background-image:url('/img/homepage/panel-recertification-01.webp');
}
.eh-serviceHeroQ--commercial-installations{
    background-image:url('/img/homepage/commercial-electrical-installation-01.webp');
}
.eh-serviceHeroQ--commercial-maintenance{
    background-image:url('/img/homepage/commercial-electrical-maintenance-01.jpeg');
}
.eh-serviceHeroQ--commercial-inspections{
    background-image:url('/img/homepage/commercial-electrical-inspection-01.jpeg');
}
.eh-serviceHeroQ--faq{
    background-image:url('/img/homepage/florida-condo-01.jpg');
}
.eh-serviceHeroQ__overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(90deg, rgba(0,0,0,.76) 0%, rgba(0,0,0,.58) 45%, rgba(42,61,86,.38) 100%);
}
.eh-serviceHeroQ__wrap{
    position:relative;
    z-index:2;
    width:min(1280px, calc(100% - 32px));
    margin:0 auto;
    display:grid;
    grid-template-columns:1.08fr .92fr;
    gap:40px;
    align-items:end;
}
.eh-serviceHeroQ__content{
    max-width:760px;
    color:#fff;
}
.eh-serviceHeroQ__eyebrow{
    margin:0 0 12px;
    color:#e12757;
    opacity:.9;
    font-size:14px;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
}
.eh-serviceHeroQ__title{
    margin:0 0 18px;
    color:#fff;
    font-size:58px;
    line-height:1.05;
    font-weight:800;
}
.eh-serviceHeroQ__text{
    margin:0 0 22px;
    color:rgba(255,255,255,.88);
    font-size:18px;
    line-height:1.8;
}
.eh-serviceHeroQ__bullets{
    list-style:none;
    margin:0 0 28px;
    padding:0;
    display:grid;
    gap:10px;
}
.eh-serviceHeroQ__bullets li{
    position:relative;
    padding-left:24px;
    color:#fff;
    font-size:16px;
    line-height:1.6;
    font-weight:600;
}
.eh-serviceHeroQ__bullets li::before{
    content:"•";
    position:absolute;
    left:6px;
    top:0;
    color:#e12757;
    font-size:20px;
    line-height:1.2;
}
.eh-serviceHeroQ__actions{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
}
.eh-serviceHeroQ__btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:54px;
    padding:0 26px;
    border-radius:999px;
    text-decoration:none;
    font-size:14px;
    font-weight:800;
    letter-spacing:.04em;
    text-transform:uppercase;
    transition:.2s ease;
}
.eh-serviceHeroQ__btn--primary{
    background:#e12757;
    border:2px solid #e12757;
    color:#fff;
}
.eh-serviceHeroQ__btn--primary:hover{
    background:#c71f4d;
    border-color:#c71f4d;
    color:#fff;
}
.eh-serviceHeroQ__btn--ghost{
    background:transparent;
    border:2px solid rgba(255,255,255,.42);
    color:#fff;
}
.eh-serviceHeroQ__btn--ghost:hover{
    background:#fff;
    border-color:#fff;
    color:#2a3d56;
}
.eh-serviceHeroQ__legend{
    justify-self:end;
    width:min(360px, 100%);
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.12);
    backdrop-filter:blur(8px);
    border-radius:22px;
    padding:24px;
}
.eh-serviceHeroQ__legendTitle{
    margin:0 0 14px;
    color:#fff;
    font-size:18px;
    font-weight:800;
}
.eh-serviceHeroQ__legendLinks{
    display:grid;
    gap:10px;
}
.eh-serviceHeroQ__legendLinks a{
    color:rgba(255,255,255,.88);
    text-decoration:none;
    font-size:16px;
    font-weight:700;
}
.eh-serviceHeroQ__legendLinks a:hover{
    color:#fff;
}
@media (max-width:991px){
    .eh-serviceHeroQ{
        padding:140px 0 90px;
    }
    .eh-serviceHeroQ__wrap{
    grid-template-columns: 1fr;
    text-align: center;
    }
	
	.eh-serviceHeroQ__content {
    max-width: 100%;
    color: #fff;
}
    .eh-serviceHeroQ__title{
        font-size:42px;
    }
    .eh-serviceHeroQ__legend{
        justify-self:center;
    }
	
.eh-serviceHeroQ__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
}
	
}
@media (max-width:640px){
    .eh-serviceHeroQ__wrap{
        width:min(100% - 24px, 1280px);
    }
    .eh-serviceHeroQ__title{
        font-size:34px;
    }
    .eh-serviceHeroQ__text{
        font-size:16px;
    }
}

.eh-serviceProcessQ{
    position:relative;
    padding:90px 0;
    background:url('/img/homepage/electrical-upgrades-01.webp') center/cover no-repeat;
    overflow:hidden;
}
.eh-serviceProcessQ__overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(180deg, rgba(42,61,86,.90) 0%, rgba(42,61,86,.85) 100%);
}
.eh-serviceProcessQ__wrap{
    position:relative;
    z-index:2;
    width:min(1280px, calc(100% - 32px));
    margin:0 auto;
}
.eh-serviceProcessQ__head{
    max-width:800px;
    margin:0 auto 36px;
    text-align:center;
}
.eh-serviceProcessQ__eyebrow{
    margin:0 0 10px;
    color:#e12757;
    opacity:.88;
    font-size:14px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.08em;
}
.eh-serviceProcessQ__title{
    margin:0 0 14px;
    color:#fff;
    font-size:46px;
    line-height:1.1;
    font-weight:800;
}
.eh-serviceProcessQ__text{
    margin:0;
    color:rgba(255,255,255,.86);
    font-size:18px;
    line-height:1.75;
}
.eh-serviceProcessQ__stack{
    display:grid;
    gap:28px;
}
.eh-serviceProcessQ__card{
    position:relative;
    width:min(980px, 100%);
    min-height:280px;
    border-radius:32px;
    overflow:hidden;
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    box-shadow:0 18px 40px rgba(0,0,0,.14);
}
.eh-serviceProcessQ__card--left{
    justify-self:start;
}
.eh-serviceProcessQ__card--right{
    justify-self:end;
}
.eh-serviceProcessQ__cardOverlay{
    position:absolute;
    inset:0;
    background:linear-gradient(90deg, rgba(255,255,255,.94) 0%, rgba(255,255,255,.88) 50%, rgba(255,255,255,.80) 100%);
}
.eh-serviceProcessQ__inner{
    position:relative;
    z-index:2;
    padding:42px 44px;
    max-width:700px;
}
.eh-serviceProcessQ__step{
    margin:0 0 10px;
    color:#e12757;
    font-size:56px;
    line-height:1;
    font-weight:800;
}
.eh-serviceProcessQ__inner h3{
    margin:0 0 14px;
    color:#2a3d56;
    font-size:40px;
    line-height:1.12;
    font-weight:800;
}
.eh-serviceProcessQ__inner p{
    margin:0;
    color:#666;
    font-size:18px;
    line-height:1.8;
    max-width:640px;
}
@media (max-width:991px){
    .eh-serviceProcessQ{
        padding:70px 0;
    }
    .eh-serviceProcessQ__title{
        font-size:36px;
    }
    .eh-serviceProcessQ__text{
        font-size:16px;
    }
    .eh-serviceProcessQ__card{
        min-height:240px;
    }
    .eh-serviceProcessQ__inner{
        padding:32px 28px;
        max-width:none;
    }
    .eh-serviceProcessQ__step{
        font-size:44px;
    }
    .eh-serviceProcessQ__inner h3{
        font-size:30px;
    }
    .eh-serviceProcessQ__inner p{
        font-size:16px;
    }
}
@media (max-width:640px){
    .eh-serviceProcessQ__wrap{
        width:min(100% - 24px, 1280px);
    }
    .eh-serviceProcessQ__title{
        font-size:30px;
    }
    .eh-serviceProcessQ__card{
        min-height:220px;
        border-radius:22px;
    }
    .eh-serviceProcessQ__inner{
        padding:24px 20px;
    }
    .eh-serviceProcessQ__step{
        font-size:36px;
    }
    .eh-serviceProcessQ__inner h3{
        font-size:24px;
    }
}

.eh-repairGridX{
    padding:90px 0;
    background:#fff;
}
.eh-repairGridX__wrap{
    width:min(1200px, calc(100% - 32px));
    margin:0 auto;
}
.eh-repairGridX__head{
    text-align:center;
    max-width:720px;
    margin:0 auto 50px;
}
.eh-repairGridX__eyebrow{
    color:#e12757;
    font-weight:800;
    text-transform:uppercase;
    font-size:14px;
}
.eh-repairGridX__title{
    font-size:42px;
    color:#2a3d56;
    margin:10px 0;
	font-weight: 800;
}
.eh-repairGridX__text{
    color:#777;
    font-size:18px;
}

.eh-repairGridX__grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:24px;
}

/* CARD */
.eh-repairGridX__card{
    perspective:1000px;
}
.eh-repairGridX__inner{
    position:relative;
    width:100%;
    height:260px;
    transition:transform .6s;
    transform-style:preserve-3d;
}
.eh-repairGridX__card:hover .eh-repairGridX__inner{
    transform:rotateY(180deg);
}

/* FRONT */
.eh-repairGridX__front,
.eh-repairGridX__back{
    position:absolute;
    inset:0;
    border-radius:18px;
    padding:30px;
    backface-visibility:hidden;
}

.eh-repairGridX__front{
    background:#2a3d56;
    color:#fff;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
}

.eh-repairGridX__card h3 {
	font-weight: 600;
}

.eh-repairGridX__front i{
    font-size:36px;
    margin-bottom:14px;
    color:#e12757;
}

/* BACK */
.eh-repairGridX__back{
    background:#fff;
    border:1px solid #eee;
    transform:rotateY(180deg);
}
.eh-repairGridX__back h4{
    margin-bottom:10px;
    color:#2a3d56; font-weight: 600;
}
.eh-repairGridX__back p{
    font-size:17px;
    color:#777;
}
.eh-repairGridX__back ul{
  
    padding-left:18px; color: #e12757;
    font-size:15px;     line-height: 25px;
    margin-top: -10px;

}

/* MOBILE */
@media (max-width:991px){
    .eh-repairGridX__grid{
        grid-template-columns:repeat(2,1fr);
    }
.eh-repairGridX__title {
    font-size: 2rem;
}
	
}
@media (max-width:600px){
    .eh-repairGridX__grid{
        grid-template-columns:1fr;
    }
}

.eh-affiliateRecertR{
    padding:90px 0;
    background:#f6f6f4;
}
.eh-affiliateRecertR *{
    box-sizing:border-box;
}
.eh-affiliateRecertR__wrap{
    width:min(1280px, calc(100% - 32px));
    margin:0 auto;
    display:grid;
    grid-template-columns:1.1fr .9fr;
    gap:34px;
    align-items:center;
}
.eh-affiliateRecertR__eyebrow{
    margin:0 0 10px;
    color:#e12757;
    font-size:14px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.08em;
}
.eh-affiliateRecertR__title{
    margin:0 0 16px;
    color:#000;
    font-size:46px;
    line-height:1.1;
    font-weight:800;
}
.eh-affiliateRecertR__text{
    margin:0 0 16px;
    color:#666;
    font-size:17px;
    line-height:1.8;
}
.eh-affiliateRecertR__actions{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-top:24px;
}
.eh-affiliateRecertR__btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:54px;
    padding:0 26px;
    border-radius:999px;
    text-decoration:none;
    font-size:14px;
    font-weight:800;
    letter-spacing:.04em;
    text-transform:uppercase;
    transition:.2s ease;
}
.eh-affiliateRecertR__btn--primary{
    background:#e12757;
    border:2px solid #e12757;
    color:#fff;
}
.eh-affiliateRecertR__btn--primary:hover{
    background:#c71f4d;
    border-color:#c71f4d;
    color:#fff;
}
.eh-affiliateRecertR__btn--ghost{
    background:transparent;
    border:2px solid #2a3d56;
    color:#2a3d56;
}
.eh-affiliateRecertR__btn--ghost:hover{
    background:#2a3d56;
    color:#fff;
}
.eh-affiliateRecertR__card{
    background:#2a3d56;
    border-radius:24px;
    color:#fff;
    box-shadow:0 16px 36px rgba(0,0,0,.08);
}
.eh-affiliateRecertR__cardInner{
    padding:32px;
}
.eh-affiliateRecertR__miniEyebrow{
    margin:0 0 10px;
    color:rgba(255,255,255,.82);
    font-size:13px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.08em;
}
.eh-affiliateRecertR__card h3{
    margin:0 0 16px;
    font-size:30px;
    line-height:1.15;
    font-weight:800;
}
.eh-affiliateRecertR__card ul{
    list-style:none;
    margin:0;
    padding:0;
}
.eh-affiliateRecertR__card li{
    position:relative;
    padding-left:24px;
    margin:0 0 12px;
    color:rgba(255,255,255,.9);
    font-size:16px;
    line-height:1.65;
}
.eh-affiliateRecertR__card li::before{
    content:"•";
    position:absolute;
    left:6px;
    top:0;
    color:#e12757;
    font-size:20px;
}
@media (max-width:991px){
    .eh-affiliateRecertR{
    padding: 70px 0;
    text-align: center;
    }
	
.eh-affiliateRecertR__actions {
    justify-content: center;
}
    .eh-affiliateRecertR__wrap{
        grid-template-columns:1fr;
    }
    .eh-affiliateRecertR__title{
        font-size:36px;
    }
}
@media (max-width:640px){
    .eh-affiliateRecertR__wrap{
        width:min(100% - 24px, 1280px);
    }
    .eh-affiliateRecertR__title{
        font-size:30px;
    }
    .eh-affiliateRecertR__text{
        font-size:16px;
    }
    .eh-affiliateRecertR__cardInner{
        padding:24px;
    }
    .eh-affiliateRecertR__card h3{
        font-size:24px;
    }
}

/**** Gallery Section ****/
.gallery-page {
	padding: 75px 0 50px 0;	background: rgb(249,249,249);
}
.gallery-page h1 {
	font-size: 3rem; font-weight: 600; font-family: 'font2'; padding-bottom: 40px; text-align: center; color: rgb(129,141,148);
}

/**** Areas We Service Section ****/


/* ===============================
   SERVICE AREAS HERO
=================================*/

.eh-serviceAreasHeroZ{
    position:relative;
    padding:300px 0 200px;
    background:url('/img/homepage/florida-condo-01.webp') center/cover no-repeat;
    overflow:hidden;
}

.eh-serviceAreasHeroZ__overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        to right,
        rgba(0,0,0,0.75) 0%,
        rgba(42,61,86,0.65) 50%,
        rgba(42,61,86,0.85) 100%
    );
}

.eh-serviceAreasHeroZ__wrap{
    position:relative;
    z-index:2;
    width:min(1200px, calc(100% - 32px));
    margin:0 auto;
}

.eh-serviceAreasHeroZ__content{
    max-width:720px;
}

/* Eyebrow */
.eh-serviceAreasHeroZ__eyebrow{
    margin:0 0 12px;
    color:#e12757;
    font-size:14px;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
}

/* Title */
.eh-serviceAreasHeroZ__title{
    margin:0 0 16px;
    color:#fff;
    font-size:52px;
    line-height:1.1;
    font-weight:800;
}

/* Text */
.eh-serviceAreasHeroZ__text{
    margin:0 0 28px;
    color:rgba(255,255,255,0.9);
    font-size:17px;
    line-height:1.7;
}

/* Jump Links Wrapper */
.eh-serviceAreasHeroZ__links{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

/* Links */
.eh-serviceAreasHeroZ__links a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:10px 16px;
    border-radius:999px;
    background:rgba(255,255,255,0.08);
    border:1px solid rgba(255,255,255,0.25);
    color:#fff;
    font-size:13px;
    font-weight:700;
    text-decoration:none;
    transition:.25s ease;
}

.eh-serviceAreasHeroZ__links a:hover{
    background:#e12757;
    border-color:#e12757;
    color:#fff;
    transform:translateY(-2px);
}

/* ===============================
   RESPONSIVE
=================================*/

@media(max-width:991px){
    .eh-serviceAreasHeroZ{
        padding:110px 0 80px;
    }

    .eh-serviceAreasHeroZ__title{
        font-size:40px;
    }
}

@media(max-width:640px){
    .eh-serviceAreasHeroZ{
        padding:90px 0 70px;
    }

    .eh-serviceAreasHeroZ__wrap{
    width: min(100% - 24px, 1200px);
    text-align: center;
    }
.eh-serviceAreasHeroZ__links {
    justify-content: center;
}
    .eh-serviceAreasHeroZ__title{
        font-size:32px;
    }

    .eh-serviceAreasHeroZ__text{
        font-size:16px;
    }

    .eh-serviceAreasHeroZ__links a{
        font-size:12px;
        padding:8px 12px;
    }
}

.eh-locationBlockZ{
    padding:90px 0;
    border-bottom:1px solid #eee;
    background:#fff;
}
.eh-locationBlockZ--reverse {
	background: #f9f9f9;
}
.eh-locationBlockZ__wrap{
    width:min(1280px, calc(100% - 32px));
    margin:0 auto;
    display:grid;
    grid-template-columns:1.15fr .7fr 1fr;
    gap:28px;
    align-items:center;
}
.eh-locationBlockZ__content{
    min-width:0;
}
.eh-locationBlockZ__eyebrow{
    margin:0 0 10px;
    color:#e12757;
    font-size:14px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.08em;
}
.eh-locationBlockZ__title{
    margin:0 0 16px;
    color:#000;
    font-size:38px;
    line-height:1.12;
    font-weight:800;
}
.eh-locationBlockZ__text{
    margin:0 0 20px;
    color:#666;
    font-size:17px;
    line-height:1.75;
}
.eh-locationBlockZ__list{
    margin:0;
    padding:0;
    list-style:none;
}
.eh-locationBlockZ__list li{
    position:relative;
    padding-left:24px;
    margin:0 0 10px;
    color:#555;
    font-size:16px;
    line-height:1.6;
}
.eh-locationBlockZ__list li::before{
    content:"•";
    position:absolute;
    left:6px;
    top:0;
    color:#e12757;
    font-size:19px;
    line-height:1.2;
}

.eh-locationBlockZ__legend{
    background:#f6f6f4;
    border:1px solid #ececec;
    border-radius:20px;
    padding:24px 20px;
}
.eh-locationBlockZ__legendTitle{
    margin:0 0 14px;
    color:#2a3d56; text-align: center;
    font-size:20px;
    line-height:1.2;
    font-weight:800;
}
.eh-locationBlockZ__legendItems{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}
.eh-locationBlockZ__legendItems span{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:40px;
    padding:0 14px;
    border-radius:999px;
    background:#2a3d56;
    color:#fff;
	width: 100%;
    font-size:13px;
    font-weight:700;
    letter-spacing:.02em;
}

.eh-locationBlockZ--reverse .eh-locationBlockZ__legendItems span {
	background: #e12757;
}

.eh-locationBlockZ__map iframe{
    width:100%;
    height:550px;
    border:0;
    border-radius:20px;
    display:block;
    box-shadow:0 10px 26px rgba(0,0,0,.06);
}

/* Alternate layout */
.eh-locationBlockZ--reverse .eh-locationBlockZ__content{
    order:3;
}
.eh-locationBlockZ--reverse .eh-locationBlockZ__legend{
    order:2;
}
.eh-locationBlockZ--reverse .eh-locationBlockZ__map{
    order:1;
}

@media (max-width: 1100px){
    .eh-locationBlockZ__wrap{
        grid-template-columns:1fr;
        gap:22px;
    }
    .eh-locationBlockZ--reverse .eh-locationBlockZ__content,
    .eh-locationBlockZ--reverse .eh-locationBlockZ__legend,
    .eh-locationBlockZ--reverse .eh-locationBlockZ__map{
        order:initial;
    }
}
@media (max-width: 990px){
    .eh-locationBlockZ{
    padding: 70px 0;
    text-align: center;
    }
    .eh-locationBlockZ__wrap{
        width:min(100% - 24px, 1280px);
    }
    .eh-locationBlockZ__title{
        font-size:30px;
    }
    .eh-locationBlockZ__text,
    .eh-locationBlockZ__list li{
        font-size:16px;
    }
    .eh-locationBlockZ__legend{
        padding:20px 18px;
    }
    .eh-locationBlockZ__map iframe{
        height:280px;
    }
.eh-locationBlockZ__legendItems {
    justify-content: center;
}
.eh-locationBlockZ__legendItems span {
    width: auto;
}
.eh-locationBlockZ__list li::before {
	display: none;
}
.eh-locationBlockZ__list li  {
	font-weight:600;
	padding:0;
}


}


/**** Contact Section ****/


/**** Testimonials Section ****/
.testimonials {
	padding: 75px 0 75px 0; background: rgb(255,255,255);
}


/**** Sections On Every Page ****/


.eh-contactWrapJ{
    --eh-navy:#2a3d56;
    --eh-accent:#e12757;
    --eh-black:#000;
    --eh-white:#fff;
    --eh-soft:#f6f6f4;
    --eh-muted:#686868;
    padding:90px 0;
        background: linear-gradient(#ffffffa3, #ffffffa3), url(/img/homepage/general-electrical-01.webp) center / cover no-repeat;
		background-attachment: fixed;
}
.eh-contactWrapJ *{
    box-sizing:border-box;
}
.eh-contactWrapJ__shell{
    width:min(1280px, calc(100% - 32px));
    margin:0 auto;
    display:grid;
    grid-template-columns:.92fr 1.08fr;
    gap:34px;
    align-items:start;
}
.eh-contactWrapJ__intro{
    background:#2a3d56;
    color:#fff;
    border-radius:24px;
    padding:38px 32px;
    box-shadow:0 16px 36px rgba(0,0,0,.10);
    position:sticky;
    top:120px;
}
.eh-contactWrapJ__eyebrow{
    margin:0 0 10px;
    color:rgba(255,255,255,.82);
    font-size:14px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.08em;
}
.eh-contactWrapJ__title{
    margin:0 0 16px;
    font-size:44px;
    line-height:1.08;
    font-weight:800;
    color:#fff;
}
.eh-contactWrapJ__text{
    margin:0 0 24px;
    color:rgba(255,255,255,.88);
    font-size:17px;
    line-height:1.8;
}
.eh-contactWrapJ__points{
    display:grid;
    gap:14px;
    margin-bottom:24px;
}
.eh-contactWrapJ__point{
    display:flex;
    gap:14px;
    align-items:flex-start;
    padding-top:14px;
    border-top:1px solid rgba(255,255,255,.12);
    color:#fff;
    font-size:16px;
    line-height:1.6;
}
.eh-contactWrapJ__point a{
    color:#fff;
    font-weight:800;
    text-decoration:none;
}
.eh-contactWrapJ__point a:hover{
    color:#ffd9e4;
}
.eh-contactWrapJ__pointIcon{
    width:38px;
    height:38px;
    border-radius:50%;
    flex:0 0 38px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(255,255,255,.12);
    color:#fff;
}
.eh-contactWrapJ__callout{
    margin-top:8px;
    padding:16px 18px;
    border-radius:16px;
    background:rgba(255,255,255,.10);
    color:#fff;
}
.eh-contactWrapJ__callout strong{
    display:block;
    margin-bottom:6px;
    font-size:16px;
}
.eh-contactWrapJ__callout span{
    display:block;
    color:rgba(255,255,255,.86);
    font-size:15px;
    line-height:1.6;
}

.eh-contactWrapJ__formCard{
    background: linear-gradient(rgba(255, 255, 255, .82), rgba(255, 255, 255, .82)), url(/img/homepage/mr-electric-crew-03.jpg) center / cover no-repeat;
    border-radius:24px; border-right: 15px solid #fbfbfb; border-left: 15px solid #fbfbfb;  border-bottom: 15px solid #fbfbfb;
    box-shadow:0 16px 36px rgba(0,0,0,.08);
    overflow:hidden;
}
.eh-contactWrapJ__formHead{
    padding:26px 28px 18px;
    border-bottom:1px solid #efefef;
    background:#fbfbfb;
}
.eh-contactWrapJ__formEyebrow{
    margin:0 0 8px;
    color:#e12757; text-align: center;
    font-size:13px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.08em;
}
.eh-contactWrapJ__formTitle{
    margin:0; text-align: center;
    color:#000;
    font-size:30px;
    line-height:1.15;
    font-weight:800;
}
.eh-contactWrapJ__formViewport{
    min-height:520px;
    transition:min-height .3s ease;
}
.eh-contactWrapJ__formInner{
   /* padding:24px 28px 28px;*/ margin: 0px -13px;
}

/* tame the included form */


@media (max-width: 991px){
    .eh-contactWrapJ{
        padding:70px 0;
    }
    .eh-contactWrapJ__shell{
        grid-template-columns:1fr;
    }
    .eh-contactWrapJ__intro{
        position:static;
		text-align: center;
    }
    .eh-contactWrapJ__title{
        font-size:34px;
    }
    .eh-contactWrapJ__formTitle{
        font-size:26px;
    }
    .eh-contactWrapJ__formViewport{
        min-height:420px;
    }
}
@media (max-width: 640px){
    .eh-contactWrapJ__shell{
        width:min(100% - 24px, 1280px);
    }
    .eh-contactWrapJ__intro,
    .eh-contactWrapJ__formInner,
    .eh-contactWrapJ__formHead{
        padding-left:22px;
        padding-right:22px;
    }
    .eh-contactWrapJ__title{
        font-size:30px;
    }
    .eh-contactWrapJ__formTitle{
        font-size:22px;
    }
    .eh-contactWrapJ__formViewport{
        min-height:360px;
    }
}

.eh-affiliatesK{
    padding:90px 0;
    background:#f6f6f4;
}
.eh-affiliatesK__wrap{
    width:min(1200px, 92%);
    margin:auto;
    text-align:center;
}
.eh-affiliatesK__eyebrow{
    color:#e12757;
    font-size:14px;
    font-weight:800;
    text-transform:uppercase;
    margin-bottom:10px;
}
.eh-affiliatesK__title{
    font-size:42px;
    font-weight:800;
    color:#2a3d56;
    margin-bottom:16px;
}
.eh-affiliatesK__text{
    max-width:700px;
    margin:0 auto 40px;
    color:#666;
    font-size:16px;
    line-height:1.7;
}

/* BADGES */
.eh-affiliatesK__badges{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:12px;
    margin-bottom:50px;
}
.eh-affiliatesK__badge{
    background:#fff;
    border:1px solid #eaeaea;
    padding:10px 18px;
    border-radius:30px;
    font-size:14px;
    font-weight:700;
    color:#2a3d56;
    transition:.2s;
}
.eh-affiliatesK__badge:hover{
    background:#2a3d56;
    color:#fff;
}

/* GRID */
.eh-affiliatesK__grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}
.eh-affiliatesK__item{
    background:#fff;
    padding:24px;
    border-radius:14px;
    border:1px solid #eee;
    transition:.2s;
}
.eh-affiliatesK__item:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(0,0,0,0.05);
}
.eh-affiliatesK__item h4{
    color:#e12757;
    font-size:14px;
    text-transform:uppercase;
    margin-bottom:6px;
}
.eh-affiliatesK__item p{
    font-weight:700;
    color:#000;
    margin-bottom:4px;
}
.eh-affiliatesK__item span{
    font-size:14px;
    color:#777;
}

/* responsive */
@media(max-width:900px){
    .eh-affiliatesK__grid{
        grid-template-columns:1fr 1fr;
    }
.eh-affiliatesK__title {
    font-size: 2rem;
    font-weight: 800;
    color: #2a3d56;
    margin-bottom: 16px;
}
	
	
}
@media(max-width:600px){
    .eh-affiliatesK__grid{
        grid-template-columns:1fr;
    }
}

.eh-affiliatesK__phone{
    display:block;
    margin-top:8px;
    font-size:14px;
    font-weight:700;
    color:#2a3d56;
    text-decoration:none;
    transition:.2s;
}
.eh-affiliatesK__phone:hover{
    color:#e12757;
}

.eh-affiliatesK__phone::before{
    content:"☏";
    font-family:"Font Awesome 5 Free";
    font-weight:900;
    margin-right:6px;
}

/* ========================================== */
/* === Misc. Section ======================== */
/* ========================================== */

/****  Referrals Owl Carousel ****/
.owl-carousel .owl-stage-outer {
	padding: 40px 0;
}
.owl-nav {
	position: absolute; width: 100%; top: 10%; display: none;
}
.owl-carousel .item {
	display: block; height: 100%;
}
.owl-carousel .owl-item span {
	font-size: 20px; font-weight: 500;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
	position: absolute;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
	background: transparent !important; color: #212121 !important; opacity: .5 !important;
}
.owl-nav .owl-next {
	left: 100%;
}
.owl-nav .owl-prev {
	right: 100%;
}
.owl-nav .owl-prev span,
.owl-nav .owl-next span {
	font-size: 3em; display: block;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	outline: none;
}

/**** Default Classes ****/
body {
	font-family: 'Montserrat', sans-serif;
}
body#barbajs {
	visibility: visible;
}
a, button, .btn {
	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
a {
	cursor:pointer;	text-decoration: none !important;
}
a:hover {
	color: #252525; text-decoration: underline;
}
.btn {
	cursor: pointer; border-radius: 0;
}
.btn.alert-trigger {
	color: #fdfdfd; background-color:#333;
}
.btn:hover {
	opacity: 0.9;
}
.inner-content-section .btn {
	background:rgba(135,170,188);	border-color: #949494; color: rgba(255,255,255,1);
}
.inner-content-section .btn:hover {
	background-color: rgba(135,170,188,0.4); color: #fff;
}
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {outline: none;box-shadow: none;background-color: #444;border-color: #949494;color: #fff;}
.btn-primary:hover {
	border-color: #949494;
}
.btn.focus, .btn:focus {
	outline:none; box-shadow: none;
}
.section-divider {
	position: relative; padding: 50px 0;
}
.estimate-section-divider .alert, .estimate-section-divider .alert p {
    text-align: left; font-size: inherit;
}
.block-overlay {
	position: absolute; display: inline-block; background:rgba(0, 0, 0, 0.6); width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; z-index: 0;
}
.fadeDiv {
	position: fixed; display: inline-block; z-index: 1050; color: #fff; background: #300e87; padding: 50px; top: 150px; bottom: 150px; left: 300px; right: 300px; transform:scale(0,0); box-shadow: 0px 0px 20px -1px #000; transition: all .20s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.menu-scaler {
	position: fixed; display: inline-block; padding: 50px; z-index: 1050; top: 150px; bottom: 150px; left: 300px; right: 300px; transform: scale(1,1);
}
.fadeDiv .fadeDiv-close {
	position: absolute; right: 20px; top: 10px; font-weight: 900; font-size: 2em; font-family: 'Lato'; cursor: pointer;
}
.navbar-collapse ul {
	width: 100%; justify-content: center; align-items: center;
}
.overlay {
	height: 100%; width: 100%; background: #ffffffbf;
}
#myBtn {
	display: block; width: 50px; height: 50px; position: fixed; top: 100%; right: 30px; z-index: 99; border: none; outline: none; background-color: #000000; color: #ffffff; cursor: pointer; font-size: 14px; padding-top: 0; border-radius: 0px; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;
}
#myBtn i {
	color: white;
}
#myBtn:hover {
	background-color: #424242; color: #fff;
}

/**** Gallery Function Section ****/
#portfolio input {
	display: flex; flex-direction: column; justify-content: center; align-items: center; position: absolute; margin: 0; top: 0; left: -60px; z-index: 2; width: 60px; height: 60px; -webkit-appearance: none; background-image: url(/img/icons/close-btn-icon-red.png); background-repeat: no-repeat; background-color: transparent; background-size: contain; color: #ffffff; border: none; cursor: pointer; outline: none !important; -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
#portfolio input:hover {
	background-color: #fff;	opacity: .;
}
button.mfp-close, button.mfp-arrow {
	outline :none !important;
}
#portfolio {
	display: flex; padding: 0; overflow: hidden; flex-wrap: wrap; justify-content: center;
}
#portfolio li {
	display: flex; justify-content: center; align-items: center; float: left; position: relative; overflow: hidden; margin: 0 10px 20px;
}
#portfolio li a {
	transform: scale(1,1); display: block; width: 100%; height: 295px; width: 490px; overflow: hidden; -o-transition:all .30s ease; -moz-transition:all .30s ease; -webkit-transition:all .30s ease; transition:all .30s ease;
}
#portfolio li a:hover {
	transform: scale(1.1,1.1) !important;
}
#portfolio li a img {
	display: block; position: absolute; top: 0%; bottom: 0%; left: 0%; right: 0%; margin: auto; width: 100%; height: auto; transform: scale(1,1);
}
#portfolio li:hover .block-overlay {
	background-color: #000000cc;
}
#portfolio li:hover input {
	left: 0;
}
#portfolio .block-overlay {
	background: rgb(0,0,0,0.1); z-index: 1; -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}

.mfp-ready .mfp-figure {
	opacity: 0; margin-left: -100px;
}
.mfp-zoom-in .mfp-figure, .mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler {
	opacity: 0; margin-left: -100px; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; -webkit-transform: scale(0.95); -ms-transform: scale(0.95); transform: scale(0.95);
}
.mfp-zoom-in.mfp-bg,
.mfp-zoom-in .mfp-preloader {
	opacity: 0; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-image-loaded .mfp-figure, .mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler {
	opacity: 1; margin-left: 0; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg,
.mfp-zoom-in.mfp-ready .mfp-preloader {
	opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-figure, .mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler {
	-webkit-transform: scale(0.95);	-ms-transform: scale(0.95); transform: scale(0.95); opacity: 0; margin-left: -100px;
}
.mfp-zoom-in.mfp-removing.mfp-bg,
.mfp-zoom-in.mfp-removing .mfp-preloader {
	opacity: 0; margin-left: -20px;
}
.mfp-iframe-scaler {
	overflow: visible; /*so the close button is shown*/
}
.mfp-zoom-out-cur {
	cursor: auto;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer;
}

/**** Reviews Function ****/
.carousel-indicators li {
	position: relative; top: 51px; -ms-flex: 0 1 auto; flex: 0 1 auto; width: 30px;	height: 3px; margin-right: 3px;	margin-left: 3px; text-indent: -999px; background-color: rgb(191, 190, 190);
}
.carousel-indicators .active {
	background-color: #0f8029;
}

/* ========================================== */
/* === Footer Section ======================= */
/* ========================================== */
.eh-footerL{
    --eh-navy:#2a3d56;
    --eh-accent:#e12757;
    --eh-black:#000;
    --eh-white:#fff;
    --eh-muted:rgba(255,255,255,.72);
    background:#000;
    color:#fff;
    position:relative;
    overflow:hidden;
}
.eh-footerL *{
    box-sizing:border-box;
}
.eh-footerL__main{
    position:relative;
    padding:80px 0 48px;
    background:
        linear-gradient(rgba(0,0,0,.78), rgba(0,0,0,.88)),
        url('/img/homepage/general-electrical-01.webp') center/cover no-repeat;
}
.eh-footerL__wrap{
    width:min(1280px, calc(100% - 32px));
    margin:0 auto;
}
.eh-footerL__main .eh-footerL__wrap{
    display:grid;
    grid-template-columns:1.2fr .8fr .8fr 1fr;
    gap:34px;
    align-items:start;
}
.eh-footerL__logoLink{
    display:inline-block;
    margin-bottom:18px;
}
.eh-footerL__logo{
    width:100%;
    max-width:250px;
    display:block;
}
.eh-footerL__brandText{
    margin:0 0 24px;
    color:var(--eh-muted);
    font-size:17px;
    line-height:1.8;
    max-width:360px;
}
.eh-footerL__socials{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}
.eh-footerL__socials a{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#e12757;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:16px;
    transition:.2s ease;
}
.eh-footerL__socials a:hover{
    background:#fff;
    color:#2a3d56;
}
.eh-footerL__heading{
    margin:0 0 18px;
    color:#fff;
    font-size:26px;
    line-height:1.2;
    font-weight:800;
}
.eh-footerL__links,
.eh-footerL__contactList{
    list-style:none;
    margin:0;
    padding:0;
}
.eh-footerL__links li,
.eh-footerL__contactList li{
    margin:0 0 14px;
}
.eh-footerL__links a{
    color:var(--eh-muted);
    text-decoration:none;
    font-size:17px;
    line-height:1.5;
    transition:.2s ease;
}
.eh-footerL__links a:hover{
    color:#fff;
    padding-left:4px;
}
.eh-footerL__contactList li{
    display:flex;
    gap:12px;
    align-items:flex-start;
    color:var(--eh-muted);
    font-size:17px;
    line-height:1.6;
}
.eh-footerL__contactList a{
    color:var(--eh-muted);
    text-decoration:none;
    transition:.2s ease;
}
.eh-footerL__contactList a:hover{
    color:#fff;
}
.eh-footerL__icon{
    width:20px;
    color:#e12757;
    flex:0 0 20px;
    position:relative;
    top:2px;
}
.eh-footerL__bottom{
    border-top:1px solid rgba(255,255,255,.12);
    background:#2a3d56;
    padding:20px 0;
}
.eh-footerL__bottomWrap{
    display:grid;
    grid-template-columns:1fr auto 1fr;
    gap:20px;
    align-items:center;
}
.eh-footerL__copyright{
    color:rgba(255,255,255,.82);
    font-size:15px;
    line-height:1.5;
}
.eh-footerL__vms{
    display:flex;
    justify-content:center;
}
.eh-footerL__vms a{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:#fff;
}
.eh-footerL__vms span{
    display:block;
    margin-bottom:6px;
    font-size:13px;
    color:rgba(255,255,255,.72);
    text-transform:uppercase;
    letter-spacing:.06em;
}
.eh-footerL__vms img{
    width:120px;
    max-width:100%;
    display:block;
}
.eh-footerL__legalLinks{
    display:flex;
    justify-content:flex-end;
    gap:18px;
    flex-wrap:wrap;
}
.eh-footerL__legalLinks a{
    color:rgba(255,255,255,.82);
    text-decoration:none;
    font-size:15px;
}
.eh-footerL__legalLinks a:hover{
    color:#fff;
}
.eh-footerL__disclaimer{
    background:#5a5a5a;
    padding:12px 0 16px;
    border-top:1px solid rgba(255,255,255,.06);
}
.eh-footerL__disclaimer p{
    margin:0;
    text-align:center;
    color:rgba(255,255,255,.5);
    font-size:11px;
    line-height:1.65;
}

@media (max-width: 1100px){
    .eh-footerL__main .eh-footerL__wrap{
        grid-template-columns:1fr 1fr;
    }
}
@media (max-width: 767px){
    .eh-footerL__main{
        padding:64px 0 40px;
		        text-align: center;
    }
    .eh-footerL__wrap{
        width:min(100% - 24px, 1280px);
    }
    .eh-footerL__main .eh-footerL__wrap{
        grid-template-columns:1fr;
        gap:28px;
    }
    .eh-footerL__heading{
        font-size:22px;
    }
    .eh-footerL__brandText,
    .eh-footerL__links a,
    .eh-footerL__contactList li{
        font-size:16px;
		    justify-content: center;

    }
.eh-footerL__brandText {
    max-width: max-content;
}
 
    .eh-footerL__bottomWrap{
        grid-template-columns:1fr;
        text-align:center;
    }
    .eh-footerL__copyright,
    .eh-footerL__vms,
    .eh-footerL__legalLinks{
        justify-content:center;
    }
	.eh-footerL__socials {
            justify-content: center;
}
}

.eh-areasM__trigger{
    position:fixed;
    right:0;
    bottom:24px;
    z-index:9997;
    opacity:0;
    pointer-events:none;
    transform:translateX(100%);
    transition:all .3s ease;

    background:#e12757;
    color:#fff;
    width:54px;
    min-height:170px;
    padding:14px 10px;
    border-radius:18px 0 0 18px;
    box-shadow:0 10px 28px rgba(0,0,0,.18);
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
}
.eh-areasM__trigger.is-visible{
    opacity:1;
    pointer-events:auto;
    transform:translateX(0);
}
.eh-areasM__trigger:hover{
    background:#c71f4d;
    transform:translateX(-3px);
}
.eh-areasM__triggerText{
    writing-mode:vertical-rl;
    text-orientation:mixed;
    font-size:15px;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.eh-areasM__overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.58);
    z-index:9998;
    display:none;
    align-items:center;
    justify-content:center;
    padding:24px;
}
.eh-areasM__overlay.is-open{
    display:flex;
}

.eh-areasM__panel{
    width:min(1200px, 100%);
    max-height:90vh;
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 24px 50px rgba(0,0,0,.22);
    display:flex;
    flex-direction:column;
}

.eh-areasM__panelHead{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    padding:22px 24px;
    border-bottom:1px solid #ececec;
}
.eh-areasM__panelTitle{
    margin:0;
    color:#000;
    font-size:34px;
    line-height:1.1;
    font-weight:800;
}
.eh-areasM__close{
    width:42px;
    height:42px;
    border:1px solid #d8d8d8;
    background:#fff;
    color:#222;
    font-size:26px;
    line-height:1;
    cursor:pointer;
    border-radius:10px;
}

.eh-areasM__tabbar{
    display:flex;
    flex-wrap:wrap;
    gap:0;
    border-bottom:1px solid #ececec;
    background:#fafafa;
}
.eh-areasM__tab{
    border:0;
    background:transparent;
    color:#333;
    padding:18px 22px;
    font-size:16px;
    font-weight:800;
    cursor:pointer;
    transition:.2s ease;
}
.eh-areasM__tab:hover{
    color:#e12757;
}
.eh-areasM__tab.is-active{
    background:#2a3d56;
    color:#fff;
}

.eh-areasM__body{
    padding:24px;
    overflow:auto;
}
.eh-areasM__county{
    display:none;
}
.eh-areasM__county.is-active{
    display:block;
}
.eh-areasM__countyTitle{
    margin:0 0 20px;
    color:#000;
    font-size:28px;
    line-height:1.15;
    font-weight:800;
}
.eh-areasM__cityCols{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:30px;
}
.eh-areasM__cityCols ul{
    list-style:none;
    margin:0;
    padding:0;
}
.eh-areasM__cityCols li{
    position:relative;
    padding-left:16px;
    margin:0 0 10px;
    color:#333;
    font-size:17px;
    line-height:1.5;
}
.eh-areasM__cityCols li::before{
    content:"-";
    position:absolute;
    left:0;
    top:0;
    color:#666;
}

.eh-areasM__panelFoot{
    padding:16px 24px;
    border-top:1px solid #ececec;
    display:flex;
    justify-content:flex-end;
}
.eh-areasM__footClose{
    min-height:46px;
    padding:0 18px;
    border:0;
    background:#747b84;
    color:#fff;
    border-radius:10px;
    font-size:15px;
    font-weight:700;
    cursor:pointer;
}

@media (max-width: 991px){
    .eh-areasM__panelTitle{
        font-size:28px;
    }
    .eh-areasM__cityCols{
        grid-template-columns:repeat(2, 1fr);
    }
}
@media (max-width: 640px){
    .eh-areasM__trigger{
        width:auto;
        min-height:0;
        height:52px;
        right:16px;
        bottom:16px;
        padding:0 18px;
        border-radius:999px;
    }
    .eh-areasM__triggerText{
        writing-mode:horizontal-tb;
        text-orientation:initial;
        letter-spacing:.04em;
    }
    .eh-areasM__overlay{
        padding:12px;
    }
    .eh-areasM__panelHead,
    .eh-areasM__body,
    .eh-areasM__panelFoot{
        padding-left:16px;
        padding-right:16px;
    }
    .eh-areasM__panelTitle{
        font-size:24px;
    }
    .eh-areasM__tabbar{
        display:grid;
        grid-template-columns:1fr;
    }
    .eh-areasM__tab{
        text-align:left;
        padding:16px;
    }
    .eh-areasM__cityCols{
        grid-template-columns:1fr;
        gap:8px;
    }
    .eh-areasM__cityCols li{
        font-size:16px;
    }
}



/* === Lg. Laptop CSS Section ================= */
@media screen and (max-width : 1440px) {
	/*** Don't place anything here, unless absolutely necessary ***/
}
/* === Sm. Laptop CSS Section ================= */
@media screen and (max-width: 1024px) {
	
}
 
/* === Mobile CSS Section ===================== */
@media screen and (max-width: 991px) {

/**** Top Header Section ****/
.mobile-top-header {
	display:block !important; padding: 0 30px 0; background: rgb(135,170,188); z-index: 7; overflow: visible;
	
        position: fixed;
        width: 100%;
}
.mobile-menu {
	text-align: center; position: fixed; height: 100%; width: 100%;	display: block;	padding-top: 6em; top: 100%; border: 0;	background: #232323; border-radius: 0; z-index: 1100; overflow: auto; -webkit-transition-property: all;	-webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out; transition-property: all; transition-duration: .30s; transition-timing-function: ease-in-out;
}
.mobile-menu .nav-link {
	font-size: 2em;	color: #c5c5c5 !important;
}
.mobile-menu-custom-show {
	top: 0%;
}
.mobile-menu-top-hero {
	background-size: cover;	padding: 40px 0 0; top:0; left:0; width: 100%; text-align: center;
}
.mobile-menu-top-hero h2 {
	padding: 0 25px;
}
#mobile-menu-header {
	margin-top: 0; background: #ffffff00; box-shadow: none;
}
#mobile-menu-header ul {
	list-style: none; padding: 0 20px; margin-top: 8em; position: relative; width: inherit;
}
#mobile-menu-header ul li a {
	color:#ffffff; padding: 20px 20px;
}
.header-contact_info a {
	color: rgb(255,255,255); margin: 0;
}
.top-header a, .top-header i, .top-header p {
	color: rgb(0,0,0);
}
.top-header-animate a, .top-header-animate i, .top-header-animate p {
	color: rgb(0,0,0);
}
.top-header {
	background: white; display: none;
}
.header-contact_info {
	font-size: 1.5em;
}
.navbar-scroll {
	display: none;
}
.header-contact_info .navbar-brand {
	font-size: 1.3em;
}
.top-header div[class*='col-']:first-child {
	justify-content: flex-start;
}
.top-header div[class*='col-'] {
	display: flex; justify-content: left; width: 33.333%; padding: 15px 0;
}
.top-header div[class*='col-']:nth-child(3) {
	display: flex; justify-content: flex-end; width: 33.333%; padding: 15px 0;
}
.top-header div[class*='col-']:nth-child(2) {
	background: none; margin: 0; display: flex; justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(1) a {
	font-size: 1.5em;
}
.top-header div[class*='col-']:nth-child(2) p {
	font-size: inherit; line-height: inherit;
}

/**** Navigation Section ****/
.dropdown-wrapper {
	margin: 0; padding: 0;
}
.navbar-sidebar .dropdown-menu-mobile,
.navbar-sidebar .dropdown-menu-mobile-2,
.navbar-sidebar .dropdown-menu-mobile-3 {
	position: relative;
	display: none;
	top: 0;
	left: 0;
	z-index: 1000;
	float: left;
	height: 0px;
	margin: 0;
	width: 100%;
	padding: 0;
	font-size: 18px;
	color: #e6e6e6 !important;
	text-align: left;
	list-style: none;
	background-color: rgb(200,200,200);
	border: 0;
	visibility: hidden;
	border-radius: 0;
	transform: scale(1,0);
	-webkit-transition: all .30s ease;
	-moz-transition: all .30s ease;
	-o-transition: all .30s ease;
	transition: all .30s ease;
}

.dropdown-menu-animate,
.dropdown-menu-animate-2,
.dropdown-menu-animate-3 {
	display: inline-block !important;
	transform: scale(1,1) !important;
	padding: 25px 0 !important;
	height: auto !important;
	visibility: visible !important;
}

.navbar-sidebar .dropdown-menu-mobile a,
.navbar-sidebar .dropdown-menu-mobile-2 a,
.navbar-sidebar .dropdown-menu-mobile-3 a {
    color: black;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
	
}
.navbar-sidebar {
	padding-top: 84px; height: 100%; width: 200px; background-color: rgb(250,250,250); position: fixed !important; z-index: 6; overflow: auto;
}
.bar-block .dropdown-hover, .bar-block .dropdown-click {
	width: 100%;
}
.bar-block .dropdown-hover .dropdown-content, .bar-block .dropdown-click .dropdown-content {
	min-width: 100%;
}
.bar-block .dropdown-hover .button, .bar-block .dropdown-click .button {
	width: 100%; text-align: left; padding: 8px 16px;
}
.main, #main {
	transition: margin-left .4s;
}
.modal {
	display: none; padding-top: 100px; position: fixed; left: 0; top: 0; width: 100%; height: 100%;	overflow: auto; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.4);
}
.modal-content {
	margin: auto; background-color: #fff; position: relative; padding: 0; outline: 0; width: 1200px;
}
.bar {
	width: 100%; overflow: hidden;
}
.center .bar {
	display: inline-block; width: auto;
}
.bar .bar-item {
	padding: 8px 16px; float: left; width: auto; border: none; display: block; outline: 0;
}
.bar .dropdown-hover, .bar .dropdown-click {
	position: static; float: left;
}
.bar .button {
	white-space: normal;
}
.bar-block .bar-item {
	width: 100%; display: block; padding: 8px 16px; text-align: left; border: none; white-space: normal; float: none; outline: 0;
	
	
	
    color: black;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
	
	
	
}
.nav-link{
    color: black;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
	
	
}
.bar-block.center .bar-item {
	text-align: center;
}
.block {
	display: block; width: 100%;
}

/**** Home Section ****/
.home-header-section {
	padding-top: 125px;
}
.dropdown-menu {
	position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 10rem; padding: .5rem 0; margin: .125rem 0 0; font-size: 1rem; color: rgb(33, 37, 41); text-align: left; list-style: none; background-color: rgb(87, 86, 87); background-clip: padding-box; border: 1px solid rgba(0,0,0,.15); border-radius: .25rem;
}
.dropdown-item {
	display: block;	width: 100%; padding: .25rem 1.5rem; clear: both; color: rgb(255,255,255); text-align: inherit;	white-space: nowrap; background: 0 0; border: 0;
}
.dropdown-item.active, .dropdown-item:active {
	color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(22,22,22) !important;
}
 

/**** About Section ****/


/**** Services Section ****/


/**** Gallery Section ****/
.gallery-page {
	padding: 75px 0 50px 0;	background: rgb(249,249,249);
}
.gallery-page h1 {
	font-size: 3rem; font-weight: 600; font-family: 'font2'; padding-bottom: 40px; text-align: center; color: rgb(129,141,148);
}

/**** Areas We Service Section ****/
.area:nth-child(odd) {
	padding: 75px 0 75px 0; background: rgb(255,255,255);
}
.area:nth-child(even) {
	padding: 75px 0 75px 0; background: rgb(245,245,245);
}
.area h2 {
	font-size: 2.5rem; font-family: font2; font-weight: 800; color: rgb(196,41,56);
}
.area h4 {
	font-size: 1.5rem; font-family: font2; color: rgb(75,75,75);
}
.area p {
	font-size: 17px; text-align: justify; color: rgb(12,12,12);
}
.area iframe {
	width: 100%; height: 100%; border-radius: 0.8rem; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}

/**** Testimonials Section ****/
.testimonials {
	padding: 30px 0 30px 0; background: rgb(255,255,255);
}

/**** Contact Section ****/


/**** Sections On Every Page ****/
.contact-section {
	padding: 50px 0 50px 0;
}
.contact-section h3 {
	font-size: 2rem; font-family: font2; font-weight: 800; text-align: center; color: rgb(12,12,12);
}

/**** Footer Section ****/
.footer-section {
	padding-top: 30px; text-align: center;
}
.footer-section img {
	max-width: 210px; padding-bottom: 25px;
}
.service-cities h4 {
	font-size: 24px; font-weight: 600; color: rgb(255,255,255);
}
.service-cities a {
	font-size: 18px; line-height: 10px; color: rgb(255,255,255);
}

/**** Misc. Section ****/
.btn {
	background: rgb(249,78,1); width: 50%; padding: 10px 0px; color: #ffffff; cursor: pointer; outline: none; border: none;
}
.alert h1,
.alert p {
	top: 2em; opacity: 0; position:relative;
}
.alert h1 {
	margin-top: 0; color: #2b1663;
}
.custom-show {
	position: fixed; transform: scale(1,1); border: 0; background: white; border-radius: 0; z-index: 1100; overflow: inherit; -webkit-transition-property: all; -webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out; transition-property: all; transition-duration: .30s; transition-timing-function: ease-in-out;
}
.alert-dismissible .close {
	position: absolute; top: 0; right: 0; background: transparent; border: none; padding: 0.75rem 1.25rem; color: rgb(80,80,80); font-family: 'font2'; outline: none; z-index: 3;
}
.alert-dismissible .close span {
	font-size: 35px;
}
.lnr {
	display: inline-block; fill: currentColor; width: 1em; height: 1em; vertical-align: -0.2em; cursor: pointer;
}

}
/* === Sm. Mobile CSS Section ================= */
@media screen and (max-width: 375px) {

}