*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a, a:hover, a:link, a:active{
	outline:none;
}
body {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#454646;
	margin:0px 0 0px 0;
	background:#FFF;
}
img {
	border:0px;
}
form {
	margin:0px;
	padding:0px;
}
p {
	margin:0px;
	padding:0px;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.aligncenter {
	text-align:center;
}
a {
	text-decoration:none;
	color: #3b8dbb;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a:hover {
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
	padding:0px;
	margin:0px;
	font-weight:normal;
	font-family: 'Open Sans Condensed', sans-serif;
	color:#747474;
}
.container {
	max-width:902px;
	width:100%;
	position:relative;
	padding: 0;
}
h2 {
	text-align:center;
	font-size:48px;
	color:#747474;
	padding:0px 0 30px;
	font-weight:bold;
}
h3 {
	text-align:center;
	font-size:30px;
	color:#3b8dbb;
	padding:20px 0;
	font-weight:bold;
}
.page {
	width:100%;
}
.topmsg {
	text-align:center;
	background-color:#292929;
	padding:10px;
	color:#d0cece;
	font-size:16px;
}
.topmsg a {
	font-weight:600;
	color:#1faaf4;
}
.topmsg a:hover {
	color:#FFF;
}
.navbar-default {
	background:none;
	border:none;
	margin:0;
}
.navbar-default .container{ max-width:1100px; }
.navbar-default.navbar-fixed-top {
 background-color:#f0f0f0;
 -webkit-transition: padding .3s;
 -moz-transition: padding .3s;
 transition: padding .3s;
 border-bottom:1px solid #e0e0e0;
}
.navbar-default.navbar-fixed-top .navbar-brand{
	padding:5px 15px;
}
.navbar-default.navbar-fixed-top .navbar-brand img{
	height:40px;
	width: auto
}
.navbar-default.navbar-fixed-top .navbar-collapse, .navbar-default .navbar-form{
	padding:0;
}
.navbar-default.navbar-fixed-top .sociallinks{
	top:5px;
}
.navbar-brand {
	height:auto; padding: 10px 15px 6px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	padding:14px 0 0 0; font-size:20px; font-weight:600;
	border:none;
}
.navbar-default .navbar-nav > li > a {
	text-transform:uppercase; color:#292929; padding: 15px 24px;
}
.navbar-default .navbar-nav > li > a:hover {
	text-transform:uppercase; color:#3b8dbb; padding: 15px 24px;
}
.navbar-default .navbar-nav > li > a.selected {
	color:#3b8dbb;
}
.navbar-default .navbar-nav > li:hover ul.dropdown-menu{
	display:block;
}
.sociallinks {
	float:right;
	position:absolute;
	right:0;
	top:30px;
}
.sociallinks a {
	display:inline-block;
	border-radius:5px;
	width:40px;
	height:40px;
	background:#e1e0e0;
	color:#333;
	text-align:center;
	padding:10px 0 0;
	margin:0 2px;
	font-size:20px; 
}
.pageheader {
	background:url(../images/header-bg.jpg) top center;
	min-height:450px;
	text-align:center;
	padding:20px 0;
	position:relative;
}
.pageheader-inner {
	background:#f2f2f2;
	text-align:center;
	padding:10px 0;
	position:relative;
	border-bottom:1px solid #e0e0e0;
}
.stats{
	position:absolute;
	top:100px;
	right:0;
}
.statsbox{
	background:url(../images/right-icon1.png) no-repeat top left / 180px auto;
	width:180px;
	height:80px;
	padding:5px 0 0 50px;
	text-align:center;
	font-size:18px;
	color:#FFF;
	margin-bottom:15px;
}
.statsbox2{
	background:url(../images/right-icon2.png) no-repeat top left / 180px auto;
}
.statsbox3{
	background:url(../images/right-icon3.png) no-repeat top left / 180px auto;
}
.statsbox4{
	background:url(../images/right-icon4.png) no-repeat top left / 180px auto;
}
.statsbox .sttext{
	font-size:30px;
	font-weight:600;
	line-height:28px;
}

.pageheader h1 {
	text-align:center;
	font-family:'Open Sans';
	font-size:47px;
	color:#FFF;
	padding:15px 0;
	font-weight:bold;
	text-shadow:1px 1px 1px #666;
}
.pageheader-inner h1 {
	text-align:center;
	font-size:48px;
	color:#747474;
	padding:10px 0;
	font-weight:bold;
}
.pageheader h3 {
	text-align:center;
	font-family:'Open Sans';
	font-size:27px;
	color:#000;
	padding:0 0 15px 0;
	text-shadow:1px 1px 1px #FFF;
	font-weight:700;
}
.pageheader h4 {
	text-align:center;
	font-family:'Open Sans';
	font-size:17px;
	color:#FFF;
	padding:10px 0;
	font-weight:600;
}
.pageheader .fa-stack {
	width:182px;
	height:182px;
	margin:15px 0;
}
.pageheader .getbtn {
	position:absolute;
	width:100%;
	text-align:center;
	bottom:-30px;
	left:0;
	min-height:60px;
}
.pageheader .getbtn a {
	display:inline-block;
	line-height:60px;
	font-size:27px;
	color:#f0f0f0;
	font-weight:700;
	padding:0 20px;
	border-radius:6px;
	min-width:312px;
	text-transform:uppercase;
	border:solid 2px #98d775;
	background: -webkit-linear-gradient(#0085ff, #14179b); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#0085ff, #14179b); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#0085ff, #14179b); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#0085ff, #14179b); /* Standard syntax */
}
.blogbtn {
	width:100%;
	text-align:center;
	min-height:50px;
}
.blogbtn a {
	display:inline-block;
	background:#303030;
	line-height:50px;
	font-size:18px;
	color:#f0f0f0;
	font-weight:600;
	padding:0 20px;
	border-radius:30px;
	min-width:250px;
	text-transform:uppercase;
}
.section1, .section3 {
	padding:20px 0;
}
.section2, .section5 {
	background:#f0f0f0;
	padding:20px 0;
}
.section4 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f0f0+0,ffffff+100 */
background: #f0f0f0; /* Old browsers */
	background: -moz-linear-gradient(top, #f0f0f0 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f0f0f0 0%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f0f0f0 0%, #ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f0f0f0 0%, #ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f0f0f0 0%, #ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
text-align:center;
}
.section1 p {
	font-size:16px;
	line-height:24px;
	margin-bottom:10px;
}
.section1 ul{
	font-size:16px;
	line-height:24px;
}
.section1 .cbox {
	max-width:400px;
	width:100%;
	display:inline-block;
	margin:0 5px 15px;
	background-color:#878460;
	padding:20px 5px;
	min-height:100px;
	vertical-align:top;
	text-align:center;
	cursor:pointer;
	position:relative;
}
.section1 .cbox:hover .cbox-l, .section1 .cbox:hover .cbox-r{
	display:none;
}
.section1 .cbox:hover .description{
	display:block;
}
.section1 .cbox .description{
	display:none;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	padding:25px;
	color:#FFF;
}
.section1 .cbox2 {
	background-color:#dd623b;
}
.section1 .cbox3 {
	background-color:#42b2be;
}
.section1 .cbox4 {
	background-color:#565867;
}
.section1 .cbox5 {
	background-color:#3b7390;
}
.section1 .cbox .cbox-l {
	/*float:left;*/
	width:60px;
	height:60px;
	border-radius:60px;
	background:#FFF;
	text-align:center;
	font-size:30px;
	color:#747474;
	display:inline-block;
	vertical-align:middle;
	margin:0 20px;
}
.section1 .cbox .cbox-l .fa {
	line-height:60px;
}
.section1 .cbox .cbox-r {
	/*float:right;*/
	max-width:215px;
	width:100%;
	color:#FFF;
	display:inline-block;
	vertical-align:middle;
}
.section1 .cbox .cbox-r h3 {
	text-align:left;
	font-family:'Open Sans';
	font-size:16px;
	color:#FFF;
	padding:0;
	font-weight:600;
}
.section1 .cbox .cbox-r p {
	font-size:13px;
	line-height:normal;
	text-align:left;
}
.section2 p{
	margin:0 0 10px 0;
	font-size:16px;
	line-height:24px;
}
.section2 ul{
	margin:0 0 10px 0;
	font-size:16px;
	line-height:24px;
}
.section2 .anik{
	max-width:140px;
	width:100%;
	height:auto;
	float:right;
	margin:0;
}
.section2 .alink{
	float:right;
	font-size:14px;
	margin:-15px 0 0;
}
.section3 h3{
	font-size:16px;
	text-align:left;
	color:#3d8eb9;
	padding:0 0 5px;
	font-weight:600;
	font-family:'Open Sans';
}
.section3 p{
	margin-bottom:5px;
}
.section3 .lmore-box{
	display:inline-block;
	margin:0 15px 15px;
	padding-bottom:15px;
	max-width:440px;
	width:100%;
	vertical-align:top;
	border-bottom:1px solid #f0f0f0;
}
.lmore-box .box-l{
	width:90px;
	float:left;
	border:1px solid #ccc;
	padding:5px;
}
.lmore-box .box-r{
	width:100%;
	max-width:340px;
	float:right;
	text-align:left;
}
.lmore-box .box-r a{
	text-decoration:underline;
}
.lmore-box .box-r a:hover{
	color:#333;
}
.section4 .probox{
	display:inline-block;
	margin:0 15px 30px;
	background:#e65527;
	max-width:440px;
	width:100%;
	min-height:220px;
	vertical-align:top;
	position:relative;
}
.section4 .probox img{
	vertical-align:middle;
}
.section4 .logo1{
	padding:75px 0;
}
.section4 .logo2{
	padding:70px 0;
	background:#1d6285;
}
.section4 .logo3{
	padding:70px 0;
	background:#706d3c;
}
.section4 .logo4{
	padding:70px 0;
	background:#363948;
}
.section4 .logo1 img{
	max-width:372px;
	width:100%;
	height:auto;
}
.section4 .logo2 img{
	max-width:261px;
	width:100%;
	height:auto;
}
.section4 .logo3 img{
	max-width:233px;
	width:100%;
	height:auto;
}
.section4 .logo4 img{
	max-width:283px;
	width:100%;
	height:auto;
}
.section4 .probox a .description{
	display:none;
	width:100%;
	height:100%;
	/*background:rgba(230, 85, 39, 0.9);*/
	position:absolute;
	left:0;
	top:0;
	color:#FFF;
}
.section4 .probox a:hover .description{
	display:block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.section4 .probox.logo1 a .description{
	background:#e65527;
}
.section4 .probox.logo2 a .description{
	background:#1d6285;
}
.section4 .probox.logo3 a .description{
	background:#706d3c;
}
.section4 .probox.logo4 a .description{
	background:#363948;
}
.section4 .probox a .description h3{
	color:#FFF;
	padding:100px 0 0;
}
.section5 .testbox{
	display:inline-block;
	margin:0 10px 30px;
	padding-bottom:15px;
	max-width:438px;
	width:100%;
	vertical-align:top;
}
.section5 .testbox .test-img{
	width:118px;
	height:118px;
	float:left;
}
.section5 .testbox .test-img img{
	width:118px;
	height:118px;
	border:7px solid #FFF;
	border-radius:118px;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
}
.section5 .testbox .test-con{
	width:100%;
	max-width:300px;
	float:right;
	text-align:left;
	font-size:15px;
	color:#858484;
	padding:0 10px;
	position:relative;
}
.section5 .testbox .test-con:before{
	position:absolute;
	top:-10px;
	left:-15px;
	content:'"';
	height:50px;
	width:50px;
	color:#3d8eb9;
	font-size:40px;
	font-family:"Times New Roman", Times, serif;
}
.section5 .testbox .test-con .name{
	color:#333;
	font-style:italic;
	font-weight:600;
	padding-top:5px;
}
.section5 .testbox .test-con .title{
	color:#333;
	font-style:italic;
	font-weight:600;
	font-size:12px;
}

footer {
	background:#2c3640;
	border-top:10px solid #FFF;
	color:#64707d;
	padding:20px 0 0;
}
footer p {
	margin-bottom:12px;
}
footer ul {
	margin:0;
	padding:0;
	list-style-type:none;
	position:relative;
	z-index:9;
}
footer ul li {
	margin:0 0 10px;
	text-align:left;
}
footer ul li a {
	color:#64707d;
}
footer ul li a:hover {
	color:#FFF;
}
footer h3 {
	font-family:'Open Sans';
	font-size:18px;
	color:#FFF;
	padding:10px 0 15px;
	text-align:left;
}
footer .ftabtcon {
	max-width:330px;
	width:100%;
	margin:0 30px 10px 0;
	float:left;
	text-align:left;
}
footer .ftabt {
	max-width:150px;
	width:100%;
	margin:0 30px 10px;
	float:left;
}
footer .ftsupp {
	max-width:150px;
	width:100%;
	margin:0 30px 10px 0;
	float:left;
}
footer .ftlegal {
	max-width:150px;
	width:100%;
	margin:0 0 10px;
	float:right;
}
.ftlogo {
	position:absolute;
	bottom:0;
	width:100%;
	text-align:center;
	z-index:1;
}
.ftsociallinks {
	display:inline-block;
}
.ftsociallinks a {
	display:inline-block;
	border-radius:5px;
	width:40px;
	height:40px;
	background:#565e66;
	color:#2c3640;
	text-align:center;
	padding:10px 0 0;
	margin:0 2px;
	font-size:20px;
}
footer .copyright {
	border-top:1px solid #3f4d5a;
	padding:12px;
	text-align:center;
	margin-top:12px;
}
.ftlegalin{
	text-align:center;
}
.ftlegalin ul li{
	display:inline-block;
	padding:0 15px;
}

.inner-content{
	padding:25px 0;
}
.inner-content p{
	margin-bottom:12px;
	line-height:22px;
}
.inner-content h2 {
	text-align:center;
	font-size:36px;
	color:#747474;
	padding:20px 0 30px;
	font-weight:bold;
}
.inner-content.articlebg h2{
	padding-top:70px;
}
.articlebg{
	text-align:left;
	padding-bottom:30px;
}
.graybg{
	background:#f2f2f2;
}
.article-img{
	max-width:300px;
	height:auto;
	padding:10px;
	border:1px solid #ccc;
	float:right;
	margin:0 0 10px 10px;
	background:#e9e8e8;
}
.inner-img{
	max-width:300px;
	height:auto;
	float:right;
	margin:0 0 10px 10px;
}
.buynow{
	max-width:467px;
	width:100%;
	height:auto;
}
.academy .probox{
	margin:0 15px 30px;
	background:#e65527;
	max-width:440px;
	width:100%;
	min-height:220px;
	vertical-align:top;
	float:right;
	text-align:center;
}
.academy .probox img{
	vertical-align:middle;
}
.academy .logo1{
	padding:75px 0;
}
.academy .logo2{
	padding:70px 0;
	background:#1d6285;
}
.academy .logo3{
	padding:70px 0;
	background:#706d3c;
}
.academy .logo4{
	padding:70px 0;
	background:#363948;
}
.academy .logo1 img{
	max-width:372px;
	width:100%;
	height:auto;
}
.academy .logo2 img{
	max-width:261px;
	width:100%;
	height:auto;
}
.academy .logo3 img{
	max-width:233px;
	width:100%;
	height:auto;
}
.academy .logo4 img{
	max-width:283px;
	width:100%;
	height:auto;
}
.show_hide{
	cursor:pointer;
	display:none
}
.typpage{
	font-size:22px;
}
.typpage h3{
	color:#747474;
	font-size:44px;
	text-align:left;
}
.typpage h4{
	font-size:30px;
	text-align:left;
	margin-bottom:30px;
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	color:#454646;
}
.typpage  p{
	margin-bottom:30px;
	color:#454646;
}
.typ-left{
	max-width:500px;
	width:100%;
	float:left;
}
.typ-rht{
	max-width:300px;
	width:100%;
	float:right;
	padding:85px 0 0;
}
.typ-rht .social-icon ul{
	list-style-type:none;
	margin:15px 0;
	padding:0;
	text-align:center;
}
.typ-rht .social-icon ul li{
	display:inline;
}
.typ-rht .social-icon ul li img{
	width:54px;
	height:auto;
}
.cpagemain{
	background:#F0F0F0;
}
.cpagemain h3{
	text-align:left;
	color:#848484;
}
.cpagemain h2, .contactpage-faq h2{
	text-align:left;
	color:#848484;
	padding:0 0 10px;
}
.contactpage-faq h2 span{
	color:#3b8dbb;
}
.contactpage-faq p{
	font-size:18px;
	line-height:normal;
	font-family: "Open Sans Condensed", sans-serif;
	color:#747474;
}
.contacttbl td{
	padding-bottom:20px;
	font-size:18px;
	line-height:normal;
}
.contactform .cform{
	padding:0 0 20px;
	margin:0px auto;
	max-width:600px;
}
.contactform .cform ul{
	list-style-type:none;
	padding:10px;
	margin:0;
}
.contactform .cform label{
	font-size:18px;
	margin-bottom:10px;
	display:block;
}
.contactform .cform .input1{
	font-size:18px;
	margin-bottom:20px;
	display:block;
	width:100%;
	max-width:600px;
	height:40px;
	background:#f2f2f2;
	border:1px solid #ccc;
}
.contactform .cform .input2{
	font-size:18px;
	margin-bottom:20px;
	display:block;
	width:100%;
	max-width:600px;
	height:40px;
	background:#f2f2f2;
	border:1px solid #ccc;
}
.contactform .cform .input3{
	font-size:18px;
	margin-bottom:20px;
	display:block;
	width:100%;
	height:150px;
	background:#f2f2f2;
	border:1px solid #ccc;
}
.contactform .cform .submit{
	margin:15px auto;
	max-width:200px;
	display:block;
	font-size:24px;
	height:50px;
}
.hdrimg img, .show_hide img{
	width:100%;
	height:auto;
}