.subtitle {
  display: block;
  font-size: 16px;
  color: #79c213;
  font-weight: bold;
  line-height: 30px;
}

.about {
  position: relative;
}
.about::before {
  content: "";
  position: absolute;
  background-image: url(../images/about-bg.webp);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right;
  background-position-y: 10px;
  z-index: -1;
}
.about .about-img img {
  border-radius: 20px;
  height: 650px;
  object-fit: cover;
}
.about .about-img-2 img {
  border-radius: 20px;
  height: 84%;
}
.about .about-img-2 {
  padding-right: 0;
}
.counter-main .counter-box .counter-number span {
  font-weight: var(--bold-font);
  font-size: 24px;
  color: #000;
  padding-bottom: 10px;
}
.counter-main .counter-box {
  margin-top: 30px;
  padding-left: 40px;
}
.counter-main .counter-box:first-child {
  padding-left: 0;
}
.counter-description span {
  color: #000;
  font-size: 16px;
  font-family: var(--primary-font-family);
}
.about-content {
  align-self: center;
  padding-left: 85px;
}
.about-content p {
  padding-top: 10px;
  padding-bottom: 25px;
}

.about-img-p {
  padding-left: 20px;
}

@media (max-width: 1399px) {
  .about-content {
    padding-left: 40px;
  }
}
@media (max-width: 1199px) {
  .about-content {
    padding-left: 25px;
  }
  .counter-main .counter-box .counter-number span {
    font-weight: var(--bold-font);
    font-family: var(--primary-font-family);
    font-size: 22px;
    color: #000;
    padding-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .about .about-img img {
    height: 538px;
    object-position: top;
  }
  .about-content {
    margin-top: 50px;
    padding-left: 12px;
    text-align: center;
  }
  .counter-main .counter-box {
    margin-top: 25px;
  }
  .counter-main .counter-box h3 {
    padding-bottom: 0;
  }
  .about-content {
    margin-top: 40px;
  }
  .about::before {
    display: none;
  }
}
@media (max-width: 575px) {
  .about-img-p {
    padding-left: 0;
    padding-right: 0;
  }
  .about-img-row {
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }
  .object-fit-cover {
    object-fit: cover;
  }
  .about .about-img img {
    height: 460px;
    margin-bottom: 25px;
  }

  .counter-main {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .counter-main .counter-box {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}
@media (max-width: 430px) {
  .about .about-img img {
    height: 400px;
  }
}
.ecopower-solution {
  background-color: #181818;
  border-top-left-radius: 150px;
  border-top-right-radius: 150px;
  position: relative;
  z-index: 1;
}
.ecopower-solution::before {
  content: "";
  position: absolute;
  background-image: url(../images/solution-bg.webp);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: -1;
  top: 0;
}
.ecopower-solution .section-title {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.ecopower-solution .container {
  padding-bottom: 80px;
  border-bottom: 1px solid #262626;
}
.ecopower-solution h2 {
  color: #fff;
  margin: 0 auto;
}
.solutions-box img {
  border-radius: 15px;
}
.solutions-box h3 {
  padding-top: 25px;
  padding-bottom: 10px;
  color: #fff;
  font-weight: 500;
  line-height: 26px;
}
.solutions-box p {
  color: #ddd;
}
@media (max-width: 1399px) {
  .ecopower-solution {
    border-top-left-radius: 120px;
    border-top-right-radius: 120px;
  }
}
@media (max-width: 1199px) {
  .solutions-box h4 {
    padding-top: 20px;
  }
  .ecopower-solution .container {
    padding-bottom: 60px;
  }
  .ecopower-solution {
    border-top-left-radius: 90px;
    border-top-right-radius: 90px;
  }
}
@media (max-width: 991px) {
  .ecopower-solution {
    border-top-left-radius: 70px;
    border-top-right-radius: 70px;
  }
  .ecopower-solution .row {
    row-gap: 40px;
  }
  .ecopower-solution .section-title {
    margin-bottom: 0;
  }
  .ecopower-solution .container {
    padding-bottom: 40px;
    border-bottom: 1px solid #262626;
  }
  .nurturing-solar .section-title {
    text-align: center;
  }
  .ecopower-solution .container {
    border: none;
  }
  .renewable-img {
    padding-top: 70px;
  }
  .ecopower-solution::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .ecopower-solution {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }
  .ecopower-solution .row {
    row-gap: 30px;
    justify-content: center;
  }
  .solutions-box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .solutions-box p {
    text-align: center;
  }
  .renewable-img {
    padding-top: 50px;
  }
}
@media (max-width: 575px) {
  .ecopower-solution {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
}
footer {
  background-image: url(../images/footer-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-position: top;
}
.footer-title {
  padding-top: 30px;
}
.subscribe-form form {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 30px;
  margin-left: 30px;
  /* margin-right: 30px; */
  padding: 30px;
  padding-bottom: 17px;
  margin-left: 40px;
  margin-right: 30px;
}
.subscribe-form form input {
  padding: 14px 20px;
  width: 100%;
  color: #bbb;
  background-color: #f1f1f1;
  border: none;
  border-radius: 7px;
  font-family: var(--primary-font-family);
  font-size: 16px;
}
.subscribe-form form input:focus {
  outline: 0;
}
.subscribe-form form .subscribe-button {
  width: 100%;
  margin-top: 20px;
  padding: 15px 0;
  border: 1px solid #9ae62d;
  background-color: #9ae62d;
  border-radius: 7px;
  font-family: var(--primary-font-family);
  font-weight: 500;
  color: #000;
}
.subscribe-form form .subscribe-button:hover {
  background-color: #fff;
  color: #9ae62d;
  transition: all 0.8s;
}
.subscribe-form form .subscribe-button:focus {
  outline: 0;
}
.footer-content {
  flex-wrap: wrap;
}
.footer-logo {
  margin-top: 60px;
  margin-bottom: 40px;
}
.footer-content h3 {
  color: #fff;
  padding-bottom: 16px;
  font-weight: 500;
  font-size: 20px;
}
.footer-content .footer-about p {
  max-width: 230px;
  color: #ddd;
}
.footer-content ul li:hover a {
  color: #9ae62d;
  transition: all 1s;
}
.footer-content a:hover {
  color: #9ae62d;
  transition: all 1s;
}
.footer-contact ul li {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  font-family: var(--primary-font-family);
  color: #ddd;
}
.footer-contact ul li a {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  font-family: var(--primary-font-family);
  color: #ddd;
}
.branch-add p {
  color: #ddd;
  max-width: 230px;
}
.social-link ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
  column-gap: 35px;
}
.social-link ul li i {
  color: #e4e4e4;
  font-size: 16px;
}
.social-link ul li:hover i {
  color: #9ae62d;
  transition: all 1s;
}
.copy-right {
  border-top: 1px solid #262626;
  padding: 20px 0;
  margin-top: 45px;
}
.copy-right p {
  color: #ddd;
}
.footer-contact {
  padding-left: 40px;
}
.branch-add {
  padding-left: 90px;
}
.social-link {
  padding-left: 130px;
}
.social-link ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin: 4px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

@media (max-width: 1899px) {
  .subscribe-form form {
    margin-left: 30px;
    /* margin-right: 30px; */
  }
}
@media (max-width: 1399px) {
  footer {
    background-image: none;
    background-color: #000;
  }
  footer h2 {
    color: #fff;
  }
  .footer-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .footer-contact {
    padding-left: 0;
  }
  .branch-add {
    padding-left: 0;
  }
  .social-link {
    margin-left: unset;
  }
  .social-link {
    padding-left: 0;
  }
}
@media (max-width: 1300px) {
  .subscribe-form form {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .footer-title {
    padding-top: 0;
  }
  .subscribe-form form {
    margin-left: 50px;
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  footer {
    background-color: #181818;
  }
  .footer-title {
    align-self: center;
  }
  .footer-title h2 {
    color: #fff;
  }
  .subscribe-form form {
    margin-left: 0;
    margin-bottom: 30px;
    padding: 20px;
    margin-bottom: 0;
  }
  .subscribe-form form input {
    padding: 12px 20px;
  }
  .footer-content {
    margin-top: 50px;
    row-gap: 25px;
    padding-bottom: 0;
  }
  .footer-logo {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .copy-right {
    margin-top: 40px;
    padding: 10px 0;
  }
  footer .container {
    padding-top: 50px;
  }
  .subscribe-form form .subscribe-button {
    padding: 12px 0;
  }
  .social-link h4 {
    padding-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .footer-content {
    margin-top: 40px;
    padding-bottom: 0;
  }
}
@media (max-width: 575px) {
  .copy-right {
    margin-top: 30px;
  }
  .footer-content .footer-about p {
    max-width: 100%;
  }
  .branch-add p {
    max-width: 100%;
  }
  .footer-title {
    text-align: center;
    margin-top: 0;
  }
  .footer-content h4 {
    padding-bottom: 5px;
  }
  .social-link h4 {
    padding-bottom: 12px;
  }
  .footer-content {
    text-align: center;
  }
  .social-link ul {
    justify-content: center;
  }
}
@media (max-width: 430px) {
  .footer-title {
    text-align: center;
  }
}
body {
  padding-top: 90px;
}
header {
  background: transparent;
  backdrop-filter: blur(10px);
  height: 80px;
  display: flex;
  align-items: center;
}
header.scrolled {
  background-color: #0000009c !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
header.fixed-top {
  z-index: 999;
}

a.nav-link {
  padding: 10px 25px !important;
}
.navbar .nav-link {
  color: #fff;
}
.navbar .nav-link.active,
.navbar .nav-link:hover {
  color: #9ae62d;
}
.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
.navbar-toggler {
  border: 1px solid #9ae62d;
  color: #9ae62d;
}
@media (max-width: 991px) {
  .navbar-collapse {
    margin-top: 10px;
  }
  header.scrolled {
    background-color: #000 !important;
  }
  header {
    height: max-content;
    padding: 20px 0;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    background-color: #000;
  }
}
.hero-banner {
  background-image: url(../images/hero-banner-bg.jpg);
  background-color: #000;
  mask-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding-top: 81px;
}
.banner-content {
  padding-top: 85px;
}
.hero-content {
  padding-left: 70px;
}
.section-title h1 {
  color: #fff;
}
.hero-content p {
  color: #ddd;
  margin-top: 17px;
}
.hero-content span {
  color: #9ae62d;
  font-family: var(--primary-font-family);
  font-weight: 500;
}
.hero-banner-img {
  padding-bottom: 10px;
  margin-top: 60px;
  display: flex;
  justify-content: center;
  padding-bottom: 15px;
}
.hero-banner-img img {
  border-radius: 20px;
  aspect-ratio: 2.803;
}
.profile-image {
  margin-left: -22px;
}
@media (width >1870px) {
  .hero-banner-img .img-fluid {
    width: 89% !important;
  }
}
@media (max-width: 1399px) {
  .hero-banner-img {
    margin-top: 50px;
  }
  .hero-content {
    padding-left: 12px;
  }
}
@media (max-width: 1199px) {
  .banner-content {
    padding-top: 70px;
  }
}
@media (max-width: 991px) {
  .banner-content {
    padding-top: 70px;
    text-align: center;
  }
  .hero-banner .section-title {
    padding-bottom: 25px;
  }
  .hero-banner {
    padding-top: 160px;
    margin-top: -81px;
  }
}
@media (max-width: 767px) {
  .hero-banner-img {
    margin-top: 30px;
  }
}
@media (max-width: 430px) {
  .hero-banner .section-title {
    padding-bottom: 20px;
  }
}
.nurturing-solar {
  padding-top: 77px;
}
.nurturing-des p {
  padding-top: 40px;
  color: #ddd;
  padding-bottom: 25px;
}
.nurturing-solar .container {
  padding-bottom: 0;
}
.nurturing-des {
  padding-left: 60px;
}
.nurturing-btn .btn-2 {
  margin-left: 30px;
}
.nurturing-btn .theme-button:hover {
  background-color: transparent;
  color: #9ae62d;
}
.nurturing-row {
  background-color: #fff;
  border-radius: 20px;
  flex-wrap: wrap;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.02);
  margin-top: 40px;
}
.nuturing-box {
  padding: 39px;
  border-right: 1px solid #f1f1f1;
}
.nuturing-box h3 {
  font-weight: 500;
  padding-bottom: 10px;
  padding-top: 25px;
  font-size: 20px;
}
.nurturing-row .nuturing-box:last-child {
  border-right: none;
}
.nuturing-note {
  margin-left: auto;
  padding: 30px 12px 30px 35px;
}
.nuturing-note a {
  color: #82cf16;
  text-decoration: underline;
  font-weight: bold;
}

.nuturing-note a:hover {
  color: #000;
}

.nuturing-note a i {
  margin-left: 5px;
}
.nurturing-row-main {
  margin-bottom: -23%;
}
@media (max-width: 1399px) {
  .nuturing-box {
    padding: 30px;
  }
  .nurturing-des {
    padding-left: 12px;
  }
}
@media (max-width: 1199px) {
  .nuturing-box {
    padding: 25px;
  }
  .nurturing-row .nuturing-box:nth-child(3) {
    border-right: none;
  }
  .nurturing-solar {
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  .nuturing-note a:hover {
    color: #fff;
  }

  .nuturing-box {
    border-top: 1px solid #f1f1f1;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .nuturing-box p {
    text-align: center;
  }
  .nurturing-row .nuturing-box:nth-child(3) {
    border-right: 1px solid #f1f1f1;
  }
  .nurturing-row .nuturing-box:nth-child(1) {
    border-top: none;
  }
  .nurturing-row .nuturing-box:nth-child(2) {
    border-top: none;
    border-right: none;
  }
  .nurturing-solar .row {
    row-gap: 0;
  }
  .nurturing-solar {
    padding-top: 40px;
  }
  .nurturing-des {
    text-align: center;
  }
  .nurturing-solar h2 {
    text-align: center;
  }
  .nuturing-box h4 {
    padding-top: 20px;
  }
  .nurturing-row-main {
    margin-bottom: 0;
  }
  .nuturing-note p {
    color: #fff;
    text-align: center;
  }
  .nuturing-note {
    padding: 20px 12px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .nuturing-box h4 {
    padding-bottom: 5px;
  }
  .nurturing-solar .row {
    row-gap: 0;
  }
}
@media (max-width: 575px) {
  .nurturing-row .nuturing-box:nth-child(2) {
    border-top: 1px solid #f1f1f1;
  }
  .nurturing-solar {
    padding-top: 30px;
  }
  .nuturing-box {
    border-right: none;
  }
}
@media (max-width: 430px) {
  .nuturing-box {
    padding: 20px;
  }
}
.company {
  padding-top: 440px;
}
.company-logo img {
  filter: brightness(0) saturate(100%) invert(98%) sepia(0) saturate(506%)
    hue-rotate(136deg) brightness(60%) contrast(99%);
}
.company-logo img:hover {
  filter: brightness(0) saturate(100%) invert(88%) sepia(29%) saturate(1148%)
    hue-rotate(27deg) brightness(95%) contrast(88%);
  transition: all 0.6s;
}
.company-logo {
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 35px;
  row-gap: 30px;
}
@media (max-width: 1699px) {
  .company {
    padding-top: 370px;
  }
}
@media (max-width: 1399px) {
  .company {
    padding-top: 320px;
  }
}
@media (max-width: 1199px) {
  .company {
    padding-top: 260px;
  }
}
@media (max-width: 991px) {
  .company .container .row {
    row-gap: 25px;
    justify-content: center;
  }
  .company-logo {
    padding: 0 12px;
  }
  .company-logo {
    justify-content: center;
    column-gap: 80px;
    row-gap: 30px;
  }
  .company {
    padding-top: 120px;
  }
}
@media (max-width: 767px) {
  .footer-content {
    padding-bottom: 0;
  }
  .newsletter-link .social-icon {
    margin-top: 25px;
  }
  .company-logo {
    justify-content: center;
    column-gap: 50px;
    row-gap: 30px;
  }
}
@media (max-width: 575px) {
  .company-link {
    text-align: center;
  }
}
@media (max-width: 460px) {
  .company-logo {
    justify-content: center;
    max-width: fit-content;
    column-gap: 0;
    row-gap: 24px;
    flex-direction: column;
  }
}
.powering-progress .section-des {
  padding-top: 60px;
}
.powering-progress-title {
  margin-bottom: 40px;
}
.project-tabs .project-tab a {
  font-family: var(--primary-font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  padding-left: 30px;
}
.project-tabs .project-tab {
  padding: 25px 0;
  background-color: #f1f1f1;
  font-family: var(--primary-font-family);
  font-size: 18px;
  font-weight: 500;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  text-align: start;
  padding-left: 30px;
  margin-bottom: 20px;
  z-index: 1;
}
.project-tabs .nav-link {
  width: 100%;
}
.project-tab .tabs-num h6 {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #eaeaea;
  font-size: 120px;
  line-height: 120px;
}
.project-tabs .project-tab:hover {
  background-color: #181818;
  color: #fff;
  transition: all 0.5s;
}
.project-tabs .project-tab:hover h6 {
  -webkit-text-stroke-color: #2c2c2c;
  transition: all 0.4s;
}
button.nav-link.active .project-tab {
  background-color: #181818;
  color: #fff;
  transition: all 0.5s;
}
button.nav-link.active .project-tab h6 {
  -webkit-text-stroke-color: #2c2c2c;
  transition: all 0.4s;
}
.project-tabs .nav-link {
  margin-bottom: 20px;
}
.project-tabs .nav-link:last-child {
  margin-bottom: 0;
}
.project-tabs .project-tab:active h6 {
  -webkit-text-stroke-color: #2c2c2c;
  transition: all 0.4s;
}
.project-tabs .project-tab:last-child {
  margin-bottom: 0;
}
.project-tab .tabs-num {
  position: absolute;
  right: 0;
  top: -40%;
  z-index: -1;
}
.powering-progress-img img {
  border-radius: 20px;
  object-fit: cover;
}
.powering-progress-img {
  padding-left: 34px;
}
.powering-progress-content .client-info span {
  font-size: 18px;
  font-weight: 500;
}
.powering-progress-content .client-info p {
  padding: 0;
}
.powering-progress-content p {
  padding-top: 15px;
}
.powering-progress-content {
  padding-left: 30px;
  align-self: center;
}
.nav-link:focus-visible {
  box-shadow: none;
}
.tab-num-text {
  font-size: 1rem;
  font-weight: 600;
}
@media (max-width: 1399px) {
  .powering-progress-img {
    padding-left: 12px;
  }
  .powering-progress-content {
    padding-left: 12px;
  }
}
@media (max-width: 1199px) {
  .powering-progress .section-des {
    padding-top: 50px;
  }
  .powering-progress-img img {
    height: 100%;
  }
}
@media (max-width: 991px) {
  .powering-progress-img img {
    max-width: 100%;
  }
  .powering-progress-title {
    flex-direction: column;
    text-align: center;
  }
  .powering-progress .section-des {
    padding-top: 10px;
  }
  .project-tabs .project-tab {
    padding: 15px 0;
    font-size: 16px;
    padding-left: 25px;
  }
  .project-tabs .nav-link {
    width: 49%;
  }
  .powering-progress-content {
    padding-top: 0;
    /* text-align: center; */
  }
  .project-tab .tabs-num h6 {
    font-size: 105px;
    line-height: 105px;
  }
  .project-tabs {
    align-self: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    justify-content: space-between;
  }
  .powering-progress-img {
    padding-left: 0;
  }
  .tab-menu-info {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .project-tabs .project-tab {
    padding: 15px 0;
    padding-left: 20px;
    margin-bottom: 15px;
  }
  .powering-progress-title {
    margin-bottom: 30px;
  }
  .project-tab .tabs-num h6 {
    font-size: 90px;
    line-height: 90px;
  }
  .project-tabs .project-tab a {
    font-size: 16px;
    line-height: 22px;
  }
  .tab-menu-info {
    flex-wrap: wrap;
    justify-content: center;
  }
  .powering-progress-img {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
  }
  .tab-info-main {
    flex-wrap: wrap;
  }
  .powering-progress-content {
    padding: 0;
  }
  .project-tabs .nav-link {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .powering-progress-img {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  .powering-progress-title {
    margin-bottom: 25px;
  }
  .powering-progress-img {
    margin-top: 0;
  }
  .project-tabs .project-tab {
    padding: 15px 0;
    padding-left: 20px;
    width: 100%;
  }
  .project-tab .tabs-num h6 {
    font-size: 70px;
    line-height: 88px;
  }
  .project-tabs .nav-link {
    width: 100%;
  }
}
.renewable-company {
  background-image: url(../images/renewable-bg.webp);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: -100px;
  border-bottom-left-radius: 150px;
  border-bottom-right-radius: 150px;
  overflow: hidden;
}
.renewable-img {
  padding: 0;
}
.renewable-bg {
  width: 100%;
}
.renewable-content {
  max-width: 660px;
}
.progress-content h6 {
  font-weight: 500;
  margin-bottom: 10px;
}
.progress-bar {
  gap: 20px;
  text-align: unset;
}
.progress-content .progress {
  margin-bottom: 25px;
}
.progress {
  height: 10px;
  background-color: #9ae62d;
}
.item-bar {
  background-color: rgba(154, 230, 45, 0.3);
  border-radius: 5px;
}
.item-label {
  font-family: var(--primary-font-family);
  font-weight: 500;
  color: #000;
  display: inline-block;
  margin-bottom: 10px;
}
.item-value {
  display: block;
  float: inline-end;
  margin-bottom: 10px;
}
.renewable-content p {
  padding-top: 10px;
  padding-bottom: 25px;
}
.renewable-content {
  margin-top: auto;
  padding: 85px 0 85px 85px;
  background-color: #f5fdea;
}
.renewable-bg {
  background-color: #f5fdea;
  display: flex;
  align-self: flex-end;
}
.renewable-company-content {
  display: flex;
  padding: 0;
}
@media (max-width: 1899px) {
  .renewable-bg {
    margin-top: 37%;
  }
  .renewable-img .img-fluid {
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 1699px) {
  .renewable-bg {
    margin-top: 40%;
  }
  .renewable-img .img-fluid {
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 1399px) {
  .renewable-company {
    border-bottom-left-radius: 120px;
    border-bottom-right-radius: 120px;
  }
  .renewable-bg {
    margin-top: 43%;
  }
  .renewable-content {
    padding: 60px 20px 85px 40px;
  }
}
@media (max-width: 1199px) {
  .renewable-content {
    padding: 30px 20px 90px 20px;
  }
  .renewable-company {
    border-bottom-left-radius: 90px;
    border-bottom-right-radius: 90px;
  }
}
@media (max-width: 991px) {
  .renewable-company {
    border-bottom-left-radius: 70px;
    border-bottom-right-radius: 70px;
  }
  .renewable-bg {
    margin-top: 0;
  }
  .renewable-img .img-fluid {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
  }
  .renewable-content {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .renewable-content span {
    text-align: center;
  }
  .renewable-content h5 {
    text-align: center;
  }
  .renewable-content h2 {
    text-align: center;
  }
  .renewable-content p {
    text-align: center;
  }
  .renewable-content {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .renewable-insights {
    text-align: center;
  }
  .renewable-content span {
    text-align: center;
  }
  .renewable-company {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  .renewable-content {
    padding-bottom: 50px;
  }
}
@media (max-width: 575px) {
}
.renewable-insights {
  background-color: #181818;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  border-top-left-radius: 150px;
  border-top-right-radius: 150px;
}
.renewable-insights::before {
  position: absolute;
  content: "";
  top: 0;
  background-image: url(../images/renewable-insight-bg.webp);
  width: 100%;
  height: 100%;
  background-position: right;
  background-position-y: 20px;
  background-repeat: no-repeat;
  z-index: -1;
}
.testimonial {
  margin-bottom: -24%;
}
.testimonial .container {
  box-shadow: 0 10px 30px 0 rgb(0 0 0 / 7%);
}
.renewable-title {
  margin-bottom: 40px;
}
.renewable-title h2 {
  color: #fff;
}
.slider {
  position: relative;
  padding: 30px 0;
  padding-top: 45px;
  border-top: 1px solid #262626;
}
.slider-item {
  text-align: left;
}
.card {
  background-color: transparent;
  border: none;
}
.card img {
  border-radius: 10px;
}
.card-body {
  padding: 0 15px;
}
.card-body h3 {
  color: #fff;
  font-size: 20px;
}
.card-text {
  color: #ddd;
  padding-bottom: 15px;
}
.card-footer {
  border-top: none;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  color: #ddd;
  background-color: unset;
  justify-content: space-between;
  font-family: var(--primary-font-family);
}
.card-footer:last-child {
  border-radius: 0;
}
.card-footer a {
  color: #9ae62d;
  text-decoration: underline;
}

.card-footer a:hover {
  color: #fff;
  text-decoration: none;
}
.card-body h3:hover {
  color: #9ae62d;
  transition: all 0.6s ease;
  cursor: pointer;
}

.card-footer a i {
  margin-left: 8px;
}
.slick-next {
  z-index: 99;
  left: unset !important;
  bottom: 5px !important;
  right: 20px !important;
  top: -17% !important;
}
.slick-prev {
  z-index: 99;
  left: unset !important;
  bottom: 5px !important;
  right: 85px !important;
  top: -17% !important;
}
.slick-prev:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f060";
  font-size: 20px;
  width: 49px;
  height: 49px;
  background-color: transparent;
  color: #9ae62d !important;
  border: 1px solid #9ae62d;
  opacity: 1;
  display: flex !important;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center !important;
  transition: all 0.6s ease;
}
.slick-prev:hover:before {
  background-color: #9ae62d;
  color: #fff !important;
}
.slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  font-size: 20px;
  width: 49px;
  height: 49px;
  background-color: transparent;
  border: 1px solid #9ae62d;
  color: #9ae62d !important;
  opacity: 1;
  display: flex !important;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center !important;
  transition: all 0.6s ease;
}
.slick-next:hover:before {
  background-color: #9ae62d;
  color: #fff !important;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: unset;
  outline: unset;
  background: unset;
}
.slick-dots {
  display: none !important;
}
.slick-dotted.slick-slider {
  margin: 0;
}
.slider-item {
  position: relative;
  overflow: hidden;
  z-index: 99;
}
.slider-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  margin-top: -45px;
  z-index: 99999;
  background-color: #9ae62d;
  transition: width 0.4s ease;
}
.slider-item:hover::before {
  width: 100%;
}
.testimonial {
  z-index: 999;
}
.testimonial .container {
  background-color: #fff;
  border-radius: 20px;
}
.testimonial-form {
  padding: 60px;
}
.testimonial-form :focus-visible {
  outline: 0;
}
.form-check .form-check-label {
  margin-top: 0;
  line-height: 16px;
}
.form-control:focus {
  box-shadow: none;
  border-color: unset;
  border: none;
  background-color: #f1f1f1 !important;
}
.form-select {
  height: 51px;
}
.form-select:focus {
  box-shadow: none !important;
  border-color: unset;
  border: 1px solid #f1f1f1;
}
.testimonial-form form input {
  border: 1px solid #f1f1f1;
  height: 51px;
  background-color: #f1f1f1;
  color: #000;
  padding-left: 20px;
}
.testimonial-form .date input {
  color: #bbb;
}
.testimonial-form .date input:focus {
  color: #000;
}
.testimonial-form ::placeholder {
  font-size: 16px;
  font-family: var(--primary-font-family);
  font-weight: 400;
  line-height: 21px;
  color: #bbb;
  padding: 15px 10px 15px 0;
}
.testimonial-form option {
  font-size: 16px;
  font-family: var(--primary-font-family);
  font-weight: 400;
  line-height: 21px;
  color: #515151;
  padding: 15px 10px 15px 10px !important;
  margin-top: 10px;
}
.testimonial-form option:hover {
  background-color: #fff;
  color: #515151;
}
.testimonial-form .form-select {
  font-size: 16px;
  font-family: var(--primary-font-family);
  font-weight: 400;
  line-height: 21px;
  color: #000;
  background-color: #f1f1f1;
  padding: 15px 10px 15px 20px;
  border: none;
}

.get-a-quote {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
}

.form-check-input:focus {
  border-color: #515151;
  outline: 0;
  box-shadow: none;
}
.testimonial-form .form-check input {
  height: 18px;
}
.testimonial-form textarea {
  height: 195px;
  background-color: #f1f1f1;
  padding: 10px;
  padding-top: 10px;
  padding-left: 20px;
  border: none;
}
.testimonial-form textarea::placeholder {
  padding-top: 5px;
}
.testimonial-form button {
  width: 100%;
}
.testimonial-form .theme-btn:hover {
  border: 1px solid #253745 !important;
}
.testimonial-info {
  background-image: url(../images/testimonial-box-bg.webp);
}
.testimonial-box {
  padding: 20px;
}
.testimonial-info {
  background-color: #000;
  background-image: url(../images/testimonial-box-bg.webp);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  padding: 40px;
  flex-direction: column;
  justify-content: space-between;
}
.testimonial-info p {
  color: #fff;
}
.testimonial-info span {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.testimonial-credit p {
  color: #e4e4e4;
}
.tettimonial-profile img {
  margin-right: 10px;
  margin-top: 10px;
}
.testimonial-form .btn {
  margin-left: 8px;
  margin-right: 8px;
  max-width: 97%;
}
@media (max-width: 1399px) {
  .slick-next {
    right: 40px !important;
  }
  .slick-prev {
    right: 100px !important;
  }
  .testimonial-info {
    padding: 30px;
  }
  .testimonial-form {
    padding: 40px;
    align-self: center;
  }
  .testimonial-form textarea {
    height: 100px;
  }
  .renewable-insights {
    border-top-left-radius: 120px;
    border-top-right-radius: 120px;
  }
}
@media (max-width: 1199px) {
  .testimonial-form {
    padding: 25px;
  }
  .testimonial-info {
    padding: 25px;
  }
  .renewable-insights {
    border-top-left-radius: 90px;
    border-top-right-radius: 90px;
  }
  .testimonial-credit {
    padding-top: 15px;
  }
}
@media (max-width: 991px) {
  .slick-next {
    top: -14% !important;
  }
  .slick-prev {
    top: -14% !important;
  }
  .testimonial-form {
    order: 2;
    padding: 20px;
  }
  .testimonial-credit {
    padding-top: 25px;
  }
  .testimonial-form form input {
    height: 48px;
  }
  .testimonial-form textarea {
    height: 90px;
  }
  .testimonial {
    margin-bottom: -120px;
  }
  .renewable-insights {
    border-top-left-radius: 70px;
    border-top-right-radius: 70px;
  }
}
@media (max-width: 767px) {

  form{
    text-align: left;
  }
  .slick-next {
    top: 98% !important;
    left: 53% !important;
    width: 40px;
    height: 40px;
  }
  .slick-prev {
    top: 98% !important;
    right: 53% !important;
    width: 40px;
    height: 40px;
  }
  .renewable-insights {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }
}
@media (max-width: 575px) {
  .slick-next {
    top: 98% !important;
    left: 55% !important;
    width: 40px;
    height: 40px;
  }
  .slick-prev {
    top: 98% !important;
    right: 55% !important;
    width: 40px;
    height: 40px;
  }
  .renewable-insights {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
  .slider {
    padding-top: 20px;
  }
  .renewable-title {
    margin-bottom: 20px;
  }
  .testimonial-box {
    padding: 10px;
    padding-top: 20px;
  }
}
.step-card {
  padding-top: 100px;
}

.card-info-title {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.text-bg > .text-bg-head {
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #dddcdc;
  font-size: 150px;
  line-height: 150px;
  font-weight: bold;
  font-family: var(--primary-font-family);
}
.step-card-info {
  padding-left: 40px;
  margin-top: -55px;
}
.step-card-info p {
  padding-top: 10px;
}
@media (max-width: 1399px) {
  .step-card-info {
    padding-left: 10px;
    margin-top: -50px;
  }
  .text-bg h1 {
    font-size: 100px;
    line-height: 110px;
  }
  .step-card {
    padding-top: 80px;
  }
}
@media (max-width: 991px) {
  .step-card .row {
    row-gap: 20px;
  }
  .text-bg h1 {
    font-size: 80px;
    line-height: 95px;
  }
  .step-card-info p {
    padding-top: 5px;
  }
  .nurturing-des p {
    padding-top: 10px;
  }
  .step-card-info {
    padding-left: 0;
    margin-top: -45px;
  }
  .step-card {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .text-bg h1 {
    font-size: 75px;
    line-height: 90px;
  }
  .ecopower-solution .row:nth-child(0) {
    row-gap: 30px;
  }
  .nurturing-des p {
    padding-top: 20px;
  }
  .nurturing-row {
    margin-top: 30px;
  }
  .step-card {
    padding-top: 50px;
  }
}
@media (max-width: 575px) {
  .text-bg {
    text-align: center;
  }
  .step-card-info {
    padding-left: 0;
  }
}
body {
  margin: 0;
  padding: 0;
  font-family: var(--primary-font-family);
}
:root {
  --primary-color: #ffffff;
  --secondary-color: #181818;
  --primary-font-family: "ibmplexsans";
  --h1-font: 45px;
  --h2-font: 42px;
  --h3-font: 24px;
  --h4-font: 20px;
  --h5-font: 16px;
  --h6-font: 20px;
  --regular-font: 400;
  --semi-bold-font: 600;
  --bold-font: 700;
}
ol,
ul {
  list-style: none;
}
:focus-visible {
  outline: 0;
}
a {
  text-decoration: none;
  color: unset;
}
.padding-vertical {
  padding: 120px 0;
}
.padding-top {
  padding-top: 120px;
}
.padding-bottom {
  padding-bottom: 120px;
}
.container {
  width: 100%;
  max-width: 1350px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--primary-font-family);
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: var(--bold-font);
}
h1 {
  font-size: var(--h1-font);
  line-height: 59px;
}
h2 {
  font-size: var(--h2-font);
  color: #000;
  line-height: 46px;
}
h3 {
  font-size: var(--h3-font);
  color: #000;
  line-height: 31px;
  text-transform: capitalize;
}
h4 {
  font-size: var(--h4-font);
  line-height: 26px;
  font-weight: 500;
}
h5 {
  font-size: var(--h5-font);
  line-height: 30px;
  color: #79cf01;
  padding-bottom: 10px;
}
h6 {
  font-size: var(--h6-font);
}
p {
  font-family: var(--primary-font-family);
  font-size: 16px;
  font-weight: var(--regular-font);
  line-height: 26px;
  color: #000;
  margin: 0;
  padding: 0;
}
.primary-color {
  color: var(--primary-color);
}
.secondary-color {
  color: var(--secondary-color);
}
.theme-outline-button {
  padding: 15px 30px;
  color: #9ae62d;
  background-color: transparent;
  display: inline-block;
  border: 1px solid #9ae62d;
  font-family: var(--primary-font-family);
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  text-decoration: none;
  border-radius: 7px;
}
.theme-outline-button:hover {
  background-color: #9ae62d;
  color: #000;
  border: 1px solid #9ae62d;
  transition: all 0.6s;
}
.theme-button {
  padding: 15px 30px;
  color: #000;
  background-color: #9ae62d;
  display: inline-block;
  border: 1px solid #9ae62d;
  font-family: var(--primary-font-family);
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  text-decoration: none;
  border-radius: 7px;
}
.theme-button:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #9ae62d;
  transition: all 0.6s;
}
ol,
ul {
  padding-left: 0;
  margin: 0;
}
input:focus-visible {
  outline-offset: none;
}
@media (max-width: 1399px) {
  .padding-vertical {
    padding: 100px 0;
  }
  .padding-top {
    padding-top: 100px;
  }
  .padding-bottom {
    padding-bottom: 100px;
  }
  h2 {
    font-size: 38px;
    line-height: 44px;
  }
  .container {
    padding: 0 20px;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 42px;
    line-height: 52px;
  }
  h2 {
    font-size: 36px;
    line-height: 48px;
  }
  h3 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 34px;
    line-height: 46px;
  }
  h6 {
    font-size: 18px;
  }
  .padding-vertical {
    padding: 70px 0;
  }
  .padding-top {
    padding-top: 70px;
  }
  .padding-bottom {
    padding-bottom: 70px;
  }
  .theme-button,
  .theme-outline-button {
    padding: 10px 20px;
    font-size: 16px;
  }
  .padding-vertical {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .theme-outline-button {
    font-size: 14px;
  }
  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    line-height: 22px;
  }
  .padding-vertical {
    padding: 50px 0;
  }
  .padding-top {
    padding-top: 50px;
  }
  .padding-bottom {
    padding-bottom: 50px;
  }
  .theme-button a {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 28px;
    line-height: 40px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 18px;
  }
  .theme-button {
    padding: 8px 15px;
  }
  .theme-button a {
    font-size: 14px;
    line-height: 22px;
  }
}
section h1,
article h1,
nav h1,
aside h1 {
  font-size: 3rem;
  line-height: normal;
}
@media (max-width:767px){
  section h1,
  article h1,
  nav h1,
  aside h1 {
    font-size: 2.5rem;
    line-height: normal;
  }
}
@media (max-width:575px){
  section h1,
  article h1,
  nav h1,
  aside h1 {
    font-size: 2rem;
    line-height: normal;
  }
}
