@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
@import url("responsive.css");
body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #93a0a7;
	line-height: 26px;
}
/*================================================== Tyography ==================================================*/	
h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px;
	text-transform: capitalize;
	color: #24353b;
}
h1 {
	font-size: 46px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 14px;
}
p {
	padding: 0px;
	margin: 0px;
}
ol, ul {
	margin-bottom: 0px;
}
a {
	text-decoration: none !important;
	outline: none;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
label {
	font-weight: normal;
}
::-webkit-input-placeholder {
	opacity:1;
	text-transform:uppercase;
}
:-moz-placeholder { 
	opacity:1;
	text-transform:uppercase;
}
::-moz-placeholder { 
	opacity:1;
	text-transform:uppercase;
}
:-ms-input-placeholder {
	opacity:1;
	text-transform:uppercase;
}
input:focus, textarea:focus, select:focus {
	outline: none;
}
/*================================================== Header ==================================================*/
#sidenav{
	position: fixed;
	top: 35%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index:1001;
}
#sidenav a{
	text-decoration:none;
	color:#fff;
	position:absolute;
	border-radius:0 5px 5px 0px;
	left:-165px;
	transition:0.3s;
	border:2px solid #17a43b;
	width:205px;
}
#sidenav .link-text{
	width:160px;
	float:left;
	text-align:center;
	font-size:16px;
	line-height:45px;
}
#sidenav .link-icon{
	width:40px;
	float:left;
	text-align:center;
	border-left:2px solid #17a43b;
	padding:10px 0;
}
#sidenav .link-icon i{
	color:#17a43b;
	font-size:20px;
}
#sidenav a:hover{
	left:0px; 
}
#pg-online{
	top:20px;
	background-color:#333;
}
#online-enq{
	top:75px;
	background-color:#333;
}


.header-top {
	display: block;
	background: #28303b;
}
.header-top ul.follow-us {
	display: block;
	padding-top: 8px;
	padding-bottom:5px;
	float: left;
}
.header-top ul.follow-us li {
	display: inline-block;
	padding-right: 20px;
	font-size: 18px;
}
.header-top ul.follow-us li a {
	color: #fff;
}
.header-top ul.follow-us li a:hover {
	color: #17a43b;
}
.header-top .right-block {
	display: block;
	float: right;
}
.header-top ul.top-nav {
	display: block;
	padding-top: 8px;
	padding-right: 10px;
	float: right;
}
.header-top ul.top-nav li {
	display: block;
	padding: 0 13px;
	float: left;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}
.header-top ul.top-nav li a {
	color: #fff;
}
.header-top ul.top-nav li a:hover {
	color: #17a43b;
}

