* {
	padding: 0;
}

body {
    margin: 0;
	padding: 0;
	overflow-x:hidden;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}


h1,h2,h3,h4,h5,h6 {
}

.black_text {
    color:#000;
}
.white_text {
    color:#fff;
}

/*===DEFAULT CSS STARTS====*/

table {
	width: 100%;
	margin:0; padding:0;
    border:1px solid #eee;
    text-align: left;
    overflow-x:scroll;
}
table thead {
    background-color: #f8f8f8;
    padding: 5px 10px;
    font-weight: 400;
    color: #868686;
}
table th {
    padding: 0px 10px;
}
table tr {
    border-top:2px solid #ededed;
}
table tr td {
    padding: 0px 10px;
}
table tr:odd {
    background-color: #eee;
}

a {
    color:#333;
}

p {
	margin:0px 0;
	padding:0;
	line-height:28px;
}

.row {
	margin-left:0;
	margin-right:0;
}


img {
	max-width: 100%;
}
 

 
a:hover, .btn:hover{
	color:inherit;
}

a:focus, .btn:focus {
	outline: none !important;
	text-decoration: none !important;
}

a:hover {
	text-decoration: none !important;
}
 

h3 {
	color:#00197d;
	font-weight: 700;
}

ul,ol li {
    margin: 0 0 0 30px;
    padding: 0 0 0 10px;
}



input, button, select, textarea {
	border-radius:0;
}

input:focus, button:focus, select:focus, textarea:focus {
	outline:none !important;
}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
	line-height:normal;
}
 [type="date"]::-webkit-inner-spin-button {
 display: none;
}
[type="date"]::-webkit-calendar-picker-indicator {
 opacity: 0;
}


b{
	color:#0e0000;
}

figcaption {
	margin-bottom: 20px;
	display: block;
    line-height: 20px;
}

.form-control {
	font-weight:400;
	color:#000;
}
.form-control::placeholder{
 color: #9A9A9A;
 font-size:14px;
 opacity: 1;
font-weight: 400;
}

 .form-control::-moz-placeholder {
 color: #9A9A9A;
 font-size:14px;
 opacity: 1;
font-weight: 400;
}



textarea.form-control {
	resize:none !important;
	height: 125px;
}
label {
	display:block;
}
.center {
	text-align: center;
	
}

.left {
	text-align:left;
	
}
.right{
	text-align:right;
	
}
iframe {
	max-width: 100%;
	width: 100%;
	z-index:1;
}
address, article {
	margin:0;
	padding:0;
}


article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}


 /*-----CUSTOM CSS STARTS--------*/
 
 
 .navbar {
	min-height:0;
	margin:0;
	border:none;
	border-radius:0;
}
 .inline_title{
	display:inline-block;
	vertical-align:middle;

}

.title_center{
	margin:25px auto;
	text-align:center;
}

.title_bar{
	margin-bottom:20px;
 
 }

 
.quote{
	color:#636363;
}



 .clear {
	clear:both;
}
.clear_tp{
	margin-bottom:30px;
}

.clear_bt{
	margin-top:30px;
}
 

.img-circle {

/*	text-align: center;*/
	border-radius:0;
	background: red;
	
}
.img-circle img {
	border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	width:172px;
	height:172px;
	margin:0 auto;
}
author {
 
	font-weight:500;
	font-size:14px;
	display:block;
}
author span {
	display:block;
	font-weight: 400;
}
span.time{
	  display:block;

 }
author small {
	font-size:14px;
	font-weight:500;
}




.txt_wrapper {
	line-height:26px;
}
 
.section_wrapper {
	padding: 80px 0;
}
.nav-tabs>figure {
    display:inline-block;
}
.nav-tabs>figure>a {
    padding:5px 15px;
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
	border: 1px solid #ddd;
	background:#ddd;
}
.nav-tabs>figure.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>figure.active>a:hover {
	color: #fff;
	background: #ff391e;
}

.inner_content {
	margin: 50px auto;
}
.inner_content ul {
    list-style:circle;
}
.inner_content ol {
	margin:0 0 0 0px;
	padding:0 0 0 0px;
}
.inner_content li {
	padding:0 0 10px 0px;
	line-height: 28px;
}


.row_holder {
	
	margin: 30px -15px;
 
}

 
.pad_top {
	padding-top:30px;
	padding-bottom:0;
	
}
.pad_btm {
	padding-bottom:30px;
	padding-top:0;
}
.mar_top {
	margin-top:30px;
	margin-bottom: 0;
}
.mar_btm {
	margin-bottom:30px;
	margin-top:0;
}
 
