.marquee-container{
	
}
.home-marquee{
	font-size: 18px;
	color:  #34495e;
	text-shadow: 1px 1px 2px #fff, 0 0 25px #7FB3D5, 0 0 5px #fff;
	margin-top: 15px;	
		
}
.recent-post{	
	border: 1px solid #eee;
	padding: 10px;
}
.recent-post img{
	width: 100%;
	height: 170px;
	border: 2px solid #eee;
}
.recent-post .blog-title{
	font-size: 18px;
	color:  #2e86c1 ;
	//text-shadow: 1px 1px 2px #fff, 0 0 25px #7FB3D5, 0 0 5px #fff;
	display: block;
	margin-top: -7px;
}
.recent-post p{
	font-size: 13px;
	color: #000;
	
	margin-bottom: 2px;
}
.recent-post .short-description{
	height: 50px;
	overflow: hidden;
}
 .read-more{
	padding-top: 10px;
	color:  #2e86c1;
	font-size: 13px;
}
.my-section-title{
	margin: 20px 0;
	background: #609513;
	padding: 3px 10px;
}
.my-section-title h2{
	font-size: 18px;
	color: #fff;
	//text-shadow: 1px 1px 2px #fff, 0 0 25px #7FB3D5, 0 0 5px #fff;
}
.my-section-title-right{
	margin: 20px 0;
	background: #609513;
	padding: 3px 10px;
	text-align: center;
}
.my-section-title-right h2{
	font-size: 18px;
	color: #fff;
	
}

.notice-area{
	border: 1px solid #eee;
	margin-top: 0px;
	margin-bottom: 20px;
	//border-radius: 5px;
	padding: 10px;
	height: auto;
}
.notice-area a{
	display: block;
	font-size: 15px;
	margin-bottom: 12px;
	text-decoration: none;
	color:   #566573 ;
	margin: 0px;
}
.notice-area a:hover{
	color: #A93226;	
}

.notice-area i{	
	font-size: 12px;
	font-weight: 100px;	
}

.my-right-box-link{
	border: 1px solid #eee;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 10px 5px;
	height: auto;
}
.my-right-box-link a{
	display: block;
	font-size: 13px;
	margin-bottom: 12px;
	text-decoration: none;
	color: #34495E;	
	border-bottom: 1px dotted #eee;
	padding: 0px;
	line-height: 22px;
}
.my-right-box-link p{	
	font-size: 13px;
	margin-bottom: 12px;
	text-decoration: none;
	color: #000;	
	text-align: justify;
	
}
.my-right-box-link img{
	height: 180px;
	width: 100%;
	margin-bottom: 20px;
}
.my-right-box-link a:hover{
	color: #A93226;	
	text-transform: uppercase;
	font-size: 12px;
	border-bottom: 1px solid #eee;
}
.my-plain-text-area p{
	text-align: justify;
	color: #000;
	font-size: 14px;
}
.my-service-area img{
	height: 180px;
}
.my-service-area .text p{
	font-size: 14px;
	text-align: justify;
}
.my-sample-product-area img{
	height: 200px;
}
.home-teacher-name{
	text-align: center;
	padding: 10px 0px;
}
.home-teacher-name p{
	margin: 0px;
}
.home-service .border-area{
	border: 0.5px solid #2e86c1;
	padding: 5px;
	 margin-bottom: 30px;
}
.home-service .short-description{
	height: 70px;
	overflow: hidden;
}
.home-service .service-name{
	 background:  #2e86c1 ;
	 font-size: 15px;
	 padding: 3px;
	 color: #fff;
	 text-align: center;
	 margin-bottom: 5px;
}
.list-table{
	width: 100%;
	border: 1px solid #eee;
}

.list-table th{
	border: 1px solid   #85c1e9 ;
	padding: 5px;
	color: #000;
	text-align: center;
	font-weight: normal;
	background:  #d6eaf8 ;
	font-size: 15px;
}
.list-table td{
	border: 1px solid  #85c1e9 ;
	padding: 5px;
	color: #000;
	font-size: 15px;
}
