* {
  margin: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  box-sizing: border-box;
  font-family: Montserrat;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Montserrat;
}

a:focus {
  -moz-outline-style: none;
  outline: none;
}

input[type=file]::-webkit-file-upload-button {
  cursor: pointer;
}

input[type=file]::-moz-file-upload-button {
  cursor: pointer;
}

input[type=file]::-ms-file-upload-button {
  cursor: pointer;
}

input[type=file]::-o-file-upload-button {
  cursor: pointer;
}

input[type=file] {
  cursor: pointer;
}

html body {
  font-weight: normal;
  overflow-x: hidden;
  background: #fff;
  padding: 0;
  font-family: Montserrat;
}

*::-moz-selection {
  color: #fff;
  background: #21A498;
}

*::selection {
  color: #fff;
  background: #21A498;
}

*::-moz-selection {
  color: #fff;
  background: #21A498;
}

*::-webkit-selection {
  color: #fff;
  background: #21A498;
}

*::-ms-selection {
  color: #fff;
  background: #21A498;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  font-family: Montserrat;
  border: 0;
  outline: 0;
  font-size: 100%;
}

b,
strong {
  font-weight: 600;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  font-family: Montserrat;
  display: block;
}

a,
div a:hover,
div a:active,
div a:focus,
button {
  text-decoration: none;
  transition: all 0.5s ease 0s;
}

a,
span,
div a:hover,
div a:active,
button {
  text-decoration: none;
}

*::after,
*::before,
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body a {
  font-family: Montserrat;
  font-weight: normal;
  color: #000;
  text-decoration: none;
  outline: none !important;
}

body a:focus {
  outline: none !important;
}

body a:hover {
  color: #21A498;
  outline: none !important;
}

table {
  font-family: Montserrat;
  border-collapse: collapse;
  border-spacing: 0;
}

ul,
li {
  font-family: Montserrat;
  list-style: none;
}

input,
select,
textarea,
.site textarea {
  font-family: Montserrat;
  font-weight: normal;
  width: 100%;
  background: #fff;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: Montserrat;
  font-weight: normal;
  color: #000;
  margin: 0;
}

body h1 {
  color: #000;
  font-size: 72px;
  font-weight: 500;
  line-height: 108.333%;
  letter-spacing: -0.72px;
}

body h1 strong,
body h2 strong {
  color: #21A498;
}

body h2 strong {
  font-weight: 700;
}

body h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -1.2px;
}

img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  outline: none !important;
}

body p {
  color: #000;
  font-weight: normal;
  font-size: 18px;
  line-height: 180%;
  margin: 0 0 15px 0;
  text-align: left;
  display: block;
  font-family: Montserrat;
}

body p a {
  color: #21A498;
  font-weight: 900;
}

body p:last-of-type {
  margin-bottom: 0;
}

.padding {
  padding: 100px 0;
}

iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  left: -130px;
  right: auto;
  top: 50%;
  font-size: 0;
  margin: auto;
  bottom: auto;
  width: 110px;
  height: 54px;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  transform: rotate(180deg);
}

.owl-carousel .owl-nav button.disabled {
  opacity: 0.5;
}

.owl-carousel .owl-nav button.owl-next {
  left: auto !important;
  right: -130px;
  transform: rotate(0deg);
}

.owl-carousel .owl-nav button.owl-prev::before,
.owl-carousel .owl-nav button.owl-next::before {
  position: absolute;
  content: "";
  background: url("../images/owl-arrow.svg") no-repeat;
  background-size: contain;
  height: 23px;
  width: 37px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.owl-dots {
  text-align: center;
  margin: 0 0 20px;
}

.owl-dots button {
  height: 6px;
  width: 32px;
  background: #CFCFCF !important;
  border-radius: 50px;
  padding: 0;
  border: 0;
  transition: unset;
  margin: 0 5px;
}

.owl-dots button.active {
  background: #21A498 !important;
  transition: unset;
  position: relative;
}

.owl-dots button span {
  display: none;
}

.gform_wrapper .gform_heading {
  display: none;
}

.gform_wrapper.gravity-theme form {
  position: relative;
}

.gform_wrapper .gfield input:not(.gfield-choice-input),
.gform_wrapper .gfield select,
.gform_wrapper .gfield textarea {
  background: #FFF;
  height: 60px;
  line-height: 60px;
  padding: 0 30px !important;
  color: #000;
  font-size: 17px !important;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 6px;
  border: 0 !important;
}

.gform_wrapper .gfield select {
  cursor: pointer;
}

.gform_wrapper .gfield .ginput_container_select::before {
  position: absolute;
  content: "";
  background-image: url("../images/down-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 9px;
  left: auto;
  right: 24px;
  top: 27px;
  filter: brightness(0) saturate(100%) invert(11%) sepia(24%) saturate(246%) hue-rotate(62deg) brightness(99%) contrast(92%);
  pointer-events: none;
}

.gform_wrapper .gfield textarea {
  height: 100px !important;
  line-height: normal !important;
  padding: 12px 17px 0 !important;
  resize: none;
  overflow-y: auto;
}

.gform_wrapper .gfield div.ginput_container {
  background-color: transparent;
  width: 100%;
}

.gform_wrapper::-webkit-input-placeholder,
.gform_wrapper:-ms-input-placeholder,
.gform_wrapper::placeholder {
  color: #999 !important;
  opacity: 1 !important;
}

.gform_wrapper .gform_footer {
  padding: 0 !important;
  margin-top: 50px !important;
  width: 100%;
  position: relative;
}

.gform_wrapper .gform_footer img {
  display: none !important;
}

.gform_wrapper .gform_footer::before {
  position: absolute;
  content: "";
  background: url(../images/cross-arrow.svg) no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  display: inline-block;
  left: 100px;
  top: 24px;
  z-index: 12;
}

.gform_wrapper .gfield div.ginput_container {
  position: relative;
}

.gform_wrapper .gform_footer .gform_button {
  text-align: center;
  background: #F7941D;
  border: 0px;
  line-height: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 11;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  margin: 0 auto !important;
  width: -moz-max-content;
  width: max-content;
  padding: 20px 120px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.48px;
  border-radius: 4px;
}

.gform_wrapper .gform_footer .gform_button:hover {
  background: #21A498;
}

.gform_wrapper input::-webkit-outer-spin-button,
.gform_wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

.gform_wrapper input[type=number] {
  -moz-appearance: textfield !important;
}

.gform_wrapper select {
  color: #757575 !important;
}

.gform_validation_errors {
  background: transparent !important;
  border: 1px solid #000 !important;
  margin: 15px 0 !important;
  padding: 0 !important;
  text-align: center;
  height: auto !important;
  line-height: normal;
  box-shadow: unset !important;
}

.gform_validation_errors h2.gform_submission_error {
  padding: 10px !important;
  font-size: 12px !important;
  line-height: 120% !important;
  background: transparent;
  font-weight: bold !important;
  margin-top: 0px !important;
  letter-spacing: 0.4px;
  color: #000 !important;
  text-align: center;
  margin: 0 !important;
}

.gform_validation_errors span.gform-icon.gform-icon--close {
  display: none !important;
}

.gfield_validation_message {
  background: transparent !important;
  border: 0 !important;
  font-size: 13px !important;
  padding: 0 !important;
  color: #000 !important;
  font-weight: bold;
  letter-spacing: 0.5px !important;
}

.instruction.validation_message {
  display: none;
}

.gform_confirmation_message {
  display: none;
}

.gform_confirmation_message h3 {
  padding: 20px 0 0;
  font-weight: 600;
}

.gform_confirmation_message p {
  font-size: 18px !important;
  color: #2b3640;
}

.gform_wrapper.gravity-theme .gform_fields {
  grid-gap: 20px 15px !important;
  display: flex !important;
  flex-wrap: wrap !important;
}

.gform_wrapper .gform_fields .gfield:nth-child(1),
.gform_wrapper .gform_fields .gfield:nth-child(2),
.gform_wrapper .gform_fields .gfield:nth-child(8),
.gform_wrapper .gform_fields .gfield:nth-child(9) {
  width: 34%;
}

.gform_wrapper .gform_fields .gfield:nth-child(3),
.gform_wrapper .gform_fields .gfield:nth-child(5),
.gform_wrapper .gform_fields .gfield:nth-child(7) {
  width: 25%;
  margin-left: 53px;
}

.gform_wrapper .gform_fields .gfield:nth-child(4),
.gform_wrapper .gform_fields .gfield:nth-child(6) {
  width: 69.3%;
}

.gform_wrapper .gform_fields .gfield:nth-child(10) {
  width: 100%;
}

.gform_confirmation_message img {
  margin-left: 0;
}

.gform_confirmation_message h3 {
  padding: 10px 0 0;
  font-weight: 600;
  font-size: 30px;
  color: #fff;
}

.gform_confirmation_message p {
  line-height: normal;
  font-size: 18px;
  color: #2b3640;
}

.gform_wrapper .gfield legend {
  color: #fff;
  font-size: 17px !important;
}

.gform_wrapper .gfield .gfield_checkbox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  margin-top: 2px;
}

.gform_wrapper .gfield .gfield_checkbox > div {
  background: #fff;
  height: 60px;
  padding: 15px;
  display: flex;
  align-items: center;
  border-radius: 6px;
}

.gform_wrapper .gfield .gchoice input {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  margin-right: 10px;
}

.gform_wrapper .gfield .gchoice label {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
}

.btn-main {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.32px;
  padding: 15px 24px;
  background: #F7941D;
  border-radius: 4px;
  display: inline-block;
}

.btn-main:hover {
  background: #000;
  color: #fff;
}

.fixed {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

#header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  transition-property: all;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  -webkit-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  -moz-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  padding: 18px 0;
  background: transparent;
  margin: 0 auto;
}

#header .container {
  width: 100%;
  padding: 0 33px 0 52px;
}

#header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#header .wrapper .logo {
  width: 198px;
}

#header .wrapper ul#menu-header-menu {
  display: flex;
  align-items: center;
  margin: 0 -16px;
}

#header .wrapper ul#menu-header-menu > li {
  margin: 0 16px;
  position: relative;
}

#header .wrapper ul#menu-header-menu li a {
  color: #212A35;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

#header .wrapper ul#menu-header-menu li a:hover,
#header .wrapper ul#menu-header-menu li.active,
#header .wrapper ul#menu-header-menu li.current-menu-item > a,
#header .wrapper ul#menu-header-menu li.current-menu-ancestor > a,
#header .wrapper ul#menu-header-menu li.menu-has-children:hover > a,
#header .wrapper ul#menu-header-menu ul.sub-menu li a:hover {
  color: #F7941D !important;
}

#header .mobile-info-wrap {
  display: none;
}

#header .wrapper ul#menu-header-menu span.submenu-click-arrow {
  background: url("../images/ic-menu-dropdown-arrow-black.svg") no-repeat;
  display: block;
  width: 10px;
  height: 7px;
  position: absolute;
  left: auto;
  right: 0px;
  top: 7px;
  cursor: pointer;
  transition: all ease 0.5s;
  background-size: contain;
  pointer-events: none;
}

#header .wrapper ul#menu-header-menu > li:last-child {
  display: none;
}

#header .wrapper ul#menu-header-menu ul.sub-menu {
  background-color: #fff;
  width: 180px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 0;
  padding: 10px;
  top: 40px;
  transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.5s;
  -webkit-transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.3s;
  -moz-transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.3s;
  -o-transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.3s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transform-origin: top;
  border-radius: 5px;
}

#header .wrapper ul#menu-header-menu ul.sub-menu li {
  width: 100%;
  height: auto;
  margin: 0 0 5px;
  position: relative;
  padding: 0px;
  text-align: left;
}

#header .wrapper ul#menu-header-menu ul.sub-menu li:last-child {
  margin-bottom: 0 !important;
}

#header .wrapper ul#menu-header-menu ul.sub-menu li a {
  display: block;
  padding: 10px 10px;
  text-transform: initial;
  font-size: 15px;
  color: #21334c;
  font-weight: 600;
  transition: none;
  cursor: pointer;
}

#header .wrapper ul#menu-header-menu ul.sub-menu li:last-child a {
  border: 0;
}

#header .wrapper ul#menu-header-menu li.menu-item-has-children {
  padding-right: 20px;
}

#header .wrapper ul#menu-header-menu li.menu-item-has-children:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
}

#header .wrapper ul#menu-header-menu li.menu-item-has-children::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 20px;
  top: auto;
  bottom: -19px;
}

#header.fixed {
  background-color: #fff;
}

#header .wrapper a.search {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 4px;
  background: #21A498;
  vertical-align: middle;
  background-image: url(../images/search.svg);
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
}

html body .header-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #21A498;
  transform: scaleY(0);
  visibility: hidden;
  z-index: 999999;
  transition: all 0.7s ease-in-out;
  transform-origin: 0 0 0;
}

html.open body .header-search {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

html body .header-search .asp_w_container {
  max-width: 800px;
  position: absolute;
  height: 100%;
  margin: 0 auto;
  left: 0;
  top: 50%;
  right: 0;
  padding: 0 40px;
}

html body .header-search .close {
  position: fixed;
  top: 30px;
  right: 30px;
  margin: 0 auto;
  color: #fff;
  border-radius: 4px;
  border: none;
  opacity: 0.4;
  visibility: visible;
  padding: 0;
  width: 50px;
  font-size: 70px;
  font-weight: 300;
  cursor: pointer;
  background: transparent;
  transition: all 300ms;
  z-index: 1;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

html body .header-search .close:hover {
  transform: scale(1.2);
  opacity: 1;
}

html body .header-search #ajaxsearchpro1_1 {
  background-color: #FFF !important;
  background-image: unset !important;
}

html body .header-search #ajaxsearchpro1_1 input[type=search]::-moz-placeholder {
  color: #000 !important;
}

html body .header-search #ajaxsearchpro1_1 input[type=search]::placeholder,
html body .header-search #ajaxsearchpro1_1 input[type=search] {
  color: #000 !important;
}

html body .header-search #ajaxsearchpro1_1 button.promagnifier {
  background-color: #F7941D !important;
  background-image: unset;
}

html body #ajaxsearchprores1_1 {
  background: unset !important;
}

/**/
#header .res_navigation {
  cursor: pointer;
  display: none;
}

.res_navigation .nav-toggle {
  display: block;
  position: relative;
  transition: 0.3s ease;
  z-index: 9;
  width: 27px;
  height: 22px;
  top: 2px;
}

.res_navigation .nav-toggle span {
  position: absolute;
  height: 3px;
  border-radius: 10px;
  width: 100%;
  background: #000;
  left: auto;
  right: 0;
  top: 0;
}

.res_navigation .nav-toggle span:first-child,
.res_navigation .nav-toggle span:nth-child(2) {
  transition: 0.2s ease-in-out;
}

.res_navigation .nav-toggle span:nth-child(2) {
  top: 8px;
}

.res_navigation .nav-toggle span:last-child {
  top: 16px;
  transition: opacity 0.2s ease-in-out;
}

.res_navigation .nav-toggle.active {
  transform: rotate(45deg);
}

.res_navigation .nav-toggle.active span:first-child {
  transform: translateX(-3%) rotate(90deg);
  top: 8px;
}

.res_navigation .nav-toggle.active span:last-child {
  opacity: 0;
}

.for-mobile {
  display: none;
}

.container {
  width: 1430px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  float: none;
  padding: 0 15px;
}

html body .w-bottom-bar.w-css-reset {
  display: none !important;
}

html body .w-bottom-bar {
  display: block !important;
}

html body .w-bottom-bar.w-css-reset div[data-handle=wistiaLogo] {
  display: none !important;
}

html body .w-bottom-bar.w-css-reset .w-bottom-bar-lower > div:nth-child(2) > div {
  background: transparent !important;
}

