@charset "utf-8";

* {
	padding: 0px;
	margin: 0px
}
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto', sans-serif;
}
html {
	width: 100%;
	height: 100%;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
li {
	display: inline-block;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	margin: 1em 0;
	padding: 0;
	border-bottom: 1px solid #9d9d9d;
}
input, select {
	vertical-align: middle;
}
.clear {
	clear: both;
}
.right {
	float: right;
}
.left {
	float: left;
}
h1 {
	font-size: 2.2em;
}
h2 {
	font-size: 2.0em;
}
h3 {
	font-size: 1.8em;
}
h4 {
	font-size: 1.6em;
}
h5 {
	font-size: 1.4em;
}
p {
	font-size: 1.2em;
}
a:link {
	color: blue
} /* unvisited links */
a:visited {
	color: purple
} /* visited links */
a:active {
	color: lime
} /* active links */
.padding-left {
	padding-left: 0px;
}
.padding-right {
	padding-right: 0px;
}
.padding-top {
	padding-top: 13px;
}

.main-contain {
	width: 100%;
	margin:0 auto;
	background:#fff;
    float:left;
	
}
/*about*/
.container-box
{

    padding-bottom: 111px;
    padding-top:84px;
    width: 100%;
	text-align:center;
	
	
	}
	.text-box h2
	{
	color:#004b8f;
	font-size:36px;
	font-weight:600;
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	padding-bottom:18px;
		
		}
.dashed
	{

	border-bottom:1px dashed #032944;
	width:25%;
	margin:0 auto;
		
		}
	.text-box p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
	margin-top:24px;

}
	
/*top header*/
.top-header
{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0393ff+0,3aabff+44,02a8ff+100 */
background: #0393ff; /* Old browsers */
background: -moz-linear-gradient(top,  #0393ff 0%, #3aabff 44%, #02a8ff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #0393ff 0%,#3aabff 44%,#02a8ff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #0393ff 0%,#3aabff 44%,#02a8ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0393ff', endColorstr='#02a8ff',GradientType=0 ); /* IE6-9 */

width:100%;
	height:auto;

	
}
.log_dw
{
	  float: right;
    margin-top: 36px;
	}
.log_dw ul
{
	margin:0px;
	padding:0px;
	}
.log_dw ul li
{
	list-style-type:none;
	display:inline-block;

	background-color: transparent;
	margin-right:10px; 

/*border:2px solid #fff;
	padding:8px 14px;
	border-radius:20px;*/
	
	}
	.log_dw ul li:nth-child(2) {
   	list-style-type:none;
	display:inline-block;
	padding:8px 14px;
	border-radius:20px;
	background-color: transparent;
	margin-right:10px; 

border:2px solid #fff;
}

/*	.log_dw ul li:hover
	{
		background-color:#0955a1;
		border:2px solid #063c72;
		
		}*/
	.log_dw ul li a
	{
		color:#fff;
		font-size:12px;
		font-weight:600;
		text-decoration:none;
		text-transform:uppercase;
		
		}
			.log_dw ul li i
	{	 float: left;
    font-size: 18px;
    line-height: 24px;
    margin-right: 9px;
	}
		
.top-head-text
{
	margin-top:17px;
}
.top-head-text h2
{
color: #fff;
    font-family: "Roboto",sans-serif;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 5px;
    text-shadow: 0 1px 2px #042350;
	}
.top-head-text p
{
	color:#fff;
	font-size:16px;
	font-weight:600;
	  text-shadow: 0 1px 2px #042350;

	}
.ashok
{ margin-top: 4px;}
/*nav*/
/*.navbar-nav {
    float:none;
    margin:0 auto;
    display: block;
    text-align: center;
}

.navbar-nav > li {
    display: inline-block;
    float:none;
}*/
.navbar-default {
	border-bottom:3px solid #fff;
	border-top:3px solid #fff;
}
.mega-nav {
    background:#053458;
    border-radius:0;
    margin-bottom:0;
}
.mega-nav.navbar-default .navbar-nav > li > a {
    color:#fff;
    font-size:14px;
	text-transform:uppercase;
font-family: 'Roboto', sans-serif;
	font-weight:600;


}
.mega-nav.navbar-default .navbar-nav > li > a:hover {
    background:#0c6ea4;

} 
.mega-nav.navbar-default .navbar-nav > li.dropdown > a:hover,
.mega-nav.navbar-default .navbar-nav > li.dropdown > a:focus,
.mega-nav.navbar-default .navbar-nav > li.dropdown > a:active{
    background:#0075b3;
    color:#fff;
} 
#MainMenu {
    padding-left:0;
}
#MainMenu .menu-list li {
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
}
#MainMenu .menu-list li + li {
    border-left:2px solid rgba(255, 255, 255, 0.5);
}

