:root {
  --primary-color: #47af34;
  --secondary-color: #d72f36;
  --accent-color: #001233;
  --light-color: #555;
  --dark-color: #000;

  /* Typography */
  --font-family-figtree:'Figtree', sans-serif;
  --font-family-dm-sans:'DM Sans', sans-serif;

}

*{
  font-family: var(--font-family-figtree);
  font-weight: 400;

}
a{text-decoration: none;}
img{max-width: 100%;}
.container{
   /* max-width: 1250px !important; */
   max-width: 1300px !important;
  }
  .breadcrumb_wrapp a,  .breadcrumb_wrapp .current-item, .breadcrumb_wrapp {
    color: var(--accent-color) !important;
    font-size: 16px !important;
  }
  .breadcrumb_wrapp .current-item{
    font-weight: 700;
  }
  .breadcrumb_wrapp {
      background: #f3f3f3;
    padding: 4px 0;
    border-bottom: 1px solid #e1e1e1;
}
.wpcf7-submit {background-color: #47af34 !important;}
header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
}
#top-nav{
  padding: 16px 0px;
  border-bottom: 1px solid #2f323c;
  transition: all 0.4s ease;
}
header.scrolled #top-nav{
  margin-top: -60px;
}


#top-nav ul li,#top-nav ul a{
  font-family: var(--font-family-figtree) ;
   color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
}