html body .wistia_embed {
  width: 100% !important;
  height: 800px !important;
}

html body.home .wistia_embed {
  margin-top: 130px;
}

html body .wistia_embed video {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: top !important;
     object-position: top !important;
}

.banner {
  position: relative;
}

.banner::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: -340px;
  background: linear-gradient(180deg, rgba(242, 244, 249, 0.98) 57.33%, rgba(242, 244, 249, 0) 100%);
  height: 600px;
  z-index: 1;
  pointer-events: none;
}

.banner .container {
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  z-index: 1;
}

.banner p.sub-title,
.smart-solar p.sub-title {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.6px;
}

.smart-solar,
.powering-comunity {
  background-size: cover;
}

.smart-solar .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 60px;
  grid-gap: 30px;
}

.smart-solar .wrap .col1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}

.smart-solar .wrap .col1 img {
  border-radius: 20px;
}

.smart-solar .wrap .col1 .inner-right img:first-child {
  margin-bottom: 10px;
}

.smart-solar .wrap .col2 .single-box {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.smart-solar .wrap .col2 .single-box:last-child {
  margin: 0;
}

.smart-solar .wrap .col2 .single-box img {
  margin-right: 15px;
}

.smart-solar .wrap .col2 .single-box h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 103%;
  letter-spacing: -0.56px;
  margin: 0 0 15px;
}

.smart-solar .wrap .col2 .single-box p {
  color: #333;
  font-size: 22px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.22px;
}

.powering-comunity h2 {
  color: #fff;
}

.powering-comunity p.sub-title {
  color: #FFF;
  font-size: 30px;
  font-weight: 500;
  line-height: 136%;
  letter-spacing: -0.6px;
  margin: 20px auto 60px;
  width: 1016px;
}

.powering-comunity .box-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 37px;
}

.powering-comunity .box-wrap .img-wrap {
  position: relative;
  height: 294px;
}

.powering-comunity .box-wrap .img-wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 20px 0 0;
}

.powering-comunity .box-wrap .content {
  background: #fff;
  padding: 30px 40px;
  position: relative;
  border-radius: 0 0 20px 20px;
}

.powering-comunity .box-wrap .content::before,
.powering-comunity .box-wrap .content::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: -76px;
  height: 81px;
  background-image: url(../images/orange-shape.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.powering-comunity .box-wrap .content::after {
  background-image: url(../images/green-shap.png);
  opacity: 0;
  height: 82px;
}

.powering-comunity .box-wrap .content h3 {
  font-family: Montserrat;
  font-size: 34px;
  font-weight: 600;
  line-height: 88%;
  letter-spacing: -1.02px;
  margin-bottom: 30px;
}

.powering-comunity .box-wrap .content ul li {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  line-height: 136%;
  letter-spacing: -0.22px;
  padding: 0 0 10px 30px;
  position: relative;
}

.powering-comunity .box-wrap .content ul li::before,
.powering-comunity .box-wrap .content ul li::after {
  position: absolute;
  content: "";
  left: 0;
  height: 20px;
  width: 20px;
  background-image: url(../images/orange-check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 5px;
}

.powering-comunity .box-wrap .content ul li::after {
  background-image: url(../images/green-check.svg);
  opacity: 0;
}

.powering-comunity .box-wrap .single-box {
  position: relative;
}

.powering-comunity .box-wrap .single-box > a {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 1;
}

.powering-comunity .box-wrap .single-box > a:hover + .img-wrap + .content ul li::after,
.powering-comunity .box-wrap .single-box > a:hover + .img-wrap + .content::after {
  opacity: 1;
}

.powering-comunity .box-wrap .single-box > a:hover + .img-wrap + .content ul li::before,
.powering-comunity .box-wrap .single-box > a:hover + .img-wrap + .content::before {
  opacity: 0;
}

.edisun-diff {
  background-size: cover;
  background-position: left;
}

.edisun-diff .wrap {
  width: 986px;
  margin-left: auto;
}

.edisun-diff p.sub-title {
  color: #333;
  font-size: 30px;
  font-weight: 500;
  line-height: 136.667%;
  letter-spacing: -0.6px;
  padding-top: 10px;
}

.edisun-diff .box-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-top: 46px;
  grid-gap: 65px 51px;
  overflow: hidden;
}

.edisun-diff .box-wrap .single-box {
  display: flex;
  align-items: flex-start;
  position: relative;
}

.edisun-diff .box-wrap .single-box:first-child::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: -21px;
  background: #D3D5D8;
  height: 500px;
  width: 1px;
  pointer-events: none;
}

.edisun-diff .box-wrap .single-box:first-child::after {
  position: absolute;
  content: "";
  bottom: -29px;
  left: 0;
  background: #D3D5D8;
  height: 1px;
  width: 2000px;
  pointer-events: none;
}

.edisun-diff .box-wrap .single-box h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.84px;
  padding-bottom: 10px;
}

.edisun-diff .box-wrap .single-box p {
  color: #333;
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.22px;
}

.edisun-diff .box-wrap .single-box .content {
  padding-left: 18px;
}

.testimonial h2 {
  margin-bottom: 30px;
}

.testimonial ul.testimonial-slider li,
.customer-say .box {
  background-size: cover;
  display: flex;
  align-items: flex-end;
  padding: 0px 60px;
  margin-top: 40px;
  border-radius: 30px;
}

.testimonial ul.testimonial-slider li img,
.customer-say .box img {
  width: auto;
}

.testimonial ul.testimonial-slider li > img,
.customer-say .box > img {
  margin-top: -40px;
  margin-left: 0;
}

.testimonial ul.testimonial-slider li .content,
.customer-say .box .content {
  width: 780px;
  margin-left: 50px;
}

.testimonial ul.testimonial-slider li .text,
.customer-say .box .text {
  position: relative;
}

.testimonial ul.testimonial-slider li .text::before,
.customer-say .box .text::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 90px;
  height: 79px;
  background: url(../images/quote.svg) no-repeat;
  background-size: contain;
}

.testimonial ul.testimonial-slider li .text p,
.customer-say .box .text p {
  color: #FFF;
  font-size: 28px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: -0.56px;
  padding-right: 20px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #F7941D !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #F7941D !important;
}

.mCSB_scrollTools {
  opacity: 1 !important;
}

.testimonial ul.testimonial-slider li .bottom,
.customer-say .box .bottom {
  display: flex;
  justify-content: space-between;
  padding: 40px 0 30px;
  align-items: center;
}

.testimonial ul.testimonial-slider li p.designation,
.customer-say .box p.designation {
  color: #FFF;
  font-size: 22px;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.22px;
  position: relative;
  padding-left: 22px;
}

.testimonial ul.testimonial-slider li p.designation::before,
.testimonial ul.testimonial-slider li p.designation::after,
.customer-say .box p.designation::before,
.customer-say .box p.designation::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 3px;
  height: 48px;
  background: #F7941D;
}

.testimonial ul.testimonial-slider li p.designation::after,
.customer-say .box p.designation::after {
  background: rgba(255, 255, 255, 0.4);
  width: 1px;
  height: 30px;
  left: 0;
  top: 48px;
}

.testimonial ul.testimonial-slider li .bottom img,
.customer-say .box .bottom img {
  margin-right: 0;
}

.cta {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}

.cta .wrap {
  position: relative;
  z-index: 1;
  width: 520px;
}

.cta .wrap::before {
  position: absolute;
  content: "";
  top: -130px;
  bottom: -200px;
  right: 0;
  background: rgba(8, 107, 102, 0.8);
  width: 5000px;
  z-index: -1;
  pointer-events: none;
}

.cta .wrap h2 {
  color: #fff;
  line-height: 103%;
}

.cta .wrap p.sub-title {
  color: #FFF;
  font-size: 30px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.3px;
  padding: 20px 30px 30px 0;
}

.inner-banner {
  position: relative;
  min-height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
}

.inner-banner .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
}

.page-template-about .inner-banner .container {
  top: 40%;
  pointer-events: none;
}

.inner-banner .container h1 {
  color: #fff;
  padding-bottom: 10px;
}

.inner-banner .container p.sub-title {
  color: #FFF;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 136%;
  letter-spacing: -0.6px;
  margin-bottom: 20px;
}

.inner-banner .container .wrapper {
  width: 598px;
  position: relative;
  z-index: 1;
}

.inner-banner .container .wrapper::before {
  position: absolute;
  content: "";
  left: -5000px;
  right: -44px;
  top: -44px;
  bottom: -44px;
  border-radius: 0px 20px 20px 0px;
  opacity: 0.92;
  background: #12A59D;
  z-index: -1;
}

.our-commitment {
  min-height: 675px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.our-commitment .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.our-commitment .container .wrap {
  width: 560px;
  margin-left: auto;
  margin-right: 0;
}

.our-commitment .container .wrap h2 {
  padding-bottom: 10px;
}

.our-commitment .container .wrap p {
  color: #333;
  font-size: 24px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.24px;
}

.our-value {
  padding-bottom: 0 !important;
}

.our-value .container {
  width: 1550px;
}

.our-value h2 {
  padding-bottom: 50px;
}

.our-value .wrap {
  position: relative;
}

.our-value .wrap img.sun-image {
  animation: rotation 30s infinite linear;
}

.our-value .wrap img.white-logo {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
.our-value .wrap ul {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.our-value .wrap ul li {
  display: flex;
  align-items: center;
  width: 50%;
}

.our-value .wrap ul li img {
  margin: 0;
  filter: drop-shadow(0px 0px 48px rgba(0, 0, 0, 0.1));
  width: 120px;
  height: 120px;
}

.our-value .wrap ul li p {
  color: #FFF;
  font-size: 21px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.42px;
  border-radius: 8px;
  background: #12A59D;
  padding: 15px 32px;
  position: relative;
  margin-left: 110px;
  text-align: center;
}

.our-value .wrap ul li p::before {
  position: absolute;
  content: "";
  left: -110px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/line.svg") no-repeat;
  width: 111px;
  height: 3px;
}

.our-value .wrap ul li:nth-child(odd) {
  flex-direction: row-reverse;
}

.our-value .wrap ul li:nth-child(odd) p {
  margin-left: 0 !important;
  margin-right: 111px;
}

.our-value .wrap ul li:nth-child(odd) p::before {
  left: auto !important;
  right: -110px;
}

.our-value .wrap ul li:first-child {
  padding-right: 80px;
}

.our-value .wrap ul li:nth-child(2) {
  padding-left: 80px;
}

.our-value .wrap ul li:nth-child(3) {
  padding-top: 144px;
  padding-right: 240px;
}

.our-value .wrap ul li:nth-child(4) {
  padding-top: 144px;
  padding-left: 240px;
}

.our-value .wrap ul li:nth-child(5) {
  padding-top: 120px;
  padding-right: 100px;
}

.our-value .wrap ul li:nth-child(6) {
  padding-top: 120px;
  padding-left: 100px;
}

.our-leaders {
  padding: 130px 0 110px;
  background-size: cover;
  background-position: 100% 80%;
}

.our-leaders p.sub-title {
  color: #333;
  font-size: 30px;
  font-weight: 500;
  line-height: 136%;
  letter-spacing: -0.6px;
  width: 590px;
  margin: 0 auto;
  padding: 10px 0 40px;
}

.our-leaders .wrap {
  display: flex;
  justify-content: center;
}

.our-leaders .wrap .box {
  padding: 30px 20px 40px;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
  margin: 0 20px;
  min-width: 330px;
  border-bottom: 8px solid #F7941D;
}

.our-leaders .wrap .box img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  margin: 0 auto 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

.our-leaders .wrap .box h4 {
  color: #000;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 146%;
  letter-spacing: -0.84px;
}

.our-leaders .wrap .box p {
  color: #666;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
  margin-bottom: 15px;
}

.our-leaders .wrap .box a.linkedin {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto;
  position: relative;
}

.our-leaders .wrap .box a.linkedin::before,
.our-leaders .wrap .box a.linkedin::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("../images/linke.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.our-leaders .wrap .box a.linkedin::after {
  opacity: 0;
  background-image: url("../images/linke-hover.svg");
}

.our-leaders .wrap .box a.linkedin:hover::before {
  opacity: 0;
}

.our-leaders .wrap .box a.linkedin:hover::after {
  opacity: 1;
}

.page-template-multi-family,
.page-template-Commercial {
  position: relative;
}

.page-template-multi-family::before,
.page-template-Commercial::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 43.41%, rgba(255, 255, 255, 0) 95.23%);
  z-index: 1;
  pointer-events: none;
}

.page-template-Commercial::before {
  height: 180px;
  opacity: 0.8;
}

.unlocks-benefits {
  background-size: cover;
  background-position: bottom;
}

.unlocks-benefits h2 {
  padding-bottom: 50px;
}

.unlocks-benefits .box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 117px;
  align-items: center;
}

.unlocks-benefits .box:not(:last-child) {
  padding-bottom: 50px;
}

.unlocks-benefits .box h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 107%;
  letter-spacing: -1.2px;
  padding-bottom: 10px;
}

.unlocks-benefits .box h4 {
  font-size: 26px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -1.04px;
  padding-bottom: 10px;
}

.unlocks-benefits .box p {
  font-size: 22px;
  font-weight: 500;
}

.unlocks-benefits .box .img-wrap {
  position: relative;
}

.unlocks-benefits .box .img-wrap img:first-child {
  border-radius: 15px;
}

.unlocks-benefits .box .img-wrap img:last-child {
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
}

.unlocks-benefits .box:nth-child(even) .img-wrap {
  order: 2;
}

.unlocks-benefits .box:nth-child(even) .img-wrap img:last-child {
  left: -50px;
  right: auto;
}

.turnkey-solution .box-wrap .content {
  padding: 20px;
}

.smart-tech p.sub-title {
  color: #333;
  font-size: 30px;
  font-weight: 500;
  line-height: 136%;
  letter-spacing: -0.6px;
  padding: 10px 0 40px;
  width: 1065px;
  margin: 0 auto;
}

.smart-tech ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.smart-tech ul li img {
  border-radius: 10px;
  margin-bottom: 25px;
}

.smart-tech ul li h3 {
  color: #12A59D;
  font-size: 26px;
  font-weight: 700;
  line-height: 126%;
  letter-spacing: -0.52px;
  padding-bottom: 10px;
}

.smart-tech ul li p {
  font-weight: 500;
}

.faq-sec {
  padding: 90px 0;
  background-position: center;
}

.faq-sec h2 {
  color: #fff;
}

.faq-sec p.sub-title {
  color: #FFF;
  font-size: 26px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -1.3px;
  padding: 10px 0 65px;
  width: 1202px;
  margin: 0 auto;
}

.faq-sec ul.faq {
  width: 725px;
  margin-right: 0;
  margin-left: auto;
}

.faq-sec ul.faq li {
  padding: 0 !important;
  margin: 0 0 20px;
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.68);
  border-radius: 10px;
}

.faq-sec ul.faq li:last-child {
  margin-bottom: 0;
}

.faq-sec ul.faq li .faq-question {
  padding: 15px;
  cursor: pointer;
  position: relative;
  border-radius: 5px;
  font-size: 34px;
  font-weight: 600;
  line-height: 123.529%;
  letter-spacing: -1.02px;
  display: flex;
  align-items: center;
}

.faq-sec ul.faq li .faq-question img {
  margin: 0 15px 0 0;
  width: 70px;
}

.faq-sec ul.faq li .faq-question strong {
  color: #000;
}

