@import url(../../fonts.googleapis.com/css-family=Merriweather-400,300,700.css)/*tpa=http://fonts.googleapis.com/css?family=Merriweather:400,300,700*/;
@import url(../../fonts.googleapis.com/css-family=Open+Sans-400,300,700,600.css)/*tpa=http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600*/;
body {
	background-color: #fff;
	color: #666;
	font-size: 12px;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	overflow-x: hidden;
}
a {
	color: #F59D15;
	text-decoration: none
}
a:hover {
	color: #b74613;
	text-decoration: none
}
hr {
	margin: 24px 0;
	border: 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #fff
}
hr.hr-condensed {
	margin: 10px 0
}
p {
	margin: 0 0 12px;
	text-align: justify;
}
p small, p .small {
	font-size: 10px;
	color: #999
}
.lead {
	margin-bottom: 24px;
	font-size: 20px;
	font-weight: 200;
	line-height: 36px
}
small {
	font-size: 85%
}
strong {
	font-weight: bold
}
em {
	font-style: italic
}
h1, h2, h3, h4, h5, h6 {
	margin: 12px 0;
	font-weight: bold;
	line-height: 1;
	color: #444;
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizelegibility
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	font-weight: normal;
	line-height: 1;
	color: #999
}
h1 {
	font-size: 30px;
	line-height: 48px
}
h1 small {
	font-size: 24px
}
h2 {
	font-size: 24px;
	line-height: 48px
}
h2 small {
	font-size: 18px
}
h3 {
	font-size: 18px;
	line-height: 24px
}
h3 small {
	font-size: 14px
}
h4 {
	font-size: 14px;
	line-height: 24px
}
h4 small {
	font-size: 12px
}
h5 {
	font-size: 13px;
	line-height: 24px
}
h5 small {
	font-size: 10px
}
h6 {
	font-size: 12px;
	line-height: 24px
}
.no-pad {
	padding: 0px !important;
}
header {
	border-top: 4px solid #222a68;
}
.top-bar {
	min-height: 30px;
	background-color: #222a68;
	margin-left:40%;
}
.contact-info:before {
	top:-3px;
	left: -13px;
    position: absolute;
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    -webkit-transform: skew(-320deg);
    -moz-transform: skew(-320deg);
    -o-transform: skew(-320deg);
	transform:skew(-320deg);	
    background-color: #222a68;
	}

.logo {
	padding: 0px 0 2px;
}
.logo img {
	max-height: 95px;
}
.logo2 {
	padding: 5px 2px;
}
.logo2 img {
	max-height: 85px;
}

.logo21 img {
	max-height: 45px;
}
.logo3{
	padding: 5px 2px;
	}
	
	.logo3 img {
	max-height: 100px;
	margin-left:-60px;
	
}
	
.top-header {
	background-color: #e9682e;
}
.contact-info {
	font-family: 'Merriweather', serif;
	list-style: none;
	color: #FFF;
	margin-top: 3px;
	text-shadow: 1px 1px 1px #222;
}
.contact-info li {
	padding: 4px 0px
}
.contact-info .fa {
	color: #FFF;
	padding-right: 5px;
	font-size: 13px
}
.contact-info a {
	color: #FFF;
	font-size: 12px;
	font-weight: 600;
	text-shadow: 1px 1px #000;
	padding: 0px 10px;
}

.menu-bg {
	height: 60px;
	position: absolute;
	left: 50%;
	width: 50%;
	background-color: #003062;
}

.navbar-collapse {
	background-color: #003062;
}
.nav-skew:before {
	left: -26px;
	position: absolute;
	display: block;
	background-color: #003062;
	content: "";
	width: 30px;
	height: 60px;
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	
	
	
}
.navbar-default {
	background: none;
	border: none;
	border-radius: 0px;
	min-height: 50px;
	margin-bottom: 0px;
	z-index: 999;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}
