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

@import url(https://fonts.googleapis.com/css?family=Poppins:400,300,500,600,700);

body
{
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	font-weight:300;
	line-height:20px;
	color:#4e4e4e;
}

img {
	max-width:100%;
	//height:auto
}

.header-cont
{
	width:100%;
	float:left;
	padding:25px 0px;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 1px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 1px 5px 0px rgba(50, 50, 50, 0.75);
padding-bottom:5px;
z-index:1;
position:relative;
}

.logo
{
	font-size:25px;
	color:#14a44c;
        margin-top:10px;

}

.logo span
{
	font-size:20px;
	color:#4e4e4e;
}

.top-contact
{
	font-weight:500;
	font-size:20px;
}

.top-contact span
{
	font-size:18px;
	color:#4e4e4e;
	font-size:18px;
	font-weight:300;
}

.top-contact img
{
	float:left;
	margin-right:10px;
	
}


.menu
{
	margin-top:0px;
}


.navbar-nav {
  margin-top:7px;
  }


.navbar-nav > li {
	text-transform:uppercase;
	padding:0px 2px 0px 3px
}

.navbar-nav > li > a {
	color:#000000 !important;
  padding-bottom: 7px;
  padding-top: 7px;
  -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  background-color: #652f8d !important;
  color: #ffffff !important;
}

a {
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  background-color: #652f8d !important;
  color: #ffffff !important;
}

a:focus
{
	outline:none;
}

.navbar-brand
{
	display:none;
}

.navbar-default {
	background:none;
	border:none;
}

.toplinks
{
	width:100%;
	float:left;
	text-align:right;
	padding-right:20px;
}

.navbar-right
{
	margin-bottom:0px;
}

.toplinks a
{
	color:#2e2e2e;
}


.body-cont
{
	width:100%;
	float:left;
	background:url(../images/bg.jpg) #f5f5f5 center top no-repeat;
	background-size:100% auto;
	padding:25px 0px;
}


.slider-cont
{
	position:relative
}


.slider-cont img
{
	  -webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
}


.slider-txt
{
	width:100%;
	float:left;
	position:absolute;
	background-color: rgba(0, 0, 0, 0.6);
	bottom:0px;
	padding:15px;
	font-size:40px;
	color:#ffffff;
	font-weight:500;
	-webkit-border-bottom-right-radius: 25px;
-webkit-border-bottom-left-radius: 25px;
-moz-border-radius-bottomright: 25px;
-moz-border-radius-bottomleft: 25px;
border-bottom-right-radius: 25px;
border-bottom-left-radius: 25px;
}

.course-cont
{
	width:100%;
	float:left;
	margin-top:25px;
}

.single-course-cont
{
	width:100%;
	float:left;
	  -webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
background:#ffffff;
-webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.40);
-moz-box-shadow:    0px 1px 5px 0px rgba(50, 50, 50, 0.40);
box-shadow:         0px 1px 5px 0px rgba(50, 50, 50, 0.40);
margin-top:50px;
	margin-bottom:25px;
}

.course-heading
{
	width:100%;
	float:left;
	background:#14a44c;
	padding:0px 15px 5px 15px;
	-webkit-border-top-left-radius: 25px;
-webkit-border-top-right-radius: 25px;
-moz-border-radius-topleft: 25px;
-moz-border-radius-topright: 25px;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
color:#ffffff;
border-bottom:#0b9a43 solid 10px;
}

.course-price
{
	width:100%;
	float:left;
	text-align:center;
	font-size:30px;
	margin-bottom:10px;
	
}

.course-txt
{
	width:125px;
	height:125px;
	  -webkit-border-radius:50%;
-moz-border-radius: 50%;
border-radius: 50%;
background:#652f8d;
border:#ffffff solid 5px;
margin:0px auto;
padding-top:34px;
line-height:14px;
margin-top:-60px;

}

.course-txt span
{
	font-size:14px;
	
}

.course-heading2
{
	width:100%;
	float:left;
	font-size:22px;
	font-weight:500;
	text-align:center;
	line-height:24px;
}

.course-heading2 table td
{
	height:90px;
}

.course-heading3
{
	width:100%;
	float:left;
	font-size:18px;
	text-align:center;
	line-height:24px;
	background:#4e4e4e;
	color:#ffffff;
	padding:5px 20px;
}

.course-heading3 table td
{
	height:50px;
}

.course-heading4
{
	width:100%;
	float:left;
	font-size:22px;
	text-align:center;
	line-height:24px;
	padding:5px 20px;
	color:#2e2e2e;
	font-weight:500;
}

.course-heading4 table td
{
	height:50px;
}


.course-features
{
	width:100%;
	float:left;
	padding:0px 20px;
	min-height:190px;
}

.course-features ul
{
	margin:0px;
	padding:0px;
	list-style:none;
}

.course-features ul li
{
	padding:12px 0px 12px 0px;
	background:url(../images/icon.png) 0px 17px no-repeat;
	padding-left:25px;
	border-bottom:#eaeaea solid 1px;
}

.register-cont
{
	width:100%;
	float:left;
	text-align:center;
	padding:10px 0px;
	padding-top:0px;
}

.btn-default
{
	font-size:25px;
	background:#652f8d;
	font-weight:500;
	color:#ffffff;
	  -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border:#7f47a9 solid 2px;
padding:5px 20px;
}

.certify-shipping  ul 
{
	margin:0px;
	padding:0px;
}

.certify-shipping  ul li
{
	list-style:none;
	font-size:15px;
	margin-bottom:5px;
	float:left;
	padding-right:25px;
}

.certify-shipping  ul li img
{
	margin-right:5px;
}


.features
{
		width:100%;
	float:left;
	padding:15px 0px;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 1px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 1px 5px 0px rgba(50, 50, 50, 0.75);
padding-bottom:15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
background:#ffffff;
}

.features h2
{
	margin:0px;
	font-size:20px;
	margin-bottom:5px;
}


.footer-cont
{
	width:100%;
	float:left;
	background:#14a44c;
	padding:25px 0px;
	color:#ffffff;
	text-align:center;
	
}

.single-course-cont2 .course-heading4 {
  font-size: 19px;

}
