*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;   
    font-family: verdana;
}
@font-face {
	font-family: 'renfrew';
	src: url('Renfrew.eot');
	src: url('Renfrew.eot?#iefix') format('embedded-opentype'),
		url('Renfrew.woff') format('woff'),
		url('Renfrew.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
/* Logo - heading*/
.my-heading{
    padding-top: 25px;
    padding-bottom: 30px;
}
.mylogo{
    max-width: 200px;
    height: 100px;
    padding-right: 20px;
    text-align: center;
}
.mylogo-1{
    max-width: 200px;
    height: 100px;  
    text-align: center;
}

.logo-heading h1{
    line-height:  50px;
    font-family:renfrew, sans-serif;
    color: #91237f;
    font-size: 37px;
    
}
.logo-heading-1 h1{
    font-family:renfrew;
    color: #91237f;
/*    font-size: 37px;*/
}
.slogan {
	/*width: 485px;*/
    margin-top: -15px; 
    font-size: 17px;
    font-weight: bold;
    color: #686868;
    text-align: right;
    /* width: 445px;*/
    /*width: 438px;*/
    width: 485px;
}
.slogan-1{
    font-size: 14px;
    font-weight: bold;
    color: #686868;
    text-align: center;
    padding-bottom: 10px;
}
.cycle-slideshow{   
    z-index: 800;
}
.add-font-1{
    font-size: 21px;
}
.add-font{
    font-size: 21px;
}
#txt-slider{   
    text-align: center;    
}
.add-main{
    margin-bottom: 0;
}
.add-main-1{
    margin-bottom: 0;    
    text-align: center;
     width: 100%;
    
}
.add-main-1 h4{
    width: 100%; 
    font-weight: bold;
}
.add-main-1 h4:after{
    content: "";
    background-color: #1558b4;
    width: 80px;
    height: 1px;
    display: block;
    margin: 10px auto;
}
.myadd-1{
    color:#7ac100;
}
.myadd-2{
    color:#00a2e8;
}
.myadd-3{
    color:darkorange;
}
.head-add{
   text-align: center;  
}
.add-font-1{
    text-align: center!important;
    padding-top: 5px;
}
.head-add-1 h3{
    text-align: center;
    padding:5px 0 25px;
    margin-top: 2px;
    margin-bottom: 5px; 
    width: 100%;
    font-size: 21px;
    font-family:Constantia, sans-serif;
}
.head-add h3{
   margin-top: 2px;
   margin-bottom: 5px;
    width: 100%;
    color: coral;
    height:40px;
}
/*End logo - heading section*/

/*Start nav section*/

#mynav{
    background-color: #1558b4;
    color: white;
    margin:0;   
}
.affix {
    top: 0;
    width: 100%;
    z-index: 99999;
}

.affix + .container{
    padding-top: 70px;
}
.navbar-default .navbar-brand {
    color: white;
}
.navbar-default .navbar-brand:hover {
    color: white;
}
#mynav .navbar-nav > .active > a,
#mynav .navbar-nav > .active > a:hover{
    background: deepskyblue;
    border-bottom: 1px solid #91237f;
}
#mynav-drop li a{
    color: white;
    font-family: myriad pro;
    font-size: 16px;
}
#mynav-drop li a:hover{
    color: white;    
}
#mynav-drop li:hover{
    background-color:deepskyblue;
}
#mynav-drop .dropdown-menu li {
	background-color: white ;
   
}
#mynav-drop .dropdown-menu li a{
	background-color: white ;
    color: #1558b4;     
}
#mynav-drop .dropdown-menu li:hover a {
	background-color: #91237f;
    color: white;
}
#mynav .navbar-nav > .open > a {
   background-color: #1558b4;
}

/*End nav section*/

/* Start Slider */

#slider-img{
    width: 100%;
    height: 500px;
}
.mybanner{
    padding-right: 0px;
    padding-left: 0px;
}
.mybanner-row{
    margin-right: 0px;
    margin-left: 0px;
}
#mybanner-col{
     padding-right: 0px;
    padding-left: 0px;
}
/* End Slider Section */

