<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Fjalla+One|Kaushan+Script|Open+Sans+Condensed:300,700|Open+Sans:300,400,600,700');
@font-face {
    font-family: 'droid_sansregular';
    src: url('../fonts/droidsans-webfont.eot');
    src: url('../fonts/droidsans-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/droidsans-webfont.woff2') format('woff2'),
         url('../fonts/droidsans-webfont.woff') format('woff'),
         url('../fonts/droidsans-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'droid_sansbold';
    src: url('../fonts/droidsans-bold-webfont.eot');
    src: url('../fonts/droidsans-bold-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/droidsans-bold-webfont.woff2') format('woff2'),
         url('../fonts/droidsans-bold-webfont.woff') format('woff'),
         url('../fonts/droidsans-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff'),
         url('../fonts/opensans-semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold_0-webfont.eot');
    src: url('../fonts/opensans-bold_0-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold_0-webfont.woff2') format('woff2'),
         url('../fonts/opensans-bold_0-webfont.woff') format('woff'),
         url('../fonts/opensans-bold_0-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular_0-webfont.eot');
    src: url('../fonts/opensans-regular_0-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular_0-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular_0-webfont.woff') format('woff'),
         url('../fonts/opensans-regular_0-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.eot');
    src: url('../fonts/opensans-light-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/opensans-light-webfont.woff2') format('woff2'),
         url('../fonts/opensans-light-webfont.woff') format('woff'),
         url('../fonts/opensans-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

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, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio, video, input {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	font-family: 'Open Sans', sans-serif;
	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 {
	font-family: 'Open Sans', sans-serif;
	line-height: 1;
	background:url(../images/body-pattern.png) 0 0 repeat;
}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {text-decoration:none;}
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;
}

#wrapper {
	float:left;
	width:100%;
}
.inner_wrap {
	margin:auto;
	width:98%;
	max-width:1100px;
}
.content_holder {
	float:left;
	width:100%;
	position:relative;
}
.default {
	float:left;
	width:100%;
}
.error {
	font-size:13px;
	line-height:15px;
	color:var(--danger);
}
.success {
	color:var(--success)
}
.msg_holder {
	margin:0;
	padding:5px 0 0 0;
	float:left;
	width:100%;
	height:25px;
}
.failed {
	margin:10px 0 0 0;
	padding:10px 15px;
	float:left;
	width:100%;
	text-align:center;
	font-weight:700;
	font-size:28px;
	color:var(--white);
	background:var(--danger);
}
.passed {
	margin:10px 0 0 0;
	padding:10px 15px;
	float:left;
	width:100%;
	text-align:center;
	font-weight:700;
	font-size:28px;
	color:var(--white);
	background:var(--success-light);
}
/* -- HEADER STARTS HERE -- */
#header {
	margin:0 0 4px 0;
	padding:5px 0 0 0;
	float:left;
	width:100%;
	background:url(../images/top-line-bg.png) 0 0 repeat-x;
}
.header_top_panel {
	margin:0;
	float:left;
	width:100%;
	background-color:rgba(239, 239, 239, 0.6);
	border-bottom:var(--light) 1px solid;
}
.header_top_panel p {
	margin:0;
	padding:11px 13px 12px 13px;
	float:left;
	font-weight:300;
	font-size:15px;
	border-left:var(--light) 1px solid;
	border-right:var(--light) 1px solid;
}
.header_top_panel p a {
	color:#000;
}
.header_top_panel p img {
	margin:-3px 8px 0 0;
	vertical-align:middle;
}
.hdr_social_media {
	float:right;
}
.hdr_social_media a {
	float:left;
	width:46px;
	height:39px;
	line-height:39px;
	vertical-align:middle;
	text-align:center;
	border-right:var(--light) 1px solid;
}
.hdr_social_media a:first-child {
	border-left:var(--light) 1px solid;
}
.hdr_social_media a img {
	line-height:39px;
	vertical-align:middle;
}
/*.left_logo{
	font:normal 12px/15px "open_sansregular", Arial, Helvetica, sans-serif;
	float:right;
	width:300px;
	padding-top:20px;
}
.left_logo a{
	font-size:20px;
	text-transform:uppercase;
	color:var(--danger-dark);
	display:block;
	margin-top:20px;
	font-weight:bold;
}
.logo-up-text{
	font:normal 13px/15px "open_sansregular", Arial, Helvetica, sans-serif;
	float:left;
	padding:0;
	padding-bottom:5px;
	text-align:center;
	width:100%;
	color:#F26400;
}
.logo-down-text{
	font:normal 12px/15px "open_sansregular", Arial, Helvetica, sans-serif;
	float:left;
	padding:0;
	text-align:center;
	width:100%;
	padding-top:5px;
	color:#085E05;
}*/
/* -- LOGO STARTS HERE -- */
.logo {
	float:left;
	width:auto !important;
}
/* -- LOGO ENDS HERE -- */

/* -- NAVIGATION STARTS HERE -- */
.navigation {
	float:left;
	width:100%;
	background:var(--primary);
}
#cssmenu {
	position: relative;
	width: 100%;
	float:left;
}
#cssmenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 1;
}
#cssmenu &gt; ul {
	position: relative;
	display: block;
	width: 100%;
	z-index:1;
}
#cssmenu &gt; ul &gt; li {
	display: block;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	border-right:1px solid rgba(255, 255, 255, 0.3);
}
#cssmenu &gt; ul &gt; li:nth-child(2) {border-left:rgba(255, 255, 255, 0.3) 1px solid !important;}
#cssmenu &gt; ul &gt; #menu-button {display: none;}
#cssmenu ul li a {
	display: block;
	font-family: 'Fjalla One', sans-serif;
	text-decoration: none;
}
#cssmenu &gt; ul &gt; li &gt; a {
	font-size: 16px;
	padding:23px 12px 22px 12px;
	color: var(--white);
	text-transform: uppercase;
	letter-spacing:1px;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
