/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */



/* Global CSS */
.elementor-widget-text-editor p:last-child{
	margin-bottom: 0;
}

.elementor-widget-button .elementor-button{
	overflow: hidden;
}

.elementor-widget-button .elementor-button,
.elementor-widget-button .elementor-button .elementor-button-icon svg path{
	transition: all 0.3s ease-in-out;
}

.elementor-widget-button .elementor-button:hover,
.elementor-button:hover{
	background-image: none;
}

.elementor-widget-button .elementor-button:focus .elementor-button-text{
	color: #FFF;
}

.elementor-widget-button .elementor-button:focus:hover .elementor-button-text{
	color: #C8221E;
}

.elementor-widget-button .elementor-button .elementor-button-content-wrapper{
	align-items: center;
}

.elementor-widget-button,
.elementor-widget-button .elementor-button .elementor-button-icon,
.elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon{
	line-height: 0;
}

.elementor-widget-button .elementor-button .elementor-button-icon{
	position: relative;
}

.elementor-widget-button .elementor-button .elementor-button-icon:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: auto;
	background: url("images/button-arrow.svg") no-repeat center center;
	background-size: cover;
	width: 1em;
	height: 1em;
	transition: all 0.3s ease-in-out;
	transform: translate(-30px, 40px);
}

.elementor-widget-button .elementor-button:hover .elementor-button-icon:before{
	transform: translate(0, 0);
}

.elementor-widget-button .elementor-button .elementor-button-icon svg{
	transition: all 0.2s ease-in-out;
	height: 1em;
}

.elementor-widget-button .elementor-button:hover .elementor-button-icon svg{
	transform: translate(30px, -40px);
}

.white-btn .elementor-button{
	background-image: none;
}

.white-btn.elementor-widget-button .elementor-button .elementor-button-icon:before{
	background: url("images/button-arrow-white.svg") no-repeat center center;
	background-size: cover;
}

.white-btn .elementor-button:focus .elementor-button-text{
	color: #FFF;
}

.white-btn.no-hover-effect .elementor-button:focus .elementor-button-icon svg path,
.white-btn.no-hover-effect .elementor-button:hover .elementor-button-icon svg path{
	fill: #FFF !important;
}

.no-hover-effect .elementor-button .elementor-button-icon:before{
	display: none;
}

/* .white-btn.no-hover-effect  .elementor-button:hover .elementor-button-icon svg, */
.no-hover-effect .elementor-button:hover .elementor-button-icon svg{
	transform: translate(0, 0);
}

.no-hover-effect.elementor-widget-button .elementor-button:hover .elementor-button-icon svg path{
	fill: var( --e-global-color-accent );
}

.elementor-widget-icon-box .elementor-icon-box-wrapper{
	align-items: center;
}

body .elementor-location-header .header-wrap{
	transition: all 0.3s ease-in-out;
}

body.popup-banner-show .header-wrap{
	padding-top: 47px;
}

body .header-wrap.elementor-sticky--effects{
	padding-top: 0 !important;
}

body .body-header{
	padding-top: 0;
}

.banner-contact p a{
	color: inherit;
	transition: all 0.3s ease-in-out;
}

.banner-contact p a:hover{
	color: #C8221E;
}

#elementor-popup-modal-1203{
	transition: all 0.3s ease-in-out;
}

#elementor-popup-modal-1203.popupscroll-hide{
	transform: translateY(-60px);
}

/* Responsive Global CSS */
@media only screen and (max-width: 1024px){
	.page-header{
		margin-top: -155px;
	}
}

@media only screen and (max-width: 991px){
	
	.br-tablet-none br{
		display: none;
	}
	
	body.popup-banner-show .header-wrap{
		padding-top: 50px;
	}
}

@media only screen and (max-width: 767px){
	
	.br-mobile-none br{
		display: none;
	}
	
	body.popup-banner-show .header-wrap{
		padding-top: 80px;
	}
	
	#elementor-popup-modal-1203.popupscroll-hide{
		transform: translateY(-100px);
	}
}