/* Start Welcome slogan */
.welcome{
    padding: 50px 0 80px;
}
.welcome-sub{
    text-align: center;
}
.welcome-head{
    font-family:Constantia, sans-serif;
    color: #91237f;    
}
.welcome-head h2{
    font-weight:bold;    
}
.welcome-head h2:after{
    content:"";
    display:block;
    width: 190px;
    height: 1px;
    margin:12px auto;
    background-color: black;
}
.welcome-txt{
    font-size: 17px;
    font-weight: bold;
    color: #686868;
}
/* End welcome section */

/* start quality section */
.quality {
	padding: 0px 0px 80px;
    text-align: center;
}
.quality-main{
    border: 1px solid gray;
    border-bottom: 2px solid #91237f;
    padding: 10px 20px 25px;
    box-shadow: 2px 2px 2px lightgray;
    margin-top: 30px;
	height: 250px;
}
.quality-head h3 {
	color:#1558b4;
    font-family: Myriad Pro;
}
.quality-txt {
	padding-bottom: 10px;
    font-family:  Candara;
}
.quality-txt p{
    font-weight: bold;
    color: #aca9a9;
}
.quality-btn a {
	text-decoration: none;
    
}
.quality-btn a:visited,
.quality-btn a:active{
    color: white;
}

.mybtn {
	padding: 10px 15px;
    background-color: #1558b4;
    color: white;    
}
/*
.quality-btn a:link {
	padding: 10px 15px;
    background-color: #1558b4;
    color: white;    
}
*/

.mybtn:hover{
    color:#91237f !important;
    background-color: white;    
    border: 1px solid #91237f;
    
}
.mybtn :visited{
    color:white;
}
/* End Quality Section */

/* Start Jeevanjyot */
.whyjeevan{
    padding: 10px 0 80px;
    background: #eeeeee;
}
.whyjeevan-title{
    text-align: center;
    padding: 20px 0;
}
.title-head h3{
    color:#1558b4;
    font-family: Myriad Pro;    
}
.title-head h3:after{
    content:"";
    width: 100px;
    height: 1px;
    background: #91237f;
    display: block;
    margin: 10px auto;
}

.choosejeevan-head h4 {
	color: #91237f;
    font-family: Myriad Pro; 
}
.choosejeevan-txt p{
    font-family: Myriad Pro; 
}
.choosejeevan-list i {
	color: #91237f;
}
.choosejeevan-list p{
    font-family: Myriad Pro; 
}
.choosejeevan-btn a,
.choosejeevan-btn a:visited,
.choosejeevan-btn a:active{
    text-decoration: none;
    color: white;    
}
.choosejeevan-btn {
	margin-top: 20px;
}
.whyjeevan-btn{
    padding: 10px 15px;
    background-color: #1558b4;
    color: white;
}
.whyjeevan-btn:hover {
	color:#91237f !important;
    background-color: white;    
    border: 1px solid #91237f;
}
.choosejeevan-img{
   padding: 25px 15px;
}
/* End whyjeevanjyot */

