body {
	font-family: "Nunito";
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Nunito";
}

a {
	color: #686868;
	transition: linear 0.2s;
}

a:hover {
	text-decoration: underline;
	color: #7ba832;
}

.navbar {
	height: 100px;
	border: none;
	border-radius: 0px;
	margin-bottom: 120px;
	padding-top: 10px;
}

.navbar-fixed-top {
	min-height: 80px;
	border: none;
	border-radius: 0px;
	width: 100%;
	z-index: 1000;
}

.navbar-default {
	background-image: none;
	background-color: transparent;
	box-shadow: none;
	border-bottom: solid 1px rgba(255, 255, 255, 0.6);
}


.navbar-nav {
	float: right;
}

.navbar-default .navbar-nav > li > a {
	color: #fff;
	font-weight: 700;
	padding-left: 30px;
	font-size: 16px;
	letter-spacing: 1px;
	transition: linear 0.2s;
	text-shadow: none;
	text-transform: uppercase;
	margin-top: 16px;
}

.navbar-default .navbar-nav > li > a:hover {
	color: rgba(255, 255, 255, 0.6);
}

.navbar-default .navbar-nav > li > a:focus, active {
	color: #bdab94;
	background-color: transparent;
}

.navbar-brand {
	padding: 10px 25px 70px;
	background-color: transparent;
	text-shadow: none;
}

.navbar-toggle {
	border: none;
	margin-top: 22px;
}

.navbar-toggle:hover {
	background-color: transparent;
	border: none;
	margin-top: 22px;
}

.navbar-default .navbar-toggle:hover {
	background-color: transparent;
}

.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-toggle .icon-bar {
	height: 1px;
	line-height: 16px;
}

.navbar-toggle .icon-bar:hover {
	height: 1px;
	line-height: 16px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 6px;
}

thead {
    margin-top: 30px;
}

th {
    font-size: 16px;
    color: #1a6d98;
}

tr {
    font-size: 14px;
    color: #000;
}


#header {
	background: url(../img/header.png);
	background-size: cover;
	width: 100%;
	height: 700px;
	text-align: center;
}

#header p {
	text-align: left;
	font-size: 28px;
	font-weight: 400;
	color: #fff;
	margin-top: 40px;
	letter-spacing: 1px;
}

#header h2 {
	text-align: left;
	font-size: 50px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 1px;
}

#header .scroll-button {
	margin-top: 120px;
	margin-bottom: 0px;
	transition: linear 0.3s;
}

#header .scroll-button:hover {
	margin-top: 110px;
	margin-bottom: 0px;
}


#header span {
	font-weight: 700;
	font-style: italic;
}

#services {
	background-color: #fff;
	width: 100%;
	height: 560px;
	padding: 40px 0px;
}

#services h2 {
	color: #7ba832;
	font-weight: 700;
	font-size: 32px;
	margin-top: 60px;
	margin-bottom: 30px;
}

#services span {
	color: #7ba832;
	font-weight: 300;
}

#services p {
	color: #686868;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
}

#services .box-left {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 0px;
	background-color: #efefef;
	height: 160px;
	text-align: center;
	padding-top: 30px;
	transition: linear 0.2s;
}

#services .box {
	background-color: #efefef;
	height: 160px;
	text-align: center;
	padding-top: 30px;
	transition: linear 0.2s;
}

#services .box-right {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 0px;
	background-color: #efefef;
	height: 160px;
	text-align: center;
	padding-top: 30px;
	transition: linear 0.2s;
}

#services .box-left-bottom {
	border-bottom-left-radius: 20px;
	border-bottom-left-radius: 20px;
	background-color: #efefef;
	height: 160px;
	text-align: center;
	padding-top: 30px;
	transition: linear 0.2s;
	margin-top: 2px
}

#services .box-bottom {
	background-color: #efefef;
	height: 160px;
	text-align: center;
	padding-top: 30px;
	transition: linear 0.2s;
	margin-top: 2px
}

#services .box-right-bottom {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 20px;
	background-color: #efefef;
	height: 160px;
	text-align: center;
	padding-top: 30px;
	transition: linear 0.2s;
	margin-top: 2px
}

