@charset 'UTF-8';
a{
	text-decoration: none;
}
a:hover,
a:focus,
a:active{
  /*text-decoration: underline;*/
}
p{
  text-align: center;
}
@media (min-width: 550px){
  p{
    text-align: left;
  }
}
ul{
	list-style: none;
}
img{
	width: 100%;
	height: 100%;
}
.section {
    padding: 6rem 0 6rem;
}
body{
  background:url(../images/body-bg.png) repeat-x;
}
/*PRELOADER*/
.preloader{
  position: fixed;
  left: 0;
  top: 0;
  z-index: 6;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-color: #fff;
  /*background: #fff url(../images/preloader.gif)no-repeat center center;*/
}
.spinner {
  position: absolute;
  top: 48%;
  left: 48%;
  width: 40px;
  height: 40px;
  background-color: #059542;
/*  margin: 100px auto;*/
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.make-invisible{
  display: none;
}
.make-visible{
  display: block;
}
.make-clickable {
    display: block !important;
}
.make-clickable:hover {
  text-decoration: none;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.text-left{
  text-align: left;
}
.text-color-white{
	color:#fff;
}
.text-color-green{
	color: #059542;
}
.zero-margin-bottom{
	margin-bottom: 0;
}
.text-uppercase{
	text-transform: uppercase;
}
.button-style{
  display: inline-block;
  padding: 1rem 1rem;
  margin-top: 1rem;
  outline:0;
  zoom: 1;
  box-sizing: border-box;
  background-color: rgba(255,255,255,0.9);
  border: 2px solid rgba(103,150,191,.7);
}
.button-style:hover{
  background-color: rgba(5,149,66,.9);
  transition: .3s;
}
.cta-button{
  display: inline-block;
  padding: 1rem 2rem;
  background-color: #1EAEDB;
}
.cta-button:hover{
  background-color: #059542;
}
.tag-line-bg{
    padding: 1rem 2.5rem;
    box-sizing: border-box;
    outline: 1px solid white;
    outline-offset: -10px;
    background-color: #059542;
    color: #fff;
}
@media (min-width: 550px){
  .button-style{
    padding: 1rem 3rem;
  }
}
.title-deco{
	width: 100%;
	display: block;
	margin-bottom: 2rem;
}
.title-deco img{
	width: auto;
	height: auto;
}
.item{
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    background-color: rgba(255,255,255,0);
    border: 1px solid #ebeaea;
    border-bottom-width: 3px;
    padding: 1rem 1rem;
    box-sizing: border-box;
}
.para-max-width{
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 550px){
.container {
    width: 92%;
	}
}
/*NO SCRIPT BROWSERHAPPY*/
.js-disabled-msg{
	position: absolute;
	top: 0;
}
.js-disabled-msg,
.browsehappy{
	z-index: 5;
	width: 100%;
	padding: .5rem 0;
	background-color: #FF2400;
	text-align: center;
}
/*HEADER - NAVIGATION*/
header{
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);*/
  -webkit-font-smoothing: antialiased;
}
header:before{
    content: " ";
    position: absolute;
    z-index: -1;
    left: 5px;
    right: 5px;
    bottom: -2px;
    border-bottom: 2px solid #059542;
}
.main-container-top-padding{
  padding-bottom: 0px;
}
.logo-link{
  display: none;
}
.logo-link-mobi{
  float: left;
  display: block;
  margin: .7rem 0 0 5%;
}
.menu-icon-bars {
    position: absolute;
    top: calc(50% - 2rem);
    right: 0;
    margin-right: 5%;
    cursor: pointer;
}
.contact-info-mobi{
  display: block;
  padding: 10rem 0 2rem;
  background-color: rgba(5,149,66,.02);
}
.social-media ul li{
    display: inline-block;
  }
.social-media ul li:not(:last-child){
     margin-right: 2rem;
}
.sidebar-nav{
  float: none;
  position: relative;
  z-index: 1;
  clear: both;
}
.sidebar-nav ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-nav ul li a:hover,
.sidebar-nav ul li a:focus,
.sidebar-nav ul li a.active{
  background-color: rgba(5,149,66,.09);
  color: #059542;
  transition: all 0.7s ease;
}
.sidebar-nav ul li a:active{
  background-color: rgba(5,149,66,.9);
}
.sidebar-nav ul li{
  position: relative;
  margin-bottom: 0;
}
.sidebar-nav > ul > li > a:before{
  position: absolute;
  z-index: 100;
  font-family: 'FontAwesome';
  line-height: 0;
  left: 2.4rem;
  top: 2.6rem;
  margin-left: 1rem;
  speak: none;
  content: "\f299";
  color: #eaeaea;
  text-indent: 0!important;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;*/
  transition: all 0.7s ease;
}
.sidebar-nav ul li a:hover:before,
.sidebar-nav ul li a.active:before{
    color: #059542;
    transition: all 0.7s ease;
}
.contact-info a:hover{
  color: #059542;
  transition: .3s;
}
.sidebar-nav > ul > li{
  float: none;
  padding: 0;
  margin-bottom: 0;
}
.sidebar-nav > ul > li:first-child > a{
  /*border-top-width: 1px;*/
  border-style: solid;
}
.sidebar-nav > ul > li > a{
  display: block;
  padding: 1.5rem 6rem;
  height: auto;
  border-top-width: 0;
  border-bottom-width: 1px;
  border-left-width: 0;
  border-right-width: 0;
  border-style: solid;
  text-align: left;
  border-top-color: #eaeaea;
  border-bottom-color: #eaeaea;
}
.has-children a {
  position: relative;
}
.has-children ul{
  display: none;
}
 .submenu li a{
    display: block;
    padding: 1.7rem 6rem 1.7rem 10rem;
    border-bottom: 1px solid #eaeaea;
}
.has-children > a:after{
  position: absolute;
  content: '';
  height: 16px;
  width: 16px;
  right: 5%;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  background-image: url(../images/cd-arrow.svg);
}
.social-media-contact{
  display: none;
}
/*.main-nav{
  display: none;
}*/
/*.nav-is-visible{
  display: block;
  transition: opacity 0.2s 0s, visibility 0s 0s;
}*/
#image-slider,
#single-banner .slide-caption{
 display: none;
}
@media (max-width: 1170px){
  .sidebar-nav{
    position: relative;
    top: 0;
    left: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
  }
  .hide-menu{
    float: left;
  }
  .hide-menu{
    position: absolute;
    width: 100%;
     top: 75px;
    left: 0;
     overflow-y: scroll;
     overflow-x: hidden;
    left: -1000px;
    background: #fff;
  }
}
@media (min-width: 1170px) {
  header,
  .sidebar-nav{
     width: 300px;
  }
  .mobile-menu-icons{
    display: none;
  }
  header{
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    box-shadow: none;
    -webkit-box-shadow: 5px 0px 16px 0px rgba(189,189,189,.5);
    -moz-box-shadow: 5px 0px 16px 0px rgba(189,189,189,.5);
    box-shadow: 5px 0px 16px 0px rgba(189,189,189,.5);
  }
  header:before{
     border-bottom:none;
  }
  .branding{
    padding: 5rem 9.5rem;
  }
  .branding img{
    width: auto;
  }
  .logo-link-mobi{
    display: none;
  }
  .contact-info-mobi{
    display: none;
  }
  .main-nav,
  .logo-link{
    display: block;
  }
  .sidebar-nav{
    position: relative;
    float: left;
    top: auto;
    min-height: 100vh;
    visibility: visible;
    opacity: 1;
    overflow: visible;
    max-height: none;
    background-color: #fff;
    -webkit-box-shadow: 5px 0px 16px 0px rgba(189,189,189,.5);
    -moz-box-shadow: 5px 0px 16px 0px rgba(189,189,189,.5);
    box-shadow: 5px 0px 16px 0px rgba(189,189,189,.5);
  }
  .sidebar-nav.is-fixed{
    position: fixed;
  }
  .main-nav li a.active{
    border-right-width: 3px;
    color: #059542;
  }
  .social-media-contact{
    display: block;
  }
  .has-children{
    position: relative;
  }
  .has-children > a:after{
	  transform: translateY(-50%) rotate(270deg);
	  -webkit-transform: translateY(-50%) rotate(270deg);
	  -moz-transform: translateY(-50%) rotate(270deg);
	  -ms-transform: translateY(-50%) rotate(270deg);
	  -o-transform: translateY(-50%) rotate(270deg);
  }
  .has-children ul{
    position: absolute;
    top: -.16rem;
    left: 100%;
    z-index: 1;
    background-color: #fff;
    box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
  }
  .submenu li{
    float: none;
    margin: 0;
    padding: 0;
  }
  .submenu li a{
    max-width: 127px;
    padding: 1.7rem 6rem;
  } 
  .social-media-contact{
    padding: 2rem 6rem;
  }
  .contact-info{
    /*margin-top: 3rem;*/
  }
  .main-container-top-padding{
    padding-top: 0;
    padding-bottom: 0;
  }
  section,
  footer{
    position: relative;
    margin-left: 300px;
  }
}
.avoid-full-width{
  width: 100%;
  height: 100%;
}
.avoid-full-width.four.columns {
	float: left;
  width: 33.333333%;
  margin-left: 0;
  padding: 2rem .5rem;
  background-color: rgba(255,255,255,.3);
  border-bottom: .1rem solid #6796bf;
  border-right: .1rem solid #6796bf;
  box-sizing: border-box;
}
.quick-links .row:first-child{
  border-top: .1rem solid #6796bf;
}
.quick-links .row a:first-child{
  border-left: .1rem solid #6796bf;
  }
  .avoid-full-width a{
    display: block;
  }