.header-middle {
	padding-top: 0px;
	padding-bottom: 0px;
}
.header-middle #logo-name img{
	height:120px;
	width:100%;
	margin:5px 0 5px 0;	
}
.header-middle #logo-name .img-responsive{
	padding:0px 0px;
}
.header-middle .contact {
	display: block;
	padding: 50px 0 0 0;
	float: right;
}
.header-middle .contact ul {
	display: block;
	padding-right: 25px;
	float: left;
}
.header-middle .contact ul li {
	display: block;
	padding: 0 15px;
	border-right: 1px #dedddd solid;
	float: left;
	font-size: 18px;
	color: #4f4a4a;
	line-height: 18px;
}
.header-middle .contact ul li span {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #8f9ba1;
	text-transform: uppercase;
}
.header-middle .contact ul li a {
	color: #4f4a4a;
}
.header-middle .contact ul li a:hover {
	color: #ff9600;
}
.header-middle a.login {
	display: inline-block;
	padding: 5px 10px;
	border: 2px #17a43b solid;
	border-radius: 5px;
	font-size: 16px;
	color: #6f7a7f;
	font-weight: 700;
}
.header-middle a.login:hover {
	background: #17a43b;
	color: #fff;
	text-align:center;
}
.header-middle a.login span {
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	margin-left: 10px;
	font-size: 14px;
	color: #00aaff;
}
.header-middle a.login:hover span {
	color: #fff;
}
/*================================================== Navigation ==================================================*/
.navbar {
	border-radius: 0px;
	margin: 0px;
	border: none;
}
.navbar-collapse {
	padding: 0px;
}
.navbar-inverse {
	background: #17a43b;
}
.nav > li > a {
	padding: 15px 25px;
}
.navbar-nav > li {
	border-right: 1px #fff solid;
}
.navbar-nav > li > a {
	text-transform: capitalize;
}
.navbar-nav > li:last-child {
	border: none;
}
.navbar-inverse .navbar-nav > li > a {
	font-size: 16px;
	color: #fff;
	font-weight:bold;
	text-transform:capitalize;
}
.navbar-inverse .navbar-nav > li > a i {
	font-size: 20px;
	color: #fff;
	font-weight:bold;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
	background: #4ab866;
}
.navbar-form {
	width: 30%;
	padding: 0 25px;
	background: #4ab866;
	margin: 0px;
	position: relative;
}
.navbar-form .form-control {
	width: 100%;
	margin: 12px 0;
	padding-left: 0px;
	height: 34px;
	background: none;
	border-radius: 0px;
	box-shadow: none;
	border-bottom: 1px #a5dcb3 solid !important;
	border: none;
	font-size: 12px;
	color: #b4ddbd;
	text-transform: uppercase;
}
.navbar-form .form-control::-webkit-input-placeholder {
     color:#fff;
}
.navbar-form .form-control:-moz-placeholder { 
     color:#fff;
}
.navbar-form .form-control::-moz-placeholder { 
     color:#fff;
}
 .navbar-form .form-control:-ms-input-placeholder {
     color:#fff;
}
.navbar-form .search-btn {
	display: block;
	border: none;
	position: absolute;
	right: 25px;
	top: 18px;
	background: none;
	font-size: 16px;
	color: #fff;
}
.navbar .dropdown-menu {
	min-width: 260px;
	padding: 0px;
	border: none;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	border-radius: 0px;
	border-top: 4px #ff9600 solid;
}
.navbar .dropdown-menu:after {
	bottom: 100%;
	left: 40px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-color: rgba(255, 150, 0, 0);
	border-bottom-color: #ff9600;
	border-width: 10px;
}
.navbar .dropdown-menu > li > a {
	padding: 7px 15px;
	font-size:16px;
}
.navbar .dropdown-menu > li > a:focus, .navbar .dropdown-menu > li > a:hover {
	background: #ff9600;
	color: #fff;
}	
/*================================================== Slider ==================================================*/
.banner-outer {
	display: block;
	position: relative;
	overflow-x: hidden;
}
.banner-slider .container {
	display: table;
	height: 100%;
}
.banner-outer .slide1, .banner-outer .slide2, .banner-outer .slide3 {
	display: block;
	height: 588px;
}
.banner-outer .slide1 {
	background: url(../images/sliders/AwardCermoney.jpg) no-repeat center top / cover;
}
.banner-outer .slide2 {
	background: url(../images/sliders/simg-2.jpg) no-repeat center top / cover;
}
.banner-outer .slide3 {
	background: url(../images/sliders/KrishanJanmastmi.jpg) no-repeat center top / cover;
}
.banner-outer .content {
	display: table-cell;
	vertical-align: middle;
}
.banner-slider .content .fl-right {
	float: right;
}
.banner-outer .content h1 {
	display: block;
	padding-bottom: 20px;
	font-size: 32px;
	color: #24343a;
	line-height: 50px;
	text-transform: capitalize;
	-webkit-animation-delay: 0.2s;
	color:#fff;
}
.banner-outer .content h1 span {
	display: block;
	font-size: 62px;
	-webkit-animation-delay: 0.3s;
}
.banner-outer .content p {
	display: block;
	padding-bottom: 25px;
	max-width: 390px;
	font-size: 16px;
	color: #fff;
	opacity: 0.8;
	-webkit-animation-delay: 0.34s;
}
.banner-outer .content a.btn {
	-webkit-animation-delay: 0.36s;
}
.banner-outer .slide2 .content a.btn {
	margin: 0 10px;
}
.banner-outer .slide2 .content {
	float: none;
	text-align: center;
}
.banner-outer .slide2 .content h1, .banner-outer .slide3 .content h1 {
	color: #fff;
}
.banner-outer .slide2 .content p {
	margin: 0 auto;
	color: #fff;
}
.banner-outer .slide3 .content h1, .banner-outer .slide3 .content p {
	color: #fff;
}
.btn {
	display: inline-block;
	padding: 12px 24px;
	border-radius: 4px;
	background: #ff9600;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.btn span {
	margin-left: 8px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	content: "";
	opacity: 0.5;
}
.btn:hover, .btn:focus {
	background: #2c97ea;
	color: #fff;
}
.btn.white {
	background: #fff;
	color: #595545;
}
.btn.white:hover {
	background: #2c97ea;
	color: #fff;
}
.btn.blue {
	background: #2c97ea;
	color: #fff;
}
.btn.blue:hover {
	background: #17a43b;
}
.banner-outer .bx-wrapper .bx-pager {
	bottom: 60px;
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 999;
}
.banner-outer .bx-wrapper .bx-pager .bx-pager-item {
	display: inline-block;
}
.banner-outer .bx-wrapper .bx-pager a {
	background: #fff;
	border-radius: 2px;
	display: block;
	height: 5px;
	margin: 0 4px;
	outline: 0 none;
	text-indent: -9999px;
	width: 18px;
	opacity: 0.3;
}
.banner-outer .bx-wrapper .bx-pager a:hover, .banner-outer .bx-wrapper .bx-pager a.active {
	background: #fff;
	opacity: 1;
}
/*================================================== About Us ==================================================*/
.about {
	display: block;
	position: relative;
	padding: 222px 0 40px 0;
}
.about ul.our-links {
	display: block;
	margin: -280px 0 0 0;
	position: relative;
	z-index: 99;
}
.about ul.our-links li {
	display: block;
	position: relative;
}
.about ul.our-links li.apply-online {
	background: #ff9600;
}
.about ul.our-links li.prospects .detail a.more {
	border: 2px #ff9600 solid;
	color: #ff9600;
}
.about ul.our-links li.prospects {
	background: #2c97ea;
}
.about ul.our-links li.prospects .detail a.more {
	border: 2px #2c97ea solid;
	color: #2c97ea;
}
.about ul.our-links li.certification {
	background: #f0bc01;
}
.about ul.our-links li.certification .detail a.more {
	border: 2px #f0bc01 solid;
	color: #f0bc01;
}
.about ul.our-links li {
	display: block !important;
	padding: 44px 10px 60px 4%;
	opacity: 1 !important;
}
.about ul.our-links li p {
	padding-bottom: 0px;
}
.about ul.our-links li .icon {
	width: 23%;
	float: left;
}
.about ul.our-links li .detail {
	width: 60%;
	padding-left: 20px;
	float: left;
	color: #fff;
}
.about ul.our-links li .detail h3 {
	display: block;
	padding-bottom: 10px;
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
}
.about ul.our-links li .detail h3 span {
	display: block;
	font-size: 12px;
}
.about ul.our-links li .detail p {
	display: block;
	font-size: 12px;
	line-height: 16px;
}
.about ul.our-links li .detail a.more {
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 34px;
	position: absolute;
	bottom: -17px;
	margin: 0 auto;
	left: 0;
	right: 0;
	background: #fff;
	font-size: 20px;
	color: #ff9600;
	border-radius: 50%;
	text-align: center;
	border: 2px #ff9600 solid;
}
.about ul.our-links li .detail a.more:hover {
	color: #211d1e;
}
.about .sm-head {
	display: block;
	font-family: 'texgyreadventorregular';
	font-size: 14px;
	color: #7d7c7c;
	line-height: 18px;
	text-transform: uppercase;
}
.about .left-block {
	display: block;
}

