@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
body {
	font-family: 'Open Sans', sans-serif;
	color:#555555;
	font-size:14px;
}
a {
	text-decoration:none;
	color:inherit;
}
a:hover {
	color:#4b2bb4;
}
a.invert {
	color:#4b2bb4;
}
a.invert:hover {
	color:#555555 !important;
}
p {
	font-size:16px;
}
.read-more {
	font-weight:bold;
	text-decoration:underline;
	color:#F65B45;
	font-size:16px;
}
.preloader {
	background:url(../images/preloader.gif) no-repeat scroll 50% 50% #fff;
	height:100%;
	left:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:9999;
}
.to-top {
	display:block;
	color:#D7DDE2;
	font-size:24px;
	text-align:center;
	line-height:44px;
	position:fixed;
	bottom:15px;
	right:15px;
	background:#4b2bb4;
	opacity:0;
	visibility:hidden;
	transition:all 0.30s ease-in-out;
	height:48px;
	width:50px;
	z-index:999;
}
.to-top:hover {
	background:#4b2bb4;
	color:white;
}
.visible {
	opacity:1;
	visibility:visible;
}
.heading {
	color: #4b2bb4;
	font-size: 20px;
	font-weight:bold;
	text-transform:uppercase;
}
.logo {
	float:left;
}
.logo img {
	width:100%;
}
header {
}
#header {
	padding-top:15px;
	padding-bottom:20px;
}
.header-contents {
	float:right;
	margin-top:15px;
}
.top-nav {
	list-style-type:none;
	margin:0;
	padding:0;
	float:right;
}
.top-nav li {
	display:inline-block;
}
.login-returning {
	background:#F65B45;
	border-radius:12px;
	color:white;
	display:block;
	font-size:16px;
	padding:8px 0;
	font-weight:bold;
	width:280px;
	text-align:center;
	text-transform:uppercase;
	margin: 0 auto;
	position:relative;
	transition:all 0.2s;
}
.login-returning:after {
	border-radius: 16px;
	box-shadow: 0 0 2px #787878;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 4px;
	width: 100%;
	z-index: -1;
}
.login-returning:hover {
	background:#737373;
	color:white;
}
.header-contents .call-us {
	font-size: 20px;
	font-weight: bold;
	text-align:right;
	margin: 26px 0 0;
}
.header-contents .fast-free {
	font-size: 20px;
	font-weight: bold;
	text-align:right;
	margin:10px 0 0;
	color:#327dcd;
}
.header-contents .fast-free a {
	font-size:14px;
}
.header-contents .fast-free a:hover {
	color:#555555;
}
.navbar {
	background:#5e5e5e;
}
.navbar-collapse {
	padding:0 15px;
}
.navbar-nav li a {
	color:white;
	transition:all 0.2s;
	font-size:16px;
}
.navbar-nav li.active a {
	background:#343434;
}
.container.inner {
	margin-top:60px;
}
.page-title {
	font-size: 40px;
	font-weight:600;
	margin: 0 0 40px;
	position: relative;
	text-transform:uppercase;
}
.page-title-line {
	background: #555555;
	height: 2px;
	position: absolute;
	top: 50%;
	width: 100%;
}
.page-title-text {
	background: white;
	padding:0 5px 0 0;
	position: relative;
	z-index: 1;
}
.featured-image {
	margin-bottom:30px;
}
.featured-image img {
	width:100%;
	border:solid 4px #D8D8D8;
}
.banner {
	min-height:254px;
	background:url(../images/banner.jpg) no-repeat 50% 50% / cover;
	position:relative;
	margin-top:-1px;
	z-index:-1;
}
.tagline {
	position:absolute;
	bottom:0;
	font-size:38px;
	text-transform:uppercase;
	letter-spacing:6px;
	font-weight:300;
	text-align:center;
	color:white;
	width:100%;
	text-shadow: 1px 1px 3px black;
}
.tagline span {
	width:50%;
	float:left;
}
.tagline-1 {
	background:rgba(75,43,180,0.65);
	padding:5px 0 5px;
}
.tagline-2 {
	background:rgba(0,0,0,0.65);
	padding:5px 0 5px;
}
.features {
}
.features-grid {
	width:33.33333333%;
	float:left;
	transition:all 0.2s;
}
.features-grid a {
	color:white;
	display:block;
	text-align:center;
	padding:20px 0 19px;
	pointer-events:none;
}
.features-grid img {
	display:inline-block;
	margin:-3px 10px 0 0;
}
.features-grid h3 {
	display:inline-block;
	font-size:18px;
	font-weight:bold;
	margin:0;
}
.features-grid:nth-child(1) {
	background:#4b2bb4;
}
.features-grid:nth-child(2) {
	background:#4327a2;
}
.features-grid:nth-child(3) {
	background:#3c2290;
}
.features-grid:nth-child(4) {
	background:#361f82;
}
.features-grid:nth-child(5) {
	background:#311c75;
}
.features-grid:hover {
	background:#343434;
}
.our-products {
	margin-top:50px;
}
.our-products-title {
	font-size: 36px;
	font-weight:600;
	margin: 0 0 24px;
	position: relative;
	text-transform:uppercase;
	text-align:center;
}
.our-products-title-line {
	background: #555555;
	height: 2px;
}
.our-products-title-text {
	background: white;
	padding:0 5px 0 0;
	z-index: 1;
}
.our-products-grid {
	text-align:center;
	border:solid 1px #E6E6E6;
	border-bottom:solid 2px #555555;
	min-height:185px;
	align-items:center;
	justify-content:center;
	margin-bottom: 30px;
	transition:all 0.2s;
	padding:10px;
}
.our-products-grid p {
	margin-bottom:0 !important;
}
.our-products-grid h4 {
	color:#FF0000;
	font-size: 24px;
	font-weight:700;
}
.our-products-grid h5 {
	font-size: 18px;
	font-weight:700;
	text-transform: uppercase;
	margin-bottom:5px;
} 