#cssmenu &gt; ul &gt; li.has-sub &gt; a {padding-right: 32px;}
#cssmenu &gt; ul &gt; li:hover &gt; a {background:var(--danger-dark);}
#cssmenu &gt; ul &gt; li a.active {background:var(--danger-dark);}
#cssmenu li.has-sub::after {
	display: block;
	content: '';
	position: absolute;
	width: 0;
	height: 0;
}
#cssmenu &gt; ul &gt; li.has-sub::after {
	right: 10px;
	top: 20px;
	border: 5px solid transparent;
	border-top-color: #7a8189;
}
#cssmenu &gt; ul &gt; li:hover::after {border-top-color: var(--white)fff;}
#indicatorContainer {
	position: absolute;
	height: 12px;
	width: 100%;
	bottom: 0px;
	overflow: hidden;
	z-index: -1;
}
#pIndicator {
	position: absolute;
	height: 0;
	width: 100%;
	border: 12px solid transparent;
	border-top-color: #2b2f3a;
	z-index: -2;
	-webkit-transition: left .25s ease;
	-moz-transition: left .25s ease;
	-ms-transition: left .25s ease;
	-o-transition: left .25s ease;
	transition: left .25s ease;
}
#cIndicator {
	position: absolute;
	height: 0;
	width: 100%;
	border: 12px solid transparent;
	border-top-color: #2b2f3a;
	top: -12px;
	right: 100%;
	z-index: -2;
}
#cssmenu ul ul {
	position: absolute;
	left: -9999px;
	top: 70px;
	opacity: 0;
	-webkit-transition: opacity .3s ease, top .25s ease;
	-moz-transition: opacity .3s ease, top .25s ease;
	-ms-transition: opacity .3s ease, top .25s ease;
	-o-transition: opacity .3s ease, top .25s ease;
	transition: opacity .3s ease, top .25s ease;
	z-index: 1000;
}
#cssmenu ul ul ul {top: 37px; padding-left: 5px;}
#cssmenu ul ul li {position: relative;}
#cssmenu &gt; ul &gt; li:hover &gt; ul {
	left: auto;
	top: 60px;
	opacity: 1;
	padding-top:2px;
}
#cssmenu ul ul li:hover &gt; ul {
	left: 245px;
	top: 0;
	opacity: 1;
}
#cssmenu ul ul li a {
	width: 250px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	padding: 10px 20px;
	font-size: 16px;
	color: var(--white);
	background: var(--danger-dark);
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}
#cssmenu ul ul li:hover &gt; a {
	background: var(--primary);
	color: var(--white);
}
#cssmenu ul ul li:last-child &gt; a,
#cssmenu ul ul li.last &gt; a {border-bottom: 0;}
.submenuArrow {
	border: 6px solid transparent;
	width: 0;
	height: 0;
	border-bottom-color: var(--white);
	position: absolute;
	top: -12px;
}
#cssmenu ul ul li.has-sub::after {
	border: 4px solid transparent;
	border-left-color: #9ea2a5;
	right: 10px;
	top: 12px;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease;
}
#cssmenu ul ul li.has-sub:hover::after {
	border-left-color: var(--white);
	right: -5px;
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
@media all and (max-width: 767px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
	#cssmenu {width:100%; float:left;}
	#cssmenu ul {width: 100%; float:left;}
	#cssmenu .submenuArrow,
	#cssmenu #indicatorContainer {display: none;}
	#cssmenu &gt; ul {height: auto; display: block;}
	#cssmenu &gt; ul &gt; li {float: none; width:100%; border-right:none; border-top:#c04d59 1px solid;}
	#cssmenu &gt; ul &gt; li:first-child {border-top:none;}
	#cssmenu li,
	#cssmenu &gt; ul &gt; li {display: none; float:left; width:100%;}
	#cssmenu ul ul,
	#cssmenu ul ul ul,
	#cssmenu ul &gt; li:hover &gt; ul,
	#cssmenu ul ul &gt; li:hover &gt; ul {
		position: relative;
		left: auto;
		top: auto;
		opacity: 1;
		padding-left:20px;
	}
	#cssmenu &gt; ul &gt; li:nth-child(2) {border-left:none !important;}
	#cssmenu ul ul {top: 0 !important;}
	#cssmenu ul .has-sub::after {display: none;}
	#cssmenu ul li a {padding: 12px 20px !important; font-size:15px !important;}
	#cssmenu ul ul li a {
		border: 0;
		background: none;
		width: auto;
		padding:4px 35px !important;
	}
	#cssmenu ul ul li:hover &gt; a {background: none; color: #000;}
	#cssmenu ul ul ul a {padding: 8px 50px;}
	#cssmenu ul ul ul ul a {padding: 8px 65px;}
	#cssmenu ul ul ul ul ul a {padding: 8px 80px;}
	#cssmenu ul ul ul ul ul ul a {padding: 8px 95px;}
	#cssmenu &gt; ul &gt; #menu-button {
		display: block;
		cursor: pointer;
	}
	#cssmenu #menu-button &gt; a {padding: 14px 20px !important;}
	#cssmenu ul.open li,
	#cssmenu &gt; ul.open &gt; li {display: block; float:left;}
	#cssmenu &gt; ul.open &gt; li#menu-button &gt; a {color: var(--white); border-bottom: 1px solid rgba(150, 150, 150, 0.1);}
	#cssmenu #menu-button::after {
		display: block;
		content: '';
		position: absolute;
		height: 3px;
		width: 22px;
		border-top: 2px solid var(--white);
		border-bottom: 2px solid var(--white);
		right: 20px;
		top: 14px;
	}
	#cssmenu #menu-button::before {
		display: block;
		content: '';
		position: absolute;
		height: 3px;
		width: 22px;
		border-top: 2px solid var(--white);
		right: 20px;
		top: 24px;
	}
	#cssmenu ul.open #menu-button::after,
	#cssmenu ul.open #menu-button::before {border-color: var(--white);}
}
/* -- NAVIGATION ENDS HERE -- */
.header_block_holder {
	padding:14px 0;
	float:left;
	width:100%;
}
.phone_right {
	margin:11px 0 0 0;
	float:right;
	width:300px !important;
	font-family: 'Fjalla One', sans-serif !important;
	font-size:20px;
	color:var(--white);
	text-align:center;
	cursor:default;
}
.phone_right p {
	font-family: 'Fjalla One', sans-serif !important;
}
.phone_top {
	padding:15px 23px 15px 23px;
	float:left;
	width:100%;
	background-color:rgba(176, 32, 47, 0.8);
}
.call_now_heading {
	margin:0 0 10px 0;
	float:left;
	width:100%;
	font-family: 'Kaushan Script', cursive;
	font-size:35px;
	text-align:left !important;
}
.call_now_heading img {
	float:right;
}
.phone_bottom {
	padding:14px 0;
	float:left;
	width:100%;
	background-color:rgba(244, 126, 66, 0.8);
}
.phone img {
	margin:0 8px 0 0;
	padding:0;
}
.hdr_right_logo {
	margin:15px 0 0 0;
	float:right;
}
/* -- HEADER ENDS HERE -- */

/* -- BODY STARTS HERE -- */
#body_holder {
	float:left;
	width:100%;
}
.marquee_hld {
	padding:0 20px;
	float:left;
	width:100%;
	height:100px;
	font-size:22px;
	line-height:95px;
	color: #000;
	text-align:center;
	background:url(../images/flag.png) 50% 0 repeat-x;
}
.banner {
	margin:0 0 4px 0;
	padding:33px 0;
	float:left;
	width:100%;
	background:url(../images/banner-bg.jpg) 0 0 no-repeat;
	background-size:cover;
}
.banner img {
	float:left;
}
@media screen and (min-width: 1366px) and (max-width: 1920px) { 
	.banner {min-height:523px;}
}
@media screen and (max-width: 1365px) {
	.banner {min-height:inherit !important;}
}
.welcome_holder {
	margin:31px 0 33px 0;
	padding:0;
	float:left;
	width:100%;
	text-align:center;
}
h1 {
	margin:0 0 25px 0;
	padding:0 0 55px 0;
	float:left;
	width:100%;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:700;
	font-size:35px;
	letter-spacing:1px;
	/* background:url(../images/heading-line2.png) 50% 100% no-repeat; */
}
h1 span {
	float:left;
	width:100%;
	font-family: 'Fjalla One', sans-serif;
	font-size:40px;
	color:var(--warning);
	text-transform:uppercase;
}
.welcome_holder p {
	float:left;
	width:100%;
	font-size:17px;
	line-height:28px;
	color:#000;
}
.welcome_holder .news_button {
	padding:12px 20px;
	float:none;
	display:inline-block;
	font-weight:700;
	font-size:17px;
	line-height:28px;
	color:var(--white);
	text-transform:uppercase;
	background:var(--warning);
	border-radius:0 !important;
}
.welcome_holder .news_button:hover {
	background:var(--danger-dark);
}
.home_notice_holder {
	padding:31px 0 30px 0;
	float:left;
	width:100%;
	background:url(../images/news-bg.jpg) 0 50% no-repeat;
	background-size:cover;
	text-align:center;
}
h2 {
	margin:0 0 30px 0;
	padding:0 0 51px 0;
	float:left;
	width:100%;
	font-family: 'Fjalla One', sans-serif;
	font-size:40px;
	color:var(--white);
	letter-spacing:1px;
	background:url(../images/heading-line-white2.png) 50% 100% no-repeat;
}

.hme_callnow_outer {
	padding:31px 0 30px 0;
	float:left;
	width:100%;
	background:url(../images/contact-bghme.jpg) 0 50% no-repeat;
	background-size:cover;
	text-align:center;
}
.hme_callnow {
	margin:0 1%;
	padding:20px 20px;
	float:left;
	width:48%;
	font-weight:700;
	font-size:24px;
	color:var(--white);
	letter-spacing:0;
	text-align:center;
	background:var(--warning-light);
}
.hme_callnow img {
	margin:0 10px 0 0;
}

.home_notice_details {
	float:left;
	width:100%;
}
.home_notice_details li {
	font-size:17px;
	line-height:28px;
	letter-spacing:1px;
	color:var(--white);
	cursor:default;
}
.et-run{
	background: red;
}
.affiliation_hld {
	padding:33px 0 34px 0;
	float:left;
	width:100%;
	text-align:center;
}
.affiliation_hld h2 {
	margin:0 0 30px 0;
	padding:0 0 51px 0;
	float:left;
	width:100%;
	font-family: 'Fjalla One', sans-serif;
	font-size:40px;
	color:var(--warning);
	letter-spacing:1px;
	/* background:url(../images/heading-line2.png) 50% 100% no-repeat; */
}
.marqueeimg img {
	margin:0 5px 0;
	border:var(--warning-light) 1px solid;
}

.newplacedstudents {
	padding:33px 0 64px 0;
	float:left;
	width:100%;
	text-align:center;
}
.newplacedstudents h2 {
	margin:0 0 30px 0;
	padding:0 0 51px 0;
	float:left;
	width:100%;
	font-family: 'Fjalla One', sans-serif;
	font-size:40px;
	color:var(--warning);
	letter-spacing:1px;
	/* background:url(../images/heading-line2.png) 50% 100% no-repeat; */
}
.studentprofile {
	margin:0;
	float:left;
	width:100%;
	text-align:center;
}
.studentprofile img {
	margin:0;
	float:none !important;
	display:inline-block !important;
	width:198px !important;
	height:198px !important;
	border-radius: 50% !important;
}
.newplacedstudents h3 {
	padding:0 0 0 0;
	margin:10px 0 0 0;
	float:none;
	display:inline-block;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:700;
	font-size:18px;
	color:#000;
}
.newplacedstudents p {
	padding:0 0 0 0;
	margin:7px 0 0 0;
	float:left;
	width:100%;
	font-family:"droid_sansregular", Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:18px;
	color:#000;
	text-align:center;
}
.newplacedstudents p img {
	margin:0 6px 0 0 !important;
	float:none !important;
	display:inline-block !important;
	height:16px !important;
	width:auto !important;
}
/*h3 {
	margin:0;
	padding:0 0 15px 0;
	float:left;
	width:100%;
	font:normal 30px/31px "open_sanssemibold", Arial, Helvetica, sans-serif;
	color:var(--white);
	text-align:center;
	text-transform:uppercase;
	background:url(../images/heading-line2.png) 50% 100% no-repeat;
}*/

