@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
	font-size:100%;
	background:url(../images/background.jpg) 0 0 no-repeat;
	width:100%;
	height:100%;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
}

.clearfix{
	clear:both;
}

a {
	color:#0e2ea9;
}

a:hover, a:active, a:focus {
   outline: none !important;
}

/***********************common style******************/
.no-pad{
	padding-left:0;
	padding-right:0;
}

h1 {
  font-family: 'Candara';
  font-size: 34px;
}

h2 {
  font-family: 'Candara';
  font-size: 28px;
}

h3 {
  font-family: 'Candara';
  font-size: 24px;
}

h4 {
  font-family: 'Candara';
  font-size: 20px;
}

p {
  color: #000;
  font-family: 'Candara';
  font-size: 12.5px;
}

p a {
  color: #000;  
}

b {
  font-family: 'Candara';
  font-size: 13px;
   color: #000;
}


/***********************custom style******************/

.main { margin: 0 auto !important;  max-width: 975px;}
.top_hdr_nav {
	text-align: right;
	font-size: 14px;
	font-family: 'Candara';
	padding:12px 0;
}

.top_hdr_nav ul {
	list-style: none;
	margin: 0;
}

.top_hdr_nav li::after {
	content: "|";
	padding-left: 5px;
	padding-right: 5px;
	color:#7e7d7d;
}

.top_hdr_nav li:last-child::after {
	content: "";
}

.top_hdr_nav li {
	display: inline-block;
}

.top_hdr_nav li a {
	color:#7e7d7d;	
}

.banner {
	background: white;
	padding: 20px;
    box-shadow: 0 0 15px -2px #ccc;
}

.logo_box {
	padding: 0;
	background:url(../images/side_banner.png) 0 0 no-repeat;
	background-size:100% 100%;	
	height:360px;
	position:relative;
}

.logo_box img {
	width: 100%;
	position:absolute;
	bottom:12px;
}

.banner_box {
	padding: 0;
}

.banner_img {
	position:relative;
}

.banner_img img {
	width: 100%;
}

.search_box {
	position: absolute;
	top: 250px;
	right: 0px;
}

.nav_box {
	position: absolute;
	top: 290px;
	left: 1px;
	width:100%;
}

.search_box input {
	padding: 4px 10px;
	width: 200px;
	border: solid 1px #acacac;
	border-radius: 7px;
	font-size:12px;
}

.search_box button, .search_box input[type="submit"] {
	position: relative;
	right: 30px;
	border: 0;
}

.nav_box ul {
	list-style: none;
	margin: 0;
	font-family: 'Candara';
}

.nav_box li {
	float: left;
	width: 233px;
	height: 50px;
	background: #0070b7;
	text-align: center;
	line-height: 51px;
	border-right: solid 1px #398fd4;
}

.nav_box li:last-child {
	border-right: none;
}

.nav_box li a {
	color:white;
	padding:10px;
	font-size:15px;
}

