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

.margin20b{
	margin-bottom: 20px;
	
}
.margin30b{
	margin-bottom: 30px;
	
}

.disable {
       pointer-events: none;
       cursor: default;
}

.text-details, .single-teacher-text p{
	text-justify: auto;
	text-align: justify;
	 text-indent:30px;
	
}
.single-teacher-text h3{
	
	font-size: 15px;
	font: bolder;
}

.text-details .button-default {
	text-align: justify;
}

.course-page .single-item-text h4,.course-page .single-item-text {
	font-size: 12px;text-align: center;
	margin: 0px;
	margin-bottom:0px;
	
}

.course-page .single-item{
	margin-bottom: 10px;
}
.course-page .facilities{
	margin-bottom: 40px;
}

.fun-factor-area a{
	color: white;
}
.fun-factor-area a:hover{
	color: #EE0500;
}
.home-gallery-area{
	background-color: #f6f6f6;
}
.gallery-img{
	 border-bottom: 3px solid #EE0500;
}

/* Vission Mission Page */

.mission-vission-area{
background: rgba(0, 0, 0, 0) url("../img/banner/sawami vivekanand.jpg") no-repeat scroll 0 0;
color: #ffffff;
padding: 100px 0;
background-attachment: fixed;
	background-size: cover;

}

.product-area{
	background-color: #f6f6f6;
}

/* Legal doc */

.other-docs h4{
	font-size: 12px;
}

.other-docs > a:after {
    background: #999999 none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 6px;
    left: 4px;
    position: absolute;
    top: 9px;
    width: 6px;
}


/* 404error page */

.error-page-img img{
display: block;
  margin-left: auto;
  margin-right: auto;
  width: 45%;
padding-top: 2%;
	
}