@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot");
  src: url("../fonts/icomoon/icomoon.eot#iefix")
      format("embedded-opentype"),
    url("../fonts/icomoon/icomoon.ttf") format("truetype"),
    url("../fonts/icomoon/icomoon.woff") format("woff"),
    url("../fonts/icomoon/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*
Universal colors
*/

.primary-color {
  color: #99cc00;
}

/*
Universal text colors
*/
.text-white {
  color: #ffffff;
}

.text-yellow {
  color: #ffd21a;
}

/* Universal text transform */
.text-uppercase {
  text-transform: uppercase;
}


/*
Universal background
*/
.greenaus-white {
  background: #ffffff;
}
.greenaus-light-grey {
  background: #fafafa;
}
.greenaus-dark-green {
  background: #367944;
}

/*
Univeral style
*/
.border-round {
  border-radius: 50px !important;
}
/* =======================================================
*
* 	Template Style 
        defaut colour:  99cc00
                        0066cc
                        99cc00*
                        40bf40
*
* ======================================================= */
body {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.7;
  color: gray;
  background: #fff;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: #99cc00;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover,
a:active,
a:focus {
  color: #99cc00;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
  color: #000;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
}

::-webkit-selection {
  color: #fff;
  background: #99cc00;
}

::-moz-selection {
  color: #fff;
  background: #99cc00;
}

::selection {
  color: #fff;
  background: #99cc00;
}

.greenaus-nav {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .greenaus-nav {
    margin: 0;
  }
}


/* Menu */
.quick-menu {
  /* background: #00000021; */
}
@media screen and (max-width: 768px) {
  .quick-menu {
    display: none;
  }
}
.quick-menu ul {
  margin: 0 !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.quick-btn {
  padding: 2px 16px !important;
  background: #99cc00;
  /* border: 1px solid #ffffff !important; */
  border-radius: 50px;
  display: inline-block;
}
.quick-btn:hover {
  color: #ffffff !important;
  background: #ffd21a;
}

.greenaus-nav .top-menu {
  /* padding: 10px 10px 10px 10px; */
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.nav-menu {
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .greenaus-nav .top-menu {
    padding: 28px 1em;
  }
}
.greenaus-nav #greenaus-logo {
  font-size: 24px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.greenaus-nav #greenaus-logo a {
  position: relative;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .greenaus-nav .menu-1 {
    display: none;
  }
}
.greenaus-nav ul {
  padding: 0;
  margin: 8px 0 0 0;
}
.greenaus-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
  font-weight: 400;
}
.greenaus-nav ul li a {
  position: relative;
  font-size: 15px;
  padding: 30px 12px;
  color: rgba(255, 255, 255, 0.95);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.greenaus-nav ul li a:hover {
  color: #99cc00;
  transition: 0s;
}
.greenaus-nav ul li a span {
  padding-bottom: 0px;
  transition: 0.5s;
}
.greenaus-nav ul li a span:hover {
  border-bottom: #99cc00 solid 2px;
  transition: 0.5s;
}
.greenaus-nav ul li.has-dropdown {
  position: relative;
}
.greenaus-nav ul li.has-dropdown .dropdown {
  width: 140px;
  -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
  background: #000;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.greenaus-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #000;
  border-width: 8px;
  margin-left: -8px;
}
.greenaus-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}
.greenaus-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.greenaus-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0 0 3px;
  display: block;
  color: #eee;
  line-height: 1.2;
  text-transform: none;
  font-size: 13px;
  letter-spacing: 0;
}
.greenaus-nav ul li.has-dropdown .dropdown li a:hover {
  color: #fff;
  border-left: #99cc00 solid 3px;
}
.greenaus-nav ul li.has-dropdown:hover a,
.greenaus-nav ul li.has-dropdown:focus a {
  color: #99cc00;
}
.greenaus-nav ul li.btn-cta a {
  padding: 30px 0px !important;
  color: #fff;
}
.greenaus-nav ul li.btn-cta a span {
  background: #99cc00;
  padding: 4px 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.greenaus-nav ul li.btn-cta a:hover span {
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}
.greenaus-nav ul li.active > a {
  color: #99cc00 !important;
  position: relative;
}
.greenaus-nav ul li.active > a:after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#greenaus-counter,
.greenaus-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}


.greenaus-video {
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .greenaus-video {
    height: 450px;
  }
}
.greenaus-video a {
  z-index: 1001;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  width: 90px;
  height: 90px;
  display: table;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.greenaus-video a i {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
  color: #99cc00;
}
.greenaus-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.greenaus-video:hover .overlay {
  background: rgba(0, 0, 0, 0.7);
}
.greenaus-video:hover a {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

#greenaus-hero {
  min-height: 350px;
  background: #fff url(../images/loader.gif) no-repeat center center;
  width: 100%;
  float: left;
}
#greenaus-hero .btn {
  font-size: 24px;
}
#greenaus-hero .btn.btn-primary {
  padding: 14px 30px;
}
#greenaus-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}
#greenaus-hero .flexslider .slides {
  position: relative;
  overflow: hidden;
}
#greenaus-hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  min-height: 300px;
  position: relative;
}
#greenaus-hero .flexslider .slides li .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}
#greenaus-hero .flexslider .flex-control-nav {
  bottom: 2em;
  z-index: 1000;
  width: 0 auto;
}
#greenaus-hero .flexslider .flex-control-nav li a {
  background: white;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 30px;
  height: 4px;
  cursor: pointer;
  border-radius: 0 !important;
}
#greenaus-hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: transparent;
  background: #99cc00;
}
#greenaus-hero .flexslider .flex-direction-nav {
  display: none;
}
#greenaus-hero .flexslider .slider-text {
  max-width: 100%;
  display: table;
  opacity: 0;
  height: 350px;
  z-index: 9;
}
#greenaus-hero .flexslider .slider-text > .slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  height: 350px;
  padding: 8em 2em 2em 0em;
}
@media screen and (max-width: 768px) {
  #greenaus-hero .flexslider .slider-text > .slider-text-inner {
    text-align: center;
  }
}
#greenaus-hero .flexslider .slider-text > .slider-text-inner span i {
  font-size: 24px;
  color: #f7af1d;
}
#greenaus-hero .flexslider .slider-text > .slider-text-inner h1,
#greenaus-hero .flexslider .slider-text > .slider-text-inner h2 {
  margin: 0;
  padding: 0;
  color: white;
}
#greenaus-hero .flexslider .slider-text > .slider-text-inner h1 {
  /* margin-bottom: 40px; */
  font-size: 50px;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #greenaus-hero .flexslider .slider-text > .slider-text-inner h1 {
    font-size: 28px;
  }
}
#greenaus-hero .flexslider .slider-text > .slider-text-inner h2 {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: rgba(255, 255, 255, 0.7);
}
#greenaus-hero .flexslider .slider-text > .slider-text-inner h2 a {
  color: #99cc00;
  border-bottom: 1px solid rgba(255, 205, 0, 0.7);
}
#greenaus-hero .flexslider .slider-text > .slider-text-inner .heading-section {
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  #greenaus-hero
    .flexslider
    .slider-text
    > .slider-text-inner
    .heading-section {
    font-size: 30px;
  }
}
#greenaus-hero .flexslider .slider-text > .slider-text-inner s .greenaus-lead {
  font-size: 20px;
  color: #99cc00;
}
#greenaus-hero
  .flexslider
  .slider-text
  > .slider-text-inner
  s
  .greenaus-lead
  .icon-heart {
  color: #d9534f;
}
#greenaus-hero .flexslider .slider-text > .slider-text-inner .btn {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  padding: 15px 20px !important;
  font-weight: 900;
  border: 2px solid #fff;
  background-color: transparent;
}
#greenaus-hero .flexslider .slider-text > .slider-text-inner .btn.btn-learn {
  background: #99cc00;
  color: #fff;
}
#greenaus-hero .flexslider .slider-text > .slider-text-inner .btn:hover {
  background: #fff !important;
  color: #111;
}
@media screen and (max-width: 480px) {
  #greenaus-hero .flexslider .slider-text > .slider-text-inner .btn {
    width: 100%;
  }
}