/* Header CSS */
.header-wrap{
	transition: all 0.3s ease-in-out;
}

.header-wrap.elementor-sticky--active.elementor-sticky--effects{
	background: #00000099;
	 -webkit-backdrop-filter: blur(9px);
	backdrop-filter: blur(9px);	
}

.header-logo a img{
	transition: all 0.3s ease-out;
}

.header-wrap.elementor-sticky--effects .header-logo a img{
	max-width: 70%;
}

.header-menu .elementor-nav-menu--main ul li.menu-item a.elementor-item.elementor-item-active{
	font-weight: 600;
}

.header-wrap.elementor-sticky--effects .header-menu .elementor-nav-menu--main ul li.menu-item a.elementor-item.elementor-item-active{
	color: #FFF;
}

.header-menu .elementor-nav-menu--main ul li.menu-item a.elementor-item:after{
	content: '';
	position: absolute;
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
	background-color: #FFF;
	width: 0;
	height: 2px;
	transition: all 0.3s ease-in-out;
}

.header-menu .elementor-nav-menu--main ul li.menu-item a.elementor-item:hover:after{
	width: 100%;
	right: auto;
	left: 0;
}

.header-menu .elementor-nav-menu--main ul li.menu-item a.elementor-item.elementor-item-active:after{
	background-color: #D5332F;
	width: 100%;
}

.header-wrap.elementor-sticky--effects .header-menu .elementor-nav-menu--main ul li.menu-item a.elementor-item.elementor-item-active:after{
	background-color: #FFF;
}

.header-menu .elementor-nav-menu--main ul li.menu-item a.elementor-item.elementor-item-active:hover:after{
	background-color: #C8221E;
}

.header-menu .elementor-nav-menu--main ul li.menu-item a.elementor-item.elementor-item-active .sub-arrow svg{
	fill: #D5332F;	
}

.header-wrap.elementor-sticky--effects .header-menu .elementor-nav-menu--main ul li.menu-item a.elementor-item.elementor-item-active .sub-arrow svg,
.header-menu .elementor-nav-menu--dropdown ul li.menu-item-has-children a.has-submenu .sub-arrow svg {
	fill: #FFF;
}

.header-menu .elementor-nav-menu--dropdown ul li.menu-item-has-children a.has-submenu.highlighted .sub-arrow svg,
.header-menu .elementor-nav-menu--dropdown ul li.menu-item-has-children a.has-submenu:hover .sub-arrow svg {
	fill: var( --e-global-color-accent );
}

@media only screen and (max-width: 1024px){
	.header-wrap.elementor-sticky--effects .header-logo a img{
		max-width: 77%;
	}
}

@media only screen and (max-width: 767px){
	.header-wrap.elementor-sticky--effects .header-logo a img{
		max-width: 110px;
	}
}

/* Footer CSS */

.footer-logo{
 	clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
}

.footer-contact-text p{
	word-break: break-all;
}

.footer-contact-text p a{
	color: inherit;
	transition: all 0.3s ease-in-out;
	word-break: break-all;
}

.footer-contact-text p a:hover{
	color: #C8221E;
}

.text-editor-link-color p a,
.footer-copyright-text p a{ 
	color: #C8221E;
	transition: all 0.3s ease-out;
}

.text-editor-link-color p a:hover,
.footer-copyright-text p a:hover{
	color: #000;
}

/* Responsive Footer CSS */
@media only screen and (max-width: 1024px) {
	
	.footer-logo{
		clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	}	
}


/* Home CSS */
/*.hero-slider-wrapper rs-module-wrap rs-slides rs-slide rs-sbg-wrap:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}*/

.hero-slider-button{
	overflow: hidden;
}

.hero-slider-button:after{
	content: '';
	display: block;
	position: absolute;
	top: calc(50% - 10px);
	right: 25px;
	width: 1em;
	height: 1em;
	background: url("images/button-arrow-white.svg") no-repeat center center;
	background-size: cover;
	z-index: 1;
	transition: all 0.3s ease-in-out;
}

