@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kb d, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, input, textarea, select, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	outline: 0;
}
/*::selection {
	background: #b2bc1a;
	color: #FFF;
}
::-moz-selection {
background: #b2bc1a;
color:#FFF;
}
::-webkit-selection {
 background:#b2bc1a;
 color:#FFF;
}*/
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #FFF;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	text-align: justify;
}
div, section {
	display: block;
}
img, a {
	border: none;
	outline: none
}
a {
	text-decoration: none
}
input:focus {
	outline: none
}
ul, ol {
	list-style-type: none;
}
/*align*/
.al {
	float: left
}
.ar {
	float: right
}
.ac {
	margin: 0 auto
}
/* clear fix */
* html .clearfix {
	height: 1%;
	overflow: visible
}
*+html .clearfix {
	min-height: 1%
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	font-size: 0
}
/*Clear*/
.clear {
	clear: both;
	height: 0;
	overflow: hidden
}
.db {
	display: block;
}
.dn {
	display: none;
}
img {
	max-width: 100%;
	height: auto;
	border: none;
}
.trs {
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
header{
	width:100%;
	height:118px;
	background:url(../images/top_bg.png) repeat-x;
	}
header .content_wrap{
	background:url(../images/top_center.png) no-repeat center;
	}
.content_wrap{
	width:1100px;
	height:auto;
	}
.logo{
	width:220px;
	height:72px;
	margin-top: 19px;
	}
.quick_contact_bg{
	width:390px;
	height:94px;
	margin-top:23px;
	}
.eamil{
	width:160px;
	height:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	padding-left:30px;
	font-weight:lighter;
	color:#94cbd2;
	background:url(../images/icon001.png) no-repeat left bottom;
	}
.eamil:hover{
	color:#FFF;
	background:url(../images/icon001.png) no-repeat left top;
	}
.social_bg{
	width:139px;
	height:23px;
	color:#b4d9e1;
	}
.social_bg p{
	float:left;
	padding-right:10px;
	line-height: 20px;
	}
.social_bg a{
	margin:0 3px;
	}
.twitter{
	width:21px;
	height:22px;
	background:url(../images/twitter.png) no-repeat bottom;
	}
.twitter:hover{
	background:url(../images/twitter.png) no-repeat top;
	}
.fb{
	width:21px;
	height:22px;
	background:url(../images/fb.png) no-repeat bottom;
	}
.fb:hover{
	background:url(../images/fb.png) no-repeat top;
	}
.linkedin{
	width:21px;
	height:22px;
	background:url(../images/linkedin.png) no-repeat bottom;
	}
.linkedin:hover{
	background:url(../images/linkedin.png) no-repeat top;
	}
.phone{
	width: 280px;
	height: 23px;
	padding:8px 6px 6px 13px;
	margin-top:15px;
	background:url(../images/no_bg.png) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#7e7f7a ;
	}
/* .phone i{
	font-size:15px;
	font-style:normal;
	} */
.phone i {
    font-size: 15px;
    font-style: normal;
    text-align: right;
    float: right;
    padding-right: 32px;
}
menu{
	width:100%;
	height:78px;
	float:left;
	background:url(../images/menu_bg.png) repeat-x;
position:relative;
z-index: 9;
-webkit-box-shadow: 0px 2px 5px 0px rgba(38,38,38,1);
-moz-box-shadow: 0px 2px 5px 0px rgba(38,38,38,1);
box-shadow: 0px 2px 5px 0px rgba(38,38,38,1);
	}
nav{
	display:block;
	float:right;
	margin-top: 9px;
}
nav ul{
	display:block;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin:0px;
	padding:0px;
}
nav ul li{
	float:left;
	height:55px;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
nav ul li a{
	padding: 0px 20px;
	display:block;
	float:left;
	font-size:20px;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	color:#96bbc4;
	background:url(../images/menu_brdr.png) no-repeat right;
	  height: 55px;
	    line-height: 62px;
	}
nav ul li a:hover, nav ul li.active a{
	color:#FFF;
	background:url(../images/m_hvr.png) no-repeat center;
	}
	
	
	#settingslist {
	background: #fff;
	display:none;
	position: absolute;
	padding-top: 0px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	z-index:9999;
	margin-top: 55px;
}
#settingslist .sub {
	background: #fff;
}
#settingslist .sub li {
	background: #fff;
	border-bottom: 1px solid #DDD;
	margin:0px;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	height:auto !important;
}
#settingslist .sub li a {
	display: block;
	font-size: 17px !important;
	line-height: 44px;
	padding: 0px 6px;
	color: #596774;
	width: 205px;
	background:none;
	height:auto !important;
}
#settingslist .sub li a:hover {
	background:#17b9ec;
	color: #fff;
}