.founder-desk{
	display: block;
	margin: -80px 0 0 0;
	position: relative;
	z-index: 99;	
}
.founder-block{
	padding: 15px;
	border-radius: 15px;
}
.founder-block img{
	width : 100%;
	height: 240px;
	border: 1px solid #e7e7e7;
}
.founder-block h3{
	font-size: 18px;
	padding: 5px 0;
}
.founder-block p{
	color: #17a43b;
	font-weight: 600;
	font-size:18px;
}
.founder-words #founder-head{
	font-size:24px;	
}
.founder-words #founder-headings{
	font-size:16px;
	border-bottom:2px solid #93a0a7;
	padding-bottom:5px;	
}
.founder-words #founder-msg{
	padding:15px 0 10px 0;	
	text-align:justify;
}
.founder-words #founder-sent{
	text-align:center;
	font-weight:bold;
	color:#333;
	font-size:18px;	
}

.news-desk{
	width:100%;
	display:block;
	position:relative;
	padding:30px 0 30px 0;
	margin-top:15px;
	//background:url("../images/home/pattern.jpg") #faebd7 repeat left top fixed;
	border-top:2px solid #e7e7e7;
	border-bottom:2px solid #e7e7e7;
}
.news-desk h3{
	font-size:24px;
	color:#39414a;
}
.news-desk h3::after{
	content:"";
	background:#39414a;
	width:40px;
	display:block;
	height:2px;
	margin-top:5px;
}
.event-list {
	list-style: none;
	font-family: 'Lato', sans-serif;
	margin-top: 20px;
	padding-left: 0px;
}
.event-list > li {
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 5px rgb(51, 51, 51);
	box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7);
	padding: 0px;
	margin: 0px 0px 20px;
}
.event-list > li > time {
	display: inline-block;
	width: 35%;
	color: rgb(255, 255, 255);
	background-color: #17a43b;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
	float:left;
}
.event-list > li:nth-child(even) > time {
	background-color: #ff9600;
}
.event-list > li > time > span {
	display: none;
}
.event-list > li > time > .day {
	display: block;
	font-size: 24pt;
	font-weight: 100;
	line-height: 1;
	padding-top:5px;
}
.event-list > li time > .month {
	display: block;
	font-size: 12pt;
	font-weight: 900;
	line-height: 1;
	padding-top:5px;
}
.event-list > li > img {
	width: 50%;
	float:left;
	height:68px;
}
.event-list > li > .info {
	padding-top: 5px;
	text-align: center;
}
.event-list > li > .info > .title {
	font-size: 14px;
	font-weight: 700;
	margin: 0px;
	line-height:60px;
}
.event-list > li > .info > .desc {
	font-size: 10pt;
	font-weight: 300;
	margin: 0px;
}
.event-list > li > .info > ul {
	display: table;
	list-style: none;
	margin: 10px 0px 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
}