.faq-sec ul.faq li .faq-question::after {
  position: absolute;
  content: "";
  right: 26px;
  left: auto;
  top: 45px;
  background-image: url(../images/down-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 12px;
}

.faq-sec ul.faq li .faq-question[data-status=open]::after {
  background-image: url(../images/top-arrow.svg);
}

.faq-sec ul.faq li.open {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
  background: rgb(255, 255, 255);
}

.faq-sec ul.faq li .answer_faq {
  display: none;
}

.faq-sec ul.faq li .answer_faq .faq-answer {
  padding: 0 44px 20px 100px;
  background: #fff;
  border-radius: 0 0 10px 10px;
}

.faq-sec ul.faq li .answer_faq .faq-answer p {
  font-weight: 500;
}

.customer-say {
  background-position: bottom;
  background-repeat: no-repeat;
}

.customer-say .way-to-save {
  padding-top: 100px;
}

.customer-say .way-to-save ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 37px;
  padding-top: 40px;
}

.customer-say .way-to-save ul li {
  border-radius: 20px;
  background: #FFF;
  border-bottom: 8px solid #F7941D;
  padding: 40px 50px;
}

.customer-say .way-to-save h3 {
  text-align: center;
  color: #000;
  font-size: 34px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -1.02px;
  padding: 0 0 15px;
}

.customer-say .way-to-save p {
  color: #333;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.22px;
}

.page-template-Commercial .cta {
  background-position: 100% 67%;
}

.page-template-Commercial .img-wrap-sec {
  position: relative;
  background: #fbfbfb;
}

.page-template-Commercial .img-wrap-sec .wrap {
  display: flex;
  justify-content: center;
}

.page-template-Commercial .img-wrap-sec .wrap .box {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 2px 36px 0px rgba(0, 0, 0, 0.08);
  padding: 10px 3px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  min-width: 182px;
  margin: -87px 10px 0;
}

.page-template-Commercial .img-wrap-sec .wrap .box h3 {
  margin-top: auto;
  font-size: 20px;
  font-weight: 600;
  line-height: 165%;
  letter-spacing: -0.4px;
  padding-top: 10px;
}

.power-your-home {
  background-position: 100% 0;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
}

.power-your-home::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 50%;
  pointer-events: none;
}

.power-your-home .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 60px;
  grid-gap: 90px;
}

.power-your-home .wrap .col1 {
  grid-template-columns: 1fr;
  order: 2;
}

.step-wrap {
  display: flex;
  margin: 100px 0 0;
  position: relative;
  justify-content: space-between;
}

.step-wrap::before {
  position: absolute;
  content: "";
  top: 70px;
  bottom: auto;
  width: calc(100% - 20px);
  height: 2px;
  background: url(../images/orange-line.svg) no-repeat;
  background-size: cover;
}

.step-wrap .single {
  position: relative;
}

.step-wrap .single::before {
  position: absolute;
  content: "";
  left: auto;
  right: -90px;
  top: 62px;
  bottom: auto;
  height: 17px;
  width: 17px;
  background: url(../images/orange-arrow.svg) no-repeat;
  background-size: contain;
}

.step-wrap .single:last-child::before {
  content: none;
}

.step-wrap .single span.number {
  color: rgba(255, 255, 255, 0.15);
  font-family: Oswald;
  font-size: 100px;
  font-weight: 600;
  position: absolute;
  top: -55px;
  left: -120px;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.step-wrap .single img {
  z-index: 1;
  position: relative;
}

.step-wrap .single h3 {
  text-align: center;
  color: #FFF;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.84px;
  padding-top: 15px;
}

.contact-form {
  background-repeat: no-repeat;
  background-position: top right;
}

.contact-form .wrap {
  padding: 40px 100px;
  border-radius: 10px;
}

.contact-form .wrap h2 {
  color: #fff;
}

.contact-form .wrap p.center {
  color: #FFF;
  font-size: 28px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.28px;
  padding: 20px 0 30px;
}

.contact-form .wrap form label span {
  display: none;
}

.contact-form .wrap .gform_wrapper label {
  display: none;
}

body.error404 .inner-banner,
html body.page-template-about .wistia_embed {
  margin-top: 115px;
}

body.error404 .inner-banner .container {
  top: 50% !important;
  transform: translateY(-50%) !important;
}

body.error404 .inner-banner h1 {
  font-size: 110px;
}

body.error404 .inner-banner h2 {
  text-align: center;
  color: #fff;
  padding: 0px 0 20px;
}

.page-template-Commercial .img-wrap-sec .wrap .box img {
  max-height: 85px;
}

.page-template-Commercial .powering-comunity .box-wrap .content::before,
.page-template-multi-family .powering-comunity .box-wrap .content::before,
.page-template-residential .powering-comunity .box-wrap .content::before {
  background-image: url(../images/triangle-orange.png);
  height: 61px;
  top: -61px;
}

.page-template-Commercial .powering-comunity .box-wrap .content::after,
.page-template-multi-family .powering-comunity .box-wrap .content::after,
.page-template-residential .powering-comunity .box-wrap .content::after {
  content: none;
}

.page-template-contact .inner-banner {
  min-height: 600px;
  background-position: top;
}

/* Basic modal popup styling */
.custom-popup {
  display: none;
  /* Hidden by default */
  position: fixed;
  z-index: 9999;
  /* Ensure it's on top */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent background */
}

.custom-popup-content {
  background-color: #fff;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 500px;
  text-align: center;
  position: relative;
  border-radius: 10px;
}

.custom-popup-content p {
  color: #000;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}

.custom-popup-content .custom-popup-close {
  position: absolute;
  left: auto;
  right: -15px;
  top: -15px;
  font-size: 18px;
  line-height: 30px;
  border-radius: 50px;
  height: 30px;
  width: 30px;
  text-align: center;
  cursor: pointer;
  background: #000;
  color: #fff;
}

/**/
.page-template-blog h1,
.portfolio-page h1 {
  color: #12A59D;
  padding-bottom: 80px;
}

.page-template-blog .blog-banner,
.blog-detail-page,
.portfolio-page,
.portfolio-detail-page {
  padding: 215px 0 80px;
}

.blog-banner .wrapper {
  display: grid;
  grid-template-columns: 40% auto;
  grid-gap: 60px;
  align-items: center;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}

.blog-banner .wrapper .img-wrap {
  position: relative;
  height: 450px;
}

.blog-banner .wrapper .img-wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px 0 0 8px;
}

.blog-banner .wrapper .right-wrap {
  padding-right: 140px;
}

.page-template-blog p {
  color: #333;
  letter-spacing: -0.72px;
}

.blog-banner h2 {
  color: #12A59D;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1.2px;
  padding-bottom: 15px;
}

.blog-banner h2 a {
  font-weight: 700;
  color: #12A59D;
}

.blog-banner h2 a:hover {
  color: #F7941D;
}

.page-template-blog a.arrow-link {
  color: #F7941D;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.16px;
  margin-top: 30px;
  display: inline-block;
  padding-right: 20px;
  position: relative;
  border-bottom: 1px solid;
}

a.arrow-link::before {
  position: absolute;
  content: "";
  left: auto;
  right: 0px;
  top: 5px;
  width: 15px;
  height: 10px;
  display: block;
  background: url(../images/btn-arrow.svg) no-repeat;
  transition: all ease 0.5s;
  background-size: contain;
}

.blog-banner a.arrow-link {
  margin-top: 30px;
}

.blog-wrap ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 60px 52px;
  padding-bottom: 100px;
}

.blog-wrap ul li:first-child {
  display: none !important;
}

.blog-wrap ul li .img-wrap {
  position: relative;
  height: 253px;
  margin: 0 0 20px;
}

.blog-wrap ul li .img-wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}

.blog-wrap ul li h3 {
  margin: 0px 0 20px;
}

.blog-wrap ul li h3 a {
  display: block;
  color: #000;
  font-family: Montserrat;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 126.923%;
  letter-spacing: -0.52px;
}

.blog-wrap ul li h3 a:hover {
  color: #F7941D;
}

.blog-wrap ul li a.readmore.arrow-link {
  margin: 0;
}

.blog-wrap ul .cta-section {
  grid-column: 1/4;
  padding: 70px 100px;
  margin: 40px 0;
  background-size: cover;
  position: relative;
  border-radius: 30px;
  z-index: 1;
  display: grid;
  grid-template-columns: 50% auto;
  align-items: center;
  grid-gap: 0 100px;
}

.blog-wrap ul .cta-section::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 30px;
  background: rgba(8, 107, 102, 0.8);
  z-index: -1;
  pointer-events: none;
}

.blog-wrap ul .cta-section h2 {
  color: #fff;
}

.blog-wrap ul .cta-section p {
  color: #FFF;
  font-size: 30px;
  font-weight: 500;
  line-height: 133%;
  letter-spacing: -0.3px;
  padding-bottom: 30px;
}

.blog-wrap .pagination-wrap {
  display: flex;
  justify-content: center;
  padding-bottom: 90px;
}

.blog-wrap .pagination-wrap * {
  border-radius: 5px;
  border: 1px solid #DDE0E6;
  background: #FFF;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.36px;
  margin: 0 5px;
}

.blog-wrap .pagination-wrap .page-numbers.current,
.blog-wrap .pagination-wrap .page-numbers:hover {
  background-color: #F7941D;
  color: #fff;
}

.blog-wrap .pagination-wrap a.prev,
.blog-wrap .pagination-wrap a.next {
  font-size: 0;
  background-image: url(../images/pagination-arrow.svg);
  background-size: 9px;
  background-position: center;
  background-repeat: no-repeat;
}

.blog-wrap .pagination-wrap a.next {
  transform: rotate(180deg);
}

.blog-detail-page .top-bar {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.blog-detail-page .top-bar p {
  margin-bottom: 0;
}

.blog-detail-page a.back-btn {
  color: #F7941D;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.16px;
  padding-left: 20px;
  position: relative;
}

.blog-detail-page a.back-btn::before {
  position: absolute;
  content: "";
  right: auto;
  left: 0px;
  top: 5px;
  width: 15px;
  height: 10px;
  display: block;
  background: url(../images/btn-arrow.svg) no-repeat;
  transition: all ease 0.5s;
  background-size: contain;
  transform: rotate(180deg);
}

.date-wrap {
  display: flex;
  margin-left: 35px;
}

.date-wrap p.time-to-read::before {
  content: ".";
  display: inline-block;
  margin: 0 10px;
  position: relative;
  top: -3px;
}

.blog-detail-page .container {
  width: 1030px;
}

.blog-detail-page h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.6px;
}

.blog-detail-page .content .feature-img {
  margin: 40px 0;
}

.blog-detail-page .content p,
.blog-detail-page .content ol li,
.blog-detail-page .content ul li {
  color: #333;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.22px;
  margin-bottom: 20px;
}

.blog-detail-page .content h2,
.blog-detail-page .content h3,
.blog-detail-page .content h4,
.blog-detail-page .content h5,
.blog-detail-page .content h6 {
  font-size: 26px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.52px;
  margin: 40px 0 20px;
}

.blog-detail-page .content h2 {
  font-size: 28px;
}

.blog-detail-page .content h4 {
  font-size: 24px;
}

.blog-detail-page .content h5 {
  font-size: 24px;
}

.blog-detail-page .content h6 {
  font-size: 22px;
}

.blog-detail-page .content ol,
.blog-detail-page .content ul {
  margin: 40px 0 0 25px;
}

.blog-detail-page .content ol li {
  list-style: auto;
  line-height: 180%;
}

.blog-detail-page .content ul li {
  list-style: disc;
  line-height: 180%;
}

.blog-detail-page .content ol li strong,
.blog-detail-page .content ul li strong {
  font-weight: 700;
}

.blog-detail-page .content a.lets-chat {
  margin-top: 60px;
}

.page-template-blog .date-wrap {
  margin: 0;
}

.portfolio-page .wrap {
  display: grid;
  grid-template-columns: 360px auto;
  grid-gap: 54px;
}

.portfolio-page .wrap .left-tab ul.tabs li {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.8px;
  padding: 20px 0 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.portfolio-page .wrap .left-tab ul.tabs li.active,
.portfolio-page .wrap .left-tab ul.tabs li:hover {
  color: #32B1AA;
  border-color: #32B1AA;
}

.portfolio-page .wrap .right-tab li {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px 15px;
}

.portfolio-page .wrap .right-tab li .main-box-wrapper {
  position: relative;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.06);
  border-radius: 7px;
}

.portfolio-page .wrap .right-tab li .main-box-wrapper a.page-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.portfolio-page .wrap .right-tab li .main-box-wrapper .img-wrap {
  height: 260px;
}

.portfolio-page .wrap .right-tab li .main-box-wrapper .img-wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 7px 7px 0 0;
}

.portfolio-page .wrap .right-tab li .main-box-wrapper h3 {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.6px;
  padding: 20px 10px 10px 20px;
}

p.location {
  position: relative;
  padding: 0 20px 20px 40px;
  color: #12A59D;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.48px;
}

p.location::before {
  position: absolute;
  content: "";
  right: auto;
  left: 20px;
  top: 1px;
  width: 12px;
  height: 16px;
  background: url(../images/location.svg) no-repeat;
  transition: all ease 0.5s;
  background-size: contain;
}

.page-template-portfolio {
  overflow: visible;
}

.portfolio-page .wrap .left-tab .inner-tab {
  position: sticky;
  top: 130px;
}

.portfolio-detail-page .wrap {
  display: grid;
  grid-template-columns: 410px auto;
  grid-gap: 60px;
}

.portfolio-detail-page .wrap h1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.6px;
  margin-bottom: 20px;
}

.portfolio-detail-page .wrap p.location {
  padding-left: 20px;
  font-size: 18px;
}

.portfolio-detail-page .wrap p.location:before {
  left: 0;
  top: 3px;
}

.portfolio-detail-page .wrap p.location span {
  color: #333;
  font-weight: 500;
  letter-spacing: -0.72px;
}

.portfolio-detail-page .wrap .system-size {
  display: flex;
  align-items: center;
}

.portfolio-detail-page .wrap h6 {
  color: #18AA9F;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.72px;
  margin: 20px 10px 20px 0;
}

.portfolio-detail-page .wrap ul li {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 166%;
  letter-spacing: -0.18px;
  margin-bottom: 10px;
  list-style: disc;
  margin-left: 20px;
}

.portfolio-detail-page .wrap .right-wrap img {
  border-radius: 10px;
}

.portfolio-detail-page .wrap .img-gallery {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

html body .lb-data .lb-close {
  display: none;
}

.portfolio-page .wrap .left-tab h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.6px;
  margin-bottom: 30px;
}

#footer {
  padding: 100px 0 0px;
  background: #002B27;
}

#footer .top {
  display: grid;
  grid-template-columns: 321px 528px 256px 1fr;
}

#footer .top .logo img {
  margin-left: 0;
}

#footer h3 {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 116%;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}

#footer h3::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: #21A498;
  height: 2px;
  width: 25px;
}

#footer .top .second-wrap p {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  width: 363px;
}

#footer .top .second-wrap .company-wrap {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

#footer .top .second-wrap .company-wrap img {
  margin-left: 0;
  margin-right: 30px;
}

#footer .top .third-wrap ul li a {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 38px;
}

#footer .top .third-wrap ul li a:hover,
#footer .top .third-wrap ul li.current-menu-item a,
#footer .top .mail a:hover {
  color: #F7941D;
}

#footer .top .mail a {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.16px;
  position: relative;
  padding-left: 50px;
  margin: 20px 0 0;
  display: inline-block;
}

#footer .top .mail a::before {
  position: absolute;
  content: "";
  left: 0;
  height: 40px;
  width: 40px;
  background: url(../images/mail.svg) no-repeat;
  background-size: contain;
  top: -8px;
}

#footer .top .follow-us {
  margin-top: 50px;
}

#footer .top .follow-us ul {
  display: flex;
  align-items: center;
}

