

.start {
    text-align: center;
    width: 65%;
    margin: 0 auto;
    margin-top: 0em;
}

@media (max-width: 980px) {
img.icon-logo {
    width: 245px;
	margin-bottom: 12px;
	    margin-top: 3%;
}
}
@media (max-width: 765px) {
img.icon-logo {
	    margin-top: 4%;
}
}
header {
    padding-top: 0px;
    margin-bottom: 0px;
}
header h1 {
    max-width: 380px;
    display: block;
    width: auto;
    float: left;
    margin-right: 30px;
    margin-left: -3px;
}
.textback {
    background-color: rgb(0 23 0 / 79%);
    text-align: center;
    padding: 5px;
    margin-bottom: 15px;
    padding-bottom: 14px;
    padding-left: 10vw;
    padding-right: 10vw;
}
.textback1 {
    background-color: rgb(0 23 0 / 79%);
    text-align: center;
    padding: 5px;
    margin-bottom: 15px;
    padding-bottom: 14px;
    padding-left: 2vw;
    padding-right: 2vw;
    margin-top: 2em;
    border-radius: 33px;
    box-shadow: 2px 2px #c9f31dad;
}

.page-navi {
    float: left;
    margin-top: 32px;
    margin-left: 0px;
}

.page-navi a {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 10px;
}
a.home-page {
    background: url(../img/icons_png/home.png) no-repeat;/*fallback fo IE8*/
    /*background-image: url(../img/icons_svg/home.svg), none;*/
    background-repeat: no-repeat;
}
a.prev-page {
    background: url(../img/icons_png/arrow-left-light.png) no-repeat;/*fallback fo IE8*/
    /*background-image: url(../img/icons_svg/arrow-left-light.svg), none;*/
    background-repeat: no-repeat;
}
.relative {
    position: relative;
}

input[type=text], textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    outline: none;
    height: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #FFF;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #d7902a;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 250ms ease-out;
    -moz-transition: opacity 250ms ease-out;
    -o-transition: opacity 250ms ease-out;
    transition: opacity 250ms ease-out;
}

input[type=submit] {
    height: 46px;
    width: 100%;
    margin-bottom: 20px;
    line-height: 46px;
    padding: 0 50px;
    background-color: #267927;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.2em!important;
    font-weight: 600;
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 250ms ease-out;
    -moz-transition: opacity 250ms ease-out;
    -o-transition: opacity 250ms ease-out;
    transition: opacity 250ms ease-out;
}
.push, footer {
    height:90px;
}

.pt-perspective {
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 100%;
    height: 100%;
}
.pt-page {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    visibility: hidden;
    overflow: scroll;
    overflow-x: hidden;
}
.pt-page-current,
.no-js .pt-page {
    visibility: visible;
    z-index: 10;
}
.no-js body {
    overflow: auto;
}
.pt-page-ontop {
    z-index: 9999;
}
#team {
    overflow-y: scroll;
}

@media (max-width: 1170px) {
    .page-navi {
        margin: 35px 30px 0px -55px;
    }}
@media (max-width: 1070px) {
    .page-navi {
        margin: 35px 30px 0px 0px;
    }}

	.start {
    text-align: center;
    width: 85%;
    margin: 0 auto;
    margin-top: 0em;
}

@media (max-width: 765px) {
h1 {
    margin: .17em 0!important;
    font-size: 2.2em;
}

    .start {
        text-align: center;
        width: 98%;
        margin: 0 auto;
        margin-top: 3em;
    }
    .textback1 {
        background-color: rgb(0 23 0 / 79%);
        text-align: center;
        padding: 5px;
        margin-bottom: 15px;
        padding-bottom: 14px;
        padding-left: 4vw;
        padding-right: 4vw;
        margin-top: 0em;
    }
}

@media screen and (max-width: 991px) {
.hero-title-contain {
    width: 90%;
    max-width: none;
    margin-left: 5vw;
    padding-right: 0vw;
  }
}
    .bg-image6 { background: url(../images/header-image-solar-house.jpg) no-repeat; background-size: cover; }

      
    
