h4, h5, h6, h1, h2, h3 {
	margin-top: 0;
}
ul, ol {
	margin: 0;
}
p {
	margin: 0;
	font-weight: 300;
}
html, body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 100%;
	background-color: #FFF;
	color: #777;
}
body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.header {
	background: #fff;
	padding: 32px 0 10px 0;
	border-top: 3px solid #2ABB9B;
}
.menu {
	float: right;
}
.menu li {
	display: inline-block;
}
.menu li:first-child {
	margin-left: 0;
}
.menu li a {
	display: block;
	font-size: 1em;
	color: #777;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#nav .current a {
	color: #2ABB9B;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.menu li a:hover, .menu li.active a {
	color: #2ABB9B;
	background: #fff !important;
}
.toggleMenu {
	display: none;
	padding: 4px 5px 0px 5px;
	border-radius: 2em;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	-o-border-radius: 2em;
}
.nav:before, .nav:after {
	content: " ";
	display: table;
}
.nav:after {
	clear: both;
}
.nav ul {
	list-style: none;
}

@media screen and (max-width:800px){
.menu {
	margin: 10px 0;
}
.active {
	display: block;
}
.menu li a {
	text-align: left;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
}
.nav {
	list-style: none;
 *zoom: 1;
	width: 20%;
	position: absolute;
	right: 10px;
	background: #051619;
	top: 86px;
	z-index: 9999;
	border: 1px solid #00BB9B;
}
.menu li a span {
	text-align: center;
	top: 15px;
}
.nav li ul {
	width: 100%;
}
.menu ul {
	margin: 0;
}
.nav > li.hover > ul {
	width: 100%;
}
.nav > li {
	float: none;
	display: block;
}
.nav ul {
	display: block;
	width: 100%;
}
.nav > li.hover > ul, .nav li li.hover ul {
	position: static;
}
.nav li a {
	border-top: 1px solid #00BB9B;
	background: #fff;
}
.nav li:first-child a {
	border-top: none;
}
}
.banner {
	background: url(../images/banner.jpg) no-repeat center;
	min-height: 500px;
	width: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-bottom: 100px;
}
.banner-info {margin-top: 0em; text-align:center;}
.banner-info h1 {
	font-size: 3em;
	color: #eee;
	line-height: 1.4em;
	margin: 0em;
	font-weight: 500;
	padding-top: 70px;
}
.banner-info p {width:80%; color: #ddd; font-size: 1.1em; font-weight: 500; line-height: 1.4em; margin-top: 2em; text-align:center; margin:0 auto;}
.content_white {text-align: center;padding: 40px 0;}
.content_white h2 {font-size: 2em; font-weight: 500;}
.content_white p {color: #777;font-size: 1.2em;	font-weight: 300;line-height: 0.6em;}
.featured_content {background: #f0f0f0;}
.feature_grid1 {width: 23.5%;margin-right: 2em;	border-right: 1px solid #ffffff;padding:30px 32px 20px 0;}
.feature_grid2 {width: 21%;	padding:30px 0 20px 0;}
.feature_grid1 .fa, .feature_grid2 .fa {color: #e5e52d;}

.banner_btn {
	display: inline-block;
	padding: 15px 35px;
	font-size:22px;
	cursor: pointer;
	background: #F90;
	color: #fff;
	font-weight: 500;
	text-decoration: none;
	outline: none;
	margin-top: 30px;
}
.banner_btn:hover {
	background: #FF6600;
	color: #fff;
	text-decoration: none;
}
.feature_btn {
	display: inline-block;
	padding: 6px 20px;
	font-size: 1em;
	cursor: pointer;
	background: #5fccb4;
	color: #fff;
	font-weight: 500;
	text-decoration: none;
	outline: none;
	margin-top: 10px;
	border-radius: 5px;
}
.feature_btn:hover {
	background: #e5e52d;
	color: #555;
	text-decoration: none;
}

.footer_bottom {padding: 40px 0; background: #333;}
.copy {text-align: center;}
.copy p {
	font-size: 1em;
	color: #fff;
}
.copy p a {
	color: #fff;
	border-bottom: 1px dotted;
}
.copy p a:hover {
	color: #e5e52d;
	border-bottom: 1px solid;
	text-decoration: none;
}
.about {
	background: #555;
	margin-bottom: 4em;
	background: url(../images/download-banner.jpg) center no-repeat;
	background-size: cover;
	height: 180px;
}
.support {margin-bottom: 4em; background: url(../images/support.jpg) center no-repeat; background-size: cover; height: 180px;}
.title-section {
	position: relative;
	padding-top:10px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 20px;
}
.title-section h1 {text-align:center; padding-top:55px; font-size:34px; color:#FFF;}
.service_box {padding-bottom: 30px;}
.service_box h2 {
	font-size: 1.6em;
	color: #5d5f60;
	padding-top: 0.3em;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0.5em;
}
.service_box h5 a {
	font-size: 16px;
	color: #555;
	margin-bottom: 1em;
	line-height: 1.5em;
}
.service_box h5 a:hover {
	text-decoration: none;
	color: #e4551d;
}
.service_box p {
	font-size: 1em;
	color: #777;
	margin-bottom: 1.4em;
	line-height: 1.6em;
	text-align: left;
}
.service_box span {font-size:11px; color:#903;}

.testimonial-solid {
	padding-top: 30px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 70px;
	margin: 0 0 0 0;
	background: #fff;
	text-align: center;
}
.carousel-indicators {
	bottom: -40px;
}
.carousel-indicators li {
	border: 1px solid #ccc;
}
.carousel-indicators .active {
	background-color: #ccc;
	margin-right: 4px;
}
.testimonial-solid h2 {
	font-size: 2em;
	font-weight: 500;
	padding-bottom: 20px;
}
.testimonial-solid p {
	font-size: 1em;
	line-height: 30px;
}

@media (max-width:1024px) {
.feature_grid1 {
	width: 23%;
}
.banner {
	min-height: 450px;
}
.banner-info {margin-top: 0em; padding:0px 100px;
}@media (max-width:800px) {
.header {
	padding: 1em 0;
}
.feature_grid1 {
	width: 100%;
	padding: 4em 0em 0em 0;
}
.banner-info h1 {
	font-size: 2em;
}
.banner {
	min-height: 400px;
}
.feature_grid2 {
	width: 100%;
}
.banner-info p {font-size: 0.85em;}
.toggleMenu {
	padding: 0;
}
.service_box {
	margin-bottom: 2em;
}
}

@media (max-width:640px) {.service_box h2 {margin-bottom: 0.5em;}}
@media (max-width:480px) {.banner {min-height: 250px;}
.banner-info h1 {font-size: 1.5em;}
.banner-info p {font-size: 0.8125em;}
.banner-info {margin-top: 2em;}
.header {padding: 0.5em 0;}
.content_white h2 {font-size: 1.5em;}
.content_white p {font-size: 1em;}
.nav {top: 70px;}}

@media (max-width:320px) {.banner-info h1 {font-size: 1.2em;}
.banner-info p {font-size: 12px;}
.banner {min-height: 150px;}
.content_white p {font-size: 0.95em;line-height: 1em;padding: 0 10px;}
.content_white h2 {font-size: 1.3em;}