.hero-slider-button:before{
	content: '';
	display: block;
	position: absolute;
	top: calc(50% - 10px);
	right: 25px;
	width: 1em;
	height: 1em;
	background: url("images/button-arrow.svg") no-repeat center center;
	background-size: cover;
	transform: translate(-30px, 40px);
	z-index: 1;
	transition: all 0.3s ease-in-out;
}

.hero-slider-button:hover:after{
	transform: translate(30px, -40px);
}

.hero-slider-button:hover:before{
	transform: translate(0, 0);
}

.about-img .elementor-widget-container,
.color-border-style-container .elementor-widget-container{
	position: relative;
}

.color-border-style .elementor-widget-container:after{
	content: '';
	position: absolute;
	top: auto;
	left: 0;
	bottom: 0;
	background: #C8221E;
	width: 100%;
	height: 100%;
	transform: translate(-30px , 30px);
	z-index: 0;
}

.color-border-style .elementor-widget-container img{
	position: relative;
	z-index: 1;
}

.home-service-icon-box .elementor-icon-box-wrapper{
	align-items: center;
}

.services-box .elementor-widget-image img{
	aspect-ratio: 1 / 0.8;
    object-fit: cover;
}

.services-box .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title{
	margin-top: 0;
}

.services-box .elementor-widget-button .elementor-button .elementor-button-content-wrapper{
	display: inline-flex;
}

.certified-gallery .elementor-image-gallery .gallery figure img{
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.20);
}

.certified-gallery .elementor-image-gallery .gallery{
	text-align: center;
}

.review-testimonial .swiper-wrapper .swiper-slide .elementor-testimonial{
	position: relative;
	display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
	padding: 30px;
}

.review-testimonial .elementor-testimonial .elementor-testimonial__header{
	margin-top: 25px;
	align-items: center;
}

.review-testimonial .elementor-testimonial .elementor-testimonial__header .elementor-testimonial__cite{
	row-gap: 10px;
}

.review-testimonial .elementor-testimonial .elementor-testimonial__header .elementor-star-rating{
	position: absolute;
	top: 0;
	left: 0;
	bottom: auto;
	transform: translate( 30px, 30px);
}

.review-testimonial .elementor-testimonial .elementor-testimonial__content{
    border-top: 1px solid #d9d9d9;
    padding-top: 20px !important;
	margin-top: 50px;
}

.review-testimonial .swiper-pagination{
	text-align: left;
	padding-left: 10px;
}

.review-testimonial .swiper-pagination .swiper-pagination-bullet{
	opacity: 0.5 !important;
	transition: all 0.3s ease-in-out;
}

.review-testimonial .swiper-pagination .swiper-pagination-bullet:hover,
.review-testimonial .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	transform: scale(1.3);
	opacity: 1 !important;
}

.review-testimonial .swiper-pagination .swiper-pagination-bullet:focus{
	outline: none;
}

/* Responsive Home CSS */
@media only screen and (max-width: 991px){
		
	.color-border-style .elementor-widget-container:after{
		transform: translate(-10px, 10px);	
	}
	
	.services-box .elementor-widget-image img{
		aspect-ratio: 1 / 0.66;
	}
	
	.review-testimonial .elementor-testimonial .elementor-testimonial__header .elementor-star-rating{
		font-size: 22px;
	}
	
	.review-testimonial .swiper-pagination{
		text-align: center;
		padding-left: 0;
	}
}

@media only screen and (max-width: 767px){
	
	.hero-slider-button:after,
	.hero-slider-button:before{
		right: 15px;
	}
	
	.certified-gallery .elementor-image-gallery .gallery{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		row-gap: 30px;
		column-gap: 30px;
		margin: 0 !important;
	}
	
	.certified-gallery .elementor-image-gallery .gallery figure{
		width: calc(50% - 15px);
		padding: 0 !important;
	}
	
	.review-testimonial .swiper-wrapper .swiper-slide .elementor-testimonial{
		padding: 20px;
	}
	
	.review-testimonial .elementor-testimonial .elementor-testimonial__header .elementor-star-rating {
		transform: translate(20px, 20px);
	}
	
	.review-testimonial .elementor-testimonial .elementor-testimonial__content{	
		padding-top: 15px !important;
		margin-top: 40px;
	}
	
	.review-testimonial .elementor-testimonial .elementor-testimonial__header .elementor-star-rating{
		font-size: 20px;
	}
	
}


