/*@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);*/
/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);*/
/*@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,700);*/
@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);
body{
	  /*font-family: 'PT Sans', sans-serif;*/
	/*font-family: 'Open Sans', sans-serif;*/
	/*font-family: 'Ubuntu', sans-serif;*/
	font-family: 'Droid Sans', sans-serif;
  line-height: 20px;
  letter-spacing: 0.4px;
  word-spacing: 2px;
  color: #737373;
}

a:hover{ 
	text-decoration: none;
} 
a{
	transition:all .2s linear;
}
.navbar { 
	background-color: #ED1C24;
	border-width: 0;
}
.navbar-nav{
	  border-color: #e7e7e7;
  margin-left: 15px;
  margin-right: 90px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.navbar-right li:hover{
 color: red;
}
.navbar-right i
{
  font-size: 16px;
  width: 31px;
  height: 31px; 
  text-align: center;
  border-radius: 50%;
  border: 1px #eee solid;
  background-color: #fff;
  color: #A2A2A2;
  padding-top: 6px;
}
.navbar-right li:hover a i{
	color: #ED1C24;
}
.navbar-right .fa :hover{
	color: #ED1C24;
	background-color: #ddd;
}
.navbar-brand>img {
    display: block;
    background-color: white;
}
.navbar-default .navbar-nav>li>a {
	/*color: #ED1C24;*/
	color:white;
	transition: all 0.3s linear;
}
.navbar-default .navbar-nav>li>a :hover{
	color: #ED1C24;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse{
	margin-right: -50px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #fff;
	background-color: #ED1C24;
}
.contact {
	text-align: center;
	padding:30px;
}
.slider p{
	color: #ffffff;
}
.slider .modal img {
    height: 600px;
    width: auto;
    margin: 0 auto;
}
.slider .modal h4{
    color:#ED1C24;
    font-weight:600;
}
.logo {
	  margin-left: 2px;
      display: initial;
}
.contact h1{
	color: red;
}
.footer {
	background-color: #222;
  color: #aaa;	
	text-align: left;	
	border-bottom: solid;
	border-bottom-width: 1px ;
	border-color: #000;
	padding: 50px;
}
.footer img {
    margin: 0!important;
}

.cop {
	background-color: #222;
  color: #aaa;	
  text-align: center;
  font-size: 10px;
  padding: 20px;
}
.cop p {
	font-size: 14px;
}
.blog h1{
	color: red;
	text-align: center;
}
.blog h6{
	text-align: center;
}
.blog h3{
 color: red;
}
.blog {
	padding: 30px;
}
.foots {
	color: #A0A0A0 ;
}
.footer .fa{
	color: #a0a0a0;
}
.footer .menus ul {
	list-style: none;
	padding: 0;
}
.footer .menus ul li a{
	color: #a0a0a0;
	font-size: 13px;
	display: block;
	padding: 0 0 12px 0;
}
.footer .menus ul li a:hover{
	color: #ED1C24;
}
.footer .maillink a{
	color: #a0a0a0;
}
.footer .maillink ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer .maillink ul li{
	clear: both;
	margin-bottom: 18px;
}
.footer .maillink ul li i{
	float: left;
	margin-right: 5px;
	width: 30px;
	font-size: 18px;
	line-height: 30px;
}
.footer .maillink a:hover{
	color: #ED1C24;
}
.input-group-addon a{
color: #fff;
font-size: 12px;
}
.input-group-addon a :hover{
	color: #ED1C24;
}
.form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn{
	background-color: #3f3f3f;
}

.blog .row{
	color: #C0C0C0;
}
.slider {
	text-align: center;
	padding-top: 80px;	
}
.staff h2{
	text-align: center;
	color: #ED1C24;
	
}
.staff {
	text-align: center;
    padding: 50px;
}
.staff .btn{
	background-color: #ED1C24;
	font-size: 14px;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){
	background-color: #222;
}
.mission {
	text-align: center;
	background-color: #e85d5d;
	padding-top: 50px;
	padding-bottom: 50px;
}
.rowsa h1{
	text-align: center;
}
.rowsa h6{
	text-align: center;
}
.mission h1 {
	color: #ffffff;
}
.mission p{
	color: #ffffff;
}
.mission .btn-danger{
	border-color: #ffffff;
}
.rowsa {
	text-align: left;
}
.acts h1 {
	color: red;
}
.testimonial{
	text-align: center;
	background-color: #f1ab3c;
	padding:40px;
}
.testimonial .btn {
   background-color: #ff9933;
}
.testimonial h1{
	color: #ffffff;
}

.acts {
	
	background-color: #eee;
}
.gallery {
	padding: 30px;
}
.staff .fa{
	background-color: #ED1C24;;
	font-size: 15px;
	color: #ffffff;	
	text-align: center;
}
.membership{
	text-align: center;
	background-color: #5eb28f;
	padding: 40px;
}
.pricing-table{
background: #fff;
}
.pricing-table .pricebg{
background: #333;
padding: 15px 0;
}
.pricing-table .pricebg h5{
color: #fff;
font-weight: bold;
text-transform: capitalize;
}
.pricing-table .pricebg p{
color: #fff;
font-weight: bolder;
font-size: 30px;
}
.pricing-table .pricebg p span{
color:#ccc;
display: block;
line-height: 20px;
font-size: 14px;
font-weight: normal;
}
.pricing-table ul{
margin: 0;
padding: 0;
list-style: none;
}
.pricing-table ul li{
	border-bottom: 1px solid #ccc;
	padding: 8px 0;
}
.pricing-table .btn{
	margin: 15px 0;
}
.testimonial p{
	color: #ffffff;
}
.testimonial .btn-default{
	  color: #ffffff;  
  border-color: #ffffff;
}
.schedule {
	text-align: center;
	padding: 40px;
}

.schedule ul {
 list-style: none;
}
.schedule h1 {
	color: red;
}
.gallery{
	 text-align: center;
}
.gallery h1{
	color: red;
}
.time {
	color: red;
}
.cname {
	background-color: red;
}
.dname {
	background-color: green;
}
.ename {
	background-color: red;
}
.fname {
	background-color: red;
}
.aname {
	background-color: red;
}
.bname {
	background-color: #B8B8B8;
}
.gname {
	background-color: #ffffff;
}
.hname {
	background-color: #808080 ;
}

.rowmembers {
	text-align: left;
}
.motog {
	vertical-align: middle;

}
     .slider h3{
     	text-align: center;
     	color: #fff;
     	font-weight: bold;
     }
     .slider {
     	text-align: center;
     }
 .slider .slidimg{
 	height: 100%;
 	width: 100%;
 }
.slider .baby {
	background-color:#FF6666;
	padding: 20px;
}
.slider .baby:after{
	content:'';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 30px #FF6666;;
    border-left: solid 30px transparent;
    border-right: solid 30px transparent;
    }
.slider .wobb {
	background-color: #FF9933;
	padding: 20px;
}
.slider .wobb:after{
	content:'';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 30px #FF9933;
    border-left: solid 30px transparent;
    border-right: solid 30px transparent;
    }
.slider .todd {
	background-color: #336633;
	padding: 20px;
}
.slider .todd:after{
	content:'';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 30px #336633;
    border-left: solid 30px transparent;
    border-right: solid 30px transparent;
    }
.slider h1{
	    color: white;
    text-shadow: 2px 2px #560909;
}
.slider h4{
	color: #ffffff;
}
.logimg{
	height:80px;
	width: 60px;
	padding-bottom: 15px;
	margin-left: 80px;
}
.right {
	float: right;
}
.topbar .fa{
	color: #ED1C24;
	font-size: 15px;
}
.topbar{
   color: #A2A2A2;
   background-color: #f4f4f4;
   font-size: 11px;
}
.topbar li{
	border-right: solid;
	border-right-width: 1px;
	border-right-color: #e4e4e4;
}
.topbar a{
	color:#a2a2a2;
	line-height: 30px;
}
.btn-danger {
	border-radius: 0;
	background-color: #ED1C24;
}
.btn-danger:hover {
	background-color: #ED1C24;
}
.princ {
	position: relative;
	background: #000;
    color: #efefef;
    padding: 30px;
    height: 300px;
    overflow: hidden;
}
.princ .container{
	z-index: 1;
}
.princ:before{
	content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background-image: url(../img/sliderbgnew1.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}
.princ h2{
	color: #ED1C24;
    text-shadow: 1px 1px #959595;
}
.princ a .btn {
	background-color: #383838 ;
	color: #fff;
}
.box:hover{
	background-color: #ED1C24;
     color: #ffffff;
}
.box {
	padding:10px;
	text-align: center;
	transition: all .3s linear;
}
.acts .box h3 span {
	  text-transform: none;
  font-size: 18px;
  font-weight: 100;
  display: block;
  margin-bottom: -15px;
  color: #bbb;
}
.acts .box:hover h3 span{
	color: #ffffff;
}
.acts .box h3 {   
    color: #fff;
    background-size: 100%;
	  margin: 0 0 10px;
  padding: 0 15px 10px;
  text-align: center;
  font-size: 23px;
  color: #777;
  font-weight: 800;
  text-transform: uppercase;
}
.acts .box:hover h3{
	color: #ffffff;
}
.acts .box .fa{
	  display: table;
  margin: 0 auto 30px;
  font-size: 38px;
  width: 103px;
  height: 103px;
  line-height: 95px;
  text-align: center;
  border-radius: 50%;
  border: 3px #fff solid;
}
.acts .box .btn {
	color: #ED1C24;
}
.acts .box .btn:hover {
  color: #777;
  background-color: #ffffff;
}
.wish {
	color: #ffffff !important;
	font-size: 13px;
}
.top h4{
	color: #ED1C24;
	line-height: 40px;
}
.test{
position: relative;
  z-index: 4;
  overflow: hidden;
  margin: 0 15px;
  padding: 8px;
      transition: all .5s linear;
  background: #FFA4A4;
}
.test:hover{
	background-color: #ED1C24;
	color: #ffffff;
}
.test p strong:hover{
	transition: all .4s linear;
}
.test p strong:hover{
	color: #ffffff;
}
.top {
	padding: 50px;
}
.top .col-md-7 strong {
	color: #545454;
}
.general ul li span {
	color: #ED1C24;
}
.general ul li{
	color: #737272;
}
.general ul {
	list-style: none;
}
.title{
	
	padding: 30px;
	margin-top: 80px;
	background-color: #ddd;
}
.title h1{
	color: #ED1C24;
}
.title h1 span {
	color: #bbb;
}
.general {
	padding: 30px;
}
.footer h4{
	color: #c5c5c5;
}
.general h4 {
	color: #ED1C24;
}
.acts2 .tabline{
	border-bottom:solid;
	border-bottom-width: 2px;
	border-bottom-color:#ED1C24; 
}
.acts2 .tabline a{
	color: #000;
	background-color: #ddd;
}
.acts2 .tabline a:hover {
      color: #fff;
      background-color: #ED1C24;
}
.awd h1 span{
	color: #ED1C24;
}
.awd{
	margin-top: 90px;
	background-color: #ddd;
	padding: 30px;
}
.awardedstuds{
	padding: 30px;
}
.academicawd{
	padding: 30px;
}
.eventtitle{
	margin-top: 90px;
	/*background-color: #F8F8F8;*/
	padding: 30px;
}
.eventtitle h1 span{
	color: #ED1C24;
}
.eventtitle2{
	margin-top: 20px;
	padding: 30px;
}
.eventtitle2 h1 span{
	color: #ED1C24;
}
.calevent h4 {
	text-align: center;	
	color: #ED1C24;
}
.calevent{
	padding: 30px;
}
.edutrip h4 {
	text-align: center;
	color: #ED1C24;
}
.edutrip .btn{
	padding: 4px 10px;
	margin: 6px 0px;
	font-size: 12px;
}
.scienceexe{
	text-align: center;
	color: #ED1C24;
}
.celebration h4 {
	text-align: center;
	color: #ED1C24;
}
.sportsev h4{
	text-align: center;
	color: #ED1C24;
}
.alumnititle{
	margin-top: 95px;
	background-color: #ddd;
	padding: 30px;
}
.alumnititle h1 span{
	color: #ED1C24;
}
.members {
	padding:30px;
}
.msgtitle{
	margin-top: 95px;
	background-color: #ddd;
	padding: 30px;
}
.msgtitle h1 span{
	color: #ED1C24;
}
.msg h3 {
   color: #ED1C24;
}
.msg {
	padding: 30px;
}
.msg .querybox a{
	color: #ED1C24;
}
.contactadd .querybox a{
	color: #ED1C24;
}
.querybox {
	border:solid;
	border-width: 1px;
	border-color: #e0d594;
	background-color: #fff6bf;
	padding: 20px;
	font-size: 13px;
}
.contactitle{
	margin-top:80px;
	background-color: #ddd;
	padding: 30px;
}
.contactitle h1 span {
	color: #ED1C24;
}
.contactadd{
	padding: 30px;
}
.history{
	margin-top: 30px;
	background-color: #fff;
	padding: 30px;
}
.history1 h1 span {
color: #ED1C24;
}
.history ul li a {
background-color: #eee;
color: #aaa; 
}
.history ul li a:hover {
	background-color: #ED1C24;
	color: #fff;
}
.giant ul {
	list-style: none;
}
.giant ul li span{
	color: #ED1C24;
}
.history1{
margin-top: 90px;
	background-color: #ddd;
	padding: 30px;
}
.toperhead{
	margin-top: 90px;
	padding: 30px;
	background-color: #ddd;
}
.toppers{
	padding: 30px;
}
.toperhead h1 span{
	color: #ED1C24;
}
.academic {
	padding: 30px;
}
.school{
	margin-top: 80px;
	padding: 30px;
	background-color: #ddd;
}
.school span{
	color: #ED1C24;
}
.schoolact .box .fa{
	  display: table;
  margin: 0 auto 30px;
  font-size: 38px;
  width: 103px;
  height: 103px;
  line-height: 95px;
  text-align: center;
  border-radius: 50%;
  border: 3px #ddd solid;
}
.schoolact .box a .btn{
	color: #ED1C24;
}
.schoolact .box h3 span {
	color: #c0c0c0;
	font-size: 20px;
}
.schoolact .box a .btn:hover{
	color: #111;
	background-color: #fff;
}
.schoolact {
	text-align: center;
	padding: 30px;
}
.schoolact .scholr {
	border-bottom: solid;
	border-bottom-width:2px;
	border-bottom-color: #ED1C24; 
}
.schoolact ul li a {
	  float: left;
  margin: 0 0 0 2px;
  background: #efefef;
  color: #6c6c6c;
}
.schoolact ul li :hover{
	background-color: #ED1C24;
	color: #ffffff;
}
.schoolact  h3{
	text-align: center;
	color: #ED1C24;
}
.schoolact .actthird {
	text-align: left;
	color: #ED1C24;
	font-size: 20px;
}
.separator10{
	height: 10px;
	min-height: 10px;
	clear:both;
}
.separator20{
	height: 20px;
	min-height: 20px;
	clear:both;
}
.site ul{
	list-style: none;
}
.site ul li a:hover{
	color: white;
}
/*.site ul li:hover a{
	color: white;
}
.site ul li:hover .fa{
	color: white;
}*/
.site{
	padding: 30px;
}
.site ul li{
	color: #333;
	background-color: #F8F8F8;
	padding:10px;
	transition:all .2s linear;
}
.site ul li:hover{
	transform:scale(1.02);
	background-color: #ED1C24;	
}
.site ul li a{
	color: #333;
	  font-weight: bold;
  font-size: 15px;
}
.site ul li .fa{
	margin-right: 8px;
	color: #999;
}
.footer h4 {
	border-bottom: solid;
	border-bottom-width: 2px;
	border-bottom-color: #ED1C24;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 20px;
}
@media (min-width: 768px){
	.navbar-nav>li {
	  text-align: center;
	}
}
.history ul li a{
	border-bottom: solid;
	border-bottom-width: 2px;
	border-bottom-color: #ED1C24;
}
.topbar ul{
	margin: 0;
	padding: 0;
}
.topbar ul a:hover{
	color: #000;
}
.navbar-right li a i{
	display: block;
	margin: 0 auto;
	margin-bottom: 7px;
}
.dropdown-menu>li>a{
	color: #ED1C24;
}
.dropdown-menu>li>a:hover{
	color: #ffffff;
	background-color: #ED1C24;
	border-left: 2px solid #000;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	  background-color: #ED1C24;
	  color: #fff;
}
.nav-tabs{
	border-bottom: solid;
	border-bottom-width: 1px;
	border-color: #DEDEDE;
}
.col-md-12.tabline{
	text-align: center;
}
#links .mix{
    display: none;
}
#links .col-md-3{
	margin-bottom: 30px;
    box-shadow: 2px 2px 9px black;
    margin-right: 13px;
    width: 279px;
}
.blueimp-gallery .modal-body img, .blueimp-gallery .modal-body .video-content video, .blueimp-gallery .modal-body .video-content iframe, .blueimp-gallery .modal-body .video-content a{
	height: 400px;
}
.achieve {
	padding:30px;
}
.curric{
	padding:30px;
	text-align: center;
}
.curric .boxp {
	border-color: #ED1C24;
	border:solid;
	border-width: 1px;
	color: #ED1C24;
}
.curric .boxp:hover{
	    color: #FFFFFF;
    background-color: #ED1C24;
	transition:all .3s linear;
}
.achievtab {
	padding: 30px;
}
a:focus, a{
	color: #C40000;;
}
a:focus, a:hover{
	color: #ffffff;
} 
.infra {
	padding: 30px;
}
.facultperson{
	padding: 30px;
}
.facultperson h3 {
	color: #ED1C24;
}
.facultperson .facname{
    font-weight: bold;
    font-size: 17px;
}
.facultperson .facdesign{
    font-weight: bold;
    font-size: 17px;
    padding: 20px;
}
.download {
	padding: 30px;
	text-align: center;
}
.guides {
	padding: 30px;
}
.top img{
	height: 130px;
	    margin-top: 20px;
    margin-bottom: 20px;
}
ul.nav.nav-tabs.fade.in.active{
	float: none;
}
.fa:hover{
	transform:rotate(360deg);
}
.contactlbl {
    padding: 35px;
    background-color: #ED1C24;
    color: white;
    font-weight: 600;
    font-size: 25px;
    /*text-shadow: 2px 2px #767676;*/
}
.contactlbl p{
	    margin: 0 0 0px;
}
.presimg{
    margin-top: 30px;
}
.presidentplas p{
	text-align: justify;
}
.footer p{
	text-align: justify;
}
.name {
	    color: #222;
    font-weight: bold;
}
.join{
	border-color: white;
}
.join:hover{
	background-color: white;
	color: #ED1C24;
}
.btn, .form-control{
	border-radius: 23px;
}
.curric .boxp:hover .btn-sm{
	color: #B3332F;
    background-color: white;
	transition:all .3s linear;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px solid #A29E9E;
}
.space10{
	height: 10px;
	min-height: 10px;
	clear: both;
}
.space20{
	height: 20px;
	min-height: 20px;
	clear: both;
}

