@charset "utf-8";
/* CSS Document */

.nav-box{
	background-image: linear-gradient(to right, white , #9EDD0D);
	height:auto;
	border-bottom: 1px solid #EBEBEB;
	z-index:50;
}
	
.footer-section {
    background:#333;
	z-index:2000;
}

.footer-grid ul{
	padding:0;
}
.footer-grid ul li {
    list-style: none;
    line-height: 2.5em;
    font-size: 1em;
    color: #FFF;
}
.footer-grid ul li i{
	font-size: 1.2em;
	margin-right: 7px;
	color: #9EDD0D;
}
.footer-grid h4 {
	color: #9EDD0D;
	font-size: 1.8em;
	margin-bottom: 0.5em;
}
.footer-grid ul li a {
    text-decoration: none;
    color: #999;
}


.copy-section {
	width:100%;
	height:auto;
	background:#9EDD0D;
}
	
.copy-section i {
    color:#9EDD0D;
	font-size:20px;
}	
	
.copy-section p {
    color:#9EDD0D;
	text-align:center;
}		
	
.copy-section-inner1{
	width:5%;
	height:auto;
	background-color:#FFF;
	padding:5px;
	float:left;
	text-align:center;
	border:#9EDD0D 1px solid;
}
	
.copy-section-inner2{
	width:95%;
	height:auto;
	padding:5px;
	background-color:#9EDD0D;
	border:#9EDD0D 1px solid;
	color:#FFF;
	text-align:center;
	float:left;
	font-family: "Montserrat";
}	
	
.copy-section-inner2 a{
	color:#FFF;
	text-decoration:none;
}	


@media screen and (max-width: 550px) {
	
.copy-section-inner1{
	width:10%;
}
	
.copy-section-inner2{
	width:90%;
}
    
}	

	