#footer .top .follow-us ul li a {
  width: 34px;
  height: 34px;
  display: block;
  margin-right: 20px;
  background-image: url(../images/facebook.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

#footer .top .follow-us ul li a:hover {
  opacity: 0.7;
}

#footer .top .follow-us ul li.linkedin a {
  width: 26px;
  height: 26px;
  background-image: url(../images/linkedin.svg);
  top: -2px;
  position: relative;
}

#footer .bottom {
  margin-top: 100px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 30px 0;
}

#footer .bottom p.copyright {
  text-align: center;
  color: #668581;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.14px;
}

#footer .top .first-wrap .follow-us {
  display: none;
}

#footer .top .second-wrap .company-wrap img:last-child {
  margin: 0;
}

@media only screen and (min-width: 1500px) and (max-width: 1699px) {
  .container {
    width: 1350px;
  }
  #header {
    padding: 15px 0;
  }
  body h1 {
    font-size: 60px;
  }
  .banner p.sub-title,
  .smart-solar p.sub-title {
    font-size: 26px;
  }
  html body .wistia_embed {
    height: 750px !important;
  }
  .padding {
    padding: 70px 0;
  }
  body h2 {
    font-size: 50px;
  }
  .smart-solar .wrap {
    margin-top: 40px;
  }
  .smart-solar .wrap .col2 .single-box h3 {
    font-size: 26px;
    margin: 0 0 10px;
  }
  .smart-solar .wrap .col2 .single-box p {
    font-size: 20px;
  }
  .powering-comunity p.sub-title {
    font-size: 26px;
    margin: 15px auto 50px;
    width: 896px;
  }
  .powering-comunity .box-wrap {
    grid-gap: 30px;
  }
  .powering-comunity .box-wrap .img-wrap {
    height: 274px;
  }
  .powering-comunity .box-wrap .content::before,
  .powering-comunity .box-wrap .content::after {
    top: -72px;
    height: 77px;
  }
  .powering-comunity .box-wrap .content {
    padding: 25px 20px;
  }
  .powering-comunity .box-wrap .content h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .powering-comunity .box-wrap .content ul li {
    font-size: 20px;
  }
  .powering-comunity .box-wrap .content ul li::before,
  .powering-comunity .box-wrap .content ul li::after {
    top: 3px;
  }
  .edisun-diff p.sub-title {
    font-size: 26px;
  }
  .edisun-diff .wrap {
    width: 886px;
  }
  .edisun-diff .box-wrap .single-box h3 {
    font-size: 24px;
  }
  .edisun-diff .box-wrap .single-box p {
    font-size: 18px;
  }
  .edisun-diff .box-wrap {
    padding-top: 40px;
    grid-gap: 35px 30px;
  }
  .edisun-diff .box-wrap img {
    width: 80px;
    height: 80px;
  }
  .edisun-diff .box-wrap .single-box:first-child::before {
    right: -16px;
  }
  .edisun-diff .box-wrap .single-box:first-child::after {
    bottom: -15px;
  }
  .testimonial ul.testimonial-slider {
    padding: 0 30px;
  }
  .testimonial ul.testimonial-slider li,
  .customer-say .box {
    padding: 0px 40px;
    margin-top: 30px;
  }
  .testimonial ul.testimonial-slider li .text p,
  .customer-say .box .text p {
    font-size: 24px;
  }
  .testimonial ul.testimonial-slider li > img,
  .customer-say .box > img {
    margin-top: -30px;
  }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    left: -70px;
    width: 80px;
    height: 50px;
  }
  .owl-carousel .owl-nav button.owl-next {
    right: -70px;
  }
  .cta .wrap {
    width: 500px;
  }
  .cta .wrap p.sub-title {
    font-size: 26px;
    padding: 20px 0px 30px 0;
    width: 410px;
  }
  #footer h3 {
    font-size: 20px;
  }
  #footer .top {
    grid-template-columns: 311px 478px 236px 1fr;
  }
  /*About*/
  .inner-banner .container p.sub-title {
    font-size: 26px;
  }
  .inner-banner .container .wrapper {
    width: 508px;
  }
  .our-commitment {
    min-height: 575px;
  }
  .our-commitment .container .wrap {
    width: 500px;
  }
  .our-commitment .container .wrap p {
    font-size: 22px;
  }
  .our-value .wrap ul li p {
    font-size: 18px;
  }
  .our-leaders {
    padding: 110px 0 100px;
  }
  .our-leaders p.sub-title {
    font-size: 26px;
    width: 570px;
    padding: 10px 0 30px;
  }
  .our-leaders .wrap .box h4 {
    font-size: 25px;
  }
  /*multifamily*/
  .inner-banner {
    min-height: 600px;
  }
  .unlocks-benefits .box h3 {
    font-size: 35px;
  }
  .unlocks-benefits .box h4 {
    font-size: 24px;
  }
  .unlocks-benefits .box p {
    font-size: 20px;
  }
  .smart-tech p.sub-title {
    font-size: 26px;
    width: 975px;
    padding: 10px 0 30px;
  }
  .smart-tech ul li h3 {
    font-size: 24px;
  }
  .faq-sec {
    padding: 70px 0;
  }
  .faq-sec p.sub-title {
    font-size: 24px;
    padding: 10px 0 40px;
  }
  .faq-sec ul.faq li .faq-question {
    font-size: 28px;
  }
  .faq-sec ul.faq li .faq-question img {
    width: 60px;
  }
  .faq-sec ul.faq li .answer_faq .faq-answer {
    padding: 0 20px 15px 20px;
  }
  .customer-say .way-to-save ul {
    grid-gap: 20px;
    padding-top: 30px;
  }
  .customer-say .way-to-save h3 {
    font-size: 30px;
  }
  .customer-say .way-to-save ul li {
    padding: 30px;
  }
  .customer-say .way-to-save p {
    font-size: 20px;
  }
  .page-template-Commercial .img-wrap-sec .wrap .box {
    min-width: 162px;
    margin: -67px 10px 0;
  }
  .step-wrap .single h3 {
    font-size: 22px;
  }
  .power-your-home .wrap {
    margin-top: 40px;
    grid-gap: 50px;
  }
  .step-wrap .single::before {
    right: -74px;
  }
  body.error404 .inner-banner,
  html body.page-template-about .wistia_embed {
    margin-top: 110px;
  }
  body.error404 .inner-banner h1 {
    font-size: 100px;
  }
  .page-template-Commercial .powering-comunity .box-wrap .content::before,
  .page-template-multi-family .powering-comunity .box-wrap .content::before,
  .page-template-residential .powering-comunity .box-wrap .content::before {
    height: 58px;
    top: -58px;
  }
  .page-template-contact .inner-banner {
    min-height: 490px;
  }
  .our-value .container {
    width: 1480px;
  }
  .page-template-blog .blog-banner,
  .blog-detail-page,
  .portfolio-page,
  .portfolio-detail-page {
    padding: 170px 0 80px;
  }
  /*post-list*/
  .page-template-blog h1,
  .portfolio-page h1 {
    padding-bottom: 60px;
  }
  .blog-banner h2 {
    font-size: 35px;
  }
  .blog-wrap ul {
    grid-gap: 40px;
    padding-bottom: 80px;
  }
  .blog-wrap ul li h3 a {
    font-size: 23px;
  }
  .blog-wrap ul .cta-section {
    padding: 50px 140px;
    margin: 20px 0;
    grid-template-columns: 44% auto;
  }
  .blog-wrap ul .cta-section p {
    font-size: 28px;
    padding-bottom: 20px;
  }
  .blog-wrap .pagination-wrap {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  .container {
    width: 1250px;
  }
  #header {
    padding: 15px 0;
  }
  body h1 {
    font-size: 50px;
  }
  .btn-main {
    padding: 11px 17px;
  }
  #header .wrapper .logo {
    width: 168px;
  }
  #header .wrapper ul#menu-header-menu {
    margin: 0 -13px;
  }
  #header .wrapper ul#menu-header-menu > li {
    margin: 0 13px;
  }
  #header .wrapper ul#menu-header-menu li a {
    font-size: 14px;
  }
  .banner p.sub-title,
  .smart-solar p.sub-title {
    font-size: 23px;
  }
  html body .wistia_embed {
    height: 700px !important;
  }
  html body.home .wistia_embed {
    margin-top: 110px;
  }
  .padding {
    padding: 60px 0;
  }
  body h2 {
    font-size: 42px;
  }
  .banner::before {
    height: 500px;
    top: -270px;
  }
  .banner .container {
    top: 0%;
  }
  .smart-solar .wrap {
    margin-top: 40px;
  }
  .smart-solar .wrap .col2 .single-box img {
    width: 170px;
  }
  .smart-solar .wrap .col2 .single-box h3 {
    font-size: 23px;
    margin: 0 0 10px;
  }
  .smart-solar .wrap .col2 .single-box p {
    font-size: 18px;
  }
  .powering-comunity p.sub-title {
    font-size: 23px;
    margin: 15px auto 40px;
    width: 766px;
  }
  .powering-comunity .box-wrap {
    grid-gap: 20px;
  }
  .powering-comunity .box-wrap .img-wrap {
    height: 250px;
  }
  .powering-comunity .box-wrap .content::before,
  .powering-comunity .box-wrap .content::after {
    top: -66px;
    height: 74px;
  }
  .powering-comunity .box-wrap .content {
    padding: 25px 20px;
  }
  .powering-comunity .box-wrap .content h3 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .powering-comunity .box-wrap .content ul li {
    font-size: 20px;
  }
  .powering-comunity .box-wrap .content ul li::before,
  .powering-comunity .box-wrap .content ul li::after {
    top: 3px;
  }
  .edisun-diff p.sub-title {
    font-size: 22px;
  }
  .edisun-diff .wrap {
    width: 716px;
  }
  .edisun-diff .box-wrap .single-box h3 {
    font-size: 24px;
  }
  .edisun-diff .box-wrap .single-box p {
    font-size: 18px;
  }
  .edisun-diff .box-wrap {
    padding-top: 40px;
    grid-gap: 35px 30px;
  }
  .edisun-diff .box-wrap img {
    width: 70px;
    height: 70px;
  }
  .edisun-diff .box-wrap .single-box:first-child::before {
    right: -16px;
  }
  .edisun-diff .box-wrap .single-box:first-child::after {
    bottom: -15px;
  }
  .testimonial ul.testimonial-slider {
    padding: 0 70px;
  }
  .testimonial ul.testimonial-slider li,
  .customer-say .box {
    padding: 0px 30px;
    margin-top: 30px;
  }
  .testimonial ul.testimonial-slider li .content,
  .customer-say .box .content {
    width: 570px;
    margin-left: 30px;
  }
  .testimonial ul.testimonial-slider li .text p,
  .customer-say .box .text p {
    font-size: 20px;
  }
  .testimonial ul.testimonial-slider li > img,
  .customer-say .box > img {
    margin-top: -30px;
  }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    left: -10px;
    width: 60px;
    height: 40px;
  }
  .owl-carousel .owl-nav button.owl-next {
    right: -10px;
  }
  .owl-carousel .owl-nav button.owl-prev::before,
  .owl-carousel .owl-nav button.owl-next::before {
    height: 17px;
    width: 29px;
  }
  .cta .wrap {
    width: 520px;
    padding-left: 80px;
  }
  .cta .wrap p.sub-title {
    font-size: 23px;
    padding: 20px 0px 30px 0;
    width: 360px;
  }
  #footer .top .logo a {
    width: 168px;
    display: block;
  }
  #footer h3 {
    font-size: 20px;
  }
  #footer .top {
    grid-template-columns: 231px 458px 226px 1fr;
  }
  /*About*/
  .inner-banner .container p.sub-title {
    font-size: 23px;
  }
  .inner-banner .container .wrapper {
    width: 438px;
  }
  .inner-banner .container .wrapper::before {
    right: -30px;
    top: -30px;
    bottom: -30px;
  }
  .our-commitment {
    min-height: 500px;
  }
  .our-commitment .container .wrap {
    width: 500px;
  }
  .our-commitment .container .wrap p {
    font-size: 20px;
  }
  .our-value .wrap img.sun-image {
    width: 600px;
  }
  .our-value .wrap ul li p {
    font-size: 16px;
    padding: 12px 25px;
    margin-left: 80px;
  }
  .our-value .wrap ul li p::before {
    left: -80px;
    width: 80px;
  }
  .our-value .wrap ul li img {
    width: 100px;
    height: 100px;
  }
  .our-value .wrap ul li:nth-child(odd) p {
    margin-right: 80px;
  }
  .our-value .wrap ul li:nth-child(odd) p::before {
    left: auto !important;
    right: -80px;
  }
  .our-value .wrap ul li:nth-child(3) {
    padding-top: 125px;
    padding-right: 220px;
  }
  .our-value .wrap ul li:nth-child(4) {
    padding-top: 125px;
    padding-left: 220px;
  }
  .our-value .wrap ul li:nth-child(5) {
    padding-top: 90px;
    padding-right: 80px;
  }
  .our-value .wrap ul li:nth-child(6) {
    padding-top: 90px;
    padding-left: 80px;
  }
  .our-value .wrap img.white-logo {
    width: 170px;
  }
  .our-leaders {
    padding: 80px 0;
  }
  .our-leaders p.sub-title {
    font-size: 23px;
    width: 500px;
    padding: 10px 0 25px;
  }
  .our-leaders .wrap .box {
    padding: 20px 20px 30px;
    min-width: 300px;
  }
  .our-leaders .wrap .box h4 {
    font-size: 23px;
  }
  #header .wrapper a.search {
    width: 41px;
    height: 41px;
    background-size: 18px;
  }
  /*multifamily*/
  .inner-banner {
    min-height: 510px;
  }
  .unlocks-benefits h2 {
    padding-bottom: 20px;
  }
  .unlocks-benefits .box {
    grid-gap: 70px;
  }
  .unlocks-benefits .box h3 {
    font-size: 32px;
  }
  .unlocks-benefits .box h4 {
    font-size: 22px;
  }
  .unlocks-benefits .box p {
    font-size: 18px;
  }
  .unlocks-benefits .box .img-wrap img:last-child {
    right: -40px;
    width: 80px;
  }
  .smart-tech p.sub-title {
    font-size: 23px;
    width: 825px;
    padding: 10px 0 30px;
  }
  .smart-tech ul {
    grid-gap: 15px;
  }
  .smart-tech ul li h3 {
    font-size: 22px;
  }
  .faq-sec {
    padding: 70px 0;
  }
  .faq-sec p.sub-title {
    font-size: 22px;
    padding: 10px 0 30px;
  }
  .faq-sec ul.faq li .faq-question {
    font-size: 25px;
  }
  .faq-sec ul.faq li .faq-question::after {
    width: 15px;
    height: 8px;
  }
  .faq-sec ul.faq li .faq-question img {
    width: 60px;
  }
  .faq-sec ul.faq li .answer_faq .faq-answer {
    padding: 0 20px 15px 20px;
  }
  .customer-say .way-to-save {
    padding-top: 70px;
  }
  .customer-say .way-to-save ul {
    grid-gap: 20px;
    padding-top: 30px;
  }
  .customer-say .way-to-save h3 {
    font-size: 28px;
  }
  .customer-say .way-to-save ul li {
    padding: 30px;
  }
  .customer-say .way-to-save p {
    font-size: 20px;
  }
  .customer-say .box {
    width: 90%;
    margin: 40px auto 0;
  }
  .page-template-Commercial .img-wrap-sec .wrap .box {
    min-width: 162px;
    margin: -67px 10px 0;
  }
  .step-wrap .single h3 {
    font-size: 22px;
  }
  .power-your-home .wrap {
    margin-top: 40px;
    grid-gap: 50px;
  }
  .step-wrap .single::before {
    right: -74px;
    top: 52px;
  }
  .step-wrap .single img {
    width: 120px;
  }
  .step-wrap::before {
    top: 60px;
  }
  .step-wrap .single span.number {
    font-size: 70px;
    top: -35px;
    left: -100px;
  }
  .contact-form .wrap {
    padding: 40px 70px;
  }
  .gform_wrapper .gform_footer {
    margin-top: 40px !important;
  }
  .gform_wrapper .gform_footer .gform_button {
    padding: 20px 80px;
  }
  body.error404 .inner-banner,
  html body.page-template-about .wistia_embed {
    margin-top: 96px;
  }
  body.error404 .inner-banner h1 {
    font-size: 90px;
  }
  .page-template-Commercial .powering-comunity .box-wrap .content::before,
  .page-template-multi-family .powering-comunity .box-wrap .content::before,
  .page-template-residential .powering-comunity .box-wrap .content::before {
    height: 55px;
    top: -54px;
  }
  .page-template-contact .inner-banner {
    min-height: 440px;
  }
  .our-value .container {
    width: 1270px;
  }
  .page-template-blog .blog-banner,
  .blog-detail-page,
  .portfolio-page,
  .portfolio-detail-page {
    padding: 160px 0 60px;
  }
  .blog-detail-page .container {
    width: 930px;
  }
  .blog-detail-page .top-bar {
    margin-bottom: 20px;
  }
  .blog-detail-page .content p,
  .blog-detail-page .content ol li,
  .blog-detail-page .content ul li {
    font-size: 18px;
  }
  .blog-detail-page h1 {
    font-size: 50px;
  }
  .blog-detail-page .content .feature-img {
    margin: 30px 0;
  }
  .blog-detail-page .content ol,
  .blog-detail-page .content ul {
    margin: 30px 0 0 20px;
  }
  .blog-detail-page .content h2,
  .blog-detail-page .content h3,
  .blog-detail-page .content h4,
  .blog-detail-page .content h5,
  .blog-detail-page .content h6 {
    margin: 25px 0 20px;
  }
  /*post-list*/
  .page-template-blog h1,
  .portfolio-page h1 {
    padding-bottom: 50px;
  }
  .blog-banner .wrapper {
    grid-template-columns: 44% auto;
  }
  .blog-banner .wrapper .img-wrap {
    height: 350px;
  }
  .blog-banner a.arrow-link {
    margin-top: 15px;
  }
  .blog-banner h2 {
    font-size: 30px;
  }
  .blog-wrap ul {
    grid-gap: 30px;
    padding-bottom: 60px;
  }
  .page-template-blog ul .date-wrap p {
    line-height: normal;
    font-size: 16px;
  }
  .blog-wrap ul li h3 a {
    font-size: 21px;
  }
  .blog-wrap ul .cta-section {
    padding: 50px 70px;
    margin: 20px 0;
    grid-template-columns: 44% auto;
  }
  .blog-wrap ul .cta-section p {
    font-size: 24px;
    padding-bottom: 15px;
    width: 360px;
  }
  .blog-wrap .pagination-wrap {
    padding-bottom: 50px;
  }
  .portfolio-page .wrap {
    grid-template-columns: 270px auto;
    grid-gap: 40px;
  }
  .portfolio-page .wrap .left-tab ul.tabs li {
    font-size: 18px;
    padding: 17px 0px 11px;
  }
  .portfolio-page .wrap .right-tab li .main-box-wrapper .img-wrap {
    height: 210px;
  }
  /**/
  .portfolio-detail-page .wrap p.location {
    margin: 0;
  }
  .portfolio-detail-page .wrap {
    grid-template-columns: 400px auto;
    grid-gap: 40px;
  }
  .portfolio-detail-page .wrap .img-gallery {
    margin-top: 15px;
    grid-gap: 15px;
  }
  .portfolio-page .wrap .left-tab h3 {
    font-size: 23px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1121px) and (max-width: 1279px) {
  .container {
    width: 1121px;
  }
  #header {
    padding: 15px 0;
  }
  #header .container {
    padding: 0 20px;
  }
  body h1 {
    font-size: 43px;
  }
  .btn-main {
    padding: 11px 17px;
  }
  #header .wrapper .logo {
    width: 168px;
  }
  #header .wrapper ul#menu-header-menu {
    margin: 0 -13px;
  }
  #header .wrapper ul#menu-header-menu > li {
    margin: 0 13px;
  }
  #header .wrapper ul#menu-header-menu li a {
    font-size: 14px;
  }
  .banner p.sub-title,
  .smart-solar p.sub-title {
    font-size: 20px;
  }
  html body .wistia_embed {
    height: 650px !important;
  }
  html body.home .wistia_embed {
    margin-top: 110px;
  }
  .padding {
    padding: 50px 0;
  }
  body h2 {
    font-size: 38px;
  }
  .banner::before {
    height: 400px;
    top: -210px;
  }
  .banner .container {
    top: 0%;
  }
  .smart-solar .wrap {
    margin-top: 40px;
  }
  .smart-solar .wrap .col2 .single-box img {
    width: 150px;
  }
  .smart-solar .wrap .col2 .single-box h3 {
    font-size: 20px;
    margin: 0 0 10px;
  }
  .smart-solar .wrap .col2 .single-box p {
    font-size: 18px;
  }
  .powering-comunity p.sub-title {
    font-size: 20px;
    margin: 15px auto 40px;
    width: 656px;
  }
  .powering-comunity .box-wrap {
    grid-gap: 15px;
  }
  .powering-comunity .box-wrap .img-wrap {
    height: 230px;
  }
  .powering-comunity .box-wrap .content::before,
  .powering-comunity .box-wrap .content::after {
    top: -61px;
    height: 67px;
  }
  .powering-comunity .box-wrap .content {
    padding: 25px 20px;
  }
  .powering-comunity .box-wrap .content h3 {
    font-size: 23px;
    margin-bottom: 20px;
  }
  .powering-comunity .box-wrap .content ul li {
    font-size: 18px;
  }
  .powering-comunity .box-wrap .content ul li::before,
  .powering-comunity .box-wrap .content ul li::after {
    top: 2px;
  }
  .edisun-diff p.sub-title {
    font-size: 18px;
  }
  .edisun-diff .wrap {
    width: 716px;
  }
  .edisun-diff .box-wrap .single-box h3 {
    font-size: 22px;
  }
  .edisun-diff .box-wrap .single-box p {
    font-size: 16px;
  }
  .edisun-diff .box-wrap {
    padding-top: 30px;
    grid-gap: 20px;
  }
  .edisun-diff .box-wrap img {
    width: 60px;
    height: 60px;
  }
  .edisun-diff .box-wrap .single-box:first-child::before {
    right: -10px;
  }
  .edisun-diff .box-wrap .single-box:first-child::after {
    bottom: -9px;
  }
  .testimonial ul.testimonial-slider {
    padding: 0 70px;
  }
  .testimonial ul.testimonial-slider li,
  .customer-say .box {
    padding: 0px 20px;
    margin-top: 30px;
    min-height: 340px;
  }
  .testimonial .owl-carousel .owl-stage .owl-item:last-child li > img {
    width: 41%;
  }
  .testimonial ul.testimonial-slider li .content,
  .customer-say .box .content {
    width: 520px;
    margin-left: 30px;
  }
  .testimonial ul.testimonial-slider li p.designation,
  .customer-say .box p.designation {
    font-size: 20px;
  }
  .testimonial ul.testimonial-slider li .bottom img,
  .customer-say .box .bottom img {
    width: 100px;
  }
  .testimonial ul.testimonial-slider li .text p,
  .customer-say .box .text p {
    font-size: 20px;
  }
  .testimonial ul.testimonial-slider li .bottom,
  .customer-say .box .bottom {
    padding: 20px 0;
  }
  .testimonial ul.testimonial-slider li > img,
  .customer-say .box > img {
    margin-top: -30px;
    width: 30%;
  }
  .testimonial ul.testimonial-slider li p.designation::before,
  .testimonial ul.testimonial-slider li p.designation::after,
  .customer-say .box p.designation::before,
  .customer-say .box p.designation::after {
    height: 35px;
  }
  .testimonial ul.testimonial-slider li p.designation::after,
  .customer-say .box p.designation::after {
    height: 25px;
    top: 35px;
  }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    left: 0px;
    width: 60px;
    height: 40px;
  }
  .owl-carousel .owl-nav button.owl-next {
    right: 0px;
  }
  .owl-carousel .owl-nav button.owl-prev::before,
  .owl-carousel .owl-nav button.owl-next::before {
    height: 17px;
    width: 29px;
  }
  .cta .wrap {
    width: 460px;
    padding-left: 80px;
  }
  .cta .wrap p.sub-title {
    font-size: 20px;
    padding: 20px 0px 30px 0;
    width: 360px;
  }
  #footer {
    padding: 60px 0 0px;
  }
  #footer .top .logo a {
    width: 168px;
    display: block;
  }
  #footer h3 {
    font-size: 20px;
  }
  #footer .top {
    grid-template-columns: 221px 398px 186px 1fr;
  }
  #footer .top .second-wrap p {
    width: 350px;
  }
  #footer .top .second-wrap .company-wrap {
    width: 100px;
  }
  #footer .bottom {
    margin-top: 50px;
    padding: 20px 0;
  }
  /*About*/
  .inner-banner .container p.sub-title {
    font-size: 20px;
  }
  .inner-banner .container .wrapper {
    width: 388px;
  }
  .inner-banner .container .wrapper::before {
    right: -30px;
    top: -30px;
    bottom: -30px;
  }
  .our-commitment {
    min-height: 430px;
  }
  .our-commitment .container .wrap {
    width: 410px;
  }
  .our-commitment .container .wrap p {
    font-size: 18px;
  }
  .our-value .wrap img.sun-image {
    width: 600px;
  }
  .our-value .wrap ul li p {
    font-size: 16px;
    padding: 12px 25px;
    margin-left: 80px;
  }
  .our-value .wrap ul li p::before {
    left: -80px;
    width: 80px;
  }
  .our-value .wrap ul li img {
    width: 100px;
    height: 100px;
  }
  .our-value .wrap ul li:nth-child(odd) p {
    margin-right: 80px;
  }
  .our-value .wrap ul li:nth-child(odd) p::before {
    left: auto !important;
    right: -80px;
  }
  .our-value .wrap ul li:nth-child(3) {
    padding-top: 125px;
    padding-right: 220px;
  }
  .our-value .wrap ul li:nth-child(4) {
    padding-top: 125px;
    padding-left: 220px;
  }
  .our-value .wrap ul li:nth-child(5) {
    padding-top: 90px;
    padding-right: 80px;
  }
  .our-value .wrap ul li:nth-child(6) {
    padding-top: 90px;
    padding-left: 80px;
  }
  .our-value .wrap img.white-logo {
    width: 170px;
  }
  .our-leaders {
    padding: 60px 0;
  }
  .our-leaders p.sub-title {
    font-size: 20px;
    width: 430px;
    padding: 10px 0 25px;
  }
  .our-leaders .wrap .box {
    padding: 20px 20px 30px;
    min-width: 300px;
    margin: 0 10px;
  }
  .our-leaders .wrap .box h4 {
    font-size: 21px;
  }
  .our-leaders .wrap .box a.linkedin {
    width: 45px;
    height: 45px;
  }
  #header .wrapper a.search {
    width: 41px;
    height: 41px;
    background-size: 18px;
  }
  /*multifamily*/
  .inner-banner {
    min-height: 460px;
  }
  .inner-banner .container .wrapper {
    width: 448px;
    padding-left: 20px;
  }
  .unlocks-benefits h2 {
    padding-bottom: 20px;
  }
  .unlocks-benefits .box {
    grid-gap: 70px;
  }
  .unlocks-benefits .box h3 {
    font-size: 30px;
  }
  .unlocks-benefits .box h4 {
    font-size: 20px;
  }
  .unlocks-benefits .box p {
    font-size: 18px;
  }
  .unlocks-benefits .box .img-wrap img:last-child {
    right: -40px;
    width: 80px;
  }
  .smart-tech p.sub-title {
    font-size: 20px;
    width: 675px;
    padding: 10px 0 30px;
  }
  .smart-tech ul {
    grid-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
  .smart-tech ul li h3 {
    font-size: 22px;
  }
  .smart-tech ul li img {
    margin-bottom: 20px;
    margin-left: 0;
  }
  .faq-sec {
    padding: 50px 0;
  }
  .faq-sec p.sub-title {
    font-size: 20px;
    padding: 10px 0 30px;
    width: 892px;
  }
  .faq-sec ul.faq li .faq-question {
    font-size: 22px;
    padding: 10px;
  }
  .faq-sec ul.faq li .faq-question::after {
    width: 15px;
    height: 8px;
  }
  .faq-sec ul.faq li .faq-question img {
    width: 60px;
  }
  .faq-sec ul.faq li .answer_faq .faq-answer {
    padding: 0 20px 15px 20px;
  }
  .customer-say .way-to-save {
    padding-top: 50px;
  }
  .customer-say .way-to-save ul {
    grid-gap: 20px;
    padding-top: 30px;
  }
  .customer-say .way-to-save h3 {
    font-size: 25px;
  }
  .customer-say .way-to-save ul li {
    padding: 20px;
  }
  .customer-say .way-to-save p {
    font-size: 18px;
  }
  .customer-say .box {
    width: 85%;
    margin: 40px auto 0;
  }
  .customer-say .box .text {
    padding-bottom: 10px;
  }
  .testimonial ul.testimonial-slider li .text::before,
  .customer-say .box .text::before {
    top: -10px;
    left: -20px;
    width: 50px;
    height: 49px;
  }
  .page-template-about .inner-banner .container .wrapper {
    width: 410px;
  }
  .page-template-Commercial .img-wrap-sec .wrap .box {
    min-width: 162px;
    margin: -67px 10px 0;
  }
  .step-wrap {
    margin: 70px 0 0;
  }
  .step-wrap .single h3 {
    font-size: 20px;
  }
  .power-your-home .wrap {
    margin-top: 40px;
    grid-gap: 50px;
  }
  .step-wrap .single::before {
    right: -74px;
    top: 42px;
  }
  .step-wrap .single img {
    width: 100px;
  }
  .step-wrap::before {
    top: 50px;
    left: 20px;
    width: calc(100% - 80px);
  }
  .step-wrap .single span.number {
    font-size: 70px;
    top: -35px;
    left: -100px;
  }
  .page-template-residential .customer-say .box > img {
    width: 38%;
  }
  .contact-form .wrap {
    padding: 40px 50px;
  }
  .contact-form .wrap p.center {
    font-size: 25px;
  }
  .gform_wrapper .gform_footer {
    margin-top: 40px !important;
  }
  .gform_wrapper .gform_footer .gform_button {
    padding: 20px 80px;
  }
  body.error404 .inner-banner,
  html body.page-template-about .wistia_embed {
    margin-top: 96px;
  }
  body.error404 .inner-banner h1 {
    font-size: 80px;
  }
  .page-template-Commercial .powering-comunity .box-wrap .content::before,
  .page-template-multi-family .powering-comunity .box-wrap .content::before,
  .page-template-residential .powering-comunity .box-wrap .content::before {
    height: 49px;
    top: -49px;
  }
  .page-template-contact .inner-banner {
    min-height: 410px;
  }
  .our-value .container {
    width: 1121px;
  }
  .gform_wrapper .gfield .gchoice input {
    width: 20px;
    height: 20px;
  }
  .gform_wrapper .gfield .gchoice label {
    font-size: 15px;
  }
  .page-template-blog .blog-banner,
  .blog-detail-page,
  .portfolio-page,
  .portfolio-detail-page {
    padding: 160px 0 50px;
  }
  .blog-detail-page .container {
    width: 930px;
  }
  .blog-detail-page .top-bar {
    margin-bottom: 20px;
  }
  .blog-detail-page .content p,
  .blog-detail-page .content ol li,
  .blog-detail-page .content ul li {
    font-size: 18px;
  }
  .blog-detail-page h1 {
    font-size: 45px;
  }
  .blog-detail-page .content .feature-img {
    margin: 30px 0;
  }
  .blog-detail-page .content ol,
  .blog-detail-page .content ul {
    margin: 30px 0 0 20px;
  }
  .blog-detail-page .content h2,
  .blog-detail-page .content h3,
  .blog-detail-page .content h4,
  .blog-detail-page .content h5,
  .blog-detail-page .content h6 {
    margin: 25px 0 20px;
  }
  .blog-detail-page .content h2 {
    font-size: 26px;
  }
  .blog-detail-page .content h3 {
    font-size: 24px;
  }
  .blog-detail-page .content h4 {
    font-size: 22px;
  }
  .blog-detail-page .content h5 {
    font-size: 20px;
  }
  .blog-detail-page .content h6 {
    font-size: 18px;
  }
  .blog-detail-page .top-bar p {
    font-size: 16px;
  }
  /*post-list*/
  .page-template-blog h1,
  .portfolio-page h1 {
    padding-bottom: 35px;
  }
  .blog-banner .wrapper {
    grid-template-columns: 44% auto;
  }
  .blog-banner .wrapper .right-wrap {
    padding-right: 50px;
  }
  .blog-banner .wrapper .img-wrap {
    height: 350px;
  }
  .blog-banner a.arrow-link {
    margin-top: 15px;
  }
  .blog-banner h2 {
    font-size: 30px;
  }
  .blog-wrap ul {
    grid-gap: 30px;
    padding-bottom: 60px;
  }
  .blog-wrap ul li .img-wrap {
    height: 193px;
  }
  .page-template-blog ul .date-wrap p {
    line-height: normal;
    font-size: 16px;
  }
  .blog-wrap ul li h3 a {
    font-size: 21px;
  }
  .blog-wrap ul .cta-section {
    padding: 50px 70px;
    margin: 20px 0;
    grid-template-columns: 44% auto;
  }
  .blog-wrap ul .cta-section p {
    font-size: 24px;
    padding-bottom: 15px;
    width: 360px;
  }
  .blog-wrap .pagination-wrap {
    padding-bottom: 50px;
  }
  .portfolio-page .wrap {
    grid-template-columns: 270px auto;
    grid-gap: 40px;
  }
  .portfolio-page .wrap .left-tab ul.tabs li {
    font-size: 18px;
    padding: 17px 0px 11px;
  }
  .portfolio-page .wrap .right-tab li .main-box-wrapper .img-wrap {
    height: 160px;
  }
  .portfolio-page .wrap .right-tab li .main-box-wrapper h3 {
    font-size: 18px;
    padding: 15px 10px 10px 10px;
  }
  p.location {
    padding: 0 10px 20px 30px;
  }
  p.location::before {
    left: 10px;
  }
  /**/
  .portfolio-detail-page .wrap h1 {
    font-size: 28px;
  }
  .portfolio-detail-page .wrap h6 {
    margin: 15px 10px 15px 0;
  }
  .portfolio-detail-page .wrap p.location {
    margin: 0;
  }
  .portfolio-detail-page .wrap {
    grid-template-columns: 400px auto;
    grid-gap: 40px;
  }
  .portfolio-detail-page .wrap .img-gallery {
    margin-top: 15px;
    grid-gap: 15px;
  }
  .portfolio-page .wrap .left-tab h3 {
    font-size: 23px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1120px) {
  .container {
    width: 100%;
  }
  #header {
    padding: 15px 0;
  }
  #header .container {
    padding: 0 20px;
  }
  body h1 {
    font-size: 37px;
  }
  .btn-main {
    padding: 11px 17px;
  }
  #header .wrapper .logo {
    width: 160px;
  }
  #header .wrapper ul#menu-header-menu {
    margin: 0 -13px;
  }
  #header .wrapper ul#menu-header-menu > li {
    margin: 0 13px;
  }
  #header .wrapper ul#menu-header-menu li a {
    font-size: 14px;
  }
  .banner p.sub-title,
  .smart-solar p.sub-title {
    font-size: 18px;
  }
  html body .wistia_embed {
    height: 600px !important;
  }
  html body.home .wistia_embed {
    margin-top: 100px;
  }
  .padding {
    padding: 50px 0;
  }
  body h2 {
    font-size: 38px;
  }
  .banner::before {
    height: 400px;
    top: -210px;
  }
  .banner .container {
    top: 0%;
  }
  .smart-solar .wrap {
    margin-top: 20px;
    grid-gap: 20px;
  }
  .smart-solar .wrap .col2 .single-box img {
    width: 150px;
    margin-left: 0;
  }
  .smart-solar .wrap .col2 .single-box h3 {
    font-size: 20px;
    margin: 0 0 10px;
  }
  .smart-solar .wrap .col2 .single-box p {
    font-size: 18px;
  }
  .powering-comunity p.sub-title {
    font-size: 20px;
    margin: 15px auto 40px;
    width: 656px;
  }
  .powering-comunity .box-wrap {
    grid-gap: 15px;
    width: 960px;
    margin: 0 auto;
  }
  .powering-comunity .box-wrap .img-wrap {
    height: 200px;
  }
  .powering-comunity .box-wrap .content::before,
  .powering-comunity .box-wrap .content::after {
    top: -52px;
    height: 58px;
  }
  .powering-comunity .box-wrap .content {
    padding: 21px 15px 15px;
  }
  .powering-comunity .box-wrap .content h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .powering-comunity .box-wrap .content ul li {
    font-size: 16px;
  }
  .powering-comunity .box-wrap .content ul li::before,
  .powering-comunity .box-wrap .content ul li::after {
    top: 2px;
  }
  .edisun-diff {
    background-position: 10% 100%;
  }
  .edisun-diff p.sub-title {
    font-size: 18px;
  }
  .edisun-diff .wrap {
    width: 660px;
  }
  .edisun-diff .box-wrap .single-box h3 {
    font-size: 22px;
  }
  .edisun-diff .box-wrap .single-box p {
    font-size: 16px;
  }
  .edisun-diff .box-wrap .single-box .content {
    padding-left: 10px;
  }
  .edisun-diff .box-wrap {
    padding-top: 30px;
    grid-gap: 20px;
  }
  .edisun-diff .box-wrap img {
    width: 60px;
    height: 60px;
  }
  .edisun-diff .box-wrap .single-box:first-child::before {
    right: -10px;
  }
  .edisun-diff .box-wrap .single-box:first-child::after {
    bottom: -9px;
  }
  .testimonial h2 {
    margin-bottom: 0;
  }
  .testimonial ul.testimonial-slider {
    padding: 0 70px;
  }
  .testimonial ul.testimonial-slider li,
  .customer-say .box {
    padding: 0px 20px;
    margin-top: 30px;
    min-height: 340px;
  }
  .testimonial .owl-carousel .owl-stage .owl-item:last-child li > img {
    width: 41%;
  }
  .testimonial ul.testimonial-slider li .content,
  .customer-say .box .content {
    width: 520px;
    margin-left: 30px;
  }
  .testimonial ul.testimonial-slider li p.designation,
  .customer-say .box p.designation {
    font-size: 18px;
  }
  .testimonial ul.testimonial-slider li .bottom img,
  .customer-say .box .bottom img {
    width: 100px;
  }
  .testimonial ul.testimonial-slider li .text p,
  .customer-say .box .text p {
    font-size: 18px;
  }
  .testimonial ul.testimonial-slider li .bottom,
  .customer-say .box .bottom {
    padding: 20px 0;
  }
  .testimonial ul.testimonial-slider li > img,
  .customer-say .box > img {
    margin-top: -30px;
    width: 30%;
  }
  .testimonial ul.testimonial-slider li p.designation::before,
  .testimonial ul.testimonial-slider li p.designation::after,
  .customer-say .box p.designation::before,
  .customer-say .box p.designation::after {
    height: 35px;
  }
  .testimonial ul.testimonial-slider li p.designation::after,
  .customer-say .box p.designation::after {
    height: 20px;
    top: 35px;
  }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    left: 0px;
    width: 60px;
    height: 40px;
  }
  .owl-carousel .owl-nav button.owl-next {
    right: 0px;
  }
  .owl-carousel .owl-nav button.owl-prev::before,
  .owl-carousel .owl-nav button.owl-next::before {
    height: 17px;
    width: 29px;
  }
  .cta .wrap {
    width: 460px;
    padding-left: 80px;
  }
  .cta .wrap p.sub-title {
    font-size: 20px;
    padding: 20px 0px 30px 0;
    width: 310px;
  }
  #footer {
    padding: 50px 0 0px;
  }
  #footer .top .logo a {
    width: 160px;
    display: block;
  }
  #footer h3 {
    font-size: 18px;
  }
  #footer .top {
    grid-template-columns: 20% 35% 17% 27%;
  }
  #footer .top .second-wrap p {
    width: 250px;
  }
  #footer .top .second-wrap .company-wrap {
    width: 100px;
  }
  #footer .top .mail a::before {
    height: 30px;
    width: 30px;
    top: -3px;
  }
  #footer .top .mail a {
    font-size: 15px;
    padding-left: 37px;
    margin: 15px 0 0;
  }
  #footer .top .second-wrap .company-wrap img {
    margin-right: 31px;
    max-height: 44px;
  }
  #footer .bottom {
    margin-top: 50px;
    padding: 20px 0;
  }
  /*About*/
  .inner-banner .container p.sub-title {
    font-size: 18px;
  }
  .inner-banner .container .wrapper {
    width: 358px;
    padding-left: 20px;
  }
  .inner-banner .container .wrapper::before {
    right: -20px;
    top: -20px;
    bottom: -20px;
  }
  .our-commitment {
    min-height: 390px;
  }
  .our-commitment .container .wrap {
    width: 410px;
  }
  .our-commitment .container .wrap p {
    font-size: 18px;
  }
  .our-value .wrap img.sun-image {
    width: 500px;
  }
  .our-value .wrap img.white-logo {
    width: 120px;
  }
  .our-value .wrap ul li p {
    font-size: 16px;
    padding: 12px 25px;
    margin-left: 50px;
  }
  .our-value .wrap ul li p::before {
    left: -50px;
    width: 50px;
  }
  .our-value .wrap ul li img {
    width: 90px;
    height: 90px;
  }
  .our-value .wrap ul li:nth-child(odd) p {
    margin-right: 50px;
  }
  .our-value .wrap ul li:nth-child(odd) p::before {
    left: auto !important;
    right: -50px;
  }
  .our-value .wrap ul li:first-child {
    padding-right: 60px;
  }
  .our-value .wrap ul li:nth-child(2) {
    padding-left: 60px;
  }
  .our-value .wrap ul li:nth-child(3) {
    padding-top: 65px;
    padding-right: 180px;
  }
  .our-value .wrap ul li:nth-child(4) {
    padding-top: 65px;
    padding-left: 180px;
  }
  .our-value .wrap ul li:nth-child(5) {
    padding-top: 70px;
    padding-right: 60px;
  }
  .our-value .wrap ul li:nth-child(6) {
    padding-top: 70px;
    padding-left: 60px;
  }
  .our-leaders {
    padding: 60px 0;
  }
  .our-leaders p.sub-title {
    font-size: 20px;
    width: 430px;
    padding: 10px 0 25px;
  }
  .our-leaders .wrap .box {
    padding: 20px 20px 30px;
    min-width: 300px;
    margin: 0 10px;
  }
  .our-leaders .wrap .box h4 {
    font-size: 21px;
  }
  .our-leaders .wrap .box a.linkedin {
    width: 45px;
    height: 45px;
  }
  #header .wrapper a.search {
    width: 41px;
    height: 41px;
    background-size: 18px;
  }
  /*multifamily*/
  .inner-banner {
    min-height: 370px;
  }
  .inner-banner .container .wrapper {
    width: 448px;
    padding-left: 20px;
  }
  .unlocks-benefits h2 {
    padding-bottom: 20px;
  }
  .unlocks-benefits .box {
    grid-gap: 70px;
  }
  .unlocks-benefits .box h3 {
    font-size: 25px;
  }
  .unlocks-benefits .box h4 {
    font-size: 20px;
  }
  .unlocks-benefits .box p {
    font-size: 16px;
  }
  .unlocks-benefits .box .img-wrap img:last-child {
    right: -40px;
    width: 80px;
  }
  .smart-tech p.sub-title {
    font-size: 20px;
    width: 675px;
    padding: 10px 0 30px;
  }
  .smart-tech ul {
    grid-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
  .smart-tech ul li h3 {
    font-size: 22px;
  }
  .smart-tech ul li img {
    margin-bottom: 20px;
    margin-left: 0;
  }
  .faq-sec {
    padding: 50px 0;
  }
  .faq-sec ul.faq {
    width: 575px;
  }
  .faq-sec p.sub-title {
    font-size: 20px;
    padding: 10px 0 30px;
    width: 892px;
  }
  .faq-sec ul.faq li .faq-question {
    font-size: 22px;
    padding: 10px;
  }
  .faq-sec ul.faq li .faq-question::after {
    width: 15px;
    height: 8px;
    top: 39px;
  }
  .faq-sec ul.faq li .faq-question img {
    width: 60px;
  }
  .faq-sec ul.faq li .answer_faq .faq-answer {
    padding: 0 20px 15px 20px;
  }
  .customer-say .way-to-save {
    padding-top: 50px;
  }
  .customer-say .way-to-save ul {
    grid-gap: 15px;
    padding-top: 20px;
  }
  .customer-say .way-to-save h3 {
    font-size: 20px;
    padding: 0 0 11px;
  }
  .customer-say .way-to-save ul li {
    padding: 20px;
  }
  .customer-say .way-to-save p {
    font-size: 18px;
  }
  .customer-say .box {
    width: 92%;
    margin: 40px auto 0;
  }
  .customer-say .box .text {
    padding-bottom: 10px;
  }
  .testimonial ul.testimonial-slider li .text::before,
  .customer-say .box .text::before {
    top: -10px;
    left: -20px;
    width: 50px;
    height: 49px;
  }
  .page-template-about .inner-banner .container .wrapper {
    width: 370px;
  }
  .page-template-Commercial .img-wrap-sec .wrap .box {
    min-width: 142px;
    margin: -47px 5px 0;
  }
  .page-template-Commercial .img-wrap-sec .wrap .box img {
    max-height: 75px;
  }
  .step-wrap {
    margin: 70px 0 0;
  }
  .step-wrap .single h3 {
    font-size: 20px;
  }
  .power-your-home .wrap {
    margin-top: 40px;
    grid-gap: 50px;
  }
  .step-wrap .single::before {
    right: -74px;
    top: 42px;
  }
  .step-wrap .single img {
    width: 100px;
  }
  .step-wrap::before {
    top: 50px;
    left: 20px;
    width: calc(100% - 80px);
  }
  .step-wrap .single span.number {
    font-size: 70px;
    top: -35px;
    left: -100px;
  }
  .page-template-residential .customer-say .box > img {
    width: 38%;
  }
  .page-template-residential .customer-say .box {
    min-height: 300px;
  }
  .contact-form .wrap {
    padding: 30px 40px;
  }
  .contact-form .wrap p.center {
    font-size: 22px;
  }
  .gform_wrapper .gfield input:not(.gfield-choice-input),
  .gform_wrapper .gfield select,
  .gform_wrapper .gfield textarea {
    height: 50px;
    line-height: 50px;
    padding: 0 20px !important;
    font-size: 14px !important;
  }
  .gform_wrapper .gform_footer {
    margin-top: 30px !important;
  }
  .gform_wrapper .gform_footer .gform_button {
    padding: 20px 50px;
  }
  body.error404 .inner-banner,
  html body.page-template-about .wistia_embed {
    margin-top: 94px;
  }
  body.error404 .inner-banner h1 {
    font-size: 80px;
  }
  .page-template-Commercial .powering-comunity .box-wrap .content::before,
  .page-template-multi-family .powering-comunity .box-wrap .content::before,
  .page-template-residential .powering-comunity .box-wrap .content::before {
    height: 43px;
    top: -43px;
  }
  .gform_wrapper .gfield .gchoice input {
    width: 15px;
    height: 15px;
  }
  .gform_wrapper .gfield .gchoice label {
    font-size: 15px;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .gform_wrapper .gfield .gfield_checkbox > div {
    height: 50px;
    padding: 10px;
  }
  .page-template-blog .blog-banner,
  .blog-detail-page,
  .portfolio-page,
  .portfolio-detail-page {
    padding: 160px 0 50px;
  }
  .blog-detail-page .container {
    width: 930px;
  }
  .blog-detail-page .top-bar {
    margin-bottom: 20px;
  }
  .blog-detail-page .content p,
  .blog-detail-page .content ol li,
  .blog-detail-page .content ul li {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .blog-detail-page h1 {
    font-size: 40px;
  }
  .blog-detail-page .content .feature-img {
    margin: 30px 0;
  }
  .blog-detail-page .content ol,
  .blog-detail-page .content ul {
    margin: 20px 0 0 20px;
  }
  .blog-detail-page .content h2,
  .blog-detail-page .content h3,
  .blog-detail-page .content h4,
  .blog-detail-page .content h5,
  .blog-detail-page .content h6 {
    margin: 25px 0 20px;
  }
  .blog-detail-page .content h2 {
    font-size: 26px;
  }
  .blog-detail-page .content h3 {
    font-size: 24px;
  }
  .blog-detail-page .content h4 {
    font-size: 22px;
  }
  .blog-detail-page .content h5 {
    font-size: 20px;
  }
  .blog-detail-page .content h6 {
    font-size: 18px;
  }
  .blog-detail-page .content a.lets-chat {
    margin-top: 40px;
  }
  .blog-detail-page .top-bar p {
    font-size: 16px;
  }
  /*post-list*/
  .page-template-blog h1,
  .portfolio-page h1 {
    padding-bottom: 35px;
  }
  .blog-banner .wrapper {
    grid-template-columns: 46% auto;
    grid-gap: 20px;
  }
  .blog-banner .wrapper .right-wrap {
    padding-right: 50px;
  }
  .blog-banner .wrapper .img-wrap {
    height: 380px;
  }
  .blog-banner a.arrow-link {
    margin-top: 15px;
  }
  .blog-banner h2 {
    font-size: 26px;
  }
  .blog-wrap ul {
    grid-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 60px;
  }
  .blog-wrap ul li .img-wrap {
    height: 193px;
  }
  .page-template-blog ul .date-wrap p {
    line-height: normal;
    font-size: 16px;
  }
  .blog-wrap ul li h3 a {
    font-size: 21px;
  }
  .blog-wrap ul .cta-section {
    padding: 40px 70px;
    margin: 20px 0;
    grid-template-columns: 44% auto;
    grid-column: 1/3;
  }
  .blog-wrap ul .cta-section p {
    font-size: 24px;
    padding-bottom: 15px;
    width: 360px;
  }
  .blog-wrap .pagination-wrap {
    padding-bottom: 50px;
  }
  .portfolio-page .wrap {
    grid-template-columns: 220px auto;
    grid-gap: 30px;
  }
  .portfolio-page .wrap .left-tab ul.tabs li {
    font-size: 16px;
    padding: 17px 0px 11px;
  }
  .portfolio-page .wrap .right-tab li .main-box-wrapper .img-wrap {
    height: 130px;
  }
  .portfolio-page .wrap .right-tab li .main-box-wrapper h3 {
    font-size: 18px;
    padding: 15px 10px 10px 10px;
  }
  p.location {
    padding: 0 10px 20px 30px;
  }
  p.location::before {
    left: 10px;
  }
  /**/
  .portfolio-detail-page .wrap h1 {
    font-size: 26px;
  }
  .portfolio-detail-page .wrap h6 {
    margin: 15px 10px 15px 0;
    font-size: 16px;
  }
  .portfolio-detail-page .wrap p.location {
    margin: 0;
  }
  .portfolio-detail-page .wrap {
    grid-template-columns: 330px auto;
    grid-gap: 20px;
  }
  .portfolio-detail-page .wrap .img-gallery {
    margin-top: 15px;
    grid-gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
  .portfolio-detail-page .wrap p,
  .portfolio-detail-page .wrap ul li {
    font-size: 16px;
  }
  .portfolio-page .wrap .left-tab h3 {
    font-size: 19px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .for-mobile {
    display: block;
  }
  .for-desktop {
    display: none;
  }
  html.menu-open {
    overflow: hidden;
  }
  #header {
    width: 100%;
    top: 0 !important;
    border-radius: 0;
    padding: 13px 0;
  }
  #header .wrapper ul#menu-header-menu {
    margin: 0 !important;
    display: block !important;
    overflow-x: hidden;
    overflow-y: auto;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 20px;
    max-height: 350px;
  }
  #header .wrapper ul#menu-header-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 !important;
    margin: 0 20px !important;
  }
  #header .wrapper ul#menu-header-menu li:last-child {
    border: 0;
  }
  #header .wrapper ul#menu-header-menu li a {
    color: #021B2D;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    width: 100%;
    padding: 18px 0;
    display: inline-block;
  }
  #header .res_navigation {
    display: block;
    position: relative;
    order: 3;
  }
  #header .wrapper .mobile-menu {
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    width: 100%;
    max-width: 100%;
    transition: all 0.5s ease 0s;
    position: fixed;
    top: 90px;
    left: 0;
    bottom: 0px;
    background-color: #fff;
    z-index: 9;
    padding: 0;
    overflow-y: auto;
    float: none;
    margin: 0 !important;
    height: auto;
  }
  html.menu-open #header .wrapper .mobile-menu {
    left: 0;
    transform: translateX(0) translateY(0);
  }
  #header .wrapper ul#menu-header-menu li a:hover {
    color: #021B2D !important;
  }
  /**/
  #header .wrapper ul#menu-header-menu span.submenu-click-arrow {
    top: 0;
    filter: brightness(0) saturate(100%) invert(20%) sepia(0%) saturate(4713%) hue-rotate(332deg) brightness(93%) contrast(94%);
    height: 50px;
    width: 50px;
    background-position: center;
    background-size: 11px;
    pointer-events: all;
  }
  #header .wrapper ul#menu-header-menu li ul.sub-menu {
    width: 100% !important;
    background: transparent;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    position: static;
    transform-origin: unset;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    opacity: 1 !important;
    visibility: visible !important;
    padding-left: 15px;
  }
  #header .wrapper ul#menu-header-menu li ul.sub-menu::before {
    content: none;
  }
  #header .wrapper ul#menu-header-menu li ul.sub-menu li a {
    padding: 10px 0;
    border: 0;
    font-size: 14px;
    font-weight: 600;
  }
  #header .wrapper ul#menu-header-menu li ul.sub-menu li.current-menu-item a {
    color: #F7941D !important;
  }
  #header .wrapper ul#menu-header-menu li.menu-item-has-children::after {
    content: none;
  }
  #header .wrapper ul#menu-header-menu ul.sub-menu li {
    margin: 0 !important;
  }
  #header .wrapper ul#menu-header-menu li:last-child {
    border: 0 !important;
  }
  #header.fixed .wrapper ul#menu-header-menu > li:hover > a {
    color: #F7941D !important;
  }
  /**/
  #header .wrapper .logo {
    order: 1;
  }
  #header .wrapper .header-btn {
    order: 2;
    margin-left: auto;
    margin-right: 15px;
  }
  #header .wrapper .header-btn a.contact-btn {
    font-size: 0 !important;
    height: 35px;
    width: 35px;
    display: none !important;
    padding: 0;
    line-height: 35px;
    background: url(../images/call.svg) no-repeat;
    background-size: 20px;
    background-position: center;
    background-color: transparent;
    border: 1px solid #F7941D;
    vertical-align: middle;
  }
  /**/
  #header .wrapper .mobile-info-wrap {
    display: block;
    margin-top: auto;
    margin-bottom: 0;
    background: #002B27;
    padding: 30px 20px;
  }
  #header .wrapper .mobile-info-wrap h3 {
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 116%;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
  }
  #header .wrapper .mobile-info-wrap h3::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: #21A498;
    height: 2px;
    width: 25px;
  }
  #header .wrapper .mobile-info-wrap .mail a::before {
    position: absolute;
    content: "";
    left: 0;
    height: 40px;
    width: 40px;
    background: url(../images/mail.svg) no-repeat;
    background-size: contain;
    top: -8px;
  }
  #header .wrapper .mobile-info-wrap .mail a {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.16px;
    position: relative;
    padding-left: 50px;
    margin: 10px 0 0;
    display: inline-block;
  }
  #header .wrapper .mobile-info-wrap .follow-us {
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
  }
  #header .wrapper .mobile-info-wrap .follow-us ul {
    display: flex;
    align-items: center;
  }
  #header .wrapper .mobile-info-wrap .follow-us ul li a {
    width: 34px;
    height: 34px;
    display: block;
    margin-right: 20px;
    background-image: url(../images/facebook.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  #header .wrapper .mobile-info-wrap .follow-us ul li.linkedin a {
    width: 26px;
    height: 26px;
    background-image: url(../images/linkedin.svg);
    top: -2px;
    position: relative;
  }
  .smart-solar .wrap {
    grid-template-columns: 1fr;
  }
  .powering-comunity p.sub-title {
    margin: 10px auto 30px;
  }
  .powering-comunity .box-wrap {
    width: 740px;
  }
  .powering-comunity .box-wrap .img-wrap {
    height: 190px;
  }
  .powering-comunity .box-wrap .content::before,
  .powering-comunity .box-wrap .content::after {
    top: -40px;
    height: 44px;
  }
  .powering-comunity .box-wrap .content h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .powering-comunity .box-wrap .content ul li {
    font-size: 15px;
  }
  .powering-comunity .box-wrap .content ul li::before,
  .powering-comunity .box-wrap .content ul li::after {
    top: 2px;
    height: 17px;
    width: 17px;
  }
  .powering-comunity .box-wrap .content ul li {
    padding: 0 0 10px 25px;
  }
  .edisun-diff {
    background-position: 0px 100%;
    padding-bottom: 330px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .owl-carousel .owl-nav {
    display: flex;
    margin-top: 30px;
    justify-content: center;
  }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    width: 66px;
    height: 34px;
    margin: 0;
    position: unset;
  }
  .owl-carousel .owl-nav button.owl-prev {
    margin-right: 10px;
  }
  .owl-carousel .owl-nav button.owl-next {
    margin-left: 10px;
  }
  .owl-carousel .owl-nav button.owl-prev::before,
  .owl-carousel .owl-nav button.owl-next::before {
    height: 13px;
    width: 21px;
  }
  .testimonial ul.testimonial-slider {
    padding: 0;
  }
  .cta .wrap {
    width: 340px;
    padding-left: 20px;
  }
  #footer .top {
    grid-template-columns: 1fr;
  }
  #footer .top .third-wrap,
  #footer .top .forth-wrap {
    display: none;
  }
  #footer .bottom {
    margin-top: 30px;
  }
  #footer .top .second-wrap {
    padding-top: 30px;
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
  #footer .top .second-wrap .company-wrap img {
    max-height: 64px;
  }
  #footer .top .second-wrap p {
    width: 500px;
    margin: 0 auto;
    text-align: center;
  }
  #footer h3 {
    margin-bottom: 15px;
    text-align: center;
  }
  #footer .top .first-wrap .follow-us {
    display: block;
    margin-top: 20px;
  }
  #footer .top .logo a {
    margin: 0 auto;
  }
  #footer .top .follow-us ul {
    justify-content: center;
  }
  #footer h3::after {
    right: 0;
    height: 2px;
    width: 35px;
    margin: 0 auto;
  }
  #footer .top .second-wrap .company-wrap {
    width: 100%;
    justify-content: center;
  }
  /*About*/
  #header .wrapper a.search {
    width: 35px;
    height: 35px;
    background-size: 16px;
  }
  .our-commitment {
    min-height: 300px;
  }
  .our-commitment .container .wrap {
    width: 350px;
  }
  .our-commitment .container .wrap p {
    font-size: 16px;
  }
  .our-commitment .container .wrap h2 {
    padding-bottom: 0px;
  }
  .our-value h2 {
    padding-bottom: 30px;
  }
  .our-value .wrap img.sun-image {
    width: 400px;
  }
  .our-value .wrap img.white-logo {
    width: 100px;
  }
  .our-value .wrap ul li img {
    width: 80px;
    height: 80px;
  }
  .our-value .wrap ul li p {
    font-size: 14px;
    padding: 10px 20px;
    margin-left: 50px;
  }
  .our-value .wrap ul li:first-child {
    padding-right: 40px;
  }
  .our-value .wrap ul li:nth-child(2) {
    padding-left: 40px;
  }
  .our-value .wrap ul li:nth-child(3) {
    padding-top: 60px;
    padding-right: 120px;
  }
  .our-value .wrap ul li:nth-child(4) {
    padding-top: 60px;
    padding-left: 120px;
  }
  .our-value .wrap ul li:nth-child(5) {
    padding-top: 60px;
    padding-left: 50px;
  }
  .our-value .wrap ul li:nth-child(6) {
    padding-top: 60px;
    padding-right: 50px;
  }
  .our-leaders .wrap .box img {
    width: 90px;
    height: 90px;
  }
  .our-leaders .wrap .box h4 {
    font-size: 19px;
  }
  .inner-banner .container p.sub-title {
    margin-bottom: 10px;
  }
  .inner-banner .container {
    top: 35%;
  }
  .unlocks-benefits .box {
    grid-template-columns: 1fr;
  }
  .unlocks-benefits .box h3 {
    font-size: 24px;
    padding-bottom: 15px;
  }
  .unlocks-benefits .box .img-wrap img:first-child {
    margin-left: 0;
  }
  .unlocks-benefits .box .img-wrap.for-mobile {
    margin-bottom: 50px;
  }
  .unlocks-benefits .box .img-wrap img:last-child {
    right: 0 !important;
    left: 0 !important;
    width: 80px;
    top: auto;
    bottom: -40px;
    transform: unset;
  }
  .smart-tech ul li p {
    font-size: 16px;
  }
  .faq-sec p.sub-title {
    font-size: 18px;
    padding: 10px 0 30px;
    width: 100%;
  }
  .page-template-Commercial .img-wrap-sec {
    padding: 50px 15px;
  }
  .page-template-Commercial .img-wrap-sec .wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
  }
  .page-template-Commercial .img-wrap-sec .wrap .box {
    min-width: 100%;
    margin: 0;
  }
  .page-template-Commercial .img-wrap-sec .wrap .box h3 {
    font-size: 18px;
  }
  .step-wrap .single img {
    width: 90px;
  }
  .step-wrap .single span.number {
    font-size: 60px;
    top: -31px;
    left: -80px;
  }
  .step-wrap::before {
    top: 45px;
  }
  .step-wrap .single::before {
    right: -40px;
    top: 39px;
  }
  .step-wrap .single h3 {
    font-size: 18px;
    padding-top: 10px;
  }
  .page-template-residential .customer-say .box {
    min-height: 310px;
  }
  .page-template-residential .customer-say .box > img {
    width: 41%;
  }
  .contact-form .wrap p.center {
    font-size: 20px;
  }
  body.error404 .inner-banner,
  html body.page-template-about .wistia_embed {
    margin-top: 90px;
  }
  body.error404 .inner-banner h1 {
    font-size: 70px;
  }
  .page-template-Commercial .powering-comunity .box-wrap .content::before,
  .page-template-multi-family .powering-comunity .box-wrap .content::before,
  .page-template-residential .powering-comunity .box-wrap .content::before {
    height: 33px;
    top: -33px;
  }
  .page-template-Commercial::before {
    height: 120px;
  }
  #header .wrapper ul#menu-header-menu > li:last-child {
    display: block !important;
  }
  .contact-form .wrap {
    padding: 20px 15px;
  }
  .gform_wrapper .gfield .gfield_checkbox {
    grid-template-columns: repeat(2, 1fr);
  }
  .gform_wrapper .gfield input:not(.gfield-choice-input),
  .gform_wrapper .gfield select,
  .gform_wrapper .gfield textarea {
    padding: 0 10px !important;
  }
  .gform_wrapper .gfield .ginput_container_select::before {
    top: 22px;
  }
  .gform_wrapper .gfield .gchoice label {
    font-size: 14px !important;
  }
  .blog-detail-page .container {
    width: 100%;
  }
  .blog-detail-page .content .feature-img {
    margin: 25px 0;
  }
  .blog-detail-page h1 {
    font-size: 35px;
  }
  .blog-detail-page .content a.lets-chat {
    margin-top: 25px;
  }
  .blog-detail-page .content h2,
  .blog-detail-page .content h3,
  .blog-detail-page .content h4,
  .blog-detail-page .content h5,
  .blog-detail-page .content h6 {
    margin: 20px 0 15px;
  }
  .blog-detail-page .content h2 {
    font-size: 24px;
  }
  .blog-detail-page .content h3 {
    font-size: 22px;
  }
  .blog-detail-page .content h4 {
    font-size: 20px;
  }
  .blog-detail-page .content h5 {
    font-size: 19px;
  }
  .blog-detail-page .content h6 {
    font-size: 18px;
  }
  .blog-detail-page .content .feature-img {
    margin: 20px 0;
  }
  .page-template-blog .blog-banner,
  .blog-detail-page,
  .portfolio-page,
  .portfolio-detail-page {
    padding: 120px 0 50px;
  }
  .blog-banner .wrapper p {
    font-size: 16px;
    line-height: 140%;
  }
  .blog-banner .wrapper .right-wrap {
    padding-right: 20px;
  }
  .blog-banner h2 {
    font-size: 24px;
  }
  .blog-banner .wrapper .img-wrap {
    height: 320px;
  }
  .blog-wrap ul li h3 {
    margin: 0px 0 15px;
  }
  .blog-wrap ul .cta-section {
    padding: 40px 60px;
    grid-template-columns: 1fr;
    grid-column: 1/3;
  }
  .blog-wrap ul .cta-section p {
    padding-bottom: 15px;
    width: 100%;
    padding: 20px 0;
  }
  .portfolio-page .wrap {
    grid-template-columns: 180px auto;
  }
  .portfolio-page .wrap .right-tab li {
    grid-template-columns: repeat(2, 1fr);
  }
  .portfolio-detail-page .wrap {
    grid-template-columns: 1fr;
  }
  .portfolio-page .wrap .left-tab h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #header .wrapper .logo {
    width: 110px;
  }
  body h1 {
    font-size: 36px;
  }
  .banner p.sub-title,
  .smart-solar p.sub-title {
    font-size: 16px;
  }
  .banner .container {
    top: 0%;
  }
  body h2 {
    font-size: 36px;
  }
  .smart-solar .wrap .col2 .single-box img {
    width: 100px;
    margin-right: 5px;
  }
  .smart-solar .wrap .col2 .single-box p {
    font-size: 16px;
  }
  .smart-solar .wrap .col2 .single-box {
    align-items: flex-start;
  }
  .powering-comunity p.sub-title {
    font-size: 18px;
    margin: 15px auto 20px;
    width: 100%;
  }
  .powering-comunity .box-wrap {
    width: 295px;
    grid-template-columns: repeat(1, 1fr);
  }
  .powering-comunity .box-wrap .content::before,
  .powering-comunity .box-wrap .content::after {
    top: -50px;
    height: 100%;
  }
  .powering-comunity .box-wrap .content {
    padding: 20px 10px 15px;
  }
  .powering-comunity .box-wrap .content h3 {
    font-size: 26px;
  }
  .powering-comunity .box-wrap .content ul li {
    font-size: 16px;
  }
  .edisun-diff .box-wrap {
    grid-gap: 0;
    grid-template-columns: repeat(1, 1fr);
  }
  .edisun-diff .wrap {
    width: 100%;
  }
  .edisun-diff p.sub-title {
    font-size: 16px;
  }
  .edisun-diff .box-wrap .single-box {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  .edisun-diff .box-wrap .single-box:first-child::before {
    content: none;
  }
  .edisun-diff .box-wrap .single-box::after {
    position: absolute;
    content: "";
    bottom: 0px !important;
    left: 0;
    background: #D3D5D8;
    height: 1px;
    width: 2000px;
    pointer-events: none;
  }
  .edisun-diff .box-wrap .single-box:last-child::after {
    content: none;
  }
  .edisun-diff .box-wrap img {
    width: 70px;
    height: 70px;
  }
  .edisun-diff {
    padding-bottom: 330px;
    background-size: 930px;
  }
  .testimonial ul.testimonial-slider li,
  .customer-say .box {
    padding: 60px 10px 0;
    min-height: unset;
    flex-direction: column-reverse;
  }
  .testimonial ul.testimonial-slider li > img,
  .customer-say .box > img {
    margin-top: 0;
    width: 60%;
    margin: 0 auto;
  }
  .testimonial ul.testimonial-slider li .content,
  .customer-say .box .content {
    width: 100%;
    margin-left: 0px;
  }
  .testimonial ul.testimonial-slider li .bottom,
  .customer-say .box .bottom {
    padding: 20px 0;
    flex-direction: column;
    align-items: unset;
  }
  .testimonial ul.testimonial-slider li .bottom img,
  .customer-say .box .bottom img {
    width: 130px;
    margin-left: 0;
  }
  .testimonial ul.testimonial-slider li p.designation,
  .customer-say .box p.designation {
    font-size: 18px;
    padding-left: 0;
    padding-bottom: 5px;
  }
  .testimonial ul.testimonial-slider li p.designation::after,
  .customer-say .box p.designation::after {
    content: none;
  }
  .testimonial ul.testimonial-slider li p.designation::before,
  .testimonial ul.testimonial-slider li p.designation::after,
  .customer-say .box p.designation::before,
  .customer-say .box p.designation::after {
    left: -10px;
  }
  .testimonial .owl-carousel .owl-stage .owl-item:last-child li > img {
    width: 100%;
  }
  .cta {
    background-position: 80% 100%;
  }
  .cta .wrap {
    width: 100%;
    padding-left: 0;
  }
  .cta .wrap::before {
    right: -660px;
  }
  .cta .wrap p.sub-title {
    padding: 15px 0px 30px 0;
    width: 280px;
  }
  #footer .top .second-wrap p {
    width: 320px;
  }
  #footer .top .second-wrap .company-wrap img:last-child {
    margin: 0;
  }
  #footer .top .second-wrap .company-wrap img {
    max-height: 44px;
  }
  .inner-banner .container .wrapper {
    width: 308px;
  }
  .inner-banner .container p.sub-title {
    line-height: 140%;
  }
  .inner-banner .container p.sub-title br {
    display: none;
  }
  .our-commitment {
    position: relative;
    z-index: 1;
  }
  .our-commitment::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
    pointer-events: none;
  }
  .our-commitment .container .wrap {
    width: 94%;
    margin-left: 0;
  }
  .our-commitment .container .wrap h2 {
    color: #fff;
  }
  .our-commitment .container .wrap p {
    color: #fff;
  }
  .our-value .wrap img.sun-image,
  .our-value .wrap img.white-logo {
    display: none;
  }
  .our-value .wrap ul {
    position: unset;
  }
  .our-value .wrap ul li {
    width: 100%;
    flex-direction: unset !important;
    padding: 0px 0 25px 0 !important;
  }
  .our-value .wrap ul li:last-child {
    padding: 0 !important;
  }
  .our-value .wrap ul li:nth-child(odd) p {
    margin-left: 50px !important;
    margin-right: 0 !important;
  }
  .our-value .wrap ul li:nth-child(odd) p::before {
    left: -50px !important;
    right: 0;
  }
  .our-value h2 {
    padding-bottom: 20px;
  }
  .our-leaders {
    padding: 40px 0;
  }
  .our-leaders p.sub-title {
    font-size: 18px;
    width: 100%;
  }
  .our-leaders .wrap {
    flex-direction: column;
  }
  .our-leaders .wrap .box {
    padding: 20px;
    min-width: unset;
    margin: 0 0px 20px;
  }
  .inner-banner {
    min-height: 590px;
    padding-bottom: 0;
    background-size: 200%;
    background-position: bottom;
    position: relative;
  }
  .inner-banner::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 63.27%, rgba(255, 255, 255, 0) 82.75%);
  }
  .inner-banner .container .wrapper {
    width: 90%;
    padding-left: 0;
  }
  .inner-banner .container {
    top: 20%;
  }
  .unlocks-benefits .box h3 br {
    display: none;
  }
  .unlocks-benefits .box h3 {
    font-size: 20px;
    padding-bottom: 15px;
  }
  .unlocks-benefits .box .img-wrap.for-mobile {
    margin-bottom: 40px;
  }
  .unlocks-benefits .box .img-wrap img:last-child {
    width: 60px;
    bottom: -30px;
  }
  .unlocks-benefits .box h4 {
    font-size: 18px;
  }
  .smart-tech p.sub-title {
    font-size: 18px;
    width: 100%;
    padding: 10px 0 30px;
  }
  .smart-tech ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .faq-sec ul.faq {
    width: 100%;
  }
  .faq-sec ul.faq li .faq-question {
    font-size: 18px;
  }
  .faq-sec ul.faq li .faq-question img {
    width: 50px;
  }
  .faq-sec ul.faq li .faq-question::after {
    top: 31px;
    right: 10px;
  }
  .customer-say .box {
    width: 100%;
    margin: 20px auto 0;
  }
  .testimonial ul.testimonial-slider li .text::before,
  .customer-say .box .text::before {
    top: -20px;
    left: 0;
  }
  .customer-say .way-to-save ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .customer-say .way-to-save h3 {
    font-size: 28px;
  }
  .faq-sec h2 {
    font-size: 30px;
  }
  .page-template-about .inner-banner .container .wrapper {
    width: 91%;
  }
  .page-template-Commercial .img-wrap-sec .wrap {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  .page-template-Commercial .img-wrap-sec .wrap .box h3 {
    font-size: 16px;
  }
  .power-your-home .wrap {
    grid-gap: 30px;
  }
  .step-wrap {
    margin: 50px 0 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .step-wrap::before,
  .step-wrap .single::before {
    content: none;
  }
  .step-wrap .single {
    width: 50%;
    margin-bottom: 50px;
  }
  .step-wrap .single:last-child {
    margin-bottom: 0 !important;
  }
  .step-wrap .single img {
    width: 120px;
  }
  .step-wrap .single span.number {
    font-size: 80px;
    top: -37px;
    left: -110px;
  }
  .page-template-residential .customer-say .box > img {
    width: 77%;
  }
  .contact-form .wrap {
    padding: 20px 10px;
  }
  .gform_wrapper .gform_fields .gfield:nth-child(4),
  .gform_wrapper .gform_fields .gfield:nth-child(5),
  .gform_wrapper .gform_fields .gfield:nth-child(6),
  .gform_wrapper .gform_fields .gfield:nth-child(7),
  .gform_wrapper .gform_fields .gfield:nth-child(8),
  .gform_wrapper .gform_fields .gfield:nth-child(9) {
    grid-column: 1/13 !important;
  }
  .gform_wrapper .gform_footer .gform_button {
    padding: 10px 40px;
    min-height: auto !important;
  }
  .gform_confirmation_message {
    width: 100%;
  }
  .banner::before {
    top: -170px;
  }
  html body.home .wistia_embed {
    margin-top: 80px;
  }
  body.error404 .inner-banner,
  html body.page-template-about .wistia_embed {
    margin-top: 70px;
    min-height: 410px;
    background-position: unset;
    background-size: cover;
  }
  body.error404 .inner-banner::before {
    content: none;
  }
  body.error404 .inner-banner h2 {
    padding: 0px 0 10px;
  }
  body.error404 .inner-banner h1 {
    font-size: 60px;
  }
  .page-template-Commercial .powering-comunity .box-wrap .content::before,
  .page-template-multi-family .powering-comunity .box-wrap .content::before,
  .page-template-residential .powering-comunity .box-wrap .content::before {
    height: 41px;
    top: -40px;
  }
  .page-template-Commercial::before {
    content: none;
  }
  .page-template-Commercial .inner-banner::before {
    bottom: 320px;
  }
  .page-template-contact .inner-banner {
    min-height: 320px;
    background-position: 70% 100%;
    background-size: cover;
  }
  .page-template-contact .inner-banner::before {
    content: none;
  }
  #header .wrapper .mobile-menu {
    top: 70px;
  }
  .custom-popup-content {
    margin: 40% auto;
  }
  .gform_wrapper.gravity-theme .gfield_label {
    margin-bottom: 5px;
  }
  .gform_wrapper .gfield .ginput_container_select::before {
    width: 11px;
    height: 7px;
    right: 24px;
    top: 22px;
  }
  .gform_wrapper .gfield .gfield_checkbox {
    grid-template-columns: repeat(1, 1fr);
  }
  .blog-detail-page .top-bar {
    flex-direction: column;
    align-items: unset;
  }
  .date-wrap {
    margin-left: 0;
    margin-top: 10px;
  }
  .page-template-blog h1,
  .portfolio-page h1 {
    padding-bottom: 25px;
  }
  .blog-banner .wrapper {
    grid-template-columns: 1fr;
  }
  .blog-banner .wrapper .img-wrap {
    height: 240px;
  }
  .blog-banner .wrapper .img-wrap img {
    border-radius: 8px 8px 0 0;
  }
  .blog-banner .wrapper .right-wrap {
    padding: 0 20px 20px;
  }
  .blog-wrap ul {
    grid-template-columns: repeat(1, 1fr);
    padding-bottom: 50px;
  }
  .blog-wrap ul .cta-section {
    padding: 20px;
    grid-template-columns: 1fr;
    grid-column: 1/2;
    margin: 10px 0;
  }
  .blog-wrap ul .cta-section h2 {
    font-size: 32px;
  }
  .blog-wrap ul .cta-section p {
    font-size: 20px;
    padding: 15px 0;
  }
  .blog-wrap .pagination-wrap * {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .blog-wrap .pagination-wrap a.prev,
  .blog-wrap .pagination-wrap a.next {
    background-size: 7px;
  }
  .portfolio-page .wrap {
    grid-template-columns: 1fr;
  }
  .portfolio-page .wrap .right-tab li {
    grid-template-columns: repeat(1, 1fr);
  }
  .portfolio-page .wrap .right-tab li .main-box-wrapper .img-wrap {
    height: 210px;
  }
  .page-template-portfolio {
    overflow: hidden;
  }
  .portfolio-detail-page .wrap .img-gallery {
    margin-top: 10px;
    grid-gap: 10px;
  }
}
/*
font-family: Montserrat;
*//*# sourceMappingURL=style.css.map */