/* -- INNER PAGE STARTS HERE -- */
#innerpage_body_holder {
	padding:20px 0;
	float:left;
	width:100%;
}
h4 {
	margin:0 0 15px 0;
	padding:0 0 6px 0;
	float:left;
	width:100%;
	font-family: 'Fjalla One', sans-serif;
	font-size:30px;
	line-height:51px;
	color:var(--danger-dark);
	text-transform:uppercase;
	border-bottom:var(--danger-dark) 2px solid;
}
h4 img {margin:0 15px 0 0;}

.account_btn {
	margin:10px 0 2px 0;
	padding:8px 0 0 0;
	float:left;
	width:100%;
	border-top:var(--danger-dark) 2px solid;
}
.account_btn a{
	font-size:11px;
	line-height:normal;
	/*color:var(--warning);*/
	float:left;
	/*border:var(--warning) 1px solid;*/
	padding:6px 4px;
	margin:0 4px 3px 0;
	/*background:var(--white);*/
	color:var(--white); background:var(--danger-dark); border:var(--danger-dark) 1px solid;
}
.account_btn a:hover{/*color:var(--white); background:var(--danger-dark); border:var(--danger-dark) 1px solid;*/     background:var(--white); border:var(--warning) 1px solid; color:var(--warning);}





.account_btn_new {
	margin:13px 0 2px 0;
	padding:0 0 0 0;
	float:right;
}
.account_btn_new a{
	font-size:13px;
	line-height:normal;
	float:left;
	padding:6px 8px;
	margin:0 4px 0 0;
	color:var(--white); background:var(--danger-dark); border:var(--danger-dark) 1px solid;
}
.account_btn_new a:hover{background:var(--white); border:var(--warning) 1px solid; color:var(--warning);}

.forgot_password{
	font-weight:700;
	font-size:18px;
	line-height:34px;
	color:#FB4554;
	float:left;
}
.forgot_password img{
	margin:-5px 10px 0 0;
	vertical-align:middle;
}
.forgot_password:hover{
	color:var(--warning);
}
.centeraccount_left {
	margin:0;
	float:left;
	width:70%;
}
.centeraccount_right {
	margin:0;
	padding:0;
	float:right;
	width:300px;
}
.cntracnt_photo {
	margin:0;
	float:left;
	display:inline-block;
	width:100%;
	position:relative;
	/*height:260px;
	overflow:hidden;*/
	/*vertical-align:middle;
	line-height:260px;*/
}
.cntracnt_photo img {
	float:left;
	display:inline-block;
	width:100%;
	/*vertical-align:middle;
	line-height:260px;*/
	border:var(--primary) 3px solid;
}
.director_photo {
	margin:3px 0 0 0;
	padding:10px 18px;
	float:left;
	width:100%;
	background:var(--danger-dark);
	position:relative;
}
.director_photo p {
	margin:3px 0 10px 0;
	padding:0 0 10px 0;
	float:left;
	width:100%;
	font-weight:700;
	font-size:14px;
	color:var(--white);
	letter-spacing:1px;
	text-align:center;
	background:url(../images/white-line.png) 50% 100% no-repeat;
}
.director_photo span {
	margin:3px 0 10px 0;
	padding:0 0 0 0;
	float:left;
	width:100%;
	font-weight:600;
	font-size:13px;
	color:var(--white);
	letter-spacing:1px;
	text-align:center;
}
.director_photo label {
	margin:7px 10px 0 0;
	padding:0 0;
	float:left;
	font-weight:700;
	font-size:14px;
	color:var(--white);
}
.director_photo input[type="file"] {
	margin:3px 0 0 0;
	padding:0 0;
	width:200px;
	float:left;
	font-weight:700;
	font-size:14px;
	color:var(--white);
	border:var(--white) 1px solid;
}
.director_photo input[type="submit"] {
	margin:10px 0 0 0;
	padding:0 0;
	width:100%;
	height:25px;
	float:left;
	font-weight:700;
	font-size:16px;
	color:var(--white);
	text-transform:uppercase;
	background:var(--warning-light);
	border:none;
	cursor:pointer;
}
.director_photo input[type="submit"]:hover {background:var(--primary);}


.cntracnt_phtotxt {
	margin:3px 0 0 0;
	padding:10px 0;
	float:left;
	width:100%;
	font-weight:700;
	font-size:18px;
	color:var(--white);
	letter-spacing:1px;
	text-transform:uppercase;
	text-align:center;
	background:var(--warning-light);
}

.todaysoffer {
	margin:18px 0 0 0;
	float:left;
	width:100%;
	height:267px;
	text-align:center;
	background:url(../images/offer.jpg) 0 0 no-repeat;
}
.specialoffer {
	margin:18px 0 0 0;
	float:left;
	width:100%;
	height:267px;
	text-align:center;
	background:url(../images/special-offer.jpg) 0 0 no-repeat;
}
.offer_txt {
	margin:115px 0 0 0;
	float:left;
	width:100%;
	font-weight:700;
	font-size:35px;
	color:var(--white);
}

.content_details_holder {
	float:left;
	width:100%;
	font-size:15px;
	line-height:25px;
	text-align:justify;
}
.content_details_holder p {
	margin:0 0 15px 0;
	float:left;
	width:100%;
	font-size:15px;
	line-height:25px;
	text-align:justify;
}
.content_details_holder ul{
	font-size:15px;
	line-height:25px;
	list-style-type:circle;
	padding-left:15px;
}
.innerheading_div {
	padding:0 1% 0 1%;
	float:left;
	width:100%;
}
h5 {
	margin:5px 0 10px 0;
	padding:0 0 5px 0;
	float:left;
	width:100%;
	font-family: 'Fjalla One', sans-serif;
	font-size:20px;
	line-height:21px;
	color:var(--danger-dark);
	border-bottom:var(--danger-dark) 1px solid;
}
/* -- COURSES PAGE STARTS HERE -- */
.table_holder {
	border-left:var(--light) 1px solid;
}
tr.courses_heading td {
	padding:15px 10px;
	font-family: 'Fjalla One', sans-serif;
	font-size:22px;
	line-height:23px;
	color:var(--white);
	background:var(--warning);
	border-right:var(--white) 1px solid;
}
tr.courses_list td {
	padding:10px 10px;
	font-family: 'Fjalla One', sans-serif;
	font-size:18px;
	line-height:21px;
	color:var(--danger-dark);
	background:var(--white);
	border-right:var(--light) 1px solid;
	border-bottom:var(--light) 1px solid;
}
tr.courses_list td a {
	font-family: 'Fjalla One', sans-serif;
	/*font-weight:600;*/
	font-size:20px;
	line-height:21px;
	color:var(--danger-dark);
}
tr.courses_list2 td {
	padding:10px 10px;
	font-family: 'Fjalla One', sans-serif;
	font-size:18px;
	line-height:21px;
	color:#000;
	border-right:var(--light) 1px solid;
	border-bottom:var(--light) 1px solid;
	background:#f5f5f5;
}
tr.courses_list2 td a {
	font-family: 'Fjalla One', sans-serif;
	/*font-weight:600;*/
	font-size:20px;
	line-height:21px;
	color:#000;
}
/* -- COURSES PAGE ENDS HERE -- */

/* -- FRANCHISE PAGE STARTS HERE -- */
.franchise_forms {
	margin:0;
	padding:0;
	float:left;
	width:100%;
}
.franchise_forms_element {
	margin:0 1% 0 1%;
	padding:0;
	float:left;
	width:31.333%;
}
/*.franchise_forms_element:nth-child(3n+1) {
	margin-left:0;
}*/
.franchise_forms_element2 {
	margin:0 0 0 0;
	padding:0 1%;
	float:left;
	width:100%;
	font-size:13px;
	line-height:14px;
	color:#404040;
}
.franchise_forms_element3 {
	margin:0 0 0 0;
	padding:0 0;
	float:left;
	width:100%;
	font-size:13px;
	line-height:14px;
	color:#404040;
}
.franchise_forms label {
	margin:0 20px 0 0;
	padding:0;
	float:left;
	font-size:16px;
	line-height:18px;
	color:#000;
	text-align:left !important;
}
.franchise_forms input[type="text"] {
	margin:10px 0 0 0;
	padding:12px 15px;
	float:left;
	width:100%;
	font-size:13px;
	line-height:18px;
	color:#404040;
	border:#666 1px solid;
}
.franchise_forms select {
	margin:10px 0 0 0;
	padding:12px 15px;
	float:left;
	width:100%;
	font-size:13px;
	line-height:16px;
	color:#404040;
	border:#666 1px solid;
}
.franchise_forms textarea {
	margin:10px 0 0 0;
	padding:8px 1%;
	float:left;
	width:96.6%;
	height:100px;
	font-size:13px;
	line-height:18px;
	color:#404040;
	border:#666 1px solid;
	resize:none;
}
.franchise_forms input[type="submit"] {
	margin:10px 0 0 0;
	padding:8px 15px 10px 15px;
	float:left;
	height:40px;
	font-weight:600;
	font-size:20px;
	line-height:21px;
	color:var(--white);
	text-transform:uppercase;
	background:var(--danger-dark);
	border:none;
	cursor:pointer;
}
.franchise_forms input[type="submit"]:hover {
	background:var(--warning);
}
/* -- FRANCHISE PAGE ENDS HERE -- */

