﻿@import 'https://fonts.googleapis.com/css?family=Raleway:400,600';

body{
	font-family: 'Raleway', sans-serif;
}

#header{
	padding: 20px 0;
}

#logo{
	margin: 7px 0 0 0px;
	font-weight: 600;
	text-transform: uppercase;
	color: #069;
}

#logo span{
	color: #3a3a3a;
	font-weight: 400;
}

.navbar-default{
	background-color: transparent;
	border-color: transparent;
}

.navbar-default .navbar-nav>li>a{
	color: #3a3a3a;
	font-weight: 600;
}

.navbar{
	margin-bottom: 0px;
}

#mainBanner img{
	display: inline-block;
}

#aboutCourse{
	padding: 50px 0;
}

#aboutCourse h1{
	font-weight: 600;
	margin-bottom: 40px;
}

#aboutCourse h1 span{
	color: #006699;
}

.panel-body ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.panel-body ul li{
	margin: 0 0 8px 0;
}

.formArea{
	padding: 20px;
	border: 1px solid #ddd;
	position: relative;
	background-color: white;
}

.formArea:before, .formArea:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.formArea:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.formArea h3{
	margin-top: 0px;
	font-size: 15px;
	font-weight: 600
}

.formArea input[type=text], .formArea input[type=email], .formArea input[type=tel]{
	border: 1px solid #ddd;
	padding: 10px;
	width: 100%;
	font-size: 13px;
	margin: 0 0 10px 0;

	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;	
}

.formArea textarea {
	border: 1px solid #ddd;
	padding: 10px;
	width: 100%;
	font-size: 13px;
	margin: 0 0 10px 0;

	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;	
}


.formArea input[type=text]:focus, .formArea input[type=email]:focus, .formArea input[type=tel]:focus{
	outline: none;
	border-color: #999;
}

.formArea input[type=submit]{
	background-color: #069;
	padding: 10px 20px;
	font-size: 16px;
	border: none;
	color: white;
}

#contact{
	padding-bottom: 50px;
}

#contact span{
	font-size: 50px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	border: 1px solid #069;
	border-radius: 200px;
	color: #069;
	margin: 50px 0 20px 0;
}

#contact p{
	font-size: 15px;
}

.ph{
	font-size:20px;
	color:#069;
}