.latestnews {
	border: 2px solid #17a43b;
	margin-top: 10px;
	border-radius: 10px;
	width: 100%;
	-webkit-box-shadow: inset 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
}
.latestnews ul {
	padding: 0;
}
.latestnews ul li {
	padding: 10px 10px 10px 10px;
	list-type: none;
	margin: 0;
}
.latestnews img{
	width:80px;
	height:80px;	
	border-radius:50%;
}
.latestnews ul li{
	border-bottom:2px solid #ff9600;
}
.latestnews ul li a{
	font-size:18px;
	padding-left:15px;
	text-decoration:none;
	color:#2c97ea;
	font-weight:600;
}
.latestnews ul li p{
	font-size:16px;
	padding-left:15px;
	color:#333;
	text-align:justify;
}
.important-downloads ul {
    margin-top: 20px;
    padding-left: 0px;
}
.important-downloads ul li {
    padding: 10px;
    color: #FFF;
    margin-bottom: 18px;
}
.important-downloads ul li {
    color: #FFF;
}
.important-downloads ul li:nth-child(odd) {
    background:#17a43b;
}
.important-downloads ul li:nth-child(even) {
    background:#ff9600;
}
.important-downloads ul li a {
    display: inline-block;
    color: #FFF;
}
.important-downloads ul li i {
    margin-right: 10px;
}
.pull-right a{
	text-decoration:none;
	color:#333;
	font-weight:bold;
	font-family:'Roboto', sans-serif;
	color:#2c97ea;
	font-size:16px;
}
.pull-right a i{
	font-size:18px;
}