.franchise_forms_element {
	margin:0 1% 0 1%;
	padding:0;
	float:left;
	width:31.333%;
}
/*.franchise_forms_element:nth-child(3n+1) {
	margin-left:0;
}*/
.account_forms {
	margin:0 0 0 0;
	padding:0 0;
	float:left;
	width:100%;
	font-size:13px;
	line-height:14px;
	color:#404040;
}
.account_forms label {
	margin:0 0 10px 0;
	padding:0;
	float:left;
	width:100%;
	font-size:16px;
	line-height:18px;
	color:#000;
	font-weight:700;
	text-align:left !important;
}
.account_forms input[type="file"] {
	margin:0 0 0 0;
	padding:8px 15px;
	float:left;
	width:250px;
	font-size:13px;
	line-height:18px;
	color:#404040;
	border:#666 1px solid;
}
.account_forms input[type="submit"] {
	margin:10px 0 0 0;
	padding:8px 15px 10px 15px;
	float:left;
	height:39px;
	font-weight:600;
	font-size:20px;
	line-height:21px;
	color:var(--white);
	text-transform:uppercase;
	background:var(--danger-dark);
	border:none;
	cursor:pointer;
}
.account_forms input[type="submit"]:hover {
	background:var(--warning);
}
/* -- JOBS PAGE STARTS HERE -- */
.jobs_holder {
	margin:0;
	padding:0;
	float:left;
	width:100%;
}
.jobs_holder h2 {
	margin:10px 0 0 0;
	padding:0;
	float:left;
	width:100%;
	font-weight:600;
	font-size:21px;
	line-height:22px;
	color:#000;
	text-align:left !important;
	text-transform:none !important;
}
.jobs_holder p {
	margin:0 0 15px 0;
	padding:0;
	float:left;
	width:100%;
	font-size:15px;
	line-height:25px;
	color:#000;
}
.jobs_holder p a {
	font-size:14px;
	line-height:25px;
	color:var(--warning);
	text-decoration:underline;
}
.jobs_holder p a:hover {
	text-decoration:none;
}
/* -- JOBS PAGE ENDS HERE -- */

/* -- JOBS PORTAL PAGE STARTS HERE -- */
.jobportal_hld {
	margin:0;
	padding:0;
	float:left;
	width:100%;
	text-align:center;
}
.jobportal_hld a {
	margin:10px 0;
	padding:10px 20px 10px 20px;
	float:none;
	display:inline-block;
	font-family:"droid_sansbold", Arial, Helvetica, sans-serif;
	font-size:35px;
	color:var(--white);
	text-transform:uppercase;
	text-align:center;
	background:#fc7700;
}
.jobportal_hld a:first-child {background:var(--primary);}
.jobportal_hld a img {margin:0 10px 0 0; padding:0;}
.jobportal_hld a:hover {background:var(--danger-dark);}

.not_student_popup {
	float:left;
	width:100%;
	text-align:center;
}
.not_student_logo {
	padding:20px 0;
	float:left;
	width:100%;
}
.not_student_title {
	padding:40px 0;
	float:left;
	width:100%;
	font-family:"droid_sansbold", Arial, Helvetica, sans-serif;
	font-size:31px;
	color:var(--white);
	background:var(--danger-dark);
}
/* -- JOBS PORTAL PAGE ENDS HERE -- */

/* -- LINKAGE PAGE STARTS HERE -- */
ul.linkage_holder {
	margin:0;
	padding:0;
	float:left;
	width:100%;
	list-style-type:none;
}
ul.linkage_holder li {
	margin:0 0 15px 0;
	padding:0 0 15px 40px;
	float:left;
	width:97%;
	font-size:14px;
	line-height:25px;
	color:var(--danger-dark);
	background:url(../images/arrow2.png) 0 2px no-repeat;
}
ul.linkage_holder li a {
	margin:0;
	padding:0;
	float:left;
	font-size:22px;
	line-height:25px;
	color:var(--danger-dark);
}
ul.linkage_holder li a:hover {
	color:var(--warning);
}
/* -- LINKAGE PAGE ENDS HERE -- */

/* -- DOWNLOAD PAGE STARTS HERE -- */
ul.download_list {
	margin:0;
	padding:0;
	float:left;
	width:100%;
	list-style-type:none;
}
ul.download_list li {
	margin:5px 0 5px 0;
	padding:0;
	float:left;
	width:100%;
}
ul.download_list li a {
	margin:0;
	padding:15px 40px;
	float:left;
	font-weight:600;
	font-size:21px;
	line-height:22px;
	color:var(--white);
	background:var(--danger-dark);
	-webkit-transition:color 0.4s linear, background 0.4s linear;	
	-moz-transition:color 0.4s linear, background 0.4s linear;	
	-o-transition:color 0.4s linear, background 0.4s linear;	
	transition:color 0.4s linear, background 0.4s linear;	
}
ul.download_list li a img {
	margin:0 15px 0 0;
}
ul.download_list li a:hover {
	background:var(--warning);
}
/* -- DOWNLOAD PAGE ENDS HERE -- */

/* -- CENTERS PAGE STARTS HERE -- */
.centers_table_holder {
	border-left:var(--light) 1px solid;
}
tr.centers_heading td {
	padding:14px 5px;
	font-family: 'Fjalla One', sans-serif;
	font-size:17px;
	line-height:18px;
	color:var(--white);
	background:var(--warning);
	border-right:var(--white) 1px solid;
}
tr.centers_list td {
	padding:10px 10px;
	font-size:14px;
	line-height:18px;
	color:#000;
	border-right:var(--light) 1px solid;
	border-bottom:var(--light) 1px solid;
	background:var(--white);
}
.centerFilter{
	margin:0 0 15px 0;
	float:left;
	width:100%;
}
.centerFilter_div{
	float:right;
}
.centerFilter_div:first-child{
	float:left;
}
.centerFilter label{
	float:left;
	margin:8px 10px 0 0;
	display:inline-block;
	font-family: 'Fjalla One', sans-serif;
	font-size:18px;
	line-height:18px;
	color:#000;
}
.centerFilter select{
	margin:0 0 0 10px;
	float:left;
	padding:5px 10px;
	font-size:14px;
	line-height:18px;
	color:#000;
	border:#000 1px solid;
	min-width:200px;
}

.radio_btns {
	margin:20px 0 18px 0;
	float:left;
	width:100%;
}
.radio_btns p {
	margin:0 0 10px 0;
	float:left;
	width:100%;
	font-size:17px;
}
.radio_btns label {
	margin:0 2% 0 0;
	padding:10px 10px;
	float:left;
	width:31.333%;
	font-size:17px;
	font-weight:700;
	color:#000 !important;
	background:#eaeaea;
}
/* -- CENTERS PAGE ENDS HERE -- */

/* -- CONTACT PAGE STARTS HERE -- */
.contact_map {
	margin:0;
	padding:0;
	float:left;
	width:100%;
	height:350px;
	background:#666;
}
.contact_address {
	margin:0;
	padding:0;
	float:left;
	width:40%;
}
.contact_address p {
	margin:0 0 15px 0;
	padding:0;
	float:left;
	width:100%;
	font-size:14px;
	line-height:25px;
	color:#777777;
}
.contact_address p span {
	margin:0;
	padding:0;
	float:left;
	width:100%;
	font-weight:600;
	font-size:18px;
	line-height:25px;
	color:#777777;
}
.contact_forms_outer {
	margin:0;
	padding:0;
	float:right;
	width:100%;
}
.contact_forms {
	margin:0;
	padding:0;
	float:left;
	width:100%;
}
.contact_forms_element {
	margin:0 1% 0 1%;
	padding:0;
	float:left;
	width:31.333%;
}
.contact_forms_element_new {
	margin:0 1% 0 1%;
	padding:0;
	float:left;
	width:31.333%;
}
.contact_forms_element2 {
	margin:0 1% 0 1%;
	padding:0;
	float:left;
	width:98%;
}
.contact_forms input[type="text"] {
	margin:0;
	padding:12px 15px;
	float:left;
	width:100%;
	height:42px;
	font-size:16px;
	color:#000;
	border:#666 1px solid;
}
.contact_forms select {
	margin:0;
	padding:12px 15px;
	float:left;
	width:100%;
	font-size:16px;
	color:#000;
	border:#666 1px solid;
}
.contact_forms input[type="password"] {
	margin:0;
	padding:12px 15px;
	float:left;
	width:100%;
	font-size:16px;
	color:#000;
	border:#666 1px solid;
}
.contact_forms textarea {
	margin:0;
	padding:12px 15px;
	float:left;
	width:100%;
	height:100px;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	line-height:18px;
	color:#404040;
	border:#666 1px solid;
	resize:none;
	box-sizing:border-box;
}
.contact_forms input[type="submit"] {
	margin:0;
	padding:8px 15px 10px 15px;
	float:left;
	height:40px;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size:20px;
	line-height:21px;
	color:var(--white);
	text-transform:uppercase;
	background:var(--danger-dark);
	border:none;
	cursor:pointer;
}
.contact_forms input[type="submit"]:hover {
	background:var(--warning);
}
.contact_forms label{
	display:inline-block;
	margin-bottom:10px;
	font-size:18px;
	line-height:18px;
	color:#404040;
}
.upload_file {
	margin:0;
	padding:12px 15px;
	float:left;
	width:100%;
	font-size:16px;
	color:#000;
	border:#666 1px solid;
}
.form_fieldnew {
	margin-bottom:20px;
	float:left;
	width:100%;
}
.form_fieldchk {
	margin:0;
	float:left;
	width:100%;
}
.form_fieldchk label {
	margin:5px 12px 5px 0;
	padding:8px 12px;
	float:left;
	background:#e5e5e5;
}
.form_fieldchk label input[ type="checkbox"] {
	margin:0 5px 0 0;
}
/* -- CONTACT PAGE ENDS HERE -- */