#greenaus-intro,
#greenaus-about,
#greenaus-contact,
#greenaus-product,
#greenaus-blog,
#greenaus-project,
#greenaus-subscribe,
#greenaus-footer {
  padding: 5em 0;
  clear: both;
}

#greenaus-counter,
#greenaus-testimony,
#greenaus-services {
  padding-top: 5em;
  clear: both;
}
#greenaus-quote {
  padding: 2em 0;
  clear: both;
}
@media screen and (max-width: 768px) {
  #greenaus-intro,
  #greenaus-about,
  #greenaus-services,
  #greenaus-contact,
  #greenaus-testimony,
  #greenaus-quote,
  #greenaus-blog,
  #greenaus-project,
  #greenaus-counter,
  #greenaus-subscribe,
  #greenaus-footer {
    padding: 3em 0;
  }
  .products {
    padding: 3em 0;
  }
}

#greenaus-intro {
  padding-top: 7em;
  padding-bottom: 0;
}
#greenaus-intro .box {
  background: #99cc00;
  width: 80%;
  transition: 1s;
  margin: 10px auto 0 auto;
  padding: 2em 0;
}
@media screen and (max-width: 768px) {
  #greenaus-intro .box {
    margin-bottom: 2em;
    width: 100%;
  }
}
#greenaus-intro .box span {
  display: block;
  color: #fff;
}
#greenaus-intro .box .num {
  font-size: 120px;
  color: #fff;
  font-weight: 700;
  line-height: 120px;
}
#greenaus-intro .box .yr {
  text-transform: uppercase;
  font-size: 40px;
  letter-spacing: 7px;
}
#greenaus-intro .box .thin {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.bg-primary-color {
  background: #99cc00;
}
.bg-primary-color p {
  color: #fff !important;
}

.wrap {
  padding-left: 2em;
}
@media screen and (max-width: 768px) {
  .wrap {
    padding-left: 0;
  }
}

.wrap-2 {
  padding-right: 2em;
}
@media screen and (max-width: 768px) {
  .wrap-2 {
    padding-right: 0;
  }
}

.services {
  margin-bottom: 60px;
  position: relative;
}
.services .icon {
  line-height: 64px;
  position: absolute;
  top: 0;
  left: 0;
}
.services .icon i {
  font-size: 50px;
  color: #99cc00;
}
.services .desc {
  padding-left: 75px;
}
.services .desc h3 {
  line-height: 34px;
}

#greenaus-project {
  /* Owl Override Style */
}
#greenaus-project .owl-carousel .owl-controls,
#greenaus-project .owl-carousel-posts .owl-controls {
  margin-top: 0;
}
#greenaus-project .owl-carousel .owl-controls .owl-nav .owl-next,
#greenaus-project .owl-carousel .owl-controls .owl-nav .owl-prev,
#greenaus-project .owl-carousel-posts .owl-controls .owl-nav .owl-next,
#greenaus-project .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: -5px;
  z-index: 9999;
  position: absolute;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 0;
}
#greenaus-project .owl-carousel .owl-controls .owl-nav .owl-next,
#greenaus-project .owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: -5px;
}
#greenaus-project .owl-carousel .owl-controls .owl-nav .owl-next:hover,
#greenaus-project .owl-carousel-posts .owl-controls .owl-nav .owl-next:hover {
  margin-right: 5px !important;
}
#greenaus-project .owl-carousel .owl-controls .owl-nav .owl-prev,
#greenaus-project .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  right: 54px;
}
#greenaus-project .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
#greenaus-project .owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover {
  margin-left: 0 !important;
}
#greenaus-project .owl-carousel-posts .owl-controls .owl-nav .owl-next i,
#greenaus-project .owl-carousel-posts .owl-controls .owl-nav .owl-prev i,
#greenaus-project .owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
#greenaus-project .owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i {
  color: #000;
}
#greenaus-project .owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
#greenaus-project .owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i,
#greenaus-project
  .owl-carousel-fullwidth
  .owl-controls
  .owl-nav
  .owl-next:hover
  i,
#greenaus-project
  .owl-carousel-fullwidth
  .owl-controls
  .owl-nav
  .owl-prev:hover
  i {
  color: #000;
}
#greenaus-project .owl-theme .owl-controls .owl-nav [class*="owl-"] {
  padding: 8px;
  background: #99cc00;
  border: 1px solid #99cc00;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
#greenaus-project .owl-theme .owl-controls .owl-nav [class*="owl-"] i {
  border: none;
}
#greenaus-project .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
  background: #99cc00;
}
#greenaus-project .owl-carousel .owl-controls .owl-nav .owl-next i,
#greenaus-project .owl-carousel .owl-controls .owl-nav .owl-prev i {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  background: #99cc00;
}
#greenaus-project .owl-carousel .owl-controls .owl-nav .owl-next:hover i,
#greenaus-project .owl-carousel .owl-controls .owl-nav .owl-prev:hover i {
  color: white;
}
#greenaus-project .owl-carousel .owl-dots {
  display: none !important;
}
@media screen and (max-width: 992px) {
  #greenaus-project .owl-carousel .owl-dots {
    display: none !important;
  }
}
#greenaus-project .item {
  position: relative;
}
#greenaus-project .item .pop-up-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 205, 0, 0.8);
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#greenaus-project .item .pop-up-overlay .desc {
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  right: 0;
  margin-top: -60px;
  padding: 30px;
}
#greenaus-project .item .pop-up-overlay .desc h3 {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 10px;
}
#greenaus-project .item .pop-up-overlay .desc span {
  display: block;
  color: rgba(255, 255, 255, 0.6);
}
#greenaus-project .item .pop-up-overlay:hover,
#greenaus-project .item .pop-up-overlay:focus {
  text-decoration: none;
}
#greenaus-project .item:hover .pop-up-overlay,
#greenaus-project .item:focus .pop-up-overlay {
  opacity: 1;
}

.item-2 {
  margin-bottom: 3em;
}

.project-wrap {
  position: relative;
  display: block;
}
.project-wrap:before {
  position: absolute;
  top: -20px;
  left: -20px;
  right: 0;
  max-width: 100%;
  height: 500px;
  background: #fafafa;
  content: "";
}

.project {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 500px;
  width: 100%;
  display: table;
  overflow: hidden;
}
.project .desc-t {
  display: table;
  height: 500px;
  width: 50%;
  margin: 0 auto;
}
.project .desc-t .desc-tc {
  display: table-cell;
  vertical-align: middle;
  height: 500px;
}
.project .desc {
  background: rgba(255, 255, 255, 0.76);
  padding: 2em;
}
.project .desc p {
  margin-bottom: 0;
  color: gray;
}
.project .desc h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding-left: 70px;
  line-height: 28px;
  display: block;
}
.project .desc h3 span {
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  height: 55px;
  display: table;
  text-align: center;
}
.project .desc h3 span small {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  background: #99cc00;
  font-size: 20px;
}

