@charset "utf-8";
/* CSS Document */



body {
	margin:0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
	background:url(../images/main-bg.jpg) repeat;
}
.menu {
	display:block;
	position:relative;
	float:right;
	z-index:100000;
}
.menu, .menu ul {
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	z-index:100000;
}
.menu ul a {
	float:left
}
.menu ul ul a {
	float:none
}
.menu .mega-menu a {
	float:none;
	text-transform:capitalize;
	padding:0;
	z-index:100000;
}
.menu ul ul, .menu .mega-menu, .menu .mega-menu ol li {
	opacity:0;
	visibility:hidden;
display:none ! important/9;
	-webkit-transition:opacity 150ms ease-in-out;
	-moz-transition:opacity 150ms ease-in-out;
	-o-transition:opacity 150ms ease-in-out;
	-ms-transition:opacity 150ms ease-in-out;
	transition:opacity 150ms ease-in-out;
}
.menu li:hover>ul, .menu li:hover>.mega-menu, .menu li:hover>.mega-menu ol li {
	opacity:1;
	visibility:visible;
display:block ! important/9
}
.menu ul:after {
	content:"";
	clear:both;
	display:block
}
.menu ul li {
	float:left;
	-webkit-transition:all 150ms ease-in-out;
	-moz-transition:all 150ms ease-in-out;
	-o-transition:all 150ms ease-in-out;
	-ms-transition:all 150ms ease-in-out;
	transition:all 150ms ease-in-out
}
.menu ul li a {
	display:block;
	padding:15px 13px 10px 16px;
	color:#000;
	text-decoration:none;
	letter-spacing:0.5px;
	font-size:14px;
	text-transform:uppercase;
}
.menu ul li a:hover {
	display:block;
	letter-spacing:0.5px;
	color:#000;
}
.menu .arrow:after {
	content:"";
	float:right;
	text-align:right;
	width:0;
	height:0;
	display:block;
	border-left:3px solid rgba(0, 0, 0, 0);
	border-right:3px solid rgba(0, 0, 0, 0);
	border-top:3px solid #666669;
	top:9px;
	margin:0 0 0 5px;
	position:relative;
	border-left:3px solid transparent/9;
	border-right:3px solid transparent/9;
s
}
.menu ul li ul li .arrow:after {
	border-top:3px solid transparent;
	border-bottom:3px solid transparent;
	border-left:3px solid #bbb;
	margin:-2px 0 0 5px
}
.menu i {
	font-size:14px;
	font-weight:400;
	font-style:normal;
	float:left;
	margin:4px 4px 0 -2px;
	line-height:10px;
	padding:0
}
.menu .right {
	float:right
}
.menu .right ul, .menu .right .mega-menu {
	right:0
}
.menu ul ul {
	background:#fff;
	border:1px solid #e0e0e0;
	border-bottom:0;
	position:absolute;
	z-index:10000000000;
	top:100%;
	width:179px;
	-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, .04);
	box-shadow:0 1px 1px rgba(0, 0, 0, .04)
}
.menu ul ul ul {
	position:absolute;
	left:100%;
	z-index:10000000000;
	border-top:1px solid #e0e0e0;
	top:-1px;
}
.menu ul ul li a {
	font-weight:400;
	padding:8px 12px;
	z-index:10000000000;
	color:#000;
	border-bottom:1px solid #e4e4e4;
	text-transform:capitalize;
	font-size:15px;
}
.menu ul ul li {
	float:none;
	position:relative;
	-webkit-transition:none;
	-moz-transition:none;
	z-index:10000000000;
	-o-transition:none;
	-ms-transition:none;
 transition:none text-transform:capitalize;
}
.menu ul ul li a:active, .menu ul ul li:hover {
	background:#7bc1ff!important
}
.menu ul ul li {
 background:#fff!important z-index:10000000000;
}
.mega-menu {
	position:absolute;
	top:100%;
	padding:14px;
	background-color:#fff;
	border:1px solid #e0e0e0;
	color:#000;
	-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, .04);
	box-shadow:0 1px 1px rgba(0, 0, 0, .04);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.mega-menu ol {
	list-style:none;
	padding:0;
	margin:0;
	text-transform:capitalize;
}
.mega-menu ol li {
	width:100%;
	padding:0px;
	margin:0;
	text-align:left;
	text-transform:capitalize;
}
.mega-menu ol li:hover, .mega-menu ol li a {
	color:#000;
	font-size:15px;
	font-weight:400;
	background-color:#fff;
	text-transform:capitalize;
	border:none;
	line-height:21px;
	text-align:left;
}
.mega-menu ol li a:hover {
	color:#505050;
}
.mega-menu h4 {
	font-size:15px;
	font-weight:700;
	color:#000;
	border-bottom:1px solid #e4e4e4;
	padding:8px 0 8px 0;
	margin:0 0 5px 0;
	text-align:left;
}
.mega-menu .col-1 {
	width:736px;
	background-color:#0FF
}
.mega-menu .col-2 {
	width:258px;
	background-color:#0FF
}
.mega-menu .col-3 {
	width:441px
}
.mega-menu .col-4 {
	width:594px
}
.mega-menu .col-5 {
	width:747px
}
.mega-menu .col-6 {
	width:900px
}
.mega-menu .col-1, .mega-menu .col-2, .mega-menu .col-3, .mega-menu .col-4, .mega-menu .col-5, .mega-menu .col-6 {
	float:left;
	margin:0 9px
}
.mega-menu.full-width {
	left:-15px;
	width:1024px;
	margin:0 auto;
}
.full-width .col-1 {
	width:20.4%
}
.full-width .col-2 {
	width:20.4%
}
.full-width .col-3 {
	width:26.7%
}
.full-width .col-4 {
	width:63%
}
.full-width .col-5 {
	width:79.3%
}
.full-width .col-6 {
	width:95.6%
}
.full-width .col-1, .full-width .col-2, .full-width .col-3, .full-width .col-4, .full-width .col-5, .full-width .col-6 {
	float:left;
	margin:0 0 0 2.2%
}
#container {
	width:240px;
 height:auto%;
	margin:0 auto;
	position:relative;
}
#main {
	width:240px;
	position:absolute;
	top:50%;
	margin:-10px 0 -120px 0;
}
.top_header {
	background:#0266c4;
	height:25px;
	box-shadow:2px 4px 2px #e6e6e6;
	padding-bottom:5px;
	padding-top:3px;
}
.header_links a {
	color:#fff;
	font-size:15px;
	font-weight:normal;
	text-decoration:none;
	cursor:pointer;
	letter-spacing:0.6px;
}
.logo {
	padding-top:3px;
	padding-bottom:3px;
}
.logo_bottom {
	background:#0469cb;
	border:solid 1px #2282de;
	/* fallback */ background-color: #0051a0;
	background: url(images/linear_bg_2.png);
	background-repeat: repeat-x;
	/* Safari 4-5, Chrome 1-9 */ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0462bc), to(#2282de));
	/* Safari 5.1, Chrome 10+ */ background: -webkit-linear-gradient(top, #0462bc, #2282de);
	/* Firefox 3.6+ */ background: -moz-linear-gradient(top, #0462bc, #2282de);
	/* IE 10 */ background: -ms-linear-gradient(top, #0462bc, #2282de);
	/* Opera 11.10+ */ background: -o-linear-gradient(top, #0462bc, #2282de);
}
.nav_text {
	color:#0065c7;
	text-align:right;
	font-weight:lighter;
	padding:5px 8px 0px 0px;
	font-size:16px;
}

.nirman
{padding-left:30px; font-weight:bold; font-size:23px;
}


.side_blog {
	border-radius:0px;
	padding:8px;
	font-size:20px;
	font-weight:bold;
	letter-spacing:0.5px;
	color:#065eb2;
	border-bottom:dotted 1px#065eb2;
	background:#FFF;
}
side_blog:hover {
	padding:8px;
	border-radius:0px;
	font-size:20px;
	font-weight:bold;
	cursor:pointer;
	letter-spacing:0.5px;
	color:#FFF;
	background-color: #0b65ba;
	/* Firefox */
    -moz-transition: all 1s ease-in;
	/* WebKit */
    -webkit-transition: all 1s ease-in;
	/* Opera */
    -o-transition: all 1s ease-in;
	/* Standard */
    transition: all 1s ease-in;
}
.side_text {
	padding:18px;
	background:#FFF;
	font-size:14px;
	letter-spacing:0.6px;
	text-align:justify;
}
.read_more a {
	padding:5px 6px 5px 6px;
	cursor:pointer;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	border-radius:0px;
	text-decoration:none;
	border-bottom:solid 2px#c97400;
	background: #ff9300;
	-webkit-transition: background-color 2s ease-out;
	-moz-transition: background-color 2s ease-out;
	-o-transition: background-color 2s ease-out;
	transition: background-color 2s ease-out;
}
.read_more a:hover {
	padding:5px 5px 5px 5px;
	cursor:pointer;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	border-radius:0px;
	text-decoration:none;
	border-bottom:solid 2px#00407d;
	background: #0155a5;
	-webkit-transition: background-color 2s ease-out;
	-moz-transition: background-color 2s ease-out;
	-o-transition: background-color 2s ease-out;
	transition: background-color 2s ease-out;
}
.banner-container111 {
	width:740px;
	float:left;
}
.box1 {
	background:rgba(200, 200, 200, 0.4);
}
.user_field {
	background-image:url(../images/user_icon1.png);
	background-repeat:no-repeat;
	background-position:center left;
	height:20px;
	width:250px;
	padding:7px 10px 7px 40px;
	background-color:transparent;
	border:solid 1px #000000;
	color:#000000;
	font-size:12px;
	text-align:left;
}
.email_field {
	background-image:url(../images/email_icon.png);
	background-repeat:no-repeat;
	background-position:center left;
	height:20px;
	width:250px;
	padding:8px 10px 8px 40px;
	background-color:transparent;
	border:solid 1px #000000;
	color:#000000;
	font-size:12px;
}
.phone_field {
	background-image:url(../images/phone_icon.png);
	background-repeat:no-repeat;
	background-position:center left;
	height:20px;
	width:250px;
	padding:8px 10px 8px 40px;
	background-color:transparent;
	border:solid 1px #000000;
	color:#000000;
	font-size:12px;
	text-align:left;
}
.text_field {
	max-width:400px;
	width:287px;
	max-height:200px;
 height:30px;
 padding:7px;
	background-color:transparent;
	border:solid 1px #000000;
	color:#000000;
	font-size:12px;
}
.submit_btn {
	background-color:#0155a5;
	border-bottom:solid 2px #0a1d54;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:5px 15px;
	text-align:center;
	font-size:13px;
	color:#FFFFFF;
	text-decoration:none;
	border-top:none;
	border-left:none;
	border-right:none;
}
.country_field {
	background-image:url(../images/counrty_icon.png);
	background-repeat:no-repeat;
	background-position:center left;
	height:20px;
	width:250px;
	padding:7px 10px 7px 40px;
	background-color:transparent;
	border:solid 1px #000000;
	color:#000000;
	font-size:12px;
}
.apply_now {
	background-color:#0155a5;
	border-bottom:solid 2px #142249;
	padding:8px 72px;
	font-weight:500px;
	text-align:center;
	font-size:16px;
	color:#FFFFFF;
	text-decoration:none;
	border-top:none;
	border-left:none;
	border-right:none;
}
.read_more1 a {
	padding:5px 7px 5px 7px;
	cursor:pointer;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	border-radius:0px;
	text-decoration:none;
	border-bottom:solid 2px#00407d;
	background: #0155a5;
	-webkit-transition: background-color 2s ease-out;
	-moz-transition: background-color 2s ease-out;
	-o-transition: background-color 2s ease-out;
	transition: background-color 2s ease-out;
}
.read_more1 a:hover {
	padding:5px 7px 5px 7px;
	cursor:pointer;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	border-radius:0px;
	text-decoration:none;
	border-bottom:solid 2px#00407d;
	background: #0155a5;
	-webkit-transition: background-color 2s ease-out;
	-moz-transition: background-color 2s ease-out;
	-o-transition: background-color 2s ease-out;
	transition: background-color 2s ease-out;
}
.side_border {
	border:1px solid #ddd;
}
.blog_1 {
	border-left:solid 2px#e7e7e7;
	border-bottom:solid 1px#e7e7e7;
}
.blog_background {
	background:url(../images/body-bg.jpg) repeat;
}
.blog_2 {
	border-bottom:solid 1px#e7e7e7;
	border-left:solid 2px#fff;
}
.blog_3 {
	border-left:solid 2px#fff;
	border-right:solid 2px #e7e7e7;
	border-bottom:solid 1px#e7e7e7;
}
.blog_heading {
	color:#FFF;
	font-size:20px;
	font-weight:500;
	text-transform:uppercase;
}
.blog_text {
	text-align:justify;
	padding:21px;
	font-size:13.5px;
	margin:20px;
	letter-spacing:0.6px;
}
.read a {
	padding:4px 6px 4px 6px;
	cursor:pointer;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	border-radius:0px;
	text-decoration:none;
	border-bottom:solid 2px#c97400;
	background: #ff9300;
	-webkit-transition: background-color 2s ease-out;
	-moz-transition: background-color 2s ease-out;
	-o-transition: background-color 2s ease-out;
	transition: background-color 2s ease-out;
}
.read a:hover {
	padding:4px 6px 4px 6px;
	cursor:pointer;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	border-radius:0px;
	text-decoration:none;
	border-bottom:solid 2px#00407d;
	background: #0155a5;
	-webkit-transition: background-color 2s ease-out;
	-moz-transition: background-color 2s ease-out;
	-o-transition: background-color 2s ease-out;
	transition: background-color 2s ease-out;
}
.team_name a {
	font-size:15px;
	font-weight:500;
	color:#0055a5;
	text-decoration:none
}
.team_name a:hover {
	font-size:15px;
	font-weight:500;
	color:#ff9300;
}
.ourteam_heading {
	font-size:21px;
	text-transform:uppercase;
	font-weight:600;
	margin:0;
	padding-bottom:20px;
}
.ourteam_bg {
	border:solid 1px#ddd;
	padding-left:10px;
	padding-bottom:12px;
	padding-top:8px;
	background:#f5f5f5;
}
.team_contant {
	font-size:13px;
	text-align:left;
	color:ddd;
	padding-right:0px;
	letter-spacing:0.7px;
}
.border {
	border-top:dotted 1px#999;
	border-color:#0055a5;
}
.blog_heading2 {
	font-size:13px;
	color:#2e2e2e;
	text-align:justify;
	letter-spacing:0.8px;
}
.other_Link a {
	text-decoration:underline;
	color:#2a2a2a;
	font-size:13px;
	text-transform:uppercase;
}
.other_Link a:hover {
	text-decoration:underline;
	color:#0362bc;
	font-size:13px;
	text-transform:uppercase;
}
.xtesia {
	color:#FFF;
	font-size:14px;
}
.footer_border {
	border-top:dotted 1px#FFF;
}
.hope {
	text-transform:uppercase;
	font-size:20px;
	font-weight:600;
}
.cum {
	font-size:13px;
	color:#2e2e2e;
	text-align:justify;
	letter-spacing:0.8px;
}
.team_border {
	border-top:dotted 1px#999;
	border-color:#0055a5;
}
.footer_links a {
	color:#FFF;
	font-size:14px;
	text-transform:uppercase;
	text-decoration:none;
}
.footer_links a:hover {
	color:#ff9300;
	font-size:14px;
	text-transform:uppercase;
	text-decoration:none;
}
.footer_bg {
	background:url(../images/body-bg.jpg) center repeat;
	height:100px;
	padding-bottom:10px;
	box-shadow: 1px 1px 3px #292929;
}
.side_map ul {
	margin:0;
	padding:5px 10px;
}
.side_map ul li {
	text-decoration:none;
	list-style:none;
	display:inline;
	font-size:14px;
	float:left;
	padding:4px 2px;
	color:#000;
	letter-spacing:1px;
}
.side_map ul li a {
	text-decoration:none;
	list-style:none;
	display:inline;
	color:#ff9400;
	letter-spacing:0.9px;
}
.side_map ul li a:hover {
	text-decoration:none;
	list-style:none;
	display:inline;
	letter-spacing:0.9px;
	color:#000;
}
h2 {
	color:#000;
	font-size:25px;
	text-align:center;
	background:url(../images/line.png) bottom center no-repeat;
	padding-bottom:30px;
	letter-spacing:0.5px;
	font-weight:500;
}
.banner {
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	height:250px;
	width:984px;
}
.contact_container {
	padding-top:10px;
	width:100%;
	float:left;
	border:solid 1px #ddd;
	border-radius:2px;
}
.contact_form4 {
	width:90%;
	padding-left:15px;
	height:22px;
	font-weight:lighter;
	margin:3px 0px 9px 15px;
	border-radius:2px;
	margin-bottom:15px;
	border:solid 1px #ccc;
	font-size:12px;
	color:#000;
}
.name {
	color:#000;
	font-size:14px;
	margin-left:15px;
	text-align:left;
}
.form_field_1 {
	width:100%;
	border:0px solid #0F0;
	font-size:14px;
}
.contact_form1 {
	width:40%;
	height:10%;
	margin:5px 0px 9px 15px;
	border:solid 1px #ccc;
	font-size:12px;
	color:#999;
	min-height:10%;
	border-radius:2px;
	max-width:90%;
	min-width:90%;
	min-height:100px;
	padding:5px 0px 0px 10px;
}
.address_text {
	color:#000;
	font-size:15px;
	text-align:justify;
	line-height:20px;
	padding:10px;
}
.phone {
	color:#000;
	text-align:left;
	font-size:14px;
	font-weight:500;
	letter-spacing:0.5px;
	padding:8px 0px 0px 0px;
}
.Contact_button a {
	padding: 3px 12px;
	margin-bottom:10px;
	text-align:center;
	margin-left:15px;
	float:left;
	font-size:15px;
	text-decoration:none;
	color:#FFF;
	background-color:#0a66bd;
	border-radius:5px 0px 5px 0px;
	border-bottom:3px solid #004a90;
}
.contact {
	font-size:14px;
	color:#191919;
	text-align:justify;
}
.contact:hover {
	font-size:14px;
	color:#ff9400;
	text-align:justify;
	text-decoration:underline;
	cursor:pointer;
}
.con_hea {
	font-size:16px;
	text-align:left;
	font-weight:lighter;
}

.container_1
{ background:#ff990f;  
  padding:3px 0px;
}


.sub_container
{ border:solid 2px#fff;
}



.image_gallery {
	width:231px;
	height:151px;
	background:url(../images/image_bg.png)
}

.gallery_title a {
	font-size:15px;
	letter-spacing:1px;
	color:#ff9300;
	text-decoration:none;
}
.gallery_title :hover {
	font-size:15px;
	letter-spacing:1px;
	color:#000;
}


.photo {
	text-align:center;
	font-size:12px;
	letter-spacing:1px;
	color:#000;
}
.gallery
{border:solid 2px#616161;
border-radius:0px;
padding:2px;
}

.border1 {
	border: solid 2px #d3d3d1;
}

.border1:hover {
	border: solid 2px #ff9300;
}


.marrige
{font-size:15px;
color:#0a78de;
text-align:left;
padding:0px 5px;
text-transform:uppercase;
cursor:pointer;
font-weight:600;
}
.marrige:hover
{font-size:15px;
color:#ff9501;
text-align:left;
padding:0px 5px;
cursor:pointer;
text-transform:uppercase;
font-weight:600;
}


.marrige_title
{font-size:14px; 
color:#090909; 
text-align:justify;
}

.marrige_title:hover
{font-size:14px; 
color:#6e6e6e; 
text-align:justify;
text-shadow:0.1px;
text-decoration:underline;
}


.border2 {
	background:#fff;
	border:solid 1px#ccc;
	padding-top:9px;
}

.border2:hover {
	background:#f4f4f4;
	border:solid 1px#0981f2;
}

.title
{font-size:14px; 
font-weight:500;
padding-left:2px;
border-top:dotted 1px #0d80ec;
color:#000;
text-align:center;
text-transform:uppercase;
}

.title:hover
{font-size:14px; 
font-weight:500;
padding-left:2px;
border-top:dotted 1px #0d80ec;
color:#ff9301;
text-align:center;
}




.title111
{font-size:12px; 
font-weight:600;
padding-left:2px;
color:#000;
text-align:left;
text-transform:uppercase;
}

title111:hover
{font-size:14px; 
font-weight:500;
padding-left:2px;
color:#ff9301;
text-align:center;
}


.title_contant
{font-size:13px; font-weight:lighter;
}



.address_heading
{color:#000; font-size:20px; padding:10px 10px; border-bottom:solid 1px#0d68be;
}

.address_background
{ border:solid 1px#CCC; background:url(../images/map.png) repeat;
}


.image_bg{
	padding:20px; border-right:0px solid #CCC;}



.name_text{
	text-align:center; color:#0055a5; font-weight:600; letter-spacing:0.5px; font-size:14px;}

.profile_text1{
	text-align:center; font-size:13px;}



.profile_text{
	text-align:center; font-size:13px; padding:5px; border-top:1px dashed #ccc;}

.profile_border
{ border:solid 1px #ddd; padding:7px 5px 0px 5px;
width:160px;
vertical-align:top;
height:200px;
cursor:pointer;
background:#fff;
}

.profile_border:hover
{ border:solid 1px #ddd;
padding:7px 5px 0px 5px;
 width:160px;
 vertical-align:top;
 height:200px;
 cursor:pointer;
 background:#f9f8f8;
}