#settingslink {
	position: relative;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
#settingslink a.hvr {
	color: #FFF;
}
#settingslink:hover {
	background: url(../images/m_hvr.png) 0 0 repeat-x;
}
	
	
	
	
	
	
	
	
	
	
	
banner{
	width:100%;
	height:414px;
	float:left;
	position:relative;
	
	
	background:url(../images/banner_bg.jpg) no-repeat top center;
	
	border-bottom:6px solid #FFF;
	-webkit-box-shadow: 0px 10px 17px -1px rgba(38,38,38,1);
	-moz-box-shadow: 0px 10px 17px -1px rgba(38,38,38,1);
	box-shadow: 0px 10px 17px -1px rgba(38,38,38,1);
	}
	
	
	
.main_page_bg{
	width:100%;
	height:auto;
	padding: 15px 0;
	background:url(../images/bg.png) repeat;
	}
.welcome_bg{
	width:488px;
	height:381px;
	background:url(../images/wel_bg.jpg) no-repeat bottom;
	border:1px solid #2d7d98;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(46,46,46,1);
-moz-box-shadow: 0px 2px 2px 0px rgba(46,46,46,1);
box-shadow: 0px 2px 2px 0px rgba(46,46,46,1);
	}
.welcome_bg span{
	display:block;
	width:100%;
	height:55px;
	float:left;
	background:url(../images/titile_bg.png) repeat-x;
	}
.welcome_bg span h4{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#fff;
	line-height: 16px;
	margin:0 10px;
	margin: 12px 15px 0px 15px;
	font-weight:normal;
	background:url(../images/icon002.png) no-repeat right center;
	}
.welcome_bg span h4 b{
	font-weight:bold;
	font-size:22px;
	}
.welcome_bg span p{
	font-weight:lighter;
	font-size:12px;
	color:#b3d6dc;
	float:left;
	padding-left:130px;
	}
.welcome_bg img{
	float:left;
	padding:35px 0px 0px 25px;
	}
.wel_contents_bg{
	width:260px;
	height:178px;
	margin: 35px 18px 0px 0px;
	}
.wel_1{
	font-size:18px;
	color:#0790b1;
	padding-bottom:10px;
	}
.wel_2{
	font-size:16px;
	color:#4f433d;
	font-style:italic;
	padding-bottom:10px;
	}
.wel_3{
	font-size:12px;
	color:#0a4b5a;
	padding-bottom:10px;
	}
.read_more{
	height:31px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 14px;
	color:#FFF;
	background:url(../images/icon003.png) no-repeat bottom right;
	padding-right: 40px;
margin: 83px 0px 0px 70px;
	}
.read_more:hover{
	background:url(../images/icon003.png) no-repeat top right;
	}
.enquiry_form_bg{
	width:605px;
	height:454px;
	background:#FFF;
	border:1px solid #2d7d98;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(46,46,46,1);
-moz-box-shadow: 0px 2px 2px 0px rgba(46,46,46,1);
box-shadow: 0px 2px 2px 0px rgba(46,46,46,1);
	}
	.recaptchy_container{
		float: left;
		width: 100%;
	}
.enquiry_form_bg span{
	width:100%;
	height:55px;
	float:left;
	background:url(../images/enquir_titile_bg.png) no-repeat;
	}
.enquiry_form_bg h4{
	width:197px;
	font-size:20px;
	text-transform:uppercase;
	line-height:54px;
	padding-left:15px;
	float:left;
	color:#FFF;
	}
.enquiry_form{
	width:606px;
	height:327px;
	background:url(../images/enqry_bg.png) no-repeat;
	}