/* About Us CSS  */
.breadcrumbs ul li a:hover span{
	color: #C8221E
}

.core-value-icon-box .elementor-icon-box-icon .elementor-icon{
	position: relative;
}

.core-value-icon-box .elementor-icon-box-icon .elementor-icon:before{
	content: '';
    position: absolute;
    top: 5px;
    left: -15px;
    background: #c8221e;
    opacity: 0.85;
    border-radius: 100%;
    width: 55px;
    height: 55px;
}

.about-us-since-heading .elementor-heading-title{
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.about-carousel .swiper-pagination .swiper-pagination-bullet{
	width: 30px !important;
	height: 6px !important;
	border-radius: 2px;
	opacity: 1 !important;
	transition: all 0.3s ease-in-out;
}

.about-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	width: 50px !important;
	background: #C8221E !important;
}

.about-since-box{
	position: relative;
	overflow: hidden !important;
}

.about-since-text .elementor-heading-title{
	position: absolute;
	top: -25px;
    left: -100px;
	bottom: auto;
	display: inline-block;
    background: #FFF;
    padding: 10px;
    width: 250px;
	transform: rotate(-45deg) translate(-20px, 55px);
}

.about-year-of-exp .elementor-image-box-title{
	margin-top: 0;
}

.about-slider-image-box .elementor-image-box-wrapper,
.about-slider-image-box .elementor-image-box-wrapper figure{
	line-height: 0;
	position: relative;
}

.about-slider-image-box .elementor-image-box-wrapper figure:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #00000059;
	width: 100%;
	height: 100%;
}

.about-slider-image-box .elementor-image-box-wrapper figure img{
	width: 100%;
    aspect-ratio: 1 / 1.11;
    object-fit: cover;
}

.about-slider-image-box .elementor-image-box-wrapper .elementor-image-box-content{
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 30px;
	width: 75%;
}

.about-slider-image-box .elementor-image-box-wrapper .elementor-image-box-content h3{
	margin-top: 0;
}

.client-logo .swiper .swiper-wrapper{
	padding: 30px 0;
	width: calc(100% - 10px);
}

