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,
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;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body { font-family: 'Calibri', Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

input:focus, textarea:focus
{
	outline:none;
}

a
{
text-decoration:none;
outline:none;
}

body {
	line-height: 1;
	background-image: url("../images/bg.jpg");
	background-repeat: repeat-x;
	background-color: #edf6f2;
}

/****************************************************************************
User Styles
*****************************************************************************/

/* latin */
@font-face {
	font-family: 'Calibri';
	font-style: italic;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/l/font?kit=J7adnpV-BGlaFfdAhLQo6btPMDoTpA&skey=36a3d5758e0e2f58&v=v15) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* latin */
  @font-face {
	font-family: 'Calibri';
	font-style: italic;
	font-weight: 700;
	src: url(https://fonts.gstatic.com/l/font?kit=J7aYnpV-BGlaFfdAhLQgUp5aHRgejiMIKQ&skey=8b00183e5f6700b6&v=v15) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* latin */
  @font-face {
	font-family: 'Calibri';
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/l/font?kit=J7afnpV-BGlaFfdAhLEY67FIEjg&skey=a1029226f80653a8&v=v15) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* latin */
  @font-face {
	font-family: 'Calibri';
	font-style: normal;
	font-weight: 700;
	src: url(https://fonts.gstatic.com/l/font?kit=J7aanpV-BGlaFfdAjAo9_pxqHxIZrCE&skey=cd2dd6afe6bf0eb2&v=v15) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
@font-face {
    font-family: 'droid_sansregular';
    src: url('droidsans-webfont.eot');
    src: url('droidsans-webfont.eot?#iefix') format('embedded-opentype'),
         url('droidsans-webfont.woff') format('woff'),
         url('droidsans-webfont.ttf') format('truetype'),
         url('droidsans-webfont.svg#droid_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'droid_sansbold';
    src: url('droidsans-bold-webfont.eot');
    src: url('droidsans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('droidsans-bold-webfont.woff') format('woff'),
         url('droidsans-bold-webfont.ttf') format('truetype'),
         url('droidsans-bold-webfont.svg#droid_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}


#full-wrapper-to-all {
	width: 100%;
	}


	.center-align {
		width: 1060px;
		margin: 0px auto;
	}

.header-wrap {
	width: 100%;	
	overflow: hidden;
	height: auto;	
	}
	
.header {
	width: 100%;
	float: left;
	background-image: url("../images/menu-bg.png");
	background-repeat: repeat-x;
	margin-top: 50px;	
	height: 73px;
	border-radius: 10px;
	}

.logo {
	float: left;
	margin: 12px 0px 0px 20px;
	width: 127px;
	height: 50px;
	}
.leftbox {
    float: left;
    width: 35%;
    position: absolute;
    left: 140px;
    top: 1065px !important;
}
.rightbox
{
	float:right;width:65%
}
.rightbox p{
	font-size: 15px;
    line-height: 22px;
    margin-bottom: 20px;
    text-align: left;
}
ul.menu {
	width: auto;
	float: right;
	margin-top: 27px;
	margin-left: 0px !important;
        margin-right: 5px;
	}
	
ul.menu li {
	display: inline;
	float: left;
	width: auto;
	margin-right:0px;
	}

ul.menu li a {
	padding: 5px 15px;
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	font-family: 'droid_sansbold';
	border-radius: 15px;	
	}

ul.menu li a:active {
	background-color: #f98b29 !important;	
	}
	
ul.menu li a:hover {
	background-color: #f98b29;	
	}	


@media only screen and (min-width: 600px) {
.dropbtn {
  background-color: transparent;
  color: #fff;
  padding: 5px 15px;
  font-size: 16px !important;
  border: none;
  border-radius: 15px;
  font-family: 'droid_sansbold';
  margin-top:-8px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #00326a;
  padding: 5px 15px;
  min-width: 440px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
border-radius: 15px;
}

.dropdown-content a {
	padding: 5px 15px;
	text-decoration: none;
	font-size: 18px;
	color: #fff;
	font-family: 'droid_sansbold';
	border-radius: 15px;
        display: block;
}

.dropdown-content a:hover {background-color: #f98b29;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #f98b29;}
}


	
.banner {
	width: 100%;
	float: left;
	background-image: url("../images/bannerss.jpg");
	background-repeat: round;
	height: 450px;	
	}

.bannerin {
	width: 100%;
	float: left;
	background-image: url("../images/ban-inner.jpg");
	background-repeat: no-repeat;
	height: 176px;	
	}
	.banner-txt {
		width: 474px;
		float: left;
		margin: 138px 0px 0px 34px;
		position: absolute;
		top: 27px !important;
	}
	
.banner-txt p {
	float: left;
	width: 100%;
	font-size:35px;
	color:#fff;
	font-family: 'droid_sansbold';
	line-height: 40px;
	
	} 	

span.color {
	
   
   color: #00326A;
font-style: normal;
font-weight: bold;
font-size: 30px;	
margin-bottom: 2%;
	}	
.itlblu {
       
  
}	
.footer-wrap {
	width: 100%;
	background-color: #003269;	
	padding: 10px 0px;
	height: 200px;
	margin-top: -75px !important;	
	}	
	
.main {
	width: 1060px;
	float: left;	
	background-color: #fff;	
	padding: 25px 10px;
	border-radius: 10px;	
	margin-bottom: 10px;
	background-image: url("../images/m.png");
	background-repeat: no-repeat;
	border: none;
	}	
	
.box {	
	width:100%;
	float: left;	
	margin-bottom: 10px;
	} 
	
.sub-box {
	float: left;
	width: 286px;
	width: 46%;
	height: auto;
	background-image: url("../images/div.png");
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0px 10px 10px 15px;	
	} 	
	
.sub-box h1 {
	float: left;
	width: 100%;
	padding-bottom: 10px;
	border-bottom:2px solid #d2d2d2;
	font-family: 'droid_sansregular';
	font-size: 18px;
	color: #003269;
	margin-bottom: 10px;
	} 

.sub-box p {
	float: left;
	width: 100%;
	color: #000;
	font-family: 'Calibri';
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 20px;	
	}
#homepage_interlink{
    font-size: 17px !important;
    color: #000 !important;
    background-color:transparent !important;
    padding: 0px !important;
    font-family: 'Calibri';

}
.ins {
	cursor: pointer;
}

/*.sub-box a {
	float: left;
	width: auto;
	padding: 5px 20px 7px;
	text-decoration: none;
	color: #fff;	
	background-color: #f98b29;
	border-radius: 20px;
	font-family: 'droid_sansregular';
	font-size: 18px;
	}*/

.sub-box a.ibg {
	color:#f98b29;
	padding: 0px;
	background-color:#f8f9f9;
	font-size: 16px;
	border-radius: 0px;
	float: none;
	} 
	
ul.list {
	width:100%;
	float: left;
	margin-bottom: 4px;
	}	
	
ul.list li {
	width: 99%;
	float: left;
	line-height: 20px;
	background-image: url("../images/li.png");
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left 5px;
	font-family: 'Calibri';
	font-size: 17px !important;
	color: #000;
	margin-bottom: 3px;
	}	
#serviceh2{
font-size:20px !important;
}	
.last {
	background-image: none;
	margin-right: 0px;	
	}	
	
.con-box {
	width: 100%;	
   float: left;   
   }		
	
.con-sub-box {
	float: left;
	width: 450px;	
	}	

.con-sub-box a {	
	font-family: 'Calibri';
	font-size: 16px;	
	color: #242424;
	}


.con-sub-box h2 {
	width: 50%;
	margin-bottom: 10px;
	float: left;
	font-family: 'Calibri';
	font-size: 22px;
	margin-left: 10px;
	color: #2525252;
	}	

.con-sub-box span {
	font-size: 16px;
	}

p.pnone {
	width: 100%;	
	float: left;
	font-family: 'Calibri';
	font-size: 16px;
	line-height: 18px;
	margin-left: 10px;
	color: #242424;
	}
	
.con-sub-box img {
	float: left;
	border: none;
	margin-right: 15px;
	}	
	
.con-sub-box .pcls {
	width: 86%;	
	float: left;
	font-family: 'Calibri';
	font-size: 16px;
	line-height: 18px;
	margin-left: 40px;
	border-right: none;	
	color: #242424;
	margin-top: 25px;
	}	
	
.copy-txt {
	width: 325px;
	margin: 85px auto 0px !important;
	font-family: 'Calibri';
	font-size: 14px;
	color: #8099b4;
	}	
			 			
/****************************************************************************
Inner page Styles
*****************************************************************************/
.main .main-left {
	width: 65%;
	float: left;
	padding: 0px 2%;
	}

.main .main-right {
	width: 31%;
	float: right;
	}

.main .main-left h1 {
	width: 100%;
	float: left;
	font-family: 'droid_sansregular';
	font-size: 18px;
	color: #003269;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom:2px solid #d2d2d2;	
	}

.main .main-left h2 {
	float: left;
	width: 100%;
	color: #666;
	font-family: 'droid_sansregular';
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 6px;
	font-weight: bold;
	}

.main .main-left p {
	float: left;
	width: 100%;
	color: #000;
	font-family: 'Calibri';
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 20px;
	}

ul.marcls {
	margin-bottom: 20px;
	}	

.abt-box {
	float: left;
	width: 90%;
	height: auto;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 10px 15px;	
	} 	
	
.abt-box h1 {
	float: left;
	width: 100%;
	padding-bottom: 10px;
	border-bottom:2px solid #d2d2d2;
	font-family: 'droid_sansregular';
	font-size: 18px;
	color: #003269;
	margin-bottom: 10px;
	} 

.abt-box p {
	float: left;
	width: 100%;
	color: #242424;
	font-family: 'Calibri';
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 20px;	
	border: none;
	}

.abt-box a {	
	text-decoration: none;	
	font-family: 'droid_sansregular';
	font-size: 15px;
	color: #242424;
	}

.main .hs {
	width: 100%;
	float: left;	
	}

.main .hs h1 {
	float: left;
	width: 96%;	
	font-family: 'droid_sansregular';
	font-size: 18px;
	color: #696B6A;
	margin-bottom: 5px;
	padding:5px 10px;
	background-color: #EDF6F1;
	border:none;
	cursor: pointer;
	background-image: url("../images/plus.png");
	background-repeat: no-repeat;
	background-position: 580px center;		 
	}
	
.main .hs h1.open {
	background-image: url("../images/minus.png");
	background-repeat: no-repeat;
	background-position: 580px center;
	}	 

.main .hs p {
	float: left;
	width: 96%;
	color: #000;
	font-family: 'Calibri';
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 20px;	
	display: none;
	padding: 0px 10px;
	}

.main .main-left form {
	width: 100%;
	float: left;
	margin-top: 10px;
	}

.main .main-left form label {
	float: left;
	width: 70px;
   font-family: 'droid_sansregular';
	font-size: 15px;
	line-height: 30px;
	color: #242424;
	}

.main .main-left form input {
	float: left;
	width: 300px;
   font-family: 'droid_sansregular';
	font-size: 13px;
	line-height: 18px;
	color: #242424;
	border:1px solid #d2d2d2;
	padding: 5px 5px;
	}	

.main .main-left form textarea {
	float: left;
	width: 300px;
   font-family: 'droid_sansregular';
	font-size: 13px;
	line-height: 18px;
	color: #242424;
	border:1px solid #d2d2d2;
	padding: 5px 5px;
	height: 70px;
	}

.main .main-left form input.sbmt {
	float: left;
	width: auto;
   font-family: 'droid_sansregular';
	font-size: 16px;
	font-weight: bold;	
	color: #fff;	
	padding: 5px 25px;
	background-color: #f98b29;	
	border-radius: 15px; 
	margin-left: 70px;
	cursor: pointer;	
	}
	
	span.large{
	 color: #00326A;

	
	font-size:20px;
	}
	.ser-box{
	
	background-position: 0px 46px;
	
	}
	ul.marcls li {
	
	margin-bottom: 2px
	
	}
	.home-ban{
	font-size:18px;
	font-style:italic;
	
	}
	.home-ban p{
	font-size:20px;
	font-style:italic;
	
	}	
	
	.main{
		background:#fff;
	}
	
	.logos{
		text-align:center;
		overflow:hidden;
		background:#F8F9F9;
		padding:10px 0px;
		margin-bottom:10px;
	}
	
	.logos li{
		display:inline-block;
		padding:10px 15px;
	}
	
	
	
  .home-ban {
    
    
}
  
 .home-ban img{
	 width:200px;
	 margin-left:-28px;
 } 
 
 .partner-box{
	 text-align:center;
	 padding: 10px 10px 15px 15px;
	 width:auto;
	 float:none;
 }
 
 .partner-box h1 {
    
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 2px solid #d2d2d2;
    font-family: 'droid_sansregular';
    font-size: 22px;
    color: #003269;
    margin-bottom: 6px;
}
  
/****************************************************************************
Inner page Styles ends here
*****************************************************************************/





/****************************************************************************
Media queris page Styles
*****************************************************************************/



/****************************************************************************
Media queris Styles ends here
*****************************************************************************/




/****************************************************************************
User Styles ends here
*****************************************************************************/

/* =============================================================================
   Non-semantic helper classes
   ========================================================================== */

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

.hidden { display: none; visibility: hidden; }

.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

.invisible { visibility: hidden; }

.clearfix:before, .clearfix:after { content: ""; display: block;  clear: both;  visibility: hidden;  line-height: 0;  height: 0; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }







.main .hs h2 {
    float: left;
    font-weight: 100;    
    width: 96%;
    font-family: 'droid_sansregular';
    font-size: 18px;
    color: #696B6A;
    margin-bottom: 5px;
    padding: 5px 10px;
    background-color: #EDF6F1;
    border: none;
    cursor: pointer;
    background-image: url(../images/plus.png);
    background-repeat: no-repeat;
    background-position: 580px center;
}






