@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;100;700;800&family=Poppins:wght@400;600&display=swap');
/*
	font-family: sofia-pro, sans-serif;
	font-family: 'Poppins', sans-serif;
*/
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, ul, ol, li {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	font-weight:100;
	line-height: 30px;
	vertical-align:top;
	background:transparent;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}

html, body {
	/*height: 100%;*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	font-family: sofia-pro, sans-serif;
	font-weight: 100;
	font-size: 16px;
	line-height: normal;
	color: #3B4B63;
	padding: 0;
	margin: 0;
	text-size-adjust: none ;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
}
*,
:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	display:block;
	max-width:100%;
}
a {
	color: #C1A783;
	text-decoration: none;
	padding: 0;
	outline: none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
a:hover {
	color: #3B4B63;
	text-decoration: none !important;
}

/**** TYPOGRAPHY START ****/
.title {
	margin-bottom: 48px;
}
.title h2 {
	margin-bottom: 8px;
}
.title h6 {
	font-weight: 700;
}
h1, .h1 {
	font-family: sofia-pro, sans-serif;
	font-size: 54px;
	line-height: 62px;
	font-weight: 700;
	color: #0A0C10;
	margin-bottom: 20px;
}
h2, .h2 {
	font-family: sofia-pro, sans-serif;
	font-size: 52px;
	line-height: 54px;
	font-weight: 700;
	color: #0A0C10;
	margin-bottom: 16px;
}
h3, .h3 {
	font-family: sofia-pro, sans-serif;
	font-size: 30px;
	line-height: normal;
	font-weight: 700;
	color: #0A0C10;
	margin-bottom: 12px;
}
h4, .h4 {
	font-family: sofia-pro, sans-serif;
	font-size: 24px;
	line-height: normal;
	font-weight: 100;
	color: #0A0C10;
	margin-bottom: 8px;
}
h5, .h5 {
	font-family: sofia-pro, sans-serif;
	font-size: 20px;
	line-height: normal;
	font-weight: 100;
	color: #0A0C10;
	margin-bottom: 16px;
}
h6, .h6 {
	font-family: sofia-pro, sans-serif;
	font-size: 18px;
	line-height: normal;
	color: #0A0C10;
	margin-bottom: 16px;
}
p {
	margin-bottom: 30px;
}
.title:last-child,
h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child,
p:last-child {
	margin-bottom: 0;
}
.text-primary {
	color: #C1A783;
}
.text-secondary {
	color: #C1A783;
}
.text-center {
	text-align: center !important;
}
.text-right {
	text-align: right !important;
}
.font-12 {
	font-size: 12px;
}
.font-extra {
	font-weight: 800;
}
b,
strong {
	font-weight: 700;
}
ul {
	list-style-type: disc;
	margin-left: 15px;
	margin-bottom: 30px;
}
ul:last-child {
	margin-bottom: 0;
}
ul li {
	list-style-type: disc;
	line-height: 26px;
}
/**** TYPOGRAPHY END ****/

/**** CONTAINER, SPACINGS PADDING MARGING CLASS START ****/
body.home .wrapper {
	padding-top: 0;
}
.wrapper {
	width: 100%;
	min-height: 100vh;
	padding-top: 70px;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	flex-direction: column;
}
.container {
	width: 100%;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 50px;
	padding-right: 50px;
}
.w-100 {
	width: 100%;
}
.mx-300 {
    max-width: 300px;
}
.mx-400 {
    max-width: 400px;
}
.mx-w-500 {
	max-width: 500px;
}
.mx-w-700 {
	max-width: 700px;
}
.mx-w-842 {
	max-width: 842px;
}
.mx-w-900 {
	max-width: 900px;
}
.mx-w-1000 {
	max-width: 1000px;
}

/* PADDINGS */
.s-pt,
.s-py {
    padding-top: 96px !important;
}
.s-pb,
.s-py {
    padding-bottom: 96px !important;
}
.s-pt-half,
.s-py-half {
    padding-top: 50px !important;
}
.s-pb-half,
.s-py-half {
    padding-bottom: 50px !important;
}
/* PADDINGS */
/* MARGINS */
.ml-auto,
.mx-auto {
	margin-left: auto;
}
.mr-auto,
.mx-auto {
	margin-right: auto;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.mb-8 {
	margin-bottom: 8px !important;
}
.mt-32 {
	margin-top: 32px !important;
}
.mb-32 {
	margin-bottom: 32px !important;
}
/* MARGINS */
/**** CONTAINER, SPACINGS PADDING MARGING CLASS END ****/

/**** GRID CSS START ****/
.d-flex{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.align-center {
    align-items:center;
    -webkit-align-items:center;
    -ms-align-items:center;
}
.align-start {
    align-items:start;
    -webkit-align-items:start;
    -ms-align-items:start;
}
.align-end {
	align-items: flex-end;
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
}
.space-between {
	justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
}
.justify-center {
	justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
}
.col {
	-ms-flex-preferred-size:0;
    flex-basis:0;
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
    max-width:100%;
}
.col-auto{
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:auto;
    max-width:none;
}
/**** GRID CSS END ****/

/**** FORM FIELDS:- INPUTS, SELECT, RADIO, CHECKBOX, BUTTONS ****/
.form-list {
	margin-left: -12px;
	margin-right: -12px;
}
.form-list li {
	list-style: none;
	width: 100%;
	margin-bottom: 24px;
	padding-left: 12px;
	padding-right: 12px;
}
.form-list li.col-6 {
	width: 50%;
}
.form-list li:last-child {
	margin-bottom: 0;
}
.form-list li .g-recaptcha {
	margin: 10px 0;
}
label {
	font-weight: 500;
	display: block;
	margin-bottom: 8px;
}
select, button, input {
    filter: none;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    appearance:none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type='number'] {
    -webkit-appearance:textfield;
    -moz-appearance:textfield;
    appearance:textfield;
}
input:focus {
    outline: none;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.text-field {
	width: 100%;
	padding: 16px 24px;
	background: #fff;
	border: 2px solid #EFF7FF;
	font-family: sofia-pro, sans-serif;
	font-size: 20px;
	font-weight: 100;
	line-height: normal;
	color: #0A0C10;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.text-field:focus {
	border-color: #ABE8CC;
	outline: none;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.text-field.datepicker {
	background: #fff url(../images/calendar.svg) right 20px center no-repeat;
}
select.text-field { 
	background: #fff url("../images/down-arrow.svg") right 20px center no-repeat;
	padding-right: 45px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #949494;
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #949494;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #949494;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
  color: #949494;
  opacity: 1;
}
.input-error{
	-webkit-box-shadow: 0px 0px 1px 3px #FF3333;
	-moz-box-shadow: 0px 0px 1px 3px #FF3333;
	box-shadow: 0px 0px 1px 3px #FF3333;
}
.error-msg {
	color: #FFF;
	display: block;
	margin-top: 10px;
	font-size: 15px;
	line-height: 14px;
	text-align: left;
	padding-left: 20px;
	font-weight: bold;
}

.error .text-field {
	color: #FF3333;
	background-color: #FFEEEE;
	border: 2px solid #FF3333;
}

.form-msg {
	font-size: 16px;
	font-weight: 100;
	line-height: normal;
	padding: 10px 20px;
	margin-bottom: 30px;
}
.form-msg.error {
	background-color: #FF3333;
	color: #fff;
}
.form-msg.success {
	background-color: #47C65D;
	color: #fff;
}
.form-msg.warning {
	background-color: #F9D20C;
	color: #25252d;
}
.form-msg p {
	font-size: 16px;
	line-height: normal;
	font-weight: 100;
}
.error-msg {
	margin-top: 6px;
	font-size: 16px;
	line-height: normal;
	color: #FF3333;
}
.error-msg p {
	font-size: 16px;
	line-height: normal;
}

.error ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FF9D9D;
  opacity: 1;
}
.error ::-moz-placeholder { /* Firefox 19+ */
  color: #FF9D9D;
  opacity: 1;
}
.error :-ms-input-placeholder { /* IE 10+ */
  color: #FF9D9D;
  opacity: 1;
}
.error :-moz-placeholder { /* Firefox 18- */
  color: #FF9D9D;
  opacity: 1;
}
textarea,
textarea.text-field {
	resize: none;
	height: 200px;
}
.action-wrapper a + a,
.action-wrapper button + button {
	margin-left: 20px;
}
.btn-outline {
	font-family: sofia-pro, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #365991;
	padding: 10px 32px;
	line-height: normal;
	border: 2px solid #365991;
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	-webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
	-webkit-box-shadow: 0px 5px 20px 0px rgba(54, 89, 145, 0.20);
	-moz-box-shadow: 0px 5px 20px 0px rgba(54, 89, 145, 0.20);
	box-shadow: 0px 5px 20px 0px rgba(54, 89, 145, 0.20);
}
.btn-outline:focus,
.btn-outline:hover {
	background: #365991;
	border-color: #365991;
	color: #fff;
}
.primary-btn,
.secondary-btn {
	font-family: sofia-pro, sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	padding: 12px 32px;
	line-height: normal;
	display: inline-block;
	background: #C1A783;
	border: 0;
	cursor: pointer;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    text-transform: uppercase;
}
.primary-btn:focus,
.primary-btn.valid:focus,
.primary-btn:hover,
.primary-btn.valid:hover {
	background: #C1A783 !important;
	color: #fff !important;
}
.secondary-btn {
	background: #25252D;
	color: #fff !important;
}
.secondary-btn:focus,
.secondary-btn:hover {
	background: #FFFF01;
	color: #25252D !important;
}

/* Checkbox */
.custom-checkbox {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 15px 0;
}
.custom-checkbox.w-100 {
	margin-right: 0;
}
.custom-checkbox:last-child {
	margin-right: 0;
	margin-bottom: 0;
}
.custom-checkbox input[type=checkbox] {
    display:none !important;
}
.custom-checkbox input[type=checkbox] + label {
    font-size: 14px;
    line-height: normal;
    color: #191B20;
    font-weight: 400;
    padding:0 0 0 28px;
    margin: 0;
    min-height: 16px;
    position: relative;
    display: block;
    cursor: pointer;
}
.custom-checkbox input[type=checkbox] + label:before,
.custom-checkbox input[type=checkbox] + label:after {
    pointer-events: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-transition:all 0.3s ease-in;
    -moz-transition:all 0.3s ease-in;
    -o-transition:all 0.3s ease-in;
    transition:all 0.3s ease-in;
}
.custom-checkbox input[type=checkbox] + label:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 20px;
    height: 20px;
    margin: 0;
    cursor:pointer;
    background: #fff;
    border:1px solid #C5C8CD;
}
.custom-checkbox input[type=checkbox] + label:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../images/check.svg) center center no-repeat;
    background-size: 20px auto;
    opacity: 0;
}
.custom-checkbox input[type=checkbox]:checked + label:after {
    opacity: 1;
}
/* Checkbox */
/* Radiobox */
.custom-radio-btn {
	display: inline-block;
	min-width: 140px;
	margin: 0 12px 25px 12px;
}
.custom-radio-btn input[type="radio"] {
	display: none;
}
.custom-radio-btn input[type="radio"] + label {
	cursor: pointer;
	display: block;
	text-align: center;
	border: 0;
	background: transparent;
	border: 1px solid #365991;
	padding: 11px 24px;
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	color: #365991;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	border-radius: 26px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.custom-radio-btn:hover input[type="radio"] + label,
.custom-radio-btn input[type="radio"]:checked + label {
    background-color: #365991;
    color: #fff;
}
/* Radiobox */
/**** FORM FIELDS:- INPUTS, SELECT, RADIO, CHECKBOX, BUTTONS ****/

.check-list {
	margin-bottom: 24px;
	margin-left: 0;
}
.check-list li {
	list-style: none;
	padding-left: 24px;
	color: #C1A783;
	position: relative;
}
.check-list li::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 14px;
	height: 10px;
	background-size: 14px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/check-icon.svg);
}