#greenaus-testimony {
  position: relative;
  /* Owl Override Style */
}
#greenaus-testimony .icon {
  position: absolute;
  top: -2.3em;
  left: 2em;
  z-index: 2;
  display: block;
  width: 62px;
}
#greenaus-testimony .icon i {
  width: 100px;
  font-size: 60px;
  color: #e6e6e6;
}
#greenaus-testimony .testimony-slide {
  position: relative;
  height: auto;
}
#greenaus-testimony .testimony-slide span {
  font-size: 18px;
  font-weight: 700;
  display: block;
  color: #000;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#greenaus-testimony .testimony-slide figure {
  float: left;
}
#greenaus-testimony .testimony-slide figure img {
  width: 140px;
}
@media screen and (max-width: 768px) {
  #greenaus-testimony .testimony-slide figure img {
    width: 80px;
  }
}
#greenaus-testimony .testimony-slide blockquote {
  border: none;
  margin: 0 auto;
  width: 100%;
  position: relative;
  padding: 0 0 0 170px;
  color: #000;
}
@media screen and (max-width: 768px) {
  #greenaus-testimony .testimony-slide blockquote {
    padding-left: 100px;
  }
}
#greenaus-testimony .testimony-wrap {
  background: #fff;
  padding: 2em;
  width: 100%;
  float: left;
}
#greenaus-testimony .owl-carousel .owl-controls,
#greenaus-testimony .owl-carousel-posts .owl-controls {
  margin-top: 0;
}
#greenaus-testimony .owl-carousel .owl-controls .owl-nav .owl-next,
#greenaus-testimony .owl-carousel .owl-controls .owl-nav .owl-prev,
#greenaus-testimony .owl-carousel-posts .owl-controls .owl-nav .owl-next,
#greenaus-testimony .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: -5px;
  z-index: 9999;
  position: absolute;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #greenaus-testimony .owl-carousel .owl-controls .owl-nav .owl-next,
  #greenaus-testimony .owl-carousel .owl-controls .owl-nav .owl-prev,
  #greenaus-testimony .owl-carousel-posts .owl-controls .owl-nav .owl-next,
  #greenaus-testimony .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    top: -50px;
  }
}
#greenaus-testimony .owl-carousel .owl-controls .owl-nav .owl-next,
#greenaus-testimony .owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: -5px;
}
#greenaus-testimony .owl-carousel .owl-controls .owl-nav .owl-next:hover,
#greenaus-testimony .owl-carousel-posts .owl-controls .owl-nav .owl-next:hover {
  margin-right: 5px !important;
}
#greenaus-testimony .owl-carousel .owl-controls .owl-nav .owl-prev,
#greenaus-testimony .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  right: 54px;
}
#greenaus-testimony .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
#greenaus-testimony .owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover {
  margin-left: 0 !important;
}
#greenaus-testimony .owl-carousel-posts .owl-controls .owl-nav .owl-next i,
#greenaus-testimony .owl-carousel-posts .owl-controls .owl-nav .owl-prev i,
#greenaus-testimony .owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
#greenaus-testimony .owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i {
  color: #000;
}
#greenaus-testimony
  .owl-carousel-posts
  .owl-controls
  .owl-nav
  .owl-next:hover
  i,
#greenaus-testimony
  .owl-carousel-posts
  .owl-controls
  .owl-nav
  .owl-prev:hover
  i,
#greenaus-testimony
  .owl-carousel-fullwidth
  .owl-controls
  .owl-nav
  .owl-next:hover
  i,
#greenaus-testimony
  .owl-carousel-fullwidth
  .owl-controls
  .owl-nav
  .owl-prev:hover
  i {
  color: #000;
}
#greenaus-testimony .owl-theme .owl-controls .owl-nav [class*="owl-"] {
  padding: 8px;
  background: #99cc00;
  border: 1px solid #99cc00;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
#greenaus-testimony .owl-theme .owl-controls .owl-nav [class*="owl-"] i {
  border: none;
}
#greenaus-testimony .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
  background: #99cc00;
}
#greenaus-testimony .owl-carousel .owl-controls .owl-nav .owl-next i,
#greenaus-testimony .owl-carousel .owl-controls .owl-nav .owl-prev i {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  background: #99cc00;
}
#greenaus-testimony .owl-carousel .owl-controls .owl-nav .owl-next:hover i,
#greenaus-testimony .owl-carousel .owl-controls .owl-nav .owl-prev:hover i {
  color: white;
}
#greenaus-testimony .owl-carousel .owl-dots {
  display: none !important;
}
@media screen and (max-width: 992px) {
  #greenaus-testimony .owl-carousel .owl-dots {
    display: none !important;
  }
}

#greenaus-product {
  position: relative;
  /* Owl Override Style */
}
#greenaus-product .icon {
  position: absolute;
  top: -2.3em;
  left: 2em;
  z-index: 2;
  display: block;
  width: 62px;
}
#greenaus-product .icon i {
  width: 100px;
  font-size: 60px;
  color: #e6e6e6;
}
#greenaus-product .product-slide {
  position: relative;
  height: auto;
}
#greenaus-product .product-slide span {
  font-size: 18px;
  font-weight: 700;
  display: block;
  color: #000;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#greenaus-product .product-slide figure {
  float: left;
}
#greenaus-product .product-slide figure img {
  width: 200px;
}
@media screen and (max-width: 768px) {
  #greenaus-product .product-slide figure img {
    width: 80px;
  }
}
#greenaus-product .product-slide blockquote {
  border: none;
  margin: 0 auto;
  width: 100%;
  position: relative;
  padding: 0 0 0 170px;
  color: #555;
  line-height: 18px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #greenaus-product .product-slide blockquote {
    padding-left: 100px;
  }
}
#greenaus-product .product-wrap {
  background: #fff;
  padding: 2em;
  width: 100%;
  float: left;
}
#greenaus-product .product-slide blockquote p a span {
  color: #99cc00;
  font-size: 16px;
  font-weight: 300;
}
#greenaus-product .owl-carousel .owl-controls,
#greenaus-product .owl-carousel-posts .owl-controls {
  margin-top: 0;
}
#greenaus-product .owl-carousel .owl-controls .owl-nav .owl-next,
#greenaus-product .owl-carousel .owl-controls .owl-nav .owl-prev,
#greenaus-product .owl-carousel-posts .owl-controls .owl-nav .owl-next,
#greenaus-product .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: -5px;
  z-index: 9999;
  position: absolute;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #greenaus-product .owl-carousel .owl-controls .owl-nav .owl-next,
  #greenaus-product .owl-carousel .owl-controls .owl-nav .owl-prev,
  #greenaus-product .owl-carousel-posts .owl-controls .owl-nav .owl-next,
  #greenaus-product .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    top: -50px;
  }
}
#greenaus-product .owl-carousel .owl-controls .owl-nav .owl-next,
#greenaus-product .owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: -5px;
}
#greenaus-product .owl-carousel .owl-controls .owl-nav .owl-next:hover,
#greenaus-product .owl-carousel-posts .owl-controls .owl-nav .owl-next:hover {
  margin-right: 5px !important;
}
#greenaus-product .owl-carousel .owl-controls .owl-nav .owl-prev,
#greenaus-product .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  right: 54px;
}
#greenaus-product .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
#greenaus-product .owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover {
  margin-left: 0 !important;
}
#greenaus-product .owl-carousel-posts .owl-controls .owl-nav .owl-next i,
#greenaus-product .owl-carousel-posts .owl-controls .owl-nav .owl-prev i,
#greenaus-product .owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
#greenaus-product .owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i {
  color: #000;
}
#greenaus-product .owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
#greenaus-product .owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i,
#greenaus-product
  .owl-carousel-fullwidth
  .owl-controls
  .owl-nav
  .owl-next:hover
  i,