.bodmem{
    padding:30px 0;
}
.presmsg{
    padding: 0;
}
.presmsg img, .past-presidenwrap img {
    margin-top: 0;
    margin-bottom: 20px;
    border: 2px solid;
} 
.past-presidenwrap {
    padding: 30px 0;
    text-align: center;
}
.past-presidenwrap h3 {
    font-weight: 600;
    color: #333;
}
.pp-imgs {
    text-align: center;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #e6e6e6;
    min-height: 430px;
    margin-bottom: 20px;
    border-radius:8px;
}
.row-nomb2 .pp-imgs{
    min-height: 370px !important;
}
.info-pp p.name {
    margin-bottom: 0;
}
.pp-imgs img {
    margin: 0 auto;
}
.info-pp {
    margin-top: 10px;
    font-size: 16px;
}

		
 @media (max-width: 768px){
     .navbar-brand>img {
   display: block;
    background-color: white;
    margin-left: -16px;
    height: 40px;
    width: 30px;
 }
.topbar a{
    font-size: 5px;
    display: inline-block;
 }
}
 
 
.p-msg p{
     text-align: justify;
     line-height: 1.6;
 }
 .k-msg img{
     height: 100px;
     width: auto;
     margin: 0 auto 20px;
     border: none;
 }
 .presmsg p.p-nm {
    float: right;
    font-weight: 600;
    font-size: 16px;
    margin: 15px 0 50px;
}

.presmsg p.p-nm small {
    font-size: 12px;
    font-weight: 500;
    float: right;
}

.presmsg p.text-center {
    text-align: center;
}