.teacher-desk{
	margin: 5px 0 0 0;	
}
.our-teachers{
	padding:25px 15px;	
}
.our-teachers h2{
	font-size: 24px;
	padding-bottom:25px;	
}
.our-teachers h2::after {
    content: "";
    background: #333;
    width: 40px;
    display: block;
    height: 2px;
    margin-top: 5px;
}
.our-teachers p{
	text-align:center;
	font-size:18px;
	color:#333;	
}
.owl-carousel li:first-child{
	padding:0px 15px 0 0;		
}
.owl-item{
	padding:0px 15px;	
}
.owl-item img {
	height: 220px;
}
.owl-carousel, .owl-carousel .owl-item{
	padding:0px;
	margin:0px;
}
.owl-carousel .owl-nav{
    overflow: hidden;
    height: 0px;
  }
.owl-carousel .nav-btn{
	height: 47px;
	position: absolute;
	width: 26px;
	cursor: pointer;
	top: 100px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled{
	pointer-events: none;
	opacity: 0.2;
}

.owl-carousel .prev-slide{
	background: url('../images/nav-icon.png') no-repeat scroll 0 0;
	left: -33px;
}
.owl-carousel .next-slide{
	background: url('../images/nav-icon.png') no-repeat scroll -24px 0px;
	right: -33px;
}
.owl-carousel .prev-slide:hover{
	background-position: 0px -53px;
}
.owl-carousel .next-slide:hover{
	background-position: -24px -53px;
}
/*================================================== Footer ==================================================*/

footer{
	display: block;
	background-color: #28303b;
	padding:40px 0 0 0;	
	color: #fff;
}
footer .widget:first-child{
	margin: 0px;	
}
footer .widget .widget-title {
    margin-bottom: 36px;
    color: #fff;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-size: 1.428em;
}
footer .widget .widget-title > span {
    display: block;
    position: relative;
    padding-bottom: 12px;
    color: #fff;
}
footer .widget .widget-title > span::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -2;
    width: 60px;
    height: 2px;
    background-color: #17a43b;
}
footer .widget .text-widget #ctext{
	color: #fff;
	font-size: 16px;
	font-weight: bold;	
}
footer .widget .text-widget #stext{
	color: #fff;
	font-size: 14px;
	text-align: justify;		
}
footer .widget .text-widget #ftext{
	color: #fff;
	font-size: 14px;
	text-align: right;	
}
footer .widget .text-widget i{
	padding-right:15px;	
}
footer .widget .text-widget a{
	text-decoration:none;
	color:#fff;
}	
footer .widget .text-widget #ntext{
	padding:5px 0;	
}
footer .widget #timing-slot li{
	border-bottom:1px dotted #fff;
	padding:10px 0;
}
footer .widget #timing-slot li:first-child{
	padding:0;	
	padding-bottom:10px;
}
footer .widget #timing-slot li:last-child{
	border-bottom:0;
}
footer .bottom-footer{
	margin-top:15px;	
}
footer .developer-panel{
	color:#fff;
	padding:15px 0;
	text-align:center;
	font-size:16px;	
	background-color:#17a43b;
}
/*================================================== Page CSS ==================================================*/
.common-nav{
	width:100%;
	position:relative;
	background-color:rgb(255, 255, 255);
	opacity:1;
	padding:30px 0;
}
.common-nav .row{
	padding:0 15px;
}
.common-nav h1{
	font-size:24px;
	font-weight:600;
	text-transform:uppercase;
}
.common-nav .breadcrumb{
	margin:10px 0 0 0;
	color:#95999e;
	padding:0px;
	background-color:#fff;
	font-size:16px;
}
.message_area{
	background-color:#f2f4f9;
	padding-top:30px;
	padding-bottom:50px;
}
.message_area .navbar-box{
	background-color:#fff;
	padding:15px;
}
.navbar-box h3{
	font-size:20px;
	padding-bottom:15px;
	text-transform:uppercase;
}
.navbar-box h3 > span {
    display: block;
    position: relative;
}
.navbar-box h3 > span::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -2;
    width: 60px;
    height: 2px;
    background-color: #ffbc13;
}
.navbar-box ul li{
	padding-left:15px;
	font-size:16px;
	line-height:30px;
}
.navbar-box ul li a{
	text-decoration:none;
	color:#17a43b;
}
.navbar-box ul li i{
	color:#ff9600;
}
.message-txt{
	border:2px solid #e7e7e7;
	position:relative;
	box-shadow:3px 3px 5px 6px #ccc;
	-moz-box-shadow:3px 3px 5px 6px #ccc;
	-webkit-box-shadow:3px 3px 5px 6px #ccc;
	padding:15px;
	background-color:#fff;
}
.message-txt h2 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #00305b;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}
.message-txt h2::before {
    background: #666 none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    width: 100px;
}
.message-txt h2::after {
    background: #666 none repeat scroll 0 0;
    bottom: -6px;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -63px;
    position: absolute;
    width: 100px;
}
.message-img img{
	width:100%;
	height:220px;
}
.message-img p{
	color:#333;
	font-size:16px;
}
.message-theme p{
	text-align:justify;
	line-height:30px;
	font-size:16px;
	color:#333;
	text-indent:30px;
}
.facility-block{
	margin-top:25px;
	background-color:#fff;
}
.facility-block img{
	width:100%;
	padding:15px;
}
.facility-block .content {
	bottom:0;
	background:#17a43b;
	color:#fff;
	padding:10px;
	text-align:center;
}
.facility-block .content h4{
	color: #fff;
	font-size:24px;
}
.hod-desk .container-img {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}
.hod-desk .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.hod-desk .card img{
	width:80%;
	height:220px;
	padding-top:15px;
}
.hod-desk .container-text{
	padding:0 15px;
}
.hod-desk .card h3{
    font-size:18px;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
	text-transform:capitalize;
	font-weight:600;
}
.hod-desk .card p{
	text-align:center;
	color:#333;
}
.hod-desk .card .qual{
	padding:0px;
	margin:0px;
	padding:3px 0;
}
.hod-desk .card .edu{
	padding-bottom:10px;
}

