@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
}

#bg{ background:url(../images/bg.png) no-repeat;/* padding-bottom:100px;*/}
#search{ width:60%; margin:50px auto 10px;}
button.btn-search{
	background-color: #002c77;
    border-color: #222;
    color: #fff;
}
nav.nav-bg{
	background: none repeat scroll 0 0 transparent;
    border: medium none;
	margin-bottom:0px;
}

.nav > li > a{ border-bottom:3px solid #868686; margin:0 5px; text-transform:uppercase; font-size:13px;} 
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{ background:none !important; border-bottom:3px solid #002c77;}

footer.footer{ background:#001226; }

.left{ width:45%; float:left; margin-right:1%;}
.map {
    border: 1px solid #CCCCCC;
    height: 200px;
    margin: 0 auto;
    width: 100%;
}

.right{ width:54%; float:left;}
.right h2{ font-size:22px; margin:o o 15px; font-family: 'paragonmedium';}
.right p{ color:#444444; font-family: 'paragonmedium'}
h2.india{ color:#ff5f00; font-family: 'paragonmedium'}
h2.usa{ color:#ffd814; font-family: 'paragonmedium'}

.social{ margin-top:20px; width:16.6667%; float:left;}
.social ul{ margin:0; padding:0;}
.social ul li{
    list-style: outside none none;
    margin: 10px 0;
    text-align: center;
	width:35%;
}
.social ul li:first-child{
	background: #2aa9e0 none repeat scroll 0 0;
}
.social ul li:last-child{
	background:#066d9a none repeat scroll 0 0;
}
.social ul li a{
	display: block;
    padding: 10px 0;
    text-decoration: none;
	color:#000000;
}
.social ul li:hover a{
	color:#FFFFFF;
	transition:all 0.4s ease-in 0s;
}

p.copy{
	display: block;
    float: right;
    font-size: 12px;
    width: 50%;
}
/* about Page */
#about{
	margin-bottom: 75px;
    margin-top: 30px;
}
#overview{
	background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/line-bg.png");
    background-origin: padding-box;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
    color: #fff;
}
h2.overview{
	float: left;
    font-size: 15px;
    margin: 0;
    padding: 0;
    width: 50%;
}
h4.plus{
	float: left;
    text-align: right;
    width: 50%;
}
#overview h4 a span{}
#overview h4 a i{}
/* Endabout Page */

/* Contact-us Page */

#contact{}
.heading{ margin:45px 0 15px;}
.heading h2{ font-size:25px; color:#00156b; font-weight:bold; text-transform:uppercase; margin:0;}
.pune{ margin-bottom:20px;}
.pune h2 {
    color: #00156B;
    font-size: 18px;
	text-transform:uppercase;
}
.pune-body{ padding:10px;}
.pune-body p{ font-size:16px; color:#666666;}
.pune-body p i{ width:8%; color:#00156b;}
.pune-body p span{ width:92%;}

/* EndContact-us Page */