.enquiry_form form{
	width:445px;
	height:275px;
	margin:20px 0px 0px 35px;
	}
.enquiry_form form p{
	padding-left:18px;
	background:url(../images/icon004.png) no-repeat left center;
	}
.input_lft{
	width:205px;
	height:251px;
	}
.enquiry_form form input{
	width:194px;
	height:18px;
	padding:5px;
	margin-bottom:5px;
	border:1px solid #DEDEDE;
	background:url(../images/text_bg.png) no-repeat;
	}
.enquiry_form form select{
	width:204px;
	height:28px;
	padding:5px;
	margin-bottom:5px;
	border:1px solid #eeeeee;
	background:url(../images/text_bg.png) no-repeat;
	color:#A2A2A2;
	}
.enquiry_form form textarea{
	width:194px;
	height:57px;
	padding:5px;
	resize:none;
	border:1px solid #DEDEDE;
	background:url(../images/text_bg.png) no-repeat;
	}
.enquiry_form form input[type="submit"]{
	margin-top: 4px;
	width:99px;
	height:40px;
	float:left;
	background:url(../images/submit.png) no-repeat;
	cursor:pointer;
	font-weight:bold;
	color:#FFF;
	font-size:17px;
	text-transform:uppercase;	
	}
.enquiry_form form input[type="reset"]{
	margin-top: 4px;
	width:99px;
	height:40px;
	float:left;
	background:url(../images/reset.png) no-repeat;
	cursor:pointer;
	font-weight:bold;
	color:#FFF;
	font-size:17px;
	margin-right:7px;
	text-transform:uppercase;	
	}
.who_we_r_bg{
	width:100%;
	height:306px;
	margin-top:15px;
	background:#FFF url(../images/w_v_r.jpg) no-repeat left;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(46,46,46,1);
-moz-box-shadow: 0px 2px 2px 0px rgba(46,46,46,1);
box-shadow: 0px 2px 2px 0px rgba(46,46,46,1);
	}
.who_we_r{
	width:375px;
	height:270px;
	margin:18px 0px 0px 30px;
	}
.who_we_r img{
	margin-bottom:10px;
	}
.who_we_r p{
	text-align:left;
	color:#872e04;
	line-height: 16px;
	}	
.free_course_bg{
	width: 241px;
height: 168px;
margin: 125px 0px 0px 47px;
	}	
.free_course_bg img{
	float:right;
	margin-bottom: 39px;
	}
.free_course_bg h5{
	color:#FFF;
	font-size:20px;
	float:right;
	font-weight:bold;
	}	
.free_course_bg h5 b{
	color:#FFF;
	font-size:17px;
	font-weight:normal;	
	}		
	
.asistent_bg{
	width:320px;
	height:290px;
	margin: 16px 30px 0px 0px;
	}	
	
.asistent_bg h5{
	float:left;
	font-size:22px;
	font-weight:bold;
	color:#ee550c;
	border-bottom:1px solid #f4b08d;
	margin-bottom:30px;
	}	
	
.asistent_bg p{
	font-size:12px;
	color:#632506;
	font-style:italic;
	font-weight:bold;
	background:url(../images/icon007.png) no-repeat left 2px;
	padding-left:20px;
	margin-bottom:10px;
	}	
.btm_shdw{
	width:100%;
	height:34px;
	background:url(../images/btom_shdw.png) no-repeat;
	}	
	
footer{
	width:100%;
	height:399px;
	float:left;
	background:url(../images/footer_bg.png) repeat-x;
	}
footer .content_wrap{
background: url(../images/footer_pic.png) no-repeat 596px 38px;
	}
footer h4{
	font-size:14px;
	text-align:center;
	float:left;
	color:#FFF;
	padding:0 15px;
	text-transform:uppercase;
	background:#08252b;
	line-height:35px;
	}
.foo_social_bg{
	width:139px;
	height:35px;
	padding:0 10px;
	background:#08252b;
	}
.foo_social_bg h6{
	font-size:13px;
	color:#FFF;
	line-height:35px;
	float:left;
	text-transform:uppercase;
	margin: 0 10px;
	}
