@charset "utf-8";
/* CSS Document */



/* Fonts */
@font-face {
 font-family: 'segoe_uiregular';
 src: url('../fonts/segoeui_1-webfont.eot');
 src: url('../fonts/segoeui_1-webfontd41d.eot?#iefix') format('embedded-opentype'),  url('../fonts/segoeui_1-webfont.woff') format('woff'),  url('../fonts/segoeui_1-webfont.ttf') format('truetype'),  url('../fonts/segoeui_1-webfont.svg#segoe_uiregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'segoe_uibold';
 src: url('../fonts/segoeuib_1-webfont.eot');
 src: url('../fonts/segoeuib_1-webfontd41d.eot?#iefix') format('embedded-opentype'),  url('../fonts/segoeuib_1-webfont.woff') format('woff'),  url('../fonts/segoeuib_1-webfont.ttf') format('truetype'),  url('../fonts/segoeuib_1-webfont.svg#segoe_uibold') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'segoe_uiitalic';
 src: url('../fonts/segoeuii_1-webfont.eot');
 src: url('../fonts/segoeuii_1-webfontd41d.eot?#iefix') format('embedded-opentype'),  url('../fonts/segoeuii_1-webfont.woff') format('woff'),  url('../fonts/segoeuii_1-webfont.ttf') format('truetype'),  url('../fonts/segoeuii_1-webfont.svg#segoe_uiitalic') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'paymeregular';
 src: url('../fonts/payme-webfont.eot');
 src: url('../fonts/payme-webfontd41d.eot?#iefix') format('embedded-opentype'),  url('../fonts/payme-webfont.woff') format('woff'),  url('../fonts/payme-webfont.ttf') format('truetype'),  url('../fonts/payme-webfont.svg#paymeregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'paymebold';
 src: url('../fonts/payme-bold_2-webfont.eot');
 src: url('../fonts/payme-bold_2-webfontd41d.eot?#iefix') format('embedded-opentype'),  url('../fonts/payme-bold_2-webfont.woff') format('woff'),  url('../fonts/payme-bold_2-webfont.ttf') format('truetype'),  url('../fonts/payme-bold_2-webfont.svg#paymebold') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'paymelight';
 src: url('../fonts/payme-light-webfont.eot');
 src: url('../fonts/payme-light-webfontd41d.eot?#iefix') format('embedded-opentype'),  url('../fonts/payme-light-webfont.woff') format('woff'),  url('../fonts/payme-light-webfont.ttf') format('truetype'),  url('../fonts/payme-light-webfont.svg#paymelight') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'throw_my_hands_up_in_the_aiRg';
 src: url('../fonts/throw_my_hands_up_in_the_air-webfont.eot');
 src: url('../fonts/throw_my_hands_up_in_the_air-webfontd41d.eot?#iefix') format('embedded-opentype'),  url('../fonts/throw_my_hands_up_in_the_air-webfont.woff') format('woff'),  url('../fonts/throw_my_hands_up_in_the_air-webfont.ttf') format('truetype'),  url('../fonts/throw_my_hands_up_in_the_air-webfont.svg#throw_my_hands_up_in_the_aiRg') format('svg');
 font-weight: normal;
 font-style: normal;
}
/***********************Common Css***************************/

body, html {
	margin:0;
	padding:0;
	font-size:14px;
	height:100%;
}
body {
	background:#fff;
	font-family: 'segoe_uiregular';
	background:url(../images/sky.png) no-repeat center -10px
}
* {
	margin:0;
	padding:0;
}
textarea {
	resize:none;
}
p {
	text-align:left;
	font-size:13px;
}
img {
	border:medium none;
}
a {
	outline:medium none;
	text-decoration:none;
	color:#666;
	font-size:12px;
}
input {
	outline:medium none;
}

input{ -webkit-appearance:none; -webkit-border-radius:0; }
/***********************main Css***************************/
.mainbodydiv {
	width:100%;
	height:auto;
	margin:0 auto;
}
.wrap {
	width:1000px;
	height:auto;
	margin:0 auto
}
.p1 {
	width:200px;
	height:auto;
	float:left
}
.p1 img {
}
.p2 {
	width:500px;
	height:auto;
	float:left;
	/*margin-top:14px;*/
	margin-top:37px;
}
.p2 p {
	font-size:25px;
	font-family: 'throw_my_hands_up_in_the_aiRg';
	color:#202020;
	padding:20px 0 0 40px;
	text-align:center
}
.p3 {/*width:277px;*/
	height:auto;
	float:right;
	/*margin-top:16px;*/
	margin-top:40px;
}
.searc {
	width:auto;
	height:auto;
	font-size:14px;
	color:#626262;
	font-family: 'segoe_uiregular';
}
.searc a {
	font-size:14px;
	color:#626262;
	font-family: 'segoe_uiregular';
}
.searc a:hover {
	color:#003871
}
.search-btton input[type="text"] {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	border-radius: 0;
	float: left;
	margin-top: 0;
	padding: 4px;
	width: 200px;
}
.searchbutton {
	background: url("../images/search-icon.png") no-repeat scroll left 2px rgba(0, 0, 0, 0);
	border: medium none;
	border-radius: 0;
	height: 24px;
	margin-top: 0;
	padding: 0;
	width: 24px;
	cursor:pointer;
}
.search-btton span {
	float:left;
	width:24px;
	cursor:pointer;
	border:1px solid #cacaca;
	height:24px;
	border-left:0;
	margin-top:5px
}
.top-nev {
	width:1000px;
	float:left;
	margin-top: -4px;
	border-bottom: 1px solid;
}
.wid {
	width:216px;
	height:auto;
}
.wid img {
	width:100%
}
.wid p {
	color:#FFF;
	padding-top:5px
}
.slid {
	width:1000px;
	height:auto;
}
.read-more {
	color:#014689;
}
.read-more a {
	padding:5px 10px;
	background:#FFF;
	border-radius:4px;
	box-shadow: 1px 1px 2px #000;
	color:#014689;
	text-transform:uppercase;
	font-size:14px;
	font-family: 'segoe_uiregular';
}
.read-more a:hover {
	text-decoration:underline
}
.wrapper {
	margin: 0 auto;
	width: 100%;
	background:#333
}
.footer-p1 {
	width:179px;
	float:left;
	margin-right:16px
}
.footer-p1:first-child {
	margin-left:13px;
}
.footer-p2 {
	width:200px;
	float:left
}
.footer-heading {
	font-family: 'paymeregular';
	font-size:16px;
	color:#FFF;
	margin-bottom:15px
}
.footer-p1 ul {
	margin-bottom:15px;
	border-right:1px solid #495862;
	box-shadow:-1px 0 0 #687b88 inset;
}
.footer-p1 ul li {
	list-style:none;
	line-height:20px;
	font-size:13px;
	color:#FFF
}
.footer-p1 ul li a {
	list-style:none;
	line-height:24px;
	font-size:13px;
	padding:3px 0 3px 0;
	color:#fefefe;
}
.footer-p1 ul li a:hover {
	color:#014488
}
.foot-search {
	width:208px;
	float:left;
}
.foot-search input[type=text] {
	background:#b2b8bd;
	color:#FFF;
	font-size:14px;
	border:none;
	padding:5px 2px;
	float:left;
	border-radius:none;
}
.foot-search span {
	width:35px;
	height:31px;
}
.foot-search span [type=button] {
	padding:4.2px 5px;
	color:#FFF;
	background:url(../images/go.png) no-repeat;
	border:none;
	cursor:pointer;
	border-radius: 0;
}
.foot-search span [type=submit] {
	padding:5px 5px;
	color:#FFF;
	background:url(../images/go.png) no-repeat;
	border:none;
	cursor:pointer;
	border-radius: 0;
}
.copy {
	width:1000px;
	margin-top:20px;
	float:left;
	margin-bottom:20px
}
.flr {
	float:right;
	color:#FFF
}
.flr a {
	font-size:12px;
	color:#FFF
}
.flr a:hover {
	color:#014488;
	text-decoration:underline
}
.body-paert1 {
	width:686px;
	float:left;
	height:auto;
	margin-bottom: 10px;
}
.body-paert2 {
	width:294px;
	float:right;
	height:auto
}
.slid1 {
	width:686px;
	float:left;
	height:375px;
}
.slid2 {
	width:681px;
	float:left;
	height:auto;
	background:url(../images/bg-diagonalbox.png) repeat left top;
	border-top:1px solid #666;
	padding:10px 1px;
	height:auto;
}
.slid2 h1 {
	color:#007c92;
	font-size:24px;
	font-family: 'paymeregular';
	text-transform:uppercase;
	width:500px;
	margin-left:25px;
	margin-bottom:5px;
	padding-left:5px;
}
.read-more2 {
	color:#fff;
}
.read-more2 a {
	padding:5px 10px;
	background:#014488;
	border-radius:4px;
	box-shadow: 1px 1px 2px #000;
	color:#fff;
	text-transform:uppercase;
	font-size:14px;
	font-family: 'segoe_uiregular';
	transition: all 0.3s ease-in-out 0s;
}
.read-more2 a:hover {
	text-decoration:underline;
	background:#FFF;
	color:#014488
}
.lts_head {
	width:294px;
	background:#3b4b57;
	text-align:center;
	font-size:24px;
	padding:10px 0 10px 0;
	color:#FFF;
	font-family: 'paymeregular';
	font-weight:bold
}
.lts_head2 {
	width:294px;
	font-size:24px;
	color:#949292;
	font-family: 'paymeregular';
}
.lts_listheadin p {
	font-size:13px;
	color:#343434;
	font-family: 'segoe_uiregular';
	width:100%
}
.ltstext {
	width:284px;
	padding:0px 5px 10px 5px;
	float:left;
	/*border-bottom:1px solid #999;*/
	margin-bottom:5px
}
.lts_listheadin {
	font-size:15px;
	color:#014488;
	float:left;
	font-family: 'segoe_uiregular';
	font-weight:bold;
	width:100%
}
.lts_listheadin a {
	font-size:15px;
	color:#014488;
	float:left;
	font-family: 'segoe_uiregular';
	font-weight:bold;
	margin-top:10px
}
.lts_listheadin a:hover {
	color:#3b4b57;
	text-decoration:underline
}
.id1 {
	background:#9d863f
}
.id2 {
	background:#000294
}
.dotedline {
	width:276px;
	height:8px!important;
	background:url(../images/linddoted.png) no-repeat left top;
	margin-top: 10px;
	margin-left:16px;
	margin-bottom: 10px;

	
}
/***********************custom Css***************************/
.clear {
	clear:both;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.floatNone {
	float:none;
}
.textCenter {
	text-align:center;
}
.textLeft {
	text-align:left;
}
.textRight {
	text-align:right;
}
.marginAuto {
	margin:auto;
}
.paddingAuto {
	padding:auto;
}
.pad5 {
	padding:5px;
}
.pad10 {
	padding:10px;
}
.pad15 {
	padding:15px;
}
.pad20 {
	padding:20px;
}
.pad25 {
	padding:25px;
}
.padLeft5 {
	padding-left:5px;
}
.padLeft10 {
	padding-left:10px;
}
.padLeft15 {
	padding-left:15px;
}
.padRight5 {
	padding-right:5px;
}
.padRight10 {
	padding-right:10px;
}
.padRight15 {
	padding-right:15px;
}
.padTop5 {
	padding-top:5px;
}
.padTop10 {
	padding-top:10px;
}
.padTop15 {
	padding-top:15px;
}
.padBot5 {
	padding-bottom:5px;
}
.padBot10 {
	padding-bottom:10px;
	padding-left:5px;
}
.padBot15 {
	padding-bottom:15px;
}
.padBot20 {
	padding-bottom:20px;
}
.padding45 {
	padding-top: 45px;
}
.margin5 {
	margin:5px;
}
.margin10 {
	margin:10px;
}
.margin15 {
	margin:15px;
}
.margin20 {
	margin:20px;
}
.margin25 {
	margin:25px;
}
.marginTop5 {
	margin-top:5px;
}
.marginTop10 {
	margin-top:60px;
}
.marginTop15 {
	margin-top:15px;
}
.marginTop25 {
	margin-top:25px;
}
.marginBot5 {
	margin-bottom:5px;
}
.marginBot10 {
	margin-bottom:10px;
}
.marginBot15 {
	margin-bottom:15px;
}
.marginBot50 {
	margin-bottom:50px;
}
.marginLeft5 {
	margin-left:5px;
}
.marginLeft10 {
	margin-left:10px;
}
.marginLeft15 {
	margin-left:15px;
}
.marginRight5 {
	margin-right:5px;
}
.marginRight10 {
	margin-right:10px;
}
.marginRight15 {
	margin-right:15px;
}
.marginleft25 {
	margin-left:25px;
}
.marginleft20 {
	margin-left:24px;
}
.marginleft23 {
	margin-left:23px;
}
.marginleft30 {
	margin-left:30px;
}
.marginrit28 {
	margin-right:28px;
}
.marginleft40 {
	margin-left:40px;
}
.widthAuto {
	width:auto;
}
.widthHundPer {
	width:100%;
}
.widthHalfPer {
	width:50%;
}
.heightAuto {
	height:auto;
}
.boder_non {
	border:none;
}
.fontSize12 {
	font-size:12px;
}
.fontSize13 {
	font-size:13px;
}
.fontSize14 {
	font-size:14px;
}
.fontSize15 {
	font-size:15px;
}
.fontSize16 {
	font-size:16px;
}
.fontSize17 {
	font-size:20px;
}
.fontSize24 {
	font-size:24px;
}
.fontBold {
	font-weight:bold;
}
.hide {
	display:none;
}
.show {
	display:block;
}
.col {
	color:#FFF
}
.overflowAuto {
	overflow:auto;
}
.overflowAuto_x {
	overflow-x:auto;
}
.overflowAuto_y {
	overflow-y:auto;
}
.rdm {
	margin:0 auto
}
/*-------------------------------------18-03-2014(abhilesh)-----------------------------*/
.innerbody_left {
	width:265px;
	float:left;
	height:auto
}
.boxleft {
	background:#faf8f8;
	width:auto;
	margin-bottom: 10px;
	height:auto;
}
.boxleft h3 {
	margin: 0 10px 0 8px;
	padding: 7px 0 8px 5px;
	color:#232122;
	font-family: 'paymeregular';
	font-size:16px;
	font-weight: normal;
	border-bottom: 1px dashed #E2E2E2;
}
.boxleft h4 {
	margin: 0 10px 0 8px;
	padding: 7px 0 8px 5px;
	color:#232122;
	font-family: 'paymeregular';
	font-size:16px;
	font-weight: normal;
	border-bottom: 1px dashed #E2E2E2;
}
.boxleft ul {
	text-align:left;
	padding-left:10px;
}
.boxleft li {
	list-style:none;
	font-size:12px;
	color:#9f9999;
	background:url(../images/iconleft.png) no-repeat left top 9px;
	padding-left:11px;
	line-height: 22px;
}
.innerbody_right {
	width:718px;
	float:right;
	height:auto;
	margin-left:0px;
}
.innerbody_right h3 {
	margin: 0 10px 0 0;
	padding: 43px 0 2px;
	color:#014488;
	font-family: 'paymeregular';
	font-size:24px;
	font-weight: normal;
	border-bottom: 1px solid #E2E2E2;
}
.innerbody_right p {
	font-family:14px;
	font-family: 'segoe_uiregular';
	text-align:justify;
	padding-right:21px;
}
.innerbody_right p a {
	color:#4284B0;
}
.innerbody_right ol {
	margin-left:30px;
	text-indent:10px;
}
.innerbody_right ul {
	margin-left:30px;
}
.boxleft p {
	text-align:left!important;
}
.botomimg {
	float:left;
	width:708px;
	height:2px;
	border-top:1px dashed #e3e2e2;
}
#breadcrumb {
	width:332px;
	padding: 9px 0;
}
.breadcrumb > li {
	display: inline-block;
}
.breadcrumb > li + li:before {
	color: #414141;
	content: ">";
	font-size: 11px;
	padding: 0 6px;
}
.breadcrumb li, .breadcrumb li a {
	color: #666666;
	font-size: 12px;
	padding: 0 0 0 0;
	text-transform: uppercase;
	font-family: 'segoe_uiregular';
}
.inner_right {
	float:right;
	width:100%;
	margin-top:10px;
}
.boxleft {
	float:left;
	background:none;
	width:260px;
	min-height:229px;
	margin-right:6px;
	border:3px solid #f5f5f5;
	text-align: center;
}
.inner_right .boxleft h3 {
	background:url(../images/bginner.png) repeat-x left top;
	text-align: center;
	width:100%;
	color:#fff;
	border:0px;
	font-size:12px;
	font-weight:normal;
	padding: 8px 0;
}
.inner_right .boxleft p {
	margin:0px;
	float:left;
	font-size: 12px;
	padding-left: 9px;
	padding-right: 4px;
	text-align:justify;
}
.inner_right .boxleft p a {
	margin:0px;
	text-align:right;
	font-size: 12px;
	padding-left:4px;
	padding-right:9px;
	float:right;
	color:#333;
}
.imginnertopic {
	width:224px;
}
.share {
	float:right;
	margin-top:8px;
}
.share span {
	text-align:left;
	float:left;
	padding-right:5px;
}
.maininner {
	width:1000px;
	border-bottom: 1px solid;
}
.box_detail {
	float:left;
}
.box_detail h3 {
	font-family: 'paymeregular';
	font-size:24px;
	color:#949292;
	border-bottom:1px dashed #a4a4a4;
	padding-top:0px;
}
.box_detail_1 {
	float:left;
	width:260px;
}
.box_detail_1 h3 {
	font-family: 'paymeregular';
	font-size:24px;
	color:#949292;
	border-bottom:1px dashed #a4a4a4;
	padding-top:0px;
}
.mainboxdetail {
	float:left;
	width:254px;
	height:auto;
}
.boxdetail {
	float:left;
	width:287px;
	margin-top: 10px;
	border-bottom: 1px dashed #CCCCCC;
	padding-bottom: 9px;
}
.boxdetail:last-child {
	border-bottom:none;
}
.boxdetail_left {
	float:left;
	width:90px;
}
.boxdetail_left img {
	border:1px solid #d8d8d8;
}

.boxdetail_right {
    float: left;
    padding-left: 5px;
    width: 162px;
}
.boxdetail_right h6 {
	margin:0px;
	padding:0px;
	font-size:13px;
	color:#1d4477;
	font-weight:normal;
	font-family: 'paymeregular';
}
.boxdetail_right p {
	font-family: 'segoe_uiregular';
	font-size:12px;
	color:#505050;
	padding-top:3px;
	padding-left:2px;
	height:47px;
	overflow:hidden;
}
.detail_bottom {
	float:left;
	width: 100%;
	margin-bottom: 13px;
}
.detail_bottom h2 {
	margin: 0 10px 0 0;
	padding: 19px 0 2px;
	color:#1d4477;
	font-family: 'paymeregular';
	font-size:24px;
	font-weight: normal;
	border-bottom: 1px solid #adafb0;
	;
	margin: 0 10px 7px 0;
}
.detailtext_left {
	float:left;
	width:345px;
	padding-right: 10px;
	border-right: 1px solid #E0E1E1;
}
.detailtext_left p {
	font-family: 'segoe_uiregular';
	font-size:12px;
	color:#505050;
	margin-bottom:15px;
}
.detailtext_left h6 {
	margin: 1px 0 4px;
	padding: 0 0 7px;
	border-bottom:1px dashed #c0c0c0;
	color:#3b5d89;
	font-size:14px;
	font-family: 'paymeregular';
	font-weight:normal;
}
.detailtext_left h6 a {
	color:#3b5d89;
}
.detailtext_right {
	float:left;
	width:330px;
	margin-left:9px;
}
.detailtext_right p {
	font-family: 'segoe_uiregular';
	font-size:12px;
	color:#505050;
	margin-bottom:15px;
}
.detailtext_right h6 {
	margin: 1px 0 4px;
	padding: 0 0 7px;
	border-bottom:1px dashed #c0c0c0;
	color:#3b5d89;
	font-size:14px;
	font-family: 'paymeregular';
	font-weight:normal;
}
.detailtext_right h6 a {
	color:#3b5d89;
}
.detailtext_right img {
	margin-top:8px;
	margin-bottom:9px;
}
.clintstory {
	float:left;
	width:286px;
}
.clintstory h3 {
	font-family: 'paymeregular';
	font-size:24px;
	color:#949292;
	border-bottom:1px dashed #a4a4a4;
	padding-top:15px;
	padding-bottom: 3px;
}
.clintstory h6 {
	margin: 10px 0 4px;
	padding: 0 0 0px;
	color:#1D4477;
	font-size:13px;
	width:195px;
	font-family: 'paymeregular';
	font-weight:normal;
}
.clintstory p {
	font-family: 'segoe_uiregular';
	font-size:12px;
	color:#505050;
	margin-bottom:6px;
}
.contant {
	float:left;
	width:696px;
}
.contant h3 {
	margin: 1px 0 4px;
	padding: 0 0 0px;
	color:#0b0b0b;
	text-transform:capitalize!important;
	font-size:14px;
	font-family: 'paymeregular';
	font-weight:normal;
	border-bottom:none;
}
.contant p {
	font-family: 'segoe_uiregular';
	padding-top: 0 !important;
	text-align: left;
	width: 696px;
	color:#014488;
	font-weight:600;
}
/*------------------------------------industry01-04-2014---------------------------------*/
.industribody_right {
	float:left;
	width:692px;
	padding-right:18px;
}
.industribody_right p {
	font-family:14px;
	width:682px;
	font-family: 'segoe_uiregular';
	text-align:justify;
	padding-top: 9px;
	padding-bottom:9px;
}
.industribody_right h3 {
	color: #014488;
	font-family: 'paymeregular';
	font-size: 24px;
	padding-left: 0;
	padding-top: 0;
	margin-bottom: 9px;
	width: 678px;
	font-weight:normal;
}
.box_detail_1 {
	float:left;
	margin-left:0px;
	width:256px;
}
.box_detail_1 h3 {
	font-family: 'paymeregular';
	font-size:24px;
	color:#949292;
	border-bottom:1px dashed #a4a4a4;
	padding-top:0px;
}
.share123 {
	float:right;
	margin-top:-37px;
	margin-right:0x;
	width:103px;
}
.indutext {
	float:left;
	padding-left:0px;
}
.box_detaildee_1 {
	float:right;
	margin-left:0px;
	width:279px;
}
.box_detail_1 h3 {
	font-family: 'paymeregular';
	font-size:24px;
	color:#949292;
	border-bottom:1px dashed #a4a4a4;
	padding-top:0px;
}
/*----------------------------about---------------------------*/

.innewraper {
	float:left;
	width:648px;
	margin-left:0px;/* margin-top:16px;*/
}
.aboutcon {
	float:left;
	width:100%;
}
.aboutcon p {
	font-weight:500;
	padding-bottom:10px;
	text-align: justify;
}
.aboutcon h3 {
	margin: 0 10px 0 0;
	padding: 0px 0 2px;
	color:#014488;
	font-family: 'paymeregular';
	font-size:24px;
	font-weight: normal;
	border-bottom: 1px solid #E2E2E2;
}
.aboutcon h5 {
	font-family: 'paymelight';
	font-size:20px;
	color:#000000;
}
.careerdetail {
	font-family: 'segoe_uiregular';
	font-size:14px;
	font-weight:normal;
	line-height:22px;
}
.listabout {
	float:left;
	width:100%;
	margin-top:0px;
	padding-bottom: 10px;
}
.careerdetail strong {
	font-weight:bold;
}
.listabout ul {
	list-style:none;
	margin:0px;
	text-align:left;
}
.listabout li {
	color:#014488;
	background:url(../images/icon123.png) no-repeat left 0px top 11px;
	padding-left:17px;
	font-size:14px;
	font-family: 'segoe_uiregular';
	line-height:28px;
}
.boxinner {
	width:300px;
	height:138px;
	background:#3b4b57;
	margin-top:10px;
}
.boxinner h3 {
	color:#FFF;
	padding: 7px 0 5px 7px;
	font-family: 'paymeregular';
}
.boxinner p {
	font-size:14px;
	color:#fff;
	font-weight:normal;
	padding: 0 8px;
	width:254px;
}
.boxinner input[type="button"] {
	width:128px;
	height:36px;
	background:#fff;
	border-radius:5px;
	outline:none;
	border:none;
	margin: 20px 0 5px 5px;
	color:#014689;
	font-size:15px;
	font-family: 'segoe_uiregular';
}
.listing1 {
	float:left;
	margin-left:15px;
}
.listing1 ul {
	margin:0px;
	text-align:left;
}
.listing1 li {
	color:#014488;
	padding-left:1px;
}
.listing1 li a {
	color:#014488;
	font-family: 'segoe_uiregular';
	line-height:28px;
	font-size:14px;
}
.box_detaillist h3 {
	border-bottom: 1px dashed #A4A4A4;
	color: #949292;
	font-family: 'paymeregular';
	font-size: 24px;
	padding-top: 5px;
}
.contant_bottom {
	color:#014488;
	font-size:15px;
	font-weight:600;
	font-family: 'segoe_uiregular';
	padding-top:10px;
}
.career_listing {
	float:left;
	width:100%;
}
.career_listing p {
	font-weight:600;
	padding-bottom:10px;
}
.career_listing img {
	width:100%;
}
.career_listing h3 {
	font-family: 'paymeregular';
	font-size:24px;
	color:#014488;
	padding-top:0px;
	padding-left:0px;
	font-family:24px;
	font-weight:normal;
}
.listabout h3 {
	font-family: 'paymeregular';
	text-transform:uppercase;
	font-size:24px;
	color:#014488;
	padding-top:0px;
	padding-left:0px;
	font-weight: normal;
}
.listabout span a {
	margin:0px;
	padding:0px;
	font-family: 'paymeregular';
	font-weight:normal;
	font-size:20px;
	color: #007C92;
}
.listabout p {
	font-size:14px;
	color:#000000;
	font-family: 'segoe_uiregular';
	font-weight: 600;
	width: 331px;
}
.listabout table {
	margin-top:10px;
	margin-bottom:10px;
	border-bottom:1px solid #333;
	padding-bottom: 11px;
}
.search-btton {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #DDDDDD;
	float: left;
	margin-top: 5px;
}
.research {
	float:left;
	width:66%;
}
#breadcrumb_1 {
	padding: 6px 0;
}
.mainresearch {
	float:left;
	width:100%;
	margin-top:10px;
}
.researchbox_left {
	float:left;
	width:325px;
	font-family: 'paymeregular';
	font-size:24px;
	color:#014488;
}
.researchbox_left p {
	font-size:14px;
	color:#000;
	font-family: 'segoe_uiregular';
	width: 288px;
}
.researchbox_left h3 {
	margin: 0 30px 6px 0;
	padding:0px;
	border-bottom: 1px solid #acaeb0;
	padding: 0 0 3px;
	font-size:24px;
	font-family:'paymeregular';
	font-weight:normal;
}
.box_research h5 {
	margin:14px 0 6px;
	padding:0px;
	border-bottom: 1px solid;
	color:#1a1c1d;
}
.research_center {
	float:left;
	width:390px;
}
.research_center p {
	width:330px;
	padding-left: 0px;
	padding-top:9px;
}
.research_center img {
	margin:0px 10px 0px 0px;
}
.research_right {
	float:left;
	width:256px;
}
.bottomtext {
	float:left;
	width:256px;
}
.boxresearch {
	width:auto;
}
.boxresearch h3 {
	margin:14px 0 6px;
	padding:0px;
	border-bottom: 1px solid #ACAEB0;
	color:#014488;
	font-family: 'paymeregular';
	font-size:24px;
	font-weight:normal;
}
.box_research {
	float: left;
	width: 295px;
	margin-top:22px;
}
.researchbox {
	float:left;
	margin-bottom:10px;
}
.box_detaillist_1 {
	float:left;
}
.box_detaillist_1 img {
	margin-top:10px;
	margin-bottom:2px;
}
.box_detaillist_1 h5 {
	border-bottom: 1px dashed #A4A4A4;
	color: #949292;
	font-family: 'paymeregular';
	font-size: 24px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 257px;
}
.contantservices {
	float: left;
	width: 696px;
}
.contantinner {
	float:left;
	width:696px;
}
.contantinner h3 {
	margin: 0px 0 4px;
	padding: 3px 0 0;
	color:#ffffff;
	text-transform:capitalize!important;
	font-size:13px;
	font-family: 'paymeregular';
	font-weight:normal;
	width:auto;
	background:url(../images/servicesbg.png) repeat-x left top;
	height:25px;
	border:none;
}
.contantinner p {
	font-family: 'segoe_uiregular';
	padding-top: 0 !important;
	text-align: left;
	width:99%;
	color:#333;
	font-weight:normal;
	font-size:12px;
	padding-left:5px;
}
.boxleftser {
	float:left;
	background:none;
	
	/*width:301px;*/
	width:330px;
	min-height:120px;
	max-height:212px;
	/*margin-right:20px;*/
	margin-bottom: 10px;
	border:3px solid #f5f5f5;
	text-align: center;
}
.service12 {
	text-align:justify;
	padding: 0 9px 0 6px;
	width:288px;
}
.boxleftser ul {
	margin: 0 0 0 5px;
	text-align:left;
	list-style:none;
}
.boxleftser li {
	color:#1a1c1d;
	padding-left:11px;
	padding-top:11px;
	line-height:14px;
	background:url(../images/servicon.png) no-repeat left 14px;
	font-family: 'segoe_uiregular';
	font-size:12px;
}
.contact_us {
	float:left;
	width:982px;
}
.contact_us p {
	margin:0px;
	padding:0px;
	color:#333;
	font-family: 'segoe_uiregular';
}
.contact_us h3 {
	color: #014488;
	font-family: 'paymeregular';
	font-size: 24px;
	padding-left: 0;
	padding-top: 0;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 9px;
	font-weight:normal;
}
.conbox {
	float:left;
	width:1000px;
}
.conbox h3 {
	margin:0px;
	padding:0px;
	font-size:18px;
	color:#000;
	font-family: 'paymeregular';
	font-weight:normal;
	border-bottom:1px dashed #999;
	margin: 10px 0;
	padding: 0 0 4px;
}
.conleft {
	float:left;
	display:block;
	width:595px;
	height:auto;
}
.conleft table td {
	font-size:14px;
	font-family: 'segoe_uiregular';
	color:#000000;
	line-height:47px;
}
.conleft table td input {
	border:1px solid #cccccc;
	width:352px;
	height:25px;
}
.conleft table td select {
	width:352px;
	height:25px;
}
.conleft table td textarea {
	width:352px;
	height:72px;
}
.buttoncon {
	background-color:#014488;
	color:#fff;
	width:92px;
	height:33px;
	border:none;
}
.buttontd {
	width:92px;
	height:33px;
}
.conright {
	float:right;
	display:block;
	width:365px;
	height:auto;
}
.submitbutton {
	float:right;
	display:block;
	width:376px;
	height:100px;
	border:none;
	color:#fff;
	margin-top:10px;
}
.box_reserch {
	border-bottom: 1px dashed #CCCCCC;
	float: left;
	margin-top: 10px;
	padding-bottom: 9px;
	width: 298px;
}
.reserchbox {
	float: left;
	border-bottom: 1px dashed #CCCCCC;
	margin-top: 10px;
	padding-bottom: 9px;
	width: 310px;
}
.reserch_left {
	float: left;
	width: 90px;
}
.reserch_right {
	float:left;
}
.readmore {
	float:right;
}
.reserch_right p {
	width:208px;
}
.bannermanage {
	width:auto;
}
.navicon {
	display:none;
	position:absolute;
	top:-43px;
	right:18px;
}
.cbp-hrmenu {
	position:relative;
}
.aboutconlink {
	float: left;
	width: 1000px;
	padding:9px 0px 10px 0px;
	font-weight: 600;
}
.aboutconlink a {
	color:#014488;
color:#font-family: 'segoe_uibold';
	font-size:14px;
}
.box_detaillist {
	margin-bottom:18px;
	margin-top:5px;
}

.box_detaillist img { margin-left:13px;}


.box_research h6 {
	border-bottom: 1px solid;
	margin: 0 0 6px;
	font-size:24px;
	border-bottom:1px solid #acaeb0;
	padding: 0 0 6px;
	font-size:24px;
	font-family:'paymeregular';
	font-weight:normal;
}
.slideread {
	margin-top:10px;
	margin-left: 17px;
}
.slideread a {
	float:left;
	background:#FFF;
	padding: 12px 30px;
	border-radius:2px;
	font-size:15px;
	font-weight:bold;
	color:#014689;
	font-family: 'segoe_uiregular';
	text-transform:uppercase;
}
.footer-p1 h5 {
	font-size:16px;
	font-weight:normal;
	font-family: 'paymeregular';
}
.slide p {
	margin:0px auto;
	padding:0px;
	text-align:center;
	font-family: 'paymeregular';
	font-size:13px;
	width:200px;
}
.slide h1 {
	text-align:center;
	font-size:24px;
	color:#949292;
	margin:0px auto;
	padding:0px;
	width:137px;
	line-height:22px;
	border-bottom: 5px solid #919191;
	padding: 0 0 9px;
}
.slide img {
	max-height:100%;
}
.second {
	color: #007c92;
	float: left;
	width: 188px;
	font-weight:bold;
}
.second h2 {
	font-family: 'paymeregular';
	font-size: 15px;
	margin: 10px auto;
	text-align: left;
	text-transform: uppercase;
}
.second p {
	color:#2e2e2e;
	font-family: 'segoe_uiregular';
	font-size:13px;
	font-weight: 500;
}
.researchbox_left p {
	text-align:justify;
}
.reserch_right p {
	text-align:justify!important;
}
.reserch_right h6 a {
	margin:0px;
	padding:0px;
	font-size:13px;
	color:#1d4477;
	font-weight:normal;
	font-family: 'paymeregular';
}
.listabout h4 {
	margin:0px;
	padding: 5px 0 0;
	font-weight:bold;
	font-family: 'paymeregular';
	font-size:14px;
	text-transform:uppercase;
}
.listabout p {
	margin:0px;
	padding:0px;
	font-weight:600;
}
.listabout h6 {
	margin:0px;
	padding:0px;
	color:#333333;
	font-size:20px;
	font-weight:100;
}
.pagination {
	float:left;
	list-style:none;
	padding-bottom:30px;
}
.pagination ul {
	list-style:none;
	display:inline-block;
}
.pagination li {
	display:inline-block;
	background:#3B4B57;
	padding: 3px 10px;
	margin-right:3px;
}
.pagination ul li a {
	color:#FFF;
}
.pagination ul li.active {
	background:#125090;
}
.owl-item p {
	font-family: 'segoe_uiregular';
	font-size: 13px;
	margin-bottom: 15px;
	margin-left: 18px;
	overflow: hidden;
	padding:16px 10px;
	height: 80px;
	/*text-align: justify;*/
	text-align:left;
	width: 170px;
	padding-bottom: 10px !important;
}
.darkCyan p {
	width: 165px !important;
	margin-left:5px !important;
	padding-left:25px !important;
}
.item.darkCyan > img {
	width:165px;
	margin-left:0px !important;
}
.owl-example {
	width:127px!important;
}
.container {
	margin-left:10px;
	margin-right:0px;
}
.text_p {
	margin: 0 !important;
	padding: 8px 0 0 33px !important;
	text-align: left !important;
	width: 159px !important;
	height:150px !important;
}
.headingnew {
	float:left;
	display:block;
}
.headingnew h3 {
	color: #014488;
	font-family: 'paymeregular';
	font-size: 24px;
	font-weight: normal;
	padding-left: 0;
	padding-top: 0;
	text-transform:uppercase;
}

.bigbanner img {
	width:98%;
}

#map-canvas{width:320px; height:309px; margin-right:0px;}

#video1{ margin:0px; padding:0px;}
.box_detail iframe{width:100%;}
