

*{border:0;margin:0 auto;padding:0;outline:none;}

body{margin: 0 auto;padding: 0 auto;
    font-family: 'Open Sans', sans-serif;
}

.wrapper {
width:100%;
height:auto;
background:#f1f1f1;
}

.header {
width:100%;
height:auto;
background:#fff;
border-bottom:8px solid #ccc;
    z-index: 99999999999999999999999;    position: fixed;
}

.banner {
width:100%;
height:auto;
background:#5c6470;
    padding-top: 110px;
}

/******************************************************************************************************/

	
.logo {
width:100%;
height:auto;
background:#fff;
text-align:center;
}

.navigation {
width:100%;
height:auto;
}
.topnav {
  overflow: hidden;
}

.topnav a {
  float: left;
  display: block;
  color: #666;
  text-align: center;
  text-decoration: none;
  font-size: 14px;   
  padding: 38px 13px;
  border-top: #fff solid 8px;
  background-color: #fff;
  text-transform:uppercase;
  font-weight:bold;
}

.topnav a:hover {
  background-color: #cccccc;
  color: black;
	text-decoration:none;
  border-top: #4a9249 solid 8px;
}

.active {
    background-color: #cccccc;
    color: #fff;
}

.topnav .icon {
  display: none;
}
.about-panel {
width:100%;
height:auto;
padding:120px 0px;
background:#5c6470;
    float: left;
    font-family: 'Open Sans', sans-serif;
}

.about-title {
width:100%;
color:#fff;
font-size:30px;
margin-bottom:20px;
font-weight:bold;
}

.about-panel p {
color:#fff;
font-size:14px;
text-align:justify;
line-height:20px;
margin-bottom:20px;
}

.white-box {
	width:100%;
	height:auto;
	float:left;
	background:#fff;
	color:#333;
	font-size:14px;
	padding:20px;
	line-height:24px;
}


.services-panel {
width:100%;
height:auto;
padding:120px 0px;
background:url(../images/service-bg.jpg) repeat;
float:left;
    font-family: 'Open Sans', sans-serif;
}

.services-panel h2 {
color:#999;
font-size:30px;
margin-bottom:20px;
font-weight:bold;
text-transform:uppercase;
}

.work-panel {
width:100%;
height:auto;
padding:120px 0px;
background:#eeefef;
float:left;
    font-family: 'Open Sans', sans-serif;
}

.work-panel h2 {
color:#999;
font-size:30px;
margin-bottom:20px;
font-weight:bold;
text-transform:uppercase;
}

.testimonial-panel {
	width:100%;
	height:auto;
	background:url(../images/testimonial-bg.jpg) 100%;
padding:120px 0px;
	float:left;
    font-family: 'Open Sans', sans-serif;
}

.testimonial-panel  h2 {
color:#666;
font-size:30px;
margin-bottom:20px;
font-weight:bold;
text-transform:uppercase;
}


.about-img {
	float:left;
	border:1px solid #ccc;
	padding:8px;
	width:100% !important;
}
.about-img img {
	width:100% !important;
}
.about-text {
	float:left;
	padding:5px;
}

/*************************************CONTACT US************************************/

.contact-panel {
	width:100%;
	height:auto;
padding:120px 0px;
	float:left;
background:url(../images/contact-bg.png) no-repeat #dfdfdf left center;
    font-family: 'Open Sans', sans-serif;
}

.contact-panel  h2 {
color:#333;
font-size:30px;
margin-bottom:20px;
font-weight:bold;
text-transform:uppercase;
}

.contact-head {
	width:100%;
	height:auto;
	color:#337f2f;
	font-size:20px;
	margin-bottom:10px;
	font-weight:bold;
}

.contact-head-black {
	color:#000;
	font-size:14px;
	margin-bottom:10px;
}

.contact-panel p {
	color:#000;
	font-size:14px;
	margin-left:20px;    
	line-height: 26px;
    margin-bottom: 0px;
}

.submit-btn {
	width:auto;
	height:auto;
	background:#3b8339;
	border:2px solid #fff;
	border-radius:5px;
	padding:5px 20px;
	color:#fff;
	font-size:14px;
	margin-top:20px;
	cursor:pointer;
}


/*************************************CONTACT US************************************/

.social-media {
	width:100%;
	height:auto;
	    padding: 30px 0px;
}

.social-links li {
padding: 6px;
    background: #808790;
    float: left;
    list-style-type: none;
    width: 35px;
    margin: 5px;
    border-radius: 50%;
    font-size: 16px;
    color: #f0e7e0;
    /* padding: 10px 12px; */
    text-align: center;
}

.social-links li a {
    background: #808790;
    border-radius: 50%;
    font-size: 16px;
    color: #f0e7e0;
}

/**************************************************************************************************************************/


.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


.click-button {
	background: #327f2e;
    color: #fff;
    font-size: 14px;
    padding: 3px 15px;
    border-radius: 5px;
	float: right;
}

/**************************************************************************************************************************/



@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  
  .topnav {
  overflow: hidden;
}

.topnav a {
  float: left;
  display: block;
  color: #333;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  padding: 9px 18px;
}

.topnav a:hover {
  background-color: #cccccc;
  color: black;
    border-top: 10px solid #3b8339;
	text-decoration:none;
}

.active {
    background-color: #cccccc;
    color: #fff;
    border-top: 10px solid #3b8339;
}

.topnav .icon {
  display: none;
}
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}