.foo_social_bg a{
	margin: 9px 3px;
	}
.foo_fb{
	width:17px;
	height:17px;
	background:url(../images/icon011.png) no-repeat bottom;
	}
.foo_fb:hover{
	background:url(../images/icon011.png) no-repeat top;
	}
.foo_twit{
	width:17px;
	height:17px;
	background:url(../images/icon009.png) no-repeat bottom;
	}
.foo_twit{
	width:17px;
	height:17px;
	background:url(../images/icon009.png) no-repeat bottom;
	}
.foo_twit:hover{
	background:url(../images/icon009.png) no-repeat top;
	}
.foo_link{
	width:17px;
	height:17px;
	background:url(../images/icon010.png) no-repeat bottom;
	}
.foo_link:hover{
	background:url(../images/icon010.png) no-repeat top;
	}
.addres_bg{
	width:375px;
	height:328px;
	}

address{
	width:375px;
	height:265px;
	float:left;
	margin-top:38px;
	font-style:normal;
	background:#000 url(../images/patern.png) no-repeat top;
	}
.adrs_bg{
	width: 95%;
height: 124px;
text-align: center;
padding: 10px;
	}
.adrs_bg p{
	font-size:18px;
	color:#817b7b;
	/* margin-top:10px; */
	text-align: center;
	font-style:normal;
	line-height:20px;
	}
address ul{
	width:auto;
	height:auto;
	float:left;
	display:block	
	}
address ul li{
	width:305px;
	height:39px;
	line-height:38px;
	padding-left:70px;
	border-bottom:1px solid #09262e;
	}
address ul li.ph{
	background: url(../images/icon13.png) no-repeat 5px -45px;
	}
address ul li.ph:hover{
	background: url(../images/icon13.png) no-repeat 5px 5px;
	}
address ul li a{
	display:block;
	color:#afafaf;
	}
address ul li.emai{
	background: url(../images/icon14.png) no-repeat 5px -45px;
	}
address ul li.emai:hover{
	background: url(../images/icon14.png) no-repeat 5px 5px;
	}
address ul li.wb{
	background: url(../images/icon15.png) no-repeat 5px -45px;
	}
address ul li.wb:hover{
	background: url(../images/icon15.png) no-repeat 5px 5px;
	}
.adrs_shdw{
	width:375px;
	height:21px;
	background:url(../images/shdw.png) no-repeat;
	}	
.foo_menu{
width: 177px;
height: 229px;
padding: 58px 0px 0px 25px;
background: url(../images/foo_menu_bg.png) no-repeat;
margin: 40px 0px 0px 30px;
	}
.foo_menu a{
	width:100%;
	height:17px;
	margin-bottom: 23px;
	float:left;
	color:#020d2d;
	padding-left:20px;
	background:url(../images/icon16.png) no-repeat left bottom;
		-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	
	}	
.foo_menu a:hover, .foo_menu a.active{
	font-weight:bold;
	background:url(../images/icon16.png) no-repeat left top;
	}
.location_bg{
	width:150px;
	height:100px;
	margin: 60px 0px 0px 16px;
	}
.location_bg h5{
	font-size:20px;
	text-transform:uppercase;
	background:url(../images/icon11.png) no-repeat left center;
	color:#FFF;
	padding-left: 53px;
line-height: 39px;
	}	
.location_bg a{
	padding: 15px 38px 15px 20px;
	text-align:center;
	color:#fff;
	background:url(../images/icon12.png) no-repeat !important;
	margin: 10px 0px 0px 10px;
	}	
.location_bg a:hover{
	color:#39F;
	}	
.copy_rght_bg{
	width:100%;
	height:38px;
	background:url(../images/fo_brdr.png) no-repeat top center;
	}	
.copy_rght_bg p{
	line-height:37px;
	color:#6aa8b5;
	}	
.copy_rght_bg p a{
	color:#6aa8b5;
	}	
.copy_rght_bg p a:hover{
	color:#FFF;
	}	
