/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.4.1756146932
Updated: 2025-08-25 18:35:32

*/
/* General Style */

.primary-link, .link-small {
    color: #ffffff;
    text-decoration: underline;
    font-weight: 600;
}

.link-small{
	color: #ebba1b;
}
.link-small:hover{
	color: #353a70;
}
.primary-link:hover {
    color: #ebba1b;
}
#main_menu .et_pb_menu__menu>nav>ul>li>a{
	    padding: 1px 20px !important;
}
.videoPopup .et_pb_video_box video{
	    width: 100% !important;
    height: 500px !important;
    border: 1px solid #000;
    border-radius: 10px;
}
/* Button Style */

.btn-hover {
  display: inline-block;
  padding: 8px 20px;
  color: #353a70;
  font-weight: bold;
  text-decoration: none;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  background: #ebba1b;           /* default background */
  transition: color 0.3s ease;
  z-index: 1;
	margin-top:5px;
	    width: fit-content;
}

/* sliding layer */
.btn-hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #323464;              /* hover background color */
  transition: left 0.4s ease;
  z-index: -1;
}

.btn-hover:hover::before {
  left: 0;                       /* slide in */
}

.btn-hover:hover {
  color: #fff;                   /* text color stays white */
}
#main_menu .et_pb_menu__menu>nav>ul .btn-hover:hover a {
	 color: #fff !important; 
}

/* play icon */
.button-like {
    position: relative;
    width: 35px;
    height: 35px;
    border: none;
    border-radius: 50%;
    background: #fff;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

/* Pulse wave effect */
.button-like::before,
.button-like::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(235, 186, 27, 0.5); /* semi-transparent wave */
  top: 0;
  left: 0;
  z-index: -1;
  animation: pulse 3s infinite;
}

/* second wave with delay */
.button-like::after {
  animation-delay: 1s;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.watchStory {
    display: flex;
    gap: 20px;
    align-items: center;
	margin-top:18px;
}
.watchStoryLink {
    display: flex;
    align-items: center;
    gap: 15px;
	
}
.watchStoryLink i {
    font-size: 18px;
	color: #333567;
}

/* main heading style  */
.title-area {
	
	text-align:center;
}
.sub-title.sub-title3 {
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    margin-bottom: 22px;
    padding: 0 50px;
	    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.06em;
}
.sub-title.sub-title3:before {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    width: 66px;
    height: 10px;
    background-image: url(http://localhost/energysolution/wp-content/uploads/title_shape3.svg);
    background-repeat: no-repeat;
    background-color: transparent;
	opacity: 1;
}
.title-area .sec-title {
    margin-bottom: 15px;
	    font-size: 30px;
	color: #0e121d;
	    margin-top: -0.12em;
    line-height: 1.25;
    font-weight: 600;
}
h2.lets_talk.sec-title.text-ani-style3 {
	font-size:35px;
}
/* Main Menu */
#main_menu .et_pb_menu__menu>nav>ul>li>a{
	padding: 20px;
}
#main_menu .et_pb_menu .et-menu>li {
	padding-left: 0;
    padding-right: 0;
}

#main_slider .et-pb-controllers{
	display: none;
}

#main_slider .et-pb-arrow-next, .et-pb-arrow-prev{
	    border: 1px solid #fff;
    opacity: 1 !important;
    border-radius: 100px;
	    font-size: 32px;
}
#main_slider .et-pb-arrow-next:hover, #main_slider .et-pb-arrow-prev:hover{
background-color:#000;	
	border:1px solid #000;	
}
#main_slider .et-pb-arrow-next{
    right: 2% !important;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#main_slider .et-pb-arrow-prev{
top: 50% !important;
    right: 4%;
    left: 2%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#socialLink {	
	position: absolute;
    z-index: 2;
    left: 5%;
    top: 50%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 46px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.social-links {
    display: flex;
    flex-direction: column;
    gap: 15px;
	    margin-left: 15px;
}

