/**
Theme Name: Astra Child
Author: Hamed Akhtar
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* .woocommerce-pagination {
    text-align: center;
    margin: 20px 0;
}
.woocommerce-pagination a {
    padding: 10px 15px;
    margin: 0 5px;
    border: 1px solid #ddd;
    background: #f7f7f7;
} */
.info-section{
	padding:150px 0;
}
.info-section h3{
	text-align:center;
	color:#fff;
	font-size:2rem;
	font-weight:normal;
	max-width:60%;
   margin:auto; 
}
.who-we-are-section{
	padding:70px 0;
}
.who-we-are-section h3{
		font-size:1.5rem;
	color:#145DA1;
}
.woocommerce-ordering{
	display:none!important;
}

.ast-theme-transparent-header .ast-above-header, .ast-theme-transparent-header .ast-above-header.ast-above-header-bar{
	background-color:#000!important;
}
.fixed-header .max-mega-menu  .mega-menu-link{
	color:#000!important;
	
}
.fixed-header .max-mega-menu .mega-sub-menu  .mega-menu-link{
		color:#777!important;
}
.fixed-header .max-mega-menu .mega-sub-menu  .mega-menu-link:hover{
		color:#fff!important;
}
.ast-above-header-bar ul.info {
	list-style:none;
	display:flex;
	flex-wrap:nowrap;
	color:#ffff;
	padding:0;
	margin:0;
}
.ast-above-header-bar ul.info li{
	margin-right:20px;
}
.ast-above-header-bar ul.info a{
		color:#ffff;
}
.ast-above-header-bar ul.info .phone {
	background:url(images/phone-icon.png) no-repeat left center;
	padding-left:25px;

}
.ast-above-header-bar ul.info .mail {
	padding-left:25px;
	background:url(images/mail-icon.png) no-repeat left center;
}
.category-section {
	padding:50px 0!important;
}
.category-section h2{
	font-size: 40px;
	text-align:center;
}
.category-box{
	background:#fff;
/* 	padding:40px 20px; */
	margin:20px 0;
	transform: translate(0px, 0px);
    transition: .5s;
	cursor:pointer;
	box-shadow: 0px 1px 10px 0px RGBA(0,0,0,0.13);
    border-width: 0px 0px 0px 0px;
    border-style: solid;
    border-color: RGBA(255,255,255,1);	
	overflow: hidden!important;
	position:relative!important;
	 min-height: 300px!important;
  }
.category-box .img {
  transform: scale(1);
  max-width: 100%;
  transition: 0.5s ease all;
	overflow:hidden!important;
/* 	min-height:350px; */
}
.category-box:hover .img {
  transform: scale(1.2);
	overflow:hidden!important;
}
.category-box .heading-info {
  position: absolute;
  transition: 0.5s ease all;
  visibility: visible;
  opacity: 1;
  bottom: 0;
	left:0;
  background:#145DA1;
	width:100%!important;
} 
.category-box:hover .heading-info {
   transition: 0.5s ease all;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.3);
} 
.category-box .heading-info h3{
	font-size:1.5rem;
	text-align:center;
	padding:15px;
	color:#fff;
}
.category-box:hover{
	transform: translate(0px, -5px);
    transition: .5s;
}
.category-box .info-box {
  text-decoration: none;
  width: 100%;
  height: 0px;
  position: absolute;
  transition: 0.5s ease all;
  visibility: hidden;
  opacity: 0;
  top: 0;
  transform: scale(0.3);
} 
.category-box .info-box a:hover {
	text-decoration:underline;
	color:#fff!important;
	font-size:105%;
	
}

.category-box:hover .info-box {
	 background: rgba(0,0,0,0.5);
/*   background: #145DA1; */
  visibility: visible;
  left: 0;
  height: 100%;
  padding: 20px; 
  opacity: 1;
  top: 0;
  transform: scale(1);
}
.category-box:hover .info-box h3{
	color:#fff;
		font-size:1.5rem;
	text-align:left;
	padding:0!important;
}

/* .category-box .info-box{
	display:none!important;
} */
.service-option .service-box:hover {
    transition: transform 0.5s;
}
.service-option h2{
    color:#fff!important;
	font-size: 32px;
    font-weight: normal!important;
}



.service-option .service-box .info {
  text-decoration: none;
  width: 100%;
  height: 0px;
  position: absolute;
  transition: 0.5s ease all;
  visibility: hidden;
  opacity: 0;
  top: 0;
  transform: scale(0.3);
} 
.service-option .service-box:hover .info {
  background: rgba(0,0,0,0.5);
  visibility: visible;
  left: 0;
  height: 100%;
  padding: 50px; 
  opacity: 1;
  top: 0;
  transform: scale(1);
}
.service-option .service-box:hover .img {
  transform: scale(1.5);
}

