html {
  scroll-behavior: smooth;
}
.grecaptcha-badge {
    visibility: hidden;
}

/********** START HEADER **********/
.admin-bar .electrical-main-header-wrp {
    top: 80px !important;
}
.admin-bar .electrical-main-header-wrp.ekit-sticky--active {
    top: 32px !important;
}
.electrical-main-header-wrp.ekit-sticky--active {
    background-image: none !important;
	box-shadow: 0px 2px 20px 0px #444444;
}
.electrical-main-header-wrp .electrical-header-icon-box .elementor-icon-box-description a:hover {
	color: #F6D035;
	text-decoration: underline;
}
/*********** END HEADER ***********/

/********** START BANNER IMAGE **********/
.electrical-banner-img-wrap {
	overflow-x: hidden;
}
.electrical-banner-img-wrap .electrical-banner-img-inner {
    min-height: 400px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: flex-end;
}
.electrical-banner-img-wrap .electrical-banner-img-inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    opacity: 40%;
}
.electrical-banner-img-wrap .electrical-banner-img-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1580px;
    margin: 0 auto;
    padding: 50px 50px 100px 50px;
    z-index: 99;
}
.electrical-banner-img-wrap .electrical-banner-page-title {
    text-align: center;
}
.electrical-banner-img-wrap .electrical-banner-breadcrumbs {
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 0 10px;
    font-family: 'Manrope';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 1px;
    
}
.electrical-banner-img-wrap .electrical-banner-breadcrumbs a {
    color: #FFFFFF;
    font-weight: 500;
}
.electrical-banner-img-wrap .electrical-banner-breadcrumbs a:hover {
    text-decoration: underline;
}
/*********** END BANNER IMAGE ***********/


/********** START HOME PAGE **********/
.home-about-icon-box .elementor-widget-container .elementskit-infobox .elementskit-info-box-icon.text-center {
    transition: all 0.3s linear 0s;
    width: 80px;
    height: 80px;
    position: relative;
}
.home-about-icon-box .elementskit-box-header > .elementskit-info-box-icon:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #F6D035;
    border-radius: 50%;
    transform: scale(1.3);
    opacity: 0;
    z-index: -1;
    transition: all 0.3s linear 0s;
    top: 0;
    left: 0;
}
.home-about-icon-box:hover .elementskit-box-header > .elementskit-info-box-icon:before {
    transform: scale(1);
    opacity: 1;
}
/**********/
.elementor-element.home-contact-bg-wrp.e-flex.e-con.e-parent:before {
    height: 50%;
}
/**********/
.home-contact-bg-wrp .featured-services-icon-box-wrp:hover .featured-services-top-img:before {
    content: '' !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(0deg, #121212 0%, #00000000 100%);
}
.home-contact-bg-wrp .featured-services-icon-box-wrp:hover .featured-services-view-class-btn {
    display: block;
}
.featured-services-top-img .featured-services-view-class-btn a#featured-services-view-btn {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.featured-services-icon-box-wrp .featured-services-bottom-text .elementor-icon-box-icon {
    margin-top: 12px;
}
.featured-services-bottom-text .elementor-widget-button .elementor-button-content-wrapper .elementor-button-text {
    text-align: left;
}
/**********/
.faq-accordion-wrp .e-n-accordion-item[open] {
    background: #F1F1F1;
    border-radius: 20px;
}
/*********** END HOME PAGE ***********/

.price-list-table-wrp .price-list-table-btn {
	margin: 20px 60px 40px;
}