#services .box-left-bottom:hover {
	background-color: #f9f9f9;
}

#services .box-bottom:hover {
	background-color: #f9f9f9;
}

#services .box-right-bottom:hover {
	background-color: #f9f9f9;
}

#services .box-left:hover {
	background-color: #f9f9f9;
}

#services .box:hover {
	background-color: #f9f9f9;
}

#services .box-right:hover {
	background-color: #f9f9f9;
}


#services .offer {
	margin-top: 40px;
}

#services .box-right p {
	color: #7ba832;
	font-weight: 400;
	font-size: 16px;
	margin-top: 20px;
}

#services .box-left p {
	color: #7ba832;
	font-weight: 400;
	font-size: 16px;
	margin-top: 20px;
}

#services .box p {
	color: #7ba832;
	font-weight: 400;
	font-size: 16px;
	margin-top: 16px;
	line-height: 18px;
}

#services .box-right-bottom p {
	color: #7ba832;
	font-weight: 400;
	font-size: 16px;
	margin-top: 20px;
}

#services .box-left-bottom p {
	color: #7ba832;
	font-weight: 400;
	font-size: 16px;
	margin-top: 20px;
}

#services .box-bottom p {
	color: #7ba832;
	font-weight: 400;
	font-size: 16px;
	margin-top: 20px;
}

.no-padding {
	padding-left: 1px;
	padding-right: 1px;
}


#about {
	background-image: url(../img/about.png);
	background-size: cover;
	width: 100%;
	height: 360px;
}

#about .box {
	background-image:  url(../img/bg_about.png);
	width: 100%;
	height: 420px;	
	margin-top: -30px;
	border-radius: 20px;
	padding: 80px 80px 20px 80px;
	box-shadow: 0px 0px 26px 2px rgba(0, 0, 0,0.5);
	background-size: cover;
}

#about .box h2 {
	color: #fff;
	font-weight: 700;
	font-size: 32px;
	margin-bottom: 30px;
}

#about .box span {
	color: #fff;
	font-weight: 300;
}

#about .box p {
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
}

#projects {
	background-color: #fff;
	width: 100%;
	height: 500px;
	padding: 100px 0px;
}

#projects h2 {
	color: #7ba832;
	font-weight: 700;
	font-size: 32px;
	margin-bottom: 30px;
}

#projects span {
	color: #7ba832;
	font-weight: 300;
}

#projects p {
	color: #686868;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
}

#projects .slider {
	text-align: center;
}

#projects .slider p {
	font-size: 16px;
	color: #7ba832;
	font-weight: 600;
	margin-top: 30px;
}

#projects .slider span {
	font-size: 14px;
	color: #7ba832;
	font-weight: 300;
	font-style: italic;
}

#contact {
	background-image: url(../img/map.png);
	background-size: auto auto;
	width: 100%;
	height: 500px;
}

#contact .white-box {
	background-color: rgba(255, 255, 255, 0.9);
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	height: 440px;
	margin-top: -40px;
	box-shadow: 0px 0px 26px 2px rgba(0, 0, 0,0.5);
	padding: 100px 40px 20px 40px;
}

#contact .white-box h2 {
	color: #7ba832;
	font-weight: 400;
	font-size: 26px;
	margin-bottom: 20px;
}

#contact .white-box p {
	color: #686868;
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 40px;
}

.carousel-control.right {
	background-image: none;
}

.carousel-control.left {
	background-image: none;
}