#responsive-form{
max-width:100%;
margin:0 auto;
width:100%;
}
.clearfix:after {
content: "";
display: table;
clear: both;
}
/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
.column-half{
width: 50%;
}
}
nav.navi.row-fluid.transparent {

left: 50%;
transform: translate(-50%, -50%);
position: absolute;
width: 60vw;
}
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
width: 75vw!important;
}
    



  body {
      margin: 0;
      padding: 0;
  }

  .title {
    font-size: 15px;
    font-family: sans-serif;
    margin-top: 0px;
    margin-right: 15px;
}
  #closeBtn {
    background: #c9f31d;
    color: #070707;
    border: none;
    font-size: 15px!important;
    cursor: pointer;
    border-radius: 5px;
    padding: 3px;
    height: 30px;
    line-height: 13px;
  }
  .container {
      position: relative; 
  }
  
span#counter1 {
  font-size: 1em;
}



  #sitepal-avatar {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10; 
  }
  
  .tab {
      padding: 4px;
      cursor: pointer;
      text-align: center;
      transition: background 0.3s;
      border-top: 1px solid #ccc;
      flex-grow: 1;
      pointer-events: all;
      background-color: #226f28;
      color: white;
      font-size: 13px;
      font-family: sans-serif;
      
  }
  .tab-content {
    display: none;
    padding: 0px;
    position: absolute;
    /*bottom: 48px;*/
    left: 0;
    width: 100%;
    background: #131313;
    z-index: 1;
}
    
    label, input, button, select, textarea {
      font-size: 18px!important;
      font-weight: normal;
      line-height: 15px;
  }

    .content-section {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #ffffff9c;
      padding: 12px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      border-radius: 8px;
      margin-bottom: 22px;
  }
    .content-section {
      align-items: flex-start; /* Aligns items to the top of the container */
    }
  .container-opening {
    margin-right: auto;
    margin-left: auto;
    width: 65vw;
    display: flex;
    justify-content: center;
    align-items: center;
    height:45vh;
}
p.opening {
    font-size: 1.4em;
    color: #fff;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}
  #T1 {
    margin: 0 auto;
    display: block;
    height: 41px;
    border-radius: 30px;
}
label.first-name {
  color: #000000;
  font-weight: 500;
  background-color: #c9f31dd9;
  text-align: center;
  margin-left: 29%;
  box-shadow: 2px 2px #1a1a1a;
  margin-bottom: 15px;
  padding: 7px 7px;
  border-radius: 8px;
}
#register {
  margin: 0 auto;
  margin-top: 23px;
  border-radius: 30px;
}
.start-button {
    width: 100%;
    margin: 0 auto;
}
.start-welcome {
  position: absolute;
  top: 62vh;
  left: 50%;
  width: calc(60vw - 20px);
  transform: translate(-50%, -50%);
}
p {
    font-size: 1.1em;
    color: #fff;
    line-height: 1.3;
    font-family: 'Helvetica Neue', Arial, sans-serif;
   /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);*/
}
input[type=text], textarea {
-webkit-border-radius: 0;
-moz-border-radius: 0;
outline: none;
height: 36px;
margin-top: 5px;
margin-bottom: 5px;
background-color: #FFF;
border: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
color: #d7902a;
opacity: 1;
filter: alpha(opacity=100);
-webkit-transition: opacity 250ms ease-out;
-moz-transition: opacity 250ms ease-out;
-o-transition: opacity 250ms ease-out;
transition: opacity 250ms ease-out;
width: 250px;
}

    @media (max-width: 768px) {
      .content-section {
        flex-direction: column;
        align-items: flex-start;
      }
      .start {
        text-align: center;
        width: 100%;
        margin: 0 auto;
        margin-top: 0%;
    }
      .container-opening {
        margin-right: auto;
        margin-left: auto;
        width: 85vw;
        display: flex;
        justify-content: center;
        align-items: center;
        height:45vh;
    }
    nav.navi.row-fluid.transparent {

      left: 50%;
      transform: translate(-50%, -50%);
      position: absolute;
      width: 100vw;
    }
    #register {
      width: 80vw;
      margin: 0 auto;
      display: block;
      margin-top: 23px;
  }
  #T1 {
    width: 62vw;
    margin: 0 auto;
    display: block;
    height: 35px;
}
    }
    
    

.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
.clearfix {height: 1%;}
.clearfix {display: block;}

a, button {
    font: 14px 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    display: block;
    color: #333;
    margin-bottom: 0px;
}

