body {
	font-family: "Montserrat", sans-serif;
	color: #333;
}
.wrapper {
	max-width: 1060px;
	margin: auto;
}
.clear {
	clear: both;
}
.toggler {
	position: absolute;
	top: 15px;
	float: right;
	right: 20px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	display: none;
}
.bar {
	width: 40px;
	height: 6px;
	background: #444;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	border-radius: 3px;
}
.bar:before, .bar:after {
	content: "";
	width: 40px;
	height: 6px;
	background: #444;
	position: absolute;
	border-radius: 3px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.bar:before {
	top: -10px;
}
.bar:after {
	top: 10px;
}
.toggler.active .bar{
	background: rgba(0, 0, 0, 0);
}
.toggler.active .bar:before{
	top: 0;
	-webkit-transform: rotate(-135deg);
	    -ms-transform: rotate(-135deg);
	        transform: rotate(-135deg);
}
.toggler.active .bar:after{
	top: 0;
	-webkit-transform: rotate(135deg);
	    -ms-transform: rotate(135deg);
	        transform: rotate(135deg);
}
.behind {
	height: 80px;
}
header {
	height: 80px;
	background: #fff;
	position: fixed;
	width: 100%;
	z-index: 1;
}
.logo {
	float: left;
	margin-left: 15px;
}
.logo a {
	text-decoration: none;
	color: #444;
	line-height: 80px;
	font-size: 32px;
	font-weight: bold;
}
.color {
	color: #83ca32;
}
.navbar {
	float: right;
}
.navbar li {
	display: inline-block;
	padding: 0 20px;
	line-height: 80px;
}
.navbar a {
	text-decoration: none;
	color: #444;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.navbar a:hover {
	color: #83ca32;
}
.progress {
	height: 8px;
	background: #ddd;
}
.progress-bar {
	height: 8px;
	width: 0;
	background: #83ca32;
}
.banner {
	height: 600px;
	background: url(../images/banner.jpg) no-repeat;
	background-size: cover;
	position: relative;
}
.banner-text {
	background: #83ca32;
	width: 400px;
	padding: 20px;
	position: absolute;
	right: 25%;
	top: 200px;
	border: 2px solid #ddd;
	-webkit-box-shadow: 0px 1px 1px 0px #aaa;
	        box-shadow: 0px 1px 1px 0px #aaa;
}
.banner-text h2 {
	font-size: 24px;
	line-height: 1.5em;
	font-weight: bold;
	color: white;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.banner-text p {
	font-size: 18px;
	line-height: 1.5em;
	font-weight: bold;
	margin-top: 20px;
	color: #fff;
	letter-spacing: 1px;
}

/******************* ABOUT STYLESHEET **********************/

.about {
	padding: 100px 0;
	background: #ebebeb;
	overflow: hidden;
}
.about .title, .service .title, .rates .title, .contact .title {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-family: 'Baloo Tammudu', cursive;
}
.about .about-image {
	float: left;
	width: 48%;
	border-radius: 5px;
	padding: 5px;
	margin-right: 25px;
	background: #83ca32;
}
.about .about-text {
	
	line-height: 1.5em;
	font-size: 22px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/******************* SERVICE STYLESHEET **********************/

.service {
	padding: 100px 0;
	background: #fff;
	overflow: hidden;
}
.service-item {
	background: #83ca32;
	border: 1px solid #eee;
	padding: 35px;
	width: 50%;
	height: 120px;
	float: left;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}

/******************* RATES STYLESHEET **********************/

.rates {
	padding: 100px 0;
	background: #ebebeb;
	overflow: hidden;
}
.box {
	width: 31%;
	float: left;
	margin: 1%;
	background: #f7f7f7;
	padding: 30px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-box-shadow: 0px 1px 2px 2px #888;
	        box-shadow: 0px 1px 2px 2px #888;
}
.box h4 {
	font-size: 26px;
	font-family: 'Baloo Tammudu', cursive;
	color: #83ca32;
	padding-bottom: 15px;
}
.box p {
	font-weight: bold;
	padding-bottom: 15px;
}
.box .price {
	font-size: 20px;
	color: #83ca32;
	font-family: 'Baloo Tammudu', cursive;
}

/******************* CONTACT STYLESHEET **********************/

.contact {
	padding: 100px 0;
	background: #fff;
	overflow: hidden;
}
.contact-list {
	-webkit-box-shadow: 0px 1px 1px #888;
	        box-shadow: 0px 1px 1px #888;
}
.contact-list li {
	padding: 20px;
	border: 1px solid #ccc;
}

/******************* CONTACT STYLESHEET **********************/

footer {
	padding: 40px 0;
	background: #fff;
	overflow: hidden;
	text-align: center;
	border-top: 1px solid #ccc;
	-webkit-box-shadow: 0px 1px 2px 2px #ddd;
	        box-shadow: 0px 1px 2px 2px #ddd;
}
footer a {
	font-size: 36px;
	font-weight: bold;
	color: #83ca32;
}
footer p {
	margin-top: 10px;
	font-size: 18px;
}

/******************* MEDIA QUERIES **********************/

@media (max-width:800px) {
	
	.toggler {
		display: block;
		z-index: 2;
	}
	.logo a {
		font-size: 22px;
	}
	.navbar {
		display: none;
		float: none;
		position: absolute;
		top: 89px;
		width: 100%;
		background: #fff;
		text-align: center;
		-webkit-transition: 0.4s;
		-o-transition: 0.4s;
		transition: 0.4s;
	}
	.navbar li {
		display: block;
		padding: 10px 0;
		line-height: 1.5em;
		border: 1px solid #333;
		border-top: none;
	}
	.navbar a {
		color: #333;
	}
	.banner {
		height: 500px;
	}
	.banner-text {
		width: 80%;
		right: 3%;
	}
	.about .about-image {
		float: none;
		width: 96%;
		margin: 20px auto;
	}
	.about .about-text {
		font-size: 16px;
		width: 96%;
		margin: auto;
	}
	.service-item {
		width: 96%;
		float: none;
		height: auto;
		margin: auto;
		line-height: 1.3em;
		font-size: 20px;
	}
	.box {
		width: 96%;
		float: none;
		margin: auto;
	}
	.contact-list {
		width: 96%;
		margin: auto;
	}
}