/* Fonts */
:root {
  --default-font: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Roboto", sans-serif;
  --nav-font: "Poppins", sans-serif;
}

/* Global Colors */
:root {
  /* Background Color - This color is applied to the background of the entire website as well as individual sections. */
  --background-color: #ffffff;

  /* Default Color - This is the default color used for the majority of the text content. */
  --default-color: #364d59;

  /* Heading Color - This color is used for titles, headings and secondary elements. */
  --heading-color: #52565e;
}

/*--------------------------------------------------------------
  # General
  --------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
}

a {
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}



/*--------------------------------------------------------------
  # Disable aos animation delay on mobile devices
  --------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
  # Global Page Titles & Breadcrumbs
  --------------------------------------------------------------*/
.page-title {
  --background-color: #000000;
  --heading-color: var(--contrast-color);
  --default-color: var(--contrast-color);
  color: var(--default-color);
  background-color: var(--background-color);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 160px 0 60px 0;
  text-align: center;
  position: relative;
}

.page-title:before {
  content: "";
  background-color: color-mix(in srgb, var(--background-color), transparent 40%);
  position: absolute;
  inset: 0;
}

.page-title h1 {
  font-size: 56px;
  font-weight: 500;
  margin-bottom: 10px;
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

.page-title .breadcrumbs ol li+li {
  padding-left: 10px;
}

.page-title .breadcrumbs ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

/*--------------------------------------------------------------
  # Global Sections
  --------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 92px;
  overflow: clip;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 76px;
  }
}

/*--------------------------------------------------------------
  # Global Section Titles
  --------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  position: relative;
}

.section-title h2:before,
.section-title h2:after {
  content: "";
  width: 50px;
  height: 2px;
  background: var(--accent-color);
  display: inline-block;
}

.section-title h2:before {
  margin: 0 15px 10px 0;
}

.section-title h2:after {
  margin: 0 0 10px 15px;
}

.section-title p {
  margin-bottom: 0;
}




/*--------------------------------------------------------------
  # Share Your Ideas Image
  --------------------------------------------------------------*/
.call-to-action {
  --background-color: #000000;
  --default-color: #ffffff;
  --contrast-color: #ffffff;
  height: 290px;
  position: relative;
  overflow: hidden;
  clip-path: inset(0);
}

.call-to-action img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 290px;
  object-fit: cover;
  z-index: 1;
}