.client-logo .swiper .swiper-wrapper .swiper-slide figure{
	background: #FFF;
	padding: 40px 20px;
	margin: 10px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.client-logo .swiper .swiper-wrapper .swiper-slide figure img{
	max-width: 200px;
	max-height: 50px;
}

.client-logo .swiper .elementor-swiper-button{
	background: #C8221E;
	align-items: center;
	flex-direction: row;
	justify-content: center;
	width: 44px;
	height: 44px;
}

.client-logo .swiper .elementor-swiper-button-prev{
	left: -60px;
}

.client-logo .swiper .elementor-swiper-button-next{
	right: -60px;
}

/* Responsive About CSS */
@media only screen and (max-width: 1420px) {
	
	.client-logo .swiper .elementor-swiper-button-prev{
		left: -40px;
	}

	.client-logo .swiper .elementor-swiper-button-next{
		right: -40px;
	}	
}

@media only screen and (max-width: 1380px) {
	
	.client-logo .swiper .elementor-swiper-button{
		width: 36px;
		height: 36px;
	}
	
	.client-logo .swiper .elementor-swiper-button{
		top: auto;
		bottom: -60px;
	}
	
	.client-logo .swiper .elementor-swiper-button-prev{
		left: calc(50% - 40px);
	}

	.client-logo .swiper .elementor-swiper-button-next{
		right: calc(50% - 40px);
	}	
}

@media only screen and (max-width: 1024px) {
	
	.client-logo .swiper .swiper-wrapper .swiper-slide figure{
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.client-logo .swiper .swiper-wrapper .swiper-slide figure img{
		max-width: 120px;
		max-height: 40px;
	}
	
	.about-slider-image-box .elementor-image-box-wrapper .elementor-image-box-content{
		width: 100%;
	}
	
	.client-logo .swiper .swiper-wrapper{
		padding: 10px 0;
	}
}

@media only screen and (max-width: 991px) {
	
	.about-slider-image-box .elementor-image-box-wrapper figure img{
		aspect-ratio: 1 / 1;
	}
}

@media only screen and (max-width: 767px) {

	.about-since-text .elementor-heading-title{
		top: -30px;
		left: -110px;
	}
	
	.core-value-icon-box .elementor-icon-box-wrapper{
		align-items: flex-start;
	}
	
	.core-value-icon-box .elementor-icon-box-icon .elementor-icon:before{
		top: 5px;
		left: -15px;		
		width: 45px;
		height: 45px;
	}
	
	.core-value-icon-box .elementor-icon-box-wrapper .elementor-icon-box-title{
		margin-top: 0;
	}
	
	.about-slider-image-box .elementor-image-box-wrapper .elementor-image-box-content{
		padding: 20px;
	}
	
	.about-carousel .swiper-pagination .swiper-pagination-bullet{
		width: 25px !important;
	}
	
	.about-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
		width: 50px !important;
	}
	
	.client-logo .swiper .elementor-swiper-button{
		bottom: -50px;
	}
}

/* Services CSS */
.services-tab .e-n-tabs-heading button.e-n-tab-title:hover .e-n-tab-icon svg:first-child{
	transform: translateY(-100vh);
    height: 0;
    opacity: 0;
}

.services-tab .e-n-tabs-heading button.e-n-tab-title:hover .e-n-tab-icon svg:last-child{
	width: var(--n-tabs-icon-size, var(--n-tabs-title-font-size));
    height: var(--n-tabs-icon-size, var(--n-tabs-title-font-size));
	opacity: 1;
	transform: translateY(0);
	fill: var( --e-global-color-accent );
}

/* Servcies Details CSS */

.list-column-2 ul{
	display: flex;
	flex-wrap: wrap;
	column-gap: 30px;
}

.list-column-2 ul li{
	width: calc(50% - 15px);
}

.list-column-3 ul{
	display: flex;
	flex-wrap: wrap;
	column-gap: 30px;
}

.list-column-3 ul li{
	width: calc(33.33% - 20px);
}

/* Dev Test Working CSS  */
.services-single-generators-container{
	position: relative;
	overflow: hidden !important;
	height: 100%;
}

.services-single-generators-container,
.services-single-generators-img-container,
.services-single-generators-img{
	height: 100%;
}

.services-single-generators-img img{
	position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

.services-single-tab .e-n-tabs-heading .e-n-tab-title{
	box-shadow: -1px 6px 18px 0px rgba(0, 0, 0, 0.09);
}
/* Dev Test Working CSS  */

.services-single-icon-boxes .elementor-icon-box-icon .elementor-icon{
	position: relative	
}

.services-single-icon-boxes .elementor-icon-box-icon .elementor-icon:before{
	content: '';
	position: absolute;
	top: 20px;
    left: -20px;
	background: #c8221e;
	opacity: 0.35;
	border-radius: 100%;
	width: 60px;
	height: 60px;
}

.icon-box-heading-style .elementor-icon-box-content .elementor-icon-box-title{
	margin-top: 0;
}

.faq-style .elementor-accordion-item{
	margin-bottom: 20px;
}

.faq-style .elementor-accordion-item:last-child,
.faq-style .elementor-accordion-item .elementor-tab-content p:last-child{
	margin-bottom: 0;
}

/* Residential Page CSS  */

.residential-img-style img{
	aspect-ratio: 1 / 0.66;
    object-fit: cover;
}

/* Commercial Page CSS */

.electric-business-container{
	position: relative;
	overflow: hidden !important;	
}

.electric-business-content{
	position: relative;
}

.electric-business-content:before{
	content: '';
    position: absolute;
    top: -60px;
    left: -60px;
    right: 0;
    bottom: 0;
    background: #C8221E;
    width: 100vw;
    height: calc(100% + 100px);
}

.commercial-about-icon-box .elementor-icon-box-wrapper{
	position: relative;
	flex-direction: column !important;
}

.commercial-about-icon-box .elementor-icon-box-icon{
	margin-right: 20px !important;
}

.commercial-about-icon-box .elementor-icon-box-content{
	margin-top: 10px;
}

.commercial-about-icon-box .elementor-icon-box-content h3{
	position: absolute;
	top: 0;
	left: 50px; 
	margin-top: 5px;
}

.commercial-services-box-icon .elementor-icon-wrapper{
	line-height: 0;
}

.commercial-services-box-icon .elementor-icon{
	position: relative	
}

.commercial-services-box-icon .elementor-icon:before{
	content: '';
	position: absolute;
	top: 0;
    left: -15px;
	background: #c8221e;
	opacity: 0.35;
	border-radius: 100%;
	width: 60px;
	height: 60px;
}

.commercial-services-box-content .elementor-image-box-content h3{
	margin-top: 0;
}

.commercial-services-box-content .elementor-image-box-content p{
	display: -webkit-box;
  	-webkit-line-clamp: 3;
  	-webkit-box-orient: vertical;  
  	overflow: hidden;
}

.commercial-counter .elementor-counter .elementor-counter-title{
	flex-wrap: wrap;
	margin-left: 20px;
}

.commercial-counter .elementor-counter .elementor-counter-number-wrapper{
	flex: 0;
}

.services-single-cta-section{
	position: relative
}

.services-single-cta-section:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.60);
	-webkit-backdrop-filter: blur(5.75px);
    backdrop-filter: blur(5.75px);
}