.navbar-default .navbar-nav > li > a {
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
}
.navbar-nav > li > a {
	padding: 20px 11px;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #FFFFFF;
	background-color: rgba(255,255,255,0.1);
	-moz-box-shadow: inset 5px 0 5px -5px rgba(0,0,0,0.5), inset -5px 0 5px -5px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 5px 0 5px -5px rgba(0,0,0,0.5), inset -5px 0 5px -5px rgba(0,0,0,0.5);
    box-shadow: inset 5px 0 5px -5px rgba(0,0,0,0.5), inset -5px 0 5px -5px rgba(0,0,0,0.5);
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {
	color: #FFFFFF;
	background-color: rgba(255,255,255,0.1);
	box-shadow: none;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
	background-color: rgba(255,255,255,0.1);
	color: #FFF;
	-moz-box-shadow: inset 5px 0 5px -5px rgba(0,0,0,0.5), inset -5px 0 5px -5px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 5px 0 5px -5px rgba(0,0,0,0.5), inset -5px 0 5px -5px rgba(0,0,0,0.5);
    box-shadow: inset 5px 0 5px -5px rgba(0,0,0,0.5), inset -5px 0 5px -5px rgba(0,0,0,0.5);
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #FFFFFF;
	background-color: rgba(255,255,255,0.1);
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #FFFFFF;
	background-color: rgba(255,255,255,0.1);
}
nav {
	bottom: 0;
	width: 100%;
}

.dropdown-menu {
	padding: 0px;
	background-color: #1a4572;
	border: 0px;
	border-radius: 0px;
}
.dropdown-menu li {
	border-bottom: 0px solid rgba(255,255,255,0.2);
	display: block;
}
.dropdown-menu li a {
	color: #FFFFFF;
	font-size: 15px;
	padding: 7px 15px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.dropdown-menu li:last-child {
	border-bottom: 0px solid #ee1e23;
}
.dropdown-menu li a:hover {
	background: none;
	color: #FFFFFF;
}

.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: 0px;
	margin-left: -1px;
	border-radius: 0px;
}
.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}
.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #cccccc;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
	border-left-color: #ffffff;
	color: #777777;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 0px 0 0px 0px;
	-moz-border-radius: 0px 0 0px 0px;
	border-radius: 0px 0 0px 0px;
}

