body {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 100%;
  line-height: 100%;
  
 
}

.hero-section {
  width: 80%;
}

.menu-block {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #2d2e45;
}

.mid-block {
  width: 60%;
  background-color: #7191a7;
}

.third-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12.5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #3c4c57;
  text-align: center;
}

.fourth-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #ffcf06;
}

.logo-holder {
  -webkit-transition: -webkit-transform 433ms ease;
  transition: -webkit-transform 433ms ease;
  transition: transform 433ms ease;
  transition: transform 433ms ease, -webkit-transform 433ms ease;
}

.logo-holder:hover {
  -webkit-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09);
}

.menu-link {
  margin-right: 5px;
  margin-left: 15px;
  padding: 20px 0px 10px;
  border-bottom: 1px none rgba(0, 0, 0, .15);
  -webkit-transition: background-color 333ms ease, border 433ms ease;
  transition: background-color 333ms ease, border 433ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-link:hover {
  border-bottom: 2px solid #2d2e45;
  background-color: transparent;
  color: #ffcf06;
}

.menu-link.w--current {
  border-bottom: 2px solid #ffcf06;
  color: #ffcf06;
  font-weight: 500;
}

.menu-bottom-social {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 10px 12px;
  background-color: #2d2e45;
  text-align: center;
}

.home-slider {
  height: 100%;
}

.slide-1 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #2d2e45;
  background-image: url('../img/Naspics/antoa1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.third-block-sects {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 25%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #fff;
  background-color: #fff;
}

.third-block-sects.ibc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 13px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #dd0d00;
}

.inner-content {
  padding-top: 35px;
  background-color: #f5f3f2;
}

.inner-content.contact-page {
  width: 65%;
  height: auto;
  padding-right: 37px;
  padding-bottom: 19px;
  float: left;
}

.inner-content.project-page {
  width: 50%;
  height: auto;
}

.h2-heading {
  margin-bottom: 34px;
  font-family: 'Proximanova bold webfont', sans-serif;
  font-weight: 700;
}

.h2-heading.process {
  margin-top: 71px;
  color: #2d2e45;
}

.text-container {
  margin-bottom: 70px;
}

.paragraph-dark {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 1.78em;
  font-weight: 300;
  width: 900px;
 
}

.form-wrapper {
  margin-top: 38px;
}

.map-holder {
  width: 35%;
  float: right;
}