.flt_lft {
	float:left;
	margin-right: 20px;
}
.flt_rht {
	float:right;
	margin-left:20px;
}

.thumbnail_image {
    max-width: 360px;
	max-height:400px;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    align-items: center;

}  


.col-img-50.flt_rht {
	margin-left: 40px;

}


.col-img-50.flt_lft {
	margin-right: 40px;

}

.col-img-50
{

    max-width: 50%;
	
}
 
 

.thumbnail_lft {
    float: left;
	margin-right: 20px;
    max-width: 555px;
    max-height: 410px;
    overflow: hidden;
	

} 
 
.thumbnail_rht {
    float:right;
	margin-left: 20px;
    max-width: 555px;
    max-height: 410px;
    overflow: hidden;

} 

.thumbnail_txt{
	overflow:visible;
}


.thumbnail_big {
	max-width: 640px;
	max-height: 390px;
	margin-right: 50px;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	
}
  
  
.thumbnail_full {
	max-height:340px;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;

}

.thumbnail_full img{
	width:100%;
}

 
#billboard {
	position: relative;
 
}
/*#billboard .header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}
 */
 
 /*-----CUSTOM CSS ENDS--------*/
 
 
 
 
 
/*-------BUTTON CSS STARTS---------*/

.btn:focus, button:focus, input[type="submit"]:focus {
	opacity:0.7;
	color:#fff;
	
}
.btn {
	text-transform:uppercase;
	color: #244e82;
	display:inline-block;
	text-shadow:none;
	padding: 10px 30px;
	border-radius:0;
	background-color: transparent;
	border:1px solid transparent;
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	position:relative;
}

.btn_white{
	color:#fff;
}
.btn_white:hover{
	color:#fff;
	opacity: 0.7;
}


.btn:before{
	position:absolute;
	left:0;
	font-family: 'FontAwesome';
	margin-left: 10px;
}


.btn:after{
	position:absolute;
	right:0;
	font-family: 'FontAwesome';
	margin-right: 10px;

}

 

.btn:hover {
	border:1px solid transparent;
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
}
 .btn-default{
 
	  margin-top:20px;
	  
 }
 
 
.slide_btn{
 	padding:10px 30px;
	background-color:transparent;
	border-radius:5px;
	color:#fff;
	border:1px solid #fff;
	font-weight: 500;
	margin-top: 30px;
}
.slide_btn:hover{
	background-color:#ffb72a;
	border-radius:5px;
	color:#333;
	border:1px solid #ffb72a;
	font-weight: 500;
	margin-top: 30px;
}
 
.view_btn{
    padding: 5px 20px;
    background-color: #005397;
    border-radius: 0;
    color: #fff;
    font-weight: 300;
    display: inline-block;
    border-radius: 20px;
}

.view_btn:hover{
    background-color:#ffb72a;
}


.read_btn{
	color:#0062d0;
	font-size:16px;
	border:2px solid #0062d0;
	text-transform:uppercase;
	border-radius:20px;
	font-weight: 600;
}

.read_btn:hover{
	background-color:#0062d0;
	color:#fff;
	border: 2px solid transparent;
	
 
}


.button_bar{
	 margin:30px 0;
 }
 
.btn_center {
	text-align:center;
 
}

.btn-submit {
	display: block;
	width: auto;
	font-size: 14px;
	padding: 10px 20px;
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	border:1px solid #f96922;
	color: #f96922;
}
.btn-submit:hover {
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	background-color:#f96922;
	color:#fff;
	border: 1px solid transparent;
}

.btn-submit:before {
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
	margin-left: 10px;
}

.btn-submit:after {
	font-family: 'FontAwesome';
	position: absolute;
	right: 0;
	margin-right: 10px;
}

 
/*----------BUTTON CSS ENDS-------------*/

/*==========================faq page======================*/

.panel-group .panel-heading + .panel-collapse > .panel-body {
	border: none;
}

.panel-body {
    padding: 0 20px;
    color: #000;
    border:none;
}

.panel-heading {

  padding: 0;

    border:0;

}

.panel-title {
    background: #eee;
    color:#333;
}

.panel-title>a, .panel-title>a:active{

    display:block;
    padding:10px 25px;
    color:#333;
    text-decoration:none;
}

.panel-heading

{

    margin-bottom: 1px;

}

.panel-heading  a:before {

    font-family: "Font Awesome 5 Free";

    content: "\f103";

    float: right;

    color: #333;

    transition: all 0.5s;

}

.panel-heading.active a:before {

    -moz-transform: rotate(180deg);

    -webkit-transform: rotate(180deg);

    transform: rotate(180deg);

} 

