/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Template: oceanwp
Author: OceanWP
Author URI: https://oceanwp.org/about-oceanwp/
Description: OceanWP is the perfect theme for your project. Lightweight and highly extendable, it will enable you to create almost any type of website such a blog, portfolio, business website and WooCommerce storefront with a beautiful &amp; professional design. Very fast, responsive, RTL &amp; translation ready, best SEO practices, unique WooCommerce features to increase conversion and much more. You can even edit the settings on tablet &amp; mobile so your site looks good on every device. Work with the most popular page builders as Elementor, Beaver Builder, Brizy, Visual Composer, Divi, SiteOrigin, etc... Developers will love his extensible codebase making it a joy to customize and extend. Best friend of Elementor &amp; WooCommerce. Looking for a Multi-Purpose theme? Look no further! Check the demos to realize that it's the only theme you will ever need: https://oceanwp.org/demos/
Tags: two-columns,right-sidebar,footer-widgets,blog,news,custom-background,custom-menu,post-formats,rtl-language-support,sticky-post,editor-style,threaded-comments,translation-ready,buddypress,custom-colors,featured-images,full-width-template,theme-options,e-commerce,block-styles,wide-blocks,accessibility-ready
Version: 4.1.3.1762923875
Updated: 2025-11-12 05:04:35

*/

.site-footer {
	    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	  font-family: "Josefin Sans", sans-serif!important;
	
}

p,
a,
li,span {
   font-family: "Outfit", sans-serif!important;
	text-decoration:none !important;

}

p{
	font-size:15px;
	text-align:justify;
}

div{
	 font-family: "Outfit", sans-serif!important;
/* 	font-family: "innervers-gothic"; */
}


#n2-ss-3item2 span{
	
    color: #de263d;

}

#n2-ss-4item2 span{
	 color: #de263d;
}

.home1-inner-left a img{
	width:250px;
}

.home1-right {
    display: flex;
    width: 75%;
    justify-content: center;
}



.home .home1-inner {
    display: flex;
       justify-content: space-between;
	    align-items: center;
    margin-top: 20px;
}

.home1-inner {
    display: flex;
       justify-content: space-between;
	    align-items: center;
    margin-top: 0px;
}

li.search-toggle-li {
    display: none !important;
}

.home .home1 {

    position: absolute;
    z-index: 10;
    width: 95%;
    padding: 10px 0;
    left: 0%; 
}



.home1 {
  position: relative; 
  width: 100%;
   padding: 10px 0;
    left: 0%; 
}

a.mega-menu-link {
    font-family: "Josefin Sans", sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}


.home2-right{
	display:flex;
	align-items:center;
}

.home2-right a {
   
   
    padding: 2px 10px;
    color: green;
    font-family: 'Josefin Sans';
    margin: 0;
	border-radius:5px;
    font-weight: 600;
}

.home2-right a i{
	
    font-size: 30px;
    color: green;

}