article#works {
    background-color: #131313;
}
.fas.fa-solar-panel,
.fas.fa-money-bill-wave,
.fas.fa-leaf,
.fas.fa-home,
.fas.fa-battery-full,
.fas.fa-hand-holding-usd,
.fas.fa-plug,
.fas.fa-globe {
font-family: "Font Awesome 5 Pro";
font-weight: 900;
font-size: 37px;
}

span.sub-title2.mb-15 {
font-size: 2.4em;
color: #c9f31d;
}
i.fa.fa-sun-o {
color: yellow;
}
.form-group {
position: relative;
margin-bottom: 0px;
}

p.atanytime {
color: #c9f31d;
position: relative;
margin-top: -5px;
}
#chat .section-title {
text-align: center;
margin: 0 auto;
display: block;
}
.skill-items-wrap {
padding-right: 10px;
}
i.fas.fa-solar-panel {
color: #c9f31d;
font-size: 50px;
}
i.fas.fa-money-bill-wave {
color: #1ecb1e;
font-size: 50px;
}
i.fas.fa-leaf {
color: #0dd9db;
font-size: 50px;
}
i.fas.fa-home {
color: #cfb909;
font-size: 50px;
}
i.fas.fa-battery-full {
color: #ed3580;
font-size: 50px;
}
i.fas.fa-hand-holding-usd {
color: #db8b0e;
font-size: 50px;
}
i.fas.fa-plug {
color: #b947fd;
font-size: 50px;
}
i.fas.fa-globe {
color: #ed3f20;
font-size: 50px;
}

.far.fa-angle-right {
margin-left: 5px;
}
input[type=checkbox], input[type=radio] {
height: 17px;
width: 19px;
margin-bottom: 7px;
}
.phone-form-container {
margin: 0px auto;
padding: 20px;
/* border: 1px solid #ddd; */
text-align: left;
float: left;
background-color: #070707;
border-radius: 20px;
}
.button.phone-button {
padding: 3px 10px;
background-color: #c9f31d;
color: #070707;
border: none;
border-radius: 4px;
cursor: pointer;
}

@media (max-width: 767px) {
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
width: 90vw!important;
}
.start-welcome {
position: absolute;
top: 59vh;
left: 50%;
width: 351px;
transform: translate(-50%, -50%);
}
img.ask-ava-button {
width: 65px;
}
p {
font-size: 1em;
color: #fff;
line-height: 1.3;
font-family: 'Helvetica Neue', Arial, sans-serif;
/* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); */
}
h1, .h1 {
font-size: 32px;
}
label, input, button, select, textarea {
font-size: 16px!important;
font-weight: normal;
line-height: 15px;
}
input[type=text], textarea {
margin-top: 0px;
margin-bottom: 0px;
}
.start-group {
display: inline-block;
height: 100%; 
width: 100%;
}
label.first-name {
position: relative;
bottom: 0px;
width: 237px;
display: block;
margin: 0 auto;
margin-bottom: 12px;
}
#register {
width: 55vw;
margin: 0 auto;
display: block;
margin-top: 23px;
}
.mobile-logo.my-15 {
    width: 198px;
    display: block;
}
}

@media (max-width: 991px) { /* Adjust this breakpoint for your mobile view */
#home .row.align-items-center {
display: flex;
flex-direction: column;
}


#home .row.align-items-center .col-lg-5 {
order: 2;
}
}