@media(max-width:992px){

 .wrapper{

  width:100%;

}

}

/*==========================/faq page======================*/


/*---HEADING TITLE CSS STARTS------*/

h2.sub_title{
	text-transform:uppercase;
	color:#001727;
	position:relative;
	padding: 0 0 10px;
	font-weight: 700;
	margin-bottom: 20px;
	margin-top:0;
	overflow: hidden;
	
		
}

h2.sub_title:after{
	content: "";
	position: absolute;
	left: 0;
	height: 7px;
	width: 55px;
	bottom: 0px;
	background-color: #204b80;
}

h2.center:after{
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

 
.section_title {
    margin-bottom: 30px;
    text-align:center;
    text-transform: uppercase;
}
.section_title h1 {
    letter-spacing: 2px;
	font-size:40px;
	color: #0853cd;
}
.section_title a{
	font-size:15px;
}


.color_txt {
	color:#4076cb !important;
}

.white_txt {
	color:#fff !important;
}


h1.dash {
    position: relative;
    color: #4076cb;
    text-transform: uppercase;
    display: inline-block;
    left: 0%;
    padding: 0 100px 0 0;
}

h1.dash::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    height: 2px;
    width: 100px;
    background-color: #4076cb;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
 



.two_equal .col {
    display: inline-block;
    vertical-align:top;
    width: 49%;
	margin-bottom: 30px;
	padding: 0 15px;
	position:relative;
}



.three_equal .col {
    display: inline-block;
     vertical-align:top;
    width: 33%;
	margin-bottom: 30px;
	padding: 0 15px;
	position:relative;
 
 
}

.four_equal .col {
    display: inline-block;
     vertical-align:top;
    width: 24%;
	margin-bottom: 30px;
	padding: 0 15px;
	position:relative;
 
 
}

.five_equal .col {
    display: inline-block;
     vertical-align:top;
    width: 19%;
	margin-bottom: 30px;
	padding: 0 15px;
	position:relative;
 
 
}


.six_equal .col {
    display: inline-block;
     vertical-align:top;
	width: 16%;
	margin-bottom: 30px;
	padding: 0 15px;
	position:relative;
 
 
}
/*---HEADING TITLE CSS ENDS------*/



.animatable {
	visibility: hidden;
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-ms-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused;	
}


/*-----MAP CSS STARTS------*/

.map {
/*	padding: 10px;
	margin-top:0;
	border: 1px solid #c4c4c4;
	border-radius:0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
	background: none repeat scroll 0 0 #fff;*/
	margin-bottom: -5px;
}
.gmap_canvas {
	overflow: hidden;
	background: none !important;
	height: auto;
	width: auto;
}
.map iframe {
	width: 100%;
	/*height: 310px;*/
}


/*-------MAP CSS ENDS------*/



 
 
 

/*>>>>>>>>>>>>>HEADER CSS STARTS<<<<<<<<<<<<*/


.header {
	background-color: #ffffff;
 
}
.navigation-bar {
    background-color: #ffffff;
	padding: 10px 0px;
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
}


.fixNav .navigation-bar {
    width: 100%;
    padding: 5px 0px;
    background-color: #ffffff;
	position: fixed;
	top: 0;
	left: 0;
	transition: all 0.9s ease-in-out 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
	-ms-transition: all 0.9s ease 0s;
	z-index: 999;

}

.header .logo_holder {
    width:300px;
    transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
}

.fixNav .logo_holder {
    transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
}

.logo_holder img {
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	 -ms-transition: all 0.4s ease-in-out 0s;
}
.fixNav .logo_holder img {
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	 -ms-transition: all 0.4s ease-in-out 0s;
}

.fixNav .navbar-default{
	
}
 
/*>>>>>>>>>>>>>HEADER CSS ENDS<<<<<<<<<<<<*/



/*------------push up style starts-------------*/

#back-top {
	bottom: 110px;
	position: fixed;
	right: 20px;
	z-index: 99;
}
#back-top a {
	background: #0061d0;
	border-radius: 50%;
	color:#0061d0;
	display: block;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	box-shadow: 0px 0px 1px 5px rgba(64, 43, 43,0.5);
}
#back-top a:hover {
	transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
}
#back-top i {
	font-size: 24px;
	color: #fff;
}


/*-----------push up style ends----------*/


 
 
  
 



 





/*------POPUP ONLOAD IMAGE STYLE STARTS--------*/

