body {
	font-family: "Montserrat", sans-serif;
	position: relative;
}

.call_button{
    display:none;
}

    
   
.wrapper {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
}
.clear {
	clear: both;
}
.toggler {
	position: absolute;
	top: 38px;
	float: right;
	right: 20px;
	font-size: 28px;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
	display: none;
}
nav {
	height: 100px;
	background: #222;
	position: fixed;
	width: 100%;
	z-index: 1;
}


.logo {
	float: left;
}
.logo h1 {
	line-height: 100px;
}
.logo a {
	text-decoration: none;
	color: white;
	font-size: 36px;
}
.color {
	color: #9ddb18;
}
.mainbar {
	float: right;
	color: white;
	margin-top: 20px;
}
.info span {
	margin-left: 15px;
}
.info .icon {
	color: #9ddb18;
	font-size: 18px;
}
.navbar {
	float: right;
	margin-top: 15px;
}
.navbar li {
	display: inline-block;
	padding: 0 30px;
}
.navbar a {
	text-decoration: none;
	color: white;
	letter-spacing: 1px;
	font-weight: bold;
	-webkit-transition-duration: 0.2s;
	     -o-transition-duration: 0.2s;
	        transition-duration: 0.2s;
	text-transform: uppercase;
}
.navbar a:hover,.mainbar a:hover {
	color: #9ddb18;
}

.banner {
	height: 600px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(157, 219, 24, 0.3)), to(rgba(157, 219, 24, 0.3))), url(../img/banner.png) no-repeat;
	background: -webkit-linear-gradient(rgba(157, 219, 24, 0.3), rgba(157, 219, 24, 0.3)), url(../img/banner.png) no-repeat;
	background: -o-linear-gradient(rgba(157, 219, 24, 0.3), rgba(157, 219, 24, 0.3)), url(../img/banner.png) no-repeat;
	background: linear-gradient(rgba(157, 219, 24, 0.3), rgba(157, 219, 24, 0.3)), url(../img/banner.png) no-repeat;
	background-size: cover;
	position: relative;
}
.banner h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	font-size: 48px;
	font-family: 'Baloo Chettan', cursive;
	color: #555;
	letter-spacing: 2px;
}

.slogan {
	padding: 50px;
	font-size: 32px;
	background: #80b70b;
}
.slogan h3 {
	color: white;
	font-size: 28px;
	text-align: center;
}

.about, .rates {
	padding: 100px 0;
	overflow: hidden;
}
.about h4 {
	font-size: 24px;
	font-family: "Montserrat", cursive;
	text-transform: uppercase;
	font-weight: bold;
	color: #9ddb18;
	letter-spacing: 1px;
	padding-bottom: 20px;
}
.about h2 {
	font-size: 32px;
	font-family: "Monoton", cursive;
	text-transform: uppercase;
	color: #666;
	letter-spacing: 1px;
	padding-bottom: 30px;
}

.about-h2 {
    font-size: 32px;
	font-family: "Monoton", cursive;
	text-transform: uppercase;
	color: #666;
	letter-spacing: 1px;
	padding-bottom: 30px;
}
.services h2, .rates h2, .contact h2 {
	font-size: 32px;
	text-align: center;
	font-family: "Monoton", cursive;
	text-transform: uppercase;
	color: #666;
	letter-spacing: 1px;
	padding-bottom: 60px;
}
.text {
	width: 50%;
	float: left;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color: #555;
}
.pix {
	float: left;
	width: 50%;
	text-align: center;
	
}
.pix img {
	width: 100%;
}
.text p {
	line-height: 1.5em;
	font-size: 19px;
}
.services, .contact {
	padding: 100px 0;
	overflow: hidden;
	background: #eee;
}


.service-box {
	float: left;
	width: 31%;
	margin: 1% 1%;
	height: 90px;
}
.icon-box {
	float: left;
	text-align: center;
	background: #80b70b;
	font-size: 20px;
	padding: 25px;
	width: 80px;
	height: 70px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color: white;
	margin-right: 10px;
}
.icon-box .icons {
	
}
.service-box h4 {
	font-weight: bold;
	margin: 5px 0 10px;
}
.service-box p {
	color: #666;
	font-family: "Open sans", sans-serif;
}

