/* http://www.ayanonline.com/ v1.0 License: none (public domain)*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800|Poppins:300,400,500,600,700,800&display=swap');
/*font-family: 'Poppins', sans-serif; font-family: 'Montserrat', sans-serif;*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	box-sizing:border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,  footer, header, hgroup, menu, nav, section {display: block;}
body {
	line-height: 1;
	overflow-x:hidden;
	font-family: 'Montserrat', sans-serif;
}
ol, ul {list-style: none;}
sup, sub {line-height:0;}
a {color:#58ABDF; text-decoration:none;}
a:focus {outline:none;}
a img {border:none;}
a, button, input[type=submit], input[type=button] {
	-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;
}
input,select,textarea,button {font-family: 'Montserrat', sans-serif; box-sizing:border-box;}
blockquote, q {quotes: none; font-style: italic;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
table {border-collapse: collapse; border-spacing: 0;}
p, h1, h2, h3, h4, h5, h6, span, div, li, td, samp {
	white-space: -moz-pre-wrap !important; /* 1999+ Mozilla  */white-space: -pre-wrap; /* Opera 4 thru 6 */white-space: -o-pre-wrap; /* Opera 7 and up */word-wrap: break-word;
}
/* Clearfix */
.clearfix:before,
.clearfix:after {content: " "; display: table;}
.clearfix:after {clear: both;}
.clearfix {*zoom: 1;}
h1 {
	margin:0 0 15px 0;
	padding:25px 0 0 0;
	float:left;
	width:100%;
	font-family: 'Montserrat', sans-serif;
	font-size:45px;
	color:#7a35f0;
	text-transform:uppercase;
	letter-spacing:3px;
	background:url(../images/yellow-border.png) 0 0 no-repeat;
}
h1 span {
	margin:0 0 28px 0;
	padding:0;
	float:left;
	width:100%;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	font-size:17px;
	color:#000;
	letter-spacing:3px;
}
h2 {
	font-size:2.625em;
	line-height:2.875em;
	color:#333;
}
h3 {
	font-size:2.25em;
	line-height:2.5em;
	color:#333;
}
h4 {
	font-size:1.875em;
	line-height:2.125em;
	color:#333;
}
h5 {
	font-size:1.5em;
	line-height:1.75em;
	color:#333;
}
h6 {
	font-size:1.125em;
	line-height:1.375em;
	color:#333;
}
strong, b {font-weight:bold;}
i, em {font-style:italic;}
u {text-decoration:underline;}
.floatleft {float:left !important;}
.floatright {float:right !important;}
.error_message {
	float:left;
	width:100%;
	height:25px;
	text-align:center;
	font-size:20px;
	line-height:15px;
	color:#F00;
}
.success_message {
	float:left;
	width:100%;
	margin:0 0 15px 0;
	text-align:center;
	font-size:20px;
	line-height:15px;
	color:#090;
}
.error {font-size:17px; color:#F00;}
.msg_holder {
	padding:5px 0 0 0;
	float:left;
	width:100%;
	height:30px;
	text-align:left;
}
#wrapper {float:left; width:100%;}
.inner_wrap {margin:0 auto; max-width:1160px; width:98%;}

.default {float:left; width:100%; position:relative;}
/* ----- HEADER STARTS HERE ----- */
#header {margin:0; float:left; width:100%;}
.hdr_toppnl {
	padding:14px 30px 0 30px;
	float:right;
	width:75%;
	height:50px;
	background:#fcb50d url(../images/toppattern.png) 0 100% repeat-x;
}
.hdr_toppnl p {
	padding:0;
	margin:0 20px 0 0;
	float:left;
	font-family: 'Poppins', sans-serif;
	font-weight:500;
	font-size:15px;
	color:#fff;
	letter-spacing:1px;
}
.hdr_toppnl p a {color:#fff;}
.hdr_toppnl p img {
	margin:-2px 7px 0 0;
	display:inline-block;
	vertical-align:middle;
}
.hdr_toppnl ul {
	margin:2px 0 0 0;
	padding:0;
	float:right;
	list-style-type:none;
}
.hdr_toppnl ul li {
	padding:0;
	margin:0 0 0 20px;
	float:left;
	font-family: 'Poppins', sans-serif;
	font-weight:500;
	font-size:15px;
	color:#fff;
	letter-spacing:1px;
}
.hdr_toppnl ul li img {
	margin:-2px 7px 0 0; display:inline-block; vertical-align:middle;
}
.hdr_toppnl ul li:first-child {margin-left:0;}
.hdr_toppnl ul li a {color:#fff; background:#ff0090; border-radius: 5px; padding:5px 10px; border:#ff0090 1px solid;}
.hdr_toppnl ul li a:hover {color:#fff; background:#7a35f0; border:#7a35f0 1px solid;}
/* ----- LOGO STARTS HERE ----- */
.logo {margin:13px 0 0 0; float:left;}
.logo img {float:left;}
/* ----- LOGO ENDS HERE ----- */

/* ----- NAVIGATION STARTS HERE ----- */
.nav_hld {margin:30px 0 0 0; float:right;}
nav {
	font-size: 22px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	position: relative;
	letter-spacing:1px;
}
nav ul {padding: 0; margin: 0; float:left;}
nav li {margin:0 0 0 25px; padding:0 0 0 0; float: left;}
nav li:first-child {border-left:none; padding-left:0; margin-left:0;}
nav a {
	color: #fff;
	border:#7a35f0 1px solid;
	background:#7a35f0;
	padding:8px 15px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
}
nav li a {box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
nav a:hover, nav a.selected {color:#fff; background: #fcb50d; border:#fcb50d 1px solid;}
nav a#pull {display: none;}
/*Styles for screen 600px and lower*/
@media screen and (max-width: 767px) {
	nav {float:left; width:100%;}
  	nav ul {float:left; width: 100%; display: block; height: auto;}
  	nav li {width:100%; float: left; position: relative; margin-left:0 !important;}
  	nav li a {float:left; border-bottom: 1px solid #576979;}
  	nav a {padding:15px 15px; float:left; text-align: left; width: 100%; text-indent: 5px;}
}
/*Styles for screen 515px and lower*/
@media only screen and (max-width : 767px) {
	nav {float:left;	border-bottom: 0;}
	nav ul {display: none; height: auto;}
	nav a#pull {display: block; background-color: #7a35f0; width: 100%; position: relative;}
	nav a#pull:after {
		content:"";
		background: url('../images/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 13px;
	}
}
/* ----- NAVIGATION ENDS HERE ----- */

/* ----- HEADER ENDS HERE ----- */

/* ----- BODY STARTS HERE ----- */
#container {
	margin:20px 0 0 0;
	float:left;
	width:100%;
}
.bnr_hld {
	margin:0;
	float:left;
	width:100%;
	position:relative;
}
.bnr_arrow {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:6px;
	background:url(../images/bnr-arrow.png) 0 0 repeat-x;
	z-index:10;
}
.slider-wrapper { 
	width:100%;
	margin:0;
	float:left;
	position:relative;
}
.welcome_hld {
	padding:40px 0;
	float:left;
	width:100%;
	background:url(../images/welcome-bg.png) 0 100% repeat-x;
}
.welcome_img {margin:0; float:left; width:45%;}
.welcome_caption {
	margin:60px 0 0 0;
	float:right;
	width:50%;
}
.welcome_caption p {
	margin:0 0 18px 0;
	float:left;
	width:100%;
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
	font-size:18px;
	color:#000;
	line-height:32px
}
.welcome_caption a {
	margin:0 0 0 0;
	padding:18px 22px;
	float:left;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	font-size:18px;
	color:#fff;
	background:#7a35f0;
	border-radius: 5px;
}
.welcome_caption a:hover {background:#fcb50d;}
/*inner page start here*/
.inner_bnrhld {
	padding:25px 0;
	float:left;
	width:100%;
	background:url(../images/innerbanner.jpg) 0 0 no-repeat;
	background-size:cover;
	text-align:center;
}
.inner_bnrhld h1 {
	padding:0;
	margin:0;
	float:left;
	width:100%;
	color:#fff;
	text-transform:capitalize;
	background:none;
}
.pageheight_hld {
	padding:25px 0;
	float:left;
	width:100%;
	min-height:450px;
}
.content_details_holder {float:left; width:100%;}
.content_details_holder p {
	margin:0 0 10px 0;
	float:left;
	width:100%;
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
	font-size:18px;
	line-height:32px;
}
.content_details_holder p img {margin:0 20px 15px 0; float:left;}
.content_details_holder a {color:#000;}
.content_details_holder a:hover {color:#3162ae;}
.content_details_holder ul, .content_details_holder ol {
	margin:0 0 7px 0;
	float:left;
	width:100%;
	list-style-type:none;
}
.content_details_holder ul li, .content_details_holder ol li {
	margin:0 0 10px 0;
	padding:0 0 0 15px;
	float:left;
	width:98%;
	font-family: 'Montserrat', sans-serif;
	font-size:17px;
	line-height:20px;
	background:url(../images/cnt-arrow.png) 0 6px no-repeat;
}
/* -- plan page start here -- */
.planlst_hld {
	margin:0 0 25px 0;
	float:left;
	width:100%;
}
.planlst_hld h2 {
	margin:0 0 20px 0;
	padding:0 0 10px 0;
	float:left;
	width:100%;
	font-family: 'Montserrat', sans-serif;
	font-size:30px;
	line-height:normal;
	color:#ff0090;
	border-bottom:#ff0090 1px solid;
}
.planlst_hld h2 span {
	margin:0 0 0 15px;
	display:inline-block;
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
	font-size:30px;
	line-height:normal;
	color:#ff0090;
}
.planlst_hld p {
	margin:0 0 10px 0;
	float:left;
	width:100%;
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
	font-size:18px;
	line-height:32px;
}
/* -- plan page end here -- */

/* -- gallery page start here -- */
ul.gallerylist {
	margin:0;
	float:left;
	width:100%;
}
ul.gallerylist li {
	margin:15px 0 15px 2%;
	float:left;
	width:23.5%;
}
ul.gallerylist li:first-child, ul.gallerylist li:nth-child(4n+1) {margin-left:0;}
/* -- gallery page end here -- */

/* -- contactpage start here -- */
.contact_info_holder {
	margin:15px 0 25px 0;
	float:left;
	width:100%;
	text-align:center;
}
.contact_info_holder ul {
	float:left;
	width:100%;
	list-style-type:none;
}
.contact_info_holder ul li {
	margin:0 1.5% 0 1.5%;
	padding:20px 0;
	float:left;
	width:47%;
	min-height:200px;
	background:none !important;
	border:#82c55b 2px solid;
}
.contact_info_holder ul li:nth-child(2) {border:#3451a3 2px solid;}
.contact_info_holder ul li:last-child {border:#5d2711 2px solid;}
.contact_info_icon {
	margin:0 0 12px 0;
	float:left;
	width:100%;
}
.contact_info_holder ul li address {
	float:left;
	width:100%;
	font-family: 'Poppins', sans-serif;
	font-size:18px;
	line-height:21px;
	font-style:inherit !important;
}
.contact_info_holder ul li span {
	display:block;
	margin-bottom:20px;
	font-family: 'Poppins', sans-serif;
	font-weight:700;
	font-size:25px;
	color:#252525;
}
.contact_info_holder ul li a {color:#000;}
.contact_info_holder ul li a:hover {color:#109747; text-decoration:none;}

.contact_frmhld {
	margin:0 0 3px 0;
	padding:39px 0;
	float:left;
	width:100%;
	background:#fcb50d;
	text-align:center;
}
.contact_frmhld h2 {
	margin-bottom:25px;
    padding: 0 0 10px 0 !important;
    background: url(../images/border-white.png) 50% 100% no-repeat;
    letter-spacing: 1px;
	font-family: 'Poppins', sans-serif;
	font-size:30px;
	line-height:normal !important;
    color: #fff;
}
.cntctfrm {
	margin:15px 0 0 0;
	float:left;
	width:100%;
}
.cntctfrm_element {margin:0 1.5% 0 1.5%; float:left; width:30.333%;}
.cntctfrm_elementfullwidth {margin:0 1.5% 0 1.5%; float:left; width:97%;}
.cntctfrm input[type="text"] {
	margin:0;
	padding:16px 22px;
	float:left;
	width:100%;
	font-weight:400;
	font-size:15px;
	color:#fff;
	border:#fff 2px solid;
	background:none;
	border-radius: 10px;
}
.cntctfrm textarea {
	margin:0;
	padding:16px 22px;
	float:left;
	width:100%;
	height:120px;
	font-weight:400;
	font-size:15px;
	color:#fff;
	border:#fff 2px solid;
	background:none;
	border-radius: 10px;
	resize:none;
}
.cntctfrm input[type="submit"] {
	margin:0 0 0 0;
	padding:16px 35px;
	float:left;
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	font-size:18px;
	color:#fff;
	letter-spacing:1px;
	background:#ff0090;
	border:none;
	cursor:pointer;
	border-radius: 10px;
	-webkit-transition: 0.7s; -moz-transition: 0.7s; transition: 0.7s;
}
.cntctfrm input[type="submit"]:hover {color:#fff; background:#7a35f0;}
/* -- contactpage end here -- */

/* -- login page start here -- */
.login_inrhld {margin:0 auto; width:45%;}
.login_inrcontent {
	margin:30px 0 0 0;
	padding:25px 30px;
	width:100%;
	float:left;
	background:#fcb50d;
}
.loginform {margin:0; float:left; width:100%;}
.loginform_element {margin:0; float:left; width:100%;}
.loginform label {
	margin:0 0 10px 0;
	float:left;
	width:100%;
	font-family: 'Montserrat', sans-serif;
	font-weight:500;
	font-size:18px;
	color:#fff;
}
.loginform input[type="text"], .loginform input[type="password"] {
	padding:0 20px;
	float:left;
	width:100%;
	height:50px;
	font-size:18px;
	color:#000;
	border:none;
}
.loginform input[type="submit"] {
	padding:10px 20px;
	float:left;
	height:50px;
	font-family: 'Montserrat', sans-serif;
	font-size:18px;
	color:#fff;
	border:none;
	background:#ff0090;
	cursor:pointer;
}
.loginform input[type="submit"]:hover {background:#7a35f0;}
.linktxt {
	margin:14px 0 0 0;
	float:right;
	font-family: 'Montserrat', sans-serif;
	font-size:18px;
	color:#fff;
	font-style:italic;
	text-decoration:underline;
}
.linktxt:hover {color:#ff0090; text-decoration:none;}
/* -- login page end here -- */
.acnt_wlcmehld {
	margin:30px 0 0 0;
	float:left;
	width:100%;
	text-align:center;
}
.acnt_wlcmehld p {
	margin:0 0 0 0;
	float:none;
	display:inline-block;
	vertical-align:middle;
	font-family: 'Montserrat', sans-serif;
	font-size:18px;
	color:#fff;
}
.acnt_wlcmehld a {
	margin:0 0 0 18px;
	padding:10px 13px 10px 13px;
	float:none;
	display:inline-block;
	vertical-align:middle;
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	text-transform:uppercase;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.acnt_wlcmehld a img {
	margin:0 6px 0 0 !important;
	vertical-align:middle;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.logout_btn {color:#fff; background:#ed197b;}
.logout_btn:hover {background:#fcb50d;}
.time_holder {
	margin:0 0 0 12px;
	padding:6px 11px 6px 11px;
	float:none;
	display:inline-block;
	vertical-align:middle;
	color:#fcb50d;
	font-size:18px;
	border:#fcb50d 1px solid;
	cursor:default;
	width:395px;
}
.time_holder img {margin:0 6px 0 0 !important; float:left;}
.clock {float:left; }
#Date {
	font-size:18px;
	float:left;
	border-right:#fcb50d 1px solid;
	padding-right:5px;
	margin-right:5px;
}
ul.clocktime {float:left;}
ul.clocktime li {font-size:18px; float:left;}
#point {
	position:relative;
	-moz-animation:mymove 1s ease infinite; -webkit-animation:mymove 1s ease infinite;
	float:left;
}
/* -- form page start here -- */
.innerpage_form {
	margin:15px 0 0 0;
	float:left;
	width:100%;
}
.innerpage_formelement {margin:0 1.5%; float:left; width:30.333%;}
.innerpage_formfullwidth {margin:0 1.5%; float:left; width:97%;}
.innerpage_form label {
	margin:0 0 10px 0;
	float:left;
	width:100%;
	font-family: 'Montserrat', sans-serif;
	font-weight:500;
	font-size:18px;
	color:#7a35f0;
}
.innerpage_form label span {color:#F00;}
.innerpage_form input[type="text"], .innerpage_form input[type="password"], .innerpage_form select, .innerpage_form input[type="file"] {
	padding:0 20px;
	float:left;
	width:100%;
	height:50px;
	font-size:18px;
	color:#000;
	border:#7a35f0 1px solid;
}
.innerpage_form input[type="submit"] {
	padding:10px 20px;
	float:left;
	height:50px;
	font-family: 'Montserrat', sans-serif;
	font-size:18px;
	color:#fff;
	border:none;
	background:#ff0090;
	cursor:pointer;
}
.innerpage_form input[type="submit"]:hover {background:#7a35f0;}
/* -- form page end here -- */
.dashboard_navhld {
	margin:0;
	float:left;
	width:100%;
	background:#ff0090;
	position:relative;
}
.dshbrd_cnthld {
	margin:20px 0 0 0;
	float:left;
	width:100%;
}
/* -- dashboard page start here -- */

/* -- dashboard page end here -- */

/* -- profile page start -- */
.profile_holder {
	margin:0 0 22px 0;
	float:left;
	width:100%;
}
.profile_heading {
	padding:18px 25px;
	float:left;
	width:100%;
	background:#7a35f0;
}
.profile_heading p {
	padding:0;
	float:left;
	font-family: 'Montserrat', sans-serif;
	font-size:18px;
	color:#fff;
}
.profile_heading a {
	margin:3px 0 0 0;
	float:right;
	font-size:18px;
	color:#ed237a;
}
.profile_heading a:hover {color:#3162ae;}
.profile_heading span a:hover {text-decoration:none;}
.profile_content_outer {
	padding:0;
	float:left;
	width:100%;
	border:#7a35f0 1px solid;
}
.profile_content {
	padding:20px 2% 0 2%;
	float:left;
	width:100%;
	background:#f6f6f6;
}
.profile_content_new {margin-bottom:20px; background:#ed197b;}
.profile_content_new p {color:#fff !important;}
.profile_content p {
	margin:0 0 15px 0;
	padding:0;
	float:left;
	width:100%;
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	color:#000;
}
.profile_content p span {
	padding:0 10px 0 0;
	float:left;
	width:220px;
}
.profile_content p samp {
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	color:#000;
}
.halfdiv {
	margin:0;
    width: 49%;
	float:left;
}
.account_button_holder {
	margin:20px 0 0 0;
	float:left;
	width:100%;
	text-align:center;
}
.account_button_holder a {
	margin:0 0 0 10px;
	padding:12px 18px 10px 18px;
	float:none;
	display:inline-block;
	font-size:15px;
	color:#fcb50d;
	text-transform:uppercase;
	border:#fcb50d 2px solid;
}
.account_button_holder a:hover, .account_button_holder a.selected {background:#fcb50d; color:#fff;}
/* -- profile page end -- */

/* -- Id card page start -- */
.idcard_outer {
	margin:30px 0 0 0;
	float:left;
	width:100%;
}
#idholder {
	width:500px;
	height:400px;
	margin:0 auto;
}
.idcard {
	width:100%;
	height:320px;
	float:left;
	border:#000 1px solid;
	position:relative;
}
.toppart {padding:12px 10px 12px 10px; width:100%;}
.toppart span {
	margin:22px 0 0 0;
	font-size:16px;
	line-height:22px;
	vertical-align:middle;
	text-align:right;
}
.bottompart {
	width:100%;
	padding:20px 25px;
	padding-top:5px;
	background:#fcb50d;
	height:204px;
}
.imgholder {
	max-width:98px;
	float:left;
	border:#000 1px solid;
	margin-top:10px;
	background:#fff;
}
.dataholder {
	width:340px;
	float:right;
	margin-top:10px;
}
.dataholder p {
	font-size:15px !important;
	color:#fff !important;
	line-height:22px !important;
	margin-bottom:5px !important;
}
.dataholder strong{width:80px !important; display:inline-block;}
.bottom_web{
	font-size:16px;
	background:#ff0090;
	width:100%;
	line-height:36px;
	text-align:center;
	color:#fff;
	position:absolute;
	bottom:0;
	left:0;
}
.printbtn {
	margin:0 0 0 0;
	padding:10px 13px 10px 13px;
	float:right;
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	color:#fff;
	text-transform:uppercase;
	background:#7a35f0;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.printbtn:hover {background:#fcb50d;}
/* -- Id card page end -- */

/* -- Tree View page start -- */
.treeviewhld {
	margin:0;
	float:left;
	width:1080px;
	position:relative;
	text-align:center;
	overflow: auto;
}
.treeviewhld h4 {
	margin:0;
	float:left;
	width:100%;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	font-size:15px;
	color:#000;
	text-transform:uppercase;
}
/* -- Tree View page end -- */

/* -- table start here -- */
.table_holder {border-left:#ff0090 1px solid;}
tr.table_heading td {
	padding:15px 5px;
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	font-size:16px;
	color:#fff;
	background:#7a35f0;
	border-right:#ff0090 1px solid;
	cursor:default;
}
tr.table_description td {
	padding:10px 5px;
	font-size:14px;
	line-height:18px;
	color:#000;
	border-right:#ff0090 1px solid;
	border-bottom:#ff0090 1px solid;
	cursor:default;
}
tr.table_description:nth-child(odd) {background:#ebebeb;}
tr.table_description td a {color:#2771b8;}
tr.table_description td a img {margin:-2px 5px 0 0; vertical-align:middle;}
/* -- table end here -- */
.btn_hld {
	display:inline-block;
	margin:0 10px 0 0;
	padding:12px 18px;
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
	font-size:16px;
	color:#fff;
	background:#7a35f0;
	border-radius: 5px;
	vertical-align:middle;
}
.btn_hld:hover {
	background:#ff0090;
}
.texthld {
	display:inline-block;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	font-size:15px;
	color:#ff0090;
	vertical-align:middle;
}
/*inner page end here*/

/* ----- BODY ENDS HERE ----- */

/* ----- FOOTER STARTS HERE ----- */
#footer {
	padding:0 0 20px 0;
	float:left;
	width:100%;
	background:#ff0090;
	text-align:center;
}
ul.ftrnav {
	margin:0;
	padding:20px 0;
	float:left;
	width:100%;
	list-style-type:none;
}
ul.ftrnav li {
	margin:0 0 0 20px;
	padding:0 0 0 20px;
	float:none;
	display:inline-block;
	border-left:#fff 1px solid;
}
ul.ftrnav li:first-child {margin-left:0; padding-left:0; border-left:none;}
ul.ftrnav li a {
	padding:0;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	font-size:18px;
	color:#fff;
	letter-spacing:2px;
}
ul.ftrnav li a:hover {color:#fcb50d;}
.copyright {
	margin:0;
	padding:20px 0 0 0;
	float:left;
	width:100%;
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
	font-size:18px;
	color:#fff;
	border-top:1px solid rgba(255, 255, 255, 0.5);
}
.copyright a {font-weight:700; color:#fff;}
.copyright a:hover {color:#fcb50d;}
/* ----- FOOTER ENDS HERE ----- */

@media screen and (max-width: 1130px) {
	.inner_wrap {width:96%; max-width:1024px;}
	
	.hdr_toppnl {width:83%;}
}
@media screen and (max-width: 1023px) {
	.inner_wrap {max-width:900px;}

	.hdr_toppnl {padding:14px 20px 0 20px;}	
	.hdr_toppnl p {margin:0 15px 0 0; letter-spacing:0;}
	.hdr_toppnl ul li {margin-left:10px;}
	
	nav {font-size: 18px;}
	
	.treeviewhld_scroll {overflow-x:auto;}
}
@media screen and (max-width: 899px) {
	.inner_wrap {max-width:768px;}

	.hdr_toppnl {width:100%;}
	
	.nav_hld {margin-top:60px;}
	nav {font-size: 15px;}
	nav li {margin-left:15px;}
	h1 {
		margin:0 0 15px 0;
		padding:20px 0 0 0;
		background:url(../images/yellow-border.png) 50% 0 no-repeat;
	}
	h1 span {margin:0 0 10px 0;}
		
	.welcome_hld {text-align:center;}
	.welcome_img {float:none; display:inline-block; width:50%;}
	.welcome_caption {margin:30px 0 0 0; width:100%;}
	.welcome_caption a {float:none; display:inline-block;}
	
	.copyright {font-size:17px;}
	
	.content_details_holder p img {width:50%; height:auto !important;}
	
	ul.gallerylist li {margin:15px 1% 15px 1% !important; width:31.333% !important;}
	
	.innerpage_formelement {width:47%;}
}
@media screen and (max-width: 767px) {
	.inner_wrap {max-width:600px;}
	
	.nav_hld {width:100%; margin-top:20px;}
	.logo {width:100%; text-align:center;}
	.logo img {float:none; display:inline-block;}
	
	.hdr_toppnl {height:inherit !important; text-align:center; padding-bottom:30px; padding-right:0; padding-left:0;}
	.hdr_toppnl p {
		padding:0 0 10px 0;
		margin:0 0 10px 0;
		width:100%;
		text-align:center;
		border-bottom:1px solid rgba(255, 255, 255, 0.5);
	}
	.hdr_toppnl ul {float:left; width:100%; margin:10px 0 0 0;}
	.hdr_toppnl ul li {padding:0; margin:0 10px 0 10px; float:none; display:inline-block;}

	ul.ftrnav li {margin:0 0 0 10px; padding:0 0 0 10px;}	
	ul.ftrnav li a {font-size:17px; letter-spacing:0;}
	.copyright span {float:left; width:100%; margin-top:8px;}
	
	.cntctfrm_element {width:97%;}
	.cntctfrm input[type="submit"] {float:none; display:inline-block;}
	.contact_info_holder ul li {margin-top:20px; width:97%; min-height:inherit;}
	.contact_info_holder ul li:first-child {margin-top:0;}
	
	.login_inrhld {width:90%;}
	.forgotpass {float:left; width:100%; margin:15px 0 0 0;}
	.forgotpass a {float:left;}

.acnt_wlcmehld {margin-top:20px; padding:0 20px;}	
.acnt_wlcmehld p {margin:0 0 15px 0; float:left; width:100%;}
.time_holder {width:100%; margin-left:0; margin-bottom:15px; float:left; text-align:center;}
.time_holder img {float:none; display:inline-block; vertical-align:middle;}
.clock {float:none; display:inline-block; vertical-align:middle;}
.acnt_wlcmehld a {margin-left:0;}

.tableholder_scroll {overflow-x:auto;}
	
}
@media screen and (max-width: 599px) {
	.inner_wrap {max-width:480px;}
	
	.content_details_holder p img {width:100%; height:auto !important; margin-right:0 !important;}
	
	ul.gallerylist li {width:48% !important;}
	
	.innerpage_formelement {width:97%;}
	
	.halfdiv {width:100%;}
}
@media screen and (max-width: 479px) {
	.welcome_img {width:80%;}
	
	.inner_bnrhld h1 {font-size:35px; letter-spacing:0 !important;}
	
	#footer {padding-top:0;}
	#footer .inner_wrap {max-width:100%; width:100%;}
	ul.ftrnav {padding:0 !important;}
	ul.ftrnav li {margin:0 0 0 0; padding:0 0 0 0; float:left; width:100%; border-top:1px solid rgba(255, 255, 255, 0.5); border-left:none;}
	ul.ftrnav li:first-child {margin-left:0; padding-left:0; border-left:none;}
	ul.ftrnav li a {padding:10px 0; display:inline-block;}
	ul.ftrnav li a:hover {color:#fcb50d;}
	
	ul.gallerylist li {width:98% !important;}
}
@media screen and (max-width: 400px) {
	.time_holder img {display:none;}
	#Date {font-size:15px;}
	ul.clocktime li {font-size:15px;}
}
@media screen and (max-width: 360px) {
	.halfdiv, .profile_content {width:100%; text-align:center;}
	.profile_content p span {width:100%; margin:0 0 10px 0; padding-right:0;}
}
@media screen and (max-width: 340px) {
	.time_holder {padding: 6px 10px 6px 10px !important;}
	#Date {font-size:13px;}
	ul.clocktime li {font-size:13px;}
}