@media only screen and (max-width: 768px) {

	#header {
	background: url(../img/header.png);
	background-size: cover;
	width: 100%;
	height: 400px;
	text-align: center;
	padding: 0px 0;
	}

	.header-text{
		position: static;
	}

	#header h2 {
		text-align: center;
		font-size: 32px;
		font-weight: 400;
		margin-top: 40px;
		color: #fff;
		letter-spacing: 1px;
		line-height: 42px;
	}

	#header p {
		text-align: center;
		font-size: 18px;
		letter-spacing: 0px;
	}

	.navbar-default {
		background-image: none;
		background-color: transparent;
		box-shadow: none;
		margin-bottom: 0px;
	}

	.navbar-nav {
		float: none;
	}

	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		background-image: none;
		background-color: #ffffff;
		margin-top: 9px;
		align-content: left;
	}

	.navbar-default .navbar-nav > li > a {
		color:  #7ba832;
	}

	.navbar-default .navbar-nav > li > a:hover {
		color: rgba(0, 0, 0, 0.6);
	}

	#services {
		padding: 40px 0px;
		height: 1160px;
	}

	#services .box-left {
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
		border-bottom-left-radius: 0px;
		background-color: #efefef;
		height: 100px;
		text-align: left;
		padding-top: 20px;
		transition: linear 0.2s;
		padding-left: 40px;
		float: left;
		width: 100%;
		margin-bottom: 2px;
	}

	#services .box {
		background-color: #efefef;
		height: 100px;
		text-align: left;
		padding-top: 20px;
		transition: linear 0.2s;
		padding-left: 40px;
		float: left;
		width: 100%;
		margin-bottom: 2px;
	}

	#services .box-right {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		background-color: #efefef;
		height: 100px;
		text-align: left;
		padding-top: 20px;
		transition: linear 0.2s;
		padding-left: 40px;
		float: left;
		width: 100%;
	}

	#services .box-left-bottom {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		background-color: #efefef;
		height: 100px;
		text-align: left;
		padding-top: 20px;
		transition: linear 0.2s;
		padding-left: 40px;
		float: left;
		width: 100%;
	}

	#services .box-right-bottom {
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		background-color: #efefef;
		height: 100px;
		text-align: left;
		padding-top: 20px;
		transition: linear 0.2s;
		padding-left: 40px;
		float: left;
		width: 100%;
	}

	#services .box-bottom {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		background-color: #efefef;
		height: 100px;
		text-align: left;
		padding-top: 20px;
		transition: linear 0.2s;
		padding-left: 40px;
		float: left;
		width: 100%;
	}


	#services .box-right img {
		float: left;
		margin-right: 30px;
	}

	#services .box-left img {
		float: left;
		margin-right: 30px;
	}

	#services .box img {
		float: left;
		margin-right: 30px;
	}

	#services .box-right-bottom img {
		float: left;
		margin-right: 30px;
	}

	#services .box-left-bottom img {
		float: left;
		margin-right: 30px;
	}

	#services .box-bottom img {
		float: left;
		margin-right: 30px;
	}

	#services .box-left p {
		color: #7ba832;
		font-weight: 400;
		font-size: 16px;
		margin-top: 18px;
	}

	#services .box-right p {
		color: #7ba832;
		font-weight: 400;
		font-size: 16px;
		margin-top: 18px;
	}

	#services .box p {
		color: #7ba832;
		font-weight: 400;
		font-size: 16px;
		margin-top: 22px;
	}

	#services .box-left-bottom p {
		color: #7ba832;
		font-weight: 400;
		font-size: 16px;
		margin-top: 18px;
	}

	#services .box-right-bottom p {
		color: #7ba832;
		font-weight: 400;
		font-size: 16px;
		margin-top: 18px;
	}

	#services .box-bottom p {
		color: #7ba832;
		font-weight: 400;
		font-size: 16px;
		margin-top: 18px;
	}

	#about {
	background-image: url(../img/about.png);
	background-size: cover;
	width: 100%;
	height: 460px;
}


	#about .box {
		background-image:  url(../img/bg_about.png);
		width: 100%;
		height: 540px;	
		margin-top: -40px;
		border-radius: 20px;
		padding: 30px 40px 20px 40px;
		box-shadow: 0px 0px 26px 2px rgba(0, 0, 0,0.5);
		background-size: cover;
	}

	#about .box h2 {
		color: #fff;
		font-weight: 700;
		font-size: 28px;
		margin-bottom: 30px;
	}

	#about .box span {
		color: #fff;
		font-weight: 300;
	}

	#about .box p {
		color: #fff;
		font-weight: 400;
		font-size: 14px;
		line-height: 26px;
	}

	#projects {
		background-color: #fff;
		width: 100%;
		height: 900px;
		padding: 100px 0px;
	}

	#projects .slider {
		text-align: center;
		margin-top: 40px;
	}



}