/* -- GALLERY PAGE STARTS HERE -- */
ul.gallery_holder {
	margin:0;
	padding:0;
	float:left;
	width:100%;
	list-style-type:none;
}
ul.gallery_holder li {
	margin:0 1% 21px 1%;
	padding:0;
	float:left;
	width:31.333%;
	text-align:center;
}
.gallery_image {
	margin:0;
	float:left;
	width:100%;
	height:212px;
	overflow:hidden;
	border:var(--danger-dark) 5px solid;
}
.gallery_image img {
	float:left;
}
ul.gallery_holder li a {
	padding:0;
	float:left;
	width:100%;
}
ul.gallery_holder li p {
	padding:10px 10px 15px 10px;
	float:left;
	width:100%;
	font-family: "Fjalla One",sans-serif;
	font-size:16px;
	line-height:25px;
	color:var(--white);
	background:var(--danger-dark);
}
ul.gallery_holder li a img {
	float:left;
}
/*ul.gallery_holder li:hover {
	border:var(--warning) 5px solid;
}*/
ul.gallery_list {
	margin:0;
	padding:0;
	float:left;
	width:100%;
	list-style-type:none;
}
ul.gallery_list li {
	margin:0 1% 21px 1%;
	padding:0;
	float:left;
	width:31.333%;
	text-align:center;
	border:var(--danger-dark) 5px solid;
}
ul.gallery_list li a {
	float:left;
	width:100%;
	display:block;
	height:212px;
	overflow:hidden;
	border:3px solid var(--white);
}
ul.gallery_list li a img {
}
ul.gallery_list li:hover {
	border:var(--warning) 5px solid;
}
/* -- GALLERY PAGE ENDS HERE -- */

/* -- INNER PAGE ENDS HERE -- */