a#scrollUp {
	display:block;
	bottom: 100px;
	right: 20px;
	/*padding: 5px 10px;*/
	width: 68px;
	height: 92px;
	background:url(../images/top_btn.png) no-repeat;
	color: #FFF;
	-webkit-animation: bounce 2s ease infinite;
	animation: bounce 2s ease infinite;
	z-index:999999999 !important;
}
a#scrollUp i {
	font-size: 30px;
}	
/**************Inner_Pages***************/

.inner_banner{
	width:100%;
	height:240px;
	background:url(../images/inner_banner.jpg) no-repeat center top;
	border-bottom:6px solid #FFF;
	position:relative;
	-webkit-box-shadow: 0px 10px 17px -1px rgba(38,38,38,1);
	-moz-box-shadow: 0px 10px 17px -1px rgba(38,38,38,1);
	box-shadow: 0px 10px 17px -1px rgba(38,38,38,1);
	}	
.inner_banner h3{
	font-size:53px;
	position:relative;
	top:100px;
	letter-spacing: -2px;
	text-align:right;
	right:55px;
	text-transform:uppercase;
	text-outline: 1px 1px #FFF;
	-webkit-text-fill-color: #000;
    -webkit-text-stroke-color: #FFF;
    -webkit-text-stroke-width: 1px;
    text-fill-color: #000;
    text-stroke-color: #FFF;
    text-stroke-width: 1px;
	}
.inner_page_bg{
	width: 95.5%;
	height:auto;
	padding:60px 25px;
	background:#FFF url(../images/bg_design.png) no-repeat left bottom;
	}
.about_pic_bg{
	width:310px;
	min-height:241px;
	text-align:center;
	padding:10px 0px;
	background:url(../images/abt_pic_bg.jpg) repeat;
	margin:0px 10px 5px 0px;
	}
.inner_page_bg p{
	color:#000000;
	padding-bottom:10px;
	}
.inner_page_bg h4{
	font-size:20px;
	color:#3998bd;
	padding-bottom:10px;
	}
.enqury_page_bg{
	width:1026px;
	min-height:564px;
	padding:10px;
	background:url(../images/enq_bg.jpg);
	}
.enqury_page{
	width: 96.2%;
	height:auto;
	padding:20px;
	background:#FFF;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(117,117,117,1);
-moz-box-shadow: 0px 0px 5px 0px rgba(117,117,117,1);
box-shadow: 0px 0px 5px 0px rgba(117,117,117,1);
	}
.enqury_page form{
	width:100%;
	height:auto;
	background:url(../images/eng_pic.jpg) no-repeat right top;
}
.enqury_page form input{
	width:415px;
	height:19px;
	padding:5px;
	float:left;
	margin-bottom:10px;
	background:url(../images/enq_input.jpg) no-repeat top left;
	border:1px solid #d6d6d6;
	}
.enqury_page form select{
	width:425px;
	height:29px;
	float:left;
	margin-bottom:10px;
	background:url(../images/enq_input.jpg) no-repeat top left;
	border:1px solid #d6d6d6;
	}
.enqury_page form textarea{
	width:415px;
	height:93px;
	padding:5px;
	resize:none;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	background:url(../images/enq_input.jpg) no-repeat top left;
	border:1px solid #d6d6d6;
	}
.enqury_page form p{
	padding:0px 0px 0px 18px;
	margin-bottom:5px;
	background:url(../images/icon004.png) no-repeat left center;
	}
.enqury_page input[type="submit"]{
	width:143px;
	height:38px;
	padding: 0px 0px 0px 15px;
	text-align:left;
	margin:18px 0px 0px 10px;
	font-size:20px;
	font-weight:bold;
	cursor:pointer;
	color:#FFF;
	text-transform:uppercase;
	background: #3998bd url(../images/icon18.png) no-repeat 106px 4px;
	}
.enqury_page input[type="reset"]{
	width:143px;
	height:38px;
	padding: 0px 0px 0px 15px;
	text-align:left;
	margin:18px 0px 0px 0px;
	font-size:20px;
	font-weight:bold;
	cursor:pointer;
	color:#FFF;
	text-transform:uppercase;
	background: #030101 url(../images/icon18.png) no-repeat 106px 4px;
	}

.inner_page_bg1{
	width: 100%;
	height:auto;
	background:#FFF url(../images/bg_design.png) no-repeat left bottom;
	}
	
	