#greenaus-product
  .owl-carousel-fullwidth
  .owl-controls
  .owl-nav
  .owl-prev:hover
  i {
  color: #000;
}
#greenaus-product .owl-theme .owl-controls .owl-nav [class*="owl-"] {
  padding: 8px;
  background: #99cc00;
  border: 1px solid #99cc00;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
#greenaus-product .owl-theme .owl-controls .owl-nav [class*="owl-"] i {
  border: none;
}
#greenaus-product .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
  background: #99cc00;
}
#greenaus-product .owl-carousel .owl-controls .owl-nav .owl-next i,
#greenaus-product .owl-carousel .owl-controls .owl-nav .owl-prev i {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  background: #99cc00;
}
#greenaus-product .owl-carousel .owl-controls .owl-nav .owl-next:hover i,
#greenaus-product .owl-carousel .owl-controls .owl-nav .owl-prev:hover i {
  color: white;
}
#greenaus-product .owl-carousel .owl-dots {
  display: none !important;
}
@media screen and (max-width: 992px) {
  #greenaus-product .owl-carousel .owl-dots {
    display: none !important;
  }
}

#greenaus-quote {
  position: relative;
  /* Owl Override Style */
}
#greenaus-quote .icon {
  position: absolute;
  top: -2.3em;
  left: 2em;
  z-index: 2;
  display: block;
  width: 62px;
}
#greenaus-quote .icon i {
  width: 100px;
  font-size: 60px;
  color: #e6e6e6;
}
#greenaus-quote .quote-slide {
  position: relative;
  height: auto;
}
#greenaus-quote .quote-slide span {
  font-size: 18px;
  font-weight: 700;
  display: block;
  color: #000;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#greenaus-quote .quote-slide figure {
  float: left;
}
#greenaus-quote .quote-slide figure img {
  width: 140px;
}
@media screen and (max-width: 768px) {
  #greenaus-quote .quote-slide figure img {
    width: 80px;
  }
}
#greenaus-quote .quote-slide blockquote {
  border: none;
  margin: 0 auto;
  width: 100%;
  position: relative;
  padding: 0 0 0 170px;
  color: #000;
}
@media screen and (max-width: 768px) {
  #greenaus-quote .quote-slide blockquote {
    padding-left: 100px;
  }
}
#greenaus-quote .quote-wrap {
  background: #fff;
  padding: 2em;
  width: 100%;
  float: left;
}
#greenaus-quote .owl-carousel .owl-controls,
#greenaus-quote .owl-carousel-posts .owl-controls {
  margin-top: 0;
}
#greenaus-quote .owl-carousel .owl-controls .owl-nav .owl-next,
#greenaus-quote .owl-carousel .owl-controls .owl-nav .owl-prev,
#greenaus-quote .owl-carousel-posts .owl-controls .owl-nav .owl-next,
#greenaus-quote .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: -5px;
  z-index: 9999;
  position: absolute;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #greenaus-quote .owl-carousel .owl-controls .owl-nav .owl-next,
  #greenaus-quote .owl-carousel .owl-controls .owl-nav .owl-prev,
  #greenaus-quote .owl-carousel-posts .owl-controls .owl-nav .owl-next,
  #greenaus-quote .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    top: -50px;
  }
}
#greenaus-quote .owl-carousel .owl-controls .owl-nav .owl-next,
#greenaus-quote .owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: -5px;
}
#greenaus-quote .owl-carousel .owl-controls .owl-nav .owl-next:hover,
#greenaus-quote .owl-carousel-posts .owl-controls .owl-nav .owl-next:hover {
  margin-right: 5px !important;
}
#greenaus-quote .owl-carousel .owl-controls .owl-nav .owl-prev,
#greenaus-quote .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  right: 54px;
}
#greenaus-quote .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
#greenaus-quote .owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover {
  margin-left: 0 !important;
}
#greenaus-quote .owl-carousel-posts .owl-controls .owl-nav .owl-next i,
#greenaus-quote .owl-carousel-posts .owl-controls .owl-nav .owl-prev i,
#greenaus-quote .owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
#greenaus-quote .owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i {
  color: #000;
}
#greenaus-quote .owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
#greenaus-quote .owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i,
#greenaus-quote
  .owl-carousel-fullwidth
  .owl-controls
  .owl-nav
  .owl-next:hover
  i,
#greenaus-quote
  .owl-carousel-fullwidth
  .owl-controls
  .owl-nav
  .owl-prev:hover
  i {
  color: #000;
}
#greenaus-quote .owl-theme .owl-controls .owl-nav [class*="owl-"] {
  padding: 8px;
  background: #99cc00;
  border: 1px solid #99cc00;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
#greenaus-quote .owl-theme .owl-controls .owl-nav [class*="owl-"] i {
  border: none;
}
#greenaus-quote .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
  background: #99cc00;
}
#greenaus-quote .owl-carousel .owl-controls .owl-nav .owl-next i,
#greenaus-quote .owl-carousel .owl-controls .owl-nav .owl-prev i {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  background: #99cc00;
}
#greenaus-quote .owl-carousel .owl-controls .owl-nav .owl-next:hover i,
#greenaus-quote .owl-carousel .owl-controls .owl-nav .owl-prev:hover i {
  color: white;
}
#greenaus-quote .owl-carousel .owl-dots {
  display: none !important;
}
@media screen and (max-width: 992px) {
  #greenaus-quote .owl-carousel .owl-dots {
    display: none !important;
  }
}

#greenaus-counter {
  position: relative;
}

.greenaus-counters {
  padding: 3em 0;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
.greenaus-counters .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
}
.greenaus-counters .icon {
  width: 100px;
  height: 100px;
  display: table;
  margin: 0 auto;
  margin-bottom: 20px;
}
.greenaus-counters .icon i {
  display: table-cell;
  vertical-align: middle;
  width: 100px;
  height: 100px;
  font-size: 50px;
  color: #fff;
  background: #99cc00;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.greenaus-counters .counter-wrap {
  border: 1px solid red !important;
}
.greenaus-counters .greenaus-counter {
  font-size: 30px;
  display: block;
  color: white;
  font-family: "Montserrat", Arial, sans-serif;
  width: 100%;
  font-weight: 700;
  margin-bottom: 0.3em;
}

.greenaus-counter-plus:after {
  content: "+";
  padding-left: 2px;
  display: inline;
  color:white;
}

.greenaus-counters .greenaus-counter-label {
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 5px;
  margin-bottom: 2em;
  display: block;
}

