@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed);



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, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
*, * focus {
	outline: none;
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: lighter;
	font-size: 14px;
	color: #444;
	line-height: 25px;
	text-decoration: none;
}

.h-slide1 {
	background: url(../images/h-slide1.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 250px;
}

.wrap{
	width: 1003px;
	margin: auto;
	position: relative;
}
@media screen and (max-width: 1024px) {	
.wrap{
	width:92%;
	margin:auto;
}
}

@media screen and (max-width: 480px) {	
.wrap{
	width:96%;
	margin:auto;
}	
}
.clear{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}
header {
	text-decoration: none;
	background-color: rgba(255,255,255,0.9);
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #054C8A;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #054C8A;
	font-family: 'Roboto Condensed', sans-serif;
}
header .logo {
	float: left;
	margin-top: 0px;
	width:30%;
}

header .h-right {
	color: #054C8A;
	text-align: right;
	text-decoration: none;
	font-size: 16px;
	line-height: 20px;
	float:right;
	width:70%;
}
header .h-right .fb {
	display:block;	
}
header .h-right i{
	margin-top: 0px;
	margin-left: 15px;
	color: #FFC600;
	font-size: 26px;
}
header .h-right .number{
	float:left;
	width:50%;
}

header .h-right a{
	text-decoration: none;
	color: #333;
}
header .top-menu{
	float: right;
	padding-top: 5px;
}

@media screen and (max-width: 1024px) {	
header {
	text-decoration: none;
	background-color: rgba(255,255,255,0.9);
	padding-top: 0px;
	padding-bottom: 10px;
	position: relative;
	width: 100%;
}
header .logo {
	float: none;
	width:100%;
	text-align:left;
	margin-top: 5px;
}
header .logo img {
	width:auto;
	height:auto;
}
header .h-right {	
	float:none;
	width:100%;
	text-align:center;
}

header .h-right i{
	margin-top: 0px;
	margin-left: 10px;
	color: #FFC600;
	font-size: 30px;
}
header .h-right .number{
	float:left;
	width:33.33%;
	font-size:18px;
}
header .top-menu{
	float: none;
	width:100%;
	position:fixed;
	z-index:100000;
	top:0px;
	right:5px;
	background-color: rgba(255,255,255,0);
}
}

@media screen and (max-width: 480px) {	
header {
	text-decoration: none;
	background-color: rgba(255,255,255,0.9);
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
	width: 100%;
}
header .logo {
	float: none;
	width:100%;
	text-align:left;
	margin-top: 5px;
}
header .logo img {
	width:80%;
	height:auto;
}
header .h-right {	
	float:none;
	width:100%;
	text-align:center;
}
header .h-right .fb {
	display:none;	
}
header .h-right i{
	margin-top: 0px;
	margin-left: 2px;
	color: #FFC600;
	font-size: 12px;
}
header .h-right .number{
	float:left;
	width:33.33%;
	font-size:12px;
}
header .top-menu{
	float: none;
	width:100%;
	position:fixed;
	z-index:100000;
	top:0px;
	right:5px;
	background-color: rgba(255,255,255,0);
}
header .top-menu i{
	font-size:30px!important;
}
}



h1, h2, h3, h4, h5,h6 {
	font-family: 'Roboto Condensed', sans-serif;
}


h1{
	margin-bottom: 10px;
	color: #0077BE;
	font-size: 22px;
	line-height: 25px;
}
h2{
	margin-bottom: 10px;
	color: #DB2016;
	font-size: 22px;
	line-height: 25px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #eee;
}
h3{
	margin-bottom: 10px;
	color: #054C8A;
	font-size: 22px;
	line-height: 25px;
}
h4{
	margin-bottom: 5px;
	color: #054C8A;
	font-size: 18px;
}
h5{
	color: #2BA600;
	font-size: 18px;
}
p{
	text-align:justify;
}
.container{
	background-color: #fff;
	padding: 40px 0;
	min-height:200px;
}
.container2{
	background-color: #054C8A;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	text-align: center;
}
.container2 h1, .container2 h2, .container2 h3, .container2 h4,  .container2 h5{
	color: #FFF;
}
.container2 h1{
	text-align: center;
	font-size: 30px;
	line-height: 30px;
	color: #FFF;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
.container2 h1 span{
	color: #F23A00;
}
.container3{
	background-color: #f4f4f4;
	text-align:center;
}
.container3 ul{
	margin: 0px!important;
	padding: 0px!important;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	display:inline-block

}
.container3 ul li{
	list-style: none;
	display: inline-block;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
.container3 ul li a{
	display: block;
	line-height: 40px;
	color: #333;
	text-decoration: none;
	height: 40px;
	padding:0 20px;
}
.container3 ul li a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #054C8A;
}


@media screen and (max-width: 1024px) {	

}

@media screen and (max-width: 480px) {	
.container{
	background-color: #fff;
	padding: 10px 0;
	min-height:200px;
}
.container2{
	background-color: #054C8A;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-align: center;
}
.container2 h1{
	font-size: 16px;
	line-height: 30px;
	color: #FFF;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
.container3 ul{
	margin: 0px!important;
	padding: 0px!important;
	border-left:0;
	display:block;
}
.container3 ul li{
	list-style: none;
	display: block;
	text-align: left;
	border-bottom: solid 1px #ccc;
	border-right:0;
}
.container3 ul li a{
	display: block;
	line-height: 40px;
	color: #333;
	text-decoration: none;
	height: 40px;
	padding:0 20px;
}
}






.inner-banner {
	background-size: 100%;
	height: 150px;
	background-attachment: fixed;
	background-image: url(../images/inner-banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
@media screen and (max-width: 1024px) {	
.inner-banner {
	height: 200px;
	background-position: center top;
	background-attachment: scroll;
}
}

@media screen and (max-width: 480px) {	
.inner-banner {
	height: 70px;
	background-position: center top;
	background-attachment: scroll;
}	
}



.services{

}
.services li{
	list-style:none;
	text-align:left;
	clear:both;		
	min-height:256px;
	padding:10px 0;
	border-bottom:solid 2px #ddd;
}
.services img{
	height: auto;
	border: 3px solid #FFC600;
	float:left;
	max-width:250px;
	margin:0 20px 0 0;
}
.services h3{
	font-size:18px;
}
.services h6{
	font-size:16px;
	color:#C00;
}


.clients{

}
.clients li{
	list-style:none;
	float:left;
	width:19%;
	margin:0 .5% 30px .5%;
	text-align:center;
}
.clients img{
	width: 100%;
	height: auto;
	max-height:100px;
}
.clients h3{
	font-size:18px;
}
@media screen and (max-width: 1024px) {	
.services li{
	list-style:none;
	text-align:left;
	clear:both;		
	min-height:246px;
	padding:10px 0;
	border-bottom:solid 2px #ddd;
}
.services img{
	height: auto;
	border: 3px solid #FFC600;
	float:left;
	max-width:200px;
	margin:0 20px 0 0;
}

.clients{
}
.clients li{
	list-style:none;
	float:left;
	width:23%;
	margin:0 1% 30px 1%;
	text-align:center;
}
.clients img{
	width: 100%;
	height: auto;
	max-height:100px;
}
.clients h3{
	font-size:18px;
}
}

@media screen and (max-width: 480px) {	
.services li{
	list-style:none;
	text-align:left;
	clear:both;		
	min-height:156px;
	padding:10px 0;
	border-bottom:solid 2px #ddd;
}
.services img{
	height: auto;
	border: 3px solid #FFC600;
	float:left;
	max-width:150px;
	margin:0 20px 0 0;
}


.clients{
}
.clients li{
	list-style:none;
	float:left;
	width:48%;
	margin:0 .5% 30px .5%;
	text-align:center;
}
.clients img{
	width: 100%;
	height: auto;
	max-height:100px;
}
.clients h3{
	font-size:18px;
}
}



.services-h{
}
.services-h li{
	list-style:none;
	float:left;
	width:15.66%;
	margin:0 .5% 30px .5%;
	text-align:center;
}
.services-h .img{
	width: 84%;
	margin:3%;
	height: auto;
	padding:5% 5% 0 5%;
	box-shadow:0px 0px 0px 3px #FFC600;
	border-bottom: 10px solid #FFF;
	height:120px;
	overflow:hidden;
}
.services-h .img img{
	width:100%;
	height:120px;
	height:auto;	
}
.services-h h3{
	font-size:16px;
}
@media screen and (max-width: 1024px) {	
.services-h{
}
.services-h li{
	list-style:none;
	float:left;
	width:23%;
	margin:0 1%;
	text-align:center;
}
}

@media screen and (max-width: 768px) {	
.services-h{
}
.services-h li{
	list-style:none;
	float:left;
	width:31.33%;
	margin:0 1%;
	text-align:center;
}
.services-h .img{
	width: 84%;
	margin:3%;
	height: auto;
	padding:5% 5% 0 5%;
	box-shadow:0px 0px 0px 3px #FFC600;
	border-bottom: 10px solid #FFF;
	height:120px;
	overflow:hidden;
}
.services-h .img img{
	width:100%;
	height:120px;
	height:auto;	
}
}


@media screen and (max-width: 480px) {	
.services-h{
}
.services-h li{
	list-style:none;
	float:left;
	width:48%;
	margin:0 1%;
	text-align:center;
}
.services-h .img{
	width: 84%;
	margin:3%;
	height: auto;
	padding:5% 5% 0 5%;
	box-shadow:0px 0px 0px 3px #FFC600;
	border-bottom: 10px solid #FFF;
	height:120px;
	overflow:hidden;
}
.services-h .img img{
	width:100%;
	height:120px;
	height:auto;	
}
}






.container input[type="text"] {
	font-size: 1.2em;
	border: 1px solid #ddd;
	color: #666;
	font-weight: lighter;
	clear: both;
	padding: 0 3%;
	height:35px;
	width: 94%;
	text-decoration: none;
	margin: 5px 0;
	box-shadow: inset 0px 0px 10px #ddd;
}
.container input[type="email"] {
	font-size: 1.2em;
	border: 1px solid #ddd;
	color: #666;
	font-weight: lighter;
	clear: both;
	padding: 0 3%;
	height:35px;
	width: 94%;
	text-decoration: none;
	margin: 5px 0;
	box-shadow: inset 0px 0px 10px #ddd;
}

.container select {
	font-size: 1.2em;
	border: 1px solid #ddd;
	color: #666;
	font-weight: lighter;
	clear: both;
	padding: 3%;
	height:35px;
	width: 100%;
	text-decoration: none;
	margin: 5px 0;
	box-shadow: inset 0px 0px 10px #ddd;
}
.container textarea {
	font-size: 1.2em;
	border: 1px solid #ddd;
	color: #666;
	font-weight: lighter;
	clear: both;
	padding: 0 3%;
	height:70px;
	width: 94%;
	text-decoration: none;
	margin: 5px 0;
	box-shadow: inset 0px 0px 10px #ddd;
}
.container input[type="submit"] {
	background-color: #FFCC00;
	font-size: 1.2em;
	border: 0px solid #ddd;
	color: #FFF;
	font-weight: lighter;
	clear: both;
	padding: 0 3%;
	height: 45px;
	width: 100%;
	text-decoration: none;
	margin: 5px 0;
	box-shadow: inset 0px 0px 10px #CC9E02;
}
.container input[type="button"] {
	background-color: #FFCC00;
	font-size: 1.2em;
	border: 0px solid #dddddd;
	color: #FFF;
	font-weight: lighter;
	clear: both;
	padding: 0 3%;
	height: 45px;
	width: 100%;
	text-decoration: none;
	margin: 5px 0;
	box-shadow: inset 0px 0px 10px #CC9E02;
}
.container .btn-file {
	position: relative;
	overflow: hidden;
	text-decoration: none;
	line-height: 45px;
	height: 45px;
	background-color: #FFF;
	cursor: pointer;
	color: #666;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #EEE;
}
.container .btn-file:hover {	
	background-color:#f9f9f9;
}
.container .btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}

.captcha {
	border: 1px solid #ddd;
	float: left;
	line-height:30px;
	padding:2px 5px 2px 2px;
	margin-top:5px;
}
.captcha a{
	color: #3378D9;
	text-decoration:none;
}
.captcha img{
	float:left;
	margin:0 3px 0 0;
}

/*---------Footer 2--------- */
.footer2{
	background-color: #53A5E1;
	padding-top: 30px;
	padding-bottom: 30px;
}
.footer2 h4{
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size:20px;
	margin:0 0 10px 0;
}
.footer2 li{
	list-style:none;
}
.footer2 li a{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 13px;
}
footer{
	background-color: #054C8A;
	padding: 20px 0;
	text-align: center;
	color: #FFFFFF;
}
footer a{
	color: #FC0;
	text-decoration: none;
}
.img1 {
	height: auto;
	width: 95%;
	border: 3px solid #eee;
	border-radius: 5px;
	padding: 5px;
}
.link1 {
	background-color: #FFCC00;
	font-size: 1.2em;
	border: 0px solid #dddddd;
	color: #2D2400;
	font-weight: lighter;
	clear: both;
	height: 45px;
	width: 100%;
	text-decoration: none;
	box-shadow: inset 0px 0px 10px #CC9E02;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 3%;
	padding-bottom: 10px;
	padding-left: 3%;
}
.link1:hover {
	background-color: #054C8A;
	color: #FFF;
	box-shadow: inset 0px 0px 10px #111;
}


.list3{
}
.list3 li{
	list-style: none;
	float: left;
	width: 32%;
	margin: 0 1.3% 5px 0;
	border:0;
}
.list3 li a{
	color: #111;
	font-size:30px;
	line-height:normal;
	text-decoration: none;
	padding: 8px 0;
	margin-bottom: 8px;
	display: block;
	background-color: #F8BA18;
	border-radius: 5px;
	text-align:center;
	height:130px;
	font-family: 'Roboto Condensed', sans-serif;
}
.list3 li a i{
	background-color:#111;
	color:#F8BA18;
	padding:10px;
	border-radius:50%;
}
.list3 li a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #054C8A;
}

@media screen and (max-width: 1024px) {	
.list3{
}
.list3 li{
	list-style: none;
	float: left;
	width: 100%;
	margin: 0;
}
.list3 li a{
	color: #111;
	text-decoration: none;
	margin-bottom: 8px;
	display: block;
	background-color: #F8BA18;
	border-radius: 5px;
	
}
.list3 li a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #054C8A;
}

}

@media screen and (max-width: 480px) {	
.list3{
}
.list3 li{
	list-style: none;
	float: left;
	width: 100%;
	margin: 0;
}
.list3 li a{
	color: #111;
	text-decoration: none;
	margin-bottom: 8px;
	display: block;
	background-color: #F8BA18;
	border-radius: 5px;
	
}
.list3 li a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #054C8A;
}	
}
.page_nation{
	height: 45px;
}
.page_nation a{
	text-decoration: none;
	color: #fff!important;
	line-height: 30px;
	background-color: #0066CC;
	height: 30px;
	border: 1px solid #0062C4;
	font-weight: lighter;
	display: block;
	float: left;
	margin-right: 3px;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.page_nation a:hover{
	text-decoration: none;
	color: #fff;
	background-color: #3B3B3B;
	border: 1px solid #333;
}
.page_nation .pn-sel{
	text-decoration: none;
	color: #fff;
	line-height: 30px;
	height: 30px;
	background-color: #3B3B3B;
	border: 1px solid #333;
	font-weight: lighter;
	display: block;
	float: left;
	margin-right: 3px;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.txt-ctr{
	text-align:center;
}
@media screen and (max-width: 480px) {	

}