.solution-sec {
    display: block;
    background-color: #e9eaeb;
	padding: 50px 0;
}
.solution-sec-heading h2 {
    font-size: 50px;
    text-align: center;
    font-weight: 700;
    line-height: 1.6;
	
}
.zoom-heading{
    font-size:70px;
    font-weight:700;
    text-align:center;
	opacity:0;
    transform:scale(1.5);
	transition:all 1.5s ease;
}

.zoom-heading.active{
    opacity:1;
    transform:scale(1);
}
.video-sec {
    background: #e9eaeb;
    background-image: url(/wp-content/themes/CertifiedEnergySolution/assets/images/background/bg1.jpg);
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    height: 100vh;
	position: relative;
}
.video-sec-heading h2 {
	position: relative;
    z-index: 2;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 40px;
    color: #fff;
    text-align: center;
}
.video-section{

    position:relative;

    padding:100px 0;

    background:url('../images/video-bg.jpg') center/cover;

}

.video-overlay{

    position:absolute;

    inset:0;

    background:rgba(0,0,0,.45);

}

.video-section .container{

    position:relative;

    z-index:2;

}

.section-title{

    color:#fff;

    text-align:center;

    font-size:60px;

    margin-bottom:60px;

}

.video-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

.video-card{

    background:#fff;

    border-radius:20px;

    overflow:hidden;

}

.video-thumb{

    position:relative;
	padding-top: 56.25%;
    overflow: hidden;

}

.video-thumb img{

position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display:block;

}

.play-btn{

    position:absolute;

    top:50%;

    left:50%;

    transform:translate(-50%,-50%);

    width:60px;

    height:60px;

    border-radius:50%;

    background:rgba(255, 0, 0, 0.8);

    border:0;

    color:#fff;

    font-size:20px;

    cursor:pointer;

}

.video-content{

    padding: 1.5rem;
    color: #333;
    font-size: 16px;


}

/* Popup */

.video-modal{

    position:fixed;

    inset:0;

    background:rgba(0,0,0,.9);

    display:none;

    justify-content:center;

    align-items:center;

    z-index:99999;

}

.video-modal.active{

    display:flex;

}

.video-box{

    width:80%;

    max-width:900px;

    position:relative;

}

.video-box iframe{

    width:100%;

    height:500px;

}

.close-video{

    position:absolute;

    right:-20px;

    top:-40px;

    color:#fff;

    font-size:40px;

    cursor:pointer;

}

.view-btn{

    margin-top:50px;
border-radius:50px;

    text-decoration:none;
	display: inline-block;
    border: 1px solid #fff;
    padding: 10px 35px;
    line-height: 1;
    color: #fff;
    font-size: 16px;

}
.view-btn:hover {
    color: #fff;
    background: #FF5900;
    border: #FF5900;
    transition: all 0.3s ease;
}

.text-center{

    text-align:center;

}
.products-section{

    padding:100px 0 0;
	background: #fff;

}
.products-heading h2 {
    font-size: 40px;
    font-weight: 700;
    color: #222;
    line-height: 1.1;
}
.products-heading{

    text-align:center;

    margin-bottom:60px;

}

.product-card{

    position:relative;

    border-radius:5px;

    overflow:hidden;
	    text-align: center;
}

.product-card img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.6s;

}

.product-card:hover img{

    transform:scale(1.08);

}

.product-overlay{

       content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, #888888d4 0%, transparent 45% 45%);

}

.product-content{

    position:absolute;

    left:40px;

    right:40px;

    bottom:0px;
padding-bottom:35px;
    z-index:2;

}

.product-content h3{

       font-size: 28px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
}

.product-content a{

    display:inline-block;

    color:#fff;

    border-radius:40px;

    text-decoration:none;
margin-top: 25px;
    border: 1px solid #fff;
    padding: 10px 35px;
}
.product-content a:hover, .view-more a:hover {
    transition: all 0.3s ease;
    background: #FF5900;
    color: #fff;
    border-color: #FF5900;
}
.swiper-button-next,
.swiper-button-prev{

    width:55px;

    height:55px;

    background:rgba(0,0,0,.5);

    color:#fff !important;

}
.swiper-wrapper{
    margin-bottom: 150px;
}
.swiper-pagination{

    margin-top:40px;

    position:relative;

}
.product-swiper-pagination {
    bottom: 0 !important;
}
.product-swiper-pagination span {
	width: 14px;
    height: 14px;
    border: 2px solid #a52228;
    box-sizing: border-box;
    margin: 0 5px;
    background: none;
}
.product-swiper-pagination .swiper-pagination-bullet-active{
	 background: #a52228;
}
.nxt-btn-prod {
    background: rgba(0, 0, 0, 0.7);
    right: 7% !important;
    line-height: 50px;
    text-align: center;
    position: absolute !important;
    width: 50px !important;
    height: 50px !important;
    cursor: pointer !important;
    top: 35% !important;
    margin-top: -25px !important;
    z-index: 33 !important;
}