/**** SITE HEADER START ****/
.site-header {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	padding: 20px 0;
	background-color: #fff;
	border-bottom: 1px solid #DEDEDE;
	-webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
body.home .site-header {
	padding: 40px 0;
	background-color: transparent;
	border-color: transparent;
}
body.home .site-header.fixed {
	padding: 24px 0;
	background-color: #fff;
	border-color: #DEDEDE;
}
.site-header.fixed {
	padding: 12px 0;
	border-bottom: 1px solid rgba(25, 27, 32, .1);
}
.logo {
	position: relative;
	z-index: 2;
	-webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.logo a {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.logo a .logo-text {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 30px;
	line-height: 1;
	padding-left: 10px;
	color: #0A0C10;
}
.logo a .logo-text .text-primary,
.logo a .logo-text .text-secondary {
	font-weight: 100;
}
/**** SITE HEADER END ****/

.page-title {
	padding: 50px 0;
	background-color: #EFF7FF;
}

.main-banner {
	position: relative;
	padding: 150px 0 40px 0;
	border-bottom: 4px solid #EFF7FF;
}
.main-banner .left-block {
	width: 58%;
	padding-right: 50px;
	position: relative;
}
.main-banner .left-block img {
	margin: 0 auto;
}
.main-banner .left-block .title {
	position: absolute;
	margin: 0;
}
.main-banner .right-block {
	width: 42%;
}
.main-banner .right-block .title {
	display: none;
}
.main-banner .right-block .box {
	padding: 30px 50px;
	background-color: #fff;
	-webkit-box-shadow: 0px 3px 25px 0px #D9E9EB;
	-moz-box-shadow: 0px 3px 25px 0px #D9E9EB;
	box-shadow: 0px 3px 25px 0px #D9E9EB;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	position: relative;
}
.main-banner .right-block .box::before {
	content: "";
	position: absolute;
	top: -175px;
  	right: -115px;
	width: 230px;
	height: 260px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-image: url(../images/banner-shape.svg);
	z-index: -1;
}
.main-banner .right-block .text-field {
	text-align: center;
}

.site-footer {
	margin-top: auto;
	color: #fff;
	background-color: #C1A783;
	overflow: hidden;
	position: relative;
}
.site-footer .container {
	position: relative;
	z-index: 1;
}
.site-footer .logo-shape {
	position: absolute;
	z-index: 0;
	top: 50%;
	left: -60px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	width: auto;
	height: 100%;
	pointer-events: none;
}
.site-footer .footer-menu {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    margin-bottom: 8px;
	margin-left: 0;
}
.site-footer .footer-menu li {
	list-style: none;
	padding: 0 8px;
	margin-bottom: 8px;
	border-right: 1px solid #ffffff;
	line-height: 10px;
}
.site-footer .footer-menu li:last-child {
	border-right: 0;
}
.site-footer .footer-menu li a {
	font-size: 15px;
	color: #ffffff;
	line-height: 10px;
/*	text-decoration: underline;*/
}
.site-footer .footer-menu li a:hover {
	text-decoration: none;
}
.site-footer p {
	font-weight: 400;
	font-size: 12px;
	/*color: #0A0C10;*/
	text-align: center;
	margin-bottom: 20px;
}
.site-footer .copyright-text {
	font-size: 15px;
	color: #ffffff;
/*	text-decoration: underline;*/
	margin-bottom: 0;
}

.faq-section {
	position: relative;
}
.faq-section::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -200px;
	width: 520px;
	height: 305px;
	background-position: top right;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/sustainable-energy.svg);
	z-index: -1;
}
.faq-section::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -115px;
	width: 280px;
	height: 280px;
	background-position: top right;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/faq-dot.svg);
	z-index: -1;
}
.faq-wrapper {
	max-width: 775px;
	margin: 0 auto;
}
.accordian-item {
	background-color: #fff;
	border: 2px solid #EDEEEF;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	overflow: hidden;
	margin-bottom: 20px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-box-shadow: 3px 3px 30px 0px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 3px 3px 30px 0px rgba(0, 0, 0, 0.07);
	box-shadow: 3px 3px 30px 0px rgba(0, 0, 0, 0.07);
}
.accordian-item.open, .accordian-item:hover {
	border-color: #C1A783;
}
.accordian-item:last-child {
	margin-bottom: 0;
}

