@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Permanent+Marker|Dosis');
@media (min-width:768px){
.nav-item:hover .dropdown-menu {
	display:block;
}
}
.pagetop {
	background:#90c43e;
	color:#FFFFFF;
}
.navbar {
	padding:0;
}
.mobmenu {
	padding-top:25px;
}
.topmenu li{
	padding-top:8px;
	padding-bottom:8px;
	padding-left:10px;
}
@media (min-width:768px){
.topmenu li{
	padding-top:22px;
	padding-bottom:22px;
	padding-left:10px;
}
}
.topmenu li a{
	font-family: 'Dosis', sans-serif;
	text-transform:uppercase;

	color:#212121;
	font-size:1.1em;
}
.topmenu li a:hover{
	color:#90c43e;
}
.dropdown-menu {
	padding:0;
	border:0;
	border-radius:0px;
	background:#90c43e;
}
.topmenu li .dropdown-menu a{
	color:#FFFFFF;
}
.topmenu li .dropdown-menu a:hover{
	color:#212121;
}
.banner {
	background:#90c43e;
	border-top:solid 1px #90c43e;
	border-bottom:solid 1px #90c43e;
}
.banhead {
	font-family: 'Dosis', sans-serif;
	font-size:2.2em;
	color:#FFF;
	text-transform:uppercase;
	margin-top:30px;
}
.banhead:after {
    display: block;
    margin: 10px 0 30px 0;
    width: 40px;
    height: 1px;
    background-color:#212121;
    content: "";
}
.content {
	padding-top:30px;
	padding-bottom:30px;
}
.head1 {
	font-family: 'Dosis', sans-serif;
	font-size:2.2em;
	color:#90c43e;
	text-transform:uppercase;
}
.head1:after {
    display: block;
    margin: 10px auto 20px auto;
    width: 40px;
    height: 1px;
    background-color:#212121;
    content: "";
}
.indmid {
	background:#90c43e;
	color:#FFFFFF;
	padding-top:30px;
	padding-bottom:30px;
}
.indmid img{
	border:solid 1px #FFFFFF;
}
.indmid h1{
	font-family: 'Dosis', sans-serif;
	font-size:2.2em;
	text-transform:uppercase;
}
.indmid h1:after {
    display: block;
    margin: 10px auto 20px auto;
    width: 40px;
    height: 1px;
    background-color: #FFF;
    content: "";
}
.indmid h2{
	font-family: 'Dosis', sans-serif;
	font-size:1.5em;
	text-transform:uppercase;
	margin-top:10px;
	margin-bottom:30px;
}
.indmid a{
	color:#FFFFFF;
	text-decoration:none;
}
.indmid a:hover{
	color:#333;
}
.indbtm {
	background:url(../images/bg.jpg) repeat;
	padding-top:30px;
	padding-bottom:30px;
}
.indbtm h3{
	font-family: 'Dosis', sans-serif;
	padding-left:20px;
}
.clients img{
	margin-bottom:20px;
	border:solid 1px #CCCCCC;
}
.ourteam {
	padding-top:30px;
}
.ourteam img{
	margin-bottom:30px;
	border:solid 1px #CCCCCC;
	padding:1px;
}
.menunav h2 {
	font-family: 'Dosis', sans-serif;
}
.menunav ul {
	margin:0;
	padding:0;
	list-style:none;
}
.menunav li a{
	background:#90c43e;
	display:block;
	padding:10px;
	margin-bottom:1px;
	color:#FFFFFF;
}
.menunav li .menuactive {
	background:#FF6600;
}
.menu-table th, .menu-table h3{
	font-family: 'Dosis', sans-serif;
	font-size:1.5em;
	padding-top:20px;
	padding-bottom:10px;
	margin-bottom:10px;
	color:#FF6600;	
	border-bottom:dashed 1px #FF6600;
}
.prjlist li{
	padding-bottom:15px;
}
.form-control {
	margin-bottom:15px;
}
.footer {
	background:#90c43e;
	padding-bottom:30px;
	color:#FFF;
}
.footer h2{
	font-family: 'Dosis', sans-serif;
	font-size:1.5em;
	text-transform:uppercase;
	padding-top:40px;
	color:#212121;
}
.footer h2:after {
    display: block;
    margin: 10px 0 20px 0;
    width: 40px;
    height: 1px;
    background-color: #FFF;
    content: "";
}
.footcont i{
	color:#212121;
	margin-right:5px;
} .fa-mobile-alt { margin-left:3px;}
.footcont a{
	color:#212121;
}
.footul {
	list-style:circle;
	color:#FFFFFF;
	padding-left:20px;
}
.footul li a{
	color:#FFF;
	text-decoration:none;
}
.footul li a:hover{
	color:#212121;
}
.copyrights {
	background:#90c43e;
	border-top:dotted 1px #FFFFFF;
	padding-top:15px;
	padding-bottom:15px;
	color:#FFFFFF;
}