/* -- ADMISSION FORM PAGE STARTS HERE -- */
.admission_forms_holder {
	margin:0;
	padding:0;
	float:left;
	width:100%;
}
.admission_forms_element {
	margin:0 1% 10px 1%;
	padding:0;
	float:left;
	width:31.2%;
}
.admission_forms_element2 {
	margin:0 1% 10px 1%;
	padding:0;
	float:left;
	width:97%;
}
.admission_forms_element label {
	margin:0 0 10px 0;
	padding:0;
	float:left;
	width:100%;
	font-size:15px;
	line-height:18px;
	color:#404040;
	text-align:left !important;
}
.admission_forms_element samp {
	margin:0 15px 0 0;
	float:left;
}
.admission_forms_holder input[type="text"] {
	margin:0;
	padding:11px 15px;
	float:left;
	width:100%;
	font-size:13px;
	line-height:18px;
	color:#404040;
	border:#666 1px solid;
}
.admission_forms_holder select {
	margin:0;
	padding:12px 15px;
	float:left;
	width:100%;
	font-size:13px;
	line-height:18px;
	color:#404040;
	border:#666 1px solid;
}
.admission_forms_holder textarea {
	margin:0;
	padding:11px 2%;
	float:left;
	width:96%;
	font-size:13px;
	line-height:18px;
	color:#404040;
	border:#666 1px solid;
}
.admission_forms_holder input[type="submit"] {
	margin:0;
	padding:8px 15px 10px 15px;
	float:left;
	height:40px;
	font-weight:600;
	font-size:20px;
	line-height:21px;
	color:var(--white);
	text-transform:uppercase;
	background:var(--danger-dark);
	border:none;
	cursor:pointer;
}
.admission_forms_holder input[type="submit"]:hover {background:var(--warning);}
table.admission_forms_border tr{border:var(--light) 1px solid;}
tr.admission_forms_heading td {
	padding:10px 5px;
	font:normal 17px/18px "droid_sansregular", Arial, Helvetica, sans-serif;
	color:var(--white);
	background:#FB4554;
	border-right:var(--white) 1px solid;
	text-align:left !important;
}
tr.admission_forms_details td {
	padding:10px 10px;
	font-size:14px;
	line-height:18px;
	color:#000;
	border-right:var(--light) 1px solid;
	border-bottom:none;
	background:var(--white);
}
/* -- ADMISSION FORM PAGE ENDS HERE -- */
.fieldholder {
	width:300px;
	float:left;
	margin-right:10px;
}
.addnumber {
	width:100%;
	border:#999 1px solid;
	padding:0 10px;
	height:40px;
	line-height:40px;
	font-size:14px;
	font-weight:400;
}
.linkbtn {
	display:inline-block;
	background:var(--danger-dark);
	padding:0 15px;
	text-transform:uppercase;
	height:40px;
	line-height:40px;
	font-size:14px;
	font-weight:600;
	color:var(--white);
	cursor:pointer;
}
.linkbtn:hover {background:#FC7700;}
/* -- BODY ENDS HERE -- */
.best_center {
	margin:18px 0 30px 0;
	float:left;
	width:100%;
	text-align:center;
}
.best_center h3 {
	margin:0 0 8px 0;
	padding:6px 0 2px 0;
	float:left;
	width:100%;
	font-family: 'Fjalla One', sans-serif;
	font-size:42px;
	color:var(--white);
	letter-spacing:1px;
	text-transform:uppercase;
	background:var(--primary);
}
.best_center_left {
	margin:0 0 0 0;
	padding:11px 10px;
	float:right;
	width:81%;
	min-height:175px;
	background:var(--primary) url(../images/celebrations.jpg) 0 0 repeat;
}
.best_center_left p {
	margin:10px 0 10px 0;
	padding:0 0;
	float:left;
	width:100%;
	font-size:25px;
	color:var(--white);
	line-height:25px;
}
.best_center_left span {
	margin:18px 0 10px 0;
	padding:0 0;
	float:left;
	width:100%;
	font-size:35px;
	color:var(--white);
	line-height:40px;
}
/*.best_center_right {
	margin:0 0 0 0;
	float:left;
	width:200px;
}
.best_center_right img {
	float:left;
	display:inline-block;
	width:100%;
	border:var(--primary) 3px solid;
}*/
.best_center_right {
	margin:0 0 0 0;
	float:left;
	width:200px;
	height:175px;
	border:var(--primary) 3px solid;
	line-height:175px;
	vertical-align:middle;
}
.best_center_right img {
	margin:-8px 0 0 0;
	display:inline-block;
	max-width:100%;
	max-height:99.5%;
	line-height:175px;
	vertical-align:middle;
}








.suggestion_forms {
	margin:0;
	padding:0;
	float:left;
	width:100%;
}
.suggestion_forms_element {
	margin:0 0 0 0;
	padding:0;
	float:left;
	width:100%;
}
.suggestion_forms input[type="text"] {
	margin:0;
	padding:12px 15px;
	float:left;
	width:100%;
	font-size:16px;
	color:#000;
	border:#666 1px solid;
}
.suggestion_forms textarea {
	margin:0;
	padding:12px 15px;
	float:left;
	width:100%;
	height:150px;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	line-height:18px;
	color:#404040;
	border:#666 1px solid;
	resize:none;
	box-sizing:border-box;
}
.suggestion_forms input[type="submit"] {
	margin:0;
	padding:8px 15px 10px 15px;
	float:left;
	height:40px;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size:20px;
	line-height:21px;
	color:var(--white);
	text-transform:uppercase;
	background:var(--danger-dark);
	border:none;
	cursor:pointer;
}
.suggestion_forms input[type="submit"]:hover {background:var(--warning);}


.suggestion_list_hld {
	margin:30px 0 0 0;
	float:left;
	width:100%;
}
.suggestion_list_hld ul {
	margin:0;
	float:left;
	width:100%;
	list-style-type:none;
}
.suggestion_list_hld ul li {
	margin:8px 0 0 0;
	padding:19px 27px 19px 27px;
	float:left;
	width:100%;
	background:var(--warning);
}
.suggestion_list_hld ul li:nth-child(even) {
	background:var(--danger-dark);
}
.suggestion_list_hld ul li h5 {
	margin:0 0 15px 0;
	padding:0 0 6px 0;
	float:left;
	width:100%;
	font-family: 'Fjalla One', sans-serif;
	font-size:23px;
	line-height:30px;
	color:var(--white);
	border-bottom:var(--white) 2px solid;
}
h4 img {margin:0 15px 0 0;}
.suggestion_list_hld ul li p {
	margin:0;
	padding:0 0;
	float:left;
	width:100%;
	font-family:"open_sanslight", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:var(--white);
	line-height:27px;
}
.suggestion_date {
	margin:17px 0 0 0;
	padding:0 0;
	float:left;
	width:50%;
	font-family:"open_sansbold", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:var(--white);
	line-height:27px;
}
.suggestion_date img {
	vertical-align:middle;
	display:inline-block;
	margin:-5px 10px 0 0;
}

















.studentsupport_list_hld {
	margin:30px 0 0 0;
	float:left;
	width:100%;
}
.studentsupport_list_hld ul {
	margin:0;
	float:left;
	width:100%;
	list-style-type:none;
}
.studentsupport_list_hld ul li {
	margin:8px 0 0 0;
	padding:19px 27px 19px 27px;
	float:left;
	width:100%;
	background:var(--warning);
	position:relative;
}
/*.studentsupport_listcnthld {
	margin:0 0 0 0;
	padding:19px 27px 19px 27px;
	float:left;
	width:100%;
	background:var(--warning);
	position:relative;
}*/
.studentsupport_list_hld ul li:nth-child(even) {
	background:var(--danger-dark);
}
.studentsupport_list_hld ul li h5 {
	margin:0 0 15px 0;
	padding:0 0 6px 0;
	float:left;
	width:100%;
	font-family: 'Fjalla One', sans-serif;
	font-size:23px;
	line-height:30px;
	color:var(--white);
	border-bottom:var(--white) 2px solid;
}
.studentsupport_list_hld ul li p {
	margin:0;
	padding:0 0;
	float:left;
	width:100%;
	font-family:"open_sanslight", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:var(--white);
	line-height:27px;
}
.supportcenter_date {
	margin:17px 0 0 0;
	padding:0 0;
	float:left;
	width:50%;
	font-family:"open_sansbold", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:var(--white);
	line-height:27px;
}
.supportcenter_date img {
	vertical-align:middle;
	display:inline-block;
	margin:-5px 10px 0 0;
}
.comment_btns {
	margin:17px 0 0 0;
	padding:0 0;
	float:right;
	width:50%;
	text-align:right;
}
.comment_btns a {
	margin:0 0 0 0;
	padding:8px 15px;
	float:none;
	display:inline-block;
	font-family:"open_sansbold", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:var(--primary);
	text-transform:uppercase;
	background:var(--white);
}
.comment_btns a img {
	vertical-align:middle;
	display:inline-block;
	margin:0px 10px 0 0;
}
/*SUB LIST START*/
.studentsupport_list_hld ul li ul {
	margin:10px 0 0 0;
	padding:0 0 0 0;
	float:left;
	width:100%;
	position:relative;
}
.studentsupport_list_hld ul li ul li {
	margin:8px 0 0 0;
	padding:19px 27px 19px 27px;
	float:left;
	width:100%;
	position:relative;
	background:var(--primary);
}
.studentsupport_list_hld ul li ul li h5 {
	margin:0 0 8px 0;
	padding:0 0 6px 0;
	float:left;
	width:100%;
	font-family: 'Fjalla One', sans-serif;
	font-size:18px;
	line-height:24px;
	color:var(--white);
	border-bottom:var(--white) 1px solid;
}
.studentsupport_list_hld ul li ul li p {
	margin:0;
	padding:0 0;
	float:left;
	width:100%;
	font-family:"open_sanslight", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:var(--white);
	line-height:27px;
}
.supportcenter_date_sub {
	margin:17px 0 0 0;
	padding:0 0;
	float:left;
	width:30%;
	font-family:"open_sanssemibold", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:var(--white);
	line-height:22px;
}
.supportcenter_date_sub img {
	vertical-align:middle;
	display:inline-block;
	margin:-5px 10px 0 0;
}
.like_dislike {
	margin:13px 0 0 0;
	float:right;
	width:70%;
	text-align:right;
}
.like_dislike span {
	margin:0 0 0 0;
	padding:8px 10px 6px 10px;
	float:none;
	display:inline-block;
	font-family:"open_sansregular", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:var(--white);
	letter-spacing:2px;
}
.like_dislike a {
	margin:0 0 0 10px;
	padding:8px 10px 6px 10px;
	float:none;
	display:inline-block;
	font-family:"open_sanssemibold", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:var(--white);
}
.like_dislike a img {
	display:inline-block;
	margin:0 5px 0 0;
	vertical-align:middle;
}
.likegreen {background:#4cbb17;}
.dislikered {background:var(--danger);}
/*SUB LIST END*/

.comment_form {
	margin:15px 0 0 0;
	float:left;
	width:100%;
}
.comment_form textarea {
	margin:0;
	padding:12px 15px;
	float:left;
	width:100%;
	height:100px;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	line-height:18px;
	color:#404040;
	border:#666 1px solid;
	resize:none;
	box-sizing:border-box;
}
.comment_form input[type="file"] {
	margin:8px 0 0 0;
	padding:12px 15px;
	float:left;
	width:50%;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	line-height:18px;
	color:var(--white);
	border:var(--white) 1px solid;
	box-sizing:border-box;
}
.comment_form input[type="submit"] {
	margin:8px 0 0 0;
	padding:10px 15px 10px 15px;
	float:left;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size:20px;
	color:var(--white);
	text-transform:uppercase;
	background:var(--primary);
	border:none;
	cursor:pointer;
}
.comment_form input[type="submit"]:hover {background:var(--white); color:var(--primary);}

.attachment_btn {
	margin:8px 0 0 0;
	padding:10px 15px 10px 15px;
	float:left;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size:20px;
	color:var(--white);
	text-transform:uppercase;
	background:var(--warning-light);
	border:none;
	cursor:pointer;
}
.attachment_btn:hover {background:#000 ;}
.wallet_tophld {
	margin:0 0 20px 0;
	float:left;
	width:100%;
}
.wallet_tophld ul {
	padding:0;
	margin:0;
	float:left;
	width:100%;
	list-style-type:none;
}
.wallet_tophld ul li {
	margin:5px 0 5px 2%;
	padding:10px 15px;
	float:left;
	width:49%;
	list-style-type:none;
	background:#ebebeb;
}
.wallet_tophld ul li:first-child, .wallet_tophld ul li:nth-child(2n+1) {
	margin-left:0;
}

.find_your_candidate {
	margin:10px 0 0 0;
	float:left;
	width:100%;
}
.find_your_candidate h4 {
    margin: 0 0 15px 0;
    padding: 0 0 6px 0 !important;
    float: left;
    width: 100%;
    font-family: 'Fjalla One', sans-serif;
    font-size:20px !important;
    line-height: 21px;
    color: #000;
	border-bottom:#ccc 1px solid;
	text-align:left !important;
    text-transform: uppercase;
}
.find_your_candidate ul {
	margin:0 0 0 0;
	float:left;
	width:100%;
	list-style-type:none;
}
.find_your_candidate ul li{
	margin:9px 0 9px 2%;
	padding:12px 12px;
	float:left;
	width:49%;
	font-size:16px;
	line-height:20px;
	color:var(--white);
	background:#fc7700;
	text-align:left;
}
.find_your_candidate ul li strong{
	display:inline-block;
	margin-bottom:3px;
	font-size:19px;
}
.find_your_candidate ul li:first-child, .find_your_candidate ul li:nth-child(2n+1) {
	margin-left:0;
}
.find_your_candidate ul li img {
	float:left;
	margin:0 8px 0 0;
	display:inline-block;
	vertical-align:middle;
}
.candidate_right {
	float:right;
	width:76%;
}
.interested_in {
	float:left;
	width:100%;
	height:30px;
}
.find_your_candidate ul li a {
	margin:10px 0 0 0;
	padding: 5px 10px 5px 10px;
	float:left;
	font-size:13px;
	color:#000;
	background:var(--white);
}
.find_your_candidate ul li a:hover {
	color:var(--white);
	background:var(--danger-dark);
}




.study_mttal_btn {
	margin:10px 0 0 0;
	float:left;
	width:100%;
}
.study_mttal_btn a {
	margin:5px;
	padding:8px 15px 10px 15px;
	float:left;
	height:40px;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size:18px;
	line-height:21px;
	color:var(--white);
	text-transform:uppercase;
	background:var(--danger-dark);
	border:none;
	cursor:pointer;
}
.study_mttal_btn a:hover {
	background:var(--warning);
}

/*student id card start*/
#idholder {
    margin: auto;
    width:243px;
}
.idcard {
    float: left;
    position: relative;
    width:100%;
    height:153px;
	padding:0 0 0 0;
}
.idcontent {
	position:absolute;
	left:0;
	top:0;
	width:100%;
}
/*student id card end*/

.renewal_notice {
	margin:0 0 20px 0;
	padding:0;
	float:left;
	width:100%;
	text-align:center;
}
.renewal_notice h3 {
	margin: 0 0 7px 0;
	padding: 0 0 0 0;
	float: left;
	width: 100%;
	font-family: 'Fjalla One', sans-serif;
	font-size: 30px;
	line-height: 51px;
	color: var(--danger);
	text-transform: capitalize;
}
.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0; }
}
.rnwntice {
	margin:0;
	padding:20px 30px;
	float:none;
	display:inline-block;
	width:70%;
	background:var(--primary);
	font-size:15px;
	line-height:25px;
	color:var(--white);
}
.rnwntice_btnhld {
	margin:0 0 15px 0;
	padding:0;
	float:left;
	width:100%;
	text-align:center;
}
.rnwntice_btnhld a {
	margin: 0 0 0 0;
	padding: 10px 18px 13px 18px;
	float: none;
	display:inline-block;
	font-weight: 600;
	font-size: 15px;
	color: var(--white);
	text-transform: capitalize;
	background: var(--danger-dark);
	border: none;
	cursor: pointer;
}
.rnwntice_btnhld a:hover {background: var(--warning);}