/* .modal{  
	background-color: rgb(0, 0, 0,0.80);
 
}
 */
 
 .modal:after {
	background-color: rgb(0, 0, 0, 0.80);
	position:absolute;
	content:"";
	height:100%;
	width:100%;
	top:0;
	left:0;
	z-index:-1;
}
.modal-dialog {
/*max-width:991px;*/
margin: 0 auto;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) !important;
-ms-transform: translate(-50%, -50%)!important;
-moz-transform: translate(-50%, -50%)!important;
-webkit-transform: translate(-50%, -50%)!important;
-o-transform: translate(-50%, -50%)!important;
text-align: center;
/*width: 100%;
padding: 0 10%;*/
width:80%;
/*max-width:600px;*/


}

.modal .modal-dialog button.close {
position: absolute;
top: 0;
right: 0;
/*padding:0 10%;*/
float: none;
font-size: 35px;
font-weight: 400;
opacity: 0.8;
margin: 0;
text-shadow: none;
/*line-height: 1;*/
height: 25px;
width: 25px;
line-height: 25px;
z-index: 999999999;

}

/*------POPUP ONLOAD IMAGE STYLE ENDS--------*/

 
/*-------------Error page style starts here----------*/
.error_page {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align:center;
}
.error_page h1 {
	color: #b44544;
}
.error_page .home_link {
	/*float: right;
	display:block;
	padding-left: 22px;*/
	display: inline-block;
	position:relative;
	font-size:18px;
	color:#201b1b;
	font-weight: 500;
}
.error_page .home_link:hover {
	opacity:0.7;
}
.error_page .home_link:before {
	content: "\f177";
	font-family: 'FontAwesome';
	/*		position:absolute;
		left: 0;*/
		padding-right: 10px;
}


 /*-----------Error page style ends here------------*/
 
 
/*-----------PAGINATION CSS STARTS------------*/ 
 
 .pagination {
    display: block;
	text-align:center;
}
.pagination .page_link{
 
 	color: #000313;
	font-size: 25px;
}


.pagination .page_link:hover{
	background-color:transparent;
	color: #363c47;
}

.pagination a,
.pagination span
 {
color: #000313;
padding: 0px 5px;
text-decoration: none;
vertical-align: middle;
font-size: 18px;
font-weight: 400;
 	
}

.pagination .current

{
color: #fff;
font-weight: 600;
background-color: #204b80;
		 
}

.pagination span:hover{
	cursor:default;
}
.pagination a:hover{
	background-color: #eee;
}
 
 /*---------PAGINATION CSS ENDS-------------*/ 
 
  
  
 /* ==========SUB PAGE BANNER CSS STARTS=========*/
  
  
.subpage-banner {
	
}
.nav {
    margin-left:15px;
}
.nav-tabs {
    border:none;
}
.tab-content {
    padding:15px;
}

.nav-tabs>li>a {
    background: #003893;
    color: #fff;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background-color: #ffffff;
    color: #333;
}
.nav-tabs > li > a {
	margin-right: 2px;
}


 /* ==========SUB PAGE BANNER CSS ENDS=========*/




.breadCrumb_container{
    background-color:#1c4383;
	position:relative;
	z-index: 1;
	padding: 200px 0 100px 0;
	background-position:center;
	background-attachment:fixed;
	background-size: cover;
}

.breadCrumb_guide_container{
    padding: 30px 15px;
	background-color: #0f5ec5;
}
.breadCrumbNav {
    text-align: center;
}
.breadCrumbGuide {
    width:100%;
    text-align: center;
    position:absolute;
    bottom:30px;
}
h1.breadCrumb_guide_title{
    margin-bottom: 120px;
	color:#fff;
	font-size: 3.25rem;
	text-shadow: 0px 8px 10px black;
	text-transform: none;
}
 h4.breadCrumb_menu{
	color:#fff;
	font-size: 17px;
}


.breadCrumb_link{
	color:#fff;
	opacity:0.8;
}

h1.breadCrumb_title{
    font-size:4rem;
    color: #ffffff;
    text-shadow: 2px 2px 4px #000000;
}

h2.breadCrumb_title{
	color:#fff;
	text-transform:uppercase;
}
h3.breadCrumb_designation {
	color:#fff;
	text-transform:uppercase;
}


/*--------BREADCRUMB NAV CSS ENDS----------*/



 
 
/*--------COPYRIGHT CSS STARTS-------*/

.copyright {
	margin-top: 50px;
	padding: 30px 0;
	border-top: 1px dashed #ffffff1a;
	font-size: 15px;
	color:#fff;
}
.copyright a{
    color:#fff;
	text-decoration:none;
 }
.copyright a:hover{
	 color:#fff;
 }
 
 /*--------COPYRIGHT CSS ENDS-------*/
 
 
 
 