.blog-entry {
  position: relative;
  display: block;
  background: #fafafa;
  padding: 1.5em;
  margin-bottom: 30px;
}
.blog-entry span {
  color: #999999;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
}
.blog-entry h2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 38px;
}
.blog-entry h2 a {
  color: #000;
}
.blog-entry .blog-img {
  width: 100px;
  height: 100px;
  display: block;
  float: left;
  margin-bottom: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.blog-entry .desc {
  padding-left: 130px;
}

article {
  margin-bottom: 3em;
}
article .blog-img {
  height: 500px;
  z-index: -1;
}
article .entry {
  width: 70%;
  margin: 0 auto;
  margin-top: -5em;
  z-index: 1;
  background: #fff;
  padding: 5em 9em;
  position: relative;
}
@media screen and (max-width: 768px) {
  article .entry {
    padding: 7em 1em 1em;
    width: 90%;
  }
}
article .entry h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  article .entry h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
article .entry h2 a {
  color: #000;
}
article .entry p {
  font-size: 20px;
}
article .entry .meta {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #000;
  padding: 0.8em;
}
article .entry .meta p {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 16px;
}
article .entry .meta p span {
  display: block;
  color: #fff;
}
article .entry .meta p span:first-child {
  font-weight: 700;
}
article .entry .meta p span:last-child {
  font-weight: 400;
}
article .entry .meta-2 {
  color: #b3b3b3;
}
article .entry .meta-2 span {
  margin-right: 10px;
}
article .entry .meta-2 span i {
  color: #666666;
}

.staff,
.blog-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.about {
  margin-bottom: 30px;
}

.staff {
  border: #fff 15px solid;
  height: 400px;
  display: block;
  position: relative;
  margin-bottom: 40px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.staff .desc {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: #fff;
  padding: 1.5em 1em;
  opacity: 1;
  height: 105px;
  overflow: hidden;
}
.staff .desc h3 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 20px;
}
.staff .desc span {
  color: #b3b3b3;
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 14px;
}
.staff .desc .parag {
  opacity: 0;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.staff .desc .parag p {
  color: #4d4d4d;
}
.jumbotron {
  background-color: rgba(153, 204, 0, 0.7);
}

.contact-info-wrap {
  margin-bottom: 3em;
}
.contact-info-wrap p span {
  padding-right: 10px;
}
.contact-info-wrap p span i {
  font-size: 20px;
  color: #99cc00;
}

.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  font-size: 16px !important;
  font-weight: 300;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
.form-control:focus,
.form-control:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid rgba(0, 0, 0, 0.8);
}

input[type="text"] {
  height: 50px;
}

.form-group {
  margin-bottom: 30px;
}
.form-group .btn-modify {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 13px;
  padding: 10px 15px;
}

.greenaus-social-icons {
  margin: 0;
  padding: 0;
}
.greenaus-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.greenaus-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #99cc00;
  padding-left: 10px;
  padding-right: 10px;
}
.greenaus-social-icons li a i {
  font-size: 20px;
}

.greenaus-heading {
  margin-bottom: 5em;
}
@media screen and (max-width: 768px) {
  .greenaus-heading {
    margin-bottom: 2em;
  }
}
.greenaus-heading .sm {
  font-size: 16px;
  letter-spacing: 20px;
  color: #cccccc;
  text-transform: uppercase;
  display: block;
  margin-bottom: 30px;
  font-weight: 300;
}
.greenaus-heading h2 {
  font-size: 50px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.greenaus-heading h2 span {
  display: block;
  margin-bottom: 0;
  line-height: 60px;
}
@media screen and (max-width: 480px) {
  .greenaus-heading h2 span {
    line-height: 50px;
    font-size: 40px;
  }
}
.greenaus-heading h2 .thin {
  font-weight: 100;
}
.greenaus-heading h2 .thick {
  font-weight: 700;
}

.greenaus-information {
  margin-bottom: 5em;
}
.greenaus-information .sm {
  font-size: 14px;
  letter-spacing: 10px;
  color: #cccccc;
  text-transform: uppercase;
  display: block;
  margin-bottom: 30px;
  font-weight: 300;
}
.greenaus-information h2 {
  font-size: 35px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.greenaus-information h2 span {
  display: block;
  margin-bottom: 0;
  line-height: 40px;
}
@media screen and (max-width: 480px) {
  .greenaus-information h2 span {
    line-height: 40px;
    font-size: 30px;
  }
}
@media screen and (max-width: 380px) {
  .greenaus-information h2 span {
    line-height: 30px;
    font-size: 25px;
  }
}
.greenaus-information h2 .thin {
  font-weight: 100;
}
.greenaus-information h2 .thick {
  font-weight: 700;
}

#greenaus-subscribe {
  padding: 4em 0;
  color: #fff;
  background: #99cc00;
}
#greenaus-subscribe .greenaus-heading {
  margin-bottom: 0;
}
#greenaus-subscribe .greenaus-heading h2 {
  color: #fff !important;
  font-size: 50px;
  margin-bottom: 50px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #greenaus-subscribe .greenaus-heading h2 {
    font-size: 30px;
  }
}
#greenaus-subscribe .greenaus-heading p {
  font-size: 22px;
  font-weight: 400;
}

.qbstp-header-subscribe .form-group {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .qbstp-header-subscribe .form-group {
    width: 100%;
  }
}
.qbstp-header-subscribe .form-group input::-webkit-input-placeholder {
  color: #333333;
}
.qbstp-header-subscribe .form-group input::-moz-input-placeholder {
  color: #333333;
}
.qbstp-header-subscribe .form-group input::-ms-input-placeholder {
  color: #333333;
}
.qbstp-header-subscribe .form-group input::-o-input-placeholder {
  color: #333333;
}
.qbstp-header-subscribe .form-group input::input-placeholder {
  color: #333333;
}

.qbstp-header-subscribe #email {
  font-size: 18px;
  width: 100%;
  padding-right: 3em;
  border: none;
  border: 2px solid #fff;
  background: #fff;
  color: #333333 !important;
}

.qbstp-header-subscribe button {
  position: absolute;
  top: 0;
  right: -4px;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  background: #000;
  color: #fff;
  border: none;
  padding: 14px;
}

#greenaus-footer {
  background: #444444;
  color: rgba(255, 255, 255, 1) !important;
}
#greenaus-footer .greenaus-footer-links {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #greenaus-footer .greenaus-footer-links {
    margin-bottom: 30px;
  }
}
#greenaus-footer .greenaus-footer-links li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
  display: block;
}
#greenaus-footer .greenaus-footer-links li span {
  display: block;
  font-size: 13px;
}
#greenaus-footer .greenaus-footer-links li a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}
#greenaus-footer .greenaus-footer-links li a i {
  padding-right: 10px;
  color: #99cc00;
}
#greenaus-footer .greenaus-footer-links li a:hover {
  text-decoration: underline;
}
#greenaus-footer .greenaus-social-icons li a {
  padding-left: 10px;
  padding-right: 10px;
}
#greenaus-footer .greenaus-social-icons li a:first-child {
  padding-left: 0;
}
#greenaus-footer h4 {
  margin-bottom: 30px;
  font-size: 13px;
  color: #e6e6e6;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 700;
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

#greenaus-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 75px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #greenaus-offcanvas {
    display: block;
  }
}
.offcanvas #greenaus-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#greenaus-offcanvas a {
  color: rgba(255, 255, 255, 0.5);
}
#greenaus-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#greenaus-offcanvas ul {
  padding: 0;
  margin: 0;
}
#greenaus-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#greenaus-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#greenaus-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#greenaus-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e0c5";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#greenaus-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.help-container {
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 998;
  display: inline;
}
.help-button {
  padding: 10px 5px 12px 5px;
  background-color: #99cc00;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
  color: #fff;
  border: #99cc00 solid 0px;
  font-size: 23px !important;
}

@media screen and (max-width: 768px) {
  .help-button {
    padding: 10px 5px 12px 5px;
    background-color: #99cc00;
    border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;
    color: #fff;
    border: #99cc00 solid 0px;
  }
}

