@charset "utf-8";
* {
	box-sizing: border-box !important;
}
body {
    background-image: url('../../images/bg.jpg');
    margin: 0;
    padding: 0;
    width: 100% !important;
    font-family: 'Abel', 'Hind', sans-serif;
}
img {
	max-width: 100%;
	vertical-align: middle;
}
div:after {
	content: '';
	clear: both;
	display: block;
}
h1 {
	font-size: 3em;
	color: #fff;
	margin: 0;
	padding: 0;
	font-weight: 100;
	font-family: 'Abel', 'Hind', sans-serif;
}



p {
	font-size: 15px;
	font-family: 'Abel', 'Hind', sans-serif;
	    margin: 5px 0;
}
a {
	text-decoration: none;
	font-family: 'Abel', 'Hind', sans-serif;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style: none; 
	line-height: 22px;
	font-family: 'Abel', 'Hind', sans-serif;
}
li img {
	margin: 0 15px 0 0;
}
/***Top_section**/


.preheader {
	width: 100%;
	background-color: #003252;
	height: 40px;
	color: #fff;
}
.inner_preheader {
	width: 90%;
	margin: 0 auto;
	text-align: right;
}
.inner_preheader a {
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	vertical-align: middle;
	padding: 0 5px;
	line-height: 40px;
}
.inner_preheader a:hover {
	color: #41C6FF;
	transition: 0.7s;
}


.header {
    width: 100%;
 
    background-image: url('../../images/header_bg.jpg');
    background-repeat: no-repeat;
}



.container {
	width: 86%;
	margin: 0 auto;
}
.top_section {
	width: 100%;
}
.department_logo {
	margin: 0;
}
.department_logo img {
	margin: 6px 0;
}
.top_section {
	background-image: url(/Portal/Services/images/top_bg.jpg);
	background-repeat: no-repeat;
	height: 430px;
}
.intro {
	width: 50%;
	float: left;
	margin: 2% 0 0 0;
   
}
.intro h1 {
	font-style: italic;
}
.intro p {
	line-height: 27px;
	color: #fff;
    padding:0 0 14px 0;
	
}
.intro a {
	color: #ffd660;
}
.intro a:hover {
	color: #FFE8A8;
	transition: 0.5s;
}
.hat {
	float: left;
}
.service_btn {
	background-color: #d54646;
	border: 2px dashed #fff;
	border-radius: 30px;
	width: 200px;
	text-align: center;
}
.service_btn:hover {
	background-color: #7C2020;
	transition: 0.5s;
}
.service_btn a {
	color: #fff;
	display: block;
	width: 100%;
	padding: 10px;
	font-weight: 700;
	font-size: 1.5em;
}
.service_btn a:hover {
	color: #fff;
}
/***Top_section**/


/**Profile_page**/
.owner_pic {
	width: 26%;
	float: left;
	margin: 2%;
}
.profile_text {
	width: 70%;
	float: left;
}
.profile_text p {
	font-style: italic;
	line-height: 27px;
	color: #000;
}
.profile {
	width: 100%;
	margin: 3% auto;
}
.profile_text h2 {
	font-size: 2em;
	color: #cb4141;
	margin: 0;
	padding: 0;
	font-weight: 700;
	font-style: italic;
}
.black {
	font-style: italic;
	font-weight: 700;
	color: #000;
}
.profile_text a {
	font-style: italic;
	color: #dc4a4a;
}
.profile_text a:hover {
	color: #AF1D1D;
	transition: 0.5s;
}
/**Profile_page**/

/**vision_mission**/

.vision {
	width: 100%;
	background-image: url(/Portal/Services/images/bg_mission.png);
	background-repeat: no-repeat;
	height: 200px;
	text-align: center;
}
.vision_heading {
	font-size: 35px;
	color: #fff;
	font-weight: 700;
	padding: 3% 0 1% 0;
	font-style: italic;
}
.vision p {
	font-style: italic;
	line-height: 27px;
	color: #fff;
	font-size: 17px;
	margin: 0 0 1% 0;
}
.vision a {
	font-style: italic;
	color: #FFC446;
}
.vision a:hover {
	color: #FFE5AE;
	transition: 0.5s;
}
/**vision_mission**/