.prev-btn-prod {
    background: rgba(0, 0, 0, 0.7);
    left: 7% !important;
    line-height: 50px;
    text-align: center;
    position: absolute !important;
    width: 50px !important;
    height: 50px !important;
    cursor: pointer !important;
    top: 35% !important;
    margin-top: -25px !important;
    z-index: 33 !important;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    font-size: 14px !important;
    color: #fff !important;
    position: relative;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
	font-size: 14px !important;
    color: #fff !important;
    position: relative;
}
section.rev-sec {
    background: #e9eaeb;
    background-image: url(/wp-content/themes/CertifiedEnergySolution/assets/images/background/bg2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    height: 100vh;
    position: relative;
}
.rev-post-card {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.blog-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
	transition: transform 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
}
.blog-card:hover {
    transform: translateY(-5px);
}
.blog-content h3 {
    font-size: 1.2em;
    margin-bottom: 1rem;
    color: #333;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rev-sec-heading h2
 {
    font-size: 50px;
    text-align: center;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #fff;
}
.blog-image {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
}
.blog-image a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.blog-content {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.read-more
 {
    position: relative;
	 display: inline-block;
    margin-top: 35px;
    position: relative;
    padding-right: 20px;
}
.read-more:hover {
    color: #a52228;
}
.read-more i {
    position: absolute;
    right: 0;
    top: 1px;
    font-size: 16px;
    transform: rotate(-130deg);
}
.news-section{
    background: #e9eaeb;
    background-image: url(/wp-content/themes/CertifiedEnergySolution/assets/images/background/bg3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    height: 100vh;
    position: relative;

}

.news-section::before{

    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.55);

}

.news-section .container{

    position:relative;
    z-index:2;

}

.newssection-title{

    text-align:center;
}

.newssection-title h2{
font-size: 50px;
    text-align: center;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #fff;
}
.swiper-pagination.news-swiper-pagination {
    bottom: 0 !important;
}
.news-swiper-pagination .swiper-pagination-bullet{
	width: 14px;
    height: 14px;
    border: 2px solid #fff;
    box-sizing: border-box;
    margin: 0 5px;
    background: none;
}
.news-swiper-pagination .swiper-pagination-bullet-active{
	width: 14px;
    height: 14px;
    border: 2px solid #333;
    box-sizing: border-box;
    margin: 0 5px;
    background: #fff;
}
.news-card{

    display:flex;

    background:#fff;

    border-radius:15px;

    overflow:hidden;

}

.news-content{

    width:45%;

    padding:50px;

    display:flex;

    flex-direction:column;

    justify-content:space-between;

}

.news-date {
    font-size: 14px;
    color: #666;
    line-height: 1;
}

.news-content h3{

   color: #222;
    font-weight: 700;
    font-size: 21px;
    margin-top: 10px;
    height: 56px;
    line-height: 28px;
    margin:25px 0;

}

.news-content p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    line-height: 1.4;

}

.news-btn{
    display: inline-block;
    margin-top: 35px;
    position: relative;
    padding-right: 20px;

}

.news-image{

    width:55%;

}

.news-image img{

    width:100%;
    height:100%;
    object-fit:cover;

}

.news-prev,
.news-next{

    color:#fff;
background:none;
}

.news-prev{

    left:0px !important;

}

.news-next{
    right:0px !important;
}
.news-swipper-wrapper{
	margin-bottom:50px;
}
.swiper-pagination{
    position:relative;
    margin-top:40px;
}
.product-sec .product-swiper-pagination {
    bottom: 40px !important;
    margin-top: 0 !important;
}
.view-more{

    text-align:center;
	position: relative;
    z-index: 3;
}

.view-more a{

    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 25px;
    margin-top: 25px;
    display: inline-block;
    border: 1px solid #fff;
    padding: 10px 35px;
    line-height: 1;
    color: #fff;
    font-size: 16px;

}
/* =====================================
   STORY SECTION
===================================== */

.story-section{
    position:relative;
}

/* Fixed Background */

.story-bg{

    position:sticky;

    top:0;

    height:100vh;

    background:url("https://www.sigenergy.com/uploads/en_content/1741146154426333.jpg") center center no-repeat;

    background-size:cover;

    z-index:1;

}

/* Dark Overlay */

.story-overlay{

     position:absolute;

    inset:0;

    top:0;
    left:0;

    width:100%;
    height:100vh;

    background:rgba(0,0,0,.45);

    pointer-events:none;

    z-index:2;

}

/* Content Wrapper */

.story-wrapper{

   position:relative;

    z-index:5;

    height:100vh;

    overflow-y:auto;

    scroll-snap-type:y mandatory;

    scrollbar-width:none;
}
.story-wrapper::-webkit-scrollbar{

    display:none;

}
/* Each Section */

.story-item{

    min-height:100vh;

    display:flex;

    justify-content:center;

    align-items:center;
 scroll-snap-align:start;
    padding:80px 20px;

}

/* Content Box */

.story-content{

    max-width:700px;

    text-align:center;

    color:#fff;

    opacity:0;

    transform:translateY(80px);

    transition:.8;

}

/* Animation */

.story-content.show{

    opacity:1;

    transform:translateY(0);

}

/* Heading */

.story-content h2{
font-size: 50px;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    color: #fff;
}

/* Paragraph */

.story-content p{
font-size: 25px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    color: #fff;
    line-height: 1.6;

}

/* Button */

.story-content .btn{

    display:inline-block;

    padding:16px 45px;

    border:2px solid #fff;

    color:#fff;

    text-decoration:none;

    transition:.4s;

}


/* Mobile */


.story-section {
    position: relative;
    background: #e9eaeb;
    background-image: url(/wp-content/themes/CertifiedEnergySolution/assets/images/background/bg4.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    align-items: center;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.support-section{
    background: #151515;
    padding: 90px 0;

}

.support-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:12px;

}

.support-card{

   position: relative;
    overflow: hidden;
    border-radius: 6px;
    height: 570px;
    cursor: pointer;
    margin-top: 20px;

}

.support-card img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.6s;

}

.support-card:hover img{

    transform:scale(1.08);

}

.support-overlay{

    position:absolute;

    inset:0;

    display:flex;

    flex-direction:column;

    justify-content:flex-end;

    align-items:center;

    padding:60px;

    background:linear-gradient(
        to top,
        rgba(0,0,0,.65) 0%,
        rgba(0,0,0,.15) 45%,
        rgba(0,0,0,0) 100%
    );

}

.support-overlay h2{

    font-size: 38px;
    font-weight: bold;
    color: #fff;
}


.res-sec{
    background: #e9eaeb;
    background-image: url(/wp-content/themes/CertifiedEnergySolution/assets/images/background/bg5.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    height: 100vh;
    position: relative;
}
.res-sec-heading {
    width: 60%;
    margin: 0 auto;
}
.res-sec-heading p {
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 1.6;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.res-sec-heading h2 {
    font-size: 50px;
    margin-bottom: 1.5rem;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    color: #fff;
    text-align: center;
}
.comm-sec{
    background: #e9eaeb;
    background-image: url(/wp-content/themes/CertifiedEnergySolution/assets/images/background/bg6.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    height: 100vh;
    position: relative;
}
.comm-sec-heading {
    width: 60%;
    margin: 0 auto;
}
.comm-sec-heading p {
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 1.6;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.comm-sec-heading h2 {
    font-size: 50px;
    margin-bottom: 1.5rem;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    color: #fff;
    text-align: center;
}
.video-busnes-banner{

    position:relative;

    height:100vh;

    overflow:hidden;

}

.bg-video{

    position:absolute;

    top:50%;

    left:50%;

    min-width:100%;

    min-height:100%;

    width:100%;

    height:auto;

    transform:translate(-50%,-50%);

    object-fit:cover;

    z-index:1;

}

.video-busnes-overlay{

    position:absolute;

    inset:0;


    z-index:2;

}

.video-busnes-content{

    position:relative;

    z-index:3;

    height:100%;

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    text-align:center;

    color:#fff;

    padding:20px;
margin-top:8%;
}

.video-busnes-content h1{

   font-size: 60px;
    line-height: 1.6;

    font-weight:700;

  
}
.highlight-title{
color: #FF5900
}
.video-busnes-content h6{

    color: #fff;
    font-size: 36px;
    font-weight: 500;

}

.banner-btn{

    display:inline-block;

    padding:15px 45px;

    border:2px solid #fff;

    border-radius:50px;

    color:#fff;

    text-decoration:none;

    transition:.4s;

}

.banner-btn:hover{

    background:#fff;

    color:#000;

}
.business-pg-sec-two-cont p
 {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 40px;
    padding: 0 100px;
    text-align: center;
	 color:#fff
}
.business-pg-sec-two-head h2 {
    font-size: 40px;
    text-align: center;
    color: #fff;
    font-family: 'Poppins-Light';
}
.business-sec-two {
    background: #151515;
    padding: 100px 0;
}
.business-pg-sec-three-right-col:before{
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to left, transparent 0%, transparent 60%, #fff 100%);
    pointer-events: none;
    z-index: 1;
}
.business-pg-sec-four-right-col:before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to left, transparent 0%, transparent 60%, #000 100%);
    pointer-events: none;
    z-index: 1;
}
.business-sec-three, .business-sec-four, .utility-sec-two {
    display: flex;
    align-items: center;
    background: #fff;
	position: relative;
    overflow: hidden;
    padding: 0;
}
.business-pg-sec-three-left-col,.business-pg-sec-four-left-col, .utility-pg-sec-two-left-col{
    box-sizing: border-box;
    padding-left: 25%;
    padding-right: 0%;
    z-index: 1;
	margin: auto 0;
    height: 100%;
    align-content: space-evenly;
}
.res-pg-sec-four-rgt-col {
	box-sizing: border-box;
    padding-left: 0;
    padding-right: 25%;
    z-index: 1;
    margin: auto 0;
    height: 100%;
    align-content: space-evenly;
}
.res-pg-sec-four-left-col:before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, transparent 0%, transparent 60%, #000 100%);
    pointer-events: none;
    z-index: 1;
}
.business-sec-nine1{
    background: #000;
    padding: 100px;
	color: #fff;
}
.business-pg-sec-nine-head1 {
    text-align: center;
    width: 70%;
    margin: 0 auto;
	margin-bottom: 60px;

}
.business-pg-sec-nine-head1 h2 {
    font-size: 48px;
    line-height: 1.1;
    margin-bottom: 50px;
}
.business-pg-sec-nine-head1 p {
    font-size: 18px;
    line-height: 1.8;
}
.business-pg-sec-nine-cont1 h4 {
    color: #ff5900;
}
.business-pg-sec-three-head h2, .business-pg-sec-four-head h2, .utility-pg-sec-two-head h2 {
    line-height: 1.2;
    font-size: 40px;
    color: #222;
    font-family: 'Poppins-Regular';
}
.business-pg-sec-four-head h2, .business-pg-sec-four-cont, .business-pg-sec-four-grid{
	color:#fff !important;
}
.business-pg-sec-three-cont, .business-pg-sec-four-cont, .utility-pg-sec-two-cont {
   margin-top: 25px;
    color: #222;
}
.business-pg-sec-three-grid, .business-pg-sec-four-grid, .utility-pg-sec-two-grid {
    color: #333;
    margin-top: 90px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    justify-content: space-between;
    flex-wrap: inherit;
    gap: 30px;
}
.business-pg-sec-three-grid-col img, .business-pg-sec-four-grid-col img {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
}
.business-pg-sec-three-grid-col, .business-pg-sec-four-grid-col, .utility-pg-sec-two-grid-col {
    text-align: center;
}
.business-pg-sec-three-right-col, .business-pg-sec-four-right-col, .utility-pg-sec-two-right-col {
    position: relative;
    text-align: center;
}
.right-video {
    max-width: 100%;
    object-fit: cover;
    min-height: 650px;
    height: 88vh;
}

.business-pg-sec-three-grid-col h4{
    font-size: 18px;
    margin-top: 5px;
    font-family: 'Poppins-Regular';
}
.business-pg-sec-four-grid-col h4,.utility-pg-sec-two-grid-col h4, .res-pg-sec-four-grid-col h4 {
    font-size: 16px;
	margin-top: 5px;
    font-family: 'Poppins-Regular';
}
.business-pg-sec-four-grid-col h3, .res-pg-sec-four-grid-col h3 {
line-height: 40px;
    font-size: 24px;
}
.res-pg-sec-four-grid {
    margin-top: 50px;
}
.business-sec-five {
    background: #e9eaeb;
    background-image: url(/wp-content/themes/CertifiedEnergySolution/assets/images/background/bg7.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    align-items: center;
    height: 100vh;
    position: relative;
	color: #fff;
	align-content: space-evenly;
}
.business-sec-five-grid-cont {
    color: #333;
    margin-top: 90px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    justify-content: space-between;
    flex-wrap: inherit;
    gap: 30px;
}
.business-pg-sec-five-grid-col img, .business-pg-sec-sev-grid-col img {
    width: auto;
    max-width: 25%;
    max-height: 25%;
}
.business-pg-sec-five-grid-col {
    text-align: center;
}
.business-cont-five-head-sec h2 {
    color: #ff5900;
    line-height: 1.2;
    font-size: 40px;
    text-align: center;
}
.business-sec-five-content p {
    margin-top: 40px;
    color: #fff;
    line-height: 1.6;
        font-size: 20px;
    text-align: center;
}
.business-pg-sec-five-grid-col h4 , .business-pg-sec-sev-grid-col h4 {
    font-size: 16px;
    margin-top: 5px;
    font-family: 'Poppins-Regular';
    color: #fff;
}

.business-sec-six {
    background: #e9eaeb;
    background-image: url(/wp-content/themes/CertifiedEnergySolution/assets/images/background/bg8.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    align-items: center;
    height: 100vh;
    position: relative;
    color: #fff;
    align-content: space-evenly;
}
.business-pg-sec-six-head h2, .business-pg-sec-sev-head h2 {
    color: #FF5900;
    font-weight: 600;
    line-height: 1.2;
    font-size: 40px;
    text-align: center;
}
.business-pg-sec-six-cont p, .business-pg-sec-sev-cont p, .business-pg-sec-egt-cont p {
    margin-top: 40px;
    line-height: 1.6;
    text-align: center;
    font-size: 20px;
}
.business-pg-sec-six-head h2, .business-pg-sec-sev-head h2, .business-pg-sec-egt-head h2 {
    color: #ff5900;
    line-height: 1.2;
    font-size: 40px;
    text-align: center;
}
.business-pg-sec-six-grid, .business-sec-sev-grid-cont, .business-sec-egt-grid-cont {
    color: #333;
    margin-top: 90px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    justify-content: space-between;
    flex-wrap: inherit;
    gap: 30px;
}
.business-pg-sec-six-grid-col, .business-pg-sec-egt-grid-col
 {
    text-align: center;
}
.business-pg-sec-six-grid-col h3, .business-pg-sec-egt-grid-col h3 {
    line-height: 40px;
    color: #FF5900;
    font-weight: 700;
    font-size: 26px;
}
.business-pg-sec-six-grid-col h4, .business-pg-sec-egt-grid-col h4
 {
    line-height: 1.4;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Poppins-Regular';
}
.business-sec-nine {
    background: #e9eaeb;
    background-image: url(/wp-content/themes/CertifiedEnergySolution/assets/images/background/bg9.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    align-items: center;
    height: 100vh;
    position: relative;
    color: #fff;
    align-content: space-evenly;
}
.business-pg-sec-nine-head h2
 {
    font-size: 40px;
    color: #fff;
    font-family: 'Poppins-Light';
}
.business-pg-sec-nine-cont p {
    margin-top: 10px;
    line-height: 1.6;
    font-size: 20px;
}
.business-pg-sec-nine-cont1 ul {
	margin-top: 25px;
	line-height: 1.6;
	padding-left: 30px;
}
.business-pg-sec-nine-cont1 ul li {
	margin-top: 10px;
	line-height: 1.6;
	font-size: 16px;
}
/* ===================================
   Applications Section
=================================== */

.application-section{
    background:#000;
    padding:90px 0;
	padding-bottom:0;
    overflow:hidden;
}

.section-title{
    text-align:center;
    margin-bottom:60px;
}

.section-title h2{
    color:#fff;
    font-size:56px;
    font-weight:700;
    margin-bottom:20px;
}

.section-title p{
    color:#cfcfcf;
    font-size:18px;
    max-width:900px;
    margin:auto;
    line-height:1.8;
}

/* ==========================
      Swiper
========================== */

.applicationSwiper{
    width:100%;
    overflow:visible;
    padding-bottom:20px;
}

.applicationSwiper .swiper-slide{
    width:70%;
    transition:.5s;
    transform:scale(.82);
    opacity:.45;
}

.applicationSwiper .swiper-slide-active{
    transform:scale(1);
    opacity:1;
}

.applicationSwiper .swiper-slide-prev,
.applicationSwiper .swiper-slide-next{
    opacity:.75;
}

/* ==========================
      Card
========================== */

.application-card{

    position:relative;

    height:620px;

    border-radius:8px;

    overflow:hidden;

}

.application-card img{

    width:100%;

    height:100%;

    object-fit:contain;

    transition:.7s;

}

.application-card:hover img{

    transform:scale(1.08);

}

/* ==========================
      Overlay
========================== */

.application-overlay{

    position:absolute;

    left:0;

    right:0;

    bottom:0;

    padding:45px;

    background:linear-gradient(to top,
    rgba(0,0,0,.75),
    rgba(0,0,0,.15),
    transparent);

}

.application-overlay h3{

    color:#fff;

    font-size:34px;

    margin-bottom:20px;

    font-weight:700;

}

.learn-btn{

    display:inline-block;

    padding:12px 35px;

    border:1px solid #fff;

    color:#fff;

    text-decoration:none;

    border-radius:50px;

    transition:.3s;

}

.learn-btn:hover{

    background:#fff;

    color:#000;

}
.hm-review-sec {
    background: #000;
    padding: 7% 0;
}
/* ==========================
      Navigation
========================== */

.app-prev,
.app-next{

    width:60px !important;

    height:60px !important;

    border-radius:50%;

    background:rgba(0,0,0,.45);

    color:#fff !important;

}

.app-prev::after,
.app-next::after{

    font-size:22px !important;

    font-weight:bold;

}

.app-prev{

    left:8% !important;

}

.app-next{

    right:8% !important;

}
.video-cont-overlaybg h1 {
    color: #fff;
    font-size: 50px;
    line-height: 1.6;
}
.video-cont-overlaybg {
    width: 60%;
    margin: 0 auto;
    z-index: 2;
    padding: 30px 50px;
    text-align: center;
	    background: rgb(0 0 0 / 40%);
}
.video-cont-overlaybg h4 {
    font-size: 26px;
    color: #fff;
    font-weight: 500;
    font-family: 'Poppins-Regular';
}
.video-cont-overlaybg p {
    line-height:1.6;
	    margin-top: 25px;
	margin-bottom: 0;
}
.utility-pg-sec-two-cont p {
    line-height: 1.6;
}
.watch-video {
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 25px;
    margin-top: 25px;
    display: inline-block;
    border: 1px solid #fff;
    padding: 10px 35px;
    line-height: 1;
    color: #fff;
    font-size: 16px;
	position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: auto;
    height: auto;
    background: none;
}
.utility-pg-sec-two-right-col:before{
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to left, transparent 0%, transparent 60%, #000 100%);
    pointer-events: none;
    z-index: 1;
}
.tab-menu, .tab-menu-2, .tab-menu-3, .tab-menu-4{
    display:flex;
    margin-bottom:40px;
    border-bottom:2px solid #555;
	width: fit-content;
}
.tab-btn, .tab-btn-2, .tab-btn-3, .tab-btn-4{
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    position: relative;
    color: #fff;
    font-weight: 700;
    padding: 0px 30px;
	padding-bottom: 10px;
	opacity: 0.7;
}
.tab-btn.active, .tab-btn-2.active, .tab-btn-3.active, .tab-btn-4.active{
    color:#fff;
	opacity: 1;
}
.tab-btn.active::after, .tab-btn-2.active::after, .tab-btn-3.active::after, .tab-btn-4.active::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-2px;
    width:100%;
    height:4px;
    background:#fff;
}
.tab-content, .tab-content-2, .tab-content-3, .tab-content-4{
    display:none;
    animation:fade .5s;
}
.tab-content.active, .tab-content-2.active, .tab-content-3.active, .tab-content-4.active{
    display:block;
}
@keyframes fade{
from{
    opacity:0;
    transform:translateY(20px);
}
to{
    opacity:1;
    transform:translateY(0);
}
}
.utility-sec-three {
    padding: 5%;
}
.utility-pg-sec-three-head {
    text-align: center;
}
.utility-pg-sec-three-head h3 {
    font-size: 42px;
    line-height: 1.2;
}
.utility-pg-sec-three-head h6
{
    text-align: center;
    font-size: 18px;
    line-height: 1.1;
}
.utility-pg-sec-three-right-col {
    border-left: 2px solid #ddd;
	padding: 0 10%;
}
.utility-pg-sec-three-right-col h2 {
    font-size: 42px;
	    margin-bottom: 25px;
}
.stats {
    display: flex;
    justify-content: center;
    gap: 60px;
    color: #fff;
    text-align: center;
	margin-top: 5%;
}
.stats h2 {
    font-size: 26px;
    margin-bottom: 0;
}
.tab-cont p {
    text-align: center;
}
.tab-cont {
    margin-top: 25px;
}
.txt-small {
    font-size: 12px;
}
section.utility-sec-four
 {
    padding: 5% 0;
}
.utility-pg-sec-four-head h2 {
    text-align: center;
    font-size: 42px;
    margin-bottom: 60px;
}
.utility-pg-sec-four-left-col {
    margin-left: 20%;
}
.utility-pg-sec-four-right-col .right-video {
    object-fit: contain;
}
.utility-pg-sec-four-grid-col h4 {
    font-size: 42px;
    line-height: 1.4;
}
.utility-pg-sec-four-grid-col h6 {
    line-height: 1.4;
    font-size: 20px;
    opacity: 0.8;
}
.utility-pg-sec-four-grid-col {
    margin-bottom: 40px;
}
.utility-sec-five {
    background: #e9eaeb;
    background-image: url(/wp-content/themes/CertifiedEnergySolution/assets/images/background/bg10.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    align-items: center;
    height: 100vh;
    position: relative;
    color: #fff;
    align-content: space-evenly;
}
.utility-lft-cont-five-head-sec h4 {
    font-size: 24px;
    cursor: pointer;
    position: relative;
    color: #fff;
    font-weight: 700;
    padding: 0px 30px 10px;
    border-bottom: 5px solid #fff;
    width: fit-content;
	margin-bottom: 40px;
}
.utility-lft-cont-five-head-sec img {
    border-radius: 20px;
}
.utility-cont-sec-five {
    width: 95%;
}
.utility-rgt-cont-five-head-sec h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 40px;
}
.utility-pg-sec-five-grid {
    margin-top: 90px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
	margin-bottom: 30px;
}
.utility-pg-sec-five-grid-col h4 {
    color: #FF5900;
    font-size: 26px;
    padding-right: 5px;
}
.utility-pg-sec-five-grid-col {
    width: min-content;
}
.utility-pg-sec-six-head h4 {
    margin-top: 10px;
    line-height: 1.6;
    color: #FF5900;
    font-size: 24px;
}
.utility-pg-sec-six-head h2 {
    font-size: 40px;
    line-height: 1.6;
}
.utility-pg-sec-six-col {
    width: 60%;
    margin: 0 auto;
}
.utility-pg-sec-egt {
    padding: 0 15% 0 10%;
}
.utility-pg-img-sec-egt img {
    object-fit: none;
}
.utility-pg-sec-egt-head h2 {
    font-size: 40px;
}
.utility-pg-sec-egt-cont p {
    line-height: 1.6;
    margin-top: 25px;
}
.utility-pg-sec-egt2 {
    padding: 0 10% 0 15%;
}
.tab-content-2 .tab-cont p {
    text-align: left;
    padding-left: 10%;
}
.utility-pg-sec-nine-head h2 {
    font-size: 40px;
    line-height: 1.1;
}
.utility-pg-sec-nine-head h5 {
    font-size: 20px;
    margin-top: 10px;
}

.utility-pg-sec-nine-col
 {
    margin-bottom: 60px;
}
.business-sec-ten {
    background: #e9eaeb;
    background-image: url(/wp-content/themes/CertifiedEnergySolution/assets/images/background/bg11.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    align-items: center;
    height: 100vh;
    position: relative;
    color: #fff;
    align-content: space-evenly;
}
.business-pg-sec-ten-head h2, .utility-pg-sec-ten-head h2 {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 25px;
}.business-pg-sec-ten-cont h3, .utility-pg-sec-ten-cont h3 {
    font-size: 34px;
    color: #FF5900;
}
.business-pg-sec-ten-cont p, .utility-pg-sec-ten-cont p {
    font-size: 18px;
    margin-top: 30px;
    line-height: 1.5;
}
.utility-pg-sec-ten-col {
    text-align: left;
}
.utility-sec-ele {
    background: #e9eaeb;
    background-image: url(/wp-content/themes/CertifiedEnergySolution/assets/images/background/bg12.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    align-items: center;
    position: relative;
    color: #fff;
    align-content: space-evenly;
}
.tab-content-3 .tab-cont p {
    text-align: left;
}
.utility-pg-sec-ele-head h2 {
    font-size: 40px;
    line-height: 1.1;
}
.utility-pg-sec-ele-head h6 {
    font-size: 16px;
    line-height: 1.4;
	color: #FF5900;
	margin-top: 30px;
}
table.utitity-sec-table {
    width: 100%;
	margin-bottom: 30px;
}
table.utitity-sec-table td {
    padding: 3px;
    vertical-align: top;
}
.pg-bannner-sec_new{
	 background-image: url(/wp-content/uploads/2026/07/another-rural-system.jpg);
    background-size: cover;
    background-repeat: no-repeat !important;
    background-position-x: center;
    height: 640px;
    position: relative;
    overflow: hidden;
}
.pg-bannner-sec {
    background-image: url(/wp-content/themes/CertifiedEnergySolution/assets/images/banner/banner6.png);
    background-size: cover;
    background-repeat: no-repeat !important;
    background-position-x: center;
    height: 640px;
    position: relative;
    overflow: hidden;
}
.products-section{
    padding:80px 0;
    background:#fff;
}

.product-tabs{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:18px;
    margin-bottom:60px;
}

.product-tabs button {
    border: none;
    background: #fff;
    font-size: 16px;
    transition: .3s;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    display: inline-block;
    padding: 10px 20px;
    border-radius: 20px;
    margin: 0px 10px;
    cursor: pointer;
}
.product-tabs button:hover {
	background:#ff5900;
	color:#fff;
}
.product-tabs button.active{

    background:#a52228;
    color:#fff;

}
.support-card.prod-pg-support {
    height: fit-content;
}
.prod-pg-support-grid
{
	    gap: 15px;
width: 90%;
    margin: 0 auto;
}
.support-section-prod-pg {
    background: #e9eaeb;
    padding: 50px 0 70px;
}
.products-grid{

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;

}
.support-grid.product-pg-support-grid
 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}
.product-card{

    background:#f7f7f7;
    border-radius:15px;
    text-align:center;
    transition:.4s;

}

.product-card img{

    width:100%;
    max-height:100%;
    object-fit:contain;

}

.product-card h3{

    margin:20px 0;

}

.product-card a{

    display:inline-block;
    padding:12px 35px;
    border:1px solid #222;
    border-radius:30px;
    text-decoration:none;
    color:#222;

}

.hide{

    display:none;

}

.show{

    display:block;
    animation:fade .5s;

}
.product-card-cont {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 0px;
    padding-bottom: 15px;
    z-index: 2;
}
.product-card-cont .view-more a {
    margin-top: 0;
}
.product-card-cont h3 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    color: #222;
}
@keyframes fade{

from{

opacity:0;
transform:translateY(30px);

}

to{

opacity:1;
transform:translateY(0);

}

}
.support-section {
    color: #fff;
}
.support-section h2 {
    text-align: center;
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 40px;
}
.support-overlay h2 {
    margin-bottom: 0 !important;
    font-size: 30px !important;
}
.support-pg-bannner-sec {
    background-image: url(/wp-content/uploads/2026/07/contact-us-page-banner.png);
    background-size: contain;
    background-repeat: no-repeat !important;
    background-position-x: center;
    height: 762px;
    position: relative;
    overflow: hidden;
}
.support-section{

    background:#e9eaeb;
    padding: 5%;

}

.section-title{

    text-align:center;
    font-size:64px;
    font-weight:700;
    margin-bottom:50px;

}

.support-tabs{

    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
    margin-bottom:60px;

}
.support-banner-cont {
    padding: 0 5%;
    box-sizing: border-box;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    position: absolute;
    width: 70%;
}
.support-banner-cont h1 {
    font-family: 'Poppins-Light';
    color: #fff;
    font-size: 32px;
}
.support-tabs button{

   border: none;
    background: #fff;
    padding: 0 25px;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
    transition: .3s;
    margin: 0 5px;
    height: 32px;

}

.support-tabs button.active{

    background:#a52228;
    color:#fff;

}
.support-tabs button:hover {
    background: #FF5900;
    color: #fff;
}
.tab-cont-head {
    font-size: 35px !important;
    color: #333;
}
.tab-content{

    display:none;

}

.tab-content.active{

    display:block;

}

.tab-content h3{

    font-size:50px;
    margin-bottom:30px;

}

.document-list{

    background:#fff;
    border-radius:10px;
    overflow:hidden;
	padding: 3%;

}

.document-item{

    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:22px 10px;
    text-decoration:none;
    color:#222;
    border-bottom:1px solid #eee;
    transition:.3s;

}

.document-item:last-child{

    border-bottom:none;

}
.document-list:hover a {
    color: #FF5900;
}

.document-item:hover {
    border-bottom: 1px solid #FF5900;
}

.document-item .left{

    display:flex;
    align-items:center;
    gap:20px;

}

.document-item i{

    font-size:18px;

}

.document-item span{

    font-size:18px;

}

.document-item .right{

    font-size:18px;
    color:#333;

}
.supprt-section-title{
	text-align: center;
    font-size: 50px;
    font-weight: 700;
    color: #222;
	line-height: 1.4;
}
.faq-section{
color: #333;
}

.faq-item{

    background:#fff;
    border-radius:12px;
    margin-bottom:20px;
    overflow:hidden;
}
.faq-item.active{
 box-shadow:0 8px 25px rgba(0,0,0,.05);

}
.faq-question{

    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:5px 30px;
    cursor:pointer;

}

.faq-question h3{

    font-size:20px;
    margin:0;
font-family: 'Poppins-Light';
}

.faq-question span{

    font-size:34px;
    transition:.3s;

}

.faq-answer{

    max-height:0;
    overflow:hidden;
    transition:max-height .4s ease;

}

.faq-answer p{

    padding:0 30px 30px;
    color:#666;
    line-height:1.8;

}

.faq-item.active .faq-answer{

    max-height:250px;

}

.faq-item.active .faq-question span{

    transform:rotate(45deg);

}
.order-pg-form-sec {
    padding: 8% 5%;
}
.order-form-section {
    position: relative;
    margin: 40px 0px;
    padding: 0 20px;
   border-left: 5px solid #FF5900;
}
.form-sec-input input {
    height: 40px;
    border: 1px solid rgba(0, 0, 0, .7);
    padding: 0px 10px;
    border-radius: 7px;
    width: calc(100% - 20px);
    box-sizing: border-box;
    font-size: 14px;
}
.form-sec-input textarea {
    height: 80px;
    border: 1px solid rgba(0, 0, 0, .7);
    padding: 0px 10px;
    border-radius: 7px;
    width: calc(100% - 20px);
    box-sizing: border-box;
    font-size: 14px;
}
.form-sec-input-btn input {
    margin-top: 10px;
    width: 180px;
    text-align: center;
    background: #a52228;
    color: #fff;
    border-color: #a52228;
    border: 1px solid;
    transition: all 0.3s ease;
    border-radius: 25px;
    padding: 10px 35px;
}
.form-sec-input-btn input:hover {
    background: #FF5900;
    border-color: #FF5900;
   
}
.abtvideo-busnes-banner {
    position: relative;
    height: 80vh;
    overflow: hidden;
}
.abtvideo-busnes-banner .video-busnes-content {
    justify-content: end;
}
.abt-pg-sec-two, .abt-pg-sec-four {
    background: #e9eaeb;
    padding: 100px 0;
}
.sec-two-cont p {
    line-height: 1.8;
    font-size: 18px;
}
.sec-three-lft-sec, .sec-three-rgt-sec {
    text-align: center;
	position: relative;
    height: 70vh;
    text-align: center;
    overflow: hidden;
	transition: all 0.3s ease;
}
.sec-three-lft-sec:before, .sec-three-lft-sec:before {
position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
}
.sec-three-lft-cont, .sec-three-rgt-cont {
    position: absolute;
    z-index: 3;
    width: 80%;
    margin: 0 10%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.sec-three-lft-sec {
    background-image: url(/wp-content/themes/CertifiedEnergySolution/assets/images/background/bg13.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    align-items: center;
    height: 100vh;
    position: relative;
    color: #fff;
    align-content: space-evenly;
}
.sec-three-rgt-sec {
    background-image: url(/wp-content/themes/CertifiedEnergySolution/assets/images/background/bg14.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    align-items: center;
    height: 100vh;
    position: relative;
    color: #fff;
    align-content: space-evenly;
}
.sec-three-lft-cont h2, .sec-three-rgt-sec h2 {
    font-size: 40px;
}
.sec-three-lft-cont p, .sec-three-rgt-sec p {
	margin-top: 10px;
    font-size: 20px;
}
.sec-four-col img {
    display: inline-block;
    width: 60px;
    height: 60px;
    position: relative;
	    margin: 10px;
}
.sec-four-col h4{
font-size: 38px;
    position: relative;
	background-image: linear-gradient(to right, #FF5900 0%, #FF5900 100%);
    -webkit-background-clip: text;
    color: transparent;
}
h2.team-mem-name {
    font-size: 24px !important;
}
.sec-four-col p{
font-size: 20px;
}
.sec-four-col {
    text-align: center;
}
.sec-four-btm-sec {
    margin-top: 5%;
    text-align: end;
    font-size: 14px;
}
.abt-pg-sec-five {
    background: #e9eaeb;
    position: relative;
    padding: 100px 0;
}
.abt-pg-sec-five .application-card{
	height:auto;
}
.abt-pg-sec-five .application-overlay{
	background:#f0f0f0;
}
.abt-pg-video-cont {
    display: flex;
	width:100%;
}
.head-lft-cont {
    width: 40%;
}
.head-rgt-cont {
    width: 60%;
}
.supp-sec-form {
    background: #ffffff;
    border-radius: 20px;
    padding: 50px;
}
.supp-pg-form-sec {
    background: #e9eaeb;
    padding: 3% 0;
}
.supp-input input {
    height: 40px;
    border: 1px solid rgba(0, 0, 0, .7);
    padding: 0px 10px;
    border-radius: 7px;
    width: calc(100% - 20px);
    box-sizing: border-box;
    font-size: 14px;
}
.input-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.supp-input textarea {
    height: 120px;
    border: 1px solid rgba(0, 0, 0, .7);
    padding: 0px 10px;
    border-radius: 7px;
    width: calc(100% - 20px);
    box-sizing: border-box;
    font-size: 14px;
}
.supp-input-btn input {
    margin-top: 10px;
    width: 180px;
    text-align: center;
    background: #a52228;
    color: #fff;
    border-color: #a52228;
    border: 1px solid;
    transition: all 0.3s ease;
    border-radius: 25px;
    padding: 10px 35px;
}
.supp-input-btn {
    text-align: center;
}
.supp-sec-form h3 {
    text-align: center;
    margin-bottom: 30px;
}
.form-sec-input select {
    height: 40px;
    border: 1px solid rgba(0, 0, 0, .7);
    padding: 0px 10px;
    border-radius: 7px;
    width: calc(100% - 20px);
    box-sizing: border-box;
    font-size: 14px;
}
.prod-pg-bannner-sec {
    background-size: cover;
    background-repeat: no-repeat !important;
    background-position-x: center;
    height: 640px;
    position: relative;
    overflow: hidden;
}
.prod-pg-sec-two {
    background: #e9eaeb;
    position: relative;
    padding: 100px 0;
}
.sec-two-lft-col h2 {
    font-size: 48px;
    font-weight: 700;
    color: #222;
    line-height: 1.1;
}
.sec-two-rgt-col p {
    line-height: 1.6;
}
.rp-sec {
    padding: 5% 0;
	text-align: center;
}
.prod-pg-sec-three {
    padding: 100px 0;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.prod-pg-sec-three-lft-col {
    margin: auto 50px auto 100px;
    background: rgb(0 0 0 / 60%);
    padding: 50px;
	color: #fff;
}
.prod-pg-sec-three-lft-col h2 {
    font-size: 48px;
    line-height: 1.1;
}
.prod-pg-sec-three-lft-col p {
    line-height: 1.6;
    margin-top: 25px;
}
.ces-pro-detail h6 {
    color: #FF5900;
}
.cse-prod-pg-details {
    padding: 100px 0 50px;
}
.ces-prod-pg-sec-five {
    background: #e9eaeb;
    position: relative;
    padding: 100px 0;
}
.ces-prod-pg-sec-five-video-col h2 {
    font-size: 48px;
    line-height: 1.1;
	margin-bottom: 20px;
}
.ces-prod-pg-sec-five-video-col {
    text-align: center;
}
.ces-prod-pg-sec-five-video-col .video-thumb {
    margin-top: 50px !important;
    width: 70%;
    margin: 0 auto;
}

.respg-bannner-sec {
    background-image: url(/wp-content/themes/CertifiedEnergySolution/assets/images/background/bg15.jpg);
    background-size: cover;
    background-repeat: no-repeat !important;
    background-position-x: center;
    height: 640px;
    position: relative;
    overflow: hidden;
}
.res-pg-sec-four-grid-col {
    border-left: 5px solid #ff5900;
    padding-left: 20px;
    margin-bottom: 20px;
}
.res-busnes-banner {
    background-size: cover;
    background-repeat: no-repeat !important;
    background-position-x: center;
    height: 550px;
    position: relative;
    overflow: hidden;
}
.res-sec-egt-grid-cont {
    color: #333;
    margin-top: 90px !important;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 50%;
    justify-content: space-between;
    flex-wrap: inherit;
    gap: 30px;
    margin: 0 auto;
}
.new_gallary img{
	object-fit:cover !important;
}
.support-pg-bannner-sec_new {
    background-image: url(/wp-content/uploads/2026/07/contact-us-page-top-banner.png);
    background-size: contain;
    background-repeat: no-repeat !important;
    background-position-x: center;
    height: 768px;
    position: relative;
    overflow: hidden;
}
.res-sec{
	background-image: url(/wp-content/themes/CertifiedEnergySolution/assets/images/background/bg15.jpg);
}
.order-form-section_new {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    align-items: start;
	margin-bottom:5%;
	margin-top:5%;
	text-align:center;
}

.order-form-section_new .text h4 {
    color: #ff7a00;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 700;
}

.order-form-section_new .text p {
    margin: 0;
}

.order-form-section_new .text a {
	color:#000;
    text-decoration: none;
    font-size: 18px;
    word-break: break-word;
}

.order-form-section_new .text a:hover {
    color: #ff7a00;
}


.businesscer-pg-sec-four-grid {
    margin-top: 90px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    justify-content: space-between;
    flex-wrap: inherit;
    gap: 30px;
}