.social-links a {
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: rgb(0 0 0 / 67%);
    color: white;
    border-radius: 100px;
    margin: 0;
    display: inline-block;
    font-size: 14px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.social-links a:hover {
	background:white;
	color:black;
}
.social-links:before {
    bottom: calc(100% + 30px);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.social-links:after {
    top: calc(100% + 30px);
}
.social-links:before, .social-links:after {
    content: "";
    position: absolute;
    left: calc(50% + 5px);
    width: 1px;
    height: 100px;
    border:1px solid rgb(254 205 7);
}


/* servixe card */
.service-box img {
	transition:0.4s ease-in-out;
}
.service-box:hover img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.process-card {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.process-card .process-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.process-card .box-img {
    border-radius: 10px;
	position: relative;
    min-width: -webkit-fill-available;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.process-card .box-img img {
    width: 100%;
	height:200px;
    border-radius: 0px;
}
.global-img:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.process-card .number {
    position: relative;
    width: 76px;
    height: 76px;
    line-height: 56px;
    border-radius: 50%;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #ffffff;
    background-color: #ebba1c;
    border: 10px solid #ffffff;
    margin: -40px auto auto auto;
    display: block;
    z-index: 2;
}
.process-card .box-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.02em;
	    margin: 8px auto auto auto;
    text-transform: capitalize;
}
.process-card .box-text {
    margin-bottom: 0;
}
/* about us section  */

.img-box3 {
    position: relative;
    z-index: 2;
}
.img-box3 .img1 img, .img-box3 .img2 img {
    border-radius: 20px;
	
}

.img-box3 .img1 img {
	    width: 100%;
    max-width: 350px;
}
.img-box3 .img2 img {
	width: 100%;
    max-width: 330px;
}
.img-box3 .img2 {
    position: absolute;
    right: -20px;
    bottom: -35%;
	    z-index: 3;
}
.img-box3 .about-shape {
      position: absolute;
    top: -30px;
    right: -20px;
    width: 100%;
    max-width: 170px;
}
.checklist.list-two-column ul {
 display: grid;
  gap: 15px;
}
.checklist ul {
    padding-left: 0;
    list-style: none;
    text-align: left;
    margin-bottom: 0;
}
.checklist li {
    color: #0e121d;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 700;
}
.checklist li > i {
    font-size: 15px;
    color: #ebba1b;
}

/* our services */

/* process area end ---------------------------*/
/* process area start ---------------------------*/
.process-box {
  text-align: center;
}
.process-box-wrap {
  position: relative;
}
.process-box-wrap:before {
  content: "";
  background-image: url("http://localhost/energysolution/wp-content/uploads/arrow.svg");
  background-repeat: no-repeat;
  width: 150px;
  height: 89px;
  position: absolute;
  top: 0px;
  right: -70px;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .process-box-wrap:after {
    display: none;
  }
}
.process-box-wrap:nth-child(even):after {
  top: 30%;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.process-box-wrap.last-wrap::before {
	display:none !important;
}
.process-box .box-img {
    width: 170px;
    height: 170px;
    position: relative;
    border-radius: 100px;
    z-index: 1;
    display: block;
    margin: auto auto 10px auto;
}
.process-box .box-img img {
  border-radius: 100px;
	height:170px;
}
.process-box .box-content {
  max-width: 300px;
  display: block;
  margin: auto;
}
.process-box_icon {
  width: 130px;
  height: 130px;
  line-height: 130px;
  background-color: var(--white-color);
  border-radius: 50%;
  text-align: center;
  -webkit-box-shadow: 0px 0px 77px 10px rgba(170, 170, 170, 0.13);
          box-shadow: 0px 0px 77px 10px rgba(170, 170, 170, 0.13);
  margin: 0 auto 25px auto;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.process-box_icon img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.process-box .box-title {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 25px;
	font-weight:600;
}
.process-box .box-text {
  margin: 0 auto -0.5em auto;
}
.more-services.new-services .et_pb_image_wrap, .more-services.new-services .et_pb_image_wrap img{
	height:auto !important;
}
.more-services{
	background-color: rgba(255, 255, 255, 0.15) !important;
    border: 1px solid rgba(255, 255, 255, 0.15);
	    padding: 15px !important;
}
.more-services .et_pb_image_wrap, .more-services .et_pb_image_wrap img{
	height: 215px;
}

.more-services .et_pb_module_header, .more-services .et_pb_blurb_description{
	color: #fff;
	    line-height: 23px;
   
}


/* new service section */

/*------------------- 4.00. Service -------------------*/
/* service-card start -------------------------------*/
.service-card {
  position: relative;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.03);
  border-radius: 30px;
  padding: 30px;
  overflow: hidden;
		background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.15);
	    padding: 15px !important;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .service-card {
    padding: 30px 20px;
  }
}
.newService .et_pb_blurb_container{
	    padding-left: 0 !important;
}
.service-card.style2 {
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.07);
	border-radius: 10px !important;
	background-color: rgb(14 18 29) !important;
}
.service-card .service-overlay {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.service-card .service-overlay:before {
  content: "";
  position: absolute;
  inset: 0;
  background: #ffffff;
  z-index: 3;
  border-radius: inherit;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.service-card .service-overlay:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(1, 15, 28, 0.7)), to(rgba(1, 15, 28, 0.7)));
  background: linear-gradient(0deg, rgba(1, 15, 28, 0.7), rgba(1, 15, 28, 0.7));
  z-index: 2;
}
.service-card .box-img {
  position: absolute;
  top: -30px;
  right: -30px;
}
.service-card .box-content {
  position: relative;
  z-index: 4;
}
.service-card .box-icon {
  position: relative;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: #C5DACC;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 30px;
  z-index: 2;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
	    align-items: center;
    justify-content: center;
	display:flex;
}
.service-card .box-icon:before {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  border-radius: 50%;
  background-color: #ecba1a;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}
.service-card .box-icon img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
	    width: 50px;
    height: 50px;
}
.service-card .box-title {
  margin-bottom: 10px;
	    color: #fff;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .service-card .box-title {
    max-width: 100%;
  }
}
.service-card .box-text {
  margin-bottom: 20px;
	color:#fff;
}
.service-card .th-btn {
  padding: 13.5px 25px;
  font-size: 16px;
}
.service-card:hover .service-overlay {
  opacity: 1;
  visibility: visible;
}
.service-card:hover .service-overlay:before {
  -webkit-transform: translate(100%, -100%);
          transform: translate(100%, -100%);
}
.service-card:hover .box-img {
  -webkit-transform: translate(100%, -100%);
          transform: translate(100%, -100%);
}
.service-card:hover .box-icon:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.service-card:hover .box-icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.service-card:hover .box-title {
  color: #fff;
}
.service-card:hover .box-text {
  color: #fff;
}
.service-card:hover .th-btn .btn-text:before, .service-card:hover .th-btn .btn-text:after {
  color: #fff;
}