/* .services-single-cta-section:after{
	content: '';
	position: absolute;
	top: auto;
	right: 30px;
	bottom: 0;
	background: url("/wp-content/uploads/2024/05/services-single-cta-img.png") no-repeat center center;
	background-size: cover;
	width: 255px;
	height: 300px;
} */

/* Industrial Page CSS */



/* Responsive Servcies Details CSS */
@media only screen and (max-width: 991px){
	
	.services-single-icon-boxes .elementor-icon-box-icon .elementor-icon:before{
		width: 55px;
		height: 55px;
	}
	
	.commercial-services-box .elementor-icon-box-content{
		padding-right: 60px;
	}

	
	/* Residential Page CSS  */
	.residential-img-style img{
		aspect-ratio: 1 / 0.88;
	}	
	
	/* Commercial Page CSS  */
	.electric-business-content:before{		
		top: -40px;
		left: -40px;
		height: calc(100% + 80px);
	}
	
	.commercial-about-icon-box .elementor-icon-box-icon{
		margin-right: 15px !important;
	}
	
	.commercial-about-icon-box .elementor-icon-box-content h3{
		left: 45px;
		margin-top: 3px;
	}
	
	.commercial-services-box-icon .elementor-icon:before{
		width: 55px;
		height: 55px;
	}
	
/* 	.services-single-cta-section:after{
		right: 5px;
		width: 95px;
        height: 113px;
	} */
	
	/* Industrial Page CSS */
}

