/** @format */

.slider_area .single_slider::after {
  background: none;
}

.slider_area .single_slider .slider_text h3 {
  color: white;
  font-size: 32px;
  text-transform: capitalize;
  font-weight: 500;
  /* border-bottom: 2px solid #ed7d31;
  max-width: 100%;
  padding-bottom: 20px;
  margin-bottom: 40px; */
}

.slider_area .single_slider .slider_text p {
  font-size: 22px;
}

.img-fluid {
  border-radius: 10px;
}

.ti-check:before {
  content: ".";
  font-size: 50px;
  color: white;
  line-height: normal;
  top: -4px;
  position: relative;
}

.bgImage1 {
  background: url(../images/sky.png);
}

.bgImage2 {
  background: url(../images/tree.png);
}

.bgImage3 {
  background: url(../images/img3.png);
}

.bgImage4 {
  background: url(../images/img4.png);
}

.bgImage5 {
  background: url(../images/img5.png);
}

.bgImage7 {
  background: url(../images/solar-energy.jpg);
}

.bgImage6 {
  background: url(../images/img6.png);
}

.leftContent {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  max-height: 720px;
  min-height: 720px;
  max-width: 1280px;
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}

.container {
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
}

.leftContent .container {
  width: 1200px;
}

.slider_area {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1279px) {
  .main-container {
    padding: 0 10px !important;
  }
}

@media only screen and (max-width: 1279px) {
  .slider_area {
    margin-bottom: 0;
  }

  .leftContent {
    min-height: auto;
    max-width: 1280px;
  }

  .leftContent .container {
    width: 100%;
    padding: 0 30px;
  }
}

.leftContent .container label {
  color: white;
}

.leftContent h2 {
  color: white !important;
  font-weight: 500 !important;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 16px;
  margin-top: 100px;
  min-width: 300px;
}

.leftContent h2:before {
  content: "";
  position: absolute;
  height: 8px;
  background: #ed7d31;
  width: 70px;
  top: -70px;
  left: 0;
}

.leftContent h2:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid white;
  width: 100%;
  height: 1px;
  bottom: -16px;
  left: 0;
}

.leftContent div {
  background: transparent !important;
  position: relative;
  z-index: 1;
}

.leftContent div ul {
  padding-left: 16px;
}

.leftContent div ul li {
  font-size: 16px !important;
  color: white !important;
  position: relative;
  z-index: 1;
  padding-left: 0;
}

.leftContent div ul li+li {
  margin-top: 0;
}

.slider_area .single_slider .slider_text p {
  color: white;
  line-height: normal;
}

.slider_area .single_slider .slider_text {
  text-align: left;
}

@media only screen and (max-width: 1440px) {
  .slider_area .single_slider .slider_text {
    padding: 0 80px;
  }
}

@media only screen and (max-width: 768px) {
  .slider_area .single_slider .slider_text {
    padding: 0 40px;
  }
}

@media only screen and (max-width: 992px) {
  .navbar.navbar-expand-lg {
    padding: 0 20px !important;
  }
}

@media only screen and (max-width: 990px) {
  .leftContent {
    min-height: auto !important;
    max-width: fit-content !important;
    max-height: fit-content !important;
  }

  .leftContent h2 {
    min-width: 100%;
  }

  .leftContent .container {
    width: 100% !important;
    padding: 0 20px !important;
  }

  .leftContent .about-wrapper {
    width: 100%;
  }

  .leftContent .about-wrapper,
  .leftContent .we-are-wrapper,
  .leftContent .contact-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.navbar.navbar-expand-lg .nav-link {
  text-transform: capitalize;
}

#back-top {
  z-index: 99;
}

.error {
  color: red;
}

.company_para {
  font-size: 16px !important;
  color: #ffffff !important;
  margin-bottom: 0 !important;
  margin-top: 20px !important;
}