/* Progress bar */

/*  */
.choose-progress-bar {
  width: 100%;
  height: 100%;
  display: flex;
	gap: 25px;
}

.choose-progress-bar .progress-bar {
  width: 21%;
  height: 530px;
  border-radius: 30px;
  padding: 0;
  background-color: #fff;
  -webkit-transition: none;
  transition: none;
  /* Extra small devices */
}


.choose-progress-bar .progress-track {
  position: relative;
  width: 100%;
  height: 530px;
  background-color: #fff;
  border-radius: 20px;
}
.choose-progress-bar .progress-fill {
  position: absolute;
  bottom: 0;
  background-color: #ebba1ba1;
  width: 100%;
  color: #fff;
  padding: 20px 10px;
  text-align: center;
  font-size: 12px;
  border-radius: 20px;
  line-height: 20px;
  -webkit-animation: grow 1s ease-in-out;
          animation: grow 1s ease-in-out;
  height: 0;
}
@-webkit-keyframes grow {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
@keyframes grow {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
.choose-progress-bar .counter {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #0e121d;
    display: block;
}
.choose-progress-bar .text {
    font-weight: 500;
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 0.02em;
    color: #4D5765;
    display: block;
}
.widget_title {
    color: #333567;
    margin: 0;
    font-size: 18px !important;
    padding-bottom: 10px;
}
.widget_title:before {
    background-color: #FFFA84;
}
.widget_title:after {
    width: 16px;
    height: 10px;
    background-color: transparent;
    bottom: -3px;
    left: 40px;
    -webkit-animation: footerLine 7s linear infinite;
    animation: footerLine 7s linear infinite;
}
.widget_title:before, .widget_title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background-color: #FFB30F;
}

@-webkit-keyframes footerLine {
  0% {
    left: 40px;
  }
  50% {
    left: 0;
  }
  100% {
    left: 40px;
  }
}
@keyframes footerLine {
  0% {
    left: 40px;
  }
  50% {
    left: 0;
  }
  100% {
    left: 40px;
  }
}
.callToAction {
    font-size: 27px;
    color: #0e121d;
    display: flex;
    align-items: start;
    justify-content: flex-start;
    gap: 20px;
	 transition: transform 0.3s ease;
	flex-wrap:wrap;
	flex-direction:column;
}
.callToAction a {
    color: #0e121d;
}
.mobilePhone a:hover{
	transform: translateX(4px);
	color:#fff;
}
.callToAction:hover a{
	color:#fff;
}
/* FOoter */

/* Footer Links Styling */
.footer-links {
  list-style: none;
  padding: 0 !important;
  margin: 0;
}

.footer-links li {
  margin: 8px 0;
  display: flex;
  align-items: center;
  font-size: 15px;
  transition: transform 0.3s ease;
}

.footer-links i {
  margin-right: 8px;
  color: #ebba1b; /* icon color */
  font-size: 12px;
  transition: transform 0.3s ease;
}

.footer-links a {
  text-decoration: none;
  color: #333;
  transition: color 0.3s ease;
}

/* Hover effects */
.footer-links li:hover i {
  transform: translateX(4px); /* chevron slides to right */
}

.footer-links li:hover a {
  color: #ebba1b; /* link text changes color */
}
footer#main-footer {
    display: none;
}
/* media query */
/* Medium devices */