.help-button:hover,
.help-button:active {
  background-color: #ffd21a;
}
.help-button:focus {
  outline-style: none;
}
.help-box {
  text-align: left;
  color: #fff;
  height: auto;
  width: 200px;
  background-color: #99cc00;
  transition: 0.5s;
  margin: 0;
  padding: 0;
  display: inline;
  overflow: hidden;
}
.help-box button:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0px !important;
}
.call-container {
  opacity: 0;
  position: fixed;
  right: 20%;
  top: 0;
  z-index: 998;
  display: inline;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.call-container.active {
  opacity: 1;
  visibility: visible;
}
.call-button {
  padding: 2px 10px 2px 12px;
  background-color: #99cc00;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
  color: #fff;
  border: #99cc00 solid 0px;
}
.call-button:focus {
  outline-style: none;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: #99cc00;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover,
.gototop a:active,
.gototop a:focus {
  text-decoration: none;
  outline: none;
}

.greenaus-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
  top: 1.6em !important;
}
.greenaus-nav-toggle.active i::before,
.greenaus-nav-toggle.active i::after {
  background: #444;
}
.greenaus-nav-toggle:hover,
.greenaus-nav-toggle:focus,
.greenaus-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.greenaus-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/0.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.greenaus-nav-toggle i::before,
.greenaus-nav-toggle i::after {
  content: "";
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.greenaus-nav-toggle.greenaus-nav-white > i {
  color: #fff;
  background: #fff;
}
.greenaus-nav-toggle.greenaus-nav-white > i::before,
.greenaus-nav-toggle.greenaus-nav-white > i::after {
  background: #fff;
}

.greenaus-nav-toggle i::before {
  top: -7px;
}

.greenaus-nav-toggle i::after {
  bottom: -7px;
}

.greenaus-nav-toggle:hover i::before {
  top: -10px;
}

.greenaus-nav-toggle:hover i::after {
  bottom: -10px;
}

.greenaus-nav-toggle.active i {
  background: transparent;
}

.greenaus-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  background: #fff;
}

.greenaus-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  background: #fff;
}

.greenaus-nav-toggle {
  position: absolute;
  right: 0px;
  top: 65px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .greenaus-nav-toggle {
    display: block;
  }
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover,
.btn:active,
.btn:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #99cc00;
  color: #fff;
  border: 2px solid #99cc00;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #ffd21a !important;
  border-color: #ffd21a !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #99cc00;
  border: 2px solid #99cc00;
}
.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active {
  background: #99cc00;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}
input[type="email"].form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 50px;
  font-size: 18px;
  font-weight: 300;
}
input[type="email"].form-control:active,
input[type="email"].form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #99cc00;
}
.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}

.form-control:active,
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #99cc00;
}

.row-pb-lg {
  padding-bottom: 6em !important;
}

.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.greenaus-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
  opacity: 0;
}
.single-price {
  background-color: #fff;
}

.single-price .top-sec,
.single-price .bottom-sec {
  border-bottom: 1px solid #eeeeee;
  padding: 40px 40px 22px 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-price .top-sec br,
.single-price .bottom-sec br {
  display: none;
}

.single-price .end-sec {
  background-color: #f9f9ff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 40px 40px 22px 40px;
}

.single-price .end-sec ul li {
  margin-bottom: 20px;
}

.single-price .price-btn {
  background: #99cc00;
  color: #fff;
  border-radius: 0;
  box-shadow: none;
}

.single-price:hover {
  cursor: pointer;
}

.single-price:hover .bottom-sec,
.single-price:hover .end-sec {
  background-color: #99cc00;
  box-shadow: 0px 20px 20px 0px rgba(157, 157, 157, 0.5);
  color: #fff;
}

.single-price:hover .price-btn {
  border-color: transparent;
  background: #222;
  color: #fff;
}

.single-price:hover .price-btn .lnr {
  color: #fff;
}

@media (max-width: 800px) {
  .single-price {
    margin-bottom: 30px;
  }
  .single-price .bottom-sec,
  .single-price .end-sec {
    text-align: center;
  }
}
.section-gap {
  padding: 120px 0;
}

.primary-btn {
  background-color: #99cc00;
  line-height: 42px;
  padding-left: 30px;
  padding-right: 60px;
  border-radius: 25px;
  border: none;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
}

.primary-btn:focus {
  outline: none;
}

.primary-btn span {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
  right: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.primary-btn:hover {
  color: #fff;
}

.primary-btn:hover span {
  color: #fff;
  right: 20px;
}

.primary-btn.white {
  border: 1px solid #fff;
  color: #fff;
}

.primary-btn.white span {
  color: #fff;
}

.primary-btn.white:hover {
  background: #fff;
  color: #99cc00;
}

.primary-btn.white:hover span {
  color: #99cc00;
}

.custom_radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom_radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}

.custom_radio:hover input ~ .checkmark {
  background-color: #ccc;
}

.custom_radio input:checked ~ .checkmark {
  background-color: #99cc00;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom_radio input:checked ~ .checkmark:after {
  display: block;
}

.custom_radio .checkmark:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.section-top-border {
  padding: 70px 0;
  border-top: 1px dotted #eee;
}
.section-top-border-black {
  padding: 70px 0;
  border-top: 1px solid #ddd;
}

.generic-blockquote {
  padding: 30px 50px 30px 30px;
  background: #f9f9ff;
  border-left: 2px solid #99cc00;
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

#rolling_img {
  width: 100%;
  height: 150px;
  overflow: hidden;
  margin-bottom: 50px;
}
#rolling_container img {
  float: left;
  height: 150px;
  width: 200px;
}
#rolling_container,
#rolling_act {
  float: left;
}
#rolling_frame {
  width: 500%; /*这个属�?�很重要 让容器有足够的宽度实现滚�?*/
  float: left;
}

.under-line {
  padding-bottom: 2px;
}
.under-line:hover {
  border-bottom: #99cc00 solid 2px;
}
.top-line {
  padding-top: 2px;
}
.top-line:hover {
  border-top: #99cc00 solid 2px;
}
.left-line {
  padding-left: 4px;
}
.left-line:hover {
  border-left: #99cc00 solid 4px;
}
.x-line {
  padding: 0 2px 0 2px;
}
.x-line:hover {
  padding: 0 2px 0 2px;
  border-left: #99cc00 solid 4px;
  border-right: #99cc00 solid 4px;
}

.green-sp:hover span {
  color: #99cc00;
}

.text-green span {
  color: #99cc00;
  font-weight: 900;
}
.nav .nav-tabs {
  color: #555555;
}
.nav .nav-tabs a {
  color: #555555 !important;
}
.nav .nav-tabs a active {
  color: #99cc00 !important;
}

.policy-statement {
  line-height: 2;
}
.policy-statement ol {
  line-height: 3.5;
  font-weight: 700;
  font-size: 16px;
}
.policy-statement ul li {
  line-height: 2;
  font-size: 15px;
  font-weight: 400;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 450px;
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.75); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px 20px 50px 20px;
  border: 1px solid #888;
  width: 800px;
}
#promotion-icon {
  width: 650px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -550px;
}
#promotion-msg {
  padding: 20px 0 10px 0;
}
#promotion-msg h3 {
  font-size: 24px;
}
#promotion-msg p {
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 1920px) {
  .modal {
    padding-top: 350px;
  }
}
@media (max-width: 767px) {
  .modal-content {
    width: 80%;
  }
}

@media (max-width: 600px) {
  .modal {
    padding-top: 200px;
  }
  .modal-content {
    width: 80%;
  }
  #promotion-icon {
    margin-top: -100px;
    width: 65%;
  }
  .modal-content {
    padding: 15px;
  }
  .section-gap {
    padding: 0;
  }
}
@media (max-width: 480px) {
  #promotion-msg {
    padding: 0 0 8px 0;
  }
  #promotion-msg h3 {
    font-size: 20px;
    font-weight: 500;
  }
  #promotion-msg p {
    font-size: 14px;
    font-weight: 600;
  }
}

/* The Close Button */
.close {
  color: #222222;
  float: right;
  font-size: 50px;
  font-weight: bold;
  opacity: 0.6 !important;
}

.close:hover,
.close:focus {
  text-decoration: none;
  cursor: pointer;
  opacity: 0.9 !important;
}

.lock-page {
  overflow: hidden;
}