.container {
    display: block;
    height: 100%;
    /*background: url('https://via.placeholder.com/1920x1080') no-repeat center center fixed;*/
    background-size: cover;
    position: relative;
}
.avatar-section {
    width: 25%;
    min-width: 250px;
    background: linear-gradient(270deg, #131313, #867f7a, #2b2a2a, #c9f31d, #505f11);
    background-size: 1000% 1000%;
    animation: GradientBackground 30s ease infinite;
    transition: transform 0.5s ease-in-out;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    /*border-right: 6px #c9f31d solid;*/
}
.content-section {
    width: 75%;
    background-color: #fff;
    padding: 0px;
    transition: width 0.5s ease-in-out;
    flex-grow: 1;
   position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.content-section.full {
    width: 100%;
}
.toggle-btn {
    position: absolute;
    top: 95%;
    left: 10px;
    padding: 7px 10px;
    background-color: #b7df20;
    color: #0c0c0c;
    border: none;
    cursor: pointer;
    z-index: 20;
    font-weight: 600;
    border-radius: 89px;
    }
.toggle-btn-close {
position: absolute;
bottom: 0pxpx;
right: 10px;
padding: 10px 20px;
background-color: #df1b87;
color: #0c0c0c;
border: none;
cursor: pointer;
font-weight: 600;
z-index: 999999;
}
@media screen and (max-width: 768px) {
    .container {
        flex-direction: column;
    }
    .avatar-section {
        width: 100%;
        height: 25%;
        top: auto;
        transform: translateY(100%);
        transition: transform 0.5s ease-in-out;
        position: absolute;
        bottom: 0;
        z-index: 10;
    }
    .avatar-section.hidden {
        transform: translateY(100%);
    }
    .content-section {
        width: 100%;
        height: 80%;
        position: absolute;
        right: auto;
        bottom: auto;
        transition: height 0.5s ease-in-out;
    }
    .content-section.full {
        height: 100%;
    }
    .toggle-btn {
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
    }
}

#closeBtn {
    background: #034869;
    color: #ffffff;
    border: none;
    font-size: 15px !important;
    cursor: pointer;
    border-radius: 5px;
    padding: 5px;
    height: 30px;
    line-height: 13px;
    position: absolute;
    right: 95%;
}

.hero-title-contain {
position: relative;
width: 72%;
max-width: 585px;
margin-left: 3vw;
}
div#logo {
text-align: center;
}
.content-section {
display: flex;
justify-content: space-between;
align-items: center;
background: #1d1d1d;
margin-bottom: 0px;
}
div#navigation {
position: relative;
left: 8vw;
top: 30px;
}
.section {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
overflow: hidden;
padding-top: 1vh;
padding-bottom: 15vh;
}
.about-right-part:after {
content: '';
z-index: -2;
width: 553px;
height: 508px;
position: absolute;
right: 10%;
bottom: 0;
border-radius: 50%;
background: #fedf01;
background-blend-mode: soft-light;
background: url(../images/igosolar-mark.png) no-repeat;
background-size: contain;
}
form {
font-family: Arial, sans-serif;
max-width: 800px;
margin: 0 auto;
padding: 5px;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.question {
margin-bottom: 20px;
background-color: #0f0f0f;
padding: 10px;
text-align: center;
box-shadow: 6px 5px 12px rgb(201 243 29 / 10%);
}
.question label {
display: block;
font-weight: bold;
margin-bottom: 10px;
color: #ffffff;
font-size: 1.3em !important;
line-height: 1.3em;
}
.inside.typewriter {
background-color: #070707;
padding: 10px;
text-align: center;
}
.question input[type="range"] {
width: 100%;
margin-bottom: 10px;
}
.question output {
font-size: 36px;
color: #dcf57a;
font-weight: bold;
display: inline-block;
vertical-align: middle;
}
.question span, .question output + span {
text-align: center;
font-weight: bold;
font-size: 28px;
margin-left: 5px; /* Small space between output and span */
display: inline-block;
vertical-align: middle;
}
.options {
display: flex;
justify-content: space-around;
margin-top: 10px;
}
.options label {
display: flex;
flex-direction: column;
align-items: center;
cursor: pointer;
}
.options label span {
margin-top: 5px;
font-size: 18px;
font-weight: bold;
color: #c9f31d;
}

.options input[type="radio"] {
display: none;
}
.options img {
width: 130px;
height: 130px;
margin-bottom: 5px;
}


.about-btn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: #1f1f1f;
border-radius: 32px;
color: #fdb002;
padding: 10px 25px 10px 15px;
}
.about-btn h6 {
font-weight: 700;
color: #c9f31d;
margin-bottom: 0;
margin-right: 15px;
}
.about-right-part .experience-years {
position: absolute;
right: 0;
top: 50%;
width: 209px;
height: 209px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
color: black;
padding: 20px;
font-weight: 700;
border-radius: 50%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-family: "DM Sans", sans-serif;
background: var(--primary-color);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
text-align: center;
}
h5, .h5 {
line-height: 1.4;
font-size: 21px;
color: #c9f31df0;
}
.about-right-part .experience-years b {
line-height: 1;
display: block;
font-size: 44px;
margin-bottom: 6px;
}

.pt-130, .py-130 {
padding-top: 21px;
}
.hero-paragraph {
max-width: 550px;
text-align: left;
}