.mega-nav.navbar-default .navbar-nav > li.menu-list .list-category a {
    color:#333;

}
/*banner-slider*/

.jk-slider{
    width:100%;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    line-height: 1;
    width: 100%;
}
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 48px;    
    font-weight: bold;
    margin: 0;
    padding: 0;
	line-height:62px;
	text-transform:uppercase;
}
.hero p {
    font-size: 18px;
	text-transform:capitalize;
}
.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
}
.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0px, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
    color: #fff;
}
.carousel-control.right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    color: #fff;
    left: auto;
    right: 0;
}
/*help section*/
.help-box
{
	background-image:url(../images/helpbg.jpg);
	background-repeat:no-repeat;
	background-position:center center; 
	background-size:100% 100% ;
	width:100%;
	float:left;

	}
	.leftimage
	{
		 height:283px;
    padding-bottom: 0;

	float:left;
	}
	.rightimage {
   float: left;
    margin-top: 45px;
    text-align: center;
	padding-left: 250px;

}
.help-icon-box img
{
	margin-bottom:26px;
	height:59px;

	}
	.help-icon-box h3
	{
		font-size:24px;
		color:#fff;
		font-weight:500;
		margin-bottom:13px;
	}
		.help-icon-box h6
	{
		font-size:14px;
		color:#fff;
		font-weight:500;
	}





.content {
    padding-top: 72px;
    text-align: center;
    width: 100%;
	float:left;
}


.content h2 {
    color: #004b8f;
    font-family: "Roboto",sans-serif;
    font-size: 36px;
    font-weight: 600;
    padding-bottom: 18px;
    text-transform: uppercase;

}
.content .thumbnail {
    background-color: #fff;
    border: none;
    border-radius: 4px;
    display: block;
    line-height: 1.42857;
    margin-bottom: 20px;
    padding: 4px;
    transition: border 0.2s ease-in-out 0s;
	height:111px;
}
	/*image slider*/
	/* carousel */
.media-carousel 
{
  margin-bottom: 60px;
  padding: 0 40px 30px 40px;
  margin-top:90px;
  float:left;
}
/* Previous button  */
.media-carousel .carousel-control.left 
{
  left: -12px;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 70px;
}
/* Next button  */
.media-carousel .carousel-control.right 
{
  right: -12px !important;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 70px
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active 
{
  background: #333333;
}
.media-carousel img
{
/*  width: 100%;*/
  height: auto;
}
.left-section h3{
				font-size:19px;
	color:#004b8f;
	text-align:center;
	text-transform:uppercase;
	font-weight:500;

	}
	.left-section p
		{
			color: #666;
    font-size: 12px;
    font-weight: normal;
    padding: 10px 0;
    text-align: center;

			}
/* End carousel */
	/*footer*/
	.footer
	{
		
		background-color:#004b8f;
		width:100%;
		float:left;
	/*	margin-top:20px;*/
		padding:40px 0px 20px 0px;
	
		
		}
		.footer p
		{
			font-size:14px;
	color:#fff;

	

			
			}
			
			
			
			
			/*login page*/
			
		
.login-box {
  margin: 0 auto;
    padding-top: 21px;
    width: 30%;
}
.login-content
{
	background-image:url(../images/1777799.jpg);
	background-repeat:no-repeat;
	background-size:100% 100%;
	background-position:center center;
	width:100%;
	float:left;
	padding:170px 0px;

	}
