f@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700|Poppins:300,400,600,700i&display=swap');



header{
	padding-bottom:1.25em;	
}
#header-contact
{
	background:#3F3A35;
	text-align:right;	
	padding:0.5em 0;
}

#header-contact a:link, #header-contact a:visited{
	color:#fff;
}

#header-contact a:hover, #header-contact a:active{
	color:#93B300;
	text-decoration:none;
}

.head-cont{
	position:relative;
	top:1px;	
}
#main-logo{
	margin:1em 0;	
}

@media(min-width:32em){
	
header{
	box-shadow:3px 3px 3px #ccc;
}

.nav-item{
	margin-left:1em;
}




}
.nav-link.active{
	border-bottom:3px solid #93B300;	
}

a.nav-link:link,a.nav-link:visited{
	font-family: 'Poppins', sans-serif;
	font-size:0.9em;
	text-transform:uppercase;
}

a.socialmedia-icon{
	padding-left:0!important;	
	padding-right:0!important;	
}

@media(min-width:992px){
.navbar{
	float:right;	
	margin-top:2em;
}
}

article{
	padding:2em 0;	
	font-family: 'Montserrat', sans-serif;
    font-weight:300;
    font-size:1.25em;
}


article h1{
	font-size:1em;
	color:#fff;
	font-weight: 400;
    display: inline-block;
    padding-bottom: 7px;
    position: relative;
	text-transform:uppercase;
	margin-bottom:1em;
}

@media(min-width:32em){
    
article h1{
	font-size:1.5em;

}

}



article h1:before, article h2:before, h2.dark-header:before{
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    bottom: 0;
    left: 0;
    border-bottom: 3px solid #93B300;
}


article h2, h2.dark-header{
	font-size:1.25em;
	color:#fff;
	font-weight: 400;
    display: inline-block;
    padding-bottom: 7px;
    position: relative;	
}


article h1.dark-header, article h2.dark-header, h2.dark-header{
	color:#3F3A35;	
}


a.greenlink:link, a.greenlink:visited{
    color:#93B300;
}

a.greenlink:hover, a.greenlink:active{
    color:#222;
}
/*footer*/

footer{
	background:#3F3A35;
	padding:1.25em 0 0;
	font-family: 'Montserrat', sans-serif;
	color:#fff;
	font-weight:300;
	line-height:200%;
	border-top:2px solid #fff;
}

footer h3{
	font-size:1.25em;
	color:#fff;
	font-weight: 400;
    display: inline-block;
    padding-bottom: 7px;
    position: relative;
}


h3:before{
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    bottom: 0;
    left: 0;
    border-bottom: 3px solid #93B300;
}

h1#introheader:before{
	font-size:4em;
	 border-bottom: 0;
}

.trans-box{
	border-radius:5px;
	padding:2em;
	background:rgba(0,0,0,0.5);	
	color:#fff;
	line-height:200%;
	height:100%;
}


/*buttons */

.btn-primary {
    color: #fff;
    background-color: rgba(255,255,255,0.5);
    border-color: #fff;
	border-width:2px;
	border-radius:2px;
	padding:0.5em 1.25em;
	font-size:1.15em;
}

.btn-primary:hover, .btn-primary:active{
 background-color: #fff;
 color:#222;
 border-color:#fff;
}

.btn-secondary {
    color: #fff;
    background-color: #93B300;
    border-color: #93B300;
	border-radius:2px;
	font-size:1.15em;


}
.btn-secondary:hover, .btn-secondary:active{
 background-color: #423A35
}



/*services links */
a.services-link .service-desc{
	color:#222;	
	line-height:140%;
	font-size:0.8em;

}


a.services-link:link,a.services-link:visited{
	color:#222;
	text-decoration:none;
}	

a.services-link:hover,a.services-link:active{
	color:#222;
	text-decoration:none;
}	

a.services-link:link ul, a.services-link:visited ul{
	background:#fff;
	padding:0.5em;
	border:2px solid #222!important;
	border-radius:5px;
	color:#222;
}

a.services-link:hover ul,a.services-link:active ul{
	background:#93B300;
	padding:0.5em;
	border:2px solid #fff;
	border-radius:5px;
	color:#222;
		text-decoration:none;

}


a.services-link ul p:nth-child(1){
	color:#3F3A35;
	font-weight:400;
	 border-bottom: 3px solid #93B300;
	 width:75%;
	 margin-top:0.25em;
	 margin-bottom:0.25em;
}

a.services-link:hover ul p:nth-child(1){
	
	 border-bottom: 3px solid #fff;
	
}




/*page backgrounds */
article{
	padding:5em 0;
}
body#home article{
	background: url(../img/homebg.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom:5em;
  padding-top:2em;
}

body#about article{
	background: url(../img/aboutbg.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}