#top-nav ul a:hover{
  color: var(--primary-color);
  transition: all 0.3s ease;
}
#top-nav ul i{
  color: var(--primary-color);
  margin-right: 5px;
}
#top-nav ul li .social-media i{
  color: #fff;
  margin-right: 0;
}
#top-nav ul li .social-media i:hover{
  color: var(--primary-color);
  transition: all 0.4s ease;
}
nav{
  padding: 15px 0px;
  transition: all 0.4s ease;
}
nav .custom-gap{
  gap: 35px;
}
nav a .logo{
    width: 160px;
}
.main_sidebar nav ul  { padding:0px;}
.main_sidebar nav ul li {  border-bottom: 1px solid #eee;  padding: 6px 0;list-style:none;}
  .main_sidebar label{ display:none; }
  .single_blog .left_side{border-left: 1px solid #eee;}
    .main_sidebar nav ul a{ color:#000; }
      .main_sidebar nav{padding:0px;}
     .main_sidebar h3{margin-top: 24px;font-size: 22px;font-weight: 600;color: #000;}


      .post-content h3{margin:0px;}
    .post-content h3>a{color: #000000;font-size: 22px;font-weight: 600;}
   .post-meta span {font-size: 14px;font-weight: 600;font-style: italic;color: #bb2a34;}
   .blog-post{border: 1px solid #eee;padding: 15px;box-shadow: rgb(0 0 0 / 2%) 0px 1px 4px;margin:10px 0px;}
   .post-meta{margin-bottom: 8px;}
   .post-excerpt{text-align: justify; display: -webkit-box;
  -webkit-line-clamp: 2;   /* Show only 4 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;}
  
 .read-more {
      
      font-family: var(--font-family-dm-sans);
    font-weight: 600;
    font-size: 14px;
    padding: 5px 12px;
    color: #fff;
    background: var(--primary-color);
    border-radius: 8px;
    text-transform: capitalize;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    white-space: nowrap;
    margin-top: 10px;
  }
  .blog-heading{
      text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  
  /* Option 1: Modern Minimalist Pagination */
.pagination {
    display: flex;
    justify-content: center;
    margin: 40px 0;
    padding: 0;
    list-style: none;
}

.pagination li {
    margin: 0 5px;
}

.pagination a,
.pagination span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.pagination a:hover {
    background-color: #0073aa;
    color: #fff;
    border-color: #0073aa;
}

.pagination .current {
    background-color: #0073aa;
    color: #fff;
    border-color: #0073aa;
}
.
.pagination .prev,
.pagination .next {
    width: auto;
    padding: 0 15px;
}

 

/* Option 3: Filled Background */
.pagination.filled a {
    background-color: #f8f9fa;
}

.pagination.filled a:hover {
    background-color: #0073aa;
    color: #fff;
}

 .page-numbers{
         display: flex;
    list-style: none;
    padding: 0px;
 }

 

 

/* Dots style for many pages */
.pagination .dots {
    border: none;
    pointer-events: none;
}
.common-btn{
  font-family: var(--font-family-dm-sans);
  font-weight: 500;
  font-size: 18px;
  padding: 15px 20px;
  color: #fff;
  background: var(--primary-color);
  border-radius: 8px;
  text-transform: capitalize;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  white-space: nowrap;
}
.common-btn:hover{
  background: var(--secondary-color);
}
nav ul.d-md-flex a{
  color: #fff;
  font-family: var(--font-family-figtree);
  font-size: 18px;
  font-weight: 400;
  position: relative;
  transition: all 0.3s ease;
  white-space: nowrap;
}
nav ul a:hover{
  color: var(--secondary-color);
}
nav li:hover .nav_link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 70%;
  height: 1px;
  background-color: var(--secondary-color);
  transition: all 0.3s ease;
}

nav ul li.wp-block-navigation-item.has-child ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  text-align: left;
  padding:10px 20px;
  width:max-content;
  min-width:180px;
  list-style: none;
  background-color: var(--accent-color);
  margin-top: 10px;
  border-radius: 2px;

}

nav ul li > ul li a {
  display: block;
  color:#fff;
  font-family: var(--font-family-figtree);
  font-size: 16px;
  font-weight: 400;
  padding: 5px 0px;
}

nav ul li > ul li a:hover {
  color: var(--secondary-color);
}

nav ul li.active {
  pointer-events: none;
}


header.scrolled nav{
  padding: 8px auto;
}
header.scrolled nav a .logo{
    width: 140px;
}

header.scrolled {
  background: #000e29;
 
}


.hero-section{
  background-position: center !important;
  background-size: cover !important;
  height: 735px;
  display: flex;
  align-items: center;
}
.hero-section .content-box{
  margin-top: 100px;
}
.hero-section .premium-solar{
  font-size: 16px;
  font-family: var(--font-family-figtree);
  font-weight: 400;
  border: 1px solid #3b3b3b;
  padding: 10px 15px;
  background: #1a2845;
  width: fit-content;
  text-transform: uppercase;
  color: #fff;
  border-radius: 8px;
  display: flex; align-items: center;
  gap: 10px; 
}
.hero-section h1{
  font-family: var(--font-family-figtree);
  font-size: 40px;
  line-height: 62px;
  font-weight: 700;
  color: #fff;
  margin-top: 30px;
} .hero-section h1 strong{    color: var(--primary-color);}
.hero-section .sub-text{
  font-family: var(--font-family-figtree);
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  margin-top: 30px;
}
.hero-section .btn-grp{
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.hero-section .btn-grp .get-started{
  display: block;
  font-family: var(--font-family-dm-sans);
  font-size: 18px;
  font-weight: 500;
  border: 1px solid var(--primary-color);
  padding: 18px 30px;
  border-radius: 8px;
  color: #fff;
}
.hero-section .btn-grp .get-started:hover{
  transition: all 0.3s ease;
  background: var(--primary-color);
}
.hero-section .btn-grp .watch-video{
  font-family: var(--font-family-figtree);
  font-weight: 600;
  font-size: 18px;
  line-height: 56px;
  color: #fff;
}
.hero-section .btn-grp .watch-video:hover{
  color: var(--secondary-color);
  transition: all 0.4s ease;
}
.mob-slider h2{
  font-size: 20px;
  font-family: var(--font-family-figtree);
  color: var(--primary-color);
  font-weight: 600;
}

 .str-img{position: relative;}
 .animate-img{
  position: absolute;
    top: 0;
    right: 0;
 }
 .bounce-horizontal {
  display: inline-block;
  animation: bounceLeftRight 8s ease-in-out infinite;
}

@keyframes bounceLeftRight {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-100px); /* adjust for bounce distance */
  }
}

.animation-bounce {
  display: inline-block;
  animation: smoothBounce 3s ease-in-out infinite;
  cursor: pointer;
}
 
@keyframes smoothBounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px); /* adjust for bounce height */
  }
}

.animation-spin {
  position: absolute;
  right: 28px;
  animation: spin 4s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


/* common class */
.section-padding{
  padding: 80px 0px;
}
.section-tag{
  font-size: 16px;
  font-weight: 600;
  font-family: var(--font-family-figtree);
  color: var(--secondary-color);
  padding: 10px 15px;
  border-radius: 6px;
  border: 1px solid #eed4d4;
  background: #fff6f6;
  width: fit-content;
  text-transform: uppercase;
}
.section-heading{
  font-family: var(--font-family-figtree);
  font-weight: 700;
  font-size: 48px;
  color: #001233;
  margin: 20px 0 25px 0;
}

.section-subtext{
  font-size: 16px;
  line-height: 24px;
  color: #555;
  font-weight: 400;
  font-family: var(--font-family-figtree);
  margin-bottom: 20px;
}
.gray-background{
  background: url('./images/our-services.jpg');
  background-size: 100% 100%;
  background-position: center;
}
/* common class end */

.overview .common-btn{
  margin-top: 30px;
}

.our-services .service-card{
  border: 1px solid #dedede;
  background: #fff;
  padding: 30px 35px;
  border-radius: 10px;
  display: flex;flex-direction: column;
  align-items: center;
  height: 100%;
}
.our-services .service-card .icon-box{
  width: 80px;
  height: 80px;
  border: 1px solid #cfe8cb;
  background: #f3fff1;
  border-radius: 10px;
  display: grid;
  place-items: center;
}
.our-services .service-card .card-heading{
  margin-top: 40px;
  font-size: 24px;
  font-family: var(--font-family-figtree);
  font-weight: 700;
  color: var(--accent-color);
}
.our-services .service-card .card-text{
  font-size: 16px;
  font-family: var(--font-family-figtree);
  font-weight: 400;
  line-height: 24px;
  color: var(--light-color);
  margin-top: 20px;
  text-align: center;
}
.our-services .service-card .card-btn{
  font-size: 18px;
  font-family: var(--font-family-dm-sans);
  font-weight: 600;
  color: var(--accent-color);
  margin-top: 10px;
  display: inline-block;
}
.our-services .service-card .card-btn:hover{
  color: var(--primary-color);
  transition: all 0.3s ease;
}
.our-services .service-card .card-btn i{
    transform: rotate(45deg);
    margin-left: 5px;
    font-size: 18px;
}
.why-choose-us ul{
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.why-choose-us ul li{
  font-size: 18px;
  line-height: 26px;
  font-family: var(--font-family-figtree);
  font-weight: 400;
  color: var(--light-color);
  background: url('./images/check-mark.png') 0px 4px no-repeat ;
  background-size: 22px;
  padding-left: 35px;

}

/* projects */

.projects .item .item-box {
    border: 5px solid #fff;
    border-radius: 10px;
    position: relative;
}
.projects .item .item-box img{
  border-radius: 10px;
}
.projects .item-box .content-box {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  background: #fff;
  position: absolute;
  bottom: 0;
  max-width: 100%;
  margin: 20px;
  border-radius: 6px;
  padding: 0 20px 14px;
  transition: all 0.4s ease;
}
.projects .item-box:hover .content-box {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.projects .item-box .content-box .arrow-box{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--primary-color);
  display: grid;
  place-items: center;
  margin: -25px auto 0 auto;
}
.projects .content-box .arrow-box i{
  transform: rotate(45deg);
  color: #fff;
  font-size: 20px;
}
.projects .item-box h3{
  margin-top: 20px;
  font-size: 20px;
  font-family: var(--font-family-figtree);
  font-weight: 700;
  color: var(--accent-color);
  line-height: 24px;
  text-align: center;
}
.projects .item-box p{
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  font-family: var(--font-family-figtree);
  color: var(--light-color);
  text-align: center;
}
.projects .owl-theme .owl-dots .owl-dot.active span{
  background:var(--primary-color) ;
}
.projects .owl-theme .owl-nav.disabled+.owl-dots{
  margin-top: 30px;
}
.projects .owl-dots button{
  background: transparent !important;
}

.testimonials-carousel .item{
  background: #f6f8fa;
  border: 1px solid #f4f4f4;
  border-radius: 10px;
  padding: 30px 35px;
}
.testimonials-carousel .item .rating-star{
  width: 130px;
}
.testimonials-carousel .item .sub-text{
  font-size: 20px;
  font-family: var(--font-family-figtree);
  line-height: 30px;
  font-family: 400;
  color: var(--light-color);
  margin-top: 20px;
}
.testimonials-carousel .item .img-box{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonials-carousel .item .user-name{
  font-size: 24px;
  line-height: 24px;
  color: var(--accent-color);
  font-family: var(--font-family-figtree);
  font-weight: 700;
}
.testimonials-carousel .item .user-profile{
  font-family: var(--font-family-figtree);
  font-size: 16px;
  line-height: 24px;
  color: var(--light-color);
  font-weight: 500;
}



/* faq */

.faq .accordion-flush>.accordion-item{
  margin-bottom: 15px;
  border: 1px solid #e6f1e7;
  border-radius: 12px;
  overflow: hidden;
}

.faq .accordion-flush>.accordion-item>.accordion-header>.accordion-button{
  font-weight: 500;
  font-size: 20px;
  font-family: var(--font-family-figtree);  
  padding: 15px;
  background: #fff !important;
}
.faq .accordion-flush>.accordion-item>.accordion-header>.accordion-button:hover{
  color: var(--primary-color) !important;
}
.faq .accordion-button:not(.collapsed){
  background: #fff;
  color: var(--primary-color) !important;
  box-shadow: none;
}
.faq .accordion-button.collapsed{
    color: var(--accent-color) !important;
}
.faq .accordion-button:not(.collapsed)::after {
  filter: brightness(0) saturate(100%) invert(45%) sepia(87%) saturate(452%) hue-rotate(66deg) brightness(95%) contrast(96%);
}

.faq .accordion-body{
  padding-top: 0;
  font-size: 16px;
  color: #555;
  font-weight: 400;
  line-height: 24px;
  font-family: var(--font-family-figtree);
}
/* footer */

.footer-bg{
  background-image: url('images/footer-bg.jpg');
  background-size: cover;
  padding-top:70px;
}
footer .heading{
  font-family: var(--font-family-figtree);
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  font-weight: 500;
}
footer .sub-text{
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-family: var(--font-family-figtree);
  font-weight: 500;
}
.border-t-dark{
  border-top: 1px solid #0a2b05;
  font-family: var(--font-family-figtree);
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
.line-gradient{
  background: var(--secondary-color);
  height: 1px;
  width: 4rem;
  margin-top: 1rem;
}
.footer-link i{
  color: var(--primary-color);
  font-size: 14px;
}
.footer-link a{
  display: inline-block;
  text-decoration: none;
  color: white;
  margin-left: 10px; 
  font-size: 16px;
  font-family: var(--font-family-figtree);
  line-height: 38px;
}
.footer-link a:hover{
  color: var(--primary-color);
  transition-duration: 0.6s;
  
}
footer .contact-info a{
  color: #fff;
  font-family: var(--font-family-figtree);
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}
footer .contact-info a h3{
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
}
footer .contact-info a:hover{
  color: var(--primary-color);
  transition: all 0.4s ease;
}
footer .icon-box {
  width: 42px;
  height: 42px;
  background: var(--primary-color);
  display: grid;
  place-items: center;
  border-radius: 2px;
}
footer .icon-box i{
  font-size: 20px;
}
footer .footer-icons i{
  color: #fff;
  transition: all 0.4s ease;
  font-size: 22px;
}
footer .footer-icons i:hover{
  color: var(--primary-color);
}


/* careers */
.common-banner{
  background-image:linear-gradient(to bottom, #010723f7, #00000069), url(./images/2149192713.jpg);
  background-size: cover;
  height: 450px;
  display: flex;
  align-items: center;
}
.common-banner .heading{
  font-size: 70px;
  padding-top: 50px;
  font-weight: 700;
  font-family: var(--font-family-figtree);
  color: #fff;
}
.careers .sub-text{
  font-size: 16px;
  line-height: 24px;
  color: var(--light-color);
  font-family: var(--font-family-figtree);
  margin-bottom: 20px;  
}
.join-team{
   background:url('./images/hero-banner.jpg');
}
.join-team .sub-text{
  max-width: 1190px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  font-family: var(--font-family-figtree);
  line-height: 28px;

}
.join-team h3{
  font-size: 32px;
  font-family: var(--font-family-figtree);
  color: var(--primary-color);
  margin-top: 40px;
  text-align: center;
  font-weight: 500;
}
.join-team .career-lists{
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
.join-team .career-lists li{
  padding: 15px 20px;
  border-radius: 30px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: 1px solid #e6f1e7;
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-family-figtree);
  color: var(--accent-color);
}
.join-team .career-lists li:hover{
  background: var(--primary-color);
  color: #fff;
  transition: all 0.4s ease;
}
.contact-form label{
  font-size: 16px;
  font-family: var(--font-family-dm-sans);
  font-weight: 400;
  color: var(--light-color);
  max-width: 6px 0px;
}
.contact-form input,.contact-form textarea{
    display: block !important;
    width: 100% !important;
    padding: 10px 12px !important;
    border: 1px solid #d3d3d3 !important;
    border-radius: 3px !important;
    outline: none !important;
    font-family: var(--font-family-dm-sans) !important;
    font-size: 16px;
    margin-bottom: 15px !important;
}
.contact-form textarea{
  height: 140px;
}
.contact-form .common-btn{
  border: none;
  padding: 16px 40px;
}
.solar-power-tab .nav-pills{
  /* border-bottom: 1px solid #ebebeb; */
  display: flex;
  justify-content: center;
}
.solar-power-tab .nav-link{
  background: transparent !important;
  border-radius: 0 !important;
  color: var(--accent-color) !important;
  padding: 0px 0px 8px 0px;
  font-family: var(--font-family-dm-sans);
  font-weight: 500;
  font-size: 22px;
}

.solar-power-tab .nav-link:hover, .solar-power-tab .nav-link.active{
  border-bottom: 3px solid var(--primary-color);
  color: var(--primary-color) !important;
}
.solar-power-tab .tab-cards{
  margin-top: 20px;
}
.solar-power-tab .tab-card .count{
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: var(--primary-color);
  display: grid;
  place-items: center;
  margin-top: -40px;
  font-family: var(--font-family-figtree);
  color: #fff;
  margin-bottom: 20px;

}
.solar-power-tab .tab-card{
  border-radius: 1px solid #eee;
  padding: 20px;
  border-radius: 10px;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  height: 100%;
}
.solar-power-tab .tab-card .card-heading{
    font-size: 20px;
    font-family: var(--font-family-figtree);
    font-weight: 600;
    color: var(--accent-color)
}
.solar-power-tab .tab-card .card-text{
    font-size: 16px;
    font-family: var(--font-family-figtree);
    font-weight: 400;
    line-height: 24px;
    color: var(--light-color);
    margin-top: 15px;
}

/* services projects */

.services-projects h1.heading{
  font-size: 48px;
  line-height: 56px;
}
.services-projects .left{
  position: sticky;
  top: 100px;
}
.services-projects .left .box{
  background: #f6f8fa;
  border-radius: 14px;
  padding: 0 20px 1px 20px;
}
.services-projects .left .sec-heading{
  font-size: 24px;
  line-height: 56px;
  font-weight: 600;
  color: var(--dark-color);
  font-family: var(--font-family-figtree);
}
.services-projects .left .box ul li a{
  font-size: 18px;
  line-height: 56px;
  font-weight: 600;
  color: var(--accent-color);
  display: flex; align-items: center; gap: 10px; 
  justify-content: space-between;
  background: #fff;
  border-radius: 14px;
  padding: 0px 20px ;
  margin-bottom: 14px;
  border: 1px solid #ececec;
}
.services-projects .left .box ul li a:hover{
  color: var(--primary-color);
  transition: all 0.3s ease;

}
.services-projects .left .img-box{
  position: relative;
  margin-top: 30px;
  border-radius: 14px;
  overflow: hidden;
}
.services-projects .left .img-box .outer-box{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--primary-color);
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  padding-top: 14px;
}
.services-projects .left .img-box .inner-box{
  background: var(--accent-color);
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  padding: 40px;
}
.services-projects .left .img-box .inner-box h3{
  font-size: 36px;
  line-height: 56px;
  color: #fff;
  font-family: var(--font-family-figtree);
}
.services-projects .left .img-box .inner-box .icon-box{
  width: 50px;
  height: 50px;
  display: grid;
  place-content: center;
  color: #fff;
  border-radius: 50%;
  background: var(--primary-color);
}
.services-projects .left .img-box .inner-box .need-help{
  color: #fff;
}
.services-projects .left .img-box .inner-box .phone-num{
  color: #fff;
  font-size: 27px;
  font-weight: 500;
  line-height: 28px;
}
.services-projects .left .img-box .inner-box a:hover .phone-num{
  color: var(--primary-color);
  transition: all 0.3s ease;
}
.services-projects .right .sec-heading{
  font-family: var(--font-family-figtree);
  font-size: 42px;
  line-height: 45px;
  color: #000;
  font-weight: 700;
}
.services-projects .right .sub-text{
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 0;
  color: var(--light-color);
  text-align: justify;
}
.services-projects .right .box{
  background: #fbfbfb;
  border: 1px solid #eeeeee;
  border-radius: 14px;
  padding:0px 40px 40px;
  margin-top: 40px;
}
.services-projects .right .box h3, .services-projects .right .without-box h3{
  margin-top: 40px;
  font-size: 34px;
  font-family: var(--font-family-figtree);
  font-weight: 700;
  color: var(--dark-color);
  margin-bottom: 0;
  line-height: 38px;
}
.services-projects .right h4{
  font-size: 16px;
  line-height: 24px;
  font-family: var(--font-family-figtree);
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 0;
  color: #010101;
}
.services-projects .right ul{
  list-style: none;
  padding-left: 0;
}
.services-projects .right li{
  margin-top: 20px;
  background: url('./images/green-circle-check.png') 0px 3px no-repeat;
  background-size: 20px;
  padding: 0 0 0 30px;
}
.services-projects .right h5{
  font-family: var(--font-family-figtree);
  font-size: 18px;
  line-height: 24px;
  color: var(--dark-color);
  font-weight: 500;
  margin-bottom: 0px;
}
.services-projects .right li .sub-text{
  margin-top: 10px;
}
.solar-power-tab.about-us-tab .nav-pills {
    border-bottom: 1px solid #ebebeb;
    justify-content: start;
}

.solar-power-tab.about-us-tab .nav-link {
    padding: 0px 0px 5px 0px;
    font-size: 18px;
}
.solar-power-tab.about-us-tab .nav-link:hover, .solar-power-tab.about-us-tab .nav-link.active {
    border-bottom: 2px solid var(--primary-color);
    color: var(--primary-color) !important;
}
.about-us-tabs-cont ul{
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;

}
.about-us-tabs-cont ul li{
  margin-top: 20px;
  background: url('./images/green-circle-check.png') 0px 3px no-repeat;
  background-size: 20px;
  padding: 0 0 0 30px;
}


@media only screen and (max-width: 768px) {
  .hero-section h1{
    font-size: 30px;
    line-height: 48px;
  }
  #top-nav{
    display: none;
  }
  nav a .logo{
    width: 90px;
  }
  header.scrolled nav{
  padding: 8px auto;
  }
  header.scrolled nav a .logo{
      width: 90px;
  }
  nav .common-btn{
    font-size: 16px;
    padding: 10px 12px;
  }
  .hero-section{
    background:url('./images/hero-banner-bg.jpg');
    height: auto;
    padding: 40px 0px;
  }
  .section-padding{
    padding: 40px 0px;
  }
  .section-heading{
    font-size: 28px;
  }
  .hero-section .content-box {
    margin-top: 65px;
  }
  .projects .item-box .content-box{
    visibility: visible;
    opacity: 1;
    bottom: 20px;
  }

  .testimonials-carousel .item {
    padding: 20px 15px;
  }
  .mobile-menu ul li a{
    color: var(--accent-color);
    font-family: var(--font-family-figtree);
    font-size: 18px;
    font-weight: 500;
  }
  .common-banner {
    height: 200px;
  }
  .common-banner .heading {
    font-size: 50px;
  }

.pagination {
        flex-wrap: wrap;
    }
    
    .pagination li {
        margin: 5px;
    }
    
    .pagination .page-numbers:not(.prev):not(.next) {
        display: none;
    }
    
    .pagination .prev,
    .pagination .next {
        display: flex !important;
    }


}
