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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

html {
  scroll-behavior: smooth;
  position: relative;
  height: 100%; }

body {
  line-height: 1.5;
  min-height: 100%;
  font-family: Poppins, sans-serif;
  text-align: center; }

ol,
ul {
  list-style: none; }

a,
a:hover {
  color: #36ae5a;
  text-decoration: none; }

p {
  font-family: Poppins, sans-serif;
  font-size: 1rem; }

/* Common Styles */
span.bold {
  font-weight: 600; }

.gray-bg {
  background-color: #f1f1f1; }

.section-heading {
  text-transform: uppercase;
  font-size: 2.2rem;
  font-weight: 700;
  color: #36ae5a;
  margin-bottom: 4rem;
  letter-spacing: 0.2rem; }
  .section-heading:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 480px;
    height: 7px;
    background: #272727; }

.white-heading {
  color: #fff;
  margin-bottom: 1.5rem; }
  .white-heading:after {
    background: #fff; }

.text-blue {
  color: #36ae5a; }

.section-padding {
  padding: 4rem 0;
  text-align: center; }

/* Header */
#header {
  background: #efefef;
  padding: 0 20px;
  position: fixed;
  top: 0;
  min-height: 107px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1000;
  border-top: 6px solid #24987f; }
  #header.scroll {
    border-bottom: 2px solid #ccc; }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .navbar-collapse {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0; } }

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #36ae5a; }

.navbar-light .navbar-nav .nav-link {
  font-weight: 500;
  color: #4d4d4d;
  font-size: 1.1rem;
  text-transform: uppercase; }

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1.2rem;
  padding-left: 1.2rem; }

.navbar-toggler {
  background-color: #fff;
  border: 2px solid #666;
  border-color: #666 !important; }

@media (max-width: 991px) {
  .navbar-expand-lg .navbar-toggler {
    display: block; } }

.form-control {
  /*color: #b7b7b7;*/
  color: #000000;
  border-radius: 0;
  padding: 0.8rem 1rem;
  /*text-transform: uppercase;*/
  background-color: #f0f0f0; }

.form-row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0; }

/* Cover */
#cover {
  width: 100%;
  position: relative;
  margin-top: 107px;
  background: url("../img/cover-bg.png");
  background-size: cover;
  background-position: center center;
  height: 774px; }
  #cover .container-fluid {
    padding-left: 0;
    padding-right: 0; }
  #cover .cover-text {
    text-align: left;
    color: #fff;
    padding: 1rem;
    float: left;
    margin-left: 15px;
    margin-top: 5rem; }
    #cover .cover-text h1 {
      text-transform: uppercase;
      margin-bottom: 1rem;
      font-weight: 600;
      font-size: 3rem; }
    #cover .cover-text h3 {
      font-size: 2rem;
      line-height: 3rem; }
    #cover .cover-text h4 {
      font-size: 1.1rem; }
  #cover p {
    font-size: 0.9rem; }
  #cover .carousel-caption {
    top: 0;
    left: 16.5%; }

#services .outer {
  width: 100%;
  height: 100%;
  max-width: 1118px;
  max-height: 618px;
  margin: 0 auto; }

#services .video-screen {
  position: relative;
  padding-bottom: 56.23%;
  /* Use 75% for 4:3 videos */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 5px; }

#services .laptop-screen {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../img/laptop-screen.png) center center no-repeat;
  background-size: contain;
  padding: 4% 13.5%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#services .youtube-player {
  position: relative;
  padding-bottom: 61.23%;
  /* Use 75% for 4:3 videos */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: transparent;
  margin: 5px; }

#services .youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent; }

#services .youtube-player img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0px;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: .4s all;
  -moz-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all; }

#services .youtube-player img:hover {
  -webkit-filter: brightness(75%); }

#services p.intro-services {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 0; }

#services p {
  color: #272727;
  text-align: left;
  margin-bottom: 1rem;
  font-weight: 500; }

#case-study .column {
  margin-bottom: 2rem;
  background: #fff;
  padding: 0 .2rem; }
  #case-study .column img {
    padding: 2rem 0.5rem; }
  #case-study .column img.jpower {
    padding: 1.2rem 0.5rem; }
  #case-study .column .column-content {
    border-top: 4px solid #36ae5a;
    padding-top: 0.5rem; }
  #case-study .column .title {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 1.4rem; }
  #case-study .column p {
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0 0.5rem; }
  #case-study .column .right-triangle {
    -webkit-clip-path: polygon(100% 10%, 5% 90%, 100% 90%);
    clip-path: polygon(100% 10%, 5% 90%, 100% 90%);
    width: 27px;
    height: 30px;
    background: #36ae5a;
    display: block;
    float: right; }
  #case-study .column .clearfix {
    display: block;
    clear: both; }