/* Start medium-classes */
.medium-classes{
    padding: 70px 0 80px;
}
.medium-bgimg{
    background-image: url(../img/18.jpeg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 300px;    
}
.medium-overlay{
    width: 100%;
    min-height: 300px;
    background: rgba(38,11,36,.62);
    background-repeat: no-repeat;
}
.clasess-main{
    position: relative;
    text-align: center;
    height:300px;
    font-family: Myriad Pro
}
.clasess-main-1{
    position: relative;
    text-align: center;
    height:170px;
    font-family: Myriad Pro;
    display: block;
}
.classes-sub{
   /* padding: 30px;*/
    background-color: rgba(0,0,0,.62);  
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    padding: 30px; 
    width: 100%;
    display: block;
}
.classes-title h3{
    padding: 0px;
    margin: 0px;
}
.classes-head h4:after{
    background: white;
    content: "";
    width: 80px;
    height: 1px;
    display: block;
    margin: 8px auto;
}
/* End medium - classes */

/* Start event section */

.event{
    padding: 20px 0px 80px;
    text-align: center;
}
.event-info{
    padding-bottom: 30px;
}
.event-head h3{
    font-family: Myriad Pro;
    color:#1558b4;
}
.event-head h3:after{
    content: "";
    width: 80px;
    height: 1px;
    display:block;
    background: #91237f;
    margin: 5px auto;
}
.event-main{
    margin-bottom: 30px;
}
.event-btn{
    text-align: right;  
}
.btn-main a{
    text-decoration: none;
}
.btn-main a:hover,
.btn-main a:visited,
.btn-main a:active{
  text-decoration: none;
  color: white;
}
.btn-main a:active{
    color:#91237f !important;
}
.gallery-btn{
    padding: 10px 15px;
    color: white;
    background-color: #1558b4;
    margin-right: 20px;
}
.gallery-btn:hover{
    color: #91237f !important;
    background-color: white;    
    border: 1px solid #91237f;
}
.event-sub{
    position:relative;
    overflow: hidden;
}
.event-overlay{
    position: absolute;
    background: rgba(38,11,36,.62);
    bottom: 100%;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    transition: .5s ease;
    position: 0;
    height: 0;
      overflow: hidden;
}
.event-sub:hover .event-overlay{
    height: 100%;
}

.event-txt{
    white-space: nowrap;
    color: white;
    font-size: 17px;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
/* End event gallery */

/* start std-review */
.review{
    padding: 50px 0px 80px;
}
.review-main{
    text-align: center;
    padding-bottom: 30px;
}
.review-head h3{
    color: #1558b4;
    font-family: Myriad Pro;
}
.review-head h3:after {
	content: "";
    width: 80px;
    height: 1px;
    display:block;
    background: #91237f;
    margin: 5px auto;
}
.std-img .std-main img{
   width: 100%;
   height: 190px;
   border-radius: 50%;
   display: inline-block;
}
.std-img .std-txt{
    width: 80%;
}
.std-head{
    padding-left: 30px;   
}
.std-head h4{
    color: #1558b4;
    font-family: Myriad Pro;
}
.std-content{
    padding-left: 30px;    
}

/* std review col-xs-12  */
.std-pic{   
    width: 20%;
}
.std-pic img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.std-review-1{
    text-align:center;
}
.std-img .std-txt-1{  
    width: 100%;
}
.review-std-content .std-main img{
   width: 100px;
   height: 100px;
   border-radius: 50%;
   display: inline-block;
} 
.std-head-1{
    text-align: center;
    width:100%;
}
.std-head-1 h4{
    color: #1558b4;
    font-family: Myriad Pro;
}
.std-content-1{
    padding: 0px 15px;
    text-align: center;
    width:100%;
    min-height: 280px;
} 
/* end std review col-xs-12 */

/* End std review */

/* Start classes-contact */
.class-name{
    padding: 15px 0px;
     color: white;
}
.classes-contact{
    background: #262e43;
   /* color: white;*/
    padding: 40px 0px 40px;
}
.classes-address{
    padding-bottom: 15px;
     color: white;
}
.classes-mobi{
    padding-bottom: 15px;
     color: white;
}
.classes-email{
    padding-bottom: 15px;
     color: white;
}
.classes-email a{
    color: white;
}
p .myicon{
    font-size: 20px;
     color: white;
}

.classes-social .myf-book {
	padding: 10px 15px;
    border-radius: 50%;
    border: 1px solid white;
    margin-right: 10px;
    color: white;
}
.classes-social .mytwit {
    padding: 10px 13px;
    border-radius: 50%;
    border: 1px solid white;
    margin-right: 10px;
    color: white;
}
.classes-social .mygoogle {
	padding: 10px 10px;
    border-radius: 50%;
    border: 1px solid white;
    color: white;
}
.form-head{
    padding: 15px 0px;
     color: white;
}
.form-btn{
    padding: 10px 17px;
    color: white;
    background: #1558b4;   
    border: 0px;
}
.form-textarea textarea{
    color: black;
}
input[type=text]{
    padding-left: 5px;
    padding: 5px 0;
    color:black;
}
input[type=email]{
    padding-left: 5px;
    padding: 5px 0;
    color:black;
}
input[type=tel]{
    padding-left: 5px;
    padding: 5px 0;
    color:black;
}
/* End classes contact */

/* Start myfooter */
.myfooter{
    background: #1558b4; 
}
.myfooter-content{   
    width: 100%;
    padding: 15px 0px;    
    text-align: center;
    color: white;    
}
.myfooter-content p{
   /* line-height: 20px;*/
     margin: 0 auto;  
    color: white;
}
/* End myfooter */

/* Start About Us Page */
/* Start about-baner */
.about-banner{
    width: 100%;
    min-height: 400px;
    background-image: url(../img/about.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.about-banner-1{
    width: 100%;
    min-height: 200px;
    background-image: url(../img/about.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
/*
.about-overlay{
    width:100%;
    color: white;
    background: rgba(38,11,36,.62);
}
.banner-img{
    position: relative;
    text-align: center;
    height:400px;
    
}
.banner-head{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 100%;
    font-family: Myriad Pro;
    display: block;
}
.banner-head h1{
    font-weight: bold;
}
.banner-head h1:after{
    background-color: white;
    height: 1px;
    width: 70px;
    content: "";
    margin: 5px auto;
    display: block;
}
*/
/* End about-baneer Section  */

/*  Start about Jevanjyot  */
    
.about-jeevan{
	padding: 50px 0px 80px;
}
.about-info{
    font-family: Myriad Pro;
    text-align: center;
    padding-bottom: 30px;
}
.about-head{
    width: 100%;
}
.about-head h2 {
    font-weight: bold;
    color: #1558b4;
    text-align: center;
    font-family: Myriad Pro;
}
.about-head h2:before{
    content: url(../img/line1.png);
    display: inline-block;
	width: 100px;
	height: auto;
	margin: 0 auto;
}
.about-head h2:after{
    content: url(../img/line1.png);
    display: inline-block;
	width: 100px;
	height: auto;
	margin: 0 auto;
}
.md-photo{
    padding: 30px;
}
.about-md{
    padding: 20px 0px 0px;
}
.jeevan-md h3{
    font-family: Myriad Pro;
    color: #91237f;
    font-weight: bold;
}
.md-name h4{
   font-family: Myriad Pro;
    font-weight: bold;
}
.md-txt{
    font-family: verdana; 
}
/*.md-txt p{
    text-indent: 15px;
}*/
.about-sub p{
    text-indent: 15px;
}
/* Start co-xs */
.about-main-1{
    padding-bottom: 30px;
}
.about-head-1{
    width: 100%;
}
.about-head-1 h2 {
    font-weight: bold;
    color: #1558b4;
    text-align: center;
}
.md-pics-1{
   margin-top: 30px important;
}
/* End col-xs */

/*  End about Jevanjyot  */

/* Start about Why jeevanJyot */

.jeevanjyot-why{
    padding: 20px 0 70px;
}
.jeevan-why-head{
    padding: 10px 0px 30px;
    text-align: center;
    width: 100%;
}
.jeevan-why-title h2{
    font-family: Myriad Pro;
    color: #1558b4;
    font-weight: bold;
}
.jeevan-why-title h2:before{
    content: url(../img/line1.png);
    display: inline-block;
	width: 100px;
	height: auto;
	margin: 0 auto;
}
.jeevan-why-title h2:after{
    content: url(../img/line1.png);
    display: inline-block;
	width: 100px;
	height: auto;
	margin: 0 auto;
}
.jeevan-why-point p i{
    color: #920374;
}

/* col-xs-visible */
.jeevan-why-head-1{
    padding: 10px 0px 10px;
    text-align: center;
}
.jeevan-why-title-1 h2{
    font-family: Myriad Pro;
    color: #1558b4;
    font-weight: bold;
}

/* End about Why jeevanJyot */

/* Start about-facilities */
.facilities-head{
    text-align: center;
    padding-bottom: 20px;
}
.faility-title h2{
    font-family: Myriad Pro;
    color: #1558b4;
    font-weight: bold;
}
.faility-title h2:before{
    content: url(../img/line1.png);
    display: inline-block;
	width: 100px;
	height: auto;
	margin: 0 auto;
}
.faility-title h2:after{
    content: url(../img/line1.png);
    display: inline-block;
	width: 100px;
	height: auto;
	margin: 0 auto;
}
.about-facilities{
    padding: 10px 0px 80px;
}
.facility-equipment{
    width: 200px;
    height: 200px; 
    border-radius: 50%;    
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;    
}
.equipment{
   padding: 40px 40px;
    border-radius: 50%;
    background-color: #e1e1e1;
    display: block;
     margin-left: auto;
    margin-right: auto;
    box-shadow: 1px 1px 2px rgba(0,0,0,.42);
}
.equipment img{
   width:90px;
   height: auto;
}
.item-name{
   margin-bottom: 30px 0;    
   color: #1558b4;
   font-family: Myriad Pro;   
   font-weight: bold;
}
.facilities-head-1 h2{
    font-family: Myriad Pro;
    color: #1558b4;
    font-weight: bold;
}
/* End facilities section */

/* Start about-classes-section */
.about-classes{
    padding: 10px 0px 80px;
}
.abt-class{
    text-align: center;
    padding-bottom: 40px;
}
.class-head h2{
    font-family: Myriad Pro;
    color: #1558b4;
    font-weight: bold;
}
.class-head h2:before{
    content: url(../img/line1.png);
    display: inline-block;
	width: 100px;
	height: auto;
	margin: 0 auto;
}
.class-head h2:after{
    content: url(../img/line1.png);
    display: inline-block;
	width: 100px;
	height: auto;
	margin: 0 auto;
}
.class-head-1 h2{
    font-family: Myriad Pro;
    color: #1558b4;
    font-weight: bold;
}
.class-classes{
    text-align: center;
    padding: 10px 15px;
    border: 1px solid #1558b4;
    margin-top: 30px;
}
.class-txts{
    color:#91237f;
}

/* End About Us Page */

/* Start Admission Page */
.admission-banner{
    width: 100%;
    min-height: 400px;
    background-image: url(../img/9.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.admission-banner-1{
    width: 100%;
    min-height: 200px;
    background-image: url(../img/9.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
/*
.admission-overlay{
    width:100%;
    color: white;
    background: rgba(38,11,36,.62);
}
*/
.admission{
    padding: 40px 0px 80px;
}
.admission-info{
    padding-bottom: 30px;
    text-align: center;
}
.myphone{
    padding: 0px 10px;
/*    text-align: center;*/
}
.myno{
    padding-left: 30px;
    text-align: center;
}
.classes-mobi-1 h4{
    color: black;
}
.admission-head h2{
    font-family: Myriad Pro;
    color: #1558b4;
    font-weight: bold;
}
.admission-head h2:before{
    content: url(../img/line1.png);
    display: inline-block;
	width: 100px;
	height: auto;
	margin: 0 auto;
}
.admission-head h2:after{
    content: url(../img/line1.png);
    display: inline-block;
	width: 100px;
	height: auto;
	margin: 0 auto;
}
.admission-head-1 h2{
    font-family: Myriad Pro;
    color: #1558b4;
    font-weight: bold;
}
h4 .myicon{
    font-size: 20px;
     color: black;
}
.admission-main{
    padding-bottom: 30px;
    text-align: center;
}
.admin-std h2{
    font-family: Myriad Pro;
    color: #1558b4;
    font-weight: bold;
}
.admin-std-1 h3{
    font-family: Myriad Pro;
    color: #1558b4;
    font-weight: bold;
    font-size: 23px;
}
.admin-medium{
    text-align: center;
    width: 65%;
    margin: 0 auto;
    display: block;
}
.admin-medium-1{
    text-align: center;
    width: 100%;
    margin: 0 auto;
    display: block;    
}
.admin-medium-head{
    padding: 7px 5px;
    color:#fff600;    
    background-color: #920374;
}
.admin-medium-head h3{
    
    margin-top: 0px;
    margin-bottom: 0px;
}
.admin-start h3{
    font-family: Myriad Pro;
    color: #1558b4;
    font-weight: bold;
}
.admin-start h3 i{
    color: #920374;    
}
.admin-start-1{
    padding: 10px;
}
.admin-start-1 h4 {
    font-family: Myriad Pro;
    color: #1558b4;
    font-weight: bold;
}
.admin-start-1 h4 i{
    color: #920374;
    /*padding-left: 5px;*/
}
.admin-book{
   width: 35%;
  display: block;
  text-align: center;
  margin: 20px 0px;
}
.admin-book h3{
    padding: 10px 10px;
    border-radius: 20px;
    background: #e47b00;
    color: white;
}
.admin-book h3{
    
    margin-top: 0px;
    margin-bottom: 0px;
}
.admin-book-1{
    width: 60%;
    display: block;
    text-align: center;
    margin: 20px 0px;
}
.admin-book-1 h3{
    padding: 10px 10px;
    border-radius: 20px;
    background: #e47b00;
    color: white;
}
.admin-book-2{
  display: block;
  padding: 0px 8px;
  text-align: center;
    margin: 20px 0px;
}
.book-head-2 h3{
    padding: 10px 10px;
    border-radius: 20px;
    background: #e47b00;
    color: white;
}

/* End Admission Page */

/* Start Contact Page */


.our-cont{
    padding: 40px 0px 80px;
}
.cont-head h2{
   font-family: Myriad Pro;
    color: #1558b4;
    font-weight: bold;
}
.cont-info{
    text-align: center;
    padding-bottom: 30px;
}
.cont-head{
    padding-bottom: 30px;
}
.cont-head h2:before{
    content: url(../img/line1.png);
    display: inline-block;
	width: 100px;
	height: auto;
	margin: 0 auto;
}
.cont-head h2:after{
    content: url(../img/line1.png);
    display: inline-block;
	width: 100px;
	height: auto;
	margin: 0 auto;
}
.cont-head-1{
    padding-bottom: 30px;
}
.cont-head-1 h2{
    font-family: Myriad Pro;
    color: #1558b4;
    font-weight: bold;
}
.class-name-1 h3{
    padding: 15px 0px;
     font-family: Myriad Pro;
    color: #1558b4;
    font-weight: bold;
}
.cont-tx{
    padding: 0px 20px;
}
.cont-txt p:after{
    width: 80px;
    height: 1px;
    background-color: black;
    margin: 8px auto;
    content: "";
    display: block;
}
.contact-banner{
/*    background: #262e43;*/
   color: white;
    padding: 40px 0px 40px;
}

.classes-address-1{
    padding-bottom: 15px;
     color: black;
}
.classes-mobi-1{
    padding-bottom: 15px;
     color: black;
}
.classes-email-1{
    padding-bottom: 15px;
     color: white;
}
.classes-email-1 a{
    color: black;
}
p .myicon-1{
    font-size: 20px;
     color: black;
}
.cont-banner{
    width: 100%;
    min-height: 400px;
    background-image: url(../img/contactus.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.cont-banner-1{
    width: 100%;
    min-height: 200px;
    background-image: url(../img/contactus.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
/*.cont-overlay{
    width:100%;
    color: white;
    background: rgba(38,11,36,.62);
}*/
.classes-location-1{
  color: black;  
}
.form-head-1 h3{
    padding: 15px 0px;
    font-family: Myriad Pro;
    color: #1558b4;
    font-weight: bold;
}
.form-btn{
    padding: 10px 17px;
    color: white;
    background: #1558b4;   
    border: 0px;
}
.form-textarea textarea{
    color: black;
}
input[type=text]{
    padding-left: 5px;
    padding: 5px 0;
    color:black;
}
input[type=email]{
    padding-left: 5px;
    padding: 5px 0;
    color:black;
}
input[type=tel]{
    padding-left: 5px;
    padding: 5px 0;
    color:black;
}
.contact-foot{
    text-align: center;
}
/* End Contact Page */

/* Start Gallery Page */
    
.gallery-banner{
    width: 100%;
    min-height: 400px;
    background-image: url(../img/celebration-3.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.gallery-banner-1{
    width: 100%;
    min-height: 200px;
    background-image: url(../img/celebration-3.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%; 
}
/*.gallery-overlay{
    width:100%;
    color: white;
    background: rgba(38,11,36,.62);
}*/
.gallery-info-sect{
    text-align: center;
    padding: 50px 0px 80px;
}
.gallery-head-sect {
	padding: 10px 0px 30px;
}
.gallery-head-sect h2{
    font-family: Myriad Pro;
    color: #1558b4;
    font-weight: bold;
}
.gallery-head-sect h2:before{
    content: url(../img/line1.png);
    display: inline-block;
	width: 100px;
	height: auto;
	margin: 0 auto;
}
.gallery-head-sect h2:after{
    content: url(../img/line1.png);
    display: inline-block;
	width: 100px;
	height: auto;
	margin: 0 auto;
}
.gallery-head-sect-1 h2{
    font-family: Myriad Pro;
    color: #1558b4;
    font-weight: bold;   
}
.gallery-sect-main{
    padding-bottom: 30px;
    
}
.gallery-align{
    position:relative;
    margin-bottom: 50px;
}
.gallery-sect-sub{
    position:absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.nav-pills li{
    padding: 15px;
}
.nav-pills li:nth-chid(4){
    padding-left: 0px;
}
.annual-head{
    padding-top: 30px;
}
#galls-btn{
    padding: 10px 15px;
    border: 1px solid #1558b4;
/*
    background: white;
    color: #1558b4;
*/
}
.mygallery > li > a:hover, .mygallery  > li > a:focus {
    color:#006e96;
     background-color: white;
}
.anual-title h3{
    color: #920374;
    font-family: Myriad Pro;
    font-weight: bold;
    
}
.anual-title h3:after{
    display: block;
    background: #920374;
    width: 100%;
    height: 1px;    
    content: "";
}
/* End Gallery Page */

/* Start Results Page */
.result-banner{
    width: 100%;
    min-height: 400px;
    background-image: url(../img/result2.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.result-banner-1{
    width: 100%;
    min-height: 200px;
    background-image: url(../img/result2.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.results{
    padding: 50px 0px 50px;
}
.results-info{
    padding-bottom: 50px;
    text-align: center;
}
.results-head h2 {
	font-family: Myriad Pro;
    color: #1558b4;
    font-weight: bold;
}
.results-head  h2:before{
    content: url(../img/line1.png);
    display: inline-block;
	width: 100px;
	height: auto;
	margin: 0 auto;
}
.results-head  h2:after{
    content: url(../img/line1.png);
    display: inline-block;
	width: 100px;
	height: auto;
	margin: 0 auto;
}
.results-head-1 h2{
    font-family: Myriad Pro;
    color: #1558b4;
    font-weight: bold;
}
.jeevan-result{
    position: relative;
    margin-bottom: 80px;
}
.jeevan-result-sub{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.rst-year{
	padding-bottom: 10px;
}
.rst-tite h3{
	color: #920374;
    font-family: Myriad Pro;
    font-weight: bold;
}
.std-year h4{
	font-family: Myriad Pro;
    color: #1558b4;
    font-weight: bold;
}
.rst-tite h3:after{
	display: block;
    background: #920374;
    width: 100%;
    height: 1px;    
    content: "";
}
.rst-main{
	text-align: center;
	padding-bottom: 30px;
}
.std-name{
	height: 30px;
}
.std-name h4{
	/* color: #920374; */
    font-family: Myriad Pro;
    font-weight: bold;
}
.rst-info{
    padding: 10px 0 20px;
}
.rst-border{
    border-left: 6px solid #4CAF50;
    background-color: #ddffdd;
    border-right: 6px solid #4CAF50;
    padding: 10px;    
    text-align: center;
}
.rst-border h4{
    font-family: Myriad Pro;
    font-weight: bold;
    color: #920374;
}
.rst-border h3{
    color: #1558b4;
}
/* End Results Page */


/* Start faculty Page */
.faculty-info{
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.faculty-banner{
    width: 100%;
    min-height: 400px;
    background-image: url(../img/faculty.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.faculty-banner-1{
    width: 100%;
    min-height: 200px;
    background-image: url(../img/faculty.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/*.faculty-overlay{
     width:100%;
    color: white;
    background: rgba(38,11,36,.62);
}*/
.faculty{
    padding: 50px 0px 80px;
}
.faculty-head{
    text-align: center;
    padding-bottom: 50px;
}
.faculty-title h2{
    font-family: Myriad Pro;
    color: #1558b4;
    font-weight: bold;
}
.faculty-title-1 h2{
    font-family: Myriad Pro;
    color: #1558b4;
    font-weight: bold;
}
.faculty-title  h2:before{
    content: url(../img/line1.png);
    display: inline-block;
	width: 100px;
	height: auto;
	margin: 0 auto;
}
.faculty-title  h2:after{
    content: url(../img/line1.png);
    display: inline-block;
	width: 100px;
	height: auto;
	margin: 0 auto;
}
.faculty-name h3{
    font-family: Myriad Pro;
    color: #1558b4;
    font-weight: bold;
   
}
.faculty-med p{
    color:  #920374;
    font-weight: bold;
    font-size: 15px;
}
.faculty-exp h4{
    
    font-weight: bold;
    
}
/* End Result Page */