/**Contact**/

.address h2 {
	font-size: 2em;
	color: #cb4141;
	margin: 0;
	padding: 0;
	font-weight: 700;
	font-style: italic;
}
.contact {
	background-image: url(/Portal/Services/images/contact_bg.png);
	height: 168px;
	margin: 2% 0;
}
.contact_info {
	width: 50%;
	float: left;
	text-align: center;
}
/**Contact**/


/**G2G**/

.g2g_boxarea {
	width: 100%;
	margin: 5% 0;
}
.link_box_outer {
	width: 33.3%;
	float: left;
}
.link_box {
	width: 85%;
	margin: 0 auto;
	border-radius: 10px;
	border: 1px solid #ccc;
	background-color: #f8f8f8;
}
.link_box_header {
	text-align: center;
	background-color: #396a8d;
	border-radius: 5px 5px 0 0;
	padding: 10px;
	color: #fff;
	font-size: 20px;
}
.link_box ul {
	margin: 0;
	width: 100%;
	padding: 2%;
}
.link_box li {
	list-style: none;
	line-height: 10px;
	display: block;
	border-bottom: 1px dotted #ddd;
	vertical-align: middle;
}
.link_box li:last-child {
	border: none;
}
.link_box li a {
	color: #000;
	padding: 4% 2%;
	display: block;
	font-size: 15px;
}
.link_box li a:hover {
	background-color: #76BEA6;
	;
	display: block;
	widows: 100%;
	transition: 0.5s;
}
.link_box li img {
	margin: 0 9px 0 0;
}
/**Footer**/
.footer {
	bottom: 0;
	text-align: center;
	width: 100%;
	color: #000;
	padding: 1% 0;
	background-color: #54a07e;
	font-size: 14px;
}
/**Footer**/

/**Login**/

.login_icn {
	text-align: center;
	width: 100%;
	margin: 0 0 5% 0;
}
.login_outer {
	width: 90%;
	margin: 8% auto;
}
.login_info {
	width: 50%;
	float: left;
}
.login_area {
	width: 40%;
	float: left;
	background-color: #fff;
	border: 5px solid #ddd;
	border-radius: 20px;
	padding: 1% 3%;
	margin: 0 5%;
}
.feildarea {
	width: 100%;
	margin: 0;
}
.feildarea input[type="text"] {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 8px;
	background-color: transparent;
	font-size: 16px;
	margin: 3% 0 0 0;
}
.feildarea input[type="password"] {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 8px;
	background-color: transparent;
	font-size: 16px;
	margin: 3% 0;
}
.feildarea select {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 8px;
	background-color: transparent;
	font-size: 16px;
}
.feildarea input[type="button"] {
	background-color: #841c2c;
	border: none;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	padding: 12px 0;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	font-size: 22px;
}
.feildarea input:hover[type="button"] {
	background-color: #600917;
}
.captcha_area {
	width: 100%;
	height: 60px;
	margin: 10px auto;
	background-color: #ebebeb;
	border-radius: 5px;
	text-align: center;
	font-size: 18px;
	padding-top: 0px;
	line-height: 60px;
}
.forgot_pass {
	color: #000;
	text-align: center;
	padding: 1%;
	margin: 10px 0;
}
.forgot_pass a {
	text-decoration: none !important;
	font-size: 12px;
	transition: color 0.5s ease;
	color: #000;
}
.forgot_pass a:hover {
	color: #420202;
	text-decoration: none !important;
}
/**Login**/





/***Notification_slider**/

.outer {
	position: fixed;
	top: 10%;
	right: 0;
	border-radius: 20px 0;
	z-index: 999;
}
.slide {
	width: 400px;
	height: 322px;
	padding: 20px;
	z-indes: 2;
	background-color: #fff;
	-moz-box-shadow: inset -2px 0px 10px #f2f2f2;
	-webkit-box-shadow: inset -2px 0px 10px #f2f2f2;
	box-shadow: inset -2px 0px 10px #f2f2f2;
	border: 1px solid #ddd;
	float: right;
	border-radius: 20px 0 0 20px;
}
.notification_btn {
	float: right;
	margin: 50px 0 0 0;
	vertical-align: middle;
}
.notification_btn :hover {
}
#Div1 {
	height: 280px;
}
.notification_heading {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 6px;
	border-bottom: 1px dashed #808080;
	line-height: 16px;
}
/***Notification_slider**/