body#services article{
	background: url(../img/servicesbg.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


body#gallery article{
	background: url(../img/gallerybg.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


body#testimonials article{
	background: url(../img/testimonialsbg.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


body#treeplanting article{
	background: url(../img/treeplantingbg.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body#treefelling article{
	background: url(../img/treefellingbg.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body#hedgecutting article{
	background: url(../img/hedgecuttingbg.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


body#treepruning article{
	background: url(../img/treepruningbg.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


body#stumpgrinding article{
	background: url(../img/stumpgrindingbg.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

footer a:link, footer a:visited{
	color:#fff;
}

footer a:hover, footer a:active{
	color:#93B300;
	text-decoration:none;
}



h1#introheader{
	font-size:1.25em;
	text-transform:uppercase;
	padding-bottom:0;
	margin-top:1em;
}


#introsubheader{
	color:#fff;
	font-size:1em;	
}


/*service-boxes*/

	
	#services-boxes{
		margin-top:1em;	
	}
a.services-link .container{
		width:100%;
		margin-left:0;
	}
	
	
	.service-img{
	margin-right:7px;
	margin:auto;	
	margin-bottom:5px;
}

.service-desc{
	text-align:center;
	width:300px;
	margin:0 auto;
}
a.services-link ul p:nth-child(1) {
    width: 100%;
}

@media(min-width:562px){
.service-img{
	min-width:80px;
	margin:7px 15px 5px 0!important;	
	margin-bottom:0;
}
.service-desc{
	text-align:left;	
	max-width:250px;
}
}
@media(min-width:768px){

a.services-link .container{
		width:75%;
		margin-left:0;
	}
	
	.service-img{
	
	margin-right:7px;
	margin-left:0;		
margin-bottom:0px;
}

.service-desc{

	margin:0 ;
}


a.services-link ul p:nth-child(1) {
    width: 75%;
}
}

@media(min-width:992px){
	a.services-link .container{
		width:87.5%;
		margin:auto;
	}
	
	#services-boxes{
		margin-top:0;	
	}
}


#ntpc-qualification{
	text-align:right
}


#introsubheader{
	font-size:0em;
	visibility:hidden;
}



@media(min-width:32em){


h1#introheader{
	font-size:2.25em;
	text-transform:uppercase;
	margin-top:1.5em;
}

#introsubheader{
    font-size:1.25em;
	visibility:visible;
}

}

#credits{
	padding:0.5em 0;	
}



/*testimonial slider */

.col-center {
	margin: 0 auto;
	float: none !important;
}
.carousel {
	margin: 50px auto;
	padding: 0 70px;
}
.carousel .item {
	color: #fff;
    text-align: center;
	overflow: hidden;
    min-height: 290px;
}
.carousel .item .img-box {
	width: 135px;
	height: 135px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 50%;
}
.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.carousel .testimonial {
	padding: 30px 0 10px;
	width:80%;
	margin:auto;
}
.carousel .overview {	
	text-align:right;
	width:90%;
}
.carousel .overview b {
	text-transform: uppercase;
	color: #fff;
		
}
.carousel .carousel-control {
	width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
	background: none;
}
.carousel-control i {
    font-size: 1.5em;
	line-height: 42px;
    position: absolute;
    display: inline-block;
	color: #fff;;
}
.carousel .carousel-indicators {
	bottom: -40px;
}
.carousel-indicators li, .carousel-indicators li.active {
	height: 10px;
	margin: 1px 3px;
	border-radius: 50%;
}
.carousel-indicators li {	
	background: #999;
	border-color: transparent;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li.active {	
	background: #555;		
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}


.elem, .elem * {
	box-sizing: border-box;
	margin: 0 !important;	
}
.elem {
	display: inline-block;
	
}
.elem > span {
	display: block;
	cursor: pointer;
	height: 0;
	padding-bottom:	70%;
	background-size: cover;	
	background-position: center center;
}

.lcl_fade_oc.lcl_pre_show #lcl_overlay,
.lcl_fade_oc.lcl_pre_show #lcl_window,
.lcl_fade_oc.lcl_is_closing #lcl_overlay,
.lcl_fade_oc.lcl_is_closing #lcl_window {
	opacity: 0 !important;
}
.lcl_fade_oc.lcl_is_closing #lcl_overlay {
	-webkit-transition-delay: .15s !important; 
	transition-delay: .15s !important;
}

/*gallery*/
.grid{
	margin-top:1em;	
}

.grid-item{
	margin-bottom:1em;
}




.filter-button-group .btn.btn-default {
    font-weight: 600;
    color: #fff;
	text-transform:uppercase;
}


.filter-button-group .btn.btn-default.is-checked {
    background: #93B300;
    color: #fff;
    border-radius: 0;
}

@media(min-width:768px){
    a#estimate:link, a#estimate:visited{
    background:#93B301;
    color:#fff;
}
}


.well{
    background:rgba(147,179,1,0.8);
    border:2px solid #fff;
    color:#fff;
    padding:15px;
}

.well-two{
    background:rgba(255,255,255,0.8);
    border:2px solid #fff;
    color:#222;
    padding:15px;
}


/*
font-family: 'Poppins', sans-serif;
font-family: 'Montserrat', sans-serif;
*/