.avoid-full-width img{
  max-height: 25px;
}
.avoid-full-width h4{
  margin-bottom: 0;
}
@media (min-width: 750px){
  .quick-links{
    display: none;
  }
  #single-banner .slide-caption{
    display: block;
  }
 }
 .value-tag-line{
  background-color: #059542;
  padding: 3rem 0 3rem;
 }
.value-prop{
  background: url(../images/main-bg.jpg) no-repeat top center;
  background-size: cover;
  color: #059542;
  /*background: linear-gradient(to right, rgba(5,149,66,1) , rgba(103,150,191,1));*/
}
/*QUICK LINKS - SERVICES*/
.feature-icon{
	height: 50px;
	max-height: 50px;
}
.renewables-intro .item:hover{
  background-color:  rgba(5,149,66,.02);
}
/*COPYRIGHT*/
  footer{
    background-color: #000000;
    padding: 3rem 0 .5rem;
  }
  /*Single Banner*/
  #single-banner{
   	position: relative;
   }
   .slide-caption {
  position: absolute;
  z-index: 2;
  padding: 2rem 9rem 2rem 2rem;
  background: rgba(0,0,0,0.2);
  background: -webkit-linear-gradient(left, rgba(0,0,0,0.3),rgba(0,0,0,0.01)); 
  background: -o-linear-gradient(right, rgba(0,0,0,0.3), rgba(0,0,0,0.01)); 
  background: -moz-linear-gradient(right, rgba(0,0,0,0.3), rgba(0,0,0,0.01)); 
  background: linear-gradient(to right, rgba(0,0,0,0.3) , rgba(0,0,0,0.01));
  }
  #single-banner img{
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  }
  #single-banner:after{
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.8);
    box-shadow: 0 0 40px rgba(0,0,0,0.8);
    bottom: 7px;
    width: 80%;
    height: 50%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    left: 10%;
    right: 10%;
}
  @media (min-width: 750px){
  #single-banner img{
	height: auto;
	max-height: 320px;
	}
    .slide-caption {
    top: calc(50% - 5rem);
    left: 0;
    min-height: 80px;
  }
}
@media (max-width: 750px){
	.slide-caption{
		bottom: 0;
	}
}
.overlay:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
 }
 /*CONTACT INFO - SUB PAGE*/
 .contact-info-sub{
  background-color: #1a2421;
 }
 .contact-info-sub a:hover,
 .contact-info-sub a:focus,
 .contact-info-sub a:active{
  text-decoration: underline;
 }