.content-area {
    float: unset !important;
    position: relative;
    width: 100% !important;
    padding-right: 0px !important;
    border-right-width: unset !important;
    border-style: unset !important;
    border-color: unset !important;
	margin-bottom:0;
}
.home-sec1 {
    padding: 30px 0px 0 0;
}
.service-sec1-inner {
    display: flex;
	gap:30px;
	align-items: center;
    margin-top: 21px;
}
.left-sec1 {
    width: 25%;
}
.left-sec2 {
    width: 70%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

/* .box-servic img{
	
    width: 40%;

} */

.service-top h4 {
    font-size: 24px;
    border-bottom: 1px solid #8080802b;
    /* width: 71%; */
    padding-bottom: 17px;
    font-weight: 600;
	display:none;
}
.left-sec1 h2 {
    font-size: 30px;
    color: #344285;
       font-weight: 400;
    line-height: 43px;
	    margin-bottom: 195px;
	position:relative;
	top:50px;
}
.left-sec1 h2 span {
    color: #da2f36;
    font-size: 64px;
    font-weight: 800;
    line-height: 64px;
}

.left-sec1 h3 {
    margin-top: 20px;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 26px;
    color: #344285;
}

.left-sec1 p {
    font-size: 15px;
    line-height: 24px;
	text-align:justify;
}
.service-sec1-inner svg {
    fill: #da2f36;
	width: 80px;
    height: 100px;
}
.box-servic{
	text-align:center;
}
.left-sec2 h3 {
    margin-top: 20px;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 26px;
    color: #344285;
	text-align:center;
}
p {
	color: gray;
}
.left-sec2 p {
    font-size: 15px;
    line-height: 24px;
	text-align:justify;
}
.left-sec1 a {
  border-radius: 20px;
    border: 1px solid gray;
    padding: 11px 20px;
    text-decoration: unset !important;
    font-size: 17px;
    font-family: 'Josefin Sans' !important
}

.left-sec1  a {
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease-in-out;
  border: solid 1px #A6A6A6;
}
.left-sec1 a::before {
    content: "";
    position: absolute;
    background: #344285;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    transition: width 0.3s 
ease-in-out;
    border-radius: 20px;
	
}
.left-sec1  a:hover {
  color: white;
  z-index: 1;
	border: 1px solid #344285;
}
.left-sec1 a:hover svg {
    fill: white !important;
}
.left-sec1  a:hover::before {
  width: 100%;
}

.left-sec1 svg {
    width: 21px;
    height: 21px;
    fill: #333333;
    margin-left: 10px;
    padding-top: -15px;
    /* padding-top: 10px; */
    margin-bottom: -5px;
	  transition: fill 0.3s ease-in-out; 
}
.left-sec1  i.fa-solid.fa-circle-arrow-right {
    padding-left: 10px;
    font-size: 16px;
}
.bg-home1 {
    background: url(https://powerhorse.in/wp-content/uploads/2025/11/04.webp);
/*     padding: 50px 0px; */
    height: 400px;
    background-position: center;
    background-size: cover;
	background-attachment:fixed;
}
.bg-home1-inner {
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.bg-home1-inner h4 {
    margin-bottom: 15px;
    font-size: 45px;
    color: white;
    font-family: 'Outfit' !important;
    margin-bottom: 10px;
}
.bg-home1-inner h2 {
	
    font-size: 60px;
    color: #fff;
    line-height: 50px;
    text-transform: uppercase;

   font-family: 'Outfit' !important;
  margin-bottom: 70px;
	 
}
.bg-home1-inner a {
    border: 1px solid white;
    padding: 7px 21px;
    border-radius: 16px;
    color: white;
    text-decoration: unset !important;

	
	
}

.bg-home1-inner  a {
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease-in-out;
  border: solid 1px white;
}
.bg-home1-inner a::before {
    content: "";
    position: absolute;
    background: white;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    transition: width 0.3s 
ease-in-out;
    border-radius: 20px;
	
}
.bg-home1-inner a:hover {
  color:  #344285;
  z-index: 1;
	border: 1px solid #344285;
}

.bg-home1-inner  a:hover::before {
  width: 100%;
}




.home-abt {
        background: url(https://powerhorse.in/wp-content/uploads/2025/11/05.webp);
    padding: 70px 0px 0;
    background-size: cover;
    background-position: top;
}
.home-abt-inner {
    display: flex;
    gap: 100px;
}
.home-abt-left {
    width: 50%;
}
.home-abt-right {
    width: 50%;
}

.home-abt-right a{
	display: inline-block;
    border: 1px solid grey;
    padding: 5px 15px;
    border-radius: 50px;
}

.home-abt-right h4 {
    font-size: 24px;
    border-bottom: 1px solid #8080802b;
    /* width: 71%; */
    padding-bottom: 17px;
    font-weight: 600;
}
.home-abt-right h3 {
    font-size: 50px;
    color: #344285;
    width: 85%;
    line-height: 57px;
    font-weight: 600;
    margin-bottom: 60px;
}
.home-abt-right p {
    font-size: 17px;
    width: 80%;
    line-height: 28px;
    font-weight: 400;
}


.solar-home-inn {
    display: flex;
	align-items:center;
}
.solar-left {
    padding-left: 230px;
    width: 45%;
}
.solar-right {
      width: 60%;
}
.solar-left svg {
       width: 21px;
    height: 21px;
    fill: #333333;
    margin-left: 10px;
    padding-top: -15px;
    /* padding-top: 10px; */
    margin-bottom: -5px;
}

.solar-left h3 {
 
    font-size: 50px;
    color: #344285;
    /* width: 85%; */
    line-height: 57px;
    font-weight: 600;
    margin-bottom: 60px;
}
.solar-left p {
    font-size: 17px;
    /* width: 80%; */
    line-height: 28px;
    font-weight: 400;
	margin-bottom: 50px;
}
.solar-left a {
    border-radius: 20px;
    border: 1px solid gray;
      padding: 11px 20px;
    text-decoration: unset !important;
       font-size: 17px;
font-family: 'Josefin Sans' !important;
}
.solar-left a {
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease-in-out;
  border: solid 1px #A6A6A6;
  
}
.solar-left a::before {
    content: "";
    position: absolute;
    background: #344285;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    transition: width 0.3s 
ease-in-out;
    border-radius: 20px;
	
}
.solar-left  a:hover {
  color: white;
  z-index: 1;
	border: 1px solid #344285;
}
.solar-left a:hover svg {
    fill: white !important;
}
.solar-left a:hover::before {
  width: 100%;
}

.solar-left svg {
    width: 21px;
    height: 21px;
    fill: #333333;
    margin-left: 10px;
    padding-top: -15px;
    /* padding-top: 10px; */
    margin-bottom: -5px;
	  transition: fill 0.3s ease-in-out; 
}
.solar-right img {
    width: 85%;
}
.solar-right {
	display: flex;
    justify-content: end;
}

.solar-right img {
    width: 41%;
    z-index: 1;
    /* left: -19%; */
    position: relative;
	    height: 450px;
    object-fit: cover;
    border: 10px solid white;
}


.solar-right {
    display: flex;
    justify-content: center;
    gap: 25px;
    align-items: center;
    height: 650px;
	    position: relative;
}
.solar-right::before {
    content: "";
    position: absolute;
    background: #da2f36;
    height: 700px;
    z-index: 1;
    width: 630px;
    right: 0%;
}
.solar2::before {
    content: "";
    position: absolute;
    background: #344285;
    height: 700px;
    z-index: 1;
    width: 630px;
    left: 0%;
}
.solar-home {
	height: 750px;
	padding-top: 27px;
}
.solar-home2 {
    height: 750px;
}
.solar3 {
    padding-right: 230px!important;
    width: 45%;
}
.solar3 svg {
       width: 21px;
    height: 21px;
    fill: #333333;
    margin-left: 10px;
    padding-top: -15px;
    /* padding-top: 10px; */
    margin-bottom: -5px;
}

.solar3 h3 {
 
    font-size: 50px;
    color: #344285;
    /* width: 85%; */
    line-height: 57px;
    font-weight: 600;
    margin-bottom: 60px;
}
.solar3 p {
    font-size: 17px;
    /* width: 80%; */
    line-height: 28px;
    font-weight: 400;
	margin-bottom: 50px;
}
.solar3 a {
    border-radius: 20px;
    border: 1px solid gray;
      padding: 11px 20px;
    text-decoration: unset !important;
       font-size: 17px;
font-family: 'Josefin Sans' !important;

}
.solar3  a {
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease-in-out;
  border: solid 1px #A6A6A6;
}
.solar3  a::before {
    content: "";
    position: absolute;
    background: #344285;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    transition: width 0.3s 
ease-in-out;
    border-radius: 20px;
	
}
.solar3   a:hover {
  color: white;
  z-index: 1;
	border: 1px solid #344285;
}
.solar3  a:hover svg {
    fill: white !important;
}
.solar3   a:hover::before {
  width: 100%;
}

.solar3  svg {
    width: 21px;
    height: 21px;
    fill: #333333;
    margin-left: 10px;
    padding-top: -15px;
    /* padding-top: 10px; */
    margin-bottom: -5px;
	  transition: fill 0.3s ease-in-out; 
}

.solar-home2 {
    height: 750px;
    background: url(https://powerhorse.in/wp-content/uploads/2025/11/09-1.webp);
    background-size: cover;
}
.projects {
    padding: 70px 0px;
	position: relative;
}
.projects-inner h3 {
    font-size: 50px;
    color: rgb(52, 66, 133);
    line-height: 57px;
    font-weight: 600;
   text-align:center;
}
.projects-inner p {
    font-size: 17px;
    /* width: 80%; */
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 50px;
    text-align: center;
	    margin: 0px 100px;
}
.project-grid {
        margin-top: 70px;
    display: flex;
    gap: 20px;
}
.projects::after {
    content: "";
    position: absolute;
    background: #da2f36;
    width: 100%;
    height: 300px;
    bottom: 0;
    z-index: -1;
}

.footer {
    background: url(https://powerhorse.in/wp-content/uploads/2025/11/14.webp);
    padding: 70px 0px;
	    background-size: cover;
    background-position: bottom;
    height: 360px;
}
.footer-top {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid white;
    padding-bottom: 50px;
    align-items: center;
}
.footer-right {
    display: flex;
    gap: 40px;
}
.footer-right a {
    color: white;
    font-size: 17px;
    font-family: 'Josefin Sans' !important;
    font-weight: 500;
	
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
	    align-items: center;
}
.adrress {
    width: 22%;
}
.adrress p {
    color: white;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0px;
}

.phone a {
    color: white;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0px;
    font-family: 'Outfit';
}

.mail a {
    color: white;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0px;
    font-family: 'Outfit';
}





@media only screen and (max-width: 1024px) {
	
	.home1-right {
    display: flex;
    width: 73%;
    justify-content: flex-end;
}
}

@media only screen and (max-width: 800px) {
	.home2-right {
    display: none;
}
	.service-sec1-inner {
    flex-direction: column;
    gap: 0px;
}
	.box-servic img{
		display:none;
	}
	.left-sec1 {
    width: 100%;
}
	.left-sec2 {
    width: 100%; 
	}
	.left-sec1 h2 {
		    margin-bottom: 30px;
		position:unset;
	}
	.home-abt-inner {
    flex-direction: column;
}
	.home-abt-left {
    width: 100%;
}
	.home-abt-right {
    width: 100%;
}
	.solar-home-inn {
    flex-direction: column;
		gap:30px;
}
	.solar-home {
    height: unset;
    padding-top: 0px;
}
	.solar-left {
    padding-left: 0px;
    width: 100%;
    
}
	.solar-right {
    width: 100%;
}
	.solar-right::before {
		display:none;
	}
	.solar-right {
    
    align-items: unset;
    height: 100%;
    
}
	.solar-right img {
      width: 50%;
	}
	.solar-home {
    padding: 0px 20px;
}
	.home-abt {
    background: unset;
    padding: 70px 0px; 
	}
	
	.solar-left h3 { 
		margin-bottom: 20px;
}
	.solar3 {
    padding-right: 0px;
    width: 100%;
}
	.solar-home2 {
    height: 100%;
  
    padding: 20px;
}
	.solar3 h3 {
		    margin-bottom: 19px;
	}
	.solar-home2 .solar-home-inn {
    flex-direction: column-reverse;
    padding: 30px 0px;
}
	 .solar-home-inn {
  
    padding: 30px 0px;
}
	.footer-bottom {
    flex-wrap: wrap;
}
	.adrress {
    width: 56%;
    margin-bottom: 20px;
}
	.footer-right {
		    gap: 25px;
	}
}


@media only screen and (max-width: 500px) {
	h1 {
		font-size:30px!important;
		
	}
	h2 {
		font-size:28px!important;
		
	}
	h3 {
		font-size:25px!important;
		
	}
	h4 {
		font-size:20px!important;
		
	}
	h5 {
		font-size:20px!important;
		
	}
	
		h6 {
		font-size:18px!important;
		
	}
	
	p {
		font-size:15px!important;
		line-height: 25px !important;
	}
	
	.left-sec2 {
 
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 0px;
}
	
	.home-sec1 {
    padding: 30px 0px;
}
	    .home-abt {
    
        padding: 30px 0px;
    }
	.home-abt-inner {
		gap:30px;
	}
	.home-abt-right h3 {
		  line-height: 38px;
    font-weight: 600;
    margin-bottom: 9px;
	}
	
	
	.home-abt-right p {
		    width: 100%;
	}
	.solar-left h3 {
		    line-height: 0px;
	}
	.solar-left p {
		    margin-bottom: 30px
	}
	.solar-left a {
    border-radius: 7px;
    border: 1px solid gray;
    padding: 8px 15px;
    text-decoration: unset !important;
    font-size: 13px;
    font-family: 'Josefin Sans' !important;
}
	.solar-left svg {
    width: 18px;
    height: 21px;
    fill: #333333;
    margin-left: 10px;
    padding-top: -15px;
    /* padding-top: 10px; */
    margin-bottom: -7px;
}
	.solar-right {
		    gap: 5px;
		flex-direction: column;
	}
	.solar-right img {
        width: 100%;
		height: 350px;
    }
	.solar3 {
    padding-right: 0px !important; 
	}
	.solar3 h3 {
		    line-height: 0px;
	}
	.solar3 p {
		margin-bottom: 30px;
	}
	.solar3 a {
			border-radius: 7px;
        border: 1px solid gray;
        padding: 8px 15px;
        text-decoration: unset !important;
        font-size: 13px;
        font-family: 'Josefin Sans' !important;
	}
	
	.projects {
    padding: 30px 0px;
}
	.projects-inner h3 {
		    line-height: 0px;
	}
	.projects-inner p {
		margin: 0px;
	}
	.projects::after {
		display:none;
	}
	.project-grid {
    margin-top: 30px; 
	}
	.footer {
    
    padding: 30px 0px;

    height: 100%;
}
.footer-top {
    flex-direction: column;
	gap: 50px;
	    align-items: flex-start;
}
	.footer-right {
    flex-direction: column; 
		gap:10px;
}
	    .adrress {
        width: 100%;
			margin-bottom: 0px;
	}
	.phone {
    width: 100%;
} 
	.footer-bottom {
    gap: 20px;
}
	.footer-top {
padding-bottom:30px;
	}
	.footer-bottom {
    margin-top: 30px;
	}
	.phone a {
		font-size:15px;
	}
	.mail a {
		font-size:15px;
	}
	.left-sec1 h2 span {
   
    font-size: 45px;
        line-height: unset;
}
	.left-sec1 a {
    border-radius: 7px;
    border: 1px solid gray;
    padding: 8px 15px;
    text-decoration: unset !important;
    font-size: 13px;
    font-family: 'Josefin Sans' !important;
}
	.left-sec1 svg {
    width: 18px;
    height: 21px;
    fill: #333333;
    margin-left: 6px;
    padding-top: -15px;
    /* padding-top: 10px; */
    margin-bottom: -7px;
}
	.mob-slider {
    display: block!important;
}
	.desktop-slider {
    display: none;
}
	

	.left-sec2 h3 {
  
    font-size: 20px !important;
    line-height: 18px!important;

}
	.copy-inner {
    display: block!important;
}
}
	
	.mob-slider {
    display: none;
}

.copy-rights-section {
    background: #2f4188;
}
.copy-inner {
    display: flex;
    justify-content: space-between;

    padding-top: 10px;
    padding-bottom: 10px;
}
.copy-inner p {
    color: #ffffff6b;
    font-size: 14px;
    margin-bottom: 0px;
}
.copy-inner a {
    color: #ffffff85;
}



.banner {
    background: #f3f9fe;
    height: 350px;
}
.inner-banner {
    height: 350px;
    display: flex;
      justify-content: flex-start;
    align-items: center;
}
.inner-banner h1 {
    font-size: 40px;
    color: #2e4188;
    font-weight: 800;
}
a:focus {
    outline: unset !important;
}


@media only screen and (max-width: 800px) { 
.project-grid {
    flex-wrap: wrap!important;
}
	.project-card {
		width: 48%;
	}
	.left-sec1 a::before  {
		    border-radius: 7px;
	}
	
	.bg-home1-inner a::before {
		border-radius: 16px;
	}
	.solar-left a::before {
		border-radius: 7px;
	}
	.solar3 a::before {
		border-radius: 7px;
	}
}

@media only screen and (max-width: 600px) {  
	.project-card {
		width: 100%!important;
	}
	.solar3 svg {
		width: 18px;
        height: 21px; 
		margin-bottom: -6px;
	}
	

}

.inner-banner-section{
	height:300px;
	background:url(https://powerhorse.in/wp-content/uploads/2025/11/5.webp);
	background-size:cover;
	background-attachment:fixed;
}

.inner-banner-overlay{
	height:100%;
	width:100%;
	background:#2c468a8c;
}

.inner-banner-overlay .container{
	height:100%;
	width:100%;
	display:flex;
	align-items:center;
	justify-content:end;
}

.inner-banner-content {


    display: flex;
    flex-direction: column;
    align-items: end;
}

.inner-banner-heading h2{
	
    color: #fff;
    margin-bottom: 0;
    font-size: 35px;
	text-transform:capitalize;

}

.inner-banner-breadcrumb ul{
	
    list-style: none;
    color: #fff;
    display: flex;
    gap: 5px;
    margin-left: 0;
    margin-top: 0;
    font-size: 16px;

}

.inner-banner-breadcrumb ul li a{
	
    color: #fff;
    text-decoration: none !important;

}

@media all and (max-width:768px){
	.inner-banner-section {
 
    background-position-x: -800px;
}
}


.field-icon {
    position: relative;
}

.field-icon i {
    position: absolute;
    top: 68%;
    left: 14px;
    transform: translateY(-50%);
    color: #6c7a6c; /* Change based on your design */
    font-size: 18px;
}

.field-icon input,
.field-icon textarea {
    padding-left: 45px !important;
}

.contact-page-section{
	
    padding: 50px 0;
    background: #e7f0e94f;

}

.contact-page-cont{
	
    display: flex;
    justify-content: space-between;

}



.contact-page-left{
	
    width: 48%;

}

.contact-page-left h6{
	
    text-transform: uppercase;
    font-size: 13px;
	color: #dd2a32;
    font-weight: 800;

}

.contact-page-left h2{
	
    font-size: 45px;
    width: 85%;
    font-weight: 800;
    line-height: 50px;
    color: #2f4188;

}

.contact-page-left h4{
	
    width: 80%;
    font-size: 20px;
    color: #000;

}

.contact-page-left p{
	
    width: 85%;

}

.contact-number-box{
	
    display: flex;
    align-items: baseline;
    gap: 15px;
	margin-bottom:15px;

}

.contact-number-icon{
	
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    background: #dd2b39;
    border-radius: 50%;

}

.contact-number-icon i{
	
    font-size: 16px;
    color: #fff;

}

.contact-number a{
	
    font-size: 18px;
    text-decoration: none !important;
    font-weight: 600;
    color: #000;

}

.contact-page-right{
	
    width: 48%;

}

form input[type="text"], form input[type="password"], form input[type="email"], form input[type="url"], form input[type="date"], form input[type="month"], form input[type="time"], form input[type="datetime"], form input[type="datetime-local"], form input[type="week"], form input[type="number"], form input[type="search"], form input[type="tel"], form input[type="color"], form select, form textarea{
	
    border: none !important;
    border-bottom: 1px solid #ddd !important;

}

.contact-page-form{
	
    background: #fff;
    padding: 30px;
    border-radius: 30px;

}

.text-area i{
	top: 42px;
}

.wpcf7-submit{
	
    border-radius: 50px;
    background: #e0273a !important;

}

.submit-btn i{
	
    color: #fff;

}

@media all and (max-width:768px){
	.contact-page-cont {
  
    flex-direction: column;
}
	.contact-page-left {
    width: 100%;
}
	.contact-page-right {
    width: 100%;
}
	.contact-page-form {
    
    padding: 15px;
   
}
	.contact-page-section {
    padding: 20px 0;
    background: #e7f0e9;
}
	.contact-page-left h6{
		font-size:16px !important;
		margin-bottom:5px;
	}
	.contact-page-left h2{
		margin-bottom:5px;
		line-height:40px;
	}
	.contact-page-left h4 {
    width: 100%;
    color: #000;
}
	.contact-page-left p {
    width: 100%;
}
}


.about-page-1 .home-abt-right h3 {
    font-size: 40px;
    color: #344285;
    width: 85%;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 20px;
}

.about-page-1 .home-abt-inner {
    display: flex;
    gap: 0;
    justify-content: space-between;
}

.about-page-1 .home-abt-left {
    width: 45%;
}

.about-page-1 .home-abt-right {
    width: 48%;
}

.about-page-1 .home-abt-right p {
    font-size: 16px;
    width: 100%;
    line-height: 28px;
    font-weight: 400;
}

.about-sec-2{
	padding:50px 0 0;
}

.about-sec-2-top{
	
    display: flex;
    justify-content: space-between;

}

.vision-section{
	
    border-radius: 10px;
    width: 29%;
    padding: 15px;
    background: #f1f1f1;

}

.vision-section h4{
	
    font-size: 24px;
    font-weight: 800;
    color: #2a4089;
	display: flex;
    flex-direction: column;
    justify-content: center;

}

.mission-list{
	
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 10px;

}

.mission-list-item p{
	margin-bottom: 0;
}

.values-section{
	
    padding: 15px;

}

.values-section h4{
	
    font-size: 24px !important;
    font-weight: 800;
    color: #2a4089;

}

.values-card-section{
	
    display: flex;
    justify-content: space-between;

}

.values-card{
	
    width: 24%;
    padding: 15px;

}

.values-card p{
	text-align:left;
}

.values-content h6{
	
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;

}

.mission-section{
	
    width: 68%;
    padding: 15px;

}


.mission-section h4{
	font-size: 24px;
    font-weight: 800;
    color: #2a4089;
}

.green-energy{
	background:url(https://powerhorse.in/wp-content/uploads/2025/12/low-angle-view-solar-panels-against-sky-scaled.jpg);
	background-attachment:fixed;
	background-position-y:-500px;
}

.green-energy .inner-banner-overlay {
    height: 100%;
    width: 100%;
    background: #0000003d;
}

.green-energy-section{
	
    padding: 50px 0;

}

.green-committment-section{
	
/*     border-top: 10px solid #4aab3d; */
/*      background: #fbfbfb;  */
/* 	border-bottom: 10px solid #4aab3d; */

}

.green-committiment-top{
	
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.green-committment-image{
	
    width: 48%;

}

.green-committment-content{
	
    width: 48%;

}

.green-committment-content h2{
	
    color:#4aab3d;
    font-size: 40px;
    font-weight: 600;

}


.green-committment-content p{
	
    font-size: 16px;
    width: 90%;

}

.green-committment-bottom{
	padding: 30px;
}

.green-committment-bottom h4{
	
    font-size: 40px;
    color:#4aab3d;

}

.green-committment-box h4{
	color:#555;
}

.green-committment-box-section{
	
       display: flex;
    justify-content: flex-start;
    padding-top: 20px;
    flex-wrap: wrap;
    gap: 40px;

}




.green-committment-box{
	
      width: 30%;
    text-align: left;
    background: #e7f8f0;
    padding: 15px;
    border-radius:15px;
}

.green-committment-content h4{
	
    margin-top: 15px;
    color: #000;

}

.green-energy-highlights .green-committment-content{
	padding:50px;
}

/* .green-energy-highlights .green-committment-content ul{
	
    list-style: none;
	margin-left:0;

} */


.green-energy-highlights .green-committment-content ul li{
	
    font-size: 18px;
/*     font-weight: 600; */
    margin-bottom: 5px;

}

.green-committment-box-content h4{
	width:100%;
	font-size:18px;
	margin-top:15px;
}


.why-choose-us-section{
	
    padding: 50px 0;
    background: #f1f1f1;

}

.why-chooose-us-content{
	
    text-align: center;

}

.why-chooose-us-content h6{
	
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 900;
    color: #dd252d;

}

.why-chooose-us-content h2{
	
    font-size: 30px;
    font-weight: 700;
	color:#304086;

}

.why-chooose-us-content h2 span{
	color:#dd252d;
}

.why-choose-us-box-section{
	
    display: flex;
    justify-content: center;
    padding-top: 20px;
    gap: 20px;
}

.why-choose-us-box{
	
    width: 24%;
    padding: 15px;
    background: #fff;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;

}


.why-choose-us-box-content{
	text-align:left;
	min-height: 160px;
}

.why-choose-us-box-content h4{
	
    margin-bottom: 0;
	font-size: 19px;
    font-weight: 700
    
}

.why-choose-us-icon{
	text-align:left;
}

.why-choose-us-icon div span{
	
    font-size: 40px;
    font-weight: 800;
    line-height: 30px;
    color: #dd2a32;

}

.why-choose-us-box-content p{
	
    margin-bottom: 0;
   font-size:14px;
}


.numbers-section{
	
    padding: 50px;

}

.numbers-sec-cont{
	
    display: flex;
    justify-content: space-evenly;

}

.numbers-box{
	
    display: flex;
    gap: 20px;
    width: 30%;
    align-items: end;

}

.number-value{
	
    height: 60px;

}

.number-value span{
	
    font-size: 40px;
    color:#dd2a32;
}

.number-title span{
	
    font-weight: 600;

}

.number-description{
	
    width: 55%;

}

.vr-line{
	
    width: 1px;
    border-right: 1px solid grey;

}

.services-menu{
	
    padding: 30px;
	border-radius:15px;
    background:#f1f1f1;
}

.service-menu-items{
	
    display: flex;
    align-items: center;
    gap: 5px;
    height: 50px;
    border-bottom: 1px solid #8080803d;

}


.service-menu-icon img{
	
    width: 18px;
    position: relative;
    top: -3px;

}

.service-menu-text h2{
   margin-bottom: 0;
	font-weight:700;
	font-size:16px;

}

.services-left-sidebar{
	
    margin-top: 70px;

}

.service-menu-text h2 a{
	text-decoration:none !important;
}

.service-menu-text h2 a:hover{
	color:#dd252d;
}

.services-right-side-section{
	
    margin-top: 70px;

}

.services-image img{
	
    border-radius: 30px;
	height: 400px;
/*     width: 100%; */
    object-fit: contain;

}

.services-image{
	padding-bottom:30px;
	position:relative;
}

.service-image-caption{
	
    position: absolute;
    bottom: 30px;
    padding: 20px;
    width: 100%;
    background: #000000cc;
    display:none;
}

.service-image-caption h2{
	
    color: #fff;
    margin-bottom: 0;
    text-align: center;

}

.service-image-caption h2 span{
	
    text-transform: uppercase;
    color: #dd2a32;

}

.services-right-side-section h2{
	
    font-size: 34px;
    font-weight: 700;
	color:#364c8e;

}

.services-right-side-section h4{
	
    
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
    color:#364c8e;

}

.services-right-side-section ul{
	list-style:none;
	margin-left:0;
}

.services-right-side-section h5{
	
    margin-bottom: 5px;
    font-size: 20px;
	color:#dd2a32;

}

.services-right-side-section p{
	font-size:16px;
}

.service-main-page{
	padding-bottom:50px;
}

.call-to-action-section{
	
    margin-top: 30px;

}

.call-to-action-card{
	
    border-radius: 30px;

}

.call-to-action-image img{
	
    overflow: hidden;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;

}

.call-to-action-content{
	
    padding: 30px;
    text-align: center;
    background: #f1f1f1;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;

}

.call-to-action-content h4{
	
    font-size: 24px;

}

.call-to-action-content h2 a{
	
    text-decoration: none !important;
    color: #df3339;

}

.projects-card-section{
	
    padding: 50px 0;

}

.projects-cards-cont  h2{
	
        text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #2c468a;

}

.#wpupg-grid-projects-grid .wpupg-item{
	overflow:hidden;
}

.wpupg-item-image img{
	height:200px !important;
}

.project-content{
	padding:50px 0;
}

.project-content h2{
	
    font-size: 30px;
    margin-bottom: 5px;
	color:#334b8f;

}

.project-content p{
	
    font-size: 16px;
    width: 80%;
    line-height: 26px;

}

.project-featured-image{
	margin-bottom:30px;
	display:none;
}


.faq-section {
    display: grid;
    grid-template-columns: 40% 55%;
    gap: 40px;
    padding: 80px 0;
}

.faq-left h4 {
    font-size: 16px;
    color: #da2f36;
    margin-bottom: 10px;
}

.faq-left h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
	color:#344285;
}

.faq-accordion .faq-item {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}

.faq-question {
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    padding-right: 25px;
}

.faq-question:after {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 22px;
    transition: 0.3s;
}

.faq-item.active .faq-question:after {
    content: "-";
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding-right: 10px;
    font-size: 16px;
    color: #555;
}

.faq-item.active .faq-answer {
    max-height: 300px;
    margin-top: 10px;
}

@media all and (max-width:768px){
	.faq-section {
    display: grid;
    grid-template-columns: auto;
    gap: 0px;
    padding: 0px 0;
}
	.about-page-1 .home-abt-left {
    width: 100%;
}
	.about-page-1 .home-abt-right {
    width: 100%;
}
.home-abt-right h4 {

    border-bottom: 1px solid #8080802b;
 
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 15px;
}
	.numbers-section {
    padding: 20px 0;
}
	.numbers-sec-cont {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 15px;
}
.numbers-box {
    display: flex;
    gap: 0px;
    width: 100%;
    align-items: end;
}
	.numbers{
		width:40%;
	}
	.vr-line {
    width: 90%;
    border-top: 1px solid grey;
}
	.why-choose-us-box-section{
		flex-direction:column;
	}
	.why-choose-us-box{
		width:100%;
		margin-bottom:20px;
	}
	.about-sec-2-top{
		flex-direction:column;
	}
	.vision-section{
		width:100%;
	}
	.mission-section {
    width: 100%;
    padding: 15px;
}
	.values-card-section{
		flex-wrap:wrap;
	}
	.values-card {
    width: 49%;
    padding: 0px;
}
	.values-icon img{
		width:50px;
		display:none;
	}
	.about-sec-2 {
    padding: 20px 0 0 0;
}
	.green-committiment-top{
		flex-direction:column;
	}
	.green-committment-image {
    width: 100%;
}
	.green-committment-content {
    width: 100%;
	padding:0 10px;
}
	.green-committment-content h2 {
    color: #4aab3d;
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0;
}
	.green-committment-bottom {
    padding: 10px;
}
	.green-committment-box-section{
		flex-wrap:wrap;
	}
	.green-committment-box {
    width: 100%;
    text-align: center;
}
	.green-committment-icon img{
		width: 40px;
	}
	.green-energy-section {
    padding: 20px 0 0 0;
}
	.service-menu-text h2 {
   
    font-size: 16px !important;
}
	.call-to-action-section {
    margin-top: 30px;
    display: none;
}
	.services-right-side-section {
    margin-top: 0px;
}
	.service-main-page {
    padding-bottom: 0px;
}
	.project-content p{
		width:100%;
	}
}


.inform-banner-section{
	
    background: url(https://powerhorse.in/wp-content/uploads/2025/11/11-1.webp);
    height: 250px;
    border-radius: 30px;
    margin-top:30px;
}


.off-grid-inform-banner{
	background:url(https://powerhorse.in/wp-content/uploads/2025/11/Hill-Stations-scaled.jpg);
	background-size:cover;
}

.hybrid-info-banner{
	background:url(https://powerhorse.in/wp-content/uploads/2025/12/solar-power-power-station-scaled.jpg);
	background-size:cover;
}

.inform-banner-cont{
	
    height: 100%;
    background: #00000070;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 30px;

}

.inform-banner-cont h2{
	color:#fff;
}

.inform-banner-cont a button{
	
    padding: 5px 15px;
    color: #dd252d;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 15px;

}

.residence-inform-banner{
	background:url(https://powerhorse.in/wp-content/uploads/2025/11/solar-panel-installation-rooftop-scaled.jpg);
	background-size:cover;
}

.commercial-inform-banner{
	background: url(https://powerhorse.in/wp-content/uploads/2025/11/commercial-solar-image-e1763727348729.jpg);
}

@media all and (max-width:768px){
	.inform-banner-cont h2 {
    color: #fff;
    font-size: 18px !important;
}
	.inform-banner-cont a button {
    padding: 5px 15px;
    color: #dd252d;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 15px;
    font-size: 12px;
}
	.inner-banner-heading h2 {
    color: #fff;
    margin-bottom: 0;
    font-size: 20px !important;
    text-transform: capitalize;
}
	.home .home1 {
    position: absolute;
    z-index: 10;
    width: 100%;
    padding: 10px 0;
    left: 0%;
}
	.home1-inner-left a img {
    width: auto;
}
	.home .home1-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    gap: 20px;
}
}

.footer-left{
	width:30%;
}

.footer-left a img{
	
    width: 100%;

}


.service-menu-headings h1{
	
    color: #304086;
    margin-bottom: 0;

}

/* o and m section css start */

.om-section {
    padding: 70px 0;
    background: #f7fafc;
}

.om-container {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0 20px;
}

.om-header h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.om-header p {
    font-size: 18px;
    color: #666;
    margin: 0;
}

.om-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.om-feature {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transition: 0.3s;
}

.om-feature:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.om-feature i {
    font-size: 36px;
    color: #1a73e8;
    margin-bottom: 15px;
    display: inline-block;
}

.om-feature h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.om-feature p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

.om-cta {
    text-align: center;
    margin-top: 10px;
}

.om-cta a {
    display: inline-block;
    margin-top: 10px;
    padding: 14px 28px;
    background: #1a73e8;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s;
}

.om-cta a:hover {
    background: #0d59c3;
}

/* Responsive */
@media(max-width: 900px) {
    .om-features {
        grid-template-columns: 1fr;
    }
	.om-section {
    padding: 70px 0 0;
    background: #f7fafc;
}
	.footer-left a img {
    width: 80%;
}
	
}

/* o and m section css end */

.solar-water-system-bg{
	background:url(https://powerhorse.in/wp-content/uploads/2025/11/solar-energy-powering-water-pump-scaled.jpg);
	    background-size: cover;
    background-position-y: -80px;
    background-repeat: no-repeat;
}

.solar-ev-charge-bg{
	background:url(https://powerhorse.in/wp-content/uploads/2025/11/white-tesla-model-x-charges-solar-powered-canopy-scaled.jpg);
	background-size:cover;
}

.solar-street-light-bg{
		background:url(https://powerhorse.in/wp-content/uploads/2025/11/Highway-lamps-scaled.jpg);
	background-size:cover;
	background-position-y: -100px;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
	position:relative;
	transform:translatex(0);
	transition:.5s;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover{
	position:relative;
	transform:translatex(10px);
	
}

.core-strength-section .values-icon{
	
    width: 40px;

}

.core-strength-section .values-card {
    width: 24%;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
	    background: #f1f1f1;
    border-radius: 10px;
}

.setup-section{
	
    padding: 50px 0;

}

.setup-sec-cont{
	
    display: flex;
    justify-content: space-between;

}

.setup-sec-left{
	
    width: 48%;

}

.setup-sec-left h2{
	
    font-size: 35px;
    font-weight: 700;
    color: #2c458c;

}

.setup-sec-left h3{
	
    font-size: 24px;
    color: #304088;

}

.setup-sec-left ul{
	
    margin-left: 0;
    list-style: none;

}

.setup-sec-left ul li{
	
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;

}

.setup-sec-right{
	
    width: 48%;

}

.setup-image{
	
    height: 100%;

}


.setup-image img{
	
    height: 100%;
    object-fit: cover;
    border-radius: 20px;

}

.solar-table {
        width: 100%;
        border-collapse: collapse;
        margin: 20px 0;
        font-family: Arial, sans-serif;
        font-size: 16px;
    }

    .solar-table th {
        background: #0a3d62;
        color: #fff;
        padding: 12px;
        text-align: left;
    }

    .solar-table td {
        border: 1px solid #ddd;
        padding: 12px;
        vertical-align: top;
    }

    .solar-table tr:nth-child(even) {
        background: #f7f9fc;
    }

    .solar-table tr:hover {
        background: #eef4ff;
        transition: 0.2s ease-in-out;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
        .solar-table th, 
        .solar-table td {
            font-size: 14px;
            padding: 10px;
        }
    }

@media all and (max-width:768px){
	.setup-sec-cont {
  
    flex-direction: column;
}
	.rooftop-setup{
		flex-direction:column-reverse;
	}
	.setup-sec-left {
    width: 100%;
	margin-top: 30px;
}
	.setup-sec-right {
    width: 100%;
}
	.setup-section {
    padding: 20px 0;
}
	.services-image img {
    height: auto; 
}
	.solar-street-light-bg{
		background-position-y:0;
	}
	.service-menu-headings h1 {
   
    font-size: 24px !important;
}
	.core-strength-section .values-card{
		width: 100%;
		margin-bottom:15px;
		display:block;
	}
	.about-page-1 .home-abt-right h3{
		line-height: 28px;
	}
}

.services-applications-section{
	margin-bottom:30px;
}

.why-choose-points li h5{
	font-size: 17px;
    color: #dd2a32;
    margin-bottom: 17px;
}

.why-choose-points{
	
    list-style: disc;
    margin-left: 50px;

}

/* time line section */

 /* wrapper */
.solar-timeline-wrapper {
    padding: 0 20px 50px 20px;
    max-width: 1200px;
    margin: auto;
}

/* centered heading */
.main-heading {
    text-align: center;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 10px;
	color: #2f4188;
}

.main-subtitle {
    text-align: center;
    color: #555;
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto 50px auto;
}

/* two column layout */
.solar-two-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
	margin-top:30px;
}

/* timeline */
.timeline-container {
    border-left: 0px solid #f4c542;
    padding-left: 0px;
}

.timeline-item {
    position: relative;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(40px);
    animation: fadeUp 0.8s ease forwards;
}

.timeline-item:nth-child(2) { animation-delay: 0.2s; }
.timeline-item:nth-child(3) { animation-delay: 0.4s; }
.timeline-item:nth-child(4) { animation-delay: 0.6s; }

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.timeline-icon {
    position: absolute;
    left: -45px;
    top: 0;
    background: #f4c542;
    color: #1a1a1a;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.timeline-time {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
	text-align:left;
	margin-left:10px;
	color: #de2b34;
}

.timeline-text {
    font-size: 16px;
    color: #555;
    max-width: 90%;
	text-align:left;
	margin-left:10px;
}

/* right side video */
.timeline-video-right video {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
}

/* responsive */
@media (max-width: 900px) {
    .solar-two-column {
        grid-template-columns: 1fr;
    }
    .timeline-container {
        margin-bottom: 40px;
    }
	.solar-two-column {
  
    gap: 0px;
   
}
}

.timeline-video-right{
	
    height: 100%;

}

.timeline-video-right img{
	
    height: 100%;
    object-fit: cover;

}

/* time line section */

/* infographic section */

.css-art--3-pie-venn-diagram[class] {
  font-size: 1rem;
}

.css-art--3-pie-venn-diagram {
  position: relative;
  font-size: 1rem;
  width: 30em;
  margin: 5em auto;
}

.css-art--pie {
  position: relative;
  box-sizing: border-box;
  padding: 0.5em 0 2em;
}
.css-art--pie h3 {
  box-sizing: border-box;
  width: 100%;
  color: #ad3535;
}

.css-art--pie,
.pie-1-2-intersect,
.pie-2-3-intersect,
.pie-3-1-intersect,
.pie-main-intersection {
  position: relative;
  padding: 1em 0 0.75em 1.5em;
}
.css-art--pie h3,
.pie-1-2-intersect h3,
.pie-2-3-intersect h3,
.pie-3-1-intersect h3,
.pie-main-intersection h3 {
  margin: 0 0 0.75em;
}
.css-art--pie ul,
.pie-1-2-intersect ul,
.pie-2-3-intersect ul,
.pie-3-1-intersect ul,
.pie-main-intersection ul {
  margin: 0;
  padding: 0 0 0 1.5em;
}
.css-art--pie li,
.pie-1-2-intersect li,
.pie-2-3-intersect li,
.pie-3-1-intersect li,
.pie-main-intersection li {
  margin: 0 0 0.25em;
}
.css-art--pie:before,
.pie-1-2-intersect:before,
.pie-2-3-intersect:before,
.pie-3-1-intersect:before,
.pie-main-intersection:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0.5em;
  height: 100%;
  background: #be4c45;
}

.css-art--pie-2:before {
  background: #2b929e;
}
.css-art--pie-2 h3 {
  color: #338592;
}

.css-art--pie-3:before {
  background: #dc9947;
}
.css-art--pie-3 h3 {
  color: #c88533;
}

.pie-1-2-intersect h3 {
  color: #40617f;
}
.pie-1-2-intersect:before {
  background: #40617f;
}

.pie-2-3-intersect h3 {
  color: #649540;
}
.pie-2-3-intersect:before {
  background: #649540;
}

.pie-3-1-intersect h3 {
  color: #bb5335;
}
.pie-3-1-intersect:before {
  background: #c5674c;
}

.pie-main-intersection h3 {
  color: #444;
}
.pie-main-intersection:before {
  background: #444;
}

@media (min-width: 51em) {
  .css-art--3-pie-venn-diagram {
    position: relative;
    font-size: 1rem;
    width: 49em;
    height: 45em;
  }
  .css-art--3-pie-venn-diagram ul {
    padding-left: 1.125em;
  }
  .css-art--3-pie-venn-diagram li {
    font-size: 0.875em;
    padding: 0 0 0.25em;
  }

  .css-art--pie {
    position: absolute;
    z-index: 0;
    box-sizing: border-box;
    width: 21em;
    height: 21em;
    border-radius: 50%;
    background: rgba(173, 53, 45, 0.7);
    color: #fff;
  }
  .css-art--pie:before {
    display: none;
  }
  .css-art--pie h3 {
    position: absolute;
    top: -3em;
    box-sizing: border-box;
    width: 100%;
  }
  .css-art--pie ul {
    position: absolute;
    width: 9em;
    margin: 0 auto;
  }

  .css-art--pie-1 {
    top: 6em;
    left: 8em;
    z-index: 1;
  }
  .css-art--pie-1 h3 {
    padding-right: 4em;
  }
  .css-art--pie-1 ul {
    top: 4em;
    left: 2.5em;
  }
  .css-art--pie-1 li:nth-child(2) {
    padding-right: 1em;
  }
  .css-art--pie-1 li:nth-child(3) {
    padding-right: 2em;
  }

  .css-art--pie-2 {
    top: 6em;
    right: 8em;
    background-color: rgba(0, 108, 119, 0.5);
    z-index: 3;
  }
  .css-art--pie-2 h3 {
    padding-right: 2em;
    color: #35a1ac;
    text-align: right;
  }
  .css-art--pie-2 ul {
    top: 4em;
    right: 1em;
  }
  .css-art--pie-2 li:nth-child(1) {
    padding-right: 2em;
  }
  .css-art--pie-2 li:nth-child(2) {
    padding-right: 1em;
  }

  .css-art--pie-3 {
    bottom: 6em;
    left: 14em;
    z-index: 0;
    background-color: #dc9947;
  }
  .css-art--pie-3 h3 {
    top: auto;
    bottom: -3em;
    color: #f28d28;
    text-align: center;
  }
  .css-art--pie-3 ul {
    top: 12em;
    left: 6em;
  }

  .pie-1-2-intersect,
.pie-2-3-intersect,
.pie-3-1-intersect {
    position: absolute;
    z-index: 5;
    display: inline-block;
    max-width: 16em;
  }
  .pie-1-2-intersect:before, .pie-1-2-intersect:after,
.pie-2-3-intersect:before,
.pie-2-3-intersect:after,
.pie-3-1-intersect:before,
.pie-3-1-intersect:after {
    content: "";
    position: absolute;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    display: block;
    background: transparent;
  }
  .pie-1-2-intersect:after,
.pie-2-3-intersect:after,
.pie-3-1-intersect:after {
    width: 0.5em;
    height: 0.5em;
    border: 0.125rem solid #f0d9b8;
    border-radius: 50%;
  }
  .pie-1-2-intersect h3,
.pie-2-3-intersect h3,
.pie-3-1-intersect h3 {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
  }

  .pie-1-2-intersect {
    left: 50%;
    transform: translate(-50%, 0);
  }
  .pie-1-2-intersect:before {
    top: 100%;
    left: 50%;
    left: calc(50% - 0.0625rem);
    width: 0;
    height: 9em;
    border-left: 0.125rem solid #f0d9b8;
  }
  .pie-1-2-intersect:after {
    top: calc(100% + 9em);
    left: 50%;
    transform: translate(-50%, 0);
  }

  .pie-2-3-intersect {
    top: 26.5em;
    right: 0;
    width: 13em;
    text-align: right;
  }
  .pie-2-3-intersect:before {
    bottom: 100%;
    right: 50%;
    right: calc(50% - 0.0625rem);
    width: 12em;
    height: 3em;
    border-top: 0.125rem solid #f0d9b8;
    border-right: 0.125rem solid #f0d9b8;
  }
  .pie-2-3-intersect:after {
    bottom: calc(100% + 3.0625em);
    right: calc(50% + 12em);
    transform: translate(0, 50%);
  }
  .pie-2-3-intersect ul {
    display: inline-block;
    text-align: left;
  }

  .pie-3-1-intersect {
    top: 26.5em;
    left: 0;
    width: 13em;
  }
  .pie-3-1-intersect:before {
    bottom: 100%;
    left: 50%;
    left: calc(50% - 0.0625rem);
    width: 12em;
    height: 3em;
    border-top: 0.125rem solid #f0d9b8;
    border-left: 0.125rem solid #f0d9b8;
  }
  .pie-3-1-intersect:after {
    bottom: calc(100% + 3.0625em);
    left: calc(50% + 12em);
    transform: translate(0, 50%);
  }

  .pie-main-intersection {
    font-size: 0.875em;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    width: 8em;
    padding: 0;
    transform: translate(-50%, -50%) translate(0, -1.5em);
    text-align: center;
    color: #fff;
  }
  .pie-main-intersection:before {
    display: none;
  }
  .pie-main-intersection h3 {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
  }
	
	.solar-timeline-wrapper {
    padding: 0px 20px 50px 20px;
    max-width: 1200px;
    margin: auto;
}

}

.rc-anchor-invisible{
	display:none !important;
}


/* infographic section */

#scroll-top{
	bottom: 100px;
	right:5px;
}

.wpupg-item-image img{
	object-fit:cover;
}

.mfp-arrow:after{
	left: -30px;
}

.home-sec1-mobile{
	display:none;
}

.addon-service{
	
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, 1fr);
}

.addon-service-1{
	width:0;
}



@media all and (max-width:768px){
	.home-sec1-mobile{
	display:block;
}
	.left-sec1 h3{
		font-size:20px !important;
	}
	.home-sec1-desktop{
		display:none;
	}
	.footer-left {
    width: 100%;
}
}