*{
	margin: 0;
	padding: 0;
}
.top_header_row{
	width: 100%;
	height: 30px;
	background:	#0E3F6A;
	text-align: right;
	color: #fff;
	text-decoration: none;
}
.top_header_row i{
	padding-left: 10px;
	padding-top: 1px;
	line-height: 25px;
}
.top_header_row a{
	color: #fff;
	font-family: arial;
	font-size: 14px;
	text-decoration: none;
	padding-right: 10px;
	padding-bottom: 5px;
	margin-top: -2px;
	float: center;
}
.top_header_row a:hover{
	font-weight: 700;
	/* text-shadow: 3px 2px 3px red; */
}

/*Header Banner*/
.page_hbox{
	width: 100%;
	height: 190px;
}
.page_hbox .page_logobox{
	height: 150px;
	width: 150px;
	float: left;
	padding: 10px;
	margin-top: -10px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.92);
	border-radius: 50%;
}
.page_hbox .header_content{
	margin-top: 25px;
	/* background-color: #246DB1; */
	/* background-image: linear-gradient(to right, #0E3F6A , #246DB1); */
	background-image: linear-gradient(to right, #246DB1, #0E3F6A);
	color: #fff;
	height: 150px;
}
.header_content .Line1{
	font-size: 14px;
	padding-top: 10px;
	text-shadow: 0 0 3px #08233e;
}
.header_content h2{
	font-size: 23px;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-bottom: 10px;
	/* filter: blur(1px); */
	font-weight: bold;
	text-shadow: 0 0 15px #08233e;
}

.header_content .Line3{
	font-size: 20px;
	color: #ffa812;
	padding-bottom: 3px;
	font-weight: 700;
	text-shadow: 0 0 5px #08233e;
	
}
.header_content .Line4{
	font-size: 18px;
	padding-bottom: 2px;
}
.header_content .Line5{
	font-size: 18px;
}
.page_hbox .header_right_img{
	
	width: 360px;
	height: 200px;
	margin-left: 830px;
	margin-top: -165px;
	border-radius: 10px;
}
.page_hbox .header_right_img img{
	width: 360px;
	height: 180px;
	border-radius: 10px;
	
} 

/* Main Menu */
.menu{
	background-color: #256DB0;
	opacity: 1;
	z-index: 2;
	width: 1200px;
}
.nav{
	
	list-style-type: none;
	width: 1200px;
	text-align: center;
	display: inline-flex;
	border-bottom: 2px solid white;
	z-index: 2;
}
.nav li{
	text-align: left;
	padding-left: 10px;
	height: 40px;  /* Adjust Sub-menu Margin top accordingly */
	line-height: 40px; /* Adjust Sub-menu Margin top accordingly */
	background: rgba(38,108,177,0.8);
	width: 190px; /* Adjust Sub-menu Margin Left accordingly */
	border-bottom: 1px solid white;
	/* opacity: 0.9; */
		z-index: 2;
}
.nav li a{
	color: white;
	font-size: 16px;
	font-family: serif;
	text-decoration: none;
}
.sub-menu{
	display: none;
	/* background-color: #256DB0; */
	margin-left: -10px;
	/* width: 250px;  /* just added*/ */
	position: absolute;
	list-style-type: none;
	margin-top: 1px;
}
 .sub-menu i{
	float: right;
	line-height: 40px;
	padding-right: 5px;
	text-align: center;
} 
.nav li:hover .sub-menu{
	display: block;
	background-color: #256db0;
}
.nav li:hover {
	background-color: red;
	/* border-left: 3px solid red; */
	/* border-bottom-color: red; */ 
}
.sub-menu li:hover {
	background-color: #0E3F6A;
	border-bottom: 3px solid red;
}
.sub-menu-one{
	display: none;
	position: absolute;
	/* background-color: #256DB0; */
	list-style-type: none;
	/* color: black; */
	margin-left: 192px; /* Adjust according to NAV LI Width accordingly */
	margin-top: -39px; /* Adjust according to NAV LI Width accordingly */
}
.sub-menu-one a i{  /* Right icon setting..... */
		float: right;
		height:80px;
		width: 80px;
		margin-left: 150;
		padding-left: 150;
}
.sub-menu li:hover .sub-menu-one{
	display: block;
	background-color: #256DB0;
	/* opacity: 1; */
}

/* Footer style*/
.fcontainer{
	width: 1200px;
}
/* .wrap{
	display: table;
	box-sizing: border-box;
} */
.frow{
	background-color: #256DB0;
	/* background-image: linear-gradient(#246DB1, #0E3F6A); */
}
.fcolumns{
	width: 25%;
	display: table-cell;
	padding: 10px;
	padding-top: 20px;
	padding-bottom: 50px;
	text-align: Left;
}
myfooter{
	/* background-color: #256DB0; */
	color: white;
	font-family: arial;
	font-size: 0.9em;
	/* height: 40vh; */
}
.footer-widget{
	/* background-color: #256DB0; */
	
}

.column_link{
	color: white;
	padding-left: 10px;
	padding-right: 10px;
}
.column_link h2{
	color: rgba(255,255,255,1);
	font-family: Poppins;
	/* text-transform: uppercase; */
	letter-spacing: 3;
	padding-bottom: 5px;
	text-shadow: 4px 3px 3px #0E3F6A;
}
.column_link h2:before{
	content: '::';
	color: #fff;
	padding-right: 10px;
}
.column_link ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.column_link ul li{
	border-bottom: 1px solid rgba(255,255,255,0.6);
	color: rgba(255,255,255,1);
	line-height: 40px;
	padding-left: 3px
	
}
.column_link ul li a{
	color: rgba(255,255,255,1);
	text-decoration: none;
	padding-top: 10px;
}
.column_link ul li a:hover{
	/* color: red; */
	font-style: italic;
}

.column_follow h2{
	color: #fff;
	font-family: Poopins;
	/* text-transform: uppercase; */
	letter-spacing: 3;
	padding-bottom: 15px;
	text-shadow: 4px 3px 3px #0E3F6A;
}
.column_follow h2:before{
	content: '::';
	color: #fff;
	padding-right: 10px;
}

.column_follow p{
	line-height:30px;
	padding-bottom: 10px;
	
}
.column_follow a{
	background: #0E3F6A;
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 50%;
	
}
.column_follow a:hover{
	box-shadow: 1px 1px 5px 3px white;
}
.column_follow a i{
	font-size: 20px;
	color: #fff;
	padding: 10px 12px;
}
.column_contact h2{
	color: #fff;
	font-family: Poppins;
	/* text-transform: uppercase; */
	letter-spacing: 3;
	padding-bottom: 10px;
	text-shadow: 4px 3px 3px #0E3F6A;
}
.column_contact i{
	text-shadow: 4px 3px 3px #0E3F6A;
	padding-right: 5px;
}
.column_contact h2:before{
	content: '::';
	color: #fff;
	padding-right: 10px;
}
.fcontact_address{
		padding-bottom: 20px;
		border-bottom: 1px solid white;
		line-height: 30px;
}
.fcontact_number{
	padding-top: 8px;
	padding-bottom: 10px;
	border-bottom: 1px solid white;
	line-height: 20px;
}
.fcontact_mobile{
	padding-top: 8px;
	padding-bottom: 10px;
	border-bottom: 1px solid white;
	line-height: 20px;
}
.fcontact_email{
	padding-top: 8px;
	padding-bottom: 10px;
	border-bottom: 1px solid white;
	line-height: 20px;
}
.fcopyright{
	margin-top: -8px;
	width:1200px;
	/* border-top: 1px solid white; */
	text-align: right;
	height: 30px;
	background: #0E3F6A;
	color: white;
	line-height: 30px;
	text-align: center;	
}
.fcopyright p{
	/* padding-right: 10px; */	
	font-size: 0.6em;	
}


/* inner ASP pages*/
.welcomeuser{
	width=100%;
	font-size: 20px;
	text-shadow: 4px 3px 3px grey;
	padding-bottom: 3px;
	padding-top: 5px;
	border-bottom: 3px solid #e60000;
}
.TContent_Box{
	position: relative;
	width: 920px;
	padding: 20px;
	margin-left: 10px;
	border-bottom: 3px solid #0E3F6A;
	box-sizing: border-box;
	box-shadow: 1px 1px 3px 2px grey;
	
}
.TContent_Box h2{
	color: #fff;
	background-color: #0E3F6A;
	padding: 5px;
	padding-left: 130px; 
	border-bottom: 1px solid #0E3F6A;
}
.TContent_Box img{
	height:150px;
	width:150px;
	float: left;
	padding: 0px;
	border-radius: 50%;
	border: 5px solid rgba(255,255,255,1);
	margin-top: -30px;
	margin-left: -15px;
	
	
}
.TContent_Box .main_contents{
	margin-left: -10px;

}

.TContent_Box .main_contents .mySearchText input{

	background: none;
	font-size: 16px;
	width: 300px;
	border-bottom: 1px solid #2980b9;
}
.TContent_Box .main_contents .mySearchbtn{
	width: 100px;
	background: #2980b9;
	color: white;
	border: 2px solid #4caf50;
	padding: 4px;
	font-size: 15px;
	cursor: pointer;
	margin: 4px;
}
	
.myInputText{
	width: 500px;
	overflow: hidden;
	font-size: 14px;
	padding: 5px 0;
	margin: 5px 0;
	border: none;
	outline: none;
	
	border-bottom: 2px solid #2980b9;
}
.TContent_Box .main_contents .myInputText input{

	background: none;
	font-size: 16px;
	width: 500px;
	border-bottom: 1px solid #2980b9;
}
.TContent_Box .main_contents .myupdatebtn{
	width: 300px;
	background: #2980b9;
	color: white;
	border: 2px solid #4caf50;
	padding: 4px;
	font-size: 15px;
	cursor: pointer;
	margin: 4px;
}
	
.mynoticebtnA{
	width: 150px;
	background: #2980b9;
	color: white;
	border: 2px solid #4caf50;
	padding: 4px;
	font-size: 15px;
	cursor: pointer;
	margin: 4px;
}
.mynoticebtnB{
	width: 150px;
	background: #246DB1;
	color: #ffa812;
	border: 2px solid #4caf50;
	padding: 4px;
	font-size: 15px;
	cursor: pointer;
	margin: 4px;
}

.TContent_Box .main_contents .mynoticebtnA{
		width: 140px;
		background: #2980b9;
		color: white;
		border: 2px solid #4caf50;
		padding: 4px;
		font-size: 15px;
		cursor: pointer;
		margin: 4px;
	}
.TContent_Box .main_contents .mynoticebtnB{
		width: 140px;
		background: #246DB1;
		color: #ffa812;
		border: 2px solid #4caf50;
		padding: 4px;
		font-size: 15px;
		cursor: pointer;
		margin: 4px;
	}


<!--/* Collapsible Notices */ -->
.archive_collapsible {
  background-color: #0085C3;
  color: white;
  cursor: pointer;
  padding: 7px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 12px;
}

.active, .archive_collapsible:hover {
  background-color: #005780;
}

.archive_collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #ccefff;
}

<!--/* Link Details....*/-->
.home_links ul{
	color: red;

}
.home_links ul li{
	border-bottom: 1px solid #2980b9;
	color: rgba(0,0,0,1);
	line-height: 40px;
	padding-left: 3px;	
	list-style: none;
}
.home_links ul li a{
	color: rgba(0,0,0,1);
	text-decoration: none;
	padding-top: 10px;
}
.home_links ul li a:hover{
	font-style: italic;
}


/* Link Details....*/
.asp_links ul{
	color: red;
	width: 500px;
}
.asp_links ul li{
	border-bottom: 1px solid #2980b9;
	color: rgba(0,0,0,1);
	line-height: 40px;
	padding-left: 3px;	
	list-style: none;
}
.asp_links ul li a{
	color: rgba(0,0,0,1);
	text-decoration: none;
	padding-top: 10px;
}
.asp_links ul li a:hover{
	font-style: italic;
}