.faq-text .panel-title > a.collapsed::before {
    content: "\f067";
}
.faq-text .panel-title > a::before {
    content: "\f068";
    float: right !important;
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}
.faq-text .panel-heading{
	background-color:#17a43b;
	color:#fff;
}
.faq-text .panel-body{
	font-size:16px;
	color:#333;
}

.image-gallery{
	min-height:450px;
	background-color:#fff;
	padding-bottom:30px;
}
.image-gallery .panel{
	margin:15px 0;
	border:none;
	border-radius:0px;
	box-shadow:none;
}
.gallery-box{
	margin-bottom:30px;
	padding:10px;
	border:2px solid #ff9600;
}
.gallery-list-left-effect{
	width:100%;
	height:auto;
	position:relative;
	margin-bottom:10px;	
	overflow:hidden;
}
.gallery-list-left-effect img{
	transition-duration:0.4s;
	height:240px;
}
.gallery-list-left-effect .gallery-overlay{
	width:90%;
	height:90%;
	position:absolute;
	padding:20px;
	background:rgba(0, 0, 0, 0.7);
	color:#fff;
	top:5%;
	left:-100%;
	transition-duration:0.4s;
	-webkit-transition: left 0.5s ease-in-out;
}
.gallery-list-left-effect:hover .gallery-overlay{
	-webkit-transition: left 0.5s ease-in-out;
	left:5%;
	text-align:center;
	line-height:180px;
}
.gallery-list-left-effect .gallery-overlay a{
	text-decoration:none;
	color:#fff;
}
.gallery-list-left-effect:hover .gallery-overlay i{
	background-color:#101e33;
	padding:25px;
	font-size:24px;
}
.gallery-list-left-effect:hover img{
	 transform: scale(1.1);
}
.theme-heading{
	text-align:center;
	margin-bottom:2rem;
	font-weight:300;
}
.gallery-txt{
	margin-bottom:10px;
}
.gallery-head{
	font-size:16px;
	color:#17a43b;
	text-transform:capitalize;
	text-align:center;
}
.gallery-txt h2 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #00305b;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}
.gallery-txt h2::before {
    background: #666 none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    width: 100px;
}
.gallery-txt h2::after {
    background: #666 none repeat scroll 0 0;
    bottom: -6px;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -63px;
    position: absolute;
    width: 100px;
}