.phone-form-container {
display: flex;
flex-direction: column;
align-items: center;
padding: 3px;
background-color: #0f0f0f;
border-radius: 5px;
box-shadow: 2px 2px 5px rgb(225 183 136 / 36%);
}

.phone-form-container form {
width: 100%;
max-width: 400px;
}

.input-container {
position: relative;
margin-bottom: 2px;
}

#phone-num {
width: 100%;
padding: 12px;
/* padding-left: 120px; */
font-size: 16px;
color: #e1b788;
background-color: #1a1a1a;
/* border: 2px solid #c9f31d; */
border-radius: 4px;
text-align: left;
}

#phone-submit {
padding: 0px 7px;
font-size: 15px !important;
color: #f6ffd1;
background-color: #1a1a1a;
border: 1px solid #e1b788;
border-radius: 4px;
cursor: pointer;
}
label.placeholder-label {
font-size: 18px !important;
font-style: italic;
color: #e1b788;
}
.form-group {
position: relative;
margin-bottom: 15px;
background-color: black;
padding: 10px;
display: flow;
}
label {
cursor: pointer;
font-weight: 500;
margin-bottom: 5px;
color: var(--base-color);
padding-right: 8px;
}
input[type=text], textarea {
-webkit-border-radius: 0;
-moz-border-radius: 0;
outline: none;
height: 36px;
margin-top: 5px;
margin-bottom: 5px;
background-color: #FFF;
border: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
opacity: 1;
filter: alpha(opacity = 100);
-webkit-transition: opacity 250ms ease-out;
-moz-transition: opacity 250ms ease-out;
-o-transition: opacity 250ms ease-out;
transition: opacity 250ms ease-out;
width: 252px;
height: 43px;
background-color: #2e2e2e;
font-size: 16px;
color: white;
font-weight: 400;
line-height: 1.3;
padding: 19px 45px 19px 30px;
border-radius: 14px;
background: var(--lighter-color);
font-family: "DM Sans", sans-serif;
border: 1px solid var(--border-color);
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
display: inline-block;
padding: 4px 6px;
margin-bottom: 10px;
font-size: 14px;
line-height: 20px;
color: #fdfdfd;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
vertical-align: middle;
width: 200px;
height: 43px;
border-radius: 15px;
background-color: #2e2e2e;
border: 1px solid rgb(116, 116, 116);
}
input#electricBill {
background-color: #2e2e2e;
border-radius: 13px;
height: 76px;
padding-left: 24px;
width: 100%;
}
.question,
.question-upload {
margin-bottom: 20px;
}


form#multiStepForm {
max-width: 759px;
}
input#T1 {
background-color: white;
border: 2px solid #7f9816;
}
.page-navi {
float: left;
margin-top: 68px;
margin-left: 0px;
}
h1.steps {
margin-top: 95px;
font-size: 28px;
}
.mobile-logo.my-15 {
    width: 198px;
    display: none;
}
@media only screen and (min-width: 1200px) {
.container.container-1620 {
max-width: 100%;
}
}
.main-header .logo {
z-index: 9;
padding: 2px 0;
position: relative;
width: 193px;
margin-top: 5px;
}
.start-welcome {
position: absolute;
top: 62vh;
left: 50%;
width: 690px;
transform: translate(-50%, -50%);
}
.content-area {
width: 100%;
margin: 0 auto;
}
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
width: 95vw !important;
}
.avatar-intro {
    height: 90vh;
}
@media (max-width: 1200px) {
    .avatar-intro {
        height: 90vh; /* Increase height for smaller screens */
    }
}

@media (max-width: 992px) {
    .avatar-intro {
        height: 85vh; /* Further increase height for medium screens */
    }
}

@media (max-width: 768px) {
    .avatar-intro {
        height: 90vh; /* Maximum height for mobile screens */
    }
}
.avatar-section {
    position: relative;
    z-index: 1;
    height: 100vh;
}
.section.hero-section {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #09090a;
    width: 95%;
    margin: 0 auto;
    padding-top: 35px;
}
.static-section {
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
    /* padding: 20px; */
    background-color: #0d0d0d;
    color: #ffffff;
    text-align: center;
    /* padding-bottom: 27px; */
}
.static {
    padding-left: 10px;
    padding-right: 10px;
    height: 133px;
}
p.meet {
    font-size: 16px;
    color: black
}