.quick-quote {
  /* margin-top: 0px;
  margin-left: 0px; */
}
.quick-quote .thick {
  color: #777;
  font-size: 30px;
}
.quick-quote input[type="text"],
.quick-quote input[type="email"].form-control {
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #fff;
}
.quick-quote .form-control {
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #fff;
}
.selection {
  padding-top: 7px;
}
.quick-quote input[type="submit"] {
  height: 40px;
}
.quick-quote .btn {
  padding-top: 1px;
  padding-bottom: 1px;
}
.quick-quote .form-group {
  margin-bottom: 0px;
}

/* 24/3/2019 addon css*/
/* index addon */
/*.texture-border{
    position: absolute;
    height: 300px;
    width: 400px;
    margin-left: -80px;
    margin-top: 80px;
    z-index: 0;
    border: 7px solid rgba(153, 204, 0, 0.7);
}
@media(max-width: 768px){
    .texture-border{
    height: 200px;
    }
}*/
#greenaus-footer {
  padding-bottom: 0;
}
/* Sticky top header */
.greenaus-nav {
  transition: 0.5s;
}
.sticky-top {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  padding-top: 10px;
  padding-bottom: 10px;
  transition: 0.5s;
}

.sticky-top .top-menu {
  padding-top: 0;
  padding-bottom: 0;
}
.sticky-top .nav-menu {
  padding-top: 0;
}
.sticky-top #logo {
  width: 180px;
  height: auto;
}
@media (max-width: 1200px) {
  .container {
    max-width: 992px;
  }
  .nav-menu a {
    font-size: 14px !important;
    padding: 0 0 0 10px !important;
  }
}

@media (max-width: 992px) {
  .nav-menu a {
    font-size: 13px !important;
    padding: 0 0 0 5px !important;
  }
  #logo {
    margin-left: -10px;
    margin-top: 1px;
    padding-bottom: 2px;
    width: 200px;
    height: auto;
  }
}
@media (max-width: 768px) {
  .sticky-top-button {
    padding-top: 0px;
    margin-top: -13px;
    position: fixed;
  }
  .sticky-top {
    padding-bottom: 5px;
  }
}


/* Divider */
.divider {
  text-align: center;
  width: 60px;
  margin: auto;
  height: 3px;
  background: #99cc00;
}
/* Divider */
.divider__yellow {
  text-align: center;
  width: 60px;
  margin: auto;
  height: 3px;
  background: #ffd21a;
}

/* Products */
.product-grid {
  max-width: 1920px;
}
.product-text {
  margin-top: 20px;
  min-height: 97px; /*60px*/
}
.product-battery .product-text {
  min-height: 60px;
}
.product-title {
  margin-top: 5px;
  margin-bottom: 5px;
}
.product-inner {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  background: #ffffff;
  text-align: center;
  margin-bottom: 20px;
}
.product-inner__top {
  padding: 10px;
}
.product-inner:hover {
  /* box-shadow: 2px 6px 12px 0 rgba(0, 0, 0, 0.2); */
  box-shadow: 0px 20px 20px 0px rgba(157, 157, 157, 0.5);
  transition: 0.5s;
}

.product-img-container {
  text-align: center;
}
.product-img {
  height: 200px;
}
.product-brand-icon {
  width: 70px;
  position: absolute;
  right: 34px;
}

.product-brand-img {
  width: 100%;
}
.product-specs {
  font-size: 11px;
}

.spec-btn {
  width: 100%;
  text-align: center;
  background-color: #99cc00;
  font-size: 16px;
  line-height: 40px;
  padding-left: 30px;
  padding-right: 30px;
  border: none;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
}
.spec-btn:hover {
  background-color: rgba(0,0,0,0.8);
}

.panel-qualification {
  padding-bottom: 10px;
  margin-bottom: 10px;
  background-color: #fff;
  border-bottom: 1px solid #efefef;
}
.panel-text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.panel-subtitle {
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 20px;
}

.qualification-des {
  font-size: 15px;
  margin-bottom: 12px;
}

/*Quotation*/
.quotation {
  quotes: "\201C""\201D""\2018""\2019";
  font-size: 15px;
}
.quotation:before {
  content: open-quote;
  display: inline;
  line-height: 0;
  left: -10px;
  position: relative;
  top: 30px;
  color: #ccc;
  font-size: 3em;
}
.quotation::after {
  content: close-quote;
  display: inline;
  line-height: 0;
  left: 10px;
  position: relative;
  top: 35px;
  color: #ccc;
  font-size: 3em;
}

/* Customer image */
.customer-bg {
  font-size: 0;  
}
.customer-img {
  /* width: 139px;
  height: 139px; */
  border-radius: 10px;
  margin: 1px;
  object-fit: cover;
}
.grid-item { 
  /* width: 12%;
  height: auto; */
  width: 139px;
  height: 139px;
}
.grid-item-2 { 
  width: 423px; /*426px*/
  height: 562px;
}
@media (max-width: 988px) {
  .grid-item { 
    width: 134px !important; 
    height: 134px !important;
  }
  .grid-item-2 {
    display: none !important;
  }
}
@media (max-width: 572px) {
  .grid-item { 
    width: 133.5px !important; 
    height: 133.5px !important;
  }
  .grid-item-2 {
    display: none !important;
  }
}
@media (max-width: 500px) {
  .grid-item { 
    width: 113px !important; 
    height: 113px !important;
  }
  .grid-item-2 {
    display: none !important;
  }
}
@media (max-width: 414px) {
  .grid-item { 
    width: 126px !important; 
    height: 126px !important;
  }
  .grid-item-2 {
    display: none !important;
  }
}
@media (max-width: 375px) {
  .grid-item { 
    width: 113px !important; 
    height: 113px !important;
  }
  .grid-item-2 {
    display: none !important;
  }
}
@media (max-width: 360px) {
  .grid-item { 
    width: 108px !important; 
    height: 108px !important;
  }
  .grid-item-2 {
    display: none !important;
  }
}
.single-review {
  text-align: center;
  margin: auto;
}
.single-customer {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 562px;
  width: 100%;
  display: table;
  overflow: hidden;
}
.project-img {
  border-radius: 10px;
}

.customer-static-img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
}
.customer-happy-text {
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
}
.custom-img-highlight {
  border-radius: 10px;
  margin-bottom: 10px;
}
#owl-carousel-3 {
  opacity: 0;
  box-shadow: 1rem 2rem 1rem rgba(0,0,0,.1);
  border-radius: 10px;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
#owl-carousel-3 .owl-stage-outer {
  border-radius: 10px;
}


/* Animate images */
.animate-img {
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

/* .animate-block {
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 7s;
} */

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  
  to {
    opacity: 1;
  }
}

.customer-guarantee-text {
  margin-top: 40px;
  margin-bottom: 30px;
  font-weight: 700;
}
.click-me:after {
  content: 'Click Me';
  display: inline-block;
  font-size: 1.2rem;
  color: #ffffff;
  background-color: #99cc00;
  border-radius: 25px;
  padding: 5px;
  position: absolute;
  margin-top: -30px;
  margin-left: -55px;
}

