body
{
    background-position: center bottom;
    
    background-image: url("../images/bg.jpg");
    background-repeat: no-repeat;
}
body a:hover { 
	text-decoration: none;
}
.v-align {
    float: none;
    display: inline-block;
    vertical-align: middle;
    color: #FF0000;
}
html {overflow-x:hidden}
html {
    height: 100%;
}
body {
    min-height: 100%;
    position: relative;
}
.tablewhitebackground
{
     background-color: White;
}
   .updateProgressMessage {
	MARGIN: 3px; FONT-FAMILY: Trebuchet MS; FONT-SIZE: small; VERTICAL-ALIGN: middle
}
.updateProgress {
	BORDER-BOTTOM: 1px solid; POSITION: absolute; BORDER-LEFT: 1px solid; BACKGROUND-COLOR: #ffffff; WIDTH: 200px; HEIGHT: 100px; BORDER-TOP: 1px solid; BORDER-RIGHT: 1px solid
}
.modalBackground {
	FILTER: alpha(opacity=50); BACKGROUND-COLOR: gray; opacity: 0.60
}
.close {
	POSITION: absolute; WIDTH: 25px; BACKGROUND: url(../Images/sprite.png) no-repeat 0px -300px; HEIGHT: 15px; TOP: 7px; CURSOR: pointer; RIGHT: 7px
}
body:after {
    content: '';
    display: block;
    height: 100px;
}
p{ line-height:23px;}
p, ul, li, table{color: #3F3F3F;}
.btn-default { background-color: #0B99BC !important; color:#FFF !important;}
label .req {
	color: #F00;
	font-weight: bold;
} 
.home-heading{margin:2px 0px;} 
.home-heading h3{text-transform: capitalize;
    margin-top: 2px;
    border-top: solid 4px #eee;
    border-bottom: solid 4px #eee;
    padding: 8px 0px;
    width:100%;
	color: #454C5F;
font-weight: bold;
font-size:24px;
}
.step-form {
	background-color: #F9FAFD;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.6);
	box-sizing: border-box;
	color: rgba(0, 0, 0, 0.54);
	position: relative;
}
.step-form .header {
	background-color:#0E96C9;
	border-top: 1px solid rgba(44, 181, 215, 0.05);
	box-shadow: 0px 6px 3px -3px rgba(44, 181, 215, 0.17);
	display: block;
	position: relative;
}
.step-form .header p {
	color: #FFF;
	margin: 0px;
	padding: 12px 25px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight:500;
}
.step-form {
	background-color: #f9fafd;
	-webkit-box-shadow:0px 2px 3px rgba(0, 0, 0, 0.36);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,.6);
	-o-box-shadow: 0 2px 3px rgba(0,0,0,.6);
	box-shadow: 0 2px 3px rgba(0,0,0,.6);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: rgba(0, 0, 0, 0.63);
	line-height: 1;
	position: relative;
margin: 15px 0px 35px 0px !important;
border-bottom: 4px solid  #2C4FC1;
}
.step-form .input {
	position: relative;
}
.step-form .unit {
	position: relative;
	margin-bottom: 25px;
}
.step-form .link {
	border-bottom: 1px solid #90caf9;
	color: #1e88e5;
	font-size: 14px;
	line-height: inherit;
	text-decoration: none;
}
.step-form .link:hover {
	border-bottom: none;
}
.step-form .inline-group {
	display: inline-block;
}
.step-form .hidden {
	display: none;
}
.step-form select, .step-form input[type="button"], .step-form input[type="submit"], .step-form input[type="search"] {
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: rgba(0,0,0,0);

	-webkit-border-radius: 6px;
	border-radius: 6px;
}
/* Content
=============================== */
.step-form .content {
/*	padding: 25px 25px 0;*/
}
.step-form .content:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
/* Footer
=============================== */
.step-form .footer {
	background-color: #e8eaf6;
	border-top: 1px solid #303f9f;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-o-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	display: block;
	padding: 10px 25px;
}
.step-form .footer:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
/* Dividers
=============================== */
.step-form .divider, .step-form .divider-text {
	border-top: 1px solid rgba(0,0,0,.12);
	height: 0;
}
.step-form .divider-text {
	text-align: center;
}
.step-form .divider-text span {
	border: 1px solid rgba(0,0,0,.12);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background-color: #f9fafd;
	color: #3f51b5;
	font-size: 16px;
	padding: 2px 15px;
	position: relative;
	top: -9px;
	white-space: nowrap;
}
/* Gap-top / gap-bottom classes
=============================== */
.step-form .gap-top-20 {
	margin-top: 20px;
} /* text-divider top gap after "content"/"j-row" classes */
.step-form .gap-top-45 {
	margin-top: 45px;
} /* text-divider top gap after "unit" class */
.step-form .gap-bottom-45 {
	margin-bottom: 45px;
} /* text-divider bottom gap */
.step-form .gap-bottom-25 {
	margin-bottom: 25px;
} /* line-divider bottom gap */
/* Labels
=============================== */
.step-form .label {
	display: block;
	color: inherit;
	font-weight: normal;
	text-align: left;
	margin-bottom: 0;
}
.step-form .label {
margin-bottom: 12px;
font-size: 14px !important;
font-weight: 600 !important;
color: #353434 !important;
}
.step-form .label-center {
	height: 48px;
	line-height: 48px;
	text-align: center;
	margin-bottom: 0;
}
.step-form .j-row > .label {
	padding-left: 10px;
}
/* Radio and checkbox
=============================== */
.step-form .radio, .step-form .checkbox, .step-form .radio-toggle, .step-form .checkbox-toggle {
	color: rgba(0,0,0,.87);
	cursor: pointer;
	font-size: 15px;
	height: 15px;
	margin-bottom: 4px;
	position: relative;
	line-height: 15px;
}
.step-form .radio, .step-form .checkbox, .step-form .inline-group .radio, .step-form .inline-group .checkbox {
	padding: 9px 0 8px 32px;
}
.step-form .radio-toggle, .step-form .checkbox-toggle, .step-form .inline-group .radio-toggle, .step-form .inline-group .checkbox-toggle {
	padding: 9px 0 8px 58px;
}
.step-form .radio:last-child, .step-form .checkbox:last-child, .step-form .radio-toggle:last-child, .step-form .checkbox-toggle:last-child {
	margin-bottom: 0;
}
.step-form .inline-group .radio, .step-form .inline-group .checkbox, .step-form .inline-group .radio-toggle, .step-form .inline-group .checkbox-toggle {
	display: inline-block;
	margin-right: 25px;
}
.step-form .radio input, .step-form .checkbox input, .step-form .radio-toggle input, .step-form .checkbox-toggle input {
	position: absolute;
	left: -9999px;
}
.step-form .radio i, .step-form .checkbox i, .step-form .checkbox-toggle i, .step-form .radio-toggle i {
	background-color: #fff;
	border: 2px solid rgba(0,0,0,.26);
	display: block;
	height: 18px;
	left: 0;
	outline: none;
	position: absolute;
	top: 5px;
	-webkit-transition: border-color.2s;
	-moz-transition: border-color.2s;
	-ms-transition: border-color.2s;
	-o-transition: border-color.2s;
	transition: border-color.2s;
}
.step-form .radio i, .step-form .checkbox i {
	width: 18px;
}
.step-form .checkbox-toggle i, .step-form .radio-toggle i {
	width: 44px;
}
.step-form .checkbox i, .step-form .checkbox-toggle i {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.step-form .radio i, .step-form .radio i:after, .step-form .radio-toggle i:before {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
/* Widget
=============================== */
.step-form .widget {
	position: relative;
}
.step-form .widget .addon, .step-form .widget .addon-btn {
	background: #e0e0e0;
	border: none;
	color: rgba(0,0,0,.56);
	display: block;
	height: 48px;
	line-height: 48px;
	padding: 0;
	position: absolute;
	outline: none;
	overflow: hidden;
	text-align: center;
	top: 0;
	z-index: 5;
}
.step-form .widget .addon-btn, .step-form .widget .addon-btn i {
	cursor: pointer;
	-webkit-transition: all.2s;
	-moz-transition: all.2s;
	-ms-transition: all.2s;
	-o-transition: all.2s;
	transition: all.2s;
}
.step-form .widget .addon-btn:hover, .step-form .widget .addon-btn:focus {
	background-color: #d6d6d6;
	color: rgba(0,0,0,.87);
}
.step-form .widget .addon-btn:hover i, .step-form .widget .addon-btn:focus i {
	color: rgba(0,0,0,.61);
}
.step-form .widget .adn-left {
	left: 0;
}
.step-form .widget .adn-right {
	right: 0;
}
.step-form .widget .addon i, .step-form .widget .addon-btn i {
	color: rgba(0,0,0,.34);
	font-size: 17px;
	z-index: 2;
}
.step-form .widget .adn-50 {
	width: 50px;
}
.step-form .widget .adn-130 {
	width: 130px;
}
.step-form .widget.right-50 .input {
	padding-right: 50px;
}
.step-form .widget.left-50 .input {
	padding-left: 50px;
}
.step-form .widget.right-130 .input {
	padding-right: 130px;
}
.step-form .widget.left-130 .input {
	padding-left: 130px;
}
.step-form .widget .adn-left, .step-form .widget.right-50 .input input, .step-form .widget.right-130 .input input {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-o-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.step-form .widget .adn-right, .step-form .widget.left-50 .input input, .step-form .widget.left-130 .input input {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-o-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.step-form .widget.left-50.right-50 .input input, .step-form .widget.left-50.right-130 .input input, .step-form .widget.left-130.right-50 .input input, .step-form .widget.left-130.right-130 .input input {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
/* Inputs
=============================== */
.step-form input[type="text"], .step-form input[type="tel"], .step-form input[type="number"], .step-form input[type="password"], .step-form input[type="email"], .step-form input[type="search"], .step-form input[type="url"], .step-form textarea, .step-form select {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.63);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	color: rgba(113, 109, 109, 0.9);
	display: block;
	font-family: inherit;
	font-size: 16px;
	height: 36px;
    padding: 5px 10px;
	width: 100%;
	outline: none;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all.4s;
	-moz-transition: all.4s;
	-ms-transition: all.4s;
	-o-transition: all.4s;
	transition: all.4s;
	
}
.step-form input[type="text"]:hover, .step-form input[type="password"]:hover, .step-form input[type="email"]:hover, .step-form input[type="search"]:hover, .step-form input[type="url"]:hover, .step-form textarea:hover, .step-form select:hover {
	border: 1px solid rgba(48,63,159,.6);
}
.step-form input[type="text"]:focus, .step-form input[type="password"]:focus, .step-form input[type="email"]:focus, .step-form input[type="search"]:focus, .step-form input[type="url"]:focus, .step-form textarea:focus, .step-form select:focus {
	border: 1px solid #06A2F8;
box-shadow: 0px 0px 3px 1px rgba(6, 162, 248, 0.65);
}
.step-form .input textarea {
	height: 112px;
	overflow: auto;
	min-height: 52px;
	resize: vertical;
}
.step-form .input textarea:focus {
	height: 128px;
}

/* Placeholders
=============================== */
.step-form input::-webkit-input-placeholder, .step-form textarea::-webkit-input-placeholder {
color:rgba(0,0,0,.54);
}
 .step-form input::-moz-placeholder, .step-form textarea::-moz-placeholder {
color:rgba(0,0,0,.54);
}
 .step-form input:-moz-placeholder, .step-form textarea:-moz-placeholder {
color:rgba(0,0,0,.54);
}
 .step-form input:-ms-input-placeholder, .step-form textarea:-ms-input-placeholder {
color:rgba(0,0,0,.54);
}
 .step-form input:focus::-webkit-input-placeholder, .step-form textarea:focus::-webkit-input-placeholder {
color:rgba(0,0,0,.36);
}
 .step-form input:focus::-moz-placeholder, .step-form textarea:focus::-moz-placeholder {
color:rgba(0,0,0,.36);
}
 .step-form input:focus:-moz-placeholder, .step-form textarea:focus:-moz-placeholder {
color:rgba(0,0,0,.36);
}
 .step-form input:focus:-ms-input-placeholder, .step-form textarea:focus:-ms-input-placeholder {
color:rgba(0,0,0,.36);
}
/* Select
=============================== */
.step-form select {
	padding-left: 10px;
	font-weight: 500 !important;
}
.step-form .multiple-select select {
	height: auto;
}
.step-form .select i {
	background: transparent;

	height: 20px;
	position: absolute;
	pointer-events: none;
top: 7px;
right: 14px;
width: 11px;
}
.step-form .select i:after, .step-form .select i:before {
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: '';
	position: absolute;
	right: 3px;
}
.step-form .select i:after {
	border-top: 6px solid rgba(0,0,0,.4);
	bottom: 1px;
}
.step-form .select i:before {
	border-bottom: 6px solid rgba(0,0,0,.4);
	top: 3px;
}
.step-form .select {
	position: relative;
	display: block !important;
}
/* Icons
=============================== */
.step-form .icon-left, .step-form .icon-right {
	color: rgba(0, 0, 0, 0.54);
font-size: 17px;
opacity: 0.6;
position: absolute;
text-align: center;
top: 5px;
width: 30px;
z-index: 2;
height: 27px;
line-height: 25px !important;
}
.step-form .icon-left {
	border-right: 1px solid rgba(0,0,0,.54);
	left: 3px;
}
.step-form .icon-right {
	border-left: 1px solid rgba(0,0,0,.54);
	right: 3px;
}
.step-form .icon-left ~ input, .step-form .icon-left ~ textarea {
	padding-left: 58px;
}
.step-form .icon-right ~ input, .step-form .icon-right ~ textarea {
	padding-right: 58px;
}
/* File for upload
=============================== */
.step-form .file-button input {
	bottom: -1px;
	font-size: 34px;
	opacity: 0;
	position: absolute;
	width: 108px;
	z-index: 0;
}
.step-form .prepend-small-btn .file-button input, .step-form .prepend-big-btn .file-button input {
	left: 0;
}
.step-form .append-small-btn .file-button input, .step-form .append-big-btn .file-button input {
	right: 0;
}
.step-form .prepend-small-btn .file-button, .step-form .append-small-btn .file-button {
	width: 64px;
}
.step-form .prepend-big-btn .file-button, .step-form .append-big-btn .file-button {
	width: 106px;
}
.step-form .prepend-small-btn .file-button, .step-form .prepend-big-btn .file-button {
	left: 4px;
}
.step-form .append-small-btn .file-button, .step-form .append-big-btn .file-button {
	right: 4px;
}
.step-form .append-small-btn .file-button, .step-form .append-big-btn .file-button, .step-form .prepend-small-btn .file-button, .step-form .prepend-big-btn .file-button {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
.step-form .prepend-big-btn input[type="text"] {
	padding-left: 123px;
}
.step-form .append-big-btn input[type="text"] {
	padding-right: 123px;
}
.step-form .prepend-small-btn input[type="text"] {
	padding-left: 81px;
}
.step-form .append-small-btn input[type="text"] {
	padding-right: 81px;
}
.step-form .input input[type="file"] {
	cursor: pointer;
}
/* Buttons
=============================== */
.step-form .primary-btn, .step-form .secondary-btn {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	color: #fff;
	display: block;
	cursor: pointer;
	float: right;
	height: 48px;
	margin: 10px 0 10px 20px;
	outline: none;
	padding: 0 25px;
	white-space: nowrap;
	font-size: 18px;
}
.step-form .primary-btn {
	position: relative;
}
.step-form .content .primary-btn, .step-form .content .secondary-btn {
	margin: 0 0 20px 20px;
}
.step-form .primary-btn {
color: #060606;
background: #F1B336 none repeat scroll 0% 0%;
border: 3px solid #F9B52C;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
}
.step-form .secondary-btn {
	background-color:#10C0A2;
	-webkit-transition: background.2s;
	-moz-transition: background.2s;
	-ms-transition: background.2s;
	-o-transition: background.2s;
	transition: background.2s;
}
.step-form .secondary-btn:hover {
background-color: #18B499;
transition: #000 0.2s ease 0s;
border: solid 2px #199983;
color: rgba(0, 0, 0, 0.41);
}

.step-form .primary-btn:hover, .step-form .file-button:hover {
color: #fff;
background: #DE891A none repeat scroll 0% 0%;
border: 3px solid #FFA303;
}


.step-form .primary-btn:hover.processing {
	background: #303f9f;
	cursor: wait;
}
.step-form .file-button:hover + input {
	border: 2px solid rgba(48,63,159,.6);
}
.step-form .primary-btn.processing:before {
	background: rgba(255,255,255,.4);
	content: '';
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-animation: processing 3s ease-in-out infinite;
	-moz-animation: processing 3s ease-in-out infinite;
	;
	-ms-animation: processing 3s ease-in-out infinite;
	-o-animation: processing 3s ease-in-out infinite;
	animation: processing 3s ease-in-out infinite;
}
@-webkit-keyframes processing {
 0% {
width:0;
}
 100% {
width:100%;
}
}
@-moz-keyframes processing {
 0% {
width:0;
}
 100% {
width:100%;
}
}
@-ms-keyframes processing {
 0% {
width:0;
}
 100% {
width:100%;
}
}
@-o-keyframes processing {
 0% {
width:0;
}
 100% {
width:100%;
}
}
@keyframes processing {
 0% {
width:0;
}
 100% {
width:100%;
}
}
/* Bootstrap compatibility
=============================== */
.step-form .radio, .step-form .checkbox, .step-form .radio-toggle, .step-form .checkbox-toggle {
	margin-top: 0;
}
.step-form .label {
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.step-form .radio, .step-form .checkbox, .step-form .radio-toggle, .step-form .checkbox-toggle, .step-form .radio *, .step-form .checkbox *, .step-form .radio-toggle *, .step-form .checkbox-toggle *, .step-form .radio i:after, .step-form .checkbox i:after, .step-form .radio-toggle i:after, .step-form .checkbox-toggle i:after, .step-form .radio i:before, .step-form .checkbox i:before, .step-form .radio-toggle i:before, .step-form .checkbox-toggle i:before {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.btn-info {
	color: #FFF;
	background-color: #00C0EF !important;
	border-color: #42A9C8 !important;
}
/*student-home-new*/

.bg-slider {
background: transparent url("../images/bg.png");
padding: 88px 0px;
background-repeat:no-repeat;
background-size:contain;
background-position:center top;
height: 355px;
width: 100%;
position: relative;
top:0px;


}

.bg-slider .caption {
  background: rgba(0, 0, 0, 0.67) none repeat scroll 0% 0%;
	border-right:solid 3px #F16236;
	padding:10px;
}
.bg-slider .caption p{
	font-size: 38px;
display:block;
text-align:center;
color:#fff;
text-transform:capitalize;
}

.main-content {
	z-index: 6;
	background:#fff;
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 95%;
	padding: 10px 0;
}

.custom-button {
	background-color: rgba(255, 255, 255, 0.9);
	font-family: "Maven Pro", sans-serif !important;
	display: block;
	position: relative;
	overflow: hidden;
	-webkit-transition: 0.25s ease-in-out all;
	-moz-transition: 0.15s ease-in-out all;
	-o-transition: 0.15s ease-in-out all;
	transition: 0.15s ease-in-out all;
	margin-bottom: 6px;
}
.custom-button-wrap {
	display: block;
	margin-left: 40px;
}
.custom-button-icon {
	display: block;
	float: left;
	font-size: 24px;
	line-height: 34px;
}
.custom-button-title {
	display: block;
	font-size: 16px;
	color: #1A3256;
	line-height: 34px;
	text-transform: capitalize;
}
.custom-button-tagline {
	display: block;
	font-size: 12px;
	line-height: 16px;
	font-weight: 700;
	margin-top: 5px;
}
.custom-button-icon, .custom-button-tagline {
	color: rgba(0, 0, 0, 0.48);
}
.custom-button:hover {
	-moz-border-radius: 0 0 20px 0;
	-webkit-border-radius: 0 0 20px 0;
	border-radius: 0 0 20px 0;
}
.custom-button em {
	width: 0;
	height: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 30;
	-moz-box-shadow: -5px 2px 5px rgba( 0, 0, 0, 0.3 );
	-webkit-box-shadow: -5px 2px 5px rgba( 0, 0, 0, 0.3 );
	box-shadow: -5px 2px 5px rgba( 0, 0, 0, 0.3 );
	-webkit-transition: 0.25s ease-in-out all;
	-moz-transition: 0.15s ease-in-out all;
	-o-transition: 0.15s ease-in-out all;
	transition: 0.15s ease-in-out all;
}
.custom-button:hover em {
	width: 15px;
	height: 15px;
	-webkit-transform: rotate(-10deg) translate3d( 0, 0, 0 );
	-moz-transform: rotate(-10deg) translate3d( 0, 0, 0 );
	-o-transform: rotate(-10deg) translate3d( 0, 0, 0 );
	transform: rotate(-10deg) translate3d( 0, 0, 0 );
}
/* button color examples */
.cb-green {
	background-color: #14CCAD;
	padding: 5px;
	width: 36px;
}
.cb-red {
	background-color: #F05161;
	padding: 5px;
	width: 36px;
}
.cb-blue {
	background-color: #30B2E6;
	padding: 5px;
}
.cb-gray {
	background-color: #099BA1;
	padding: 5px
}
.cb-dgreen {
	background-color: #55AF0C;
	padding: 5px
}
.cb-yellow {
	background-color: #6D53C2;
	padding: 5px
}
.cb-seegreen {
	background-color: #1BC1CE;
	padding: 5px
}
.cb-seeblue {
	background-color: #ED512F;
	padding: 5px
}
/*----------------------------------------New-Tab----------------------------------------------*

/* Tabs panel */
.tabbable-panel {
	padding: 0px;
}
/* Default mode */
.tabbable-line > .nav-tabs {
	border: none;
	margin: 0px;
	border-radius: none !important;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	/*font-family: 'Oswald', sans-serif !important;*/
}
.tabbable-line > .nav-tabs > li > a {
	margin-right: -15px !important;
	margin-left: -15px !important;
	padding: 70px 0px;
	font-size: 3em;
	background-color:#F16236;
	text-transform: capitalize;
	color:#fff;
	border: none !important;
}
.tabbable-line > .nav-tabs > li {}
.tabbable-line > .nav-tabs > li > a span{
font-size:25px;
display: block;

}
.tabbable-line > .nav-tabs > li > a > i {
	color: #a6a6a6; 
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
	color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
	color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
	margin-top: 0px;
}
.tabbable-line >.nav-tabs > li.active > a {
	background-color: #F16236 !important;
	border: none !important;
}
.tabbable-line >.nav-tabs > li > a {
	border-radius: 0px 0px 0px 0px !important
}
.tabbable-line > .nav-tabs > li.active {
	position: relative;
	background-color: #000 !important;
}
.tabbable-line > .nav-tabs > li.active > a {
	border: none !important;
	color: #fff;
	
}
.tabbable-line > .nav-tabs > li.active > a > i {
	color: #404040;
}

.first-tab {
	background-color:#667F4C;
	padding:60px 20px !important;
	height: 290px;
}
.nav-tabs > li {
    margin-bottom:0px;
}
.second-tab {
	background-color:#F16236;
	padding:60px 20px !important;
	height: 290px;
}
.portlet .tabbable-line > .tab-content {
	padding-bottom: 0;
}
/* Below tabs mode */

.tabbable-line.tabs-below > .nav-tabs > li {
	border-top: 4px solid transparent;
}
.tabbable-line.tabs-below > .nav-tabs > li > a {
	margin-top: 0;
}
.tabbable-line.tabs-below > .nav-tabs > li:hover {
	border-bottom: 0;
	border-top: 4px solid #fbcdcf;
}
.tabbable-line.tabs-below > .nav-tabs > li.active {
	margin-bottom: -2px;
	border-bottom: 0;
	border-top: 4px solid #f3565d;
}
.tabbable-line.tabs-below > .tab-content {
	margin-top: -10px;
	border-top: 0;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}
.tab-text  i {
	display: block;
	position: relative;
	font-size: 3.5em;
	color: #fff;
	padding-bottom: 20px;
	border: 0;
}
.tab-text a :hover {
	border: 0;
}
.list-group {
    margin-bottom: 4px !important;
}
.tab-text {
	font-size: 16px;
	display: block;
	line-height: 18px;
	color: #fff !important;
	text-align:left;
	font-family: 'Open Sans', sans-serif;
}
.tab-text a {
	color: #fff !important;
}
.tab-text a:hover {
	color: #1A3256 !important;
	text-decoration: none;
}
.rtb {
	border-right: solid 2px #566C40;
}
.rtb2 {
	border-right: solid 2px #E6572B;
}


.btn-outlined.btn-success {
	color: #0B0A0A;
    background: #F1B336 none repeat scroll 0% 0%;
    border: 3px solid #F9B52C;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
}
.btn-outlined.btn-success:hover,
.btn-outlined.btn-success:active {
     background: #D49518; 
     border: 3px solid #F9B52C;
	 color:#fff;
}


.btn-outlined.btn-warning {
	color: #111010;
    background: #F1B336 none repeat scroll 0% 0%;
    border: 3px solid #F9B52C;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
}
.btn-outlined.btn-warning:hover,
.btn-outlined.btn-warning:active {
     background: #D49518; 
     border: 3px solid #F9B52C;
}


.btn-outlined.btn-primary {
	color: #FFF;
	background: #0B99BC none repeat scroll 0% 0%;
    border: 3px solid #119DC0;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
	text-align: center;
}
.btn-outlined.btn-primary:hover,
.btn-outlined.btn-primary:active {
     background: #0B99BC ; 
     border: 3px solid #0782A1;
}



<!--News-Box--> 
.pagination .glyphicon {
	margin-right: 0px !important; /*override*/
}
.panel ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.news-item {
	padding-left:  10px; padding-right:14px;
	  -webkit-padding-end: 12px;
	margin: 0px;
	border-bottom: 1px dotted #555;
	font-size: 14px;
	color:#000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.news-panel {
	background-color: #454C5F !important;
border-color: #232732 !important;
	color: #fff !important;
}
.news-panel i strong {
	color: #000 !important;
}
.news-panel-wrap {
	border-radius: 0px !important;
	border-bottom: 5px solid #F16236;
	margin-bottom: 6px !important;
}
.news-panel-wrap a {
	color:#F16236;
	font-weight: 700;
}
.panel-heading {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	background-color: #fff;
	border-color: none !important;
	border-image: none;
	border-style: none !important;
	border-width:none !important;
	color: #fff !important;
	cursor: default;
}
.list  {
	
	background-color: none !important;
	font-family: "Open Sans",sans-serif !important;
	text-transform: uppercase;
	font-size:13px;
	padding: 11px 6px;
}
	

.list a  {color:#2B2B2B !important;}
.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.list-group-item:last-child {
  
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.list .red {
	background-color: #A74545;
	padding: 3px;
	text-align: center;
	margin-right: 4px;
	height: 25px;
	width: 25px;
}

.list .yellow {
	background-color:#6285B9;
	padding: 3px;
	text-align: center;
	margin-right: 4px;
	height: 25px;
	width: 25px;
}
.list .sbl {
	background-color:#1E9F75;
	padding: 3px;
	text-align: center;
	margin-right: 4px;
	height: 25px;
	width: 25px;
}


.list .green {
	background-color:#5E627A;
	padding: 3px;
	text-align: center;
	margin-right: 4px;
	height: 25px;
	width: 25px;
}

.list .blue {
	background-color:#7F9919;
	padding: 3px;
	text-align: center;
	margin-right: 4px;
	height: 25px;
	width: 25px;
}

.list i {
	font-size: 16px;
	color: #fff;
}
/*------------------------------HEADER------------------------------*/
.header {
	border-top: 4px solid #2C4FC1;
background: #fff none repeat scroll 0% 0%;

}
.navbar-nav > li {z-index: 9999;}
.navbar-default
{
    background-color: #BF0000;
    border-color: #BF0000 #BF0000 #000000 #BF0000;
    border-bottom: 2px solid #000000;
}
.navbar {border-radius: 0px; margin-bottom: 0px !important;}
.navbar-default .navbar-nav > li > a {
	color: #fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus {
	color: #FFF !important;
box-shadow: 0px 0px 3px #990000 inset !important;
background: transparent linear-gradient(to bottom, #990000 0%, #990000 100%) repeat scroll 0% 0% !important;
}
.navbar-default .navbar-nav > li > a:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #E65F3F;
  margin-left: -10px;
}
.navbar-default .navbar-nav > li:hover {
  color: #ffffff !important;
  box-shadow: inset 0 0 3px #990000;
  -moz-box-shadow: inset 0 0 3px #990000;
  -webkit-box-shadow: inset 0 0 3px #990000;
  background: #990000;
  background: -moz-linear-gradient(top, #C20000 0%, #990000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C20000), color-stop(100%, #990000));
  background: -webkit-linear-gradient(top, #C20000 0%, #990000 100%);
  background: -o-linear-gradient(top, #C20000 0%, #990000 100%);
  background: -ms-linear-gradient(top, #C20000 0%, #990000 100%);
  background: linear-gradient(to bottom, #C20000 0%, #990000 100%);
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #fff !important;
   
}
.nav > li > a {
	padding: 13px 12px;
}
.navbar-default .navbar-nav > li > a {
	font-size: 12px;
	font-weight: 500;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif !important;
}
.navbar-default .navbar-nav > .open > a{color: #fff !important; background-color: #1D1C1C !important;}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus,
{color:#F16236 !important; background-color:#1D1C1C !important;}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
   background-color:#990000 !important;
}
.dropdown-menu {width: 270px; background-color: rgb(230, 95, 63);}
.dropdown:hover .dropdown-menu {display: block !important;}
.dropdown-menu > li > a {color:#fff !important; padding: 8px 20px;}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover   {background-color:#000 !important;}
/*------------------------------FOOTER-----------------------------*/
.footer {
	background-color:#2B2B2B;
	text-align: center;
	color: #939191;
	padding: 6px 0px;
	position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px
	
}
.footer p {
	padding: 5px 0px 0px 0px;
	font-size: 16px;
	color: #939191;
}

.footer .powered {
    background-color: #A3A5A8;
    padding: 5px 10px;
    color: #000;
}
.footer .nic {
    color: #B51F1F;
    font-weight: bold;
    font-style: italic;
}
.footer .net {
    color: #1A2DBD;
    font-weight: bold;
}
.helpline {
	border-top: solid 1px #E17258;
	background: rgba(43, 43, 43, 0.94) none repeat scroll 0% 0%;
	color: #FFF;
	text-shadow: none;
	margin-top: 17px;
	font-family: 'Oswald', sans-serif;
}
.helpline h1 {
	color: #F9CB8F;
	font-size: 40px;
	font-weight: 700;
}
.helpline h2 {
	color: #81CB26;
	font-size: 38px;
	line-height: 36px;
	padding: 6px 0px;
	position: relative;
}
.helpline h5 {
color: #fe734c;
	font-size: 30px;
	line-height: 48px;
	padding: 6px 0px;
	position: relative;
}
.list-group-item{ line-height:23px;}
/*-------------------------------STYLE-CLASSES-----------------------------------------*/
/*============================== FORM CSS ==============================*/
.j-tble tr td{ padding:4px 7px;}



.head-heading{ text-align:center; font-size:28px; font-weight:bold; line-height:30px;}
.head-heading span{font-size:20px;}
.name{ width:80%;}
.no-border{ border:none; box-shadow:none;}
.photo{ height:110px; width:100px; border:1px solid #e5e5e5; padding:2px; margin:5px 0px !important;}
.photo-sig{ height:50px; width:150px; border:1px solid #e5e5e5; margin:5px 0px !important;}
.req{color:#ff0000;}
.ui-datepicker-inline{z-index: 9999;}
.error {
     border: 1px solid #ff0000 !important;
}
.rotateInUpLeft {
    animation-name: rotateInUpLeft;
}
.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

.pname{
 background-color: rgba(238, 108, 92, 0.03);
 border: 2px solid #ee6c5c;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  width:100%;
 padding: 0px 8px;
  position:relative;
  text-align: left;
  white-space: normal;
  z-index: 1060;
}
.pname:after{ position:absolute;top:10; left:5px; height:10px; width:10px; border: #000 #009999   #000 #009999; }
.pname h6{     line-height: 8px;font-size: 13px;}
.pname strong{margin-right: 8px;}
.scname{ 
 background-color: rgba(238, 108, 92, 0.03);
  margin-top: -10px;
  border: 2px solid #ee6c5c;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 400;
   position:relative;
  line-height: 1.2;
  width: 100%;
 padding: 0px 8px;
  text-align: left;
  white-space: normal;
  z-index: 1060; margin-top:-128px;}
.scname h6{     line-height: 8px;font-size: 13px;}
.scname strong{margin-right: 8px;}
 
 
/*---------------------------STUDY CENTER------------------------------------*/

.study-center{margin:15px 0px;}
.study-center h2{ text-transform:uppercase; font-size: 24px; border-bottom:solid 1px #eee; color: #535252; padding-bottom: 20px;}

.fa-3 {
font-size: 3em;
vertical-align: middle;
color: #E65F3F;
border: solid 1px #eee;
text-align: center;
padding: 5px;
}

.important-date{ border-bottom: 1px solid rgba(153, 153, 153, 0.25); margin-bottom: 10px;}

.f-33{font-size: 1.6em;
vertical-align: middle;
color: #E65F3F;}
.date-bottom{ display:block;     margin-left: 25px;}

.fileUpload {
	position: relative;
	overflow: hidden;
	margin: 10px;
	background-color: #e46453;  padding:5px; color:#FFF; font-size:13px; border:1px solid #ca4736; border-radius:3px;  box-shadow:0px 0px 4px rgba(0, 0, 0, .1) inset; -webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.fileUpload:hover{background-color: #d74835;}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.btn-circul{border-radius: 50%;
width: 30px;
height: 30px;
text-align:center;
border-color: #42A9C8 !important;
background: #fff;
padding-top: 4px;
font-size:14px;
}


/*NEW_STYLE*/
@charset "utf-8";
/* CSS Document */

.bg-style {
    position: relative;
    z-index: 2;
	background:#fff;
	padding:45px 0px;
	border-bottom: solid 1px rgba(153, 153, 153, 0.21);
box-shadow: 2px 2px 2px rgba(14, 13, 13, 0.23);
}

.bg-style h1 {font-family: "Oswald",sans-serif; text-transform:uppercase; text-align:center; margin-top:0px;  margin-bottom:30px; 
font-size:36px}

.bg-style h1:before {
	content: url(../images/h1-left.png);
	margin-right: 20px;
}
.bg-style h1:after {
	content: url(../images/h1-right.png);
	margin-left: 20px;
}

.padding-btm{padding-top:30px;}



/*==================  Thumbnails      ======================*/
.thumb-pad-1 .thumbnail .caption {
  background: #2c2f35;
  text-align: center;
}
.thumb-pad-1 .thumbnail .caption:before,
.thumb-pad-1 .thumbnail .caption:after {
  content: " ";
  display: table;
}
.thumb-pad-1 .thumbnail .caption:after {
  clear: both;
}
.thumb-pad-1 .thumbnail .caption h2  {
margin-top: 5px;
}
.thumb-pad-1 .thumbnail .caption h2 a {
  display: block;
  font-size:20px;
  color: #fff;
}
.thumb-pad-1 .thumbnail .caption .icon {
  width: 73px;
  margin-right: 59px;
  margin-top: 12px;
}

.thumb-pad-2 .thumbnail:before,
.thumb-pad-2 .thumbnail:after {
  content: " ";
  display: table;
}
.thumb-pad-2 .thumbnail:after {
  clear: both;
}
.thumb-pad-2 .thumbnail img {
  float: left;
  margin-top: 24px;
  margin-right: 28px;
}
.thumb-pad-2 .thumbnail .caption h4 {
  text-transform: uppercase;
  color: #2c2f35;
  font-weight: 300;
}
.thumb-pad-2 .thumbnail .caption h4 + p {
  margin-top: 12px;
}
.thumb-pad-2 .thumbnail .caption p {
  color: #bbbaba;
  line-height: 23px;
}
.thumb-pad-2 .thumbnail .caption p + p {
  margin-top: 24px;
}
.thumb-pad-2 .thumbnail .caption h6 {
  font-size: 14px;
  color: #3498db;
  text-transform: uppercase;
  font-weight: 400;
}
.thumb-pad-2 .thumbnail .caption .list-1 {
  margin-top: 45px;
}
.thumb-pad-3 .thumbnail .caption {
  padding: 25px 0px;
}
.thumb-pad-3 .thumbnail .caption h4 {
  text-transform: uppercase;
  color: #2c2f35;
  font-weight: 300;
}
.thumb-pad-3 .thumbnail .caption h4 + p {
  margin-top: 12px;
}
.thumb-pad-3 .thumbnail .caption p {
  color: #bbbaba;
  line-height: 23px;
}
.thumb-pad-3 .thumbnail .caption p + p {
  margin-top: 24px;
}
.thumb-pad-3 .thumbnail .caption h6 {
  font-size: 14px;
  color: #3498db;
  text-transform: uppercase;
  font-weight: 400;
}
.thumb-pad-3 .thumbnail .caption .list-1 {
  margin-top: 45px;
}
.thumb-pad-3 .thumbnail .caption p {
  letter-spacing: -0.3px;
}
.thumb-pad-3.indent-1 {
  margin-top: 57px;
}
.thumb-pad-4 .thumbnail:before,
.thumb-pad-4 .thumbnail:after {
  content: " ";
  display: table;
}
.thumb-pad-4 .thumbnail:after {
  clear: both;
}
.thumb-pad-4 .thumbnail img {
  float: left;
  margin-top: 24px;
  margin-right: 28px;
}
.thumb-pad-4 .thumbnail .caption h4 {
  text-transform: uppercase;
  color: #2c2f35;
  font-weight: 300;
}
.thumb-pad-4 .thumbnail .caption h4 + p {
  margin-top: 12px;
}
.thumb-pad-4 .thumbnail .caption p {
  color: #bbbaba;
  line-height: 23px;
}
.thumb-pad-4 .thumbnail .caption p + p {
  margin-top: 24px;
}
.thumb-pad-4 .thumbnail .caption h6 {
  font-size: 14px;
  color: #3498db;
  text-transform: uppercase;
  font-weight: 400;
}
.thumb-pad-4 .thumbnail .caption .list-1 {
  margin-top: 45px;
}
.thumb-pad-4 .thumbnail img {
  margin-left: 16px;
  margin-right: 0;
  float: right!important;
}
.thumb-pad-4 .thumbnail .caption {
  overflow: hidden;
}
.thumb-pad-4 .thumbnail .caption .list-1 {
  margin-top: 8px;
}
.thumb-pad-4 .thumbnail .caption p {
  margin-right: 20px;
}
.thumb-pad-5 .thumbnail:before,
.thumb-pad-5 .thumbnail:after {
  content: " ";
  display: table;
}
.thumb-pad-5 .thumbnail:after {
  clear: both;
}
.thumb-pad-5 .thumbnail img {
  float: left;
  margin-top: 24px;
  margin-right: 28px;
}
.thumb-pad-5 .thumbnail .caption h4 {
  text-transform: uppercase;
  color: #2c2f35;
  font-weight: 300;
}
.thumb-pad-5 .thumbnail .caption h4 + p {
  margin-top: 12px;
}
.thumb-pad-5 .thumbnail .caption p {
  color: #bbbaba;
  line-height: 23px;
}
.thumb-pad-5 .thumbnail .caption p + p {
  margin-top: 24px;
}
.thumb-pad-5 .thumbnail .caption h6 {
  font-size: 14px;
  color: #3498db;
  text-transform: uppercase;
  font-weight: 400;
}
.thumb-pad-5 .thumbnail .caption .list-1 {
  margin-top: 45px;
}
.thumb-pad-5 .thumbnail .caption h4 {
  line-height: 20px;
  margin-bottom: 0;
}
.thumb-pad-5 .thumbnail .caption h6 {
  margin-top: 8px;
  letter-spacing: 0.5px;
}
.thumb-pad-5 .thumbnail .caption h6 + p {
  margin-top: 18px;
}
.thumb-pad-5 .thumbnail .caption p {
  letter-spacing: -0.3px;
}
.thumb-pad-5 .thumbnail .caption p + p {
  margin-top: 14px;
}
.thumb-pad-5 .thumbnail .caption p + .btn {
  margin-top: 23px;
}
.thumb-pad-5.indent {
  margin-top: 35px;
}
/*==================  Buttons    ======================*/
.btn.btn-1 {
  background:#E65F3F;
  color: #ffffff;
  border-radius:50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width:50px;
  height: 50px;
  font-size: 20px;
  padding-top:15px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border: 0px;
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-1:hover {
	  background:transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-1:hover:after {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 4px solid #E65F3F;
  background: transparent;
}
.btn.btn-1:hover:before {
  color: #3498db;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-1:before {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: -2;
}
.btn.btn-1:after {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 147px;
  display: block;
  position: absolute;
  background: transparent;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  z-index: -1;
  border: 40px solid #E65F3F;
}
.thumbnail {
border-width: medium 0px medium medium;
border-style: none;
border-color: -moz-use-text-color;
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
padding: 2px;
background-color: #F8F4F4;
border-radius: 0px;
box-shadow: 1px 0px 1px rgba(6, 6, 6, 0.35);
}
.thumbnail .caption {
  padding: 5px 0;
}
figure img {
  width: 100%;
}

.date{ display:block;}

.apply-box
{
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
    text-align: center;
    padding: 25px;
    display: block;
    background-color: #0E96C9;
    border: 3px solid #F9F9FB;
}

.apply-box h2{
color:#fff; font-size:1.6em; text-align:center; 
text-transform:uppercase;
margin-top: 10px; 
border-bottom: medium double rgba(8, 8, 8, 0.21);
padding-bottom: 5px;}


.apply-box a{color: #FFF;
font-size: 1.4em;
text-align: center;
font-weight: 400;  font-family: 'Roboto', sans-serif;}
.apply-box a:hover{color:#fff;}
.logo{margin:2px;  0px;}
.logo-text{margin-left:-30px; margin-top:2px;}
.oas {
    padding: 5px;
    text-align: center;
    margin-top: 20px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 2px #0E96C9;
}
.oas h2{ font-size:18px; margin-top:10px; color:#000;}
.oas h2 i{ font-size:1.8em; color:#0E96C9;}



/* Shadow Radial */
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-grow-shadow:before, .hvr-grow-shadow:after {
  pointer-events: none;
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  height: 5px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.hvr-grow-shadow:before {
  bottom: 100%;
  background: -webkit-radial-gradient(50% 150%, ellipse, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}
.hvr-grow-shadow:after {
  top: 100%;
  background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}
.hvr-grow-shadow:hover:before, .hvr-grow-shadow:focus:before, 
.hvr-grow-shadow:active:before, .hvr-grow-shadow:hover:after, .hvr-grow-shadow:focus:after, .hvr-grow-shadow:active:after {
  opacity: 1;
}


.sign{height: 30px;
width:180px;
border: solid 1px #999;
margin: 5px;}
.lvl-text{font-size:12px; text-align:center; padding:5px;}
.text-info {color: #023C59;}
.form-group {margin-bottom: 25px !important;}
.step-form legend {
    display: block;
    width: 100%;
    padding: 0px;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #F25500;
    border-width: 0px 0px 1px;
    border-style: none none solid;
    border-color: -moz-use-text-color -moz-use-text-color #E5E5E5;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    font-weight: 500;
    padding: 4px 0px;
}

.panel-body {padding: 6px 15px !important;}
.news-panel-wrap {overflow: hidden !important;}
#oScroll {color: #76BF55 !important;}
.alert {border-radius: 0px !important;}
.panel-group .panel {border-radius: 0px !important;}
.available-soon{margin: 12em 0em;}
.available-soon h2{color:#FF6F4A; font-size:2.5em; text-align:center;}
#demo-new{height:350px; overflow-y:scroll;}
.well{border-radius: 0px !important; box-shadow: 1px 2px 0px rgba(0, 0, 0, 0.33) !important;}
#scroll{position : absolute; white-space : nowrap;  top : 12px; right:10%; }
#oScroll{margin : 0px; padding : 0px;  position : relative;  height : 46px; overflow : hidden;  color:#0B99BC; font-size: 15px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}




/*---------------------------RESPONSIVE MEDIA QUERY------------------------------------*/
@media (max-width:1920px) {
	.bg-slider {   
    background-size: cover;
    display: block;}
	}
@media (max-width:1024px) {
.nav > li > a {padding: 12px 8px;}
.navbar-default .navbar-nav > li > a {font-size: 12px; font-weight: 700;}
.list-group {margin:0px 0px 4px 10px !important;}
.helpline h5 {font-size:26px;}
.helpline h2 {font-size:36px;}
.helpline h1 {font-size: 38px;}
.tabbable-line > .nav-tabs > li > a span {font-size: 26px;}
.list {padding: 9.8px 6px;}
.news-panel-wrap {margin: 0px 0px 0px 10px ;}
}
@media (max-width:980px) {
.nav > li > a {padding: 13px 5px;}
.navbar-default .navbar-nav > li > a {font-size: 12px; font-weight: 700;}
.list-group {margin: 20px 0px !important;}
.helpline h5 {font-size:20px;}
.helpline h2 {font-size:30px;}
.helpline h1 {font-size: 30px;}
}
@media (max-width:800px) {
.first-tab {padding:15px 20px !important; height:220px;}
.second-tab {padding: 15px 20px !important; height:220px;}
.helpline h5 {font-size:20px;}
.helpline h2 {font-size:30px;}
.helpline h1 {font-size: 30px;}
.list-group {margin: 15px 0px !important;}
.navbar-default .navbar-nav > li > a {font-size: 12px; font-weight: 700;}
.nav > li > a {padding: 5px 14px ;}
.news-panel-wrap {margin: 5px 15px !important;}
.pname {margin-bottom: 0px;}
.scname{margin-bottom: 0px;}
.oas {margin: 8px 0px !important;}.navbar { min-height: 33px;}
}
@media (max-width:768px) {
.padding-btm {padding-bottom: 1px;}

}
@media (max-width:360px) {
.step-form {margin: 5px 0px 15px !important;}
.step-form .header p {font-size: 14px;}
.step-form .label {font-size: 12px;}
.step-form .content {padding: 25px 8px 0px;}
.tabbable-line > .nav-tabs > li > a span {font-size: 14px;}
.tabbable-line > .nav-tabs > li > a {font-size: 2.5em; padding: 20px 0px;}
.helpline h5 {font-size: 24px; line-height: 6px; padding-bottom: 20px; text-align: center;}
.helpline h2 {font-size:30px; line-height: 8px; padding: 6px 0px;  text-align: center;}
.helpline h1 {font-size: 32px; text-align: center;}
.footer  {height: 108px;} 
.footer p {font-size: 15px;}
.list-group {margin-bottom: 15px  0px !important;}
.tab-text {font-size: 16px; text-align: center; line-height: 22px; border-bottom: dotted 1px rgba(0, 0, 0, 0.24); padding: 10px 0px;}
.tab-text i {text-align: center; font-size: 3em; padding-bottom: 3px;}
.first-tab {padding: 8px 20px !important; height:415px;}
.second-tab {padding: 8px 20px !important; height:415px;}
.bg-slider {padding: 60px 0px;}
.mrow {width: 100%;}
.mrow .heading {font-size: 12pt;}
.mrow h2 {font-size: 16pt;}
.mrow .bg-info {margin-bottom: 10px;}
.mrow .bg-warning {margin-bottom: 10px;}
.hnd{display:none;}
.pname {margin-bottom: 10px;}
.scname{margin-bottom: 10px; margin-top: -18px;}
.logo-text{margin-left:1px !important; text-align:center;}
.logo-text img{ width:100%;}
.logo {display: none;}
.oas h2 {font-size:18px  !important;}
.oas h2 i {font-size:1.2em !important;}
.header > .container-fluid{padding-right: 0px; padding-left: 0px;}
.bg-style h1 { font-size:18px;}  
.home-heading h3{font-size:18px;} 
.navbar-nav {margin:0px -15px !important; text-align: center; }
.nav > li > a { padding: 12px 14px;}
.container { padding-right: 5px; padding-left: 5px;}
}

 @media (max-width:320px) {
.tab-text {font-size: 15px;}
.tabbable-line > .nav-tabs > li > a span {font-size: 12px;}
.first-tab {padding: 8px 20px !important; height: 460px;}
.second-tab {padding: 8px 20px !important; height: 460px;}
.footer  {height: 110px;} 
.helpline h5 {padding-bottom: 20px;}
.navbar-nav {margin: 0px -15px !important;text-align: center;}
}
