body{
	font-family: 'Heebo', sans-serif;
}
.back{
	background: url('../img/back.jpg') no-repeat center;
	background-size: cover;
	height: 626px;
	padding: 0px;
}
#particles-js{
	height: 625px;
}
.navbar-default{
	min-height: 60px;
	padding: 10px 0px;
	margin: 0px;
	background: none;
	border: none;
	border-radius: 0px;
}
.navbar-brand{
	padding: 0px 15px;
	margin: 0px;
}
.navbar-brand img{
	width: 250px;
	margin-top: -10px;
}
.navbar-default .navbar-nav>li>a {
    color: #FFF;
    border-bottom: 2px solid transparent;
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:active,
.navbar-default .navbar-nav>li>a:focus {
    color: #FFF;
    border-bottom: 2px solid #fff;
    transition: all .5s;
    text-transform: capitalize;
}

.navbar-default .navbar-header:click{
	outline: none;
}
.navbar-default .in{
	background : rgba(0,0,0,.8);
}

.padding{
	padding: 50px 15px;
}
.pad{padding: 0px;}

.headding{
	font-size: 2.5em;
	font-weight: 600;
	text-align: center;
	color: #012f55;
	margin-bottom: 5px;
}
.line{
	width: 200px;
	height: 5px;
	background: #012f55;
	margin: auto;
	margin-bottom: 30px;
}
.linebox{
	width: 50px;
	height: 9px;
	background: #e83859;
	margin: auto;
	top: -2px;
	position: relative;
}
.para{
	font-size: 1.3em;
	font-weight: 400;
	line-height: 28px;
}
.cources{
	border: 1px solid #f6f6f6;
	margin: 20px 0px;
}
.cources:hover{
	cursor: pointer;
	box-shadow: 0px 20px 20px #ddd;
	transition: .5s;
}
.cources_name{
	font-weight: 600;
	font-size: 1.2em;
	padding: 10px 10px 5px 10px;
}
.cources_details{
	font-weight: 400;
	font-size: 1.2em;
	padding: 0px 10px;
	min-height: 50px;
}
.cources_duration{
	font-weight: 400;
	font-size: 1em;
	line-height: 17px;
	margin: 30px 0px 20px 10px;
	width: 50%;
	float: left;
}
.cources_price{
	font-weight: 600;
	font-size: 1em;
	line-height: 17px;
	margin: 30px 10px 20px 0px;
	width: 40%;
	text-align: right;
	float: right;
}
.clear{clear: both;}
.cources a{
	text-decoration: none;
	padding: 15px 10px;
	background: #e83859;
	color: #FFF;
	font-weight: 600;
	font-size: 1.2em;
	text-align: center;
	display: block;
}
.score{
	background: #f4f4f4;
	color: #e83859;
}
.testimonial{
	background: #FFF;
	color: #000;
	font-size: 1.2em;
	font-style: italic;
	margin-top: 20px;
}
.testimonial i{
	color: #e83859;
	font-size: 1.5em;
}
.testimonial_name{
	font-size: 1.4em;
	font-weight: 600;
	font-style: normal;
	text-align: center;
	margin: 10px 0px;
}
.testi_pic{
	width: 100px;
	height: 100px;
	margin: auto;
	border-radius: 100%;
}
.trangle{
	width: 40px;
	height: 40px;
	margin: auto;
	transform: rotate(45deg);
	margin-top: -21px;
	background: #FFF;
	margin-bottom: 20px;
}

.Course_bt a{
	font-weight: 600px;
	font-size: 1.4em;
	background: #e83859;
	color: #FFF;
	text-decoration: none;
	padding: 15px 50px;
	margin: auto;
}
.Course_bt a:hover{
	background: #0040FF;
	transition: 0.5s;
}
.footer{
	background: #161c27;
	color: #b5b6cc;
}
center{
	border-top: 1px solid #212935;
	background: #161c27;
	color: #b5b6cc;
	padding: 30px 15px;
}
.fthead{
	color: #b5b6cc;
	font-weight: 600;
	font-size: 1.2em;
	margin: 10px 0px;
	text-transform: uppercase;
}
.ft_courses a{
	color: #b5b6cc;
	font-weight: 200;
	font-size: 1em;
	text-decoration: none;
	line-height: 25px;
	display: inline-block;
}
.ft_courses a:hover{
	margin-left: 5px;
	transition: all 0.5s;
}

.social a{
	width: 40px;
	height: 40px;
	border: 1px solid #b5b6cc;
	color: #b5b6cc;
	font-weight: 200;
	font-size: 1.4em;
	text-align:center;
	line-height: 40px;
	text-decoration: none;
	display: inline-block;
	margin-right: 5px;
}
.social a:hover{
	color: #fff;
}

.alltop{display: none;}
.alltop a
{
	width: 30px;
	height: 30px;
	background: #e83859;
	display: inline-block; 
	color: #FFF;
	font-weight: bold;
	border-radius: 2px;
	font-size: 2em;
	text-align: center;
	line-height: 30px;
	position: absolute;
	bottom: 10px;
	position: fixed;
	right: 10px;
	z-index: 1000;
}


.course{
	font-size: 1em;
}
.course ul{
	font-size: 1.2em;
	padding: 0px;
	margin: 0px;
}
.course li{
	list-style: none;
	padding: 5px 0px;
	border-bottom: 1px solid #f5f5f5;
}
.course li:before{
	content: "\f0a9";
	font-family: 'FontAwesome';
	width: 10px;
	height: 10px;
	margin-right: 5px;
	color: #012f55;
	font-size: 1.2em;
}

.search{
	background: #f5f5f5;
	padding: 30px 15px 15px 15px;
}
.search input{
	height: 50px;
	border-radius: 0px;
	box-shadow: none;
	font-size: 1.2em;
}
.search button{
	background: #e83859;
	border: none;
	color: #FFF;
	height: 50px;
	border-radius: 0px;
	box-shadow: none;
	font-size: 1.2em;
	font-family: 'Heebo', sans-serif;
	font-size: 1.4em;
	font-weight: 400;
}

#contact-form input, #contact-form textarea 
{
	height: 50px;
	border-radius: 0px;
	box-shadow: none;
	font-size: 1.2em;
}
#contact-form input[type=submit]
{
	background: #e83859;
	border: none;
	color: #FFF;
	font-size: 1.4em;
	font-weight: 400;
}
.table2 td{
	padding: 5px 0px;
}
.table2 td span{
	font-size: 1.5em;
	color: #012f55;
	margin-right: 10px;
}
.preview{
	text-align:center;
	font-style: italic;
	font-size: 2em;
	color: #DDD;
}
.preview i{
	font-size: 5em;
}
.download{
	font-weight: 600px;
	font-size: 1.4em;
	background: #e83859;
	color: #FFF;
	text-decoration: none;
	padding: 15px 50px;
	margin: auto;
}
.download:hover{
	text-decoration: none;
	background: #0040FF;
	color: #FFF;
	transition: 0.5s;
}


.modal-content{
	background: linear-gradient(to top, #00a1d9 0%,#32c8c7 100%);
	color: #FFF;
}
.modal-header{
	padding-bottom: 0px;
	border: none;
}
.enrollment input, select{
	height: 40px;
	border-radius: 2px;
	box-shadow: none;
	font-size: 1.2em;
}
.enrollment select{
	height: 40px;
	border-radius: 2px;
	box-shadow: none;
	font-size: 1.2em;
}
.enrollment input[type=submit]{
	background: #e83859;
	border: none;
	color: #FFF;
	font-size: 1.2em;
	font-weight: 400;
}
.save{
	color: green;
	font-size: 2em;
	text-align: center;
}
.save i{
	font-size: 2em;
}


.gallery_img{
	padding: 4px;
}
.gallery img{
	height:200px;
}


@media screen and (max-width: 900px)
{
	#particles-js, .back
	{
		height: 250px;
	}
}