.nursing{background-color:#d1731e}
.nursing a{background-color:#d06503}
.nursing a:hover{background-color:#d06503}

.nursing1{background-color:#fb8e2a}
.nursing1 a{background-color:#fb8e2a}
.nursing1 a:hover{background-color:#fb8e2a}

.msc-nursing{background-color:#fa871e}
.msc-nursing a{background-color:#fa871e}
.msc-nursing a:hover{background-color:#fa871e}

.physiotherapy{background-color:#1691be}

.paramedical-science{background-color:#c13c6e}
.paramedical-science a{background-color:#c13c6e}
.paramedical-science ul li a:hover{background-color:#c13c6e}

.diploma{background-color:#1b3647; border:1px solid #204f6c}
.diploma a{background-color:#1b3647}
.diploma ul li a:hover{background-color:#204f6c}

.puc{background-color:#d5bf43}
.puc a{background-color:#d5bf43}
.puc ul li a:hover{background-color:#d5bf43}

.puc1{background-color:#ed450c}
.puc1 a{background-color:#ed450c}
.puc1 ul li a:hover{background-color:#ed450c}

.bsc a{background-color:#f22d0c}
.bsc:hover{background-color:#f22d0c}

.pb-bsc a{background-color:#eeaf15}
.pb-bsc:hover{background-color:#eeaf15}

.gnm a{background-color:#3d3f5b}
.gnm:hover{background-color:#3d3f5b}

.critical a{background-color:#fb226f}
.critical:hover{background-color:#fb226f}

.emergency a{background-color:#152836}
.emergency:hover{background-color:#152836}

 @media (min-width:768px) {
ul.nav li.dropdown:hover > ul.dropdown-menu {
	display: block;
}
}

.main-slider {
}
/*********************************************
	-	SETTINGS FOR BANNER CONTAINERS	-
**********************************************/

.tp-banner-container {
	width: 100%;
	position: relative;
	padding: 0;
	background: #343434;
}
.tp-banner {
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
.tp-bannertimer {
	visibility: hidden !important;
	height: 2px;
}
.tp-banner ul {
	display: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.tp-banner .tp-caption a.btn {
	font-size: 14px;
	color: #fff;
	box-shadow: 0 1px 0 0 rgba(255,255,255,0.2) inset, 0 2px 3px rgba(0,0,0,0.2);
}
.tp-banner .tp-caption.paragraph {
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}
.tp-caption.small_text {
	position: absolute;
	color: #000;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space: nowrap;
}
.tp-caption.title_text {
	position: absolute;
	color: #cc3300;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
	font-weight: 600;
	font-size: 36px;
	line-height: 36px;
	font-family: "Courier New", Courier, monospace;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	padding: 5px 10px;
	text-shadow: 1px 1px 1px #111;
	white-space: nowrap;
}
.tp-caption.medium_text {
	position: absolute;
	color: #FFF;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
	font-weight: 400;
	font-size: 36px;
	line-height: 36px;
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	padding: 5px 10px;
	white-space: nowrap;
}
.bg-grey {
	padding: 10px;
	background: rgba(0,0,0,0.6);
	height: auto;
	width: auto;
}
.tp-caption.large_text {
	position: absolute;
	color: #FFF;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
	font-weight: 400;
	font-size: 36px;
	line-height: 40px;
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space: nowrap;
}
.tp-caption.very_large_text {
	position: absolute;
	color: #FFF;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
	font-weight: 700;
	font-size: 50px;
	line-height: 60px;
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space: nowrap;
	letter-spacing: -2px;
}
.tp-caption.white-font {
	position: absolute;
	color: #fff;
	text-shadow: none;
	font-weight: 0;
	font-size: 50px;
	line-height: 86px;
	font-family: Oswald;
	padding: 0 30px;
	margin: 0;
	border-width: 0;
	border-style: none;
	letter-spacing: 0;
}
.tp-caption.orange-font {
	color: #f5821f;
}
.tp-caption.small-white-font {
	position: absolute;
	color: #fff;
	text-shadow: none;
	font-weight: 0;
	font-size: 18px;
	line-height: 30px;
	font-family: Oswald;
	padding: 0 30px;
	margin: 0;
	border-width: 0;
	border-style: none;
	letter-spacing: 0;
}
/** The Breadcrumbs**/
.btn-breadcrumb .btn:not(:last-child):after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	border-left: 10px solid white;
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: 100%;
	z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	border-left: 10px solid rgb(173, 173, 173);
	position: absolute;
	top: 50%;
	margin-top: -17px;
	margin-left: 1px;
	left: 100%;
	z-index: 3;
}
/** The Spacing **/
.btn-breadcrumb .btn {
	padding: 6px 12px 6px 24px;
}
.btn-breadcrumb .btn:first-child {
	padding: 6px 6px 6px 10px;
}
.btn-breadcrumb .btn:last-child {
	padding: 6px 18px 6px 24px;
}
/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
	border-left: 10px solid #fff;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
	border-left: 10px solid #ccc;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
	border-left: 10px solid #ebebeb;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
	border-left: 10px solid #adadad;
}
/** Primary button **/
.btn-breadcrumb .btn.btn-primary:not(:last-child):after {
	border-left: 10px solid #428bca;
}
.btn-breadcrumb .btn.btn-primary:not(:last-child):before {
	border-left: 10px solid #357ebd;
}
.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):after {
	border-left: 10px solid #3276b1;
}
.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):before {
	border-left: 10px solid #285e8e;
}
/* 2.4 - Header blocks */
.header-block-wrapper {
	/*width: 1000px;*/
	position: relative;
	margin: 0 auto;
	z-index: 90;
	margin-bottom: 15px;
	min-height: 60px;
}
.header-block-inner {
	margin:-5% auto 0;
	text-align:center;
}
.header-block-5 {
	padding: 25px;
	text-align: center;
	color: #fff;
	font-weight: 400;
	font-size: 40px;
	background: #c5002a;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	min-width: 90px;
}
.header-block-5 h2 {
	color: #FFF !important;
	font-size: 18px;
}
.header-block-5:hover {
	color: #fff;
	padding-bottom: 55px;
	margin-top: -30px;
}
.header-block-5 img {
	margin: 0 0 15px 0;
}
/* -----------------------------------------------------------
	5 colour blocks on homepage, 1 = left, 5 = right
----------------------------------------------------------- */
.header-block-style-1 {
	background: #d06503;
}
.header-block-style-2 {
	background: #e9931a;
}
.header-block-style-3 {
	background: #1691be;
}
.header-block-style-4 {
	background: #166ba2;
}
.header-block-style-5 {
	background: #1b3647;
}

.header-block-style-6 {
	background: green;
}

.welcom-wrapper
{
	background:#e99825;
}
@media (max-width: 480px) {
.header-block-inner {
	
}
.header-block-5 {
	padding: 5px;
}
.header-block-5 h2 {
	font-size: 12px;
	margin: 0px 0px;
}
.header-block-5:hover {
	padding-bottom: 25px;
	margin-top: -20px;
}
}
/* Button*/

a.btn1 {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	padding: 10px 15px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 0px !important;
	text-decoration: none;
	font-size: 14px;
	border: 2px solid #fff;
	font-weight: 600;
	color: #fff;
}
a.btn1:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.button {
	overflow: hidden;
}
.button:after {
	width: 0;
	height: 103%;
	top: 50%;
	left: 50%;
	background: rgba(233, 104, 46, 0.7);
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.button:hover, .button:active {
	color: #fff;
}
.button:hover:after {
	width: 90%;
	opacity: 1;
}
.button:active:after {
	width: 101%;
	opacity: 1;
}
.text-intro {
	padding: 30px 0;
	text-align: center;
	/*background:url(../images/bg1.jpg) no-repeat;*/
	margin-top: 30px;
}
.text-intro h3 {
	color: #1b3647;
	font-size: 24px;
}
.text-intro p {
	text-align: justify;
	color: #1b3647;
}
.text-intro a.btn {
	color: #333;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	border: 1px solid #666;
	padding: 9px 30px;
	outline: none;
	background: #FFFFFF;
	margin-top: 1em;
	border-radius: 0px;
	-webkit-transition: all 0.35s ease-in;
	-moz-transition: all 0.35s ease-in;
	-ms-transition: all 0.35s ease-in;
	-o-transition: all 0.35s ease-in;
	transition: all 0.35s ease-in;
}
.text-intro a.btn:hover {
	background: #E9682E;
	color: #FFF;
	border: 1px solid #FFF;
}
.parallax {
	background: url(../images/slide-11.jpg)/*tpa=http://harshainstitutions.com/images/slide-11.jpg*/ fixed;
}
.overlay {
	padding: 30px 0px;
	background: rgba(0,0,0,0.8);
}
.services-section {
	background-color: #333;
	background-image: url(../images/diagmonds-light.png)/*tpa=http://harshainstitutions.com/images/diagmonds-light.png*/;
	padding: 30px 0 20px;
}
.services-section h3 {
	color: rgb(51, 51, 51);
	font-size: 2.7em;
	font-weight: 300;
	letter-spacing: 2px;
	margin-bottom: 15px;
}
.box {
	padding: 15px 25px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 5px #222;
    min-height: 280px;
    background-color: rgba(51, 51, 51, 0.36);
    border: 1px solid #EEE;
}
.services-section h4 {
	color: #fff;
	font-weight: 400;
	font-size: 1.5em;
	letter-spacing: 1px;
	padding-bottom: 10px;
}
.services-section h4:after {
	position: absolute;
	top: 60px;
	left: 40px;
	background-color: #FFFFFF;
	width: 45px;
	height: 1px;
	content: '';
}
.services-section p {
	color: #fff;
	font-weight: 300;
	font-size: 1.05em;
	line-height: 1.4em;
	margin: 8px 0 15px 0;
}
.services-section .box ul {
	padding-left: 0px;
}
.services-section .box ul li p {
	color: #FFF;
}
.services-section .box ul li a h6 {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
}
ul.facility {
}
ul.facility li {
	list-style-type: none;
}
ul.facility li a {
	color: #FFF;
	padding: 3px 0;
	font-size: 14px;
}
ul.facility li a:hover {
	color: #FFC;
}
ul.fancy-list {
	list-style-type: none;
	list-style-position: outside;
	padding-left: 0px;
}
.fancy-list p {
	font-size: 14px;
}
ul.fancy-list li {
	display: block;
	position: relative;
	padding-left: 20px;
	line-height: 20px;
	margin-bottom: 10px;
}
ul.fancy-list li ul {
	padding-left: 0px;
}
ul.fancy-list.arrow li {
	padding-left: 15px;
}
ul.fancy-list.double-arrow li {
	padding-left: 15px;
}
ul.fancy-list.circle li {
	padding-left: 15px;
}
ul.fancy-list li:before {
	font-family: 'FontAwesome';
	font-style: normal;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 14px;
	position: absolute;
	top: 3px;
	left: 0px;
}
ul.fancy-list.arrow li:before {
	content: "\f105";
}
ul.fancy-list.double-arrow li:before {
	content: "\f101";
}
ul.fancy-list.circle li:before {
	content: "\f10c";
}
ul.fancy-list1 {
	list-style-type: none;
	list-style-position: outside;
	padding: 0;
}
ul.fancy-list1 li {
	display: block;
	position: relative;
	padding-left: 20px;
	line-height: 24px;
	padding-bottom: 10px;
}
ul.fancy-list1 li p {
	line-height: 21px !important;
	color: #333;
}
ul.fancy-list1 li ul {
	padding-left: 0px;
}
ul.fancy-list1.arrow li {
	padding-left: 15px;
}
ul.fancy-list1.double-arrow li {
	padding-left: 15px;
}
ul.fancy-list1 li:before {
	font-family: 'FontAwesome';
	font-style: normal;
	color: #E9682E;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 14px;
	position: absolute;
	top: 1px;
	left: 0px;
}
ul.fancy-list1.arrow li:before {
	content: "\f105";
}
ul.fancy-list1.double-arrow li:before {
	content: "\f101";
}
ul.fancy-list1.caret-right li:before {
	content: "\f0da";
}
.icon-right {
	float: right;
}
.icon-right a {
	color: #FFF;
}
.caps {
	text-transform: uppercase !important
}
.site-font {
	font-family: "Courier New", Courier, monospace
}
.thumbnails {
    list-style: none;
}
.cleft-arrow {
    position: absolute;
    left: 0px;
    top: 40px;
}
.cright-arrow {
    position: absolute;
    right: 0px;
    top: 40px;
}
.bg-white {
	background-color: #FFF !important;
}
.bg-yellow {
	background-color: #e99825 !important;
}
.bg-yellow h3{color:#1b3647}
.bg-red {
	background-color: #f05423 !important;
}
.bg-green {
	background-color: #7bbd42 !important;
}
.bg-blue {
	background-color: #1691be !important;
}
.bg-purple {
	background-color: #aa7fc1 !important;
}
.bg-dgreen {
	background-color: #0F562D !important
}
.bg-orange {
	background-color: #ff9600 !important;
}
.white {
	color: #FFF !important;
}
.contact-section {
	padding: 30px 0;
	background-color: #152836;
	color: #FFF;
	margin-top: 1px;
}
.contact-section h3 {
	color: #FFF
}
.contact-grid {
	text-align: center;
	min-height: 212px;
}
.contact-grid p {
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}
i.smartphone {
	width: 70px;
	height: 70px;
	background: url('../images/img-sprite.png')/*tpa=http://harshainstitutions.com/images/img-sprite.png*/ no-repeat 0px -63px;
	display: inline-block;
	margin-bottom: 2em;
}
i.user {
	width: 70px;
	height: 70px;
	background: url('../images/img-sprite.png')/*tpa=http://harshainstitutions.com/images/img-sprite.png*/ no-repeat -2px -137px;
	display: inline-block;
	margin-bottom: 2em;
}
i.global {
	width: 70px;
	height: 70px;
	background: url('../images/img-sprite.png')/*tpa=http://harshainstitutions.com/images/img-sprite.png*/ no-repeat -78px -78px;
	display: inline-block;
	margin-bottom: 2em;
}
footer {
	padding-top: 10px;
	padding-bottom: 20px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	background: #222;
	border-top: 1px solid #FFF;
	color: #FFF;
}
footer .address {
	text-align: center;
}
footer .address h4 {
	margin: 10px 0 15px 0;
	color: #6fae26;
}
footer .address h4 i {
	border: 2px solid #6fae26;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 100%;
}
footer .address p {
	color: #FFF;
}
footer .mail {
	text-align: center;
}
footer .mail h4 {
	margin: 10px 0 15px 0;
	color: #FB226F;
}
footer .mail h4 i {
	border: 2px solid #FB226F;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 100%;
	font-size: 28px;
}
footer .mail p {
	color: #FFF;
}
footer .copyrights {
	margin: 10px 0 0 0;
	font-size: 16px;
	text-align: center;
	color: #CCC;
}
footer .copyrights span {
	color: #F26836;
}
.social {
	text-align: center;
}
.social a i {
	width: 26px;
	height: 26px;
	line-height: 26px;
	margin-right: 3px;
	margin-top: 1px;
	border-radius: 2px;
	text-align: center;
	color: #fff;
	-webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	transition: all 1.5s ease;
	box-shadow: 0px 0px 4px #222;
	text-align: center;
}
.social a.facebook i {
	background: #1e78ae;
}
.social a.twitter i {
	background: #1ba1e2;
}

.social a.youtube i {
	background: #f70000;
}

.social a.instagram i {
	background: #bf269b;
}


.social a.google-plus i {
	background: #f22d0c;
}
.social a.linkedin i {
	background: #2d93cf;
}
.social a:hover i {
	background: #000;
}
.designed {
	margin-top: 10px;
	text-align: right;
	font-size: 14px;
	text-align: center;
}
/* Scroll to top */

.totop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 104400;
}
.totop a i {
	display: block;
	width: 32px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	background: #ed450c;
	border-radius: 2px;
}
.totop a, .totop a:visited {
	color: #fff;
}
.totop a:hover {
	color: #eee;
	text-decoration: none;
}
div.toggle-visibility {
	display: none;
}
.flip {
	float: right;
	cursor: pointer;
	margin-top: 15px;
}
.apply-admission {
	line-height: 35px;
	padding:0px 15px;
	position: fixed;
	bottom: 120px;
	right: 0;
	background: #ED450C;
	display: block;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	text-align: center;
	z-index: 1;
}
.apply-admission a {
	font-size: 13px;
	font-family: 'Raleway', serif;
	font-weight: bold;
	color: #fff;
}
.apply-admission a:hover {
	color: #fff;
	background: #329CD6;
	display: block;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	text-decoration: underline;
}
.sidebar {
	border-left: 1px solid #ccc;
	padding: 5px 10px;
}
.widget {
	margin: 10px 0px;
}
.widget-title {
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	padding: 5px;
	background-color: #E9682E;
	color: #FFF;
	font-weight: 400;
}
.side-menu {
	list-style: none;
	margin-top: 1px;
	padding: 0px;
}
.side-menu li {
	padding: 5px 25px;
	background-color: #003062;
	margin: 1px 0px;
	border: 1px solid #E5E5E5;
	font-weight: 600;
	font-size: 11px;
}
.side-menu li a {
	color: #FFF;
	text-transform: uppercase;
}
.side-menu i {
	margin-right: 10px;
	font-size: 15px;
	color: #FFF;
}
.page-title h2 {
	color: #FFF;
	/*text-transform: uppercase;*/
}
.title {
	border-bottom: 1px #666 dashed;
	line-height: 40px;
	color: #E9682E;
	/*text-transform: uppercase;*/
}
.title-noborder {
	color: #E9682E;
}
.bordered {
	border: 1px #E9682E solid;
	padding: 0px;
	box-shadow: 2px 2px #ccc;
}
.fancy-list .fa {
	color: #E9682E;
	font-size: 14px;
	margin-right: 10px;
}
.bottom20 {
	margin-bottom: 20px;
}
.bottom30 {
	margin-bottom: 30px;
}
.bottom40 {
	margin-bottom: 40px;
}
.bottom50 {
	margin-bottom: 50px;
}
.bottom60 {
	margin-bottom: 60px;
}
.scrolloff {
	pointer-events: none;
}
input.span3, textarea.span3, .uneditable-input.span3 {
	width: 260px;
	height: auto;
}
.input-xlarge {
	width: 40%;
	height: auto;
}
select {
	width: 256px;
}
thead {
	background-color: #1E78AE;
	color: #FFF;
	text-align: center;
}
tbody, th {
	text-align: center;
}

.padding-l{padding-left:51px;}

.button-orange{background: #f15c2a; color:#fff }
.button-orange:hover{background: #ED450C; color:#fff}

@media (min-width: 320px) and (max-width: 479px) {
.text-intro h3 {
	color: #E9682E;
	font-size: 13px;
}
.navbar-default {background-color: #003062;}
.navbar-default .navbar-brand {
    color: #fff;
}

.logo {
    padding: 5px 0px;
}
.contact-info {padding:0px 0px; margin-top:0px;}
.top-bar {
	margin-left:0%;
}
.contact-info:before{display:none;}
.menu-bg {
   display:none;
}
}

@media (min-width: 768px) and (max-width: 1023px) {
.navbar-default .navbar-nav > li > a {
	font-size: 10px;
}
.nav > li > a {
	padding: 12px 6px;
}
.dropdown-menu li a {
	font-size: 10px;
}
ul.facility li a {
	color: #FFF;
	padding: 3px 0;
	font-size: 12px;
}
ul.fancy-list li {
	line-height: 12px;
}
.services-section h4 {
	font-size: 10px;
	letter-spacing: 0px;
}

.top-bar {
	margin-left:10%;
}
.menu-bg {
	height:44px;
}
.nav-skew:before {
	height:44px;
}
.contact-info span {font-size:10px;
}
.contact-info a{font-size:10px;}
.logo {
    padding: 12px 0px 2px;
}

.header-block-5 h2 {
	font-size: 12px;
	margin: 0px 0px;
}

}

.contact-city-list {
	background: #e1e3e4;
}
.contact-city-list h4{
	background-color: #5C0001;
color: #fff;
padding:5px;
}
.contact-city-list p {
	padding:5px;
}
.contact-city-list1 {
	margin-top: -12px;
}

.fcm {
	color :#144082 ;
}

.fc99
{
	color:#999999;
	font-size :15px;
    font-family: Arial, Helvetica, san s-serif;
}
.imgr 
{
	 border-radius: 50%;
	 border:5px;
	 border-color :green;
	 height:200px;
	 width:200px;
	 
	
}
.imgr140 
{
	 border-radius: 50%;
	 border:5px;
	 border-color :green;
	 height:140px;
	 width:140px;
	 
	
}
.imgr120 
{
	 border-radius: 50%;
	 border:5px;
	 border-color :green;
	 height:120px;
	 width:120px;
	 
	
}
.box1{
	padding: 4px ;
	border-style: solid ;
	border-color: #91a7c1;
  border-width: 7px;
 
}

.box2{
	
	padding: 4px ;
	border-style: solid ;
	border-color: #efefef;
  border-width: 8px;
 
}



.box3{
	
	
	border-style: solid ;
	border-color: #efefef;
  border-width: 2px;
 
}


.boxb log1{
	
	padding: 0px ;
	margin-top: 8px;
	border-style: solid ;
	border-color: #144082;
  border-width: 2px;
 
}


.boxblog1x{
	
	padding: 0px ;
	margin-top: 8px;
border-top: 3px solid #144082;
 
}
.boxbls2{
	
	padding: 4px ;
	border-style: solid ;
	border-color: #efefef;
  border-width: 8px;
  background: #e1e3e4;
 
}



.bg-text {
 
  
  width: 100%;
  padding: 0px;
  text-align:left;
}
.single_iteam{display:inline; float:left; position:relative; width:100%; height:300px}
.single_iteam img{width:100%; height:100%}
.single_iteam img:hover{opacity:1}
.slider_article{ bottom:0px; left:0; position:absolute; right:0; padding:0px px}
.slider_article > h3 a{ background:none repeat scroll 0 0 rgba(0,0,0,0.4); color:#fff; fon t-size:px;
width:100%;
 padding:10px;
 display:inline-block}