.contact-us{
	padding-bottom:50px;
	padding-top:25px;
	background-color:#f2f4f9;
}
.contact-us h2{
	text-align:center;
	text-transform:uppercase;
	margin-bottom:25px;
	color:#00305b;
	font-size:24px;
	font-weight:bold;
	position:relative;
	padding-bottom:12px;
}
.contact-us h2::before{
	background: #666 none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    width: 100px;
}
.contact-us h2::after{
	background: #666 none repeat scroll 0 0;
    bottom: -6px;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -63px;
    position: absolute;
    width: 100px;
}
.contact-info{
	background:#fff;
	margin:10px 0 10px 0;
	position:relative;
	text-align:left;
	border:1px solid #e7e7e7;
	padding:15px 15px 15px 115px;
	box-shadow:3px 3px 5px 6px #ccc;
	-moz-box-shadow:3px 3px 5px 6px #ccc;
	-webkit-box-shadow:3px 3px 5px 6px #ccc;
}
.contact-info .icon{
	left:0;
	position:absolute;
	padding-left:25px;
}
.contact-info .icon i{
  	border:1px solid #e7e7e7;
	border-radius:100%;
	font-size:25px;
	height:70px;
	line-height:70px;
	text-align:center;
	width:70px;
	color:#17a43b;
}
.contact-info h3{
	font-size:20px;
	font-weight:700;
	margin:0 0 5px;
	padding-top:10px;
}
.contact-info p{
	color:#777;
	font-size:15px;
	margin-bottom:5px;
}
.contact-form{
	box-shadow:3px 3px 5px 6px #ccc;
	-moz-box-shadow:3px 3px 5px 6px #ccc;
	-webkit-box-shadow:3px 3px 5px 6px #ccc;
	padding:15px;
	margin-top:10px;
	background:#fff;
}
.contact-form .form-group{
	margin-bottom:15px;
}
.contact-form input[text]{
	border:1px solid #eeeeee;
	box-shadow:none;
	color:#666666;
	font-size:15px;
	height:50px;
	padding-left:15px;
	text-shadow:none;
	width:100%;
	border-radius:3px;
}
.contact-form textarea{
	border:1px solid #eeeeee;
	box-shadow:none;
	color:#666666;
	font-size:15px;
	height:50px;
	padding-left:15px;
	text-shadow:none;
	width:100%;
	border-radius:3px;
	height:120px;
}
.contact-form input:hover{
	padding-left:25px;
	transition:all 0.4s ease 0s;
}
.contact-form textarea:hover{
	padding-left:25px;
	transition:all 0.4s ease 0s;
}
.contact-form .button button{
	background:#17a43b;
	color:#fff;
	transition:all 0.3s ease 0s;
}
.contact-form .button .btn{
	border-radius:0;
	border:medium none;
	box-shadow:none;
	cursor:pointer;
	display:inline-block;
	font-size:14px;
	font-weight:500;
	padding:13px 32px;
	text-transform:uppercase;
	transform:perspective(1px) translateZ(0px);
}
.cps-map{
	margin:0px 0 0 0;
	//border:1px solid black;
}
.cps-map .container-fluid{
	padding:0px;
}

.al_reg{
	padding:25px;
}
.al_reg label{
	font-size:16px;
	color:#333;
	font-weight:600;
}
.al_reg .form-group{
	margin-bottom:25px;
}
.al_reg .form-control{
	border-radius:0px;
	padding:12px;
	height:45px;
}
.al_reg .button button{
	background:#ff7373;
	color:#fff;
	transition:all 0.3s ease 0s;
}
.al_reg .button .btn{
	border-radius:0;
	border:medium none;
	box-shadow:none;
	cursor:pointer;
	display:inline-block;
	font-size:14px;
	font-weight:500;
	padding:13px 32px;
	text-transform:uppercase;
	transform:perspective(1px) translateZ(0px);
	background:#17a43b;
}

.class_room_text{
	padding:15px;
}	
.class_room_text p{
	line-height:30px;
	color:#333;
	font-size:16px;
	text-align:justify;
	word-spacing:1px;
	letter-spacing:0.5px;
	text-indent:30px;
}
.class_room_text h4{
	text-transform:capitalize;
	font-size:24px;
	font-weight:600;
	padding:15px 0;
}
.class_room_text ul li{
	font-size:16px;
	color:#333;
	padding-left:30px;
	line-height:30px;
}
.class_room_text ul li i{
	padding-right:15px;
	color:#17a43b;
	font-size:22px;
	line-height:30px;
}