.about-us-section {
padding:50px 0!important;
	background:#fff;
}
.about-us-section h5 {
	color:#161616!important;
}
.about-us-section h3 {
	color:#161616!important;
}
.about-us-section p {
	color:#161616;
	font-weight:normal!important;
}
.why-choose-section{
	padding:100px 0!important;
}
.why-choose-section h5{
	color:#fff!important;
	text-align:center;
}
.why-choose-section h2{
    font-size: 40px;
    text-align: center;
    color: #fff;
}

.why-choose-section .box{
	background:#fff;
	padding:30px;
	border-radius:5px;
	cursor:pointer;
}
.why-choose-section .box h3{
	font-size:26px;
}
.why-choose-section .box:hover{
	transform: translate(0px, -5px);
    transition: .5s;
}
.our-partners-section {
padding:50px 0!important;
}
.our-partners-section h2 {
	  font-size: 40px;
    text-align: center;
    color: #000;
}


.site-footer-above-section-4 #media_image-1{
	margin:0 0 0.7em!important;
}
.site-footer-above-section-4 ul li a{
	color:#777;
	font-size:0.8em;
}
.site-above-footer-wrap ul li a{
  color:#777!important;
	font-size:0.8em;	
}
.site-above-footer-wrap h2{
	margin-top:1em!important;
	color:#777!important;
	font-size:1.5em!important;
}
.site-primary-footer-wrap h2{
	color:#777!important;
	font-size:1.3rem!important;
	border-bottom:1px solid #777;
}
.site-primary-footer-wrap .menu-link{
	color:#777!important;
	text-transform:uppercase!important;
	font-size:14px!important;
}
.site-footer-section ul.info li a{
	color:#777!important;
	font-size:14px!important;
}
.ast-builder-footer-grid-columns {
    grid-column-gap: 25px!important;
}
.site-primary-footer-wrap .menu-link:hover, .site-footer-section ul.info li:hover a{
	color:#fff!important;
}
.site-above-footer-wrap ul li:hover a{
	color:#fff!important;
}
/* .site-footer-above-section-1 ul li{
		margin-bottom:10px;
} */
.site-footer-section p{
	text-align:left;
	margin-bottom:0;
}
.site-footer-section img{
	max-width:65%!important;
	margin-bottom:10px;
	
}
.site-footer-section ul{
list-style:none;
	padding:0;
	margin:0;
}
.site-footer-section ul.info li{
	text-align:left;
}
.site-footer-section ul.info li.phone{
	background:url(images/phone-icon.png) no-repeat left center;
	padding-left:30px;
	
}
.site-footer-section ul.info li.mail{
	background:url(images/mail-icon.png) no-repeat left center;
	padding-left:30px;

}
.site-footer-section ul.info li.location{
	background:url(images/location-icon.png) no-repeat left top;
	padding-left:30px;
	color:#777;
	font-size:0.9em;
}
.site-above-footer-wrap{
	background:#60a4e1!important;
	padding:60px 0!important;
} 
.bottom-contact-bar{
	background:#60a4e1;
	display:grid;
	grid-template-columns: repeat(2, 1fr);
	width:80%;
	margin:auto;
}
.bottom-contact-bar h3{
	font-size:22px!important;
	color:#fff;
	text-align: center;
	margin: 0;
	padding: 0;
}
.bottom-contact-bar p{
	color:#fff!important;
	text-align: center;
	margin: 0;
	padding: 0;
}
.bottom-contact-bar .btn{
	margin:auto;
}
.bottom-contact-bar a{ 
border-color: #145da1;
    background-color: #145da1;
	padding:15px 25px;
	color:#fff;
	cursor:pointer;
}
.bottom-contact-bar a:hover{ 
    background-color: #60a4e1;
    border-color: #145da1!important;
}
.site-above-footer-wrap p {
	color:#777;
	font-size:0.9em;
}
.woocommerce-products-header__title {
	color:#000;
	font-size:2.5em;
}
.power-output ul.mega-sub-menu {
	display:flex!important;
	flex-wrap:wrap;
}
.power-output ul.mega-sub-menu li:first-child {
	flex:0 0 100%;
	max-width:100%!important;
}
.power-output ul.mega-sub-menu li {
	flex:0 0 auto;
	max-width:33%!important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title{
	max-width:90%!important;
	color:#fff;
}
.woocommerce.woocommerce-page .ast-primary-header-bar {
    background-color: #25252a;
	} 	

.sub-banner{
	padding:100px 0;
	
}
.sub-banner h1{
	font-size:4.5rem;
	color:#fff;
	text-align:center;
	
}
.display-top-section{
	background:#25252a;
	padding:50px 0!important;
	margin-bottom:50px;
}
.display-top-section h2{
	font-size:2.5rem;
	color:#fff;
	text-align:center;
}
.display-top-section p{
	color:#fff;
	margin-bottom:0;
}
.product-display-section {
	background:#fff;
}
.related.products{
	
}
.product-display-section h2, .related.products h2, .info-section h2, .who-we-are-section h2{
		font-size:2.5rem;
}

.product-display-section h2:after, .related.products h2:after, .info-section h2:after, .who-we-are-section h2:after{
	content:'';
	border-bottom:5px solid #145DA1;
	display:block;
	width:10%;
	padding-bottom:10px;
}
.pt-20{
	padding-top:30px!important;
}
.product-display-section .product-inner-section{
padding:0 0 10px;
}
.product-display-section .display-box, .product-inner-section ul.products li, .related.products ul.products  li{
	background:#fff;
	padding:0 0 20px;
	transform: translate(0px, 0px);
    transition: .5s;
	cursor:pointer;
	box-shadow: 0px 1px 10px 0px RGBA(0,0,0,0.13);
    border-width: 0px 0px 0px 0px;
    border-style: solid;
    border-color: RGBA(255,255,255,1);	
}
.product-display-section .display-box h3{
	font-size:1.3rem;
	text-align:center;
	color:#fff;
	padding:10px;
	background:#60a4e1;
}
.product-display-section .display-box:hover h3{
	font-size:1.3rem;
	text-align:center;
	color:#fff;
	padding:10px;
	background:#145da1;
}
.product-display-section .display-box p, .product-display-section .display-box  a{
	padding: 10px 20px 0; 
	margin-bottom:0;
	display:block;
	color:#3a3a3a;
}
.product-display-section .display-box:hover, .product-inner-section ul.products li:hover, .related.products ul.products  li:hover{
	background:#eaeffa;
	transform: translate(0px, -1px);
    transition: .5s;
}
.product-inner-section ul.products li h2, .related.products ul.products  li h2{
padding:0 10px!important;
}
.product-inner-section ul.products li h2:after, .related.products ul.products  li h2:after{
	content:none!important;
}
.product-detail{
	background:#60a4e1;
	padding:20px 0!important;
	color:#fff;
	border-bottom:1px solid #000;
}
.product-detail p{
/* 	font-size:0.9rem;
	text-align:center; */
	font-size:1.1rem;
	text-align:center; 
	line-height:1.4;
	
}
.product-detail h6{
	font-size:0.8rem;
	text-align:center;
color:#fff;
}
.product-detail h4{
	font-size:1.4rem;
	text-align:center;
	font-weight:bold;
color:#fff;
}
.product-detail .box{
	background:#145da1;
	padding:20px;
}
.wpforms-container .wpforms-one-half, .wpforms-container .wpforms-three-sixths, .wpforms-container .wpforms-two-fourths {
    width: calc(50% - 10px);
    z-index: 999999;
}
.enquiry-form-section{
	padding:50px 0!important;
}
.enquiry-form-section h2{
	color:#fff;
	 font-size: 40px;
}
.enquiry-form-section p{
	color:#fff;
}
#wpforms-2056{
	    background: #ffffffd6;
    padding: 20px;
    border-radius: 10px;
}
input[type=email], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea{
	padding:0.5em!important;
}
.woocommerce-js .select2-container .select2-selection--single, .woocommerce-js select, .woocommerce-page .select2-container .select2-selection--single, .woocommerce-page select{
	padding:0.73em!important;
}
.wpforms-container .wpforms-field {
    padding: 0px 0 5px!important;
    position: relative;
}
.wpforms-container textarea.wpforms-field-large {
    height: 80px!important;
}
.price, .quantity{
	display:none!important;
}
.display-box{
	position:relative!important;
}
/* .display-box:hover .parts-btn{
	display:block;
	background:#eaeffa;
	transform: translate(0px, -1px);
    transition: .5s;
	position:absolute;
	width:100%;
	height:100%;
	text-align:center;
	top:50%;
}

.display-box .parts-btn{
	transform: translate(0px, 0px);
    transition: .5s;
	cursor:pointer;
	display:none;

} */
.display-box .parts-btn  {
  text-decoration: none;
  width: 100%;
  position: absolute;
  transition: 0.5s ease all;
  visibility: hidden;
  opacity: 0;
  top: 0;
	text-align:center;

} 
.display-box:hover .parts-btn  {
	background:#145da1b5;
  visibility: visible;
  left: 0;
  padding: 20px; 
  opacity: 1;
  top: -180px;
font-size:1.2rem;

}
.display-box:hover .parts-btn  a{
	color:#fff;
}
header .fixed-header .custom-logo-link  img{
	display:none!important;

}
header .fixed-header .custom-logo-link  {
	background:url(https://demo.gulfpowersolutions.com/wp-content/uploads/2024/11/gulfpowerlogo.webp) no-repeat left center;
	width:150px;
	height:72px;
	display:block;
	background-size:contain;
}

@media (min-width: 320px) and (max-width: 767px) {
	.elementor-1193 .elementor-element.elementor-element-9878f6c{
		padding-top:0!important;
		padding-bottom:10px!important;
}
.power-output ul.mega-sub-menu li {
	flex:0 0 auto;
	max-width:100%!important;
}	
	.ast-mobile-popup-drawer.active .ast-mobile-popup-inner{
		background-color:#222!important;
	}
	.ast-mobile-popup-drawer .ast-mobile-popup-header .menu-toggle-close{
background-color:#fff!important;
	}
.category-section {
    padding: 0 !important;
}	
.category-section h2, .why-choose-section h2, .our-partners-section h2 {
    font-size: 30px;
}	
.bottom-contact-bar {
   grid-template-columns: repeat(1, 1fr);
}
.bottom-contact-bar	.footer-info{
		padding-bottom:30px;
}
.ast-footer-html-1 p, .ast-footer-copyright p {
		text-align:center;
	}
.sub-banner{
		min-height:10vh!important;
		padding: 120px 0 50px;
}	
.sub-banner h1 {
    font-size: 1.5rem;
}
.sub-banner-outer {
	background-size:100% 100%!important;
}
.product-display-section h2, .related.products h2, .info-section h2, .who-we-are-section h2 {
    font-size: 1.6rem;
}	
.product-display-section h2:after, .related.products h2:after, .info-section h2:after, .who-we-are-section h2:after {
    width: 25%;
}
.enquiry-form-section h2 {
     font-size: 1.8rem;
}
.wpforms-container .wpforms-one-half{
		width:100%!important;
		margin-left:0!important;
}	
.info-section h3 {
    max-width: 100%;
}
.info-section {
    padding: 45px 0;
}
	.wpforms-container .wpforms-first{
		margin-bottom:5px;
	}	
}

@media (min-width: 768px) and (max-width: 991px) {
	.products-box {
	display:grid!important;
	grid-template-columns: repeat(2, 1fr);
	}
.power-output ul.mega-sub-menu li {
	flex:0 0 auto;
	max-width:100%!important;
}	
	.ast-mobile-popup-drawer.active .ast-mobile-popup-inner{
		background-color:#222!important;
	}
	.ast-mobile-popup-drawer .ast-mobile-popup-header .menu-toggle-close{
background-color:#fff!important;
	}
.category-section {
    padding: 0 !important;
}	
.category-section h2, .why-choose-section h2, .our-partners-section h2 {
    font-size: 30px;
}	
.bottom-contact-bar {
   grid-template-columns: repeat(1, 1fr);
}
.bottom-contact-bar	.footer-info{
		padding-bottom:30px;
}
.ast-footer-html-1 p, .ast-footer-copyright p {
		text-align:center;
	}
.sub-banner{
		min-height:10vh!important;
		padding: 120px 0 50px;
}	
.sub-banner h1 {
    font-size: 1.5rem;
}
.sub-banner-outer {
	background-size:100% 100%!important;
}
.product-display-section h2, .related.products h2, .info-section h2, .who-we-are-section h2 {
    font-size: 1.6rem;
}	
.product-display-section h2:after, .related.products h2:after, .info-section h2:after, .who-we-are-section h2:after {
    width: 25%;
}
.enquiry-form-section h2 {
     font-size: 1.8rem;
}
.wpforms-container .wpforms-one-half{
		width:100%!important;
		margin-left:0!important;
}	
.info-section h3 {
    max-width: 100%;
}
.info-section {
    padding: 45px 0;
}
	.wpforms-container .wpforms-first{
		margin-bottom:5px;
	}	
}

@media (min-width: 992px) and (max-width: 1100px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 5px 0px 5px;
    font-size: 12px;
  
}
}

@media only screen and (min-width: 922px){

.fixed-header {
    position: fixed;
    width: 100%;
    top: 0;
	-webkit-transition: all .4s ease;
    transition: all .4s ease;
	box-shadow: 0px 1px 10px rgb(0 0 0 / 30%);
	background-color:#fff!important;
}
.fixed-header	.menu-link{
		color:#000!important;
}
.ast-left-sidebar #primary, .ast-left-sidebar #secondary {
        border-left: none!important;
        border-right:none!important;
    }
}