.wrapper {
	width: 100%;
	height: auto;
	min-height: 80vh;
	margin: 0;
	padding: 0;
}
.form_heading {
	width: 100%;
	border-bottom: 2px solid #999;
	font-size: 20px;
	padding: 1% 0;
	margin-bottom: 1%;
	text-align: center;
	background-color: #EFEFEF;
}
/* form table*/
.dhsguForm {
	width: 100%;
	border-collapse: collapse;
	font-size: 12px;
}
.dhsguForm th {
	padding: 10px;
	border: #ddd 1px solid;
	color: #000;
	margin: 0 0 0 0;
	font-weight: normal;
	text-align: left;
	background-color: #e6e6e6;
	font-size: 14px;
}
.dhsguForm td {
	padding: 5px;
	border: #ddd 1px solid;
	text-align: left;
	background-color:transparent!important;
}
/* provide some minimal visual accomodation for IE8 and below */

.dhsguForm tr {
	background: #9FD9FF;
}
/*  Define the background color for all the ODD background rows  */

.dhsguForm tr:nth-child(odd) {
	background: #FBFBFB;
}
/*  Define the background color for all the EVEN background rows  */

.dhsguForm tr:nth-child(even) {
	background: #f7f7f7;
}
.dhsguForm input[type="text"], input[type="password"], textarea, select {
	padding: 7px;
	border-radius: 4px;
	background-color: #fff;
	border: #ddd 1px solid;
	}
.dhsguForm input:focus {
	outline: none;
	box-shadow: 0px 0px 5px #ddd;
	border: #ddd 1px solid;
}
.dhsguForm input:hover {
	border-radius: 5px;
}
.dhsguForm select {}
.dhsguForm select:focus {
	outline: none;
	box-shadow: 0px 0px 5px #ddd;
	border: #ddd 1px solid;
}
.dhsguForm select:hover {
	border: #ddd 1px solid;
	border-radius: 5px;
}
.dhsguForm textarea:focus {
	outline: none;
	box-shadow: 0px 0px 5px #ddd;
	border-color: #ffd0b4;
}
.dhsguForm textarea:hover {
	border: 1px solid #eaeaea;
	border-radius: 5px;
}
.dhsguForm .btn {
	background-color: #54a07e;
	border: none !important;
	padding: 8px 8px;
	color: #fff;
	font-size: 14px;
	border-radius: 5px 5px;
}
.dhsguForm .btn:hover, .btn:active {
	background-color: #398261;
	border: none !important;
	padding: 8px 8px;
	color: #fff !important;
	font-size: 14px;
	border-radius: 5px 5px;
}
.dhsguForm .btn_reset {
	background-color: #1F3964;
	border: none !important;
	padding: 8px 8px;
	color: #fff;
	font-size: 14px;
	border-radius: 5px 5px;
}
.dhsguForm .btn_reset:hover, .btn_reset:active {
	background-color: #163E7E;
	border: none !important;
	padding: 8px 8px;
	color: #fff !important;
	font-size: 14px;
	border-radius: 5px 5px;
}
/* form table*/

/* Service table*/