.fac-content .card{
	border:1px solid #e7e7e7;
	margin-top:15px;
	margin-bottom:15px;
	border-radius:5px;
}
.fac-content .card-body{
	padding:15px;
}
.fac-content .card-body h3{
	font-weight:600;
	font-size:24px;
}
.fac-content .card-body p{
	margin-top:10px;
}
.fac-content .card img{
	width:100%;
	height:280px;
}

.pg-info {
    width: 100%;
    float: left;
    margin-bottom: 5px;
    background-color: #f5f5f5;
    font-family: Roboto;
}
.pg-info .text-left {
    width: 49%;
    float: left;
    padding: 10px 20px 10px 20px;
    font-size: 18px;
    margin: 0px;
}
.pg-info .text-right {
    padding: 10px 20px 10px 20px;
    font-size: 18px;
    margin: 0px;
}
.pg-full-info {
    margin: 25px 0;
    width: 100%;
    float: left;
	color: #333;
	font-size: 16px;
	text-align: justify;
}
.pg-full-info p{
	margin-bottom:15px;
}
.key-area h3 {
    font-size: 32px;
    color: #17a43b;
	margin-bottom:15px;
}
.key-area ul {
    margin: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
    padding: 0px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.key-area ul li{
	font-size:16px;
	color:#333;	
}
.key-area ul li i {
    padding-right: 15px;
    color: #17a43b;
    font-size: 22px;
    line-height: 30px;
}
.reg_rules{
	margin:0px;
	padding:0px;
}
.reg_rules li{
	font-size:16px;
	color:#333;
	//text-transform:capitalize;
}
.reg_rules li i{
	padding-right: 15px;
    color: #17a43b;
    font-size: 22px;
    line-height: 30px;
}
.error{
	color:#CC0033;
	font-size:16px;
	margin-top:5px;
}
#btn_resend{
	background-color:#337ab7;
	border-color:#337ab7;
	font-weight:600;
}
#btn_register{
	background-color:#ff9600;
	border-color:#ff9600;
	font-weight:600;
}
#btn_later{
	background-color:#c9302c;
	border-color:#c9302c;
	font-weight:600;
}
/*================================================== END Page CSS ==================================================*/

.imp-note{
	color:#ff6666;
	font-size:20px;
	font-weight:600;
}

/*======Gallery Img==========*/
.gallery img{
	width:100%;
	padding:15px;
	height:220px;
}
.img-responsive {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
  padding:15px;
}
.image-gallery .col-md-4{
	border:2px solid #e7e7e7;
}
.col-md-4:hover .img-responsive {
  opacity: 0.3;
}
.col-md-4:hover .middle {
  opacity: 1;
}
.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.gallery .text {
  background-color: #17a43b;
  color: white;
  font-size: 16px;
  padding: 5px 10px;
}
.gallery .text i{
	font-size:24px;
}
#measureheads{
	font-size:24px;
	text-align:center;
}
#measuretitle{
	font-size:18px;
	text-transform:uppercase;
	text-align:center;
	background-color:#e7e7e7;
	margin:10px 0;
}
#ourvision{
	font-size:18px;
	background-color:#e7e7e7;
	margin:10px 0;
	padding:10px 0;
	text-align:center;
}
.acad-content{
    border: 2px solid #e7e7e7;
    position: relative;
    box-shadow: 3px 3px 5px 6px #ccc;
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
	padding:25px 0;
	background-color:#fff;
}
.acad-content h2 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #ff7373;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}
.acad-content h2::before {
    background: #666 none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    width: 100px;
}
.acad-content h2::after {
    background: #666 none repeat scroll 0 0;
    bottom: -6px;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -63px;
    position: absolute;
    width: 100px;
}
#inner-ap h3 {
    font-size: 18px;
    font-weight: 700;
    background: #17a43b;
    color: #fff;
    padding: 15px;
    margin: 0px;
    margin-bottom: 10px;
    letter-spacing: 0.8px;
}
#inner-ap p {
    padding-top: 10px;
    font-size: 16px;
    text-align: justify;
	padding-bottom:10px;
	color:#333;
}
#inner-ap ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
	font-size: 16px;
	color: #333;
}
#inner-ap ul li {
    padding-left: 15px;
    padding-right: 15px;
}
