@charset "utf-8";
/* Course CSS */
@font-face{

	font-family: tt0628m;
	src: url(../fonts/tt0628m_.ttf);)
	
}
.border{
background: url(../images/bg.png) repeat 0 0;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}
.back{
	margin-bottom: .1%;
	margin-top: .9%;
	
	
			}	
.images img{
transition: 1s ease;
}

.images img:hover{
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
transition: 1s ease;
}
.coursename{
	font-family: Arial;
	color: #FF6838;
	border-bottom: #FF6838 2px solid;
	margin-top: 0px;
	
}
.coursetext{
	font-size: 13pt;
	font-family: Arial;
	text-align: justify;
	line-height: 1.5;
	
	
}

.packagetitle{
	font-family: Arial;
	text-align: center;
	background-color: #FF6838;
	min-height: 100%;
	color: #FFFFFF;
	
	
}

.packagetitle h3{
	font-weight:800;
	margin: 0px;
	padding: 1%;
}
.pakagedetail{
	font-family: Times, "Times New Roman";
	min-height: 100px;
	font-size: 15pt;
	text-align: center;
}
.pakagedetail h3{
	color: #FF6838
}

.packagereg{
	font-family: Arial;
	text-align: center;
	background-color: #f5f5f5;
	min-height: 100%;
	color: #FFFFFF;
	
}

.packagereg h3{
	margin: 0px;
	padding: 1%;
	color: #000000;
}

.packagereg h3:hover{
	text-decoration: underline;
	background-color:#FF6838;
}
.feebottom{
	color: white; 
	background-color: #FF6838; 
	padding: 1%; 
	font-size: 20pt;
	font-family: Arial;
	margin-bottom: 1%;
	
}

.imghead{
border-radius: 15px 15px 0px 0px;

}


.imghead:hover{

-webkit-box-shadow: 0px 0px 24px -5px rgba(0,0,0,1);
-moz-box-shadow: 0px 0px 24px -5px rgba(0,0,0,1);
box-shadow: 0px 0px 24px -5px rgba(0,0,0,1);
}











/* Source File CSS*/
.smain{

	margin: 3%;
}
.stitle{
	background-color: #000000;
	color: #FFFFFF;
	font-size: 15pt;
	text-align: center;
	font-family: Arial;
	padding: 4%;
	border-radius: 5px 5px 0px 0px;
}

.simg{
	background-color: #FFFFFF;
	height: 250px;
	padding: 4%;
}


.simg img{
	max-height: 230px;
}



/*.slink{
	background-color: #e5e5e5;
	font-size: 16pt;
	text-align: center;
	font-family: tt0628m;
	padding: 4%;
	border-radius: 0px 0px 10px 10px;
	
	
}*/

.slink a {
	text-align: center;
  margin: 0 auto;
  font-size: 2.0rem;
  padding: 5px;
  display: block;
  background-color: #f5f5f5;
  border: 1px solid transparent;
  color: #000000;
  font-weight: 300;
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.slink a:hover {
  background-color:  #FF6838;
  color: #ffffff;
  border-color: #a53838;

}
	