/* Getting the new tags to behave */
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i');
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}

/* Global properties ======================================================== */
* {
    margin: 0;
    padding: 0;
    outline: none;
        
}

html {width:100%; height:100%;}

body { 	 
	font-family: 'Lato', sans-serif;
	font-size:14px;
	line-height:25px;
	color:#000;
	min-width:960px;
	height:100%;
	background:url(../images/body-tail.gif) center top repeat #e7e7e7;
}
.ic {border:0;float:right;background:#fff;color:#f00;width:50%;line-height:10px;font-size:10px;margin:-220% 0 0 0;overflow:hidden;padding:0}
.main {
	width:960px; 	
	margin:0 auto;	
}
.anti
{
	border: 1px solid #1b4e87; box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;

}
.anti > a > img 
{
	width: 100%;
}
.anti:hover{
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;border: 1px solid #f00;
}
.list > li > i
{
	position: relative;
	top: 8px;
	left: -8px;color: #1b4e87;
}
.list > li
{
	line-height: 30px;
}
.list > li > a
{
	font-size: 15px;
	text-decoration: none;
	padding-left: 0px;
	transition: 0.8s;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;font-family: 'Lato', sans-serif;
}
.list > li > a:hover
{
	color: #1b4e87;
	padding-left: 5px;transition: 0.8s;-webkit-transition: 0.8s;-moz-transition: 0.8s;
}
.center1
{
	text-align: center; 
	width: 50%;
	margin:  0 auto;
	margin-bottom: 10px;
}
.center1 > h6
{
	 color: #1b4e87 !important;font-size: 16px;  font-family: 'Roboto Condensed', sans-serif;
}
.tp
{
	padding-top: 20px;
}
.txt-c
{
	text-align: center;
}
 a {color:#00989d; outline:none;}
a:hover {text-decoration:none;}

.col-1, .col-2 {float:left;}

.wrapper {width:100%; overflow:hidden;}
.extra-wrap {overflow:hidden;}
 
p {margin-bottom:18px; text-align: justify;}
.p0 {margin-bottom:0px;}
.p1 {margin-bottom:6px;}
.p2 {margin-bottom:15px;}
.p3 {margin-bottom:30px;}
.p4 {margin-bottom:40px;}
.p5 {margin-bottom:50px;}

.fleft {float:left;}
.fright {float:right;}

.alignright {text-align:right;}
.aligncenter {text-align:center;}

.color-1 {color:#fff;}
.color-2 {color:#000;}
.color-3 {color:#666;}
.pd
{
	padding-top: 20px;
}
h1{}
h2 {
	font-size:32px; 
	line-height:1.2em; 
	letter-spacing:-1px;
	color:#1b4e87;
	margin-bottom:9px;font-family: 'Roboto Condensed', sans-serif;

}
h3 {
	font-size:24px; 
	line-height:30px; 
	color:#1b4e87;
	letter-spacing:-1px;
	margin-bottom:9px;font-family: 'Roboto Condensed', sans-serif;

}
h4{
	font-size:18px; 
	line-height:24px; 
	color:#1b4e87;
	letter-spacing:-1px;
	margin-bottom:9px;font-family: 'Roboto Condensed', sans-serif;

}
h5{
	font-size:14px; 
	line-height:18px; 
	color:#00989D;
	letter-spacing:-1px;
	margin-bottom:9px;font-family: 'Roboto Condensed', sans-serif;

}
h6 {color:#00989d; font-weight:normal; font-family: 'Roboto Condensed', sans-serif;
}
.logo-center > h2
{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bolder;
}
/*********************************boxes**********************************/
.indent-top {padding-top:60px;}
.indent-top2 {padding-top:15px;}
.indent-left {padding-left:40px;}
.indent-right {padding-right:50px;}

.indent-bot {margin-bottom:20px;}
.prev-indent-bot {margin-bottom:10px;}
.prev-indent-bot2 {margin-bottom:5px;}
.img-indent-bot {margin-bottom:25px;}
.margin-bot {margin-bottom:35px;}
.margin-left {margin-left:13px;}

.img-indent {float:left; margin:0 20px 0px 0;}	
.img-indent2 {float:left; margin:0 13px 0px 0;}	
.img-indent-r {float:right; margin:24px 0px 0px 20px;}	

.buttons a:hover {cursor:pointer;}

.menu li a,
.list-1 a,
.link,
h1 a {text-decoration:none;}	

/*********************************header*************************************/
header {
	width:100%;
	position:relative; 
	z-index:2;
}

h1 {
	padding:20px 0 0 11px; 
	float:left;
}
h1 a {
	display:block; 
}
.tagline{
	float: left;
	width: 600px;
	margin: 35px 0 0 70px;
}
.topnav{
	float: right;
	margin: 10px 0 10px;
}
.topnav li{
	float: left;
	margin: 0 0 0 10px;
}
.topnav a{
	color: #1d1725;
}
/***** menu *****/
.center{
	width: 960px;
	margin: 0 auto;
}
.menuwrapper{
	background: #247CF8;
}
.menu {
	padding: 10px 10px 10px 0;
}
.menu li {
	float:left; 
	position:relative;
	/*margin: 0 14px 0 0;*/
    margin: 0 6px 0 0;
}

.menu > li:first-child {background:none;}
.menu a {
	display:inline-block; 
	font-size:14px; 
	line-height:24px; 
	padding:4px 15px 4px; 
	color:#ffffff; 
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
.menu a.active,
.menu a:hover {background-color:#1b1724; color:#ffffff;}
.logo-left, .logo-center, .logo-right
{
	display: inline-block;
	box-sizing: border-box;
	float: left;
}
.logo-left,.logo-right
{
	    width: 18%;    text-align: center;
}
.logo-left > a > img
{
	width: 100%;
}
.logo-right > a > img
{
	width: 100%;
}
.logo-center
{
	width: 64%;
	padding-top: 15px;
}
.logo-center > h2
{
	font-size: 24px;
	text-align: center;
}
/***** slider *****/
.row-bot {
	width:100%;
	padding:49px 0 0;
	background:url(../images/content-tail.gif) center top repeat
}
.slider-wrapper {
	margin:0 auto;
	width:960px;
	height:380px;
	padding-bottom:46px;
	/*background:url(../images/slider-bg.png) 0 bottom no-repeat;*/
	overflow:hidden;
}
.slider {
	width:960px;
	height:420px;
	position:relative;
}
.items {display:none;}

.pagination {
	position:absolute;
	left:292px;
	bottom: 35px;
	z-index:99;
}
	.pagination li {
		float:left;
		padding-right:8px;
	}
	.pagination a {
		display:block;
		width:13px;
		height:13px;
		background:url(../images/slider-pagination.png) right top no-repeat;
		cursor:pointer;
	}
	.pagination li.current a {cursor:default;}
	.pagination li.current a,
	.pagination a:hover {background-position:left top;}

/*********************************content*************************************/
#content {
	width:100%; 
	padding:50px 0 53px;
	background:url(../images/content-tail.gif) center top repeat;
	position:relative;
	z-index:1;
}
	#page1 #content {padding:12px 0 53px;}

.spacer-1 {
	width:100%; 
	padding:22px 0;
	background:url(../images/spacer-1.gif) right top repeat-y;
}

.title-1 {
	display:block;
	font-size:37px;
	line-height:1.2em;
	color:#2ab5ba;
	letter-spacing:-1px;
}
	.title-1 strong,
	.title-1 em {
		display:block;
		margin-top:-12px;
	}
	.title-1 em {color:#000;}

.border-bot {
	width:100%; 
	padding-bottom:20px; 
	/*background:url(../images/border-bot.gif) left bottom repeat-x;*/
	background: #013688;
}

.list-1 li {
	line-height:25px; 
	padding-left:15px; 
	padding-bottom:10px;
	background:url(../images/marker-1.png) 0 10px no-repeat;
}
	.list-1 a {
		display:inline-block;
		color:#000;
	}
	.list-1 a:hover {color:#2ab5ba;}
.list2 > li > i
{
	position: relative;
	top: 5px;left: -5px;
}
.link:hover {text-decoration:underline;} 

.link-1 {
	display:inline-block; 
	font-size:14px; 
	padding-left:9px; 
	color:#00989d;
	background:url(../images/marker-2.gif) 0 10px no-repeat;
}
.link-1:hover {text-decoration:none;} 

.text-1 {font-size:14px;} 
.tdate-1 {
	display:block;
	color:#00989d;
	margin-bottom:14px;
}

dl span {float:left; width:80px;}

/***** contact form *****/
#contact-form {
	display:block;
	width:100%;
}
	#contact-form label {
		display:block; 
		height:35px; 
		overflow:hidden;
	}
	#contact-form input {
		float:left; 
		width:280px; 
		font-size:13px; 
		line-height:1.23em;
		color:#000;
		padding:4px 10px; 
		margin:0; 
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
		border:none; 
		background:#fff;
		outline:none;
	}
	#contact-form textarea {
		float:left;
		height:363px; 
		min-height:363px; 
		max-height:363px; 
		width:520px;
		max-width:520px;
		min-width:520px;
		font-size:13px; 
		line-height:1.23em;
		color:#000;
		padding:5px 10px; 
		margin:0; 
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
		border:none; 
		background:#fff;
		overflow:auto;
		outline:none;
	}
.text-form {
	float:left; 
	display:block; 
	font-size:14px;
	line-height:28px;
	width:79px; 
	color:#000;
}

.buttons {padding:13px 0 0 0; text-align:right;}
.buttons a {margin-left:27px;}
		
/****************************footer************************/
footer {
	width:100%; 
	padding:20px 0;
	background:url(../images/footer-tail.gif) left top repeat-x;
}
	.footer-text {
		display:block;
		padding-left:40px;
	}

.list-services {
	padding:12px 0 0 40px;
	margin-bottom:12px;
	overflow:hidden;
}
	.list-services li {
		float:left; 
		padding:0 10px 0 0;
	}
	.list-services a {
		display:block;
		width:26px;
		height:26px;
		background:url(../images/social-icons.jpg) 0 0 no-repeat;
	}
	.list-services .item-2 {background-position:-36px 0;}
	.list-services .item-3 {background-position:-72px 0;}
	.list-services .item-4 {background-position:-108px 0;}

/* data table */
.data-table{width: 100%; background:#f4f4f4;}
.data-table th{background: #aab8c7; color: #fff; border-color: #87adbb #87adbb #aab5be #aab5be; border-width: 1px; border-style: solid; padding: 4px 8px; text-align: left;}
.data-table td{border-color: #87adbb #87adbb #aab5be #aab5be; border-width: 1px; border-style: solid; padding: 4px 8px;}

.quicklinks{
	border-top: 1px solid #71c8cb;
	border-bottom: 1px solid #ffffff;
}
.quicklinks li{
	border-bottom: 1px solid #71c8cb;
	border-top: 1px solid #ffffff;
	padding: 4px 0 4px 15px;
	font-weight: bold;
	background: url("../images/marker-1.png") no-repeat scroll 0 center transparent;
}

.quicklinks a{
	color: #2b3644;
	text-decoration: none;
	
}
.quicklinks a:hover{
	color: #00989D;
}
.sechead{
	border-bottom:1px solid #1d2c4b;
	margin-bottom: 15px;
}
.sechead h4{
	background: #1f5494;
	color: #ffffff;
	display: block;
	padding: 3px 10px;
	font-weight: normal;
	border-radius: 0 10px 0 0;
	margin: 0;
}
.seccont{
	padding: 0 0 0 10px;
}


/*
.quicklinks li:nth-child(4), .quicklinks li:nth-child(6) {
    display: none;
}
*/
.man-pdf {
    margin: 15px 0;
}
.man-pdf h4 {
    margin-bottom: 5px;
}
.fter-li {
    margin-top: 30px;
}
.fter-li h4 a {
    font-size: 17px;
     transition: 0.3s;
     -webkit-transition: 0.3s;
     -moz-transition: 0.3s;
}
.fter-li h4 a:hover{
    text-decoration: underline;
     -webkit-transition: 0.3s;
     -moz-transition: 0.3s;
    transition: 0.3s;
    color: #FF0000;
}
.pop-img {
    width: 100%;
    display: inline-block;
}

ul.gallery
{
	float:left;
	padding: 4px 3px;
      display: inline-block;
    width: 33.33%;
	/*min-height:186px;*/
	min-height:203px;
    box-sizing: border-box;
    
}
ul.gallery li {
   
    
    display: inline-block;
    text-align: center;
}
ul.gallery h4 {
    margin: 15px 0;
    font-size: 17px;
}

ul.gallery li img
{
	padding: 2px;
	background: #EC4595;
}

ul.gallery li a
{
	float:left;
}
ul.gallery h2 {
font-size: 16px;
padding: 0px;
margin-top: 10px;
text-align: center;
float: left;
clear: left;
width: 220px;
}
.fter-li {
	padding:25px;
	text-align:center;
	border:2px solid #1f5494;
	background:#fff;	
}
.fter-li h4 {
	text-decoration:underline;	
}
.fter-li p a {
	padding:12px 20px;
	border:2px solid #00989d;
	margin:15px 0 0;
	display:inline-block;	
}
