@font-face {
  font-family: 'Hellix';
  src: url('../fonts/Hellix-Regular.eot');
  src: local('../fonts/Hellix Regular'), local('Hellix-Regular'),
    url('../fonts/Hellix-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Hellix-Regular.woff2') format('woff2'),
    url('../fonts/Hellix-Regular.woff') format('woff'),
    url('../fonts/Hellix-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Hellix';
  src: url('../fonts/Hellix-ExtraBold.eot');
  src: local('../fonts/Hellix ExtraBold'), local('Hellix-ExtraBold'),
    url('../fonts/Hellix-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Hellix-ExtraBold.woff2') format('woff2'),
    url('../fonts/Hellix-ExtraBold.woff') format('woff'),
    url('../fonts/Hellix-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Hellix';
  src: url('../fonts/Hellix-Light.eot');
  src: local('../fonts/Hellix Light'), local('Hellix-Light'),
    url('../fonts/Hellix-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Hellix-Light.woff2') format('woff2'),
    url('../fonts/Hellix-Light.woff') format('woff'),
    url('../fonts/Hellix-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}


/* CSS Document */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
blockquote,
big,
body,
center,
canvas,
caption,
cite,
code,
command,
datalist,
dd,
del,
details,
dfn,
dl,
div,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
keygen,
label,
legend,
li,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
s,
samp,
#67BE4B,
small,
span,
source,
strike,
strong,
sub,
sup,
table,
tbody,
tfoot,
thead,
th,
tr,
tdvideo,
tt,
u,
ul,
var {
  background: transparent;
  border: none;
  font-size: 100%;
  margin: 0;
  padding: 0;
  outline: 0;
  vertical-align: top;
}

html {
  scroll-behavior: smooth;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

table,
table td {
  padding: 0;
  border: none;
  border-collapse: collapse;
}

img {
  vertical-align: top;
  max-width: 100%;
}

embed {
  vertical-align: top;
}

article,
aside,
audio,
canvas,
command,
datalist,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
keygen,
meter,
nav,
output,
progress,
section,
source,
video {
  display: block;
}

mark,
rp,
rt,
ruby,
summary,
time {
  display: inline;
}

input,
textarea {
  border: 0;
  padding: 0;
  margin: 0;
  outline: 0;
}

iframe {
  border: 0;
  margin: 0;
  padding: 0;
}

input,
textarea,
select {
  margin: 0;
  padding: 0px;
}

a {
  text-decoration: none;
  color: #fff;
}

a:hover,
a:focus {
  text-decoration: none !important;
  color: #6CD6E4;
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
  -moz-transition: ease all 0.5s;
}

strong {
  font-weight: 500;
}

/* -------------------------------------------- */
/* ------------------Style---------------------- */
/* -------------------------------------------- */
html,
body {
  width: 100%;
  padding: 0;
  margin: 0;
  background: #1a1a1a;
  line-height: 28px;
  color: #fff;
  font-family: 'Exo', sans-serif;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*font styles */
h1 {
  font-size: 3em;
  line-height: 4rem;
  font-weight: 800;
  font-style: normal;
  font-family: 'Exo', sans-serif;
}

h2 {
  font-size: 2em;

  /* line-height: 3rem; */
}

h3 {
  font-size: 1.4em;

}

h4 {
  font-size: 1.2em;
  line-height: 28px;

}

h5 {
  font-size: .8em;
  line-height: 28px;

}

h6 {
  font-size: 0.67em;
}

p {
  font-size: 1rem;
  line-height: 28px;
}

strong {
  font-weight: 600;
}

.rounded-6 {
  border-radius: 20px;
}

/*padding*/
.p-t-9 {
  padding-top: 20%;
}

/*color */
.text-success {
  color: #06BC1B !important;
}

.text-fb {
  color: #3b5998;
}

.text-linkedin {
  color: #0e76a8;
}

.text-primary {
  color: #67BE4B !important;
}

.bg-primary {
  background: #67BE4B !important;
}

.text-secondary {
  color: #F99746 !important;
}

.bg-darken-1 {
  background: #1F1F1F;
}

.bg-darken-body {
  background: #1A1A1A;
}

.bg-darken-2 {
  background: #252525;
}

.select-card {
  background: #1A1A1A;
  margin-bottom: 15px;
}


/*button*/
.btn {
  font-weight: 500;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.btn-primary {
  background: #28A5B6 !important;
  border: none;
  line-height: inherit;
  border-radius: 0px;
  background-color: inherit;
  border-color: inherit;
}

.btn-primary:hover {
  background: #11717E !important;
  color: #fff !important;
  border-color: inherit !important;
}

.btn-primary:focus {
  box-shadow: none !important;
  background: #11717E !important;
  color: #fff !important;
  border-color: inherit !important;
  border: none !important;
}

.bg-secondary {
  background: #F99746 !important;
}

#threeDee::after,
#threeDee::before {
  position: absolute;
  content: "";
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

#threeDee img {
  width: 40px;
  margin-right: 10px;
}

.solar-btn {
  display: inline-block;
  padding: 23px 30px;
  color: #000;
  position: relative;
  font-family: 'Exo', sans-serif;
  font-weight: 300;
  vertical-align: middle;
  text-decoration: none;
  font-size: 2em;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  background-color: #f0c758;
  text-align: center;
  width: 100%;
  line-height: 36px;
  margin-bottom: 15px;
}

.solar-btn:hover {
  color: #000;
}

.solar-btn:focus {
  color: #000;
}

.solar-btn::before {
  bottom: -6px;
  height: 6px;
  width: 100%;
  left: 3px;
  transform: skewX(45deg);
  -webkit-transform: skewX(45deg);
  background-color: #d6a41c;
}

.solar-btn::after {
  right: -6px;
  height: 100%;
  width: 6px;
  bottom: -3px;
  transform: skewY(45deg);
  -webkit-transform: skewY(45deg);
  background-color: #d6a41c;
}

.solar-btn:active {
  margin-left: 10px;
  margin-top: 10px;
}

.solar-btn:active::before {
  bottom: -5px;
  height: 5px;
  left: 3px;
}

.solar-btn:active::after {
  right: -5px;
  width: 5px;
  bottom: -3px;
}

.power-btn {
  background: #61dc7e;
}

.power-btn::before {
  background-color: #329349;
}

.power-btn::after {
  background-color: #329349;
}

.finance-btn {
  background: #e98888;
}

.finance-btn::before {
  background-color: #e06868;
}

.finance-btn::after {
  background-color: #e06868;
}

/*navbar*/
.navbar-brand img {
  width: 160px;
}

.fixed-top {
  background: #1a1a1a;
  opacity: 0.9;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;

}

.nav-link {
  padding-right: 20px !important;
}

.nav-link img {
  width: 15px;
  vertical-align: sub;
}

.scrolled {
  background: #1A1A1A;
  z-index: 99;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
  transition: background-color 200ms linear;
  margin-top: 0px;
}

.navbar-toggler-icon i {
  font-size: 1.7rem;
}

.btn img {
  display: inline-block;
  width: 15px;
  vertical-align: middle;
}

.fixed-top .btn {
  color: #fff;
}

.fixed-top .color-logo {
  display: none;
}

.scrolled .white-logo {
  display: none;
}

.scrolled .color-logo {
  display: block;
}

/*landing page banner*/


#carouselExampleCaptions .carousel-item {
  transition: transform 2.2s ease-in-out !important;
}

.carousel-caption {
  width: 100%;
  text-align: left;
  left: 0px;
  position: relative;
}

.h-100-vh {
  height: 100vh;
  position: relative;
}


/*footer*/
.footer {
  /* position: absolute; */
  /* left: 0px; */
  bottom: 0px;
  padding: 0px 0 0px 0;
  display: block;
  /* width: 100%; */
  

}

.footer img {
  max-width: 100%;
  width: 500px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.left-side {
  width: 100px;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
}

.left-side ul {
  width: 100vh;
  line-height: 1;
  display: block;
  margin: 0;
  margin-top: 50vh;
  margin-left: -9px;
  padding: 0;
  transform: rotate(-90deg);
  transform-origin: 0 0;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;

}

.left-side ul li {
  display: inline-block;
  margin: 0 10px;
  padding: 0;
  list-style: none;
}

.left-side ul li a {
  display: block;
  font-size: 13px;
  font-weight: 400;
  position: relative;
  padding: 0 2px;
}

.left-side ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 6px;
  height: 1px;
  width: 0;
  transition: width 0s ease, background 0.25s ease;
}

.left-side ul li a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 6px;
  height: 1px;
  width: 0;
  background: #1a1a1a;
  transition: width 0.25s ease;
}

.text-outline {
  color: #4F4D4D;

  -webkit-text-fill-color: #1a1a1a;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #4F4D4D;
  letter-spacing: 3px;
  text-stroke: 1px #4F4D4D;
  font-family: 'Exo', sans-serif;

  font-size: 7rem;
  position: fixed;
  right: -20px;
  transform: rotate(-90deg);
  top: 62%;
  width: 140px;
}

.bg-img {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-blue-2 {
  background: #28A5B6;
}

.bg-blue-3 {
  background: #11717E;
}
.bg-black {
  background: #1A1A1A;
}
.text-blue-1 {
  color: #6CD6E4 !important;
}

.text-blue-2 {
  color: #28A5B6 !important;
}

.home-btn {
  border-radius: 20px;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  /* padding-top: 10px;
    padding-bottom: 10px; */
  background-color: white;

}

.btn-pop {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  transition: .5s;
}

.btn-pop:hover {
  transform: scale(1.2);
}

.btn-rounded {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: center;
  display: inline !important;
}

.bg-green-t {
  background: rgb(104, 189, 73, 0.9);
  margin-top: 280px;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  width: 100%;
}

.bg-green-t:hover
{
  
}

.bg-green-t img {
  /* text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%; */
  /* display: inline-block; */
  /* margin: auto; */
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.social {
  font-size: 1.5rem;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: 0px;
  text-align: left;
  width: 100%;
  left: 0px;
  z-index: 99;
}

.social a {
  color: #fff;
  text-decoration: none;
  margin: 0;
  padding: 0 10px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(to right, #6BBD50, #6BBD50 50%, #fff 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 275ms ease;
  text-decoration: none;
}

.social a:hover {
  background-position: 0 100%;
}

.footer ul.social {
  margin: 0px auto 0;
  text-align: left;
  display: block;
  border: none;
  position: relative;
  padding: 0px;
}

.footer ul.social li {
  display: inline-block;
  width: auto;
  font-size: 1.2rem;
  padding-left: 0px;
  margin-right: 5px;
}

.home-card {
  margin-top: 50px;
  text-align: justify;
}
.container-al {
  padding-left: 50px;
  padding-right: 50px;
  width: 100%;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}
.pointer {
  cursor: pointer;
}