@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,800,300);
body {
	margin:0 auto;
	padding:0px;
	border:0px;
	background: url(../images/body-bg.png) no-repeat top left ;
	-moz-background-size:  100%;
	-webkit-background-size:  100%;
	-o-background-size: 100%;
	background-size: 100%;
	color:#333333;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	/*#10222d*/
	background-size:100%;
}
img {
	border:0;
	vertical-align:top;
}
a {
	color:#68523d;
	text-decoration:underline;
}
a:hover {
	color:#000;
	transition:1s;
	-moz-transition:1s; /* Firefox 4 */
	-webkit-transition:1s; /* Safari and Chrome */
	-o-transition:1s; /* Opera */
}
:focus {
	outline:0;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	margin:0 0 8px;
	color:#000000;
	font-family: 'Open Sans', sans-serif;
}
h1 {
	font-size:34px;
	font-weight:normal;
}
h2 {
	font-size:28px;
	font-weight:normal;
}
h3 {
	font-size:24px;
	font-weight:normal;
}
h4 {
	font-size:17px;
	font-weight:normal;
}
h5 {
	font-size:14px;
	font-weight:bold;
}
h6 {
	font-size:13px;
	font-weight:bold;
}
br {
	margin:0px auto;
	padding:0px;
}
iframe {
	margin:0px auto;
	padding:0px;
}
/* Forms */
form {
	display:inline;
}
fieldset {
	border:0;
}
legend {
	display:none;
}
/* Table */
table {
	border:0;
	border-spacing:0;
	empty-cells:show;
	font-size:100%;
}
caption, th, td {
	vertical-align:top;
	text-align:left;
	font-weight:normal;
}
/* Content */
p {
	margin:0 0 10px;
}
strong {
	font-weight:bold;
}
address {
	font-style:normal;
}
cite {
	font-style:normal;
}
q, blockquote {
	quotes:none;
}
q:before, q:after {
	content:'';
}
small, big {
	font-size:1em;
}
/* Lists */
ul, ol { /*list-style:none; */
}
.clear {
	clear:both;
	font-size:0;
	line-height:0;
}
/* Layout ================== */
#wrapper {
	width:100%;
	padding:0px;
	border:0px;
}
#container {
	margin:0 auto;
	overflow:hidden;
}
.header_section {
	background-color:#fff;
	height:119px;
	margin:56px 0 0 0;
}
.header_content {
	position:relative;
	width:960px;
	margin:0 auto;
}
.header_section .logo {
	padding:15px 0;
	outline:none;
	float:left;
}
.header_section .contact_sec {
	padding:32px 0 0 0;
	float:right;
}
.header_section .contact_sec h2 {
	font-weight:lighter;
	font-size:36px;
	color:#0892cf;
}
.header_section .contact_sec h2 span {
	font-weight:bold;
	color:#0a629a;
}
.enquiry_btn {
	position:absolute;
	right:0px;
	top:119px;
}
.enquiry_btn a {
	display:block;
	color:#fff;
	padding:8px 40px 8px 13px;
	text-decoration:none;
	background:url(../images/arrow.png) no-repeat 94px 9px #0b2433;
	cursor:pointer;
	font-size:18px;
	font-weight:lighter;
	text-transform:uppercase;
}
.enquiry_btn a:hover {
	color:#dcdcdc;
}
.outerloginsection{
	width:60%;
	margin:0 auto;
	}
#login_sec {
	/*width:710px;*/
	/*width:53%;*/