.our-products-grid h5 span{
	font-size: 13px;
	font-weight:600;
	text-transform: capitalize;
}
.our-products-grid a {
	background:#653195;
	color:#fff;
	font-size:15px;
	display:inline-block;
	padding:8px 22px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}
.our-products-grid a:hover {
	background:#000;
}
/*.our-products-grid span{display:block;}*/
.our-products-grid strong {
	font-size:18px;
	text-transform:uppercase;
}
/*.our-products-grid:hover{color:#4b2bb4; border-bottom-color:#4b2bb4;}*/


.home-content {
	margin-top:50px;
}
.features-list {
	background:url(../images/lady.jpg) no-repeat bottom right;
	box-shadow: 0 0 8px #ccc;
	padding: 30px;
}
.list {
	padding:0;
	margin:20px 0 38px;
	list-style-type:none;
}
.list.inner {
	padding-left:20px;
	font-size:16px;
	margin: 16px 0;
}
.list li:before {
	content:"\f00c";
	font-family:FontAwesome;
	margin-right: 6px;
}
footer {
	background:#5d5d5d;
	border-top:solid 4px #4b2bb4;
	margin-top:50px;
}
.footer {
	padding-top:30px;
	padding-bottom:30px;
}
.footer-widget h3 {
	color:white;
	text-transform:uppercase;
	font-size: 16px;
	font-weight: 700;
	margin:0 0 12px 0;
}
.footer-widget ul {
	color:#DDDDDD;
	padding: 0 0 0 28px;
}
.footer-widget li {
	margin-bottom:12px;
	transition:all 0.1s;
}
.footer-widget li:hover {
	margin-left:5px;
}
.footer-widget a {
	display:block;
}
.footer-widget a:hover {
	color:white;
}
.payment-options {
	list-style-type:none;
	margin-top:10px;
	padding:0 !important;
}
.payment-options li {
	border-bottom:solid 1px #7d7d7d;
	margin: 0 !important;
	padding: 14px;
}
.payment-options li img {
	margin-right:10px;
}
.payment-options li a {
	pointer-events:none;
}
.footer-logo {
	float:left;
}
.footer-logo img {
	width:100%;
	margin-top:20px;
}
.copyright {
	background:#F4F4F4;
	text-align:center;
	padding:30px 0;
}
.faqs {
	list-style-type:none;
	font-size:16px;
	padding:0;
	text-align:justify;
}
.faqs li:nth-child(odd) {
	font-weight:bold;
	color:#4b2bb4;
}
.faqs li:nth-child(even) {
	margin-bottom:20px;
}
.contact-form {
	margin-top:30px;
}
.contact-form li {
	list-style:none;
	margin-bottom: 20px;
}
.contact-form label {
	display:block;
	margin-bottom: 4px;
}
.contact-form label span {
	color:red;
}
.contact-form input[type=text], .contact-form input[type=tel], .contact-form input[type=email] {
	width:100%;
	border:solid 1px #ccc;
	padding:6px;
	transition:all 0.1s;
}
.contact-form textarea {
	width:100%;
	border:solid 1px #ccc;
	padding:6px;
	height:180px;
	resize:none;
	transition:all 0.1s;
}
.contact-form input[type=text]:hover, .contact-form input[type=tel]:hover, .contact-form input[type=email]:hover, textarea:hover, .contact-form input[type=text]:focus, .contact-form input[type=tel]:focus, .contact-form input[type=email]:focus, textarea:focus {
	border-color:#4b2bb4;
	box-shadow:inset 0 0 1px #4b2bb4;
}
.contact-form input[type=submit] {
	float:right;
	padding:8px 18px;
	border:none;
	color:white;
	font-weight:bold;
	background:#4b2bb4;
	transition:all 0.2s;
}
.contact-form input[type=submit]:hover {
	background:#F55D46;
}
.loader {
	float:right;
	margin: 8px 12px 0 0;
	display:none;
}
.alert {
	transition:all 0.2s;
}
.contact-form .alert-success, .contact-form .alert-danger {
	margin: 30px 0;
}
a.nohover:hover img {
	filter:alpha(opacity=80);
	-moz-opacity: .80;
	opacity:.80;
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
.pageheading {
	color:#4b2bb4;
	font-size:28px;
	font-weight:bold;
}
.greenheading {
	color:#4b2bb4;
	font-size:24px;
	font-weight:bold;
}
.greenheading2 {
	color:#4b2bb4;
	font-size:24px;
	margin-top:20px;
}
.blackheading {
	color:#000000;
	font-size:24px;
	font-weight:bold;
}
.greyheading {
	color:#999999;
	font-size:24px;
	letter-spacing: 1px;
}
.greensubheading {
	color:#4b2bb4;
	font-size:18px;
	font-weight:bold;
}
.blacksubheading {
	color:#000000;
	font-size:18px;
	font-weight:bold;
}
.price-bg {
	background:#ffffff;
	border-radius: 10px;
	transition: all 0.3s ease 0s;
	box-shadow:0 0 5px 1px #DDDDDD;
	font-size:16px;
	padding:15px 10px 8px 15px;
	margin:25px 0 25px;
}
.price-bg h2 {
	color:#4b2bb4;
	font-size:28px;
	font-weight:bold;
	margin-bottom:20px;
}
.price-bg h2 span {
	font-size:18px;
	display:block;
	line-height:30px;
	color:#555;
}
.price-bg h3 {
	color:#999999;
	font-size:26px;
	letter-spacing: 1px;
}
.price-bg h4 {
	color:#000;
	font-size:24px;
}
.price-bg h4 strong {
	color:#ff0000;
	font-size:24px;
}
.price-bg span {
	font-size:16px;
	display:block;
	line-height:30px;
}
.moreinfo-bg {
	background:#ffffff;
	border-radius: 10px;
	transition: all 0.3s ease 0s;
	box-shadow:0 0 5px 1px #DDDDDD;
	font-size:16px;
	padding:15px 10px 8px 15px;
	margin:25px 0 25px;
}
.moreinfo-bg h3 {
	color:#4b2bb4;
	font-size:18px;
	font-weight:bold;
}
 @media (max-width:1200px) {
.page-title-line {
	display:none;
}
}
 @media (max-width:992px) {
.logo {
	display: block;
	float:none;
	margin: 0 auto;
	max-width: 362px;
}
.header-contents {
	float:none;
	margin-top: 30px;
}
.top-nav {
	float:none;
	text-align:center;
}
.header-contents .call-us {
	text-align:center;
}
.header-contents .fast-free {
	text-align:center;
}
.sidebar {
	margin-top:30px;
}
.features-grid img {
	display:block;
	margin:0 auto;
}
.features-grid h3 {
	display:block;
	margin-top: 10px;
}
.features-list {
	margin-top:34px;
}
.mar-top {
	margin-top:26px;
}
.home-content {
	margin-top:30px;
}
.footer {
	margin-top:40px;
}
.price-bg {
	text-align:left;
}
.page-title-text {
	font-size:65%;
}
}
 @media (max-width:810px) {
.carousel-inner > .item {
	min-height:340px;
}
}
 @media (max-width:640px) {
.features-grid {
	width:100%;
}
.to-top {
	display:none;
}
}
 @media (max-width:600px) {
.carousel-inner > .item {
	min-height:370px;
}
}
 @media (max-width:500px) {
.carousel-inner > .item {
	min-height:410px;
}
.features-list {
	background:none;
}
}
 @media (max-width:464px) {
.carousel-inner > .item {
	min-height:440px;
}
}
 @media (max-width:440px) {
.course-action a {
	width:140px;
}
.course-action a:first-child {
	margin-right:5px;
}
}
 @media (max-width:430px) {
.carousel-inner > .item {
	min-height:470px;
}
}
 @media (max-width:400px) {
.features-list {
	padding: 15px 15px 1px;
}
}
 @media (max-width:370px) {
.carousel-inner > .item {
	min-height:500px;
}
.features-list a {
	font-size:16px !important;
}
}
 @media (max-width:350px) {
.our-products-title {
	font-size:36px;
}
}
 @media (max-width:340px) {
.carousel-inner > .item {
	min-height:530px;
}
}
