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



@font-face {
 font-family: "Open Sans";
 src: url("../fonts/OpenSans-Regular.eot")format("truetype"); /* EOT file for IE */
}
@font-face {
 font-family: "Open Sans";
 src: url("../fonts/OpenSans-Regular.ttf")format("truetype"); /* TTF file for CSS3 browsers */
}




body{
font-size:13px;
font-family: 'Open Sans';
}



header{
	height: 550px;
	width: 100%;
	}

nav{
	float: left;
	width: 100%;
	}

/*  banner ///////////////////////////////////////////////////////////////////////////////////////// */
.banner{
	width: 100%;
	float: left;
	background-repeat: no-repeat;
	}

.expressions_india{
	float: left;
	position: absolute;
	clip: rect(auto,auto,auto,500px);
	color: #000;
	width: 300px;
	z-index: 100;
	visibility: visible;
	}	
.slidercontainer{
	position:relative;
	float:left;
	width:100%;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.rslides{position:relative; list-style:none; overflow:hidden; width:100%; padding:0; margin:0;}
.rslides li{
	-webkit-backface-visibility: hidden;
	position:absolute;
	width:100%;
	left:-107px;
	top:-1px;
}


.slider-leftbx{
	position:absolute;
	top:50px;
	left:10%;
	width:auto;
	float:left;
	z-index:2;
	font-family:"Open Sans";
	color:#fff;
	font-size:100%;
	padding:8px;
	background:url(../images/blackbg.png) repeat;
}
.slider-leftbx span{
	display:block;
	font-size:80%;
	margin-left: 5px;
	padding-right: 8px;
	padding-left: 8px;
	opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
	background-color: #000;
	padding-top: 4px;
	padding-bottom: 4px;
}
.callbacks{position:relative; list-style:none; overflow:hidden; width:100%; padding:0; margin:0;}
.callbacks li{position:absolute; width:100%; left:0; top:0;}
.callbacks img{display:block; position:relative; z-index:1; height:auto; width:100%; border:0;}
.callbacks_nav{position:absolute; -webkit-tap-highlight-color:rgba(0,0,0,0); top:52%; left:0; opacity:0.7; z-index:3; text-indent:-9999px; overflow:hidden; text-decoration:none; height:61px; width:38px; background:transparent url(../images/sprite-image.png) no-repeat -288px 0px; margin-top:-45px;}
.callbacks_nav:active {opacity:1.0;}
.callbacks_nav.next {left:auto; background-position:right top; right:0;}
.thidden{visibility:hidden;}	




.heading_box{
	width: 100%;
	position: absolute;
	z-index: 999;
	height: 180px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
.header{
	width: 1025px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
.header_top{
	float: left;
	width: 1025px;
	margin-bottom: 10px;
	margin-top: 10px;
	}
.logo{
	float: left;
	height: 76px;
	width: 246px;
	margin-left: 20px;
		}
.logo img{
	width: 100%;
	float: left;
	margin-left: 10px;
		}
.topright_box{
	float: right;
	width: 250px;
	margin-right: 10px;
	margin-top: 20px;
	}
.callicon{
	float: left;
	height: 34px;
	width: 34px;
	padding-right: 4px;
	}	
.callicon img{
	margin-top: 4px;
	}	
.callicon_text{
	font-size: 24px;
	font-weight: bold;
	margin-top: 10px;
	color: #2d2d2d;
	}




/* menu CSS Document///////////////////////////////////////////////////////////////////////////// */
	
	
.menu{
	float: left;
	width: 1024px;

	}
.enquiry{
	background-image: url(../images/red_menu.png);
	background-repeat: no-repeat;
	height: 86px;
	width: 108px;
	position: absolute;
	z-index: 999;
	margin-left: 700px;
	margin-top: -10px;
	}	
.enquiry h1{
	padding-top: 20px;
	color: #ff9600;
	font-size: 17px;
	text-align: center;
	}	
.enquiry h1 a{
	color: #ff9600;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 50px;
	padding-right: 10px;
	padding-left: 10px;
	}	
.enquiry h1 a:hover{
	color: #FFF;
	}
	
.leftmenu_corner{
	background-image: url(../images/menubg_left.png);
	background-repeat: no-repeat;
	float: left;
	height: 54px;
	width: 28px;
	}
.menubg_repeat{
	background-image: url(../images/menu_bg.png);
	background-repeat: repeat-x;
	float: left;
	height: 54px;
	width: 970px;
	}
.rightmenu_corner{
	background-image: url(../images/menubg_right.png);
	background-repeat: no-repeat;
	float: left;
	height: 54px;
	width: 24px;
	}	
	

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.dropdown {
	position: relative;
	z-index: 900;
	float: left;
}

ul.dropdown li {
	float: left;
	min-height: 1px;
	line-height: 1.3em;
	vertical-align: middle;
	font-size: 14px;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	width: 100%;
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}


/* body style////////////////////////////////////////////////////////////////////////////*/
.container{
	width: 100%;
	}
	
.body_contant{
	width: 1025px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}	
.body_contant_row{
	width: 1000px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.body_contant_row h1{
	font-size: 36px;
	color: #950000;
	text-align: center;
	font-weight: 600;
	line-height: 160%;
	padding-bottom: 10px;
	margin-top: 20px;
	}
	.body_contant_row h2{
	font-size: 24px;
	color: #950000;
	font-weight: 600;
	line-height: 160%;
	padding-bottom: 10px;
	}
.body_contant_row p{
	font-size: 15px;
	line-height: 170%;
	color: #333333;
	text-align: justify;
	}
.hr{
	background-image: url(../images/divider.png);
	background-repeat: no-repeat;
	height: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	}
.line{
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #f0f3ee;
	width: 995px;
	background-color: #f0f3ee;
	float: left;
	margin-left: 8px;
	border-right-color: #f0f3ee;
	border-bottom-color: #f0f3ee;
	border-left-color: #f0f3ee;
	}
.sector_col{
	float: left;
	width: 228px;
	margin-right: 6px;
	padding-bottom: 10px;
	}
.sector_col img{
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 0px;
	}
.space{
	height: 100px;
	width: 1px;
	float: left;
	margin-left: 20px;
	}
.sector_col h1{
	font-size: 14px;
	padding-top: 4px;
	font-weight: 500;
	color: #333333;
	margin: 0px;
	}	
.sector_col h3{
	font-size: 16px;
	padding-top: 4px;
	font-weight: 600;
	color: #950000;
	}
.sector_col h4{
	font-size: 13px;
	padding-top: 4px;
	font-weight: 600;
	color: #363634;
	}
.sector_col h5{
	font-size: 13px;
	padding-top: 4px;
	font-weight: 400;
	color: #C21C1C;
	margin-top: 8px;
	}	
.sector_col h6{
	margin-top: 15px;
	width: 130px;
	float: left;
	}
.sector_col h6 a{
	background-image: url(../images/botton.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 140px;
	float: left;
	text-align: center;
	padding-top: 3px;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	}
.sector_col h6 a:hover{
	}		
.sector_col p{
	font-size: 13px;
	padding-top: 4px;
	color: #363634;
	text-align: left;
	padding-right: 5px;
	font-weight: normal;
	}		
.top_pkgbox{
	float: left;
	width: 550px;
	padding-bottom: 10px;
	}
.top_pkgbox h1{
	font-size: 24px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	}	
.package_area{
	border: 2px solid #ebeaea;
	width: 475px;
	float: left;
	background-color: #f8f9f7;
	height: 300px;
	margin-top: 10px;
	padding-top: 15px;
	padding-right: 35px;
	padding-bottom: 15px;
	padding-left: 35px;
	}
.package_area h1{
	}	
.package_area_sub{
	float: left;
	width: 476px;
	}	
.package_area_sub h1{
	font-size: 18px;
	text-align: left;
	color: #333;
	}
.package_area_sub h2{
	}
.package_area_sub h3{
	}			
.feedback_box{
	float: left;
	width: 410px;
	margin-left: 35px;
	}
	
	
.feedback_box h1{
	font-size: 24px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.feedback_box_area{
	float: left;
	width: 410px;
	margin-top: 10px;
	}	
	
.pkg_box{
	width: 217px;
	float: left;
	margin-top: 15px;
	padding-bottom: 15px;
	margin-left: 4px;
	}
	
	
.pkg_box h1{
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	color: #950000;
	}	
.pkg_box h2{
	color: #333;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	text-align: center;
	}	
.pkg_box h6{
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 130px;
	}
.pkg_box h6 a{
	background-image: url(../images/botton.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 140px;
	float: left;
	text-align: center;
	padding-top: 3px;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	}
.pkg_box h6 a:hover{
	}
.space2{
	float: left;
	height: 100px;
	width: 1px;
	margin-left: 30px;
	}


.testimonials{
	float: left;
	width: 408px;
	margin-left: 2px;
	margin-bottom: 10px;
	}
.client_img {
	float: left;
	height: 70px;
	width: 72px;
	background-color: #f6f6f6;
	padding: 8px;
	}
.client_img img{	height: 70px;
	width: 72px;
}
	
.client_msg{
	float: left;
	width: 270px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	background-color: #f6f6f6;
	border: 1px solid #e7e7e7;
	}
.msg_arrow{
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 22px;
	margin-left: 91px;
	margin-top: 10px;
	position: absolute;
	z-index: 100;
	}
	
	
.client_msg h1{
	font-size: 13px;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
	}
.client_msg p{
	font-size: 13px;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	color: #333;
	}
.client_msg p span{
	font-size: 11px;
	color: #C00;
	padding-left: 8px;
	font-style: italic;
	}	
footer{
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	height: 80px;
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	}
.footer{
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	height: 80px;
	width: 1025px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
.footer ul{
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	}
.footer  li{
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	padding-top: 10px;

	}
.footer  li a{
	text-decoration: none;
	color: #BF1A19;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	}
.footer  li a:hover{
	}	
.footer h1{
	padding-top: 15px;

	}
.footer h1 a{
	color: #BD1817;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	}
.footer h1 a:hover{
	color: #333;
	}
.footer p{
	font-size: 11px;
	font-weight: normal;
	padding-top: 20px;
	}	
.footer p a{
	}
.footer p a:hover{
	}		

#topnav {
	font-size: 16px;
	line-height: 23px;
	text-align: center;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 12px;
	font-weight: normal;
	width: 75px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#topnav a.signin {
	text-decoration: none;
	color: #ff9600;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;











	*background:transparent url("images/signin-nav-bg-ie.png") no-repeat 0 0;
	*padding:4px 12px 6px;
	text-align: center;
	font-size: 16px;
	width: 70px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 42px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#topnav a.signin:hover {

	*background:transparent url("images/signin-nav-bg-hover-ie.png") no-repeat 0 0;
	*padding:4px 12px 6px;
}
#topnav a.signin, #topnav a.signin:hover {
	*background-position:0 3px!important;
}

a.signin {
	position:relative;
	margin-left:3px;
}
a.signin span {
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding: 4px 16px 6px 0;
}
#topnav a.menu-open {
	color: #C60!important;
	outline: none;
}
#small_signup {
	display:inline;
	float:none;
	line-height:23px;
	margin:25px 0 0;
	width:170px;
}
a.signin.menu-open span {
	color: #FFFFFF;
	font-weight: normal;
}

#signin_menu {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	display: none;
	background-color: #ddeef6;
	position: absolute;
	width: 350px;
	z-index: 100;
	border: 1px transparent;
	text-align: left;
	padding: 12px;
	top: 24.5px;
	right: 0px;
	margin-top: 60px;
	margin-right: 0px;



	*margin-right: -1px;
	color: #789;
	font-size: 11px;
}

#signin_menu input[type=text], #signin_menu input[type=password] {
	display:block;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #ACE;
	font-size:13px;
	margin:0 0 5px;
	padding:5px;
	width:203px;
}
#signin_menu p {
	margin:0;
}
#signin_menu a {
	color:#6AC;
}
#signin_menu label {
	font-weight:normal;
}
#signin_menu p.remember {
	padding:10px 0;
}
#signin_menu p.forgot, #signin_menu p.complete {
	clear:both;
	margin:5px 0;
}
#signin_menu p a {
	color:#27B!important;
}
#signin_submit {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:#39d url('images/bg-btn-blue.png') repeat-x scroll 0 0;
	border:1px solid #39D;
	color:#fff;
	text-shadow:0 -1px 0 #39d;
	padding:4px 10px 5px;
	font-size:11px;
	margin:0 5px 0 0;
	font-weight:bold;
}
#signin_submit::-moz-focus-inner {
padding:0;
border:0;
}
#signin_submit:hover, #signin_submit:focus {
	background-position:0 -5px;
	cursor:pointer;
}
.level_row{
	float: left;
	width: 200px;
	}
.inputbox{
	padding: 2px;
	float: left;
	width: 100px;
	}
.dropdown1{
	float: left;
	width: 215px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-size: 14px;
	border: 1px solid #F00;
	}
.dropdown2{
	width: 60px;
	float: left;
	border: 1px solid #F00;
	}		
.level_text	{
	width: 100px;
	float: left;
	}
.level_right	{
	float: left;
	width: 100px;
	}
.path{
	padding-left: 10px;
	}
.path h1{
	text-align: left;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	color: #BD1F1F;
	font-weight: normal;
	}
.path h1 strong{
	font-weight: bold;
	color: #145EAB;
	}
.path h1 a{
	font-weight: normal;
	text-decoration: none;
	color: #0067B3;
	}
.path h1 a:hover{
	}