#contact {
  background: url(../img/footer-bg.png);
  background-position: auto auto;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 630px;
  color: #fff;
  background-color: #f1f1f1; }
  #contact .column-form {
    margin-top: -4rem; }
  #contact h1 {
    margin-top: 4rem;
    font-size: 3rem;
    font-weight: 600; }
  #contact h3 {
    padding: 0 6rem;
    font-size: 1.1rem; }
  #contact p {
    font-size: 1.2rem; }
  #contact h4 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.8rem; }
  #contact img {
    margin-bottom: 1rem; }
  #contact h4.contact-info {
    text-transform: uppercase;
    font-size: 1.2rem;
    letter-spacing: 0.1rem; }
  #contact .contact-form {
    padding: 2rem 2rem 1rem 2rem;
    background: #fff;
    margin-bottom: 2rem; }
  #contact .form-control {
    /*color: #b7b7b7;*/
    color: #000000;
    padding: 0.8rem;
    /*text-transform: capitalize;*/
    border: none;
    background-color: #f5f5f5; }
  #contact .contact-btn {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.3rem;
    display: inline-block;
    letter-spacing: 0.05rem;
    border: none;
    cursor: pointer;
    background-color: #36ae5a;
    color: #fff;
    padding: 0.5rem 1.4rem;
    width: 100%;
    margin-top: 0; }
  #contact #footer {
    font-family: Poppins, sans-serif;
    font-size: 0.9rem;
    background: #50de6b;
    background: -webkit-gradient(linear, left top, right top, from(#50de6b), to(#1e8fbc));
    background: -webkit-linear-gradient(left, #50de6b 0%, #1e8fbc 100%);
    background: -o-linear-gradient(left, #50de6b 0%, #1e8fbc 100%);
    background: linear-gradient(90deg, #50de6b 0%, #1e8fbc 100%);
    padding: 1rem 0;
    letter-spacing: 0.1rem; }
    #contact #footer a {
      color: #fff; }

@media (max-width: 767px) {
  #header .navbar-brand {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  #cover {
    height: auto; }
    #cover .cover-text {
      padding-top: 1rem;
      margin-left: 0;
      margin-top: 5rem;
      float: none;
      text-align: center; }
      #cover .cover-text h1 {
        font-size: 2.5rem;
        letter-spacing: 0.2rem; }
      #cover .cover-text h3 {
        font-size: 2rem;
        letter-spacing: 0.05rem; }
  #services .laptop-screen {
    padding: 3.5% 13%; }
  .section-heading {
    font-size: 1.6rem; }
  #contact img {
    width: 40%; }
  #contact .col-padding {
    padding-bottom: 3rem; }
  #contact .contact-btn {
    width: 100%; }
  #contact .column-form {
    margin-top: 0; }
  #contact .column-details {
    margin-top: 7rem;
  } }

@media screen and (min-width: 1200px) {
  #sign-up {
    height: 742px; }
  #contact {
    height: 540px; }
  #cover .cover-text h3 {
    font-size: 2.6rem; }
  #cover .cover-text h1 {
    font-size: 3.5rem; }
  #cover .cover-text h4 {
    font-size: 1.4rem; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.4rem;
    padding-left: 0.4rem; }
  .cover-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .cover-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  #cover .cover-text {
    margin-left: 0; }
  .cover-image img {
    max-width: 100%;
    height: auto; }
  .navbar {
    padding: 0.5rem 0; }
  #contact {
    height: auto; } }

@media screen and (max-width: 991px) {
  #services p.intro-services {
    margin: 0 3rem;
    margin-bottom: 2rem; }
  #cover {
    height: auto; }
    #cover .cover-text {
      margin-left: 0; }
    #cover .cover-image img {
      max-width: 100%;
      height: auto; }
  #contact {
    height: auto; }
    #contact h1 {
      font-size: 2.5rem; }
    #contact h3 {
      padding: 0; } }

@media screen and (max-width: 575.98px) {
  #header {
    padding: 0; } }

@media screen and (max-width: 500px) {
  #header {
    min-height: 80px; }
  #cover {
    margin-top: 80px; } }
	
a[href^=tel] {
   text-decoration:inherit;
   color: inherit;
}	

@media(max-width: 390px) {
    .g-recaptcha {
        margin: 1px;
    }
}

/*Recaptcha*/
@media (max-width: 767px) {
    .recaptcha {
        display: inline-block;
    }
}

.recaptcha div:first-child{
    margin: 0 auto;
}

@media screen and (max-width: 364px) {
    .recaptcha {
        transform: scale(0.88);
        -webkit-transform: scale(0.88);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

@media screen and (max-width: 340px) {
    .recaptcha {
        transform: scale(0.75);
        -webkit-transform: scale(0.75);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}