/**** Home Pakcage section ****/
/* Single Package */
.same-height {
  display: flex;
  flex-direction: column;
}
.single-package {
  text-align: center;
  background: #ffffff;  
  box-shadow: 0 0 2rem rgba(0,0,0,.1);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-top: 35px;
  height: 100%;
  cursor: pointer;
}
.package:hover .popular {
  display: block;
}
.package:hover .single-package{
  border: 1px solid #99cc00;
  margin-top: 0;
}
.single-package-popular {
  text-align: center;
  background: #ffffff;  
  box-shadow: 0 0 2rem rgba(0,0,0,.1);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border: 2px solid #99cc00;
  /* min-height: 933px; */
  height: 100%;
}
.top-details {
  padding: 10px;
  border-bottom: #f5f5f5 solid 2px;
}
.middle-details {
  padding: 10px;
}
.package-img {
  max-width: 350px;
  width: 100%;
}
.discliamer {
  padding: 10px 0;
  font-size: 12px;
}
.bottom-details {
  padding: 10px;
  font-size: 13px;
  text-align: left;
}
.package-title {
  color: #99cc00;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
}
.package-sub-title {
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 14px;
  min-height: 76px;
}
.wat-num {
  color: #99cc00;
  font-size: 30px;
}
.title-small {
  font-size: 12px;
}
.quote-btn {
  display: inline-block;
  width: 100%;
  background: #99cc00;
  color: #ffffff;
  padding: 10px 8px;
  text-transform: uppercase;
  border-radius: 4px;
}
.quote-btn:hover {
  background: #ffd21a;
  color: #ffffff;
}
/*Package list*/
.benefits-list {
  display: flex;
}
.benefits-list__check {
  margin-right: 10px;
}
.popular {
  background: #99cc00;
  color: #ffffff;
  padding: 6px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  display: none;
}
@media (max-width: 768px) {
  .popular {
    margin-top: 35px;
  }
}
/* Custom package section */
.custom-section {
  padding-top: 20px;
}
.custom-package {
  cursor: pointer;
  background: #ffffff;
  min-height: 225px;
  padding: 20px;
  margin: 20px;
  height: 100%;
}
.custom-package-title {
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.custom-package-top {
  text-align: center;
  margin: 20px;
}
.custom-package-bottom {
  text-align: center;
}
.custom-package:hover .custom-package-icon {
  color: #99cc00;
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
.custom-package-icon {
  font-size: 30px;
  color: #ffd21a;
}
.custom-package-next {
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  right: -5%;
  top: 50%;
  transform: translateY(-50%);
  padding: 6px 10px;
}
@media (max-width: 768px) {
  .custom-package-next {
    right: 47%;
    top: calc(100% + 0.5px);
    transform: translateY(-50%) rotate(90deg);
  }
}
.custom-package-icon-arrow {
  font-size: 20px;
  color: #367944;
}

/* Completed Project */
.greenaus-project {
  position: relative;
  min-height: 800px;
}
@media (max-width: 769px) {
  .greenaus-project {
    min-height: 1000px;
  }
}
.greenaus-project .btn {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  padding: 15px 20px !important;
  font-weight: 900;
  border: 2px solid #fff;
  background-color: transparent;
}
.greenaus-project .btn:hover {
  background-color: #99cc00;
}
.project-text-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-container {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/img_bg_4.jpg) center center no-repeat ;
  background-size: cover;
}
.video-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
}
.video-content {
  height: 100%;
  overflow: hidden;
}
.video-element {
  width: 100%;
}
@media (max-width: 1425px) {
  .video-element {
    width: auto;
    height: 100%;
  }
}
@media (max-width: 769px) {
  .video-element {
    display: none;
  }
}

/* We offer service section */

.credit-img {
  width: 80%;
  margin: 20px 0;
}
@media (max-width: 768px) {
  .credit-img-sec {
    text-align: center;
  }
  .credit-img {
    width: 250px;
    margin: 20px 0;
  }
}

/* Projects */
.project-content {
  cursor: pointer;
  background-color: #ffffff;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  margin-bottom: 20px;
}
.project-content:hover {
  box-shadow: 0px 20px 20px 0px rgba(157, 157, 157, 0.5);
  transition: 0.5s;
}
.completed-project-img {
  width: 100%;
}
.completed-project-img-bg {
  width: 100%;
  height: 330px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  display: table;
  overflow: hidden;
}
.project-des {
  min-height: 76px;
  position: relative;
}
.project-des-text{
  text-align: center;
  padding: 18px 6px;
  font-size: 14px;
  color: gray;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 1682px) {
  .project-des-text {
    font-size: 12px;
  }
}
.icon-content {
  position: absolute;
  bottom: 76px;
  right: 25px;
}
.circle-icon {
  color: #ffffff;
  background: #99cc00;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px !important;
  vertical-align: middle;
  font-size: 22px;
}

/* Footer */
.footer-text {
  font-size: 14px;
}

/* Animation */
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
#greenaus-counter {
  padding-top: 0px;
  padding-bottom: 0px;
}

/*
 * Mobile and general layout fixes
 */
html, body {
  overflow-x: hidden;
  max-width: 100vw;
}
.greenaus-nav #greenaus-logo img,
.greenaus-nav #greenaus-logo a img {
  max-width: 180px;
  height: auto;
}
@media screen and (min-width: 769px) {
  .greenaus-nav #greenaus-logo img,
  .greenaus-nav #greenaus-logo a img {
    max-width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .quick-quote .form-group .col-md-2,
  .quick-quote .form-group .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .quick-quote .row.form-group {
    flex-direction: column;
  }
  .quick-quote .greenaus-heading h2 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}
/* Extra breathing room for the "A New Era" block on all devices */
#new-era-announcement {
  padding-top: 60px;
  padding-bottom: 60px;
}
#new-era-announcement h2 {
  margin-bottom: 20px;
}

/* Extra spacing between hero image and form sections (Quote, Feedback, Contact) */
#Tesseract-contact .col-md-10.col-md-offset-1 {
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  #new-era-announcement {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  #new-era-announcement h2 {
    font-size: 1.1rem !important;
    line-height: 1.4 !important;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    word-wrap: break-word;
  }
  #new-era-announcement .text-white p {
    font-size: 0.95rem;
  }
}
/* Only on mobile: prevent container images without width from overflowing */
@media screen and (max-width: 767px) {
  .container img:not([width]),
  .container-fluid img:not([width]) {
    max-width: 100%;
    height: auto;
  }
}
/* Footer Contact: keep OIA and CEC logos at original small size */
#greenaus-footer .greenaus-footer-links img[height="50"] {
  height: 50px !important;
  width: auto !important;
  max-width: 140px;
}
img.img-fluid {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #greenaus-footer .greenaus-widget {
    margin-bottom: 2rem;
  }
  #greenaus-footer .greenaus-footer-links {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .table-responsive,
  table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 767px) {
  .btn,
  .form-control,
  input[type="submit"],
  .greenaus-nav-toggle {
    min-height: 44px;
  }
  .greenaus-nav ul li a {
    padding: 14px 12px;
  }
}
@media screen and (max-width: 767px) {
  #greenaus-hero .slider-text-inner h1 {
    font-size: 1.5rem;
  }
  #greenaus-hero .slider-text-inner h2 {
    font-size: 1rem;
  }
}

/* Mobile only: carousel thumbnails (testimony/product/quote) fixed size */
@media screen and (max-width: 767px) {
  #greenaus-testimony .testimony-slide figure img,
  #greenaus-product .product-slide figure img,
  #greenaus-quote .quote-slide figure img {
    width: 80px !important;
    height: 80px !important;
    object-fit: cover;
    display: block;
  }
  #greenaus-testimony .testimony-slide figure,
  #greenaus-product .product-slide figure,
  #greenaus-quote .quote-slide figure {
    width: 80px;
    height: 80px;
    overflow: hidden;
  }
  #rolling_img {
    height: auto;
    min-height: 100px;
  }
  #rolling_container img {
    width: auto !important;
    max-width: 120px;
    height: 80px !important;
    object-fit: contain;
  }
  .completed-project-img-bg {
    height: 220px !important;
  }
}