/* -- FOOTER STARTS HERE -- */
.footer {
	float:left;
	width:100%;
}
ul.footer_nav {
	padding:18px 0;
	float:left;
	width:100%;
	text-align:center;
	list-style-type:none;
	background:var(--primary);
}
ul.footer_nav li {
	margin:0 0 0 17px;
	padding:0 0 0 17px;
	float:none;
	display:inline-block;
	border-left:var(--white) 1px solid;
}
ul.footer_nav li:first-child {
	margin-left:0;
	padding-left:0;
	border-left:none;
}
ul.footer_nav li a {
	float:left;
	font:normal 13px/10px "droid_sansregular", Arial, Helvetica, sans-serif;
	color:var(--white);
	text-transform:uppercase;
}
ul.footer_nav li a:hover {color:#000;}
.footer_bottom_panel {
	padding:19px 0 20px 0;
	float:left;
	width:100%;
	background:var(--danger-dark) url(../images/footer-bg.jpg) 0 0 no-repeat;
	background-size:cover;
}
.social_media {
	margin:0 0 9px 0;
	float:left;
	width:100%;
	text-align:center;
}
.social_media a {
	margin:0 9px;
	float:none;
	display:inline-block;
}
.footer_bottom_panel p {
	padding:0 10px;
	float:left;
	width:100%;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:var(--white);
	text-align:center;
}
.footer_bottom_panel p a {
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#000;
}
.visitorClass{
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	font-size:16px;
	line-height:34px;
}
.qapart {margin:25px 0 10px;}
.qapart {margin:25px 0 10px;}
.question {
	font-size:18px;
	margin-bottom:10px;
}
.qapart label {
	font-size:16px;
	display:block;
	margin-bottom:14px;
}
.qaset {margin:10px 0 20px;}
.answers {margin-top:15px;}
/* -- FOOTER ENDS HERE -- */
@media screen and (max-width: 1130px) {
	.inner_wrap {
		width:96%;
		max-width:1024px;
	}
	#cssmenu &gt; ul &gt; li &gt; a {padding:23px 16px 22px 16px; letter-spacing: 0px;}
	ul.gallery_holder li a {height:189px;}
	
	.centeraccount_left {width:64%;}
	
	.best_center_left {width:78%;}
	.best_center_left p {margin:10px 0 10px 0; font-size:20px;}
	.best_center_left span {margin:18px 0 10px 0; font-size:30px; line-height:40px;}
}
@media screen and (max-width: 1023px) {
	.inner_wrap {max-width:900px;}
	
	.logo img {width:520px !important;}
	
	#cssmenu &gt; ul &gt; li &gt; a {
		font-size: 15px;
		padding:23px 14px 22px 14px;
	}
	#cssmenu &gt; ul &gt; li:hover &gt; ul {padding-top:0;}
	
	ul.footer_nav li {margin:0 0 0 10px; padding:0 0 0 12px;}
	
	.franchise_forms label {font-size:15px;}
	
	.contact_forms_element_new {width:98%;}
	
	ul.gallery_holder li a {height:166px;}
	
	.admission_forms_element label {font-size:15px;}
	.admission_forms_element {width:48%;}
	
	.hme_callnow {padding:20px 17px; font-size:20px;}
	
	.best_center_left {width:76%;}
	
	.jobportal_hld a {margin:10px 0; font-size:25px;}
	.jobportal_hld a img {height:40px;}
}
@media screen and (max-width: 899px) {
	.inner_wrap {max-width:768px;}
	
	/*.logo img {height:130px;}*/
	.logo img {width:400px !important;}
	.phone_right {margin:0 0 0 0;}
	
	#cssmenu &gt; ul &gt; li &gt; a {font-size: 13px; padding:23px 11px 22px 11px;}
	#cssmenu &gt; ul &gt; li:hover &gt; ul {top: 58px;}
	#cssmenu ul ul li a {width: 220px; font-size: 13px;}
	
	ul.footer_nav {padding:18px 2%;}
	ul.footer_nav li {margin:5px 0 5px 10px; padding:0 0 0 12px;}
	.contact_forms_outer {float:left; width:100% !important;}
	.contact_forms_element_new {width:31.333%;}
	ul.gallery_holder li a {height:137px;}
	.account_btn a {
		font-size:15px;
		padding:8px 10px;
		margin:0 0 0 5px;
	}
	.hdr_right_logo img {height:100px;}
	
	.hme_callnow {margin:15px 0 0 0; width:100%;}
	.hme_callnow:first-child {margin-top:0 !important;}
	
	.centeraccount_left {width:55%;}
	
	.best_center_left {width:71%;}
	.best_center_left p {margin:10px 0 10px 0; font-size:18px;}
	.best_center_left span {
		margin:18px 0 10px 0;
		font-size:30px;
		line-height:40px;
	}
	.supportcenter_date_sub {margin:12px 0 0 0; width:100%;}
	.like_dislike {margin:13px 0 0 0; width:100%; text-align:left;}
}
@media screen and (max-width: 767px) {
	.inner_wrap {max-width:600px;}
	
	.logo {width:100% !important; text-align:center;}
	.phone_right {margin:11px 0 0 0; width:100% !important;}
	.call_now_heading {text-align:center !important;}
	.call_now_heading img {
		margin-left:6%;
		float:none;
		display:inline-block;
		vertical-align:middle;
	}
	.navigation .inner_wrap {width:100%;}
	
	h1 {font-size:28px;}
	h1 span {font-size:30px;}
	h2 {margin:0 0 20px 0; padding:0 0 41px 0; font-size:30px;}
	.affiliation_hld h2 {
		margin:0 0 20px 0;
		padding:0 0 41px 0;
		font-size:30px;
	}
	#innerpage_body_holder {
		padding:20px 15px;
		float:left;
		width:100%;
	}
	tr.courses_list td a, tr.courses_list2 td a {font-size:15px;}
	tr.courses_list td, tr.courses_list2 td {font-size:15px;}
	tr.courses_list td a img, tr.courses_list2 td a img {height:30px;}
	.centerFilter_div{
		margin:15px 0 0 0;
		float:left;
		width:100%;
	}
	.centerFilter_div:first-child{margin-top:0;}
	.centerFilter label{width:20%;}
	.centerFilter select{width:77%;	margin:0 0 0 0;}
	tr.centers_heading td {padding:14px 1px; font-size:15px;}
	tr.centers_list td {padding:10px 1px; font-size:13px;}
	
	.franchise_forms label {font-size:13px;}
	.franchise_forms_element {width:48%;}
	
	.contact_forms_element {width:48%;}
	ul.linkage_holder li a {
		font-size:20px;
		line-height:23px;
		text-align:left !important;
	}
	.contact_forms_element_new {width:98%;}
	
	ul.gallery_holder li {margin:0 1% 11px 1%; width:48%;}
	ul.gallery_holder li a {padding:0; height:150px;}
	.account_btn {
		margin:10px 0 0 0;
		float:left;
		width:100%;
	}
	.account_btn a {
		font-size:15px;
		padding:6px 10px;
		margin:0 0 5px 5px;
	}
	.hdr_right_logo {
		margin:15px 0 0 0;
		padding:8px 0;
		float:left;
		width:100%;
		text-align:center;
		background:#f3f3f3;
		border:#dadada 1px solid;
	}
	
	.centeraccount_left {width:100%;}
	.centeraccount_right {width:100%; text-align:center; margin-bottom:25px;}
	.cntracnt_photo {width:250px; float:none; display:inline-block;}
	.cntracnt_phtotxt {width:100%;}
	
	.supportcenter_date {width:100%;}	
	.best_center_left {width:100%; float:right;}
	.best_center_right {width:100%; height:auto; text-align:center; margin-bottom:20px; border:none;}
	.best_center_right img {display:inline-block; margin:0 !important; float:none; width:250px; border:var(--primary) 3px solid;}

	.like_dislike span {margin:0 0 13px 0; padding:0 0 6px 0;float:left; width:100%;}
	.like_dislike a {margin:0 10px 0 0; float:left;}
	
	.form_fieldnew {width:100% !important;}
}
@media screen and (max-width: 599px) {
	.inner_wrap {max-width:480px;}
	
	.header_top_panel .inner_wrap {width:100%; max-width:100%;}
	.header_top_panel p {
		width:100%;
		text-align:center;
		border-bottom:var(--light) 1px solid;
		border-right:none;
		border-right:none;
	}
	.hdr_social_media {
		float:left;
		width:100%;
		text-align:center;
	}
	.hdr_social_media a {float:none; display:inline-block;}
	h1 {font-size:22px;	}
	
	.welcome_holder {padding:0 20px;}
	.welcome_holder p {font-size:16px; line-height:24px;}
	
	.home_notice_holder {padding:31px 20px 30px 20px;}
	
	ul.footer_nav {padding:7px 0;}
	ul.footer_nav li {
		float:left;
		width:47%;
		margin:5px 1.5% 5px 1.5%;
		padding:0 0 0 0;
		border-left:none;
	}
	ul.footer_nav li:first-child {margin-left:1.5%; padding-left:0;}
	ul.footer_nav li a {
		background:var(--white);
		color:var(--danger-dark);
		padding:10px 0;
		text-align:center;
		width:100%;
	}
	ul.footer_nav li a:hover {color:var(--white); background:var(--danger-dark);}
	h4 {
		margin:0 0 10px 0;
		padding:0 0 3px 0;
		font-size:25px;
		line-height:normal;
	}
	h4 img {display:none;}
	
	.centerFilter label{margin-right:0; width:100%;}
	.centerFilter select{
		width:100%;
		margin:15px 0 0 0;
	}
	.franchise_forms label {
		margin-bottom:5px;
		font-size:15px;
		width:100%;
		margin-right:0;
	}
	.franchise_forms_element {width:98%;}
	.contact_forms_element {width:98%;}
	.jobs_holder h2 {font-weight:400; font-size:17px;}
	ul.gallery_holder li {margin:0 1% 15px 1%; width:98%;}
	ul.gallery_holder li:last-child {margin:0 1% 0 1%;}
	ul.gallery_holder li a {padding:0; height:auto;}
	ul.download_list li a {
		text-align:left !important;
		font-size:18px;
		padding:10px 30px;
		width:100%;
	}
	.account_btn a {
		font-size:13px;
		padding:6px 10px;
		margin:0 0 5px 5px;
	}
	.admission_forms_element {margin:0 1% 10px 1%; width:98%;}
	tr.admission_forms_heading td {
		padding:10px 2px;
		font:normal 15px/18px "droid_sansregular", Arial, Helvetica, sans-serif;
		text-align:center !important;
	}
	tr.admission_forms_details td {
		padding:10px 2px;
		font-size:12px;
		text-align:center;
	}
	tr.admission_forms_details td input[type="text"] {
		width:80% !important;
		float:none;
		display:inline-block;
	}
	.cntracnt_photo {width:100%; float:left;}
	
	.best_center_left span {font-size:25px;}
	
	.studentsupport_list_hld ul li h5 {font-size:18px;}
	
.not_student_title {padding:40px 20px; font-size:25px;}
}
@media screen and (max-width: 479px) {
	.logo img {width:80% !important;}
	.account_btn a {
		width:100%;
		text-align:center;
		font-size:13px;
		margin:0 0 5px 0;
	}
	tr.admission_forms_heading td {padding:10px 2px; font:normal 13px/18px "droid_sansregular", Arial, Helvetica, sans-serif;}
	tr.admission_forms_details td {padding:10px 2px; font-size:10px;}
}
@media screen and (max-width: 400px) {
	.logo img {height:auto; width:92%;}
	.call_now_heading {display:none;}
	
	tr.centers_heading td {padding:14px 0px; font-size:10px;}
	tr.centers_list td {padding:10px 0px; font-size:9px;}
	.studentlistimg {height:22px;}
	h4 {font-size:20px;}
	tr.admission_forms_heading td {padding:10px 2px; font:normal 12px/18px "droid_sansregular", Arial, Helvetica, sans-serif;}
	tr.admission_forms_details td {padding:10px 0; font-size:8px;}
	tr.admission_forms_details td input[type="text"] {
		width:70% !important;
		float:none;
		display:inline-block;
	}
	.hme_callnow {padding:17px 17px; font-size:17px;}
	.hme_callnow img {height:28px;}
	
.jobportal_hld a {margin:10px 0; font-size:20px;}
.jobportal_hld a img {display:none;}
}
@media screen and (max-width: 360px) {
	.header_top_panel p img {display:none;}
	.phone_right {font-size:15px;}
	
	h1 {font-size:18px;}
	h2 {margin:0 0 15px 0; font-size:27px;}
	
	.affiliation_hld h2 {margin:0 0 15px 0; font-size:25px;}
	
	ul.footer_nav li {width:97%;}
	
	ul.linkage_holder li a {font-size:17px;	line-height:20px;}
	
	.hme_callnow {padding:17px 10px; font-size:14px;}
	.hme_callnow img {height:22px; display:none;}
	
	.studentsupport_list_hld ul li ul li p {font-size:15px; line-height:22px;}
	.like_dislike a {margin:0 0 5px 0; width:100%; text-align:center;}
}
@media screen and (max-width: 320px) {
	.forgot_password{font-size:16px; line-height:20px;}
	.forgot_password img{display:none;}
}