.contact_bg{
	width: 95.5%;
	height:auto;
	padding:25px;
	background:url(../images/icon20.png) no-repeat right top;
	}
.con_adrs{
	width:570px;
	height:480px;
	background:url(../images/con_pic.jpg) no-repeat right top;
	}
.con_adrs h1{
	margin:10px 0;
	}
.con_adrs p{
	font-size:16px;
	color:#7f7f7f;
	line-height:20px;
	margin:10px 0;
	}
.con_email{
	width:340px;
	height:59px;
	border:3px solid #3799bc;
	margin-bottom:10px;
	}
.con_email span{
	width:71px;
	height:59px;
	float:left;
	margin-right:10px;
	border-right:7px solid #3799bc;
	background:url(../images/icon22.png) no-repeat left;
	}
.con_email p a{
	display:block;
	color:#7f7f7f;
	font-weight:bold;
	}
.con_email p a:hover{
	color:#000;
	}


.con_web{
	width:340px;
	height:59px;
	border:3px solid #ff7433;
	margin-bottom:10px;
	
	}
.con_web span{
	width:71px;
	height:59px;
	float:left;
	margin-right:10px;
	border-right:7px solid #ff7433;
	background:url(../images/icon23.png) no-repeat left;
	}	
.con_web p{
	line-height:59px;
	padding:0;
	margin:0;
	}
.con_web p a{
	display:block;
	color:#7f7f7f;
	font-weight:bold;
	}
.con_web p a:hover{
	color:#000;
	}	
	
	
	
	
.con_pho{
	width:340px;
	height:59px;
	border:3px solid #ffdb00;
	
	}
.con_pho span{
	width:71px;
	height:59px;
	float:left;
	margin-right:10px;
	border-right:7px solid #ffdb00;
	background:url(../images/icon24.png) no-repeat left;
	}	
.con_pho p a{
	display:block;
	color:#7f7f7f;
	font-weight:bold;
	}
.con_pho p a:hover{
	color:#000;
	}		
.con_form_bg{
	width:365px;
	height:500px;
	margin: 55px 30px 0px 0px;
	}
.con_form_bg form input{
	width:353px;
	height:19px;
	padding:5px;
	background:url(../images/con_input_bg.png) repeat-x;
	border:1px solid #d6d6d6;
	}
.con_form_bg form p{
	color:#7f7f7f;
	}
.con_form_bg form textarea{
	width:353px;
	height:155px;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;font-size:12px;
	resize:none;
	background:url(../images/con_input_bg.png) repeat-x;
	border:1px solid #d6d6d6;
	}	
.con_form_bg input[type="submit"]{
	width:143px;
	height:38px;
	float:left;
	padding: 0px 0px 0px 15px;
	text-align:left;
	margin:10px 0px 0px 0px;
	font-size:20px;
	font-weight:bold;
	cursor:pointer;
	color:#FFF;
	text-transform:uppercase;
	background: #3998bd url(../images/icon18.png) no-repeat 106px 4px;
	}
.con_form_bg input[type="reset"]{
	width:143px;
	height:38px;
	float:left;
	padding: 0px 0px 0px 15px;
	text-align:left;
	margin:10px 0px 0px 10px;
	font-size:20px;
	font-weight:bold;
	cursor:pointer;
	color:#FFF;
	text-transform:uppercase;
	background: #030101 url(../images/icon18.png) no-repeat 106px 4px;
	}

	.captchey {
		margin-top: 4px;
	}

.mapi_bg{
	width:100%;
	height:360px;
	}
.mapi_bg h4{
	height:45px;
	line-height:44px;
	font-weight:bold;
	margin:-50px 0 15px 0px;
	font-size:19px;
	color:#000;
	text-transform:uppercase;
	padding-left:55px;
	background:url(../images/icon21.png) no-repeat left;
	}
.mapi{
	width:97%;
	height:240px;
	background:#FFF;
	border:1px solid #d9d9d9;
	padding:12px;
	-webkit-box-shadow: 0px 1px 2px 1px rgba(120,120,120,0.53);
-moz-box-shadow: 0px 1px 2px 1px rgba(120,120,120,0.53);
box-shadow: 0px 1px 2px 1px rgba(120,120,120,0.53);
	}
	