.accordian-item .accordian-title {
	padding: 28px 80px 28px 33px;
	margin: 0;
	cursor: pointer;
	position: relative;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	font-weight: 700;
}
.accordian-item .accordian-title .icon {
	content: "";
	position: absolute;
	top: 50%;
	right: 23px;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #F6F7F8;
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.accordian-item .accordian-title .icon::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-size: 12px auto;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("../images/down-arrow.svg");
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-filter: brightness(0);
	filter: brightness(0);
}
.accordian-item .accordian-title.active .icon {
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(166, 166, 166,0.27);
	-moz-box-shadow: 0px 0px 25px 0px rgba(166, 166, 166,0.27);
	box-shadow: 0px 0px 25px 0px rgba(166, 166, 166,0.27);
}
.accordian-item .accordian-title.active .icon::before {
	-webkit-filter: none;
	filter: none;
}
.accordian-item:first-child .content {
    display: block;
}
.accordian-item .content {
    overflow: hidden;
    display: none;
    padding: 0 44px 33px 33px;
}


.work-companies-row {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    -ms-justify-content: space-around;
    align-items:center;
    -webkit-align-items:center;
    -ms-align-items:center;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin: 0 -15px;
}
.work-companies-row .left-block, .work-companies-row .right-block {
	max-width: 530px;
	padding: 0 15px;
	width: 50%;
}

.work-about-row {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    align-items:center;
    -webkit-align-items:center;
    -ms-align-items:center;
    margin: 0 -15px;
}
.work-about-row .left-block, .work-about-row .right-block {
	max-width: 615px;
	padding: 0 15px;
	width: 50%;
}
.work-about-row .left-block .image {
	margin: 0 auto;
}