/*	width:100%;*/
	width:auto;
	margin:0 auto;
	overflow:hidden;
	padding: 142px 0 130px 0;
	display:block;
	
}
#login_sec .leftSection {
	/*width:342px;*/
	width:48%;
	/*height:243px;*/
	float:left;
	border-left:1px solid #0b2433;
	border-bottom:1px solid #0b2433;
	overflow:hidden;
	padding-bottom:15px;
}
#login_sec .leftSection .tab {
	background-color:#0b2433;
	text-align:center;
}
#login_sec .leftSection .tab h2 {
	font-weight:bold;
	color:#fff;
	/*font-size:27px;*/
	font-size:1.688em;
	padding:5px 0;
}
#login_sec .left_tagline {
	overflow:hidden;
}
#login_sec .left_tagline h2 {
	color: #FFFFFF;
	font-size: 50px;
	font-style: italic;
	font-weight: bolder;
	line-height: 50px;
	padding: 15px 0 10px;
	text-align: center;
	text-shadow: 2px 2px 2px #000000;
	text-transform: uppercase;
}
#login_sec .left_tagline h2 img{
	width:auto;
	display:block;
}
#login_sec .rightSection {
	/*width:309px;*/
	width:44%;
	height:204px;
	overflow:hidden;
	background:url(../images/login_bg.png) repeat;
	/*padding:20px 30px;*/
	padding:1.67em 1.875em;
	float:left;
}
#login_sec .rightSection a {
	color:#3cc3e8;
	text-decoration:none;
}
#login_sec .rightSection a:hover {
	text-decoration:underline;
}
#login_sec .rightSection h3 {
	font-size:28px;
	font-weight:lighter;
	color:#fff;
}
#login_sec .rightSection label {
	width:63px;
	/*width:16%;*/
	margin-bottom:4px;
	height:39px;
	line-height:38px;
	float:left;
	color:#fff;
	clear: both;
}
#login_sec .rightSection input[type='text'], #login_sec .rightSection input[type='password'] {
	/*width:66%;*/
	width:66%;
	height:31px;
	padding:4px;
	float:left;
	margin-bottom:4px;
	color:#fff;
	background:url(../images/inpt_bg.png) repeat;
	border:0px;
}
#login_sec .rightSection p {
	padding:0px 0 0 0;
}
#login_sec .rightSection input.submitbutt {
	width:72px;
	height:34px;
	float:left;
	margin-bottom:4px;
	color:#fff;
	background:url(../images/inpt_bg.png) repeat;
	border:0px;
	cursor:pointer;
	margin-left:63px;
}
.text_fpw {
	clear: both;
	padding:5px 0 10px 64px;
	width:100%;
}
#bottom_wrap {
	width:100%;
	background-color:#10222d;
	overflow:hidden;
	padding:30px 0;
}
.bottom_content {
	width:960px;
	overflow:hidden;
	margin:0 auto;
	color:#3cc3e8;
}
.bottom_content ul {
	margin:0px;
	padding:0px;
}
.bottom_content ul li {
	width:281px;
	margin:0px;
	padding:0 0 0 55px;
	list-style:none;
	float:left;
}
.bottom_content ul li:first-child {
	padding-left:0px;
}
.bottom_content ul li h3 {
	color:#fff;
	font-size:28px;
	text-align:center;
}
.video_sec {
	padding:3px 0 10px 0;
}
.bottom_content p {
	line-height:15px;
}
#footer {
	width:100%;
	background-color:#081218;
	overflow:hidden;
	padding:4px 0;
}
#footer .content {
	width:960px;
	margin:0 auto;
	padding:5px 0;
	overflow:hidden;
	color:#4d6074;
}
#footer .content a {
	color:#4d6074;
	text-decoration:none;
}
#footer .content a:hover {
	text-decoration:underline;
	color:#9ab9dd;
}
#footer .content .nav {
	float:left;
}
#footer .content .nav ul {
	margin:0px;
	padding:0px;
}
#footer .content .nav ul li {
	margin:0px;
	padding:7px 0;
	list-style:none;
	float:left;
}
#footer .content .nav li a {
	text-decoration:none;
	background:url(../images/nav_line.jpg) no-repeat 0 50%;
	padding:10px 8px;
}
#footer .content .nav ul li:first-child a {
	padding-left:0px;
	background-image:none;
}
#footer .content .tagSec {
	float:left;
	padding:7px 0 0 20px;
}
#footer .content .copyright {
	float:right;
	padding:7px 0 0 0;
}
#backgroundPopup {
	z-index:1;
	position: fixed;
	display:none;
	height:100%;
	width:100%;
	background:#000000;
	top:0px;
	left:0px;
}
#toPopup {
	background: url("../images/bg_popup.png") repeat scroll 0 0 transparent;
	color: #FFFFFF;
	display: none;
	padding:30px 40px;
	position: absolute;
	right: -1px;
	top: 160px;
	width: 387px;
	z-index: 2;
}

#vidPopup1 {
	background: url("../images/bg_popup.png") repeat scroll 0 0 transparent;
	color: #FFFFFF;
	display: none;
	padding:30px 40px;
	position: absolute;
	right: -1px;
	top: 160px;
	width: 387px;
	z-index: 2;
}

#vidPopup2 {
	background: url("../images/bg_popup.png") repeat scroll 0 0 transparent;
	color: #FFFFFF;
	display: none;
	padding:30px 40px;
	position: absolute;
	right: -1px;
	top: 160px;
	width: 387px;
	z-index: 2;
}