.widget_box {
	text-align: center;		
	background: #eff3f5; /* Old browsers */
	background: -moz-linear-gradient(top, #eff3f5 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #eff3f5 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #eff3f5 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff3f5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	border-radius:10px;
	padding-top: 5px;
}

.square_box {
	background: white;		
	border-radius:10px;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
}

.square_box h3 {
	margin-top: 0;
	color:#004c81;
}

.square_box h4 {
	margin-top:0;
	color:#004c81;
}

.mng_padd {
	padding: 0 5px 7px;
}

.widget_white {
	background: #fff;	
	border-radius:10px;
	padding-top: 10px;
	margin-top:20px;
	padding-left:5px;
	padding-right:5px;
	box-shadow:0px 0px 1px #ccc;
}

.square_box h4 {
	border-bottom: solid 1px #cedae1;
	padding-bottom: 10px;
	margin: 0 auto 10px;
	width: 70%;
	color:#004c81;
}

.square_box p {
	font-size: 12px;
}

.about_box {
	padding-top: 30px;
	padding-left:0;
}

.news_box {
	padding-top: 30px;
	padding-right:0;
}

.news_item span {
	display: block;
	color: #0070b7;
}

.about_box h2 {
	margin-top: 0;
	color:#004c81;
}

.news_box h2 {
	margin-top: 0;
	color:#004c81;
}

.gredient_bdr {
	margin-top: 24px;
	margin-bottom: 30px;
	height: 7px;
	widows:100%;
	padding:0;
	background: #003265; /* Old browsers */
	background: -moz-linear-gradient(left, #003265 0%, #0394d4 50%, #003265 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #003265 0%,#0394d4 50%,#003265 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #003265 0%,#0394d4 50%,#003265 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003265', endColorstr='#003265',GradientType=1 ); /* IE6-9 */
}

.news_item {
	min-height: 80px;
}

.footer_box {
	min-height: 100px;
}

.newletter_box {
	padding: 0;	
}

.newletter_input {
	padding-left: 0;
	padding-top: 5px;
}

.newletter_input h4 {
	color:#004c81;
}

.newletter_input input {
	width: 190px;
	padding: 5px;
	border: solid 1px #d9d9db;
	font-style: italic;
	font-size: 12px;
	display:inline-block;
}

.newletter_input button {
	border: 0;
	position: relative;
	top: -2px;
}

.ex_text {
	color:#026ca9;
	font-size:13px;
	padding-top:5px;
}

.social_iconset h4 {
	color:#525354;
}

.social_iconset ul {
	list-style: none;
	margin: 0;
}

.social_iconset li {
	display: inline-block;
	padding-right:3px;
}

.contact_infobox {
	font-size:11px;
	border-left: solid 1px #e6e6e6;
}

.contact_infobox h4 {
	color: #525354;
	margin-top: 0;
}

.contact_infobox ul {
	list-style: none;
	margin: 0;
	color:#898c8f;	
}

.contact_infobox li {
	display: inline-block;
	padding-right: 10px;
	width: 49%;
	padding-bottom: 3px;
}

.copy_right a {
	color: #646667;
	text-decoration: underline;
}

.res_nav {
	display:none;
}

.inner_content {
	background: white;
	margin-top: 20px;
	padding: 40px;
	padding-top:30px;
	box-shadow: 0 0 10px -3px #ccc;
	min-height:400px;
}

.breadcrumb_box {
	font-size:11px;
	padding-bottom:10px;
}

.breadcrumb_box ul {
	list-style: none;
	margin: 0;
}

.breadcrumb_box li::after {
	content: ">";
	padding-left: 1px;
	padding-right: 1px;
	color:#a9a9a9;
}

.breadcrumb_box li:last-child::after {
	content: "";
}

.breadcrumb_box li {
	display: inline-block;
	color:#a9a9a9;
}

.breadcrumb_box li a {
	color:#a9a9a9;	
}

.sidebar_box {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left, #ffffff 78%, #efefef 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ffffff 78%,#efefef 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ffffff 78%,#efefef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=1 ); /* IE6-9 */
	padding-top:20px;
	padding-bottom:25px;
	margin-top:20px;
	margin-bottom:24px;	
	box-shadow: 0 0 5px -2px #ccc;
	-moz-box-shadow: 0 0 5px -2px #ccc;
	-webkit-box-shadow: 0 0 5px -2px #ccc;
	transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
	posistion:relative;
}

.sidebar_box ul {
	list-style: none;
	margin: 0;
}

.sidebar_box ul li {
	background:url(../images/sidebar_icon.png) 0 0 no-repeat;
	margin-bottom: 5px;
	height:36px;
	padding-left:10px;
}

.sidebar_box ul li a {
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	font-weight:700;
	text-decoration:none;
	line-height:32px;
	display:block;
}

.padd_rtless {
	padding-right: 0;
	padding-left: 25px;
}

.sidebar_box ul li:first-child, .sidebar_box ul li:nth-child(2), .sidebar_box ul li:nth-child(5) {
	width: 70%;
}

.sidebar_box ul li:nth-child(2) {
	width: 60%;
}

.sidebar_box ul li:nth-child(4) {
	width: 80%;
}

.sidebar_box ul li:hover {
	background:url(../images/sidebar_iconactive.png) 0 0 no-repeat;
	height:36px;
	width:100%;
	margin-left:-7px;
	text-indent: 0.6em;
}

.sidebar_box h4 {
	color: #055591;
	text-align: center;
	font-size: 16px;
	padding-left: 15px;
	padding-right: 15px;
}

.btm_spacenone {
	padding-bottom:0;
}

.graph_img img {
	width: 100%;
}

.side_block {
	position: absolute;
	left: 0;
}

.form-area {    
	margin: 10px 0px 60px;
}

.red{
	color:red;
}

.contact_btn {
	border:0;
}

.form-area input {
	font-size: 11px;
	border-radius: 0;
}

.form-area textarea {
	font-size: 11px;
	border-radius: 0;
}

.process_box {
	text-align:center;
	background: #ffffff; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #ffffff 53%, #efefef 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, #ffffff 53%,#efefef 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, #ffffff 53%,#efefef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	box-shadow: 0 0 5px -2px #ccc;
	-moz-box-shadow: 0 0 5px -2px #ccc;
	-webkit-box-shadow: 0 0 5px -2px #ccc;
	border-radius:10px;
	border:solid 1px #efefef;
	min-height:150px;
	margin-bottom:10px;
	padding:15px;
	box-sizing:border-box;
}

.process_box h4 {
	color: #0070b7;
	padding-bottom:10px;
}

.arrow_dwn {
	margin: 20px auto;
	width: 100%;
	text-align: center;
}

.process_overview .col-md-12 {
	padding: 0;
}

.copy_right {
	font-size: 11px;
}

.nav_box ul li:last-child {
	display:none;
}

.contact_text {
	text-align: justify;
}

.mid_box {
	text-align: justify;
}



@media screen and (max-width: 991px) {

.top_hdr_nav {
	padding: 12px 10px;
}

.nav_box li {	
	width: 33.3%;
}

.banner_img {
	height: 358px;
}

.banner_img img {
	height: 100%;
}

.read_mr {
	padding-right: 15px;
}

.about_box {
	padding-left: 15px;
}

.newletter_input {
	padding-left: 15px;
}

.newletter_input input {
	width: 120px;
}

body {	
	background-size: 100%;
	-moz-background-size: 100%;
	-webkit-background-size: 100%;
	-o-background-size: 100%;
}

.sidebar_box ul li:first-child, .sidebar_box ul li:nth-child(2), .sidebar_box ul li:nth-child(5) {
	width: 100%;
}

.sidebar_box ul li:nth-child(3) {
	width: 100%;
}

.sidebar_box ul li:nth-child(4) {
	width: 100%;
}

.sidebar_box ul li {
	background: #ddd;	
}

.sidebar_box ul li:hover {
	text-indent:0.1px;
}

.sidebar_box ul li a {
	font-size: 11px;
}

.copy_right {
	padding-bottom: 10px;
}

.side_block {
	left: auto;
	right: 0;
	top:0;
}


}

@media screen and (max-width: 767px) {

.inner_content p {
	padding-right: 20px;
}

.res_first_process {
	width: 85%;
	margin: 0 auto;
}

.inner_content {
	padding-right: 15px;
}

.mid_box {
	text-align: justify;
}

.newletter_input input {
	width: 200px;
}

.sidebar_box ul li:hover {
	margin-left: 0;
}

.mid_box {
	padding-left: 15px;
	padding-right: 15px;
}

.sidebar_box ul li a {
	font-size: 13px;
	line-height:37px;
}

.sidebar_box ul li:hover {
	background: #35aeff;
}

.padd_rtless {
	padding-left: 0;
}

.top_hdr_nav {
	text-align: center;
}

.logo_box {	
	background-size: 100% auto;
	height: 100px;
	text-align:center;
}

.logo_box img {
	width: auto;
	left: 0;
	right: 0;
	margin: auto;
}

.banner {
	margin: 20px;
	margin-top:0;
}

.square_box h4 {
	width: 100%;
}

.mng_padd {
	margin-bottom: 10px;
}

.square_box {
	padding-bottom: 15px;
}

.newletter_box {
	text-align: center;
	border-right: 0;
}

.contact_infobox {
	text-align: center;
}

.contact_infobox li {
	display: block;
	padding-right: 0;
	width: 100%;
}

.footer_box {
	padding-bottom: 15px;
}

.search_box {
	top: 230px;
	width:100%;
	left:25px;
}

.search_box input {
	padding: 10px;
	width: 90%;
}

.nav_box li a {
	padding: 5px;
	font-size: 13px;
}

}


@media screen and (max-width: 641px) {

.contact_text p {
	padding-right: 30px;
}

.nav_box ul li:last-child {
	display:block;
}

.res_nav {
	font-size: 22px;
	background: #004c81;
	color: #fff;
	padding: 10px;
	position: absolute;
	width: 100%;
	bottom: 0;
	display:block;
	cursor:pointer;
}

.nav_box {	
	z-index: 9;
	top:300px;
	display:none;
}

.nav_box li {
	width: 100%;
	border-bottom: solid 1px #398fd4;
	height:auto;
	float:none;
}

.banner_img {
	height: 300px;
}

.nav_box li:hover {
	background:#004c81;
}

.nav_box li:active {
	background:#004c81;
}

.nav_box li a {
	font-size: 15px;
	display:block;
}

.read_mr {
	text-align: left;
}

.search_box {
	top: 180px;
}

}


@media screen and (max-width: 489px) {
.search_box {	
	left: 15px;
}

.top_hdr_nav {
	font-size: 12px;
}


}