.solar-availability-section {
	background-color: #EFF7FF;
}
.solar-availability-block {
	background-color: #ffffff;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	max-width: 840px;
	margin: 0 auto;
	padding: 20px 36px;
}
.solar-availability-block .solar-availability-row {
	margin: 0 -20px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.solar-availability-block .solar-availability-row .solar-availability-col-1,
.solar-availability-block .solar-availability-row .solar-availability-col-2 {
	padding: 0 20px;
	width: 30%;
	margin-top: 12px;
	position: relative;
}
.solar-availability-block .solar-availability-row .image-block {
	position: relative;
}
.solar-availability-block .solar-availability-row .solar-availability-col-1 .image-block::before,
.solar-availability-block .solar-availability-row .solar-availability-col-2 .image-block::before {
	content: "";
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 120px;
	border-right: 1px dashed #707070;
}
.solar-availability-block .solar-availability-row .solar-availability-col-3 {
	width: 40%;
	padding: 0 20px;
	margin-top: 12px;
}
.solar-availability-block .solar-availability-row .solar-availability-col-3 .solar-availability-col-row {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-bottom: 12px;
}
.solar-availability-block .solar-availability-row .solar-availability-col-3 .solar-availability-col-row:last-child {
	padding-bottom: 0;
	padding-top: 12px;
}
.solar-availability-block .solar-availability-row .solar-availability-col-3 .solar-availability-col-row:last-child .image-block::before {
	display: none;
}
.solar-availability-block .solar-availability-row .solar-availability-col-3 .solar-availability-col-row .content-block,
.solar-availability-block .solar-availability-row .solar-availability-col-3 .solar-availability-col-row .image-block {
	width: 50%;
}
.solar-availability-block .solar-availability-row .solar-availability-col-3 .solar-availability-col-row .image-block::before {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translateX(-50%);
	width: 90px;
	height: 1px;
	border-bottom: 1px dashed #707070;
}
.solar-availability-block .solar-availability-row .solar-availability-col-3 .solar-availability-col-row:last-child .image-block::before {
	display: none;
}
.solar-availability-block .solar-availability-row .solar-availability-col-3 .solar-availability-col-row .content-block {
	text-align: center;
	padding-right: 20px;
}
.solar-availability-block .solar-availability-row .solar-availability-col-3 .solar-availability-col-row .content-block h6 {
	font-size: 15px;
}
.solar-availability-block .seia-block {
	margin-top: 24px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    align-items:center;
    -webkit-align-items:center;
    -ms-align-items:center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
}
.solar-availability-block .seia-block .image {
	margin-right: 16px;
	max-width: 134px;
}
.solar-availability-block .seia-block p {
	font-size: 11px;
	font-weight: 400;
	text-align: right;
}

.own-system-row {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    align-items:center;
    -webkit-align-items:center;
    -ms-align-items:center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.own-system-row .image-block, .own-system-row .content-block {
	width: 50%;
}
.own-system-row .image-block .image {
	max-width: 580px;
}
.own-system-row .content-block {
	max-width: 530px;
}

.go-solar-section {
	background-color: #EFF7FF;
}
.go-solar-section .go-solar-row {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    align-items:center;
    -webkit-align-items:center;
    -ms-align-items:center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
}
.go-solar-section .go-solar-row .image-block {
	width: calc(100% - 400px);
	margin-left: -60px;
}
.go-solar-section .go-solar-row .content-block {
	width: 100%;
	max-width: 460px;
}
.go-solar-section .go-solar-row .content-block .text-field {
	text-align: center;
}
.go-solar-section .go-solar-row .content-block .lock-icon {
	margin-right: 8px;
}
.go-solar-section .go-solar-row .content-block .tooltip-block {
	position: relative;
}
.go-solar-section .go-solar-row .content-block .tooltip-block .tooltip {
	display: inline-block;
	padding: 8px 14px;
	font-size: 11px;
	color: #F39E48;
	background-color: #ffffff;
	border: 1px solid #ADE4EB;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	line-height: normal;
	position: relative;
	margin-bottom: 10px;
}
.go-solar-section .go-solar-row .content-block .tooltip-block .tooltip::before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border: 1px solid #ADE4EB;
	left: 50%;
	bottom: -5px;
	transform: rotate(45deg);
	background-color: #ffffff;
	border-top-width: 0;
 	border-left-width: 0;
}

.testimonial-row {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    align-items:center;
    -webkit-align-items:center;
    -ms-align-items:center;
}
.testimonial-left-block {
	max-width: 580px;
	padding-top: 60px;
	position: relative;
}
.testimonial-left-block::before {
	content: "";
	position: absolute;
	top: 0;
	right: -40px;
	width: 83%;
	height: 83%;
	z-index: -1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center right;
	background-image: url(../images/testimonial-bg.svg);
}
.testimonial-slider> p, .testimonial-slider> h2 {
	max-width: 340px;
	/* margin: 0 auto; */
}
.testimonial-slider {
	/* max-height: 520px; */
	padding: 0 45px 45px 45px;
	width: calc(100% - 520px);
	/* display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items:center;
    -webkit-align-items:center;
    -ms-align-items:center; */
    margin-left: -60px;
    overflow: hidden;
}
.testimonial-slider .slide {
	padding: 50px 0 20px 0;
	/* display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items:center;
    -webkit-align-items:center;
    -ms-align-items:center; */
}
.testimonial-slider .slide .testimonial-content {
	padding: 45px 33px 33px 45px;
	background-color: #ffffff;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	position: relative;
	-webkit-box-shadow: 3px 3px 30px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 3px 3px 30px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 3px 3px 30px 0px rgba(0, 0, 0, 0.1);
}
.testimonial-slider .slide .testimonial-img {
	width: 90px;
	height: 90px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
.testimonial-slider .slide p {
	margin-bottom: 0;
}
.testimonial-slider .slide .testimonial-text {
	margin-bottom: 20px;
}
.testimonial-slider-arrow {
	width: 100px;
	margin-left: auto;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items:center;
    -webkit-align-items:center;
	justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
}
.testimonial-slider-arrow .swiper-button-next,
.testimonial-slider-arrow .swiper-button-prev {
	position: relative;
	top: unset;
	left: unset;
	right: unset;
	bottom: unset;
	width: 40px;
	height: 40px;
	background-color: #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 3px 3px 30px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 3px 3px 30px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 3px 3px 30px 0px rgba(0, 0, 0, 0.1);
	margin: 10px 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.testimonial-slider-arrow .swiper-button-next:hover,
.testimonial-slider-arrow .swiper-button-prev:hover {
	background-color: #C1A783;
}
.testimonial-slider-arrow  .swiper-button-next::after,
.testimonial-slider-arrow  .swiper-button-prev::after {
	font-size: 14px;
	color: #C1A783;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.testimonial-slider-arrow  .swiper-button-next:hover::after,
.testimonial-slider-arrow  .swiper-button-prev:hover::after {
	color: #fff;
}
.testimonial-slider-arrow  .swiper-button-next.swiper-button-disabled,
.testimonial-slider-arrow  .swiper-button-prev.swiper-button-disabled {
	opacity: .5;
}

.site-header .step-loading {
	display: none;
	position: absolute;
	left: 50%;
	top: 16px;
	width: 70px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}
.step-loading .loading {
	position: relative;
	transform: inherit;
}
.loading {
  left: 50%;
  top: 50%;
  font-family: sofia-pro, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 100;
  text-align: left;
  text-transform: capitalize;
  position: absolute;
  overflow: hidden;
  transform: translate(-50%, -60%);
}
.loading:before {
  color: #aaa;
  content: attr(data-loading-text);
}
.loading:after {
  top: 0;
  left: 0;
  width: 0;
  opacity: 1;
  color: #C1A783;
  overflow: hidden;
  position: absolute;
  content: attr(data-loading-text);
  -webkit-animation: loading 3s infinite;
          animation: loading 3s infinite;
}
@-webkit-keyframes loading {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes loading {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

/**
 * ==============================================
 * Dot Typing
 * ==============================================
 */
.wave {
	font-size: 0;
	line-height: normal;
	position: relative;
	margin-bottom: 5px;
	text-align: center;
}
.wave .dot {
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 5px;
	margin: 0 3px;
	background: #C1A783;
	animation: wave 1.3s linear infinite;
}
.wave .dot:nth-child(2) {
  animation-delay: -1.1s;
}
.wave .dot:nth-child(3) {
  animation-delay: -0.9s;
}

@keyframes wave {
  0%, 60%, 100% {
    transform: initial;
  }
  30% {
    transform: translateY(-10px);
  }
}
.sphere {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin: 10px 5px;
    display: inline-block;
    position: relative;
    -webkit-transform: scale(.3);
    -moz-transform: scale(.3);
    transform: scale(.3);
    z-index: -1;
    background: #C1A783;
}
#sphere1{
    -webkit-animation: scale-1 2s 0s infinite;
    -moz-animation: scale-1 2s 0s infinite;
    animation: scale-1 2s 0s infinite;
}
#sphere2 {
    -webkit-animation: scale-2 2s .2s infinite;
    -moz-animation: scale-2 2s .2s infinite;
    animation: scale-2 2s .2s infinite;
}
#sphere3 {
    -webkit-animation: scale-3 2s .4s infinite;
    -moz-animation: scale-3 2s .4s infinite;
    animation: scale-3 2s .4s infinite;
}

#sphere4 {
    -webkit-animation: scale-4 2s .6s infinite;
    -moz-animation: scale-4 2s .6s infinite;
    animation: scale-4 2s .6s infinite;
}
@-webkit-keyframes scale-1 {
    0%       { -webkit-transform: scale(.3); -moz-transform: scale(.3); transform: scale(.3); }
    35%, 65% { -webkit-transform: scale(1); -moz-transform: scale(1); transform: scale(1); }
    65%, 100%{ -webkit-transform: scale(.3); -moz-transform: scale(.3); transform: scale(.3); }
}
@keyframes scale-1 {
    0%       { -webkit-transform: scale(.3); -moz-transform: scale(.3); transform: scale(.3); }
    35%, 65% { -webkit-transform: scale(1); -moz-transform: scale(1); transform: scale(1); }
    65%, 100%{ -webkit-transform: scale(.3); -moz-transform: scale(.3); transform: scale(.3); }
}
@-webkit-keyframes scale-2 {
    0%       { -webkit-transform: scale(.3); -moz-transform: scale(.3); transform: scale(.3); }
    35%, 65% { -webkit-transform: scale(1); -moz-transform: scale(1); transform: scale(1); }
    65%, 100%{ -webkit-transform: scale(.3); -moz-transform: scale(.3); transform: scale(.3); }
}
@keyframes scale-2 {
    0%       { -webkit-transform: scale(.3); -moz-transform: scale(.3); transform: scale(.3); }
    35%, 65% { -webkit-transform: scale(1); -moz-transform: scale(1); transform: scale(1); }
    65%, 100%{ -webkit-transform: scale(.3); -moz-transform: scale(.3); transform: scale(.3); }
}
@-webkit-keyframes scale-3 {
    0%       { -webkit-transform: scale(.3); -moz-transform: scale(.3); transform: scale(.3); }
    35%, 65% { -webkit-transform: scale(1); -moz-transform: scale(1); transform: scale(1); }
    65%, 100%{ -webkit-transform: scale(.3); -moz-transform: scale(.3); transform: scale(.3); }
}
@keyframes scale-3 {
    0%       { -webkit-transform: scale(.3); -moz-transform: scale(.3); transform: scale(.3); }
    35%, 65% { -webkit-transform: scale(1); -moz-transform: scale(1); transform: scale(1); }
    65%, 100%{ -webkit-transform: scale(.3); -moz-transform: scale(.3); transform: scale(.3); }
}
@-webkit-keyframes scale-4 {
    0%       { -webkit-transform: scale(.3); -moz-transform: scale(.3); transform: scale(.3); }
    35%, 65% { -webkit-transform: scale(1); -moz-transform: scale(1); transform: scale(1); }
    65%, 100%{ -webkit-transform: scale(.3); -moz-transform: scale(.3); transform: scale(.3); }
}
@keyframes scale-4 {
    0%       { -webkit-transform: scale(.3); -moz-transform: scale(.3); transform: scale(.3); }
    35%, 65% { -webkit-transform: scale(1); -moz-transform: scale(1); transform: scale(1); }
    65%, 100%{ -webkit-transform: scale(.3); -moz-transform: scale(.3); transform: scale(.3); }
}
/* @-webkit-keyframes scale-2 {
    0%       { -webkit-transform: scale(.3);}
    35%, 65% { -webkit-transform: scale(1);}
    65%, 100%{ -webkit-transform: scale(.3);}
}

@-webkit-keyframes scale-3 {
    0%       { -webkit-transform: scale(.3);}
    35%, 65% { -webkit-transform: scale(1);}
    65%, 100%{ -webkit-transform: scale(.3);}
}

@-webkit-keyframes scale-4 {
    0%       { -webkit-transform: scale(.3);}
    35%, 65% { -webkit-transform: scale(1);}
    65%, 100%{ -webkit-transform: scale(.3);}
} */
.hd-link{
	line-height: 24px;
	font-size: 14px;
	color: #000;
}
.hd-link svg{
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	stroke: #C1A783;
}
section.ccpa .form {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: auto;
	padding: 60px;
	border: 1px solid #eee;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
section.ccpa .form > p {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 10px;
}
section.ccpa .form select {
	width: 100%;
	/* padding: 5px 10px;
	border: 1px solid #D9EAF2; */
	outline: 0;
	margin-bottom: 20px;
	/* font-size: 16px; */
}
section.ccpa .form select:focus {
	outline: 0;
}
section.ccpa .form select option {
	font-size: 16px;
	max-width: 100%;
}
section.ccpa .form > label {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 20px 1fr;
	grid-template-columns: 20px 1fr;
	gap: 10px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	line-height: 30px;
	margin-bottom: 5px;
}
section.ccpa .form > label input[type="checkbox"] {
	display: block;
	-webkit-appearance: revert;
	-moz-appearance: revert;
	appearance: revert;
	position: relative;
}
section.ccpa .form > label input[type="checkbox"]::after {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #fff;
	border: 1px solid #838f95;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: 0.1s ease-in;
	transition: 0.1s ease-in;
}
section.ccpa .form > label input[type="checkbox"]:checked::after {
	content: '\2713';
	color: #C1A783;
	border: 1px solid #C1A783;
	font-size: 16px;
}
section.ccpa .form > label p {
	font-size: 16px;
	line-height: normal;
}
section.ccpa .form > label:last-child {
	margin-bottom: 30px;
}
section.ccpa .form p.last {
	margin-top: 20px;
}
section.ccpa .form .inputs {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-column-gap: 50px;
	column-gap: 50px;
	row-gap: 40px;
	margin-top: 50px;
}
section.ccpa .form .inputs input {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 261px;
	flex: 1 1 261px;
	max-width: 100%;
	/* border: none; */
	outline: 0;
	/* border-bottom: 1px solid #e2ebef;
	padding: 5px 20px;
	font-size: 16px; */
	color: #4a4a4a;
}
section.ccpa .form .inputs input.address {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 800px;
	flex: 1 1 800px;
	max-width: 100%;
}
section.ccpa .form .inputs input:focus {
	outline: 0px;
}
section.ccpa .form .inputs input::-webkit-input-placeholder {
	font-size: 16px;
	color: #60606f;
}
section.ccpa .form .inputs input:-ms-input-placeholder {
	font-size: 16px;
	color: #60606f;
}
section.ccpa .form .inputs input::-ms-input-placeholder {
	font-size: 16px;
	color: #60606f;
}
section.ccpa .form .inputs input::placeholder {
	font-size: 16px;
	color: #60606f;
}
section.ccpa .form button {
	margin-top: 40px;
	width: 100%;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 10px;
	border: none;
	outline: 0;
	color: white;
	background-color: #C1A783;
	font-weight: 100;
	cursor: pointer;
	-webkit-transition: 0.4s all;
	transition: 0.4s all;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
section.ccpa .form button:focus {
	outline: 0;
	border: 0;
}
section.ccpa .form button:hover {
	-webkit-transform: scale(0.98);
	transform: scale(0.98);
}

section.contact {
	position: relative;
}
section.contact > img {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 300px;
	flex: 1 1 300px;
	height: 100%;
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
section.contact form {
	max-width: 600px;
	margin: 0 auto 50px auto;
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}
section.contact form > div input, section.contact form > div textarea {
	position: relative;
	max-width: 100%;
	outline: 0px;
	border: 1px solid #E3E3E3;
	border-radius: 5px;
	padding: 10px 30px;
	line-height: 32px;
	font-size: 16px;
	color: #707070;
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
	margin-top: 10px;
}
section.contact form > div input {
	width: 450px;
}
section.contact form > div input::-webkit-input-placeholder, section.contact form > div textarea::-webkit-input-placeholder {
	line-height: 32px;
	font-size: 16px;
	color: #ADADAD;
}
section.contact form > div input:-ms-input-placeholder, section.contact form > div textarea:-ms-input-placeholder {
	line-height: 32px;
	font-size: 16px;
	color: #ADADAD;
}
section.contact form > div input::-ms-input-placeholder, section.contact form > div textarea::-ms-input-placeholder {
	line-height: 32px;
	font-size: 16px;
	color: #ADADAD;
}
section.contact form > div input::placeholder, section.contact form > div textarea::placeholder {
	line-height: 32px;
	font-size: 16px;
	color: #ADADAD;
}
section.contact form > div input:focus, section.contact form > div textarea:focus {
	outline: 0px;
	border: 1px solid #707070;
}
section.contact form > div textarea {
	width: 100% !important;
	min-width: 300px;
}
section.contact form button {
	width: 100%;
	max-width: 400px;
	border-radius: 5px;
	background-color: #C1A783;
	color: #FFFFFF;
	font-size: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px 0px;
	outline: 0px;
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
	border: 0px;
	cursor: pointer;
}
section.contact form button:hover {
	-webkit-transform: scale(0.98);
	transform: scale(0.98);
}
section.contact form button:focus, section.contact form button:active {
	outline: 0px;
}
section.contact .img-sec {
	width: 100%;
	text-align: center;
}
section.contact .img-sec img {
	margin-bottom: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	max-width: 600px;
}
.installers h2 {
	margin-bottom: 20px;
}
.installers .content {
	position: relative;
	max-width: 1000px;
	width: 100%;
	margin: auto;
}
section.installers p {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 10px;
}
section.installers h3 {
	margin-top: 30px;
}
section.installers > ul {
	padding: revert;
	margin-bottom: 20px;
}
section.installers > ul li {
	list-style: disc;
	font-size: 16px;
	line-height: 30px;
}
section.installers .locations {
	width: 100%;
	padding: 30px;
	margin-bottom: 20px;
	background: #EFF7FF;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}
section.installers .locations:last-child {
	margin-bottom: 0;
}
section.installers .locations h2 {
	font-size: 16px;
	font-weight: 100;
	line-height: normal;
	border-bottom: 1px solid #CEE1E3;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
section.installers .locations ul {
	display: -ms-grid;
	display: grid;
	position: relative;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-column-gap: 50px;
	column-gap: 50px;
	row-gap: 10px;
	-ms-grid-columns: (minmax(200px, 1fr))[auto-fit];
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	margin: 0;
}  
section.installers .locations ul li {
	list-style: none;
	font-size: 16px;
	max-width: 100%;
	padding: 0px;
}

/* Form steps start */
.steps-wrapper h2,
.steps-wrapper .h2 {
    font-weight: 700;
}
.steps-wrapper .blue-btn {
    max-width: 268px;
}
.progress-wrapper {
    padding: 12px 0 0 0;
    text-align: center;
}
.progress-wrapper p {
    font-size: 12px;
    color: #4A4A4A;
    font-weight: 700;
    margin-bottom: 0;
}
.progress {
    width: 100%;
    max-width: 780px;
    background-color: #F2F2F2;
    padding: 6px 0;
    position: relative;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
}
.progress .progress-bar {
    position: absolute;
    width: 0;
    max-width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #C1A783;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.select-wrapper {
    font-size: 0;
    margin-bottom: 30px;
}
.select-wrapper:last-child {
    margin-bottom: 0;
}
.select-wrapper * {
    font-size: 16px;
}
.custom-radio-icon {
	min-width: 180px;
    display: inline-block;
    margin: 0 12px 25px 12px;
    vertical-align: top;
}
.custom-radio-icon input[type="radio"] {
    display:none !important;
}
.custom-radio-icon input[type="radio"] + label {
    font-size: 18px;
    color: #444;
    font-weight: 100;
    text-transform: capitalize;
    border: 2px solid #EFF7FF;
    min-height: 180px;
    padding: 30px;
    display: block;
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.custom-radio-icon input[type="radio"] + label .icon {
    display: block;
    min-height: 80px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items:center;
    -webkit-align-items:center;
    -ms-align-items:center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
}
.custom-radio-icon input[type="radio"] + label .icon img {
    display: block;
    margin: 0 auto;
}
.custom-radio-icon input[type="radio"] + label:before,
.custom-radio-icon input[type="radio"] + label:after {
    display: none;
}
.custom-radio-icon:hover input[type="radio"] + label,
.custom-radio-icon input[type="radio"]:checked + label {
    border-color: #C1A783;
    color: #C1A783;
}

.custom-radio-style {
    display: block;
    margin-bottom: 12px;
}
.custom-radio-style:last-child {
    margin-bottom: 0;
}
.custom-radio-style input[type="radio"] {
    display:none !important;
}
.custom-radio-style input[type="radio"] + label {
    font-size: 16px;
    color: #4A4A4A;
    font-weight: 100;
    text-align: left;
    text-transform: capitalize;
    border: 1px solid #D6D6D6;
    padding: 20px 20px 20px 45px;
    display: block;
    cursor: pointer;
    position: relative;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.custom-radio-style input[type="radio"]:checked + label {
    border-color: #83CC86;
}
.custom-radio-style input[type="radio"] + label:before,
.custom-radio-style input[type="radio"] + label:after {
    pointer-events: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-transition:all 0.3s ease-in;
    -moz-transition:all 0.3s ease-in;
    -o-transition:all 0.3s ease-in;
    transition:all 0.3s ease-in;
}
.custom-radio-style input[type="radio"] + label:before {
    position: absolute;
    top: 21px;
    left: 20px;
    content: "";
    width: 16px;
    height: 16px;
    margin: 0;
    cursor:pointer;
    background: #fff;
    border:1px solid #E0E0E0;
}
.custom-radio-style input[type="radio"]:checked + label:before {
    border-color: transparent;
    background: #C1A783;
}
.custom-radio-style input[type="radio"] + label:after {
    position: absolute;
    content: "";
    top: 25px;
    left: 24px;
    width: 8px;
    height: 8px;
    background: #fff;
    opacity: 0;
}
.custom-radio-style input[type="radio"]:checked + label:after {
    opacity: 1;
}
.rangeslider-block {
    max-width: 550px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.rangeslider-tooltip {
    font-size: 26px;
    font-weight: 400;
    color: #4A4A4A;
    line-height: normal;
    display: block;
    margin-top: 10px;
    position: relative;
}
.rangeslider-wrapper {
    position: relative;
    margin-top: 20px;
}
.rangeslider {
    display: block;
    /*overflow: hidden;*/
    position: relative;
    height: 48px;
    width: 100%;
}
.rangeslider::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -4px;
    height: 12px;
    width: 100%;
    background: #F3F7FB;
    display: block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.rangeslider__fill {
    display: block;
    background: #83CC86;
    position: absolute;
    height: 12px;
    top: 50%;
    margin-top: -4px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.rangeslider__handle {
    background: #83CC86 url(../images/combined-arrow.svg) center center no-repeat;
    cursor: pointer;
    display: inline-block;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    touch-action: pan-y;
    -ms-touch-action: pan-y;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    border-radius: 48px;
}
.sliderLegend {
    position: absolute;
    width: 100%;
    top: 13px;
    font-size: 16px;
    font-weight: 700;
}
.sliderLegend .sliderLegendItem--start {
    left: -82px;
    position: absolute;
    font-weight: 700;
}
.sliderLegend .sliderLegendItem--end {
    right: -98px;
    position: absolute;
    font-weight: 700;
}
.show-br-mob br {
	display: none;
}
.steps-wrapper .step-item {
	min-height: 550px;
}
.step-item .title h6 {
	font-weight: 400;
}
.step-item .primary-btn,
.step-item .secondary-btn {
	min-width: 200px;
	max-width: 100%;
}
.step-item {
    padding: 35px 0 40px 0;
}
.step-item.thankyou {
	padding-bottom: 0;
}
.steps-wrapper .thankyou .blue-btn {
	max-width: 600px;
}
.thankyou h2 span {
	color: #C1A783;
}
.thankyou .brand-logo {
	display: inline-block;
	margin: 20px 0;
}
.thankyou .brand-logo img {
	max-height: 40px;
	display: block;
	margin: 0 auto;
}
/* Form steps end */

@media screen and (max-width: 1199px) {
	h1, .h1 {
		font-size: 50px;
		line-height: 54px;
	}
	h2, .h2 {
		font-size: 42px !important;
		line-height: 44px !important;
	}
	.wrapper {
		padding-top: 64px;
	}
	.logo a img {
		width: 100px;
	}
	.logo a .logo-text {
		font-size: 24px;
	}
	.main-banner .left-block {
		width: 100%;
		order: 2;
	}
	.main-banner .left-block .title {
		display: none;
	}
	.main-banner .right-block {
		width: 100%;
		order: 1;
		margin-bottom: 30px;
	}
	.main-banner .right-block .title {
		display: block;
		margin-bottom: 20px;
	}
	.faq-section::before {
		width: 400px;
		height: 235px;
	}
	.faq-section::after {
		right: -80px;
		width: 200px;
		height: 200px;
	}
	.own-system-row .image-block {
		padding-left: 50px;
	}
	.own-system-row .image-block .image {
		max-width: 100%;
	}
	.go-solar-section .go-solar-row .image-block {
		width: 60%;
		margin: 0;
	}
	.go-solar-section .go-solar-row .content-block {
		width: 40%;
	}
	.testimonial-left-block {
		max-width: 100%;
	}
	.testimonial-slider {
		width: 100%;
		margin: 0;
	}
}
@media screen and (max-width: 1023px) {
	.s-pt,
	.s-py {
	    padding-top: 50px !important;
	}
	.s-pb,
	.s-py {
	    padding-bottom: 50px !important;
	}
	.container {
		padding-left: 30px;
		padding-right: 30px;
	}
	body.home .site-header {
		padding: 24px 0;
	}
	body.home .site-header.fixed {
		padding: 14px 0;
	}
	.work-companies-row {
		-webkit-flex-direction: inherit;
		-ms-flex-direction: inherit;
		flex-direction: inherit;
	}
	.work-companies-row .left-block {
		width: 100%;
		max-width: 100%;
		order: 2;
	}
	.work-companies-row .right-block {
		width: 100%;
		max-width: 100%;
		order: 1;
		margin-bottom: 30px;
	}
	.work-about-section.s-pb {
		padding-bottom: 0 !important;
	}
	.work-about-row .left-block {
		width: 100%;
		max-width: 100%;
		order: 2;
	}
	.work-about-row .right-block {
		width: 100%;
		max-width: 100%;
		order: 1;
		margin-bottom: 30px;
	}
	.own-system-row .image-block {
		width: 100%;
		order: 2;
	}
	.own-system-row .image-block .image {
		margin: 0 auto;
	}
	.own-system-row .content-block {
		width: 100%;
		max-width: 100%;
		order: 1;
		margin-bottom: 30px;
	}
	.go-solar-section .go-solar-row .image-block {
		order: 2;
		width: 100%;
	}
	.go-solar-section .go-solar-row .image-block img {
		margin: 0 auto;
	}
	.go-solar-section .go-solar-row .content-block {
		order: 1;
		width: 100%;
		margin: 0 auto 30px auto;
	}
}
@media screen and (max-width: 767px) {
	h1, .h1 {
		font-size: 44px;
		line-height: 48px;
	}
	.show-br-mob br {
		display: inline-block;
	}
	.hd-link {
		font-size: 0;
	}
	.accordian-item .accordian-title {
		padding: 18px 70px 18px 20px;
	}
	.accordian-item .content {
		padding: 0 20px 20px 20px;
	}
	.solar-availability-block {
		padding: 30px;
	}
	.solar-availability-block .solar-availability-row .solar-availability-col-1,
	.solar-availability-block .solar-availability-row .solar-availability-col-2 {
		width: 50%;
	}
	.solar-availability-block .solar-availability-row .solar-availability-col-2 .image-block::before {
		display: none;
	}
	.solar-availability-block .solar-availability-row .image-block img {
		margin: 0 auto;
	}
	.solar-availability-block .solar-availability-row .solar-availability-col-3 {
		width: 100%;
		margin-top: 30px;
	}
	.solar-availability-block .seia-block .image {
		margin: 0 auto 20px auto;
	}
	.solar-availability-block .seia-block p {
		width: 100%;
		text-align: center;
	}
	.solar-availability-block .seia-block p br {
		display: none;
	}
	.testimonial-slider {
		padding: 0 10px;
	}
	.testimonial-slider .slide {
		padding: 20px 0;
	}
	.testimonial-slider .slide .testimonial-content {
		padding: 20px;
		-webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.1);
		box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.1);
	}
	.testimonial-slider .slide .testimonial-img {
		position: relative;
		width: 60px;
		height: 60px;
		margin: 0 auto 20px auto;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.testimonial-slider-arrow {
		margin: 0 auto;
	}
	.testimonial-slider-arrow .swiper-button-next,
	.testimonial-slider-arrow .swiper-button-prev {
		-webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.1);
		box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.1);
	}
	.site-footer .logo-shape {
		height: 60%;
	}
	section.ccpa .form {
		padding: 30px;
	}
	section.ccpa .form .inputs {
		margin-top: 20px;
		-webkit-column-gap: 20px;
		column-gap: 20px;
		row-gap: 20px;
	}
}
@media screen and (max-width: 567px) {
	.title {
		margin-bottom: 20px;
	}
	h1, .h1 {
		font-size: 36px;
		line-height: 40px;
	}
	h2, .h2 {
		font-size: 30px !important;
		line-height: 32px !important;
	}
	h3, .h3 {
		font-size: 26px;
	}
	h4, .h4 {
		font-size: 22px;
	}
	h5, .h5 {
		font-size: 18px;
	}
	h6, .h6 {
		font-size: 16px;
	}
	.s-pt,
	.s-py {
	    padding-top: 40px !important;
	}
	.s-pb,
	.s-py {
	    padding-bottom: 40px !important;
	}
	.s-pt-half,
	.s-py-half {
		padding-top: 30px !important;
	}
	.s-pb-half,
	.s-py-half {
		padding-bottom: 30px !important;
	}
	.mb-32 {
		margin-bottom: 16px !important;
	}
	.text-field {
		font-size: 18px;
		padding: 14px 24px;
	}
	.primary-btn, .secondary-btn {
		font-size: 18px;
		padding: 16px 32px;
	}
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.logo a img {
		width: 100px;
	}
	.logo a .logo-text {
		font-size: 18px;
		padding-left: 6px;
	}
	.main-banner {
		padding: 100px 0 40px 0;
	}
	.main-banner .right-block .box {
		padding: 30px;
	}
	.page-title {
		padding: 30px 0;
	}
	.page-title h1 {
		font-size: 30px;
		line-height: 1.2;
		margin-bottom: 8px;
	}
	.page-title h5 {
		font-size: 16px;
	}
	.select-wrapper {
		margin-left: -5px;
		margin-right: -5px;
	}
	.custom-radio-icon {
		max-width: inherit;
		min-width: inherit;
		width: calc(50% - 10px);
		margin: 0 5px 10px 5px;
	}
	.custom-radio-icon input[type="radio"] + label {
		padding: 20px 10px;
		min-height: 160px;
	}
	.custom-radio-icon input[type="radio"] + label .icon {
		max-width: 60px;
		margin: 0 auto 10px auto;
	}
	.mx-300 {
		max-width: 100%;
	}
}
@media screen and (max-width: 411px) {
	.main-banner .right-block .box {
		padding: 20px;
	}
	section.ccpa .form {
		padding: 20px;
	}
	section.installers .locations {
		padding: 20px;
	}
	section.installers .locations ul {
		row-gap: 5px;
	}
}

/* new css */
h1 span:first-child {
	color: #112F4E;
}
h1 span:nth-child(2) {
	color: #C1A783;
}
h2 span:first-child {
color: #C1A783;
}
h2 span:nth-child(2) {
color: #112F4E;
}
h2.text-secondary,.text-primary {
	color: #0A0C10;
}
.text-field {
	border: 2px solid #E7F1F9;
}
.primary-btn, .secondary-btn {
	background: #1E377C;
}
.primary-btn:hover, .secondary-btn:hover {
background: #C1A783 !important;
}

.accordian-item.open,.accordian-item:hover{
	border-color: #112F4E;
}
.testimonial-slider-arrow .swiper-button-next:hover, .testimonial-slider-arrow .swiper-button-prev:hover {
	background-color: #112F4E;
}
.testimonial-slider-arrow .swiper-button-next::after, .testimonial-slider-arrow .swiper-button-prev::after {
	color: #112F4E;
}
.faq-section::before {
	background-image: url("../images/sec-2-left.svg");
}
.faq-section::after {
	background-image: url("../images/sec-2-right.svg");
}
.grid {
	position: relative;
	width: 100%;
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(auto-fit,minmax(150px,260px));
	margin-top: 60px;
	justify-content: center;
}
.grid .grid-item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-radius: 13px;
	background-color: #FFFFFF;
	gap: 68px;
	padding: 37px;
	padding-top: 91px;
} 
@media screen and (max-width:768px) {
	.grid .grid-item {
		padding: 20px;
		gap: 15px;
		padding-top: 30px;
	}
}
.grid .grid-item p {
	font-size: 22px;
	line-height: 27px;
	max-width: 100%;
	text-align: center;
	font-weight: 500;
	color: #112F4E;
}
.grid .grid-item:nth-child(2) p {
	color: #C1A783;
}
.grid .grid-item:nth-child(3) p {
	color: #C1A783;
}
.grid .grid-item:last-child p {
	color: #1A1818;
}

.check-list li::before {
	background-image: url("../images/check-icon.svg");
}
.check-list li {
	color: #112F4E;
}
.site-footer{
	background-color: #112F4E;
}
.hd-link svg {
	stroke: #112F4E;
}
.main-banner {
	position: relative;
}
.main-banner::before {
	content: url("../images/sec-1-back.svg");
	position: absolute;
	top: 30px;
	right: 12px;
	z-index: -1;
}
.work-companies-row .right-block {
	max-width: 565px;
	padding-right: 0px;
}
.work-companies-row .left-block,.own-system-row .image-block {
	max-width: 510px;
}
.own-system-row .content-block {
	max-width: 590px;
}
.go-solar-section .go-solar-row .content-block {
	max-width: 573px;
}
.go-solar-section .go-solar-row .image-block {
    width: calc(100% - 550px);
}
.go-solar-section .go-solar-row p {
	text-align: center;
	max-width: 463px;
	margin-inline: auto;
	position: relative;
}

.go-solar-section,.solar-availability-section {
	background-color: #EFF7FF;
}
.main-banner {
	border-bottom-color: #EFF7FF;
}

/* new csss */