.table_containt {
	width: 100%;
	padding: 2%;
	background-color: #fff;
	box-shadow: 0 0 5px #888;
	height: auto;
	min-height: 80vh;
}
.page_heading {
	font-size: 26px;
	padding: 0.5%;
	border-bottom: 4px solid #ccc;
	margin-bottom: 2%;
    text-align:center;
}
.dhsg_table {
	font-size: 16px;
	width: 100%;
	border-collapse: collapse;
}
.dhsg_table th {
	padding: 5px;
	border-bottom: 4px solid #eaeaea;
	color: #841c2c;
	font-size: 20px;
	text-align: left;
	margin: 0 0 5px 0;
	    border-left: none!important;
    border-right: none!important;
}
.dhsg_table .service_head {
	background-color: #f7f7f7;
	padding: 10px;
	font-size: 16px;
	text-align: left;
	margin-top: 10px;
}
.dhsg_table td {
	padding: 10px;
	border-bottom: 1px solid #f7f7f7;
	font-size: 14px;
	text-align: left!important;
	    border-left: none!important;
    border-right: none!important;
}
.text_centre {
	text-align: center !important;
}
.text_centre img {
	text-align: center !important;
}

/* Service table*/

@media only screen and (max-width: 768px) and (min-width: 320px) 
{
    #DivHomelnk {
    line-height: 25px;
    text-align: center;
float:none;
}

#DivLoginDtls {
    line-height: 25px;
    float: right;
    text-align: center;
}

#DivHeaderBut {

    height: auto;
 
}
.outer {
	display: none;
}
.container {
	width: 100%;
}

.intro h1 {
	text-align: center;
}
.profile_text h2 {
	text-align: center;
}
.top_section {
	background-color: #5275c6;
	background-image: none;
	height: auto!important;
	padding: 2%;
}
.intro {
	width: 100%;
	margin: 0;
	float: none;
	padding: 2%;
	text-align: center;
}
.service_btn {
	width: 120px;
	font-size: 12px;
}
.profile {
	width: 90%;
	margin: 3% auto;
}
.owner_pic {
	display: none !important;
}
.profile_text {
	width: 100%;
	float: none;
}
.vision_heading {
	font-size: 24px;
}
.vision p {
	font-style: italic;
	line-height: 22px;
	color: #fff;
	font-size: 16px;
	margin: 0 0 1% 0;
}
.vision {
	width: 100%;
	background-repeat: no-repeat;
	height: 200px;
	padding: 2%;
}
.contact_info {
	display: none;
}
.address {
	width: 100%;
	padding: 2%;
}
.address h2 {
	font-size: 2em;
	text-align: center;
}
.address p {
	text-align: center;
}
.hat {
	display: none;
}
.intro_btn {
	text-align: center;
}
.service_btn {
	width: 40%;
	margin: 0 auto;
}
.login_info {
	display: none;
}
.login_area {
	width: 90%;
	margin: 0 5%;
}
.login_outer {
	width: 100%;
}

.dhsg_table th {
	width: 100%;
	display: block;
}
.dhsg_table input[type="text"], input[type="password"], textarea, select {
	width: 100%;
	display: block;
}
/*data label table*/
.dhsg_table {
	border: 0;
}
.dhsg_table th {
	display: none;
}
.dhsg_table tr {
	margin-bottom: 10px;
	display: block;
}
.dhsg_table td {
	display: block;
	text-align: left !important;
	font-size: 13px;
	border-bottom: 1px dotted #ccc;
	width: 100%;
}
.dhsg_table td:last-child {
	border-bottom: 0;
}
.dhsg_table td:before {
	content: attr(data-label);
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}
.link_box_outer {
	width: 100%;
	float: none;
	display: block;
	margin-bottom: 2%;
}
#scroll-top button {
	z-index: -999 !important;
}
/*data label table*/
	
.dhsguForm th {
	width: 100%;
	display: block;
}
.dhsguForm td {
	width: 100%;
	display: block;
}
.text_centre {
	text-align: right;
}
}

/* provide some minimal visual accomodation for IE8 and below */


	
	


@media only screen and (max-width: 1000px) and (min-width: 768px) {
.hat {
	display: none;
}
.intro {
	width: 100%;
}
.owner_pic {
	width: 26%;
	float: left;
	margin: 2%;
}
.contact_info img {
	width: 50%;
}
}

@media only screen and (max-width: 1366px) and (min-width: 1000px) {
.intro {
	width: 54%;
	float: left;
}
.hat {
	width: 40%;
	float: left;
}
.header {
}
.contact_info img {
	width: 45%;
}
}
.Login_area{float:right}

#grdservices{width:100%;}