/* Contact form */
/* Form style */

/* forms */

.contactheading {
  font-size: 35px !important;
  color: #fff;
  font-weight: 500;
  line-height: 38px;
  text-align: center;
}

#requestACallBack {
  background-color: #0000008c;
  padding: 35px;
}
.fullInput {
  margin-bottom: 8px;
	position:relative;
}
.inputLabel.small {
    position: absolute;
    top: -16px;
    font-weight: 600;
    color: #000;
    font-size: 12px;
}
.wpcf7-not-valid-tip{
	font-size:12px;
}
label.label_design {
  color: #fff;
}
.fullInput br {
  display: none;
}
.fullInput input,
.fullInput select, .fullInput textarea {
  border: 1px solid #ecf2f6;
  background-color: #f3f3f3;
  color: #292930;
  padding: 10px 20px;
  width: 100%;
}

.ContactUSForm .fullInput textarea {
  border: 1px solid #ecf2f6;

  background-color: #fff;
  color: #292930;
  padding: 15px 20px;
  width: 100%;
  height: 80px;
}


.serviceForm .wpcf7-submit {

}
.fullInput__halfWrap {
    display: flex;
    gap: 40px;
}
.fullInput__halfWrap .fullInput{
	width: 100%;
	position:relative;
}
span.wpcf7-spinner {
  position: absolute;
  top: 0;
  background-color: #a0a4a8;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%)
}

.dtq-cf7-styler .wpcf7 input[type=submit] {
	    border-color: #ecba1a;
    color: #000;
    background-color: #ecba1a;
	  border: 0;
  margin-top: 5px;
  padding: 12px 20px;
  width: 100%;
  font-size: 16px;
	border:1px solid #fff;
  font-weight: 700;
  cursor: pointer;
}


/* Small devices */
@media (max-width: 992px) {
	#main_slider .et_pb_slide .et_pb_container {
		height: auto !important;
	}
	#main_slider .et-pb-arrow-prev, #main_slider .et-pb-arrow-next {
		width: 30px;
    height: 30px;
	}
		.btn-hover{
		    text-align: center;
    width: 100%;
			    padding: 5px;
	}
	
}
.et_mobile_menu{
	    border-top: 3px solid #424666;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    border-color: #ecba1a;
    color: #000;
    background-color: #ecba1a;
    border: 0;
    margin-top: 5px;
    padding: 12px 20px;
    width: 100%;
    font-size: 16px;
    border: 1px solid #fff;
    font-weight: 700;
    cursor: pointer;
}

@media (max-width: 767px) {
  .process-box-wrap {
    margin-bottom: 40px;
  }
	#socialLink {
		display:none;
	}
  .process-box-wrap:after {
    display: none;
  }
	.watchStory {
		    margin-top: 0;
	}
	.btn-hover{
		padding: 4px 19px;
	}
	.watchStoryLink{
		display:none;
	}
	.choose-progress-bar {
		    gap: 16px;
	}
	.ba_cf7_styler_0 .dtq-cf7 .wpcf7-form-control:not(.wpcf7-submit) {
		    margin-bottom: 0 !important;
	}
	.fullInput__halfWrap{
		    gap: 0;
    flex-direction: column;
	}

	
}
.process4-image {
  border-radius: 30px;
  margin-right: 40px;
  /* Large devices */
}
.et_pb_testimonial_portrait {
    margin-top: 10px !important;
}

@media (max-width: 480px) {
  .choose-progress-bar .progress-bar {
    width: 50%;
    margin-bottom: 25px;
  }
	.choose-progress-bar .counter{
		    font-size: 12px;
    line-height: 16px;
	}
	.choose-progress-bar .text {
		font-size: 10px;
    line-height: 10px;
    letter-spacing: 0.02em;
	}
	.choose-progress-bar .progress-bar {
		height:250px;
	}
	h2.lets_talk.sec-title.text-ani-style3{
		font-size:30px;
	}
	.img-box3{
		display:none;
	}
	.checklist.list-two-column ul {
    display: flex;
    gap: 15px;
    flex-direction: column;
}
}
@media (max-width: 375px) {
  .choose-progress-bar .progress-bar {
    width: 50%;
  }
}