.map-holder.solar-img-1 {
  height: 500px;
  background-image: url('../images/2016-05-02-WA0003-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.map {
  height: 100vh;
}

.phone-number-email {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sub-title {
  margin-top: 24px;
  margin-bottom: 12px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.sub-title.contact {
  margin-top: 21px;
}

.email-1 {
  width: 50%;
}

.contact-details {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.form-label {
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.form-submit {
  margin-top: 12px;
  padding: 13px 27px;
  border-radius: 50px;
  background-color: #ffcf06;
  font-family: 'Proximanova bold webfont', sans-serif;
  color: #2d2e45;
  font-size: 1.3em;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.form-text-field {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(45, 46, 69, .85);
  background-color: hsla(0, 0%, 100%, .15);
  -webkit-transition: border 400ms ease;
  transition: border 400ms ease;
}

.form-text-field:focus {
  border-style: solid;
  border-width: 2px;
  border-color: rgba(45, 46, 69, .85);
}

.form-text-field.message {
  height: 200px;
}

.social-icon {
  margin-right: 20px;
  margin-left: 0px;
  padding: 5px;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, .15);
}

.slide-2 {
  background-image: -webkit-linear-gradient(270deg, transparent 50%, #2d2e45), url('../images/solide-2.png');
  background-image: linear-gradient(180deg, transparent 50%, #2d2e45), url('../img/Naspics/nsuta.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.image-break {
  height: 300px;
  background-image: url('../images/ulxAUzg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-break._22 {
  height: 400px;
  background-image: url('../images/geschaeftsbereiche.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.image-break.eee {
  background-image: url('../images/DSC00894.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.list-items {
  margin-top: 5px;
  padding-bottom: 4px;
}

.slide-3 {
  background-image: -webkit-linear-gradient(270deg, transparent 50%, #2d2e45), url('../images/solide-3.png');
  background-image: linear-gradient(180deg, transparent 50%, #2d2e45), url('../img/CMLU1018.JPG');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.call-button {
  display: block;
  margin: 10px 13px 15px;
  padding-right: 15px;
  padding-left: 15px;
  border: 2px solid #ffcf06;
  border-radius: 2px;
  background-color: transparent;
  -webkit-transition: border 417ms ease, background-color 200ms ease, color 200ms ease;
  transition: border 417ms ease, background-color 200ms ease, color 200ms ease;
  color: #ffcf06;
  font-size: 0.8em;
  line-height: 1.1em;
  font-weight: 500;
  text-transform: uppercase;
}

.call-button:hover {
  border-color: #2d2e45;
  background-color: #fff;
  color: #2d2e45;
}

.slider-text-holder {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 10;
  width: 50%;
  margin-bottom: 8%;
  margin-left: 21%;
  font-size: 0.8em;
}

.home-h1 {
  font-family: 'Proximanova bold webfont', sans-serif;
  color: #fff;
  font-size: 3.1em;
  line-height: 1.3em;
  font-weight: 700;
}

._4th-sect-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

._4th-sect-down {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #dd0d00;
  text-align: center;
}

.contact-column1 {
  padding-left: 0px;
}

.menu-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #2d2e45;
}

.nave-menuu {
  display: block;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #503b30;
}

.half-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 61px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ibcs {
  padding-top: 31px;
  padding-bottom: 31px;
}
.upper-f {
  padding: 12px;
  padding-left: 160px;
  background-color: #fffdeb;
  text-align: left;
  
}
.pro-navbar {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-top: 0px;
  padding: 20px;
  background-color: #4a5257;
  
}
.logo-holder  {

height: auto;
width: 12rem;
}

/* Base styling for the hero section */
.pro-hero {
  height: 80vh; /* 80% of the viewport height */
  background-color: #2d2e45; /* Dark blue-gray background */
}


.slide-4 {
  background-image: -webkit-linear-gradient(270deg, rgba(45, 46, 69, .45), rgba(45, 46, 69, .45)), -webkit-linear-gradient(270deg, transparent 50%, #2d2e45), url('../images/Batteriesss.png');
  background-image: linear-gradient(180deg, rgba(45, 46, 69, .45), rgba(45, 46, 69, .45)), linear-gradient(180deg, transparent 50%, #2d2e45), url('../img/Naspics/NFWX6764.JPG');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.pro-section-2 {
  padding: 80px 20px;
  background-color: #fff;
}

.slide-5 {
  background-image: -webkit-linear-gradient(270deg, rgba(45, 46, 69, .45), rgba(45, 46, 69, .45)), -webkit-linear-gradient(270deg, transparent 50%, #2d2e45), url('../images/4.jpg');
  background-image: linear-gradient(180deg, rgba(45, 46, 69, .45), rgba(45, 46, 69, .45)), linear-gradient(180deg, transparent 50%, #2d2e45), url('../img/Naspics/YGJZ7836.JPG');
  background-position: 0px 0px, 0px 0px, 50% 0px;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}
.slide-6 {
  background-image: -webkit-linear-gradient(270deg, rgba(45, 46, 69, .45), rgba(45, 46, 69, .45)), -webkit-linear-gradient(270deg, transparent 50%, #2d2e45), url('../images/4.jpg');
  background-image: linear-gradient(180deg, rgba(45, 46, 69, .45), rgba(45, 46, 69, .45)), linear-gradient(180deg, transparent 50%, #2d2e45), url('../img/Naspics/boko.jpg');
  background-position: 0px 0px, 0px 0px, 50% 0px;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.inner-hero {
  background-color: #171c20;
  position: relative;
  height: 35vh;
  background-image: url('../img/Naspics/1691324252197.jpg');
  background-position: 50% 40%;
  background-size: cover;
  background-repeat: no-repeat;
}

.inner-hero-2 {
  position: relative;
  height: 35vh;
  background-image: url('../img/Naspics/KDGJ3952.JPG');
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.inner-hero-container {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 70px;
}

.page-heading {
  font-family: 'Proximanova bold webfont', sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
}

.footer {
  padding: 40px 20px;
  background-color: #1e1f36;
}

.section-heading-dark {
  font-family: 'Proximanova bold webfont', sans-serif;
  color: #2d2e45;
  width: 900px;
}

.financial-partners{
  background-color: white;
  float: left;
  align-content: justify;
  margin-left: 25%;
  margin-right: 20%;
  margin-top: 5%;
  margin-bottom: 8%;
  width: 55.33%;
  
}

.about-us-button {
  margin-top: 19px;
  padding-right: 18px;
  padding-left: 18px;
  border-radius: 50px;
  background-color: #ffcf06;
  -webkit-transition: margin 500ms ease, background-color 200ms ease, color 417ms ease;
  transition: margin 500ms ease, background-color 200ms ease, color 417ms ease;
  font-family: 'Proximanova bold webfont', sans-serif;
  color: #2d2e45;
  font-size: 1.1em;
  line-height: 1em;
}

.about-us-button:hover {
  margin-left: 14px;
  background-color: #2d2e45;
  color: #ffcf06;
}

.hm-logo-holders {
  margin-right: 16px;
  margin-left: 16px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .23);
}

.hm-logo-holders.sub {
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #ced7dd;
  box-shadow: none;
  text-align: center;
}

.partner-button {
  display: block;
  border-radius: 3px;
  background-color: #2d2e45;
  font-family: 'Proximanova bold webfont', sans-serif;
}

.section-2 {
  position: relative;
  height: auto;
  background-color: #ffcf06;
  text-align: center;
}

.section-2.typ {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.foot-links {
  display: block;
  margin-bottom: 3px;
  padding-bottom: 6px;
  border-bottom: 1px dotted hsla(0, 0%, 94%, .12);
  -webkit-transition: margin 583ms ease, color 200ms ease;
  transition: margin 583ms ease, color 200ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  text-decoration: none;
}

.foot-links:hover {
  margin-left: 10px;
  color: #ffcf06;
}

.solar-img-big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-basis: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/2016-05-02-WA0004.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/2016-05-02-WA0004.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.cta {
  padding-top: 44px;
  padding-bottom: 44px;
  background-color: #f0f0f0;
  text-align: center;
}

.solar-img-overlay {
  padding-top: 65px;
  padding-bottom: 48px;
}

.solar-sun-head {
  margin-right: 20px;
  font-family: 'Proximanova bold webfont', sans-serif;
  color: #fff;
  font-size: 65px;
  line-height: 65px;
  text-align: right;
}

.parayello-bg {
  margin-top: 30px;
  margin-left: 31px;
  padding-left: 7px;
  font-size: 18px;
  line-height: 1.48em;
  font-weight: 400;
  text-align: left;
}

.solar-button {
  margin-top: 30px;
  margin-right: 20px;
  padding: 13px 22px;
  float: right;
  border-radius: 50px;
  background-color: #ffcf06;
  -webkit-transition: padding 200ms ease, background-color 200ms ease;
  transition: padding 200ms ease, background-color 200ms ease;
  font-family: 'Proximanova bold webfont', sans-serif;
  color: #2d2e45;
  font-size: 1.6em;
  line-height: 1em;
  text-transform: uppercase;
}

.solar-button:hover {
  padding-right: 30px;
  background-color: #fff;
}

.cta-text {
  display: inline-block;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  font-size: 26px;
  line-height: 30px;
}

.cta-button {
  margin-left: 20px;
  padding: 32px 33px;
  border-radius: 50px;
  font-family: 'Proximanova bold webfont', sans-serif;
  font-size: 2em;
  line-height: 2%;
}

.icon-img {
  margin-top: 50px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.box-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}

@media (max-width: 991px) {
  .hero-section {
    display: block;
  }
  .menu-block {
    width: 100vw;
    height: auto;
  }
  .fourth-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    float: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .logo-holder {
    width: auto;
    margin-left: 20px;
    padding-left: 0px;
  }
  .menu-link {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
    text-align: left;
  }
  .menu-link:hover {
    background-color: #1e1f36;
  }
  .home-slider {
    width: 100%;
    margin-left: 0%;
  }
  .inner-content {
    width: 100%;
  }
  .paragraph-dark {
    margin-right: 12%;
  }
  .call-button {
    float: none;
  }
  .slider-text-holder {
    width: 65%;
  }
  .menu-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 20px;
    background-color: #fff;
  }
  .navbar {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    display: block;
    width: auto;
    height: 200px;
  }
  .menu-bottom {
    margin-top: 0px;
  }
  .menu-bottom.w--open {
    margin-top: 0px;
    background-color: #2d2e45;
  }
  .menu-icon {
    color: #ffcf06;
    font-size: 1.4em;
  }
  .half-one {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .inner-hero-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .solar-img-big {
    width: 65%;
  }
  .nave-menu {
    margin-left: 50%;
    background-color: #2d2e45;
    text-align: left;
  }
  .solar-sun-head {
    font-size: 48px;
    line-height: 50px;
  }
  .parayello-bg {
    margin-left: 23px;
    padding-left: 0px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .inner-content {
    overflow: visible;
    padding-right: 20px;
    padding-left: 20px;
  }
  .h2-heading.process {
    margin-top: 25px;
  }
  .text-container {
    margin-left: 43px;
  }
  .social-icon {
    margin-top: 25px;
  }
  .slider-text-holder {
    width: 60%;
  }
  .menu-bottom {
    margin-top: 0px;
  }
  .half-one {
    display: block;
  }
  .half-two {
    display: block;
  }
  .about-us-button {
    margin-bottom: 20px;
  }
  .hm-logo-holders {
    margin-top: 30px;
  }
  .section-2.typ {
    height: auto;
  }
  .solar-img-big {
    width: 100%;
    padding-top: 64px;
    padding-bottom: 64px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/2016-05-02-WA0004.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/2016-05-02-WA0004.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .nave-menu {
    margin-left: 35%;
  }
  .solar-img-overlay {
    position: static;
    padding-top: 35px;
  }
  .solar-sun-head {
    color: #fff;
    font-size: 48px;
    line-height: 48px;
    text-align: left;
  }
  .cta-text {
    margin-right: 0px;
  }
  .cta-button {
    margin-top: 27px;
    margin-left: 0px;
    font-size: 1.6em;
  }
  .footer-link-block {
    margin-bottom: 25px;
  }
  .box-text {
    padding-top: 39px;
    padding-bottom: 39px;
    padding-left: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

@media (max-width: 479px) {
  .paragraph-dark {
    margin-right: 1%;
  }
  .home-h1 {
    margin-bottom: 21px;
    margin-left: 13px;
    font-size: 2.1em;
  }
  .about-us-button {
    margin-top: 28px;
    margin-bottom: 24px;
  }
  .hm-logo-holders {
    margin: 17px 0px;
    text-align: center;
  }
  .solar-img-big {
    padding-right: 28px;
    padding-left: 28px;
  }
  .nave-menu {
    margin-left: 20%;
  }
  .solar-sun-head {
    font-size: 36px;
    line-height: 36px;
  }
}

@font-face {
  font-family: 'Proximanova bold webfont';
  src: url('../fonts/proximanova-bold-webfont.woff2') format('woff2'), url('../fonts/proximanova-bold-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova black webfont';
  src: url('../fonts/proximanova-black-webfont.woff2') format('woff2'), url('../fonts/proximanova-black-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova boldit webfont';
  src: url('../fonts/proximanova-boldit-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova webfont';
  src: url('../fonts/proximanova-lightitalic-webfont.woff2') format('woff2'), url('../fonts/proximanova-lightitalic-webfont.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Proximanova webfont';
  src: url('../fonts/proximanova-extrabold-webfont.woff2') format('woff2'), url('../fonts/proximanova-extrabold-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova light webfont';
  src: url('../fonts/proximanova-light-webfont.woff2') format('woff2'), url('../fonts/proximanova-light-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova semibold webfont';
  src: url('../fonts/proximanova-semibold-webfont.woff2') format('woff2'), url('../fonts/proximanova-semibold-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova regular webfont';
  src: url('../fonts/proximanova-regular-webfont.woff2') format('woff2'), url('../fonts/proximanova-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

/* project gallery*/
/* Gallery grid layout */
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 10px;
}
/* Style for gallery images */
.gallery-item {
  width: 100%;
  height: auto;
  cursor: pointer;
}

/* Modal styles */
/* Modal styles */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 150px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.9);
}

.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 800px;
}

.close {
  color: #fff;
  position: absolute; /* Change to absolute positioning */
  top: 100px;
  right: 70px; /* Adjust right position to 10px */
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 2; /* Ensure it's above the modal content */
}

/* Responsive styles */
@media screen and (max-width: 768px) {
  .gallery {
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}

/* ABOUT US styles */
ol li { padding: 8px 0px; 
  width: 100%;
  font-size: larger;
 
}
/* PRE LOADERRRRRRRR */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

#loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #149f1a; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/
.team .team-member {
  background-color: var(--surface-color, #fff); /* Default to white if variable is not defined */
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.team .team-member .member-img {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.team .team-member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, bottom 0.3s ease-in-out;
  text-align: center;
}

.team .team-member .social a {
  background: rgba(255, 255, 255, 0.25); /* Adjust as needed */
  color: rgba(0, 0, 0, 0.8); /* Adjust as needed */
  margin: 0 5px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.team .team-member .social a:hover {
  color: var(--contrast-color, #000); /* Default to black if variable is not defined */
  background: var(--accent-color, #ccc); /* Default to grey if variable is not defined */
}

.team .team-member .member-info {
  padding: 20px;
  text-align: center;
}

.team .team-member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
}

.team .team-member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6); /* Adjust as needed */
}

.team .team-member:hover .social {
  opacity: 1;
  bottom: 15px;
}

/* Section Title Styling */
.section-title {
  text-align: center;
  margin-bottom: 30px;
}

.section-title .heading {
  font-size: 36px;
  font-weight: 700;
}

.section-title .paragraph-dark {
  color: #333;
  font-size: 18px;
  line-height: 1.6;
}