.serv_pic_bg{
	min-height:241px;
	text-align:center;
	padding:10px;
	background:#FFF;
	margin:0px 10px 5px 0px;
	border: 1px solid rgba(15, 15, 15, 0.13);
	box-shadow: 2px 3px 4px #D6D6D6;
}
.service_page_bg{
	width: 95.5%;
	height:auto;
	padding:60px 25px;
	background:#FFF url(../images/bg_design.png) no-repeat left bottom;
}
.service_page_bg h1{
	font-weight:bold;
	font-size:33px;
	color:#025635;
}
.clr{
	color:#F00;
}
.service_page_bg h2{
	font-weight:bold;
	font-size:25px;
	color:#ff4d2a;
}
.pg_head{
	font-size: 23px !important;
	color: #FFF;
	background: #0093DD none repeat scroll 0% 0%;
	width: 96.4%;
	padding: 2px 19px;
	margin: 0 0 15px 0;
	float:left;
}
.service_page_bg h3{
	font-weight:bold;
	font-size:18px;
	color:#009FB9;
}
.assOfrd{
	height:36px;
	background:url(../images/rgt_arw.png) no-repeat right;
	padding-right:20px;
	margin:18px 0px 10px 0px;
}
.assOfrd span{
	background:url(../images/ofrd.png) repeat-x;
	height:36px;
	display:block;
	float:left;
	padding:0 8px;
	line-height:34px;
	color:#FFF;
	font-size:17px;
}
.boxArea{
	width:100%;
	min-height: 106px;
    padding-bottom: 15px;
}
.boxArea ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.boxArea ul li{
	width: 98%;
	height: auto;
	margin-bottom: 8px;
	background: url(../images/blt01.png) no-repeat left center;
	padding-left: 18px;
}
.box01{
	width:150px;
	height:auto;
	min-height:160px;
	background:#b92b39 url(../images/blt.png) no-repeat 145px 6px;
	padding:31px 10px 10px 10px;
	color:#FFF;
	margin-right:6px;
}
.box02{
	width:150px;
	height:auto;
	min-height:160px;
	background:#ebb32c url(../images/blt.png) no-repeat 145px 6px;
	padding:31px 10px 10px 10px;
	color:#000;
	margin-right:6px;
}
.box03{
	width:150px;
	height:auto;
	min-height:160px;
	background:#df5b13 url(../images/blt.png) no-repeat 145px 6px;
	padding:31px 10px 10px 10px;
	color:#FFF;
	margin-right:6px;
}
.box04{
	width:150px;
	height:auto;
	min-height:160px;
	background:#545631 url(../images/blt.png) no-repeat 145px 6px;
	padding:31px 10px 10px 10px;
	color:#FFF;
}
.free_call{
	width:291px;
	height:49px;
	background:#dc214c;
	border:1px solid #02913f;
	text-align:center;
	color:#FFF;
	padding-top: 10px;
	margin-top: 10px;
}
.service_page_bg h4{
	font-weight:bold;
	font-size:18px;
	color:#FF4D2A;
	float: left;
	display: block;
	width: 100%;
	margin: 13px 0px 5px 0px;
}
.btm_brdr{
	width:100%;
	height:20px;
	border-bottom:1px dashed #4a4a4a;
	margin-bottom:20px;
}
.menudtils{
	width:100%;
	height:36px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.menudtils ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.menudtils ul li{
	float:left;
	height:36px;
	float:left;
	margin-right:5px;
}
.menudtils ul li a{
	height:36px;
	display:block;
	padding:0px 10px;
	line-height:35px;
	color:#FFF;
}
.clr01{
	background:#0093dd;
}
.clr02{
	background:#da251c;
}
.clr03{
	background:#00923f;
}
.clr04{
	background:#dd127b;
}
.clr05{
	background:#f37405;
}
.clr06{
	background:#c513a0;
}
.clr07{
	background:#ed1a4b;
}
.clr08{
	background:#ff8a00;
}
.clr09{
	background:#7e1fff;
}
.points{
	width:100%;
	height:auto;
	margin-top: 13px;
	margin-bottom: 10px;
}
.points ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.points ul li{
	float:left;
	width:100%;
	margin-bottom:6px;
	background:url(../images/blt01.png) no-repeat left center;
	padding-left: 17px;
}
.mbaArea{
	width:100%;
	height:auto;
}
.mba{
	width:100%;
	height:auto;
	background:#FFF;
	border:1px solid #cecece;
	box-shadow:2px 3px 5px #cecece;
}
.mba h1{
	font-size:23px !important;
	color:#FFF;
	background:#0093dd;
	width: 96.4%;
	padding: 5px 19px;
}
.mba p{
	padding: 16px;
	font-size: 13px;
	line-height: 21px;
}
.mba_rgt{
	width:302px;
	height:248px;
	box-shadow:2px 3px 5px #cecece;
}
.quick_enq{
	width:100%;
	height:30px;
	margin-top:20px;
}
.enq{
	height:30px;
}
.enq a{
	height:30px;
	padding:0px 17px;
	background:#ff4d2a;
	display:block;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	font-size:14px;
	color:#FFF;
	line-height: 30px;
}
.enq a:hover{
	background:#aa250b;
}
.login-popuplft {
    width: 37px;
    height: 155px;
    background: url(../images/login_popup.png) no-repeat;
    float: left;
	display: block !important;
	right: 337px;
    position: absolute;
}
.login-popuprgt {
    width: 446px;
    height: 360px;
    background: #FDC178;
    padding: 10px;
    float: left;
    border: 1px solid #A27136;
    box-shadow: 2px 3px 4px #2b353d;
}
.input_lft01{
	width:210px;
	float:left;
}
.input_lft02{
	width:220px;
	margin-left:5px;
	float:left;
}
.input_lft01 p{
	color:#925C1B;
}
.input_lft02 p{
	color:#925C1B;
}
.inputArea{
	width: 194px;
    height: 16px;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #DEDEDE;
    background: url(../images/text_bg.png) no-repeat;
}
.selectArea{
	    width: 204px;
    height: 28px;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #eeeeee;
    background: url(../images/text_bg.png) no-repeat;
    color: #A2A2A2;
}
.textArea{
	width: 194px;
    height: 57px;
    padding: 5px;
    resize: none;
    border: 1px solid #DEDEDE;
    background: url(../images/text_bg.png) no-repeat;
}
.subMArea{
	width: 99px;
    height: 32px;
    float: left;
    background:#FF4D2A;
    cursor: pointer;
    font-weight: bold;
    color: #FFF;
    font-size: 15px;
    text-transform: uppercase;
	border:1px solid #AD4733;
	margin-top:5px;
}
.rset{
	width: 99px;
    height: 32px;
    float: left;
    background:#94652B;
    cursor: pointer;
    font-weight: bold;
    color: #FFF;
    font-size: 15px;
    margin-right: 7px;
    text-transform: uppercase;
	border:1px solid #694518;
	margin-top:5px;
}
.review_area{
	width:100%;
	height:auto;
	margin-top:10px;
}
.review_area h1{
	font-weight: bold;
    font-size: 19px;
    color: #FF4D2A;
    float: left;
    display: block;
    width: 100%;
    margin: 13px 0px 0px 0px;
	border-bottom: 1px dashed #FF4D2A;
    line-height: 34px;
}
.review_area ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.review_area ul li{
	width:98%;
	min-height:50px;
	float:left;
	padding:10px;
	border:1px solid #c6c6c6;
	box-shadow:2px 3px 4px rgba(151, 151, 151, 0.22);
	margin-top:12px;
}
.reviewImg{
	width:76px;
	height:103px;
	float:left;
	border:1px solid #CCC;
	margin-right:10px;
}
.review_area ul li p{
	color:#6f6f6f;
}
.reviewNme{
	width: 90%;
	float:right;
	font-size:14px;
	text-align:right;
}
.pnts{
	width:100%;
	height:auto;
	float:left;
}
.pnts ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.pnts ul li{
	width: 98%;
    height: auto;
    float: left;
    margin-bottom: 8px;
    list-style: disc;
    margin-left: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}