.call-to-action:before {
  content: "";
  background: rgba(0, 43, 77, 0.45);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.call-to-action .container {
  position: relative;
  height: 100%;
  display: flex;
  align-items: left;
  justify-content: left;
  z-index: 3;
  text-align: left;
}

.call-to-action h3 {
  color: #FFF;
  font-family: Mulish, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 54px;
}

.call-to-action p {
  color: #FFF;
  font-family: Mulish, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 35px;
  word-spacing: 4px;
}

@media (max-width: 1440px) {
  .call-to-action {
    height: 100%;
  }

  .call-to-action img {
    height: 100%;
  }
}

@media (max-width: 427px) {
  .call-to-action h3 {
    font-size: 40px;
  }
}

@media (max-width: 320px) {
  .call-to-action h3 {
    font-size: 33px !important;
  }
}

/*--------------------------------------------------------------
# Overview
--------------------------------------------------------------*/
.overview {
  /*padding: 40px 0 !important;
  padding-bottom: 0px !important;*/
  padding: 14px 0 !important;
    padding-bottom: 0px !important;
  height: auto;
  padding: 0 0!important;
  background: linear-gradient(100deg, #2e82c3 13.5%, #7cc545 82.96%);
}
/*.overview .container{padding-top: 40px;}*/
.overview .overview-text-sec {
  padding: 0px 12px;
}

.overview .overview-title {
  color: var(--Blue, #fff);
  text-align: left;
  font-family: "Mulish", Helvetica, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 50px;
}

.overview .overview-text {
color: #fff;
    text-align: left;
    font-family: "Mulish", Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
      font-family: var(--default-font);
    font-size: 15px;
}

.post-item.gap-20 {
  gap: 20px;
}

.carousel-item {
  transition: transform 2s ease-in-out !important;
}

.overview-img, .overview-img-2,.overview-img-3,.overview-img-4 {
  height: 88% !important;
}

.overview .carousel-caption {
  position: absolute;
  left: 6%;
  text-align: left;
  z-index: 3;
  height: 100%;
  width: 100%;
}

.slider-dots {
  cursor: pointer;
}

.carousel-caption-text {
  position: absolute !important;
  left: 8%;
  top: 11%;
}

.overview .carousel-caption h1 {
  color: #3D8849;
  font-family: var(--default-font);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  width: 205px;
}

.overview .carousel-caption p {
color: #383838;
    font-style: normal;
    font-weight: 400;
    width: 13rem;
     font-family: var(--default-font);
    font-size: 15px;
}

.carousel-caption .sliders {
  position: absolute;
  left: 8%;
  top: 75%;
}

@media (max-width : 1400px) {

  .overview-img, .overview-img-2,.overview-img-3,.overview-img-4 {
    height: 80% !important;
  }

  .carousel-caption-text {
    position: absolute !important;
    left: 4%;
    top: 9%;
  }

  .carousel-caption .sliders {
    position: absolute;
    left: 8%;
    top: 69%;
  }
}

@media (max-width : 1200px) {

  .overview-img, .overview-img-2,.overview-img-3,.overview-img-4 {
    height: 69% !important;
  }

  .carousel-caption-text {
    position: absolute !important;
    left: 1%;
    top: 8%;
  }

  .overview .carousel-caption h1 {
    color: #3D8849;
    font-family: var(--default-font);
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    width: 10rem;
  }
  
  .overview .carousel-caption p {
    color: #383838;
    font-family: var(--default-font);
    font-size: 13px !important;
    font-style: normal;
    font-weight: 400;
    width: 12rem !important;
  }

  .carousel-caption .sliders {
    position: absolute;
    left: 2%;
    top: 59%;
  }
}

@media (max-width : 1025px) {

  .overview .col-lg-5 {
    width: 50% !important;
  }

  .overview-img, .overview-img-2,.overview-img-3,.overview-img-4 {
    height: 80% !important;
  }

  .overview .carousel-caption {
    position: absolute;
    left: 3%;
    text-align: left;
    z-index: 3;
    height: 100%;
    width: 100%;
  }

  .carousel-caption-text {
    position: absolute !important;
    left: 8% !important;
    top: 9% !important;
  }

  .overview .carousel-caption h1 {
    color: #3D8849;
    font-family: var(--default-font);
    font-size: 22px !important;
    font-style: normal;
    font-weight: 700;
    width: 200px;
  }
  
  .overview .carousel-caption p {
    color: #383838;
    font-family: var(--default-font);
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    width: 13rem !important;
  }

  .carousel-caption .sliders {
    position: absolute;
    left: 9% !important;
    top: 67% !important;
  }
}

@media (max-width : 992px) {

  .overview-img, .overview-img-2,.overview-img-3,.overview-img-4 {
    height: 60% !important;
  }

  .overview .carousel-caption {
    position: absolute;
    left: 3%;
    text-align: left;
    z-index: 3;
    height: 100%;
    width: 100%;
  }

  .carousel-caption-text {
    position: absolute !important;
    left: 5% !important;
    top: 7% !important;
  }

  .overview .carousel-caption h1 {
    color: #3D8849;
    font-family: var(--default-font);
    font-size: 18px !important;
    font-style: normal;
    font-weight: 700;
    width: 10rem;
  }
  
  .overview .carousel-caption p {
    color: #383838;
    font-family: var(--default-font);
    font-size: 12px !important;
    font-style: normal;
    font-weight: 400;
    width: 10rem !important;
  }

  .carousel-caption .sliders {
    position: absolute;
    left: 8% !important;
    top: 52% !important;
  }
}

@media (max-width: 768px) {
  .overview .overview-title {
    text-align: left !important;
    font-size: 36px !important;
    line-height: 44px !important;
  }

  .overview .overview-text {
    text-align: left !important;
    font-size: 16px !important;
    line-height: 22px !important;
  }

  .overview .carousel-caption p {
    width: 11rem !important;
  }
}

@media (max-width : 767px) {

  .overview{
    height: 27rem;
  }

  .overview-img, .overview-img-2,.overview-img-3,.overview-img-4 {
    height: 47% !important;
  }

  .overview .carousel-caption {
    position: absolute;
    left: 3%;
    text-align: left;
    z-index: 3;
    height: 100%;
    width: 100%;
  }

  .carousel-caption-text {
    position: absolute !important;
    left: 4%;
    top: 8%;
  }

  .overview .carousel-caption h1 {
    color: #3D8849;
    font-family: var(--default-font);
    font-size: 14px !important ;
    font-style: normal;
    font-weight: 700;
    width: 10rem;
  }
  
  .overview .carousel-caption p {
    color: #383838;
    font-family: var(--default-font);
    font-size: 10px !important;
    font-style: normal;
    font-weight: 400;
    width: 8rem !important;
  }

  .carousel-caption .sliders {
    position: absolute;
    left: 4% !important;
    top: 40% !important;
  }
  .overview .overview-text-sec{
  padding: 0px 10px;
  }
  .overview .overview-title {
    font-size: 33px !important;
}
.overview .overview-text {
  font-size: 13px !important;
  line-height: 20px !important;
}
}


@media (max-width: 550px) {

  .overview-img, .overview-img-2,.overview-img-3,.overview-img-4 {
    height: 100% !important;
  }

  .carousel-caption-text {
    position: absolute !important;
    left: 8% !important;
    top: 13% !important;
  }

  .overview .carousel-caption h1 {
    color: #3D8849;
    font-family: var(--default-font);
    font-size: 14px !important;
    font-style: normal;
    font-weight: 700;
    width: 10rem;
  }
  
  .overview .carousel-caption p {
    color: #383838;
    font-family: var(--default-font);
    font-size: 10px !important;
    font-style: normal;
    font-weight: 400;
    width: 8rem !important;
  }

  .carousel-caption .sliders {
    position: absolute;
    left: 8% !important;
    top: 85% !important;
  }

  .overview .col-lg-5 {
    width: 100% !important;
  }

  .overview .overview-title {
    text-align: left !important;
    font-size: 30px !important;
    line-height: 36px !important;
    margin-top: 2rem;
  }

  .overview {
    padding-bottom: 20px !important;
    height: auto !important;
  }

  .overview img {
    justify-content: center;
    width: 90%;
    height: auto;
  }

  .overview .carousel-caption p {
    width: 9rem !important;
  }
}

@media (max-width: 376px) {
  .overview .carousel-caption p {
    width: 9rem !important;
  }
}

@media (max-width: 320px) {
  .overview .overview-title {
    font-size: 28px !important;
    line-height: 34px !important;
  }

  .overview .overview-text {
    font-size: 14px !important;
    line-height: 20px !important;
  }

  .overview .carousel-caption p {
    width: 9rem !important;
  }
}


/*--------------------------------------------------------------
# icon  Section
--------------------------------------------------------------*/


.images-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: end;
  margin-top: -554px !important
}

.svg-icon {
  opacity: 1;
  font-size: 16px;
  margin-bottom: 35px;
  margin-right: -125px;
  color: #2F82C3 !important;
  cursor: pointer;
  transition: color 0.5s, opacity 0.5s;
}

.images-column .svg-icon:hover {
  color: #064f8b !important;
}

@media (max-width: 1200px) {
  .svg-icon-main {
    display: block;
  }
}

@media (max-width:1024px) {
  .image-container img {
    margin-top: -1rem !important;
  }

  .svg-icon {
    margin-right: -115px;
  }
}

@media (max-width:1023px) {
  .images-column .svg-icon {
    display: none;
  }
}

.apple {
  &:hover path {

    transition: fill 0.5s ease-in-out;
    opacity: 1;
    fill: #064f8b !important;
  }
}

/*--------------------------------------------------------------
  # card-pro Section
  --------------------------------------------------------------*/
/* Card Section */
.card-pro {
  padding: 0 !important;
  margin-bottom: -3rem;
}

.card-pro .projects-sec-2 {
  display: flex;
  flex-direction: column;
  padding: 10px;
  justify-content: center !important;
  align-items: center !important;
  padding-right: 65px!important;
}

.card-pro .text-wrapper-h2 {
  color: var(--Blue, #2F82C3);
  font-family: Mulish;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  text-align: left !important;
  width: 100%;
  line-height: 50px;
}

.card-pro .text-wrapper-42 {
  color: #383838;
  font-weight: 400;
  line-height: 24px;
    font-family: var(--default-font);
    font-size: 15px;
}




/* Image section */
.card-pro .recent-blog {
  padding: 30px;
}

.card-pro .post-item {
  margin: 0 auto;
  border-radius: 0px 60px 0px 0px;
  transition: 0.3s;
  margin-left: 16px;
}

/* .card-pro .post-item .post-img {
  box-shadow: -15px 0px #2F82C3;
  border-radius: 0px 60px 0px 0px !important;
} */

.card-pro .post-item .post-img img {
  border-radius: 0px 60px 0px 0px !important;
  width: 414px !important;
  height: 500px !important;
  display: block;
  padding: 0;
  margin: 0;
  /* object-fit: cover; */
}
.wind .post-img img{
  border-radius: 0px 60px 0px 0px !important;
  width: 414px !important;
  height: 500px !important;
  display: block;
  padding: 0;
  margin: 0;
  /* object-fit: cover; */
}
.process-flow{
  padding:50px 0px !important;
    background: #F2FBF1;
}
.process-flow .infographic-img{
  position: relative;
    bottom: 200px;
    width: 90%;
    left: 2%;

}

/* @media  Query */
@media (max-width: 1024px) {
  .card-pro .projects-sec-2 {
    padding: 0;
  }

  .card-pro .button {
    font-size: 14px;
    padding: 15px 15px;
  }

  .card-pro .post-item .post-img video {
    height: 470px !important;
  }

}

@media (width: 768px) {
  .card-pro .recent-blog {
    padding: 0px !important;
  }
}


@media (max-width: 768px) {
  .card-pro .text-wrapper-h2 {
    font-size: 40px;
    line-height: 45px !important;
  }

  .card-pro .projects-sec-2 {
    margin-top: 0rem !important;
  }

  .card-pro .row-1 {
    justify-content: start !important;
  }

  .card-pro .post-item {
    margin-top: 1rem;
  }

  .card-pro .col-md-6 {
    flex: 0 0 auto;
    width: 70%;
    margin: 0px auto;
  }

  .card-pro .post-item .post-img video {
    justify-content: start !important;
    width: 500px !important;
    height: 562px !important
  }

}

@media (max-width: 427px) {
  .card-pro .projects-sec-2 {
    padding: 15px;
  }

  .card-pro .recent-blog {
    padding: 15px !important;
  }

  .card-pro .post-item .post-img {
    overflow: visible !important;
  }

  .card-pro .post-item .post-img video {
    width: 100% !important;
    height: 425px !important;
  }

  .card-pro .col-md-6 {
    flex: 0 0 auto;
    width: 100%;
  }

  .card-pro .text-wrapper-h2 {
    font-size: 30px;
    line-height: 38px !important;
  }
}

@media (max-width: 375px) {
  .card-pro .post-item .post-img video {
    width: 100% !important;
    height: 425px !important;
  }
}

@media (max-width: 320px) {
  .card-pro .text-wrapper-42 {
    font-size: 16px;
    line-height: 22px;
  }

  .card-pro .projects-sec-2 {
    padding: 10px;
  }

  .card-pro .text-wrapper-h2 {
    font-size: 28px;
    line-height: 38px !important;
  }

  .card-pro .post-item .post-img video {
    width: 100% !important;
    height: 365px !important;
  }
}

/*--------------------------------------------------------------
    #  multipal-card Section
    --------------------------------------------------------------*/
.mul-card-col {
  border-left: 1px solid #E4E5E9;
  height: 75px;
  display: flex;
  align-items: start;
  align-content: start;
  justify-content: start;
  flex-direction: column;
  text-align: center;
  padding-left: 3% !important;
}

.mul-card .mul-card-col:first-child {
  border-left: none;
}

.mul-card .mul-card-col h5 {
  color: #47A70D;
  font-family: Mulish;
  font-size: 24px;
  font-weight: 400;
  margin: 0;
  justify-content: center;
  align-items: center;
}

.mul-card .mul-card-col p {
  color: #383838;
  font-family: Mulish;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.centered-hr {
  margin-bottom: 2rem;
  margin-top: -1rem;
}

/* Media Queries */
@media (max-width: 1024px) {
  .mul-card .mul-card-col h5 {
    font-size: 18px !important;
  }

  .mul-card .mul-card-col p {
    font-size: 11px !important;
    line-height: 18px;
    margin-top: 0.5rem;
  }

  .centered-hr {
    margin-top: -2rem;
    margin-bottom: 1rem;
  }
}

@media (max-width: 768px) {
  .mul-card .mul-card-col h5 {
    font-size: 15px !important;
  }

  .mul-card .mul-card-col p {
    font-size: 10px !important;
  }

  .mul-card-col {
    border-left: 1px solid #E4E5E9;
    height: 55px;
    display: flex;
    align-items: start;

    justify-content: start;
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 576px) {

  .mul-card-col {
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
  }

  .mul-card .mul-card-col h5 {
    font-size: 18px !important;
  }

  .mul-card .mul-card-col p {
    font-size: 12px !important;
  }

  .mul-card .mul-card-col:nth-last-child(3) {
    border-left: none;
  }

  .mul-card-col {
    align-items: center;
  }
}

@media (max-width: 320px) {
  .mul-card .mul-card-col {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  .mul-card .mul-card-col h5 {
    font-size: 16px;
  }

  .mul-card .mul-card-col p {
    font-size: 10px;
  }

  .mul-card .mul-card-col:nth-last-child(3) {
    border-left: 1px solid #E4E5E9;
  }

  .mul-card .mul-card-col:nth-last-child(2),
  .mul-card .mul-card-col:nth-last-child(4) {
    border-left: none;
  }
}

/* before */
/* 
  .mul-card .col-lg-10{
    padding: 0;
  }
  .mul-card .card-col {
    position: relative;
    width: 136px;
    border-left: 1px solid #E4E5E9; 
    height: auto; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left !important;
    padding: 20px; 
    box-sizing: border-box;
}

.mul-card .cards {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap; 
 
}

.mul-card .cards h5 {
    color: #47A70D;
    font-family: Mulish;
    font-size: 24px; 
    font-weight: 400;
    margin: 0;
    justify-content: center;
    align-items: center; 
    white-space: nowrap; 
    overflow: hidden; 
    text-align: left;
    text-overflow: ellipsis; 
}

.mul-card .cards p {
    color: #383838;
    font-family: Mulish;
    justify-content: center;
    align-items: center;
    font-size: 16px; 
    line-height: 24px;
    margin: 0; 
    white-space: nowrap; 
}

.mul-card .card-col:first-child {
  border-left: none;
}


@media (max-width:1024px) {
  .mul-card .card-col {
    padding: 15px;
  }
.mul-card .card-col {
  width: 130px;
}
.mul-card .cards h5 {
  font-size: 22px;  
}

.mul-card .cards p {
  font-size: 14px; 
}
}

@media (max-width: 768px) {
  .mul-card .card-col {
    padding: 15px;
  }
.mul-card .card-col {
  width: 110px;
}
.mul-card .cards h5 {
  font-size: 20px;  
}

.mul-card .cards p {
  font-size: 12px; 
}
}
@media (max-width:427px) {
  .mul-card .cards {
   gap: 0px;
}
.mul-card .card-col {
  width: 130px;
 margin-top: 2%;
}
.mul-card .card-col:nth-last-child(3) {
  border-left: none; 
}

}
@media (max-width:375px) {
  .mul-card .cards {
   gap: 0px;
}
.mul-card .card-col {
  width: 115px;
 margin-top: 2%;
}

}

@media (max-width: 320px) {
  .mul-card .cards {
    gap:0px;
 }
 .mul-card .cards h5 {
      font-size: 20px; 
    }
    .mul-card .card-col:nth-last-child(3) {
      border-left: 1px solid #E4E5E9; 
    }
    .mul-card .card-col:nth-last-child(2) ,.mul-card .card-col:nth-last-child(4) {
      border-left: none; 
    }
  }  */
/*--------------------------------------------------------------
  # Solar Wind Hybrid  Section
  --------------------------------------------------------------*/
.solar_wind {
  /* background: linear-gradient(315deg, #317C42 2.54%, #08474B 95.47%);
  --default-color: #ffffff;
  --contrast-color: #ffffff; */
  background: url(../img/green-steel/bg-img.png) no-repeat;
  height: 767px;
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
  clip-path: inset(0);
}

.solar-wind-img {
  opacity: 0.4 !important;
  mix-blend-mode: color-burn !important;
}

.solar_wind img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 767px;
  object-fit: cover;
  z-index: 1;
}

.solar_wind::before {
  content: "";
  opacity: 0.3;
  background: url(../img/renewable_power/solar_wind_1.png) lightgray 50% / cover no-repeat;
  mix-blend-mode: color-burn;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.solar_wind .container {
  position: relative;
  height: 100%;
  display: flex;
  align-items: left;
  justify-content: left;
  z-index: 3;
  text-align: left;
}

@media (max-width: 1440px) {
  .solar_wind {
    height: 100%;
  }

  .solar_wind img {
    height: 100%;
  }
}
/* Solar Wind Hybrid Inside Section */

/* Card Section */
.solar_wind {
  padding: 0 !important;
}
.box-wrap-title{
  font-size: 20px;
  margin-bottom: 30px;
  color: #fff;
}
.solar_wind .projects-sec-2 {
 padding-left: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center !important;
  align-items: center !important;
}

.solar_wind .text-wrapper-h2 {
  color: #FFF;
  font-family: Mulish;
  font-size: 39px;
  font-style: normal;
  font-weight: 800;
  line-height: 50px;
}
.container-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  max-width: 800px;
}

.box {
  background:linear-gradient(35deg, #318b3e 18.5%, #82c663 93.96%);
  padding: 0 15px;
  border-radius: 10px;
  text-align: center;
  margin-right: 15px;
  height: 120px;
  width: 120px;
  align-content: center;
  justify-content: center;
  display: flex;
  align-items: center;
}
.card-box {
  margin-bottom: 20px;
  display: flex !important;
  align-items: center;
}
.box small{
font-size: 17px;
color:#fff;
}
.box h5 {
  margin: 0;
  color: #fff; /* Light green color */
  font-size: 32px;
}

.box-txt p {
  margin: 5px 0;
      font-family: var(--default-font);
    font-size: 15px;
  color:#fff;
}

.solar_wind .text-wrapper-42 {
color: #FFF;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    font-family: var(--default-font);
    font-size: 15px;
}

.solar_wind .text-wrapper-bold {
  color: var(--Blue, #2F82C3);
  font-family: Mulish;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px;
}

.solar_wind .col-text h6 {
  color: #A6D786;
  font-family: Mulish;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.solar_wind .col-text p {
  color: #FFF;
  font-family: Mulish;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.solar_wind .col-text .col-6-sec {
  border-left: 1px solid #43884D;
  ;

}

.solar_wind .col-text .col-6-margin {
  margin-left: 2rem;
}

.solar_wind .col-text .col-margin-right {
  margin-right: 2rem;
}

/* Image section */
.solar_wind .recent-blog {
  padding: 30px;
}

.solar_wind .post-item {
  margin: 0 auto;
  border-radius: 0px 60px 0px 0px;
  transition: 0.3s;
  margin-left: 16px;
}

.solar_wind .post-item .post-img {
  box-shadow: -15px 16px #578A36;
  border-radius: 0px 60px 0px 0px !important;
}

.solar_wind .post-item .post-img video {
  border-radius: 0px 60px 0px 0px !important;
  width: 500px;
  height: 552.79px;
  display: block;
  padding: 0;
  margin: 0;
  object-fit: cover;
}

.text-break {
  text-wrap: nowrap;
}

/* @media  Query */
@media (max-width: 1024px) {
  .solar_wind .main-row{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .solar_wind .text-wrapper-h2 {
    font-size: 30px;
}
.solar_wind .text-wrapper-42 {
  font-size: 15px;
}
.solar_wind .col-text p {
  font-size: 13px;
}
.solar_wind .col-text h6 {
  font-size: 24px;
}
  .solar_wind .projects-sec-2 {
    padding: 0;
    margin-top: 3rem;
  }

  .solar_wind.button {
    font-size: 14px;
    padding: 15px 15px;
  }

  .solar_wind .post-item .post-img video {
    height: 470px !important;
  }

  .solar_wind .recent-blog {
    margin-top: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .solar_wind .recent-blog {
    padding: 10px !important;
  }
}

@media (max-width: 768px) {
  .solar_wind .col-md-6 {
    flex: 0 0 auto;
    width: 75% !important;
    margin: 0 auto !important;
  }
}

@media (max-width: 768px) {

  .solar_wind .text-wrapper-42 {
    font-size: 18px;
}
.solar_wind .text-wrapper-h2 {
  font-size: 40px;
}
.solar_wind .col-text h6 {
  font-size: 24px;
}
.solar_wind .col-text p {
  font-size: 16px;
}
  .solar_wind .text-wrapper-h2 {
    font-size: 40px;
    line-height: 45px !important;

  }

  .solar_wind .projects-sec-2 {
    margin-top: 0rem !important;
    padding-left: 0px !important;
  }

  .solar_wind .row-1 {
    justify-content: start !important;
  }

  .solar_wind .post-item {
    margin-top: 1rem;
  }

  .solar_windsolar_windsolar_windsolar_wind .col-md-6 {
    flex: 0 0 auto;
    width: 70%;
  }

  .solar_wind .post-item .post-img video {
    justify-content: start !important;
    width: 500px !important;
    height: 562px !important
  }

  .solar_wind .col-text .col-6-margin {
    margin-left: 1rem;

  }

  .solar_wind .col-text .col-margin-right {
    margin-right: 1rem;

  }

  .solar_wind .col-text {
    margin-bottom: 2rem;
  }
}

@media (max-width: 427px) {
  .solar_wind .projects-sec-2 {
    padding: 15px !important;
  }

  .solar_wind .recent-blog {
    padding: 15px !important;
  }

  .solar_wind .post-item .post-img {
    overflow: visible !important;
  }

  .solar_wind .post-item .post-img video {
    width: 100% !important;
    height: 425px !important;
  }

  .solar_wind .col-md-6 {
    flex: 0 0 auto !important;
    width: 100% !important;
  }

  .solar_wind .text-wrapper-h2 {
    font-size: 30px;
    line-height: 38px !important;
  }

  .solar_wind .col-text .col-6-margin {
    margin-left: 0rem;
  }

  .solar_wind .col-text .col-margin-right {
    margin-right: 0rem;
  }
}

@media (max-width: 375px) {
  .solar_wind .post-item .post-img video {
    width: 100% !important;
    height: 425px !important;
  }
}

@media (max-width: 320px) {
  .solar_wind .text-wrapper-42 {
    font-size: 16px;
    line-height: 22px;
  }

  .solar_wind .projects-sec-2 {
    padding: 10px;
  }

  .solar_wind .text-wrapper-h2 {
    font-size: 28px;
    line-height: 38px !important;
  }

  .solar_wind .post-item .post-img video {
    width: 100% !important;
    height: 365px !important;
  }
}

/*--------------------------------------------------------------
  # Wind Section
  --------------------------------------------------------------*/
/* Card Section */
/* .wind {
  padding: 0 !important;
} */

.wind .projects-sec-2 {
  display: flex;
  flex-direction: column;
  padding: 10px;
  justify-content: center !important;
  align-items: center !important;
  padding-right: 45px!important;
}

.wind .text-wrapper-h2 {
  color: var(--Blue, #2F82C3);
  font-family: Mulish;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  text-align: left !important;
  width: 100%;
  line-height: 50px;
}

.wind .text-wrapper-42 {
  color: #383838;
  font-family: var(--about-font);
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.wind .text-green {
  color: #47A70D;
  font-family: Mulish;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.wind .text-green-p {
  color: #383838;
  font-family: Mulish;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 0px;
}

/* Image section */
.wind.recent-blog {
  padding: 30px;
}

.wind .post-item {
  margin: 0 auto;
  border-radius: 0px 60px 0px 0px;
  transition: 0.3s;
  margin-left: 16px;
}

.wind .post-item .post-img {
  /* box-shadow: -15px 16px #2F82C3; */
  border-radius: 0px 60px 0px 0px !important;
}

.wind .post-item .post-img video {
  border-radius: 0px 60px 0px 0px !important;
  width: 500px;
  height: 552.79px;
  display: block;
  padding: 0;
  margin: 0;
  object-fit: cover;
}


/* @media  Query */
@media (max-width: 1024px) {
  .wind .projects-sec-2 {
    padding: 0;
  }

  .wind .button {
    font-size: 14px;
    padding: 15px 15px;
  }

  .wind .post-item .post-img video {
    height: 470px;
  }

}

@media only screen and (max-width: 767px) {
  .wind .recent-blog {
    padding: 10px !important;
  }
}

@media (max-width: 768px) {
  .wind .text-wrapper-h2 {
    font-size: 40px;
    line-height: 45px !important;
  }

  .wind .projects-sec-2 {
    margin-top: 0rem !important;
  }

  .wind .recent-blog {
    padding: 0px !important;
  }

  .wind .row-1 {
    justify-content: start !important;
  }

  .wind .post-item {
    margin-top: 1rem;
  }

  .wind .col-md-6 {
    flex: 0 0 auto;
    width: 70%;
  }

  .wind .post-item .post-img video {
    justify-content: start !important;
    width: 500px !important;
    height: 562px !important
  }

}


@media (max-width: 427px) {
  .wind .projects-sec-2 {
    padding: 15px;
  }

  .wind .recent-blog {
    padding: 15px !important;
  }

  .wind .post-item .post-img {
    overflow: visible !important;
  }

  .wind .post-item .post-img video {
    width: 100%;
    height: 275px;
  }

  .wind .col-md-6 {
    flex: 0 0 auto !important;
    width: 100% !important;
  }

  .wind .text-wrapper-h2 {
    font-size: 30px;
    line-height: 38px !important;
  }
}

@media (max-width: 427px) {
  .wind .projects-sec-2 {
    padding: 15px;
  }

  .wind .recent-blog {
    padding: 15px !important;
  }

  .wind .post-item .post-img {
    overflow: visible !important;
  }

  .wind .post-item .post-img video {
    width: 100% !important;
    height: 425px !important;
  }

  .wind .col-md-6 {
    flex: 0 0 auto;
    width: 100%;
  }

  .wind .text-wrapper-h2 {
    font-size: 30px;
    line-height: 38px !important;
  }
}

@media (max-width: 375px) {
  .wind .post-item .post-img video {
    width: 100% !important;
    height: 425px !important;
  }
}

@media (max-width: 320px) {
  .wind .text-wrapper-42 {
    font-size: 16px;
    line-height: 22px;
  }

  .wind .projects-sec-2 {
    padding: 10px;
  }

  .wind .text-wrapper-h2 {
    font-size: 28px;
    line-height: 38px !important;
  }

  .wind .post-item .post-img video {
    width: 100% !important;
    height: 365px !important;
  }
}


/*--------------------------------------------------------------
# last text/button section 
--------------------------------------------------------------*/

.stats-last {
  background: var(--Blue-Gredient, linear-gradient(105deg, #E1F2FF 14.67%, #EDF7FF 51.84%, #F8FCFF 85.33%));
  padding: 20px 0px;
  position: relative;
  overflow: hidden;
  clip-path: inset(0);
}

.stats-last img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 290px;
  object-fit: cover;
  z-index: 1;
}

.stats-last .container {
  position: relative;
  height: 100%;
  display: flex;
  align-items: left;
  justify-content: left;
  z-index: 3;
  text-align: left;
}

.stats-last .stats-item h2 {
  color: #FFF;
  font-family: var(--green_electron-font);
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 54px;
}

.stats-last .stats-item p {
  color: #2F82C3;
  font-family: var(--green_electron-font);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  margin: 30px 0px;
}


.text-wrapper-12 {
  display: inline-block;
  position: relative;
  width: fit-content;
  margin-left: 4px;
  font-family: "Font Awesome 6 Free-Solid", Helvetica;
  font-weight: 400;
  color: white;
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: normal;
  white-space: nowrap;
  transition: transform 0.4s ease-in-out;
}

.text-wrapper-12 .fas {
  color: white;
  font-size: 12px;
}

/* button style */
.stats-last .btn-submit-now {
  text-decoration: none;
  display: inline-block;
  position: relative;
  background-image: linear-gradient(90deg, #BF2A2D 0%, #BF2A2D 100%);
  -webkit-backface-visibility: hidden;
  z-index: 1;
  white-space: nowrap;
  font-size: 18px;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #FFF;
  padding: 16px 30px;
  border-radius: 60px;
  /* cursor: pointer; */
  border: none;
}

.stats-last .btn-submit-now:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  background-image: linear-gradient(90deg, #2F82C3 0%, #163E5D 100%);
  transition: opacity 0.5s ease-out;
  z-index: 2;
  opacity: 0;
}

.stats-last .btn-submit-now:hover:after {
  opacity: 1;
}

.stats-last .btn-submit-now span {
  position: relative;
  z-index: 3;
}

.stats-last .btn-submit-now span i {
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 1.4px;
  transition: transform 0.4s ease-in-out;
}

.stats-last .btn-submit-now:hover span i {
  color: #FFF;
  transform: translateX(4px);
}

/* Media Query for Responsive Button */
@media (max-width: 768px) {

  .text-wrapper-12 {
    font-size: 12px !important;
  }

  .text-last {
    font-size: 30px !important;
  }

  .stats-last .btn-submit-now {
    font-size: 16px;
    padding: 14px 25px !important;
  }

}

@media (max-width: 590px) {
  .last-text-div {
    flex-direction: column;
    text-align: center;
  }

  .text-wrapper-12 {
    font-size: 10px !important;
  }

  .text-last {
    font-size: 30px !important;
  }
}

@media (max-width: 375px) {
  .text-last {
    font-size: 28px !important;
  }
}

@media (max-width: 320px) {
  .text-last {
    font-size: 24px !important;
  }
}

@media screen and (max-width: 600px) and (min-width: 426px) {
  .para-padding {
    padding: 0px 2rem !important;
  }
}


@media (max-width: 768px) {
  .wind .col-md-6 {
    flex: 0 0 auto;
    width: 70%;
    margin: 0px auto;
  }
}

@media screen and (max-width: 600px) and (min-width: 426px) {
  .wind-padding {
    padding: 0px 2rem !important;
  }
}