@media (min-width: 750px){
  .contact-info-sub p{
    margin-bottom: 0;
  }
}

/*CALL TO ACTION*/
.call-to-action{
	position: relative;
	background: url(../images/main-bg.jpg) no-repeat top center;
  background-size: cover;
}
 .overlay:before{
    /*background-color: rgba(26,36,33,0.4);*/
 }
 .para-max{
    max-width: 700px;
    margin: 0 auto;
    padding-bottom: 2rem;
 }
/*ACCORDION*/
.accordion-section{
	margin-bottom: 1rem;
}
#faq .accordion-section-title,
#how-it .accordion-section-title{
	display: block;
}
.accordion-section-title{
	width: auto;
	padding: 1.5rem;
	border: 1px solid #6796bf;
}
.accordion-section-title:before{
	float: left;
  padding-right: 1.5rem;
	content: '\f0fe';
	font-family: FontAwesome;
}
.how-it-content,
.faq-content{
	display:none;
}
.accordion-section-content {
	padding:15px;
	border: 1px solid #6796bf;
}
.accordion-section-title.active:before{
content: '\f146';
}
#cover{
    position:fixed;
    top:0;
    left:0;
    background:rgba(0,0,0,0.6);
    z-index:1;
    width:100%;
    height:100%;
    display:none;
}

.fix-button{
  position: fixed;
  z-index: 2;
  padding: 1rem 2rem;
  background-color: #fff;
  border:1px solid #1EAEDB;
}
.scrolltop{
  display: none;
  right: 117px;
  bottom: 0;
  }
  .telno-fixed{
    right: 0;
  bottom: 0;
  }
  .mail-fixed{
  right: 57px;
  bottom: 0;
  }
  @media (min-width: 750px){
    .scrolltop{
      right: 0;
    }
    .telno-fixed,
    .mail-fixed{
      display: none;
    }
  }
@media (min-width: 550px){
.recent-work h4,
.op-pro h4 {
    font-size: 2rem;
 }
}