.commenth4_color {
	color:var(--white) !important; text-transform:capitalize !important; border-bottom:var(--white) 1px solid; font-size:16px; padding-bottom:10px !important; line-height:normal !important; margin-bottom:10px !important;
}
.comntdate {
	margin:0 0 10px 0;
	float:left;
	width:100%;
	font-size:18px;
	color:var(--white);
}






.comment_list_hld {
	margin:0 0 0 0;
	float:left;
	width:100%;
}
.comment_list_hld ul {
	margin:0;
	float:left;
	width:100%;
	list-style-type:none;
}
.comment_list_hld ul li {
	margin:8px 0 0 0;
	padding:19px 27px 19px 27px;
	float:left;
	width:100%;
	background:var(--warning);
}
.comment_list_hld ul li:nth-child(even) {
	background:var(--danger-dark);
}
.comment_list_hld ul li h5 {
	margin:0 0 15px 0;
	padding:0 0 6px 0;
	float:left;
	width:100%;
	font-family: 'Fjalla One', sans-serif;
	font-size:23px;
	line-height:30px;
	color:var(--white);
	border-bottom:var(--white) 2px solid;
}
h4 img {margin:0 15px 0 0;}
.comment_list_hld ul li p {
	margin:0;
	padding:0 0;
	float:left;
	width:100%;
	font-family:"open_sanslight", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:var(--white);
	line-height:27px;
}
.comment_list_hld ul li ul {
	margin:0;
	padding:0 3%;
	float:left;
	width:100%;
	list-style-type:none;
}
.comment_list_hld ul li ul li {
	margin:10px 0 0 0 !important;
	padding:5px 18px;
	float:left;
	width:100%;
	background:none !important;
	border:var(--white) 1px solid;
}
.comment_list_hld ul li ul li p {
	margin:4px 0 4px 0;
}
.comment_list_hld ul li ul li img {
	float:left; margin:0 10px 10px 0; max-height:200px; width:auto !important;
}
.comment_forms {
	margin:0;
	padding:0;
	float:left;
	width:100%;
}
.comment_forms_element {
	margin:0 0 0 0;
	padding:0;
	float:left;
	width:100%;
}
.comment_forms input[type="text"] {
	margin:0;
	padding:12px 15px;
	float:left;
	width:100%;
	font-size:16px;
	color:#000;
	border:#666 1px solid;
}
.comment_forms textarea {
	margin:0;
	padding:12px 15px;
	float:left;
	width:100%;
	height:150px;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	line-height:18px;
	color:#404040;
	border:#666 1px solid;
	resize:none;
	box-sizing:border-box;
}
.comment_forms input[type="submit"] {
	margin:0 0 20px 0;
	padding:8px 15px 10px 15px;
	float:left;
	height:40px;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size:20px;
	line-height:21px;
	color:var(--white);
	text-transform:uppercase;
	background:var(--primary);
	border:var(--white) 2px solid;
	cursor:pointer;
}
.comment_forms input[type="submit"]:hover {background:var(--warning);}



.news_button_new {
	font-weight:600;
	font-size:14px;
	line-height:17px;
	float:right;
	/*border:var(--warning) 1px solid;*/
	padding:12px 15px;
	margin:0 0 0 0;
	/*background:var(--white);*/
	color:var(--white); background:var(--danger-dark); border:var(--danger-dark) 1px solid;
}
.news_button_new:hover {
	background:var(--danger-dark);
}






.textticker {float:left; width:100%; position:relative;}
.textticker_cnt {height:90px; width:100%; overflow: hidden}
.textticker ul {
	padding:0 25px;
	float:left;
	width:100%;
}
.textticker ul li {
	margin:8px 0;
	padding:10px 0 10px 0;
	float:left;
	width:100%;
	font-size:18px;
	color:var(--white);
	line-height:25px;
	background:rgba(13, 44, 64, 0.4);
}


.verifiednote {
	margin:10px 0 0 0;
	padding:15px 20px;
	float:left;
	width:100%;
	font-size:18px;
	color:var(--white);
	background:var(--danger-dark);
}</pre></body></html>