.box {
	float: left;
	width: 31%;
	margin: 1.1%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background: #f1f1f1;
	-webkit-box-shadow: 0px 0px 1px 1px #999;
	        box-shadow: 0px 0px 1px 1px #999;
	-webkit-transition-duration: 0.4s;
	     -o-transition-duration: 0.4s;
	        transition-duration: 0.4s;
}
.box:hover {
	-webkit-transform: translateY(-20px);
	    -ms-transform: translateY(-20px);
	        transform: translateY(-20px);
}
.box h4 {
	background: #80b70b;
	font-family: "Baloo Chettan", cursive;
	padding: 10px 20px;
	font-size: 24px;
	color: #555;
}
.box .price {
	padding: 10px 20px;
	background: #80b70b;
	font-size: 22px;
	font-weight: bold;
	color: #555;
	font-family: "Baloo Chettan", cursive;
}
.insider {
	padding: 20px 20px 10px 20px;
}
.insider p {
	font-size: 18px;
	padding-bottom: 15px;
	font-family: "Source Sans Pro", sans-serif;
}
.insider .price {
	font-weight: bold;
}

.simple {
	margin: 3% 1%;
	background: #80b70b;
	padding: 20px;
	color: #eee;
	font-size: 18px;
	line-height: 1.5em;
}

.contact-list li {
	padding: 10px;
	background: #e0e0e0;
	border: 1px solid #999;
	color: #333;
	-webkit-transition-duration: 0.3s;
	     -o-transition-duration: 0.3s;
	        transition-duration: 0.3s;
}
.contact-list li:hover {
	background: #80b70b;
	color: white;
	-webkit-transform: translateX(20px);
	    -ms-transform: translateX(20px);
	        transform: translateX(20px);
}
footer {
	padding: 50px 0;
	background: #222;
	color: white;
	text-align: center;
}

footer p {
	font-size: 24px;
	line-height: 2em;
	letter-spacing: 1px;
}
footer a {
	color: #80b70b;
	font-size: 28px;
	font-weight: bold;
}

@media only screen and (max-width: 768px) {
	
	.logo h1 {
		line-height: 60px;
		padding-left: 15px;
	}
	
	   .call_button{
    position: fixed;
     display: flex; 
    align-items: center;
    justify-content: center; 
    background-color: #269041;
    right: 20px;
      bottom: 20px;
     z-index: 1000;
     width: 60px;
    height: 60px;
    border-radius: 50%;
    text-decoration: none;
    color:white;
}

.fa-phone:before
{
    font-size:1.3em;
    padding:5px;
   
}

.white:before{
    color:white;
}
	.logo a {
		font-size: 24px;
	}
	.info {
		display: none;
	}
	.mainbar {
		position: relative;
		float: none;
	}
	.navbar {
		display: none;
		background: #222;
		width: 100%;
		position: absolute;
		top: 80px;
		z-index: 4;
		margin: 0;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
		text-align: center;
		border: 1px solid #eee;
	}
	.navbar li {
		display: block;
		border: 1px solid #eee;
		padding: 15px 0;
		margin: 0;
	}
	.navbar li:hover {
		background: #80b70b;
		color: white;
	}
	.navbar li a:hover {
		color: white;
	}
	.banner {
		height: 400px;
	}
	.toggler {
		display: block;
	}
	.show {
		display: block;
	}
	.slogan h3 {
		font-size: 24px;
	}
	
	.text {
		width: 96%;
		float: none;
		margin: 2%;
		padding: 0;
	}
	.text p {
		font-size: 100%;
	}
	.pix {
		width: 96%;
		float: none;
		margin: 0 2%;
	}
	.pix img {
		width: 100%;
	}
	.service-box {
		float: none;
		width: 96%;
		margin: 2%;
		height: auto;
		background: #fff;
		padding: 20px;
	}
	.icon-box {
		float: none;
	}
	.choose-box {
		width: 94%;
		float: none;
		margin: 5% 3%;
	}
	.box {
		width: 94%;
		float: none;
		margin: 5% 3%;
	}
	.rates .simple {
		margin: 0 3%;
	}
	footer p {
		font-size: 16px;
	}
	footer a {
		color: white;
		font-size: 24px;
		font-weight: bold;
	}

}

.small_txt{
    font-size: x-small;
    color: darkgrey;
}