#vidPopup3 {
	background: url("../images/bg_popup.png") repeat scroll 0 0 transparent;
	color: #FFFFFF;
	display: none;
	padding:30px 40px;
	position: absolute;
	right: -1px;
	top: 160px;
	width: 387px;
	z-index: 2;
}
div.loader {
	background: url("../images/loading.gif") no-repeat scroll 0 0 transparent;
	height: 32px;
	width: 32px;
	display: none;
	z-index: 9999;
	top: 50%;
	left: 50%;
	position: absolute;
	margin-left: -10px;
}
div.close {
	background: url("../images/closebox.png") no-repeat scroll 0 0 transparent;
	bottom: 41px;
	cursor: pointer;
	float: right;
	height: 30px;
	left: 55px;
	position: relative;
	width: 30px;
}
span.ecs_tooltip {
	background: none repeat scroll 0 0 #000000;
	border-radius: 2px 2px 2px 2px;
	color: #FFFFFF;
	display: none;
	font-size: 11px;
	height: 16px;
	opacity: 0.7;
	padding: 4px 3px 2px 5px;
	position: absolute;
	right: -62px;
	text-align: center;
	top: -51px;
	width: 93px;
}
span.arrow {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 7px solid #000000;
	display: block;
	height: 1px;
	left: 40px;
	position: relative;
	top: 3px;
	width: 1px;
}
div#popup_content {
	margin: 4px 7px;
}
div#popup_content h3 {
	font-size:28px;
	font-weight:lighter;
	color:#fff;
}
div#popup_content label {
	width:63px;
	margin-bottom:4px;
	height:39px;
	line-height:36px;
	float:left;
	color:#fff;
}
div#popup_content input[type='text'],input[type='email']  {
	width:293px;
	height:31px;
	padding:4px;
	float:left;
	margin-bottom:4px;
	color:#fff;
	background:url(../images/inpt_bg.png) repeat;
	border:0px;
}
div#popup_content p {
	padding:0px 0 0 0;
	color:#3cc3e8;
}
div#popup_content a {
	color:#3cc3e8;
	text-decoration:none;
}
div#popup_content textarea {
	width:293px;
	height:100px;
	padding:4px;
	float:left;
	margin-bottom:4px;
	color:#fff;
	background:url(../images/inpt_bg.png) repeat;
	border:0px;
}
div#popup_content input.submitbutt {
	width:72px;
	height:34px;
	float:left;
	margin-bottom:4px;
	color:#fff;
	background:url(../images/inpt_bg.png) repeat;
	border:0px;
	cursor:pointer;
	text-transform:uppercase;
}
div#popup_content .text_fpw {
	padding:0px 0 10px 60px;
	color:#85a0bf;
}

/*home page ccs  end here*/

div.wpcf7-validation-errors{
	color:#fff!important;
	
}
.widget ul{
	padding:0 0 0 12px!important;
	margin:0!important;
}
.widget h2{
	padding-top:10px;
	
}
.entry-content p{
	font-size:14px;
	line-height:16px;
}


.innerpagewrap {
	width:100%;
	background-color:#10222d;
	overflow:hidden;
	padding:30px 0;
	margin-top:146px;
}
.insidefixed{
	width:960px;
	margin:0 auto;
	height:100%;
	overflow:hidden;
}
.insidefixed h2, .insidefixed h2.heading{
	font-size:36px;
	line-height:36px;
	color:#fff;
	font-weight:600;
	padding-bottom:25px;
}
.insidefixed p.heading{
	color:#3CC3E8;
	font-weight:bold;
	line-height:20px;
	padding-bottom:24px;
}
.insidefixed img.ourstory{
	padding-right:22px;
	}
.insidefixed p{
	font-weight:normal;
	line-height:20px;
	color:#85A0BF;
	padding-bottom:20px;
}
.contentpanel{
	width:630px;
	float:left;
}
.sidebar{
	float:right;
	width:272px;
}
h3.widget-title{
	color:#fff!important;
	font-size:18px!important;
	line-height:20px;
	border-bottom:dashed 1px #33A3C3;
	padding-bottom:5px;
	
}
#recentcomments{
	padding-bottom:15px!important;
}
form#searchform{
	padding-bottom:25px!important;
	display:block;
}
aside#recent-posts-2 ul{
	padding-bottom:15px!important;
	display:block;
	font-size:14px;
}
aside#archives-2 ul{
	padding-bottom:15px!important;
	display:block;
	font-size:14px;
}

aside#categories-2 ul{
	padding-bottom:10px!important;
	display:block;
	font-size:14px;
}
aside#meta-2 ul{
	padding-bottom:15px!important;
	display:block;
	font-size:14px;
}
aside#meta-2 ul li{
	padding-bottom:10px;
	font-size:14px;
}
.assistive-text{
	color:#fff!important;
}
h2.widgettitle{
	font-size:21px;
}
h1.entry-title{
color:#fff;
font-size:30px;
}