@media only screen and (max-width: 767px){
	
	.list-column-2 ul,
	.list-column-3 ul{
		column-gap: 0;
	}

	.list-column-2 ul li,
	.list-column-3 ul li{
		width: 100%;
	}
	
	.services-single-icon-boxes .elementor-icon-box-icon .elementor-icon:before{
		width: 50px;
		height: 50px;
	}
	
	.icon-box-heading-style.elementor-widget-icon-box .elementor-icon-box-wrapper{
		align-items: flex-start;
	}
	
	/* Residential Page CSS  */
	.residential-img-style img{
		aspect-ratio: 1 / 0.66;
	}
	
	/* Residential Page CSS  */
	.electric-business-content:before{		
		top: -40px;
		left: -40px;
		height: calc(100% + 60px);
	}
	
	.commercial-about-icon-box .elementor-icon-box-icon {
		display: inline-block !important;
	}
	
	.commercial-about-icon-box .elementor-icon-box-content{
		margin-top: 0px;
	}
	
	.commercial-about-icon-box .elementor-icon-box-content h3{
        margin-top: 5px;
    }
	
	.commercial-services-box .elementor-icon-box-wrapper{
		justify-content: center !important;
	}
	
	.commercial-services-box .elementor-icon-box-content{
		padding-top: 20px;
		padding-right: 0;
	}
	
	.commercial-services-box-icon .elementor-icon:before{
		width: 50px;
		height: 50px;
	}
	
/* 	.services-single-cta-section:after{
		width: 100px;
        height: 120px;
	} */
	/* Industrial Page CSS */
	
}

/* Contact Us CSS */

.contact-us-icon-box .elementor-icon-box-content .elementor-icon-box-title{
	margin-top: 0;
}

.contact-us-icon-box .elementor-icon-box-content .elementor-icon-box-description a{
	color: inherit;
	transition: all 0.3s ease-in-out;
	word-break: break-all;
}

.contact-us-icon-box .elementor-icon-box-content .elementor-icon-box-description a:hover{
	color: #C8221E;
}

.contact-us-form #gform_wrapper_1 .gform_heading{
	display: none;
}

.contact-us-form #gform_1 .gform-body .gform_fields{
	row-gap: 20px;
	column-gap: 20px;
}

.contact-us-form #gform_1 .gform-body .gform_fields .gfield{
	border-radius: 0;
    box-shadow: none;
	
}

.contact-us-form #gform_1 .gform-body .gform_fields .gfield .ginput_container input,
.contact-us-form #gform_1 .gform-body .gform_fields .gfield .ginput_container textarea{
	font-family: "Figtree", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
	border: 1px solid #d2d2d2;
	border-radius: 0;
    box-shadow: none;
	padding: 12px 20px;
	height: auto;
}

.contact-us-form #gform_1 .gform-body .gform_fields .gfield .ginput_container input::placeholder,
.contact-us-form #gform_1 .gform-body .gform_fields .gfield .ginput_container textarea::placeholder{
	color: #343434;
}

.contact-us-form #gform_1 .gform-body .gform_fields .gfield .ginput_container input:focus,
.contact-us-form #gform_1 .gform-body .gform_fields .gfield .ginput_container textarea:focus,
.contact-us-form #gform_1 .gform_footer input[type="submit"]:focus{
	outline: none;
	box-shadow: none;
}

.gform-theme--foundation .gfield textarea.medium{
	min-block-size: auto;
}

.contact-us-form #gform_1 .gform-body .gform_fields .gfield .ginput_container textarea{
	height: 100px;
}


.contact-us-form #gform_1 .gform-body .gform_fields .gfield .validation_message.gfield_validation_message{
	margin-top: 0;
	font-family: "Figtree", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.02em;
	color: #C8221E;
}

.contact-us-form .gform_validation_errors{
	padding: 10px;
	margin-bottom: 20px;	
}

.contact-us-form #gform_1 .gform_footer input[type="submit"]{
	font-family: "Figtree", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2em;
	background-color: transparent !important;
	background-image: linear-gradient(264.59deg, #D5332F 0.89%, #B73431 98.85%);
	border: 1px solid #C8221E;
	border-radius: 0;
	padding: 14px 25px;
	transition: all 0.3s ease-in-out;
}

.contact-us-form #gform_1 .gform_footer input[type="submit"]:hover{
	background-image: none;
	background: #FFF;
	color: #C8221E;
}

@media only screen and (max-width: 767px){
	
	.contact-us-icon-box .elementor-icon-box-wrapper{
		align-items: flex-start;
	}
	
	.contact-us-form #gform_1 .gform-body .gform_fields .gfield .validation_message.gfield_validation_message{
		font-size: 12px;
	}
	
}
