@charset "utf-8";
/* CSS Document */
@import "../css/nav.css";
@import "../css/reset.css";
/* Getting the new tags to behave */
* {
	margin: 0;
	border: 0;
	padding: 0;
}
body {
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	color: #777;
	font-size:12px;
}
img {
	border: none;
}
a:link, a:visited, a:active {	
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
h1 {
   font-weight:bold;
	color:#4ba300;
	font-size:15px;
	text-transform:uppercase;
	padding:5px 0;
}
h2 {
	font-weight:bold;
	color: #e64e1c;
	font-size:15px;
	padding:10px 0;
}
h3 {
	color: #009cc7;
	padding:10px 0;
	font-size:13px;
	font-weight:bold;
}
h4.noPadLeft {
	padding: 0 0 11px 0;
}
p {
	padding:5px 0;
	line-height:1.6;
}
.clear{
	clear:both;
	height:1px;
	width:100%;
}
/*//////////////////////////////////////////*/
.wraper {
	width:100%;
	float:left;
}
#bg1{
	background:#e64e1c;
	padding-bottom:20px;	
}
#bg_main{
	background:url(../images/bg2.jpg) repeat-x top left;
	height:217px;
}
.container {
	width: 980px;
	margin: 0 auto;
}
header {
	width:100%;
	position: relative;
	clear:both;
	float:left;
}
header .index{
	height:140px;
}
.logo {
	float: left;
	display:block;
	width: 478px;
	height:132px;
	background: url(../images/abacus-logo.jpg) no-repeat top left;
	text-indent:-99999px;
}
.right_section{
	float:right;
	position:relative;
	top:25px;
	right:0;
	width:200px;
	color:#fff;
}
.right_section li{
	display:block;
	float:left;
	clear:both;
}
.right_section li.social{
	padding-bottom:10px;
}
.right_section li.social a{
	width:17px;
	height:16px;
	float:left;
	display:block;
	margin:0 8px;
	-moz-transition:all .4s ease-in-out;
	-webkit-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	-ms-transition:all .4s ease-in-out;
}
.right_section li.social a.facebook{
	background:url(/web/20180109001714im_/http://mbaa.in/images/imgs.png) no-repeat 0 0;
}
.right_section li.social a.facebook:hover{
	background:url(/web/20180109001714im_/http://mbaa.in/images/imgs.png) no-repeat 0 -17px;
}
.right_section li.social a.twitter{
	background:url(/web/20180109001714im_/http://mbaa.in/images/imgs.png) no-repeat -17px 0;
}
.right_section li.social a.twitter:hover{
	background:url(/web/20180109001714im_/http://mbaa.in/images/imgs.png) no-repeat -17px -17px;
}
.right_section li.social a.google{
	background:url(/web/20180109001714im_/http://mbaa.in/images/imgs.png) no-repeat -34px 0;
}
.right_section li.social a.google:hover{
	background:url(/web/20180109001714im_/http://mbaa.in/images/imgs.png) no-repeat -34px -17px;
}
#banner{
	float:left;
	width:970px;
	height:385px;
	overflow:hidden;
	border:5px solid #fff;
	-webkit-box-shadow: 0px 0px 2px 2px #a33611;
	-moz-box-shadow: 0px 0px 2px 2px #a33611; 
	-o-box-shadow: 0px 0px 2px 2px #a33611; 
	-ms-box-shadow: 0px 0px 2px 2px #a33611; 
	box-shadow: 0px 0px 2px 2px #a33611; 	
}
.highlights{
	width:100%;
	float:left;
	clear:both;
	height:117px;
	margin:19px 0 0 0;
}
.highlights h2{
	color:#fff;
	text-transform:uppercase;
	padding:5px 0;
}
.highlights ul{
	float:left;
}
.highlights ul li{
	width:280px;
	padding:10px 20px;
	float:left;
	display:inline;
	background:url(/web/20180109001714im_/http://mbaa.in/images/devider.jpg) no-repeat top right;
}
.highlights ul li.last{
	background:none;
}
.highlights span{
	float:left;
	display:block;
	padding:0;
	height:103px;
	margin:0 20px;	
}
.highlights p{
	color:#fff;
	font-weight:bold;
	text-transform:capitalize;
}
.highlights span.img1{
	width:78px;
	background:url(../images/thumbs.png) no-repeat 0 0;
}
.highlights span.img2{
	width:90px;
	background:url(../images/thumbs.png) no-repeat -78px 0;
}
.highlights span.img3{
	width:75px;
	background:url(../images/thumbs.png) no-repeat -175px 0;
}
.news_section{
	width:100%;
	float:left;
	clear:both;
	height:60px;
}
.news_section h2{
	height:35px;
	border-right:1px solid #ddd;
	float:left;
	background:url(/web/20180109001714im_/http://mbaa.in/images/flash_h1_bg.png) no-repeat top right;
	color:#ff0000;
	font-size:16px;
	padding:22px 35px 0 0;
}
#news-container {
	width: 830px;
	height:50px;
	float: right;	
}
#news-container ul li {
	width:760px;
	float:left;
}
#news-container ul li p {
	font:12px;
	width:670px;
	height:20px;
	float:left;
	text-align:left;
	line-height:1.8;
	color:#000;
	font-weight:bold;
	margin:14px 0 0 0;
	overflow:hidden;
}
#news-container ul li a {
	display:block;
	color:#fff;
	background:#e64e1c;
	float:right;
	font-size:11px;
	padding:5px 10px;
	margin:20px 0px 0 0;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	text-transform:capitalize;
}
#news-container ul li a:hover {
	color:#fff;
	background:#6332a0;
}
.condent_section{
	float:left;
	width:980px;
	color:#666;
	width:712px;
	padding-bottom:20px;
}
.condent_section h1{
	text-transform:uppercase;
	color:#e64e1c;
	font-size:16px;
	font-weight:bold;
}
.welcome{	
	float:left;
	width:650px;
	padding:0 25px 0 0px;
	color:#5200b7;
	font-size:14px;
	
	}
.welcome a{
	float:right;
}
.welcome h1{
	line-height:1.5;
}
.about_us{
	width:220px;
	float:left;
	padding:0 25px;
	border-right:1px solid #ddd;
}
.read_more{
	float:left;
	display:block;
	width:109px;
	height:30px;
	text-indent:-9999px;
	background:url(../images/thumbs.png) no-repeat -339px 0;
	margin:10px 0 0 0;
}
.read_more:hover{
	background:url(../images/thumbs.png) no-repeat -339px -30px;
}
.view_more{
	float:left;
	display:block;
	width:84px;
	height:27px;
	text-indent:-9999px;
	background:url(../images/thumbs.png) no-repeat -339px -103px;
	margin:10px 0 0 0;
}
.view_more:hover{
	background:url(../images/thumbs.png) no-repeat -339px -130px;
}
aside{
	float:right;
	width:260px;
}
aside ul{
	float:left;
}
aside ul li{
	float:left;
	display:block;
}
aside ul li.teachers_training{
	padding:10px 20px;
	background:#6934aa;
	width:209px;
}
aside ul li.teachers_training span.img{
	float:left;
	display:block;
	padding:10px 0;
	width:80px;
	height:78px;
	margin-right:10px;
	background:url(../images/thumbs.png) no-repeat -259px 0; 
}
aside ul li.teachers_training h2{
	color:#fff;
	text-transform:uppercase;
	line-height:1.4;
	padding:5px 0;
}
/*------------------------------ footer-----------------------------*/
footer{
	width:100%;
	float:left;
	clear:both;
	background:url(../images/footer_bg.jpg) repeat-x top left ;
	height:276px;
	margin:10px 0 0 0;
	padding:15px 0 0 0;	
}
footer a{
	color:#fff;
	padding:0 10px;
}
footer a:hover{
	color:#ffa800;
}
footer p.powered{
	float:right;
	margin:32px 0 0 0 ;
	color:#ffaa8e;
}
nav#footerlinks{
	width:400px;
	float:left;
	margin:10px 0 0 0;
}
nav#footerlinks li{
	float:left;
	display:inline;
	width:180px;
	padding:0 0 0 20px;
	font-size:12px;
	background:url(../images/thumbs.png) no-repeat -451px 0;
	margin:8px 0;
}
nav#footerlinks li a{
	float:left;
	display:block;
	_display:inline-block;
}
nav#footerlinks li a:hover{
	color:#ffa800;
}
/*//////////////////////////////////////////////////////////*/
.quick_contact{
	float:left;
	width:250px;
	height:190px;
	overflow:hidden;
	margin:10px 0 0 0;
}
footer h3{
	color:#fff;
	letter-spacing:0;
	padding:0 0 10px 0;
}
.quick_contact p{
	float:left;
	padding:4px 0;
	color:#fff;
	font-size:11px;
	clear:both;
	opacity:.9;
}
 p.follow a{
	text-indent:-9999px;
	float:left;
	display:block;
	width:28px;
	height:28px;
	overflow:hidden;
	padding:0;
	margin:8px 8px 0 0;
}
p.follow a.fk{
	background:url(../images/thumbs.png) no-repeat -449px -20px; 
}
p.follow a.tr{
	background:url(../images/thumbs.png) no-repeat -483px -20px; 
}
p.follow a.gs{
	background:url(../images/thumbs.png) no-repeat -517px -20px; 
}
.testimonials{
	float:left;
	width:300px;
	height:190px;
	overflow:hidden;
	margin:10px 0 0 0;
}
.testimonials p{
	float:left;
	display:block;
	width:268px;
	height:127px;
	background
	padding:10px;
	color:#d4d4d4;
}
.testimonials span{
	float:left;
	position:relative;
	top:-50px;
	left:20px;
	color:#fff;
	opacity:.8;
}
.testimonials a{
	float:right;
	position:relative;
	display:block;
	top:-50px;
	right:10px;
	color:#fff;
}
.gallery{
	float:left;
	width:200px;
	
}
.gallery figure{
	float:left;
	margin:5px;
}
#gallery p{
	font-size:18px;
	font-weight:bold;
	
	
	}
 #video_gallery2{
	float:left;
	width:100%;
}
 #video_gallery2 ul {
	float:left;
	width:100%;
}
#video_gallery2 ul li {
	float:left;
	display:inline-block;
	padding:10px;
	border:2px solid #999;
	margin:10px;
	background:#f9f9f9;
}
#video_gallery2 ul li:hover {
	float:left;
	display:inline-block;
	padding:10px;
	border:2px solid #CCC;
	margin:10px;
	background:#f9f9f9;
}
p.copy{
	color:#fff;
	font-size:10px;
	margin:35px 0 0 0;
	float:left;
	opacity:.8;
}
/*------------------------------ footer- End----------------------------*/
/*//////////////////////////////////// inner///////////////////*/
#banner_inner{
	width:970px;
	height:220px;
	background:url(../images/inner.jpg) no-repeat 0 0;
	float:left;
	clear:both;
	border:5px solid #fff;
	-webkit-box-shadow: 0px 0px 2px 2px #a33611;
	-moz-box-shadow: 0px 0px 2px 2px #a33611; 
	-o-box-shadow: 0px 0px 2px 2px #a33611; 
	-ms-box-shadow: 0px 0px 2px 2px #a33611; 
	box-shadow: 0px 0px 2px 2px #a33611; 	
}
section.inner_condent{
	width:100%;
	min-height:300px;
	padding:20px 0;
	font-size:15px;	
	color:#5200b7; 
}
.img_fleft{
	float:left;
	margin:10px 20px 10px 0;
}
.about_1{
	width:530px;
	float:left;
	border-right:1px solid #CCC;
	padding-right:30px;
}
.about_2{
	width:380px;
	float:right;
	margin-left:20px;
}
.border{
	float:left;
	clear:both;
	margin:5px 0;
	width:100%;
	background:#CCC;
	height:1px;	
}
p strong{
	font-weight:bold;
	font-size:14px;
}
.guid{
	font-weight:bold;
	clear:both;
	padding:10px 0; 10px 20px;
}
.guid li{
	padding:10px 0;
	line-height:1.6;
}
#add {
	width:100%;
	display:inline;
	float:left;
}
#add div{
	float:left;
	width:280px;
	/*border:1px solid #CCC;*/
	margin:5px;
	padding:10px;
	height:230px;
}
#add p {
	padding:5px 0px 0;
	color:#707070;
	text-align:left;
	font-size:12px;
	text-shadow:none;
	font-weight:bold;
}
#add a:link {
	color:#002d56;
}
#form {
	width:980px;
	position:relative;
	top:10px;
	float:left;
	padding-bottom:30px;
	left:0px;	
}
#form h1{
	clear:both;
	float:left;
	padding:10px 0 0 20px;
}
#form p{
	float:left;
	margin:10px 10px 0px 10px;
	float:left;
	width:300px;
	display:inline;
}
#form p span{
	display:block;
	height:43px;
	margin:0 0 0 5px;
	float:left;
	width:50px;
	color:#f00;
	font-style:italic;
	overflow:hidden;
}
#form p input[type=text], textarea {
	float:left;
	-webkit-box-shadow: inset 1px 1px 1px 1px #f2f2f2;
	-moz-box-shadow: inset 1px 1px 1px 1px #f2f2f2;
	box-shadow: inset 1px 1px 1px 1px #f2f2f2;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	border:1px solid #cfcfcf;
	background:#fff;	
	padding:8px;
	font-weight:bold;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#838383;
}
#form p input {
	width:220px;
	height:30px;	
}
#form p.width{
	width:100%;
}
#form p textarea {
	float:left;
	width:640px;
	height:98px;
}
#form .button{
	float:left;
	clear:both;
	padding:10px 25px;
	background:#d12a2a;
	color:#fff;	
	font-size:11px;
	font-weight:bold;
	border:none;
	float:left;
	margin:5px 0 0 70px;
	cursor:pointer;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
}
#form .button:hover{
	color:#fff;
}
#form .form_success{
	color:#f00;
	padding:5px 0 5px 70px;
}
/*///////////////////////// inner end///////////////////*/
div#slideshow {
	float:left;
	width:970px;
	height:385px;
	position: relative;
	z-index: 5;
	overflow:hidden;
	background:none;
}
div#slideshow ul#nav {
	display: none;
	list-style: none;
	position: relative;
	top:160px;
	z-index: 15;
}
div#slideshow ul#nav li#prev {
	float: left;
	margin: 0 0 0 10px;
}
div#slideshow ul#nav li#next {
	float: right;
	margin: 0 10px 0 0;
}
div#slideshow ul#nav li a {
	display: block;
	width:33px;
	height:34px;
	text-indent: -9999px;
}
div#slideshow ul#nav li#prev a {
	background: url(/web/20180109001714im_/http://mbaa.in/images/prev.png) no-repeat;
}
div#slideshow ul#nav li#next a {
	background: url(/web/20180109001714im_/http://mbaa.in/images/next.png) no-repeat;
}
div#slideshow ul#slides {
	list-style: none;
}
/*----------------------- Slideshow- End-----------------------*/
ul#our_team{
	float:left;
}
ul#our_team h3{
	line-height:1.3;
	}
ul#our_team li{
	float:left;
	display:inline;
	width:260px;
	margin-right:5px;
	height:170px;
}
ul#our_team li p{
	font-size:12px;
	color:#484848;
}