body {
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
	color: #333;
	font-family: 'Nunito Sans', sans-serif;
}


h1, h2, h3, h4, h5, h6 {
	font-family: 'Libre Baskerville', sans-serif;
}

.p-top-50 {
	padding-top: 50px;
}

.p-bot-50 {
	padding-bottom: 50px;
}

.p-bot-100 {
	padding-bottom: 100px;
}

.m-top-100 {
	margin-top: 100px
}

.m-bot-30 {
	margin-bottom: 30px;
}

.m-r-20 {
	margin-right: 20px;
}

.logo
{
	margin:auto;
}

.home_banner {
	padding-top: 32vh;
	padding-top: calc(var(--vh, 1vh) * 32);
	padding-top: 180px;
	padding-bottom: 180px;
	position: relative;
	width: 100%;
	display: flex;
    align-items: center;
	background-size: 280px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
}

.color_bg {
	background-color: #B2C40F;
	color: #333333;
}
.color_text {
	color: #B2C40F;
	font-weight: bold;
}

.dark_bg {
	background-color: #333333;
	color: #ffffff;
}

.light_gray_bg {
	background-color: #F0EBEB;
	color: #333333;
}

.brand_heading {
	font-size: 60px;
}

.heading_title {
	color: #ffffff;
	font-size: 18px;
	letter-spacing: 3px;
}

.light_gray_bg .heading_title {
	color: #333333;
}

.section_heading {
	margin-top: 10px;
	line-height: 52px;
	font-size: 38px;
	margin-bottom: 0;
}

.header-bg {
    padding: 15px 0;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.here-us
{
	position: absolute;
}

.here-us a {
    display: block;
    padding: 10px 20px;
    background: #333333;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
	letter-spacing: 1.5px;
	border-radius:3px;
	-webkit-transition: background-color .25s ease-out;
  	-moz-transition: background-color .25s ease-out;
  	-o-transition: background-color .25s ease-out;
	transition: background-color .25s ease-out;
	-webkit-box-shadow: 3px 3px 12px -3px rgba(51,51,51,1);
	-moz-box-shadow: 3px 3px 12px -3px rgba(51,51,51,1);
	box-shadow: 3px 3px 12px -3px rgba(51,51,51,1);
}

.here-us a:hover {
    background: #ffffff;
    color: #B2C40F;
	text-decoration:none;
}

.trigger {
	position: absolute;
	width: 30px;
	right:13.5%;
	color:#333;
	cursor: pointer;
}

.trigger span {
    display: block;
    width: 100%;
    height: 4px;
    background: #333333;
	margin: 5px 0;
	border-radius:15px;
}

nav.menu-bg {
    position: fixed;
    top: 0;
    right: -51%;
    width: 30%;
    height: 100%;
    min-height: 100vh;
    z-index: 100;
	display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 3px 3px 12px -3px rgba(51,51,51,1);
	-moz-box-shadow: 3px 3px 12px -3px rgba(51,51,51,1);
	box-shadow: 3px 3px 12px -3px rgba(51,51,51,1);
    /* background: linear-gradient(169deg, rgba(178,196,15,1) 0%, rgba(51,51,51,1) 100%); */
	background: #ffffff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

nav.menu-bg.open {
    right: 0;
}

.menu-bg ul {
    margin: 0;
    padding: 0;
    list-style: none;
	width: 85%;
}

.menu-bg ul li a {
    display: block;
    padding: 20px 15px;
    color: #333;
	text-align: center;
    font-size: 20px;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.menu-bg ul li:last-child a {
    border: 0;
}

.menu-bg ul li a:hover {
    color: #b2c40f;
	border-top-color: #B2C40F;
}

#about .section_heading {
	margin-top: 25px;
}

#home {
	min-height: 100vh;
	background-image: url(../images/backgrounds/hey-green.png), url(../images/backgrounds/back-image1.png);
	background-size: 390px, 339px 289px;
	background-position: center 190px, right bottom;
}

#about {
	background-image: url(../images/backgrounds/hey-dark-grey.png);
	background-size: 390px;
}

#services {
	background-image: url(../images/backgrounds/hey-green.png);
	background-size: 390px;
}

#portfolio {
	background-image: url(../images/backgrounds/hey-dark-grey.png);
	background-size: 390px;
}
#partners {
	background-image: url(../images/backgrounds/hey-light-grey.png);
	background-size: 390px;
}

#testimonials {
	background-image: url(../images/backgrounds/hey-green.png);
	background-size: 390px;
}

#contact {
	background-image: url(../images/backgrounds/hey-dark-grey.png);
	background-size: 390px;
}

.service-content {
	border: 2px solid #ffffff;
	padding: 18% 3%;
	position: relative;
}

.service-content p {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.9);
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin: 0;
	opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.service-content:hover p {
	opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.line_white {
	width: 14px;
	height: 322px;
	background-image: url(../images/lines/line-white.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1;
	margin-left: 50%;
	margin-top: -161px;
}

.line_green {
	width: 14px;
	height: 244px;
	background-image: url(../images/lines/line-green.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1;
	margin-left: 50%;
	margin-top: -122px;
}

.line_dark_gray {
	width: 14px;
	height: 274px;
	background-image: url(../images/lines/line-dark-grey.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1;
	margin-left: 50%;
	margin-top: -137px;
}

.btn-green {
	color: #B2C40F;
	border: 1px solid #B2C40F;
	background: transparent;
	padding: 8px 20px;
	border-radius:3px;
	font-size:16px;
	font-weight:bold;
}

.btn-green:hover {
	background-color: #B2C40F;
	color: #333333;
}

.blog .carousel-indicators,
.testimonials .carousel-indicators {
	left: 0;
	top: auto;
	bottom: -60px;
}

.desktop-hide
{
	display:none;
}

/* The colour of the indicators */

.blog .carousel-indicators li,
.testimonials .carousel-indicators li {
	background: #a3a3a3;
	width: 20px;
	height: 2px;
}

.blog .carousel-indicators .active,
.testimonials .carousel-indicators .active {
	background: #707070;
}

.testimonial_block {
	background-color: #ffffff;
	padding: 12% 9%;
}

.footer_section {
	background-color: #efebea;
	padding-top: 50px;
	padding-bottom: 50px;
}

.statement {
	background-color: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
}

.statement p {
	margin: 0;
}

#partners .owl-carousel,
#testimonials .owl-carousel {
    padding: 0 50px;
}

#partners .owl-dots,
#testimonials .owl-dots {
	display: none;
}

#partners .owl-nav,
#testimonials .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
	height: 0;
	margin-top: -20px;
}

#partners .owl-nav button,
#testimonials .owl-nav button {
	font-size: 40px;
    color: #B2C40F;
    line-height: 1;
    outline: none !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

#testimonials .owl-nav button {
    background: #fff;
}

#partners .owl-nav button span, 
#testimonials .owl-nav button span {
    display: block;
    line-height: 1;
    margin-top: -5px;
}

#partners .owl-prev,
#testimonials .owl-prev {
    float: left;
}

#partners .owl-next,
#testimonials .owl-next {
    float: right;
}

.owl-carousel .owl-item img,
.owl-carousel .owl-item img {
    width: auto;
    max-width: 100%;
    display: inline-block;
}

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    text-align: center;
	font-size: 28px;
	font-weight: bolder;
    line-height: 50px;
    background: #ccc;
    color: #333;
    cursor: pointer;
    border: 0;
    border-radius: 50%;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color .25s ease-out;
	-webkit-box-shadow: 3px 3px 12px -3px rgba(51,51,51,1);
	-moz-box-shadow: 3px 3px 12px -3px rgba(51,51,51,1);
	box-shadow: 3px 3px 12px -3px rgba(51,51,51,1);
}

#back-to-top:hover {
    background: #B2C40F;
	color: #fff;
}

#back-to-top.show {
    opacity: 1;
}

.portfolio-bg {
    background-image: url(../images/backgrounds/hey-green.png);
    background-size: 600px;
    background-position: center 120px;
    background-repeat: no-repeat;
    padding: 180px 0 60px;
    background-attachment: fixed;
}

@media (min-width: 768px) {
	.home_banner {
		min-height: 100vh;
	}
	#home {
		background-image: url(../images/backgrounds/hey-green.png), url(../images/backgrounds/back-image1.png);
		background-size: 650px 600px, 339px 289px;
		background-position: center, right bottom;
	}
	#about {
		background-image: url(../images/backgrounds/hey-dark-grey.png), url(../images/backgrounds/back-image2.png);
		background-size: 650px 600px, 282px 289px;
		background-position: center, left bottom;
	}
	#services {
		background-image: url(../images/backgrounds/hey-green.png), url(../images/backgrounds/back-image3.png);
		background-size: 650px 600px, 318px 514px;
		background-repeat: no-repeat, no-repeat;
		background-position: center, right top;
	}
	#portfolio {
		background-image: url(../images/backgrounds/hey-dark-grey.png), url(../images/backgrounds/back-image2.png);
		background-size: 650px 600px, 282px 289px;
		background-position: center, left bottom;
	}
	#partners {
		background-image: url(../images/backgrounds/hey-light-grey.png), url(../images/backgrounds/back-image5.png);
		background-size: 650px 600px, 223px 269px;
		background-position: center, right top;
	}
	#testimonials {
		background-image: url(../images/backgrounds/hey-green.png), url(../images/backgrounds/back-image6.png);
		background-size: 650px 600px, 339px 289px;
		background-position: center, left top;
	}
	#contact {
		background-image: url(../images/backgrounds/hey-dark-grey.png), url(../images/backgrounds/back-image7.png);
		background-size: 650px 600px, 273px 407px;
		background-position: center, right top;
	}
}

@media (max-width: 767px) {
	.hide
	{
		display:none;
	}
	.logo
	{
		margin: auto;
	}
	.trigger
	{
		position: absolute;
		right:40px;
	}
	nav.menu-bg {
		width: 280px;
		right: -290px;
	}
	.brand-heading {
		font-size: 32px !important;
	}
	#partners .p-top-50 {
		padding-top: 0;
	}
	.brand_heading {
		font-size: 36px;
	}
	.section_heading {
		font-size: 32px;
	}
	#services .col-md-3 {
		margin-bottom: 30px;
	}
	.footer_section svg {
		margin: 5px 0;
		width: 100px;
	}
	#contact {
		padding: 50px 0;
	}
	#testimonials .p-top-50 {
		padding-top: 0;
	}
	#testimonials {
		padding-bottom: 50px;
	}
	#about {
		padding-top: 50px;
	}
	#about .section_heading {
		font-size: 21px;
		line-height: 2;
	}
	#about .section_heading span {
		font-size: 32px;
	}
	.footer_section {
		text-align: center;
	}
	#back-to-top {
		bottom: 20px;
		right: 20px;
		width: 40px;
		height: 40px;
		font-size: 24px;
		line-height: 40px;
	}
	.portfolio-bg {
		background-size: 150px;
	}
	.desktop-hide
	{
		display:block;
		padding-top: 15px;
	}
}