

/*-------------------------------------------animation-------------------------*/
@keyframes fadeOut{
    100% {
        opacity: 0;
        visibility: hidden;
    }
}

/*------------------------------------------- end of animation-------------------------*/
.home-head-nav{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.slide{
/*    border: 1px solid red;*/
    width: 100%;
    height: 100vh;
}
.single-slide img{
    width: 100%;
    height: 100%;
    
}
. single-slide{
    width: 100%;
   height: 100vh;
}
.slider-title{
    display: table;
    height: 100%;
    text-align: center;
    width: 100%;
      background:linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url('../images/2.jpg') center center no-repeat;
    background-size: auto;
    height: 100vh;
    
}

.slider-title-2{
    display: table;
    height: 100%;
    text-align: center;
    width: 100%;
      background:linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url('../images/banner3.jpg') center center no-repeat;
    background-size: cover;
    height: 100vh;
    
}

.slider-title-3{
    display: table;
    height: 100%;
    text-align: center;
    width: 100%;
      background:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url('../images/banner2.jpg') center center no-repeat;
    background-size: cover;
    height: 100vh;
    
}
.table-cell{
    display: table-cell;
    vertical-align: middle;
}
/*
.table-cell  h1{
    color: #fff;
    font-weight: 500;
}
*/
/*------------------------------------------prev & next------------------------------*/
.cycle-prev, .cycle-next{
    position: absolute;
    top: 40%;
    background-color: rgba(0,0,0,.35);
    color: #fff;
    padding: 0 15px 5px;
    display: block;
    cursor: pointer;
    vertical-align: middle;
    font-size: 200%;
    z-index: 1003;
    opacity: 0;
    transition: opacity 0.5s;
}
.cycle-prev{
    left: 0;
}
.cycle-next{
    right:0;
}
.cycle-slideshow:hover .cycle-prev,
.cycle-slideshow:hover .cycle-next{
    opacity: 1;
}

/*------------------------------------cycle-pager------------------------------*/
.cycle-pager{
    position: absolute;
    bottom: 20px;
    z-index: 1004;
    width: 100%;
    text-align: center;
}
.cycle-pager span{
    text-indent: -9999px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 4px;
    cursor: pointer;
    
    

}

.cycle-pager .cycle-pager-active{
    background-color:rgba(242,209,70,0.7);
}

/*----------------------------------------end of slider---------------------------------*/


/*--------------------------------
.group:before,
.group:after {
	content: "";
	display: table;
}

.group:after {
	clear: both;
}

.group {
	zoom: 1;
}------------------------------ */


/*
        
---------------------------------------------
color :
red  #e52c2a
green 368029

base footer : 191e21
----------------------------------------------


    font-family: 'Roboto Slab', serif;          tagline,date

    font-family: 'Pinyon Script', cursive;

    font-family: 'Open Sans', sans-serif;     body

    font-family: 'Montserrat', sans-serif;

    font-family: 'Roboto', sans-serif;          button,nav, heading




*/

/*--------------------------------------
        /*    BASIC SETUP    */
----------------------------------------*/

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}

/*----------------------------page pre-loader------------------------*/
#page-loader{
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
   
}
/*
.page-loader>img{
    width: 100px;
    height: 100px;
}
*/

.page-loader .hidden{
    animation: fadeOut 1s;
    animation-fill-mode: forwards;
}

/*---------------------------- end of page pre-loader------------------------*/

html{
    background-color: #fff;
    color:#888;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

.fa {
    font-family: 'FontAwesome' !important;
}
/*--------------------------------------------------*/
        /*    REUSABLE CONTENT    */
/*---------------------------------------------------*/


.row{
   
    max-width:1140px;
    margin: 0 auto; 
    
}



ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.mr-0{
    margin-right: 0px !important;
}
.space{
    padding: 80px 0;
}
.space-top{
    margin-top: 80px;
}
.space-bottom{
    margin-bottom: 2em;
}
.top-space{
    padding-top: 80px;
}

.space-0{
    margin: 0 !important;
    padding: 0 !important;
}
.align-left{
    text-align: left;
   
}
.box{
    position: relative;
    width: 100%;
    
}
.push-right{
    float: right;
}
.para-indent{
    text-indent: 4%;
}
/*-----------------------HEADINGS------------------------------*/



h1,h2,h3{

    font-weight:700;
    letter-spacing: 1px;
    
    
}
h1{
       margin:0;
    color: #fff;
    font-family: 'Roboto Slab', serif; 
    font-size: 240%;
    word-spacing: 3px;
/*    text-shadow: 0px 1px 5px #000;*/
    text-shadow: 0px 0px 150px #000;
}
h2,h3,h4{
   font-family: 'Roboto', sans-serif; 
    text-align:left;
    word-spacing: 2px;
   
}

h2{
    
    font-size: 180%;
     margin: 0 0 30px 0;
    text-transform: capitalize;
    color: #368029;
}
.light-heading{
    font-weight: normal;
}
h3{
   
    font-size: 140%;
    
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #888;
}
h4{
       
    font-size: 130%;
    margin: 0;
    text-transform: capitalize;
    color:#e52c2a ;
    margin-bottom: 30px;

}
.head-centered{
    font-weight: normal;
    text-align: center;
    color: #368029;
    margin-bottom: 3em;
}
.red{
    color:#e52c2a; 
}
.normal-head{
    font-weight: normal;
    text-decoration: none;
}
/*-----------------------------------------------------------*/
.b{
    border: 1px solid red;
}



/*----------------------------footer--------------------------*/

footer{
    background-color: #24292d;
    outline: none;
    
}

.footer-col-1, .footer-col-2, .footer-col-3, .footer-col-4{
/*    width:85%;*/
    margin: 60px auto;
    box-sizing: border-box;
    

}


.footer-col-2, .footer-col-3{
    box-sizing: border-box;
    padding-left: 2em;
}
.footer-col-2 ul.footer-commity{
    padding: 0;
    margin: 0;
    display: block;
}
.footer-col-2 ul.footer-commity li{
    list-style: none;
}
.footer-col-2 ul.footer-commity li a:link,
.footer-col-2 ul.footer-commity li a:visited{
    text-decoration: none;
    display: block;
    color:#ddd; 
    padding: 1em 0;
     font-family: 'Open Sans', sans-serif;
    font-size: 100%;
     font-weight: normal;
    text-align: left;
    line-height: 145%;
     letter-spacing: 1px;
    word-spacing: 2px;
     border-bottom: 1px solid transparent; 
    transition: color 0.2s;
}

.footer-col-2 ul.footer-commity li a:hover,
.footer-col-2 ul.footer-commity li a:active{
    color: #eee;
    font-weight: 700;
}
.footer-col-2 ul.footer-commity li a:nth-child(1){
    padding-top: 0.1em;
}
.footer-col-4 {
    padding-left: 2em;
}

.foot-head{
    color: #eee;
     font-family: 'Roboto', sans-serif;  
    font-size: 90%;
    text-align: left;
    text-transform: uppercase;
    
    
}
.foot-body{
    color: #ddd;
    font-family: 'Open Sans', sans-serif;
    font-size: 80%;
    font-weight: normal;
    text-align: left;
    line-height: 145%;
    letter-spacing: 1px;
    word-spacing: 2px;
}
/*-------------------footer col middle------------------*/

.footer-left{
      font-family: 'Open Sans', sans-serif;
        color: #ddd;
    float: left;
    clear: left;
    line-height: 1.5em;
    font-size: 130%;
    font-weight: 700;
    padding-top: 0;
    margin:0;
}
.footer-left span{
    color: #ddd;
}

.footer-body{
        
    padding-top: 0;
      font-family: 'Open Sans', sans-serif;
    font-size: 100%;
    padding-left: 20px;
     line-height: 145%;
    margin:0 0 6px 15px;
    letter-spacing:1px;
}

.footer-body p{
    margin: 0;
    padding: 5px 0;
}

/*---------------------------.foot col left*---------------------*/

.foot-right .foot-head{
    padding-left: 9%;
    margin-bottom: 65px;
}
.big-links {
    font-size: 150%;
    padding-top: 40px;
  
}



/*----------------------------footer base--------------------------*/


.footer-base{
    height: 70px;
    font-size: 70%;
    color: #888;
    text-align: left;
    background-color: #191e21;
/*    border-top: 1px solid #555;*/
    outline: none;
    
}


.base-nav li{
    float: right;
    margin-top: 15px;
    display: inline-block;
    margin-left: 30px;
}

.base-nav li a:link,
.base-nav li a:visited{
    color: #888;
    text-decoration: none;
    
}

.base-nav li a:hover,
.base-nav li a:active{
   color: #ddd; 
}
/*--------------------------utility classes---------------*/


.b{
    border: 1px solid  red;
}
.intro-image{
    width: 100%;
  max-width: 400px;
  height: auto;
    float: right;
   
    margin:0 0 5px 25px;
}


.left-border{
  
    border-left: 1px solid #c3c3c3;
    padding-left: 15px;
    overflow-x: hidden;
   

}

ul.bullet-list{
    list-style:none;
    padding-left:  10%;
    
    margin-top: 3em;
   
    
    
}

ul.bullet-list li{
    font-size: 90%;
     background: url(../images/icons/bullet-dark.jpg) no-repeat top left;
    background-position: 0 0.25em;
    background-size: 0.9em 0.9em;
    line-height: 1.5625;
    padding: 0 0 0.2em 1.5em;
    margin:0 0 1em 0.9em;
    
}
.bg-alt{
    background-color: #f2f2f2;
}
/*-------------------------------------quick facts-------------------------*/

.quick-facts-block{
    
/*background-color: #f0f0f0;*/
    margin: 0 auto;
}
.fact-table{
    text-align: center;
   
    width: 90%;
    margin: 0 auto;
    padding: 5em 1em;
    list-style: none;
}
.fact-4{
    
    max-width: 25%;
    margin: 0;
    padding: 0 1.5em;
    text-align: center;
    line-height: 100%;
    font-size: 100%;
    font-weight: 700;
    display: inline-block;
}
.quick-fact-icon{
    color: red;
    
    font-size: 300%;
    font-weight: 700;
    line-height: 130%;
    display: inline;
}
.quick-fact-text{
    color: #333;
    display: block;
    font-size: 100%;
    font-weight: 400;
    padding-top: 0.5em;
    line-height: 140%;
}



/*-----------------------Associates & advantages------------------------------*/


.associates{
    margin: 4em 0 0;
}
.associates h2{
    margin-bottom: 2em;
}
.associates-table,.home-advantages-table{
    text-align: center;
    width: 90%;
    margin: 0 auto;
    padding: 1em 1em;
    list-style: none;
}
.associates-row-wrap,.advantages-row-wrap{
        margin-bottom: 4em;
}
.associates-row,.advantages-row{
    display: inline-block;
}

.associates-4{
    
    max-width: 25%;
    margin-right: 3em;
    padding: 0 1.5em;
    text-align: center;
    line-height: 100%;
    display: inline-block;
    vertical-align: middle;
   
}
.associates-logo{
  
    line-height: 130%;
    display: inline;
}
/*------------------------------------news-------------------------*/

div.news {
  margin: 5px;
     position: relative;
  border: 1px solid #ccc;
 
  width: 240px;
    height: 300px;
    margin: 0 auto;
}
.news-image{
    position: relative;
}
.news-image .overlay {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    color: #fff;
    text-align: center;
    font-family: 'Roboto Slab', serif;
    font-size: 90%;
    text-transform: uppercase;
    white-space: nowrap;
    padding:5px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.6);


  
}
div.news img {
    display: block;
  width: 100%;
  height: auto;
}
.news-desc {
  padding: 0.5em 0;
    
    font-size: 85%;
   margin-top;0
    text-align: justify;
    height: auto;
}
.news-desc{
    margin: 0.5em ;
}
.news-desc h5{
    font-size: 100%;
    font-weight: 700;
    margin: 0;
    padding: 0;
}



/*-----------------------BUTTONS------------------------------*/

.btn:link,
.btn:visited{
    display: inline-block;
    padding: 10px 30px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 10px;
    color: #fff;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
    
}


.btn-full:link,
.btn-full:visited{
    background-color: #e52c2a;
     border: 1px solid #e52c2a;
    margin-right: 16px;
    outline: none;
        
}

.btn-ghost:link,
.btn-ghost:visited{
    border: 1px solid #e52c2a;
    color: #e52c2a;
    outline: none;
    
}
.btn-green:link,
.btn-green:visited{
    color: #368029;
   display: block;
    width:30%;
    text-align: center;
    border: 1px solid  #368029;
    padding: 0.3em 0.5em;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    border-radius:0.3em;
    margin-top: 0.5em; 
    outline: none;
     transition: background-color 0.2s, border 0.2s, color 0.2s;
}

.btn-blue{
    text-decoration: none;
text-align: center;
/*border: 1px solid red;*/
font-size: 90%;
font-weight: bold;
color:#fff ;
padding: 0.6em 1em;
    border: none;
    outline: none;
background: rgba(60,90,178,0.8);
}

.btn-light:link,
.btn-light:visited{
    margin-right: 20px;
    padding:10px 40px;
    background-color: #ec6d6d;
     border: 1px solid #ec6d6d;
    border-radius: 5px;
    outline: none;
    transition: border 0.2s, background-color 0.2s;
}
.btn-link:link,
.btn-link:visited{
    display:inline-block;
    text-decoration: none;
/*     font-family: 'Roboto', sans-serif;*/
    font-weight: 700;
    letter-spacing: 1px;
    color: red;
    border: 1px solid red;
    border-radius: 5px;
    padding: 5px 10px;
    margin-top: 1em;
    transition: border 0.2s, background-color 0.2s, color 0.2s;
}
.btn-link:hover,
.btn-link:active{
    color: #fff;
    font-weight: 700;
   background-color: #a61614;
    border: 1px solid #a61614;
}
.btn:hover,
.btn:active{
    background-color: #a61614; 
}

.btn-full:hover,
.btn-full:active{
    
     border: 1px solid #a61614;
        
}

.btn-ghost:hover,
.btn-ghost:active{
    border: 1px solid #a61614;
    color: #fff;
    
}

.btn-green:hover,
.btn-green:active{
    color:red;
    border: 1px solid red;
}

.btn-light:hover,
.btn-light:active{
   
    background-color: #a61614;
    border: 1px solid #a61614;
}
.btn-size{
    width: 20%;
}
.btn-group{
    
    position: relative;
    margin:50px 0 80px;
   
}
.btn-wrapper {
    text-align: center;
    margin-right: 15px;
    width: 50%;
    margin: 0 auto;
    vertical-align: middle;
    
    
}

/*--------------------------*/
        /*    Header    */
/*--------------------------*/

.header-container{
       
    background-color:darkgray;
    /* background:linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url('../images/2.jpg') center center no-repeat;
    background-size: auto;    
    height: 100vh;*/ 
}


.tagline{
	display:none;
	/*
    text-align: center;
    position: absolute;
    width: 1140px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	*/
}

.tag-para{
    color: #b4b4b4;
    line-height: 145%;
    width: 90%;
   margin:10px auto 60px;
    text-shadow: 0px 0px 50px #000;
    
}

.logo{
    height: 100px;
    width: auto;
    float: left;
    margin-top: 20px;
}


/*-----------------------------------------------------slider--------------------*/


/*
header{
   position: relative;
}
*/

.tagline{
    text-align: center;
    position: absolute;
    width: 1140px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.tag-para{
    color: #b4b4b4;
    line-height: 145%;
    width: 90%;
   margin:10px auto 60px;
    
}

.logo{
    height: 100px;
    width: auto;
    float: left;
    margin-top: 20px;
}



/*
.nav-bar{
    margin-top: 50px;
}
*/
.main-nav{

    list-style: none;
    text-align: left;
    display: inline;
    padding: 0;
    position: absolute;
    top: 40%;
    left:29%;
    transform: translate(-50%,-50%;)
}
.main-nav li{
    display: inline-block;

    position: relative;

    
}

.main-nav li a:link,
.main-nav li a:visited{
    display: block;
    padding: 3px 18px;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 90%;
    border-bottom: 2px solid transparent; 
    transition: border-bottom 0.2s;
    

}

.main-nav li a:hover,
.main-nav li a:active{
    
    border-bottom: 2px solid #e52c2a; 
}
/*------------------------------work on progress------------------*/
/*
.main-nav li .no-border a:hover,
.main-nav li .no-border a:active{
     border-bottom: none !important; 
}
*/
.nav-container{
    position: relative;
}
.erp-link{
    position: absolute;
    top: 40%;
    right: 5%;
    margin-right: 0.8em;
    
}
/*------------------------------work on progress------------------*/

.main-nav li ul{
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    line-height: 145%;
    text-align: left !important;
    z-index: 7;
    display: none;
    visibility: hidden;
     
/*    background: rgba(79,149,220,0.6);*/
    background: rgba(0,0,0,0.7);
    box-shadow:0 2px 5px 0 rgba(0,0,0,0.16), 0 3px 10px 0 rgba(0,0,0,0.12);
    
}
.main-nav li ul li{
/*    display: inline-block;*/
    display: block;
    width: 200px;
    font-size: 90%;
}

.main-nav li ul li:hover{
    background: rgba(255,255,255,0.3);
    
}
.main-nav li ul li a{
   height: 30px;
    text-shadow:0 2px 5px 0 rgba(0,0,0,0.16), 0 3px 10px 0 rgba(0,0,0,0.12);
    
  
}
.main-nav li ul li a:hover{
    border-bottom: 2px solid transparent;
}
.main-nav li:active ul{
    display: block;

    visibility: visible;
}

/*--------------------------utility-nav---------------------*/
header{
 position: relative;
}

.site-nav-container{
    position: absolute;
    top:7%;
    right: 5%;
    text-align: right;
    z-index: 1005;
    
    
    
}

.home-site-nav{
    top: 35%;
}
.site-nav{
     width: 100%;
/*        background: rgba(0,0,0,0.7);*/
 position: relative;
        top:0%;
        right:0%;
       transform: translate(25%);

        box-sizing: border-box;

        z-index:10005;
/*        padding-left: 4em;*/
        
}
.site-nav-icon{
    cursor: pointer;
}

.site-nav-container span .fa{
    color: #fff;
    font-size: 150%;
/*    font-weight: 700;*/
    line-height: 145%;
} 
.site-nav ul{
    
    padding:0;
    margin-top: 10px;
    
    background-color: rgba(0,0,0,0.7);
/*            height: 100vh;*/
   
    
        padding: 2em 0 2em;
 
    
    

    
}
.site-nav ul li{

    display: block;

    list-style: none;
     padding: 1em  2em 2em;
}

.site-nav ul li a:link,
.site-nav ul li a:visited{
    display: block;
    text-decoration: none;
    color: #fff;
    text-align: right;
/*    padding: 1em 0.3em 2em 2em;*/
    font-size: 90%;
    line-height: 145%;
    
}




/*--------------------------utility-nav---------------------*/


/*------------------------------------------------------------------------------------*/

/*=======================================================================================*/
                                /*        home                */
/*======================================================================================*/


/*--------------------------------modal-------------------------*/

/*
:root {
  --modal-duration: 1s;
  --modal-color: #428bca;
}
*/

/*
body {
  font-family: Arial, Helvetica, sans-serif;
  background: #f4f4f4;
  font-size: 17px;
  line-height: 1.6;
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
}
*/

/*
.button {
  background: #428bca;
  padding: 1em 2em;
  color: #fff;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
}
*/

/*
.button:hover {
  background: #3876ac;
}
*/

.modal {
  display:block;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
        z-index: 9998;
}

.modal-content {
  margin: 10% auto;
  width: 50%;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
  animation-name: modalopen;
  animation-duration: 1s;
}

.modal-header h2,
.modal-footer h3 {
  margin: 0;
}

.modal-header {
  background:#e52c2a ;
  padding: 10px;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.modal-header h5{
    font-size: 110%;
    text-transform: capitalize;
    margin: 0.8em 0;
}
.modal-body .admission-year{
    color: #f3a91e;
    font-size: 200%;
    margin: 0;
}
.modal-body {
  padding: 10px 20px;
  background: #fff;
}

.modal-footer {
  background: #fff;
  padding: 10px;
  color: #fff;
  text-align: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.modal-close {
  color: #fff;
  float: right;
  font-size: 30px;
  
}

.modal-close:hover,
.modal-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-logo{
    width: 100%;
    padding-top: 2em ;
}
.modal-logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@keyframes modalopen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}



/*--------------------------------modal-------------------------*/


.home-left-col{
    width: 80%;
    margin: 0 auto;
   
}
.home-left-col p{
     font-size: 90%;
   word-spacing: 2px;
    line-height: 145%;
    padding-right: 1em;
    margin: 3em 0;
}
.home-left-col .btn,.home-courses .btn-full{
    
    padding: 0.5em 1em;
    font-weight: 700;
    border-radius: 15px;
    
}
.home-left-col .btn{
     color: #3c63b2;
    text-transform: none;
     border: 3px solid #e52c2a;
}
.home-left-col .btn-ghost:hover{
    color:#368029;
    border: 3px solid #368029;
    background-color: #fff;
}
.home-logo{
    width: 70%;
    height: auto;
    margin: 4em auto 0;
    vertical-align: middle;
    
}
.home-logo img{
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}
/*------------------------------------------home-courses---------------------------------*/
.home-courses{
    background-color: #f0f0f0;
    padding-bottom: 5em;
   
}
.home-courses h4{
    text-align: center;
    font-size: 150%;
    font-weight: 500;
    letter-spacing: 1px;
    padding:3em 0 2em;
}

/*-------------------------------------home courses optional--------*/
.home-courses-left,.home-courses-right{
   width: 70%;
    margin: 0 auto;
    padding-left: 2em;
}
.home-courses-left{
   margin-left: 20%;
}
.home-courses-right{
    margin-right: 20%;
}
/*-------------------------------------home courses optional--------*/
/*
.home-courses-left,.home-courses-right{

   width: 70%;

    padding-left: 2em;
}
.home-courses-left{
   margin-left: 20%;
}

*/
.home-courses-left h5,.home-courses-right h5{
    color: #666;
    font-size: 100%;
    margin: 1.5em 0 3em;
    
}
/*---------------------------------------------home-campus-------------------------------*/



   
.hc-gallery{
    background: #f0f0f0;
    padding: 2em;
   
}
.home-campus{
        width: 79%;
        padding-left: 1.5em;
        margin: 0 auto;
    }
    

.home-campus-col{
    display: inline-block;
    height: 171px;
}
.hc-col-left{
    float: left;
}
.hc-camp-head{
    width: 348px;
    height: 235px;
    text-align: center;
    position: relative;
    background: red;
    float: left;
/*    margin-right: 16px;*/
}
.hc-head-container{
    position: absolute;
/*    border: 1px solid green;*/
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9;
}
.hc-head-container h5{
     font-family: 'Roboto', sans-serif; 
    font-size: 140%;
    font-weight: 700;
    color: #fff;
    
}
.sub-row1 .home-campus-col{
    margin-left: 5px;
    float: left;
    
}
.sub-row1 .home-campus-col img{
    width: 100%;
/*   width:171px;*/
    object-fit: contain;
    height: auto;
}
.sub-row2 img{
    margin-top: 5px;
   
}

.hc-col-right{
    float: left;
    margin-left: 6px;
/*    height: 300px;*/
    
}
.hc-col-right img{
    width: 100%;
    height: auto;
/*    margin-left: 5px;*/
/*    object-fit: contain;*/
}

/*---------------------------------------------section apply-----------------------------*/
.apply-section{
 height: 250px;

background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('../images/applybg.jpg') center center no-repeat;

    background-size: auto, auto;

background-size: cover;
}
.apply-block{
    width: 25%;
    
    text-align: center;
    background: #fff;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 1.75em 1.25em;
}

.apply-block span{
    display: block;
    border-bottom: solid 1px #3c63b2;
    color: #3c63b2;
    font-family: 'Pinyon Script', cursive;
    font-size: 110%;
    letter-spacing: 3px;

}
.apply-block a:link,
.apply-block a:visited{
    text-decoration: none;
    color: #3c63b2;
    font-family: 'Roboto Slab', serif;
    font-size: 120%;
    font-weight: 700;
    padding: 2.5em 1em;
}
/*-------------------------------------events--------------------------------------------*/
.events-left{
    color: green;
    float: left;
    clear: left;
    line-height: 1.2em;
    text-align: center;
    text-transform: capitalize;
    font-family: 'Roboto Slab', serif;
    font-size: 120%;
    font-weight: 700;
    border-top: 8px solid green;
    padding: 0 3px;
margin-top: 0.3em;
}
.events-left span{
    display: block;
}
.events-right{
    
        
    padding-top: 0;
    padding-left: 1.25em;
     line-height: 145%;
    margin: 0 0 0.3em 2em;
}
.events-right h5{
    margin: 0;
    color: green;
    font-size: 100%;
    text-transform: capitalize;
}
.events-right p{
    margin: 0;
    font-size: 80%;
    line-height: 145%;
    padding-right: 1em;
}
.events a{
    text-decoration: none;
    cursor: pointer;
}
/*-----------------------------google-map-------------------------------------------------*/

.google-map{
    line-height: 0;
}
/*=======================================================================================*/
                                /*        events page               */
/*======================================================================================*/
.event-img{
    box-sizing: border-box;
  margin: 5px;
/*  border: 1px solid #ccc;*/
  float: left;
  width: 100%;
    padding: 1em 1em 1em 0;
    height: auto;

}
.event-img img,.latest-eve-img img{
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

/*-----------------------------------side bar------------------------------------------*/
.latest-eve-container{
   margin: 4.5em 0 ;
}
.latest-eve{
    margin-top: 1em;
    padding-left: 1em
}
.latest-eve-img{
     margin: 5px;
/*  border: 1px solid #ccc;*/
  float: left;
  width: 80%;
    height: auto;
}
.latest-eve-text h5{
    margin:  0 0;
    font-size: 90%;
}
.latest-eve-text time{
    display: block;
    font-size: 70%;
    padding-left: 0.5em;
    margin-bottom: 0.5em;
    color: green;
/*    border: 1px solid red;*/
}
.latest-eve-text p{
    margin: 0;
    font-size: 70%;
}
.event-aside h4, .event-aside .follow-links{
    padding-left: 1em;
}
.event-aside .contact-info{
    padding-left: 2em;
}

/*=======================================================================================*/
                                /*        campusnav                */
/*======================================================================================*/


/*---------------------------------------------*/
        /*    main-section    */
/*----------------------------------------------*/
section.main-content{
    padding-top: 80px ;
}
.intro-para,.info-section p{
    
    font-size: 90%;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: 1px;
    word-spacing: 1px;
    
    
}

.intro-para{
    text-align: justify;
}

.info-section{
   margin-bottom: 45px;
}
.info-section p{
    padding-left: 20px;
}

/*--------------------------------safety & security , student-org ---------------------*/
.security-policy,.org-list{
    display: inline-block;
    position:relative;
    left: 30%;
/*    text-align: center;*/
}
.security-policy ul li, .org-list li{
    list-style: square;
    padding: 0.5em
}

/*---------------------------------------------*/
        /*    sidebar    */
/*----------------------------------------------*/
.side-nav{
    width: 90%;
    margin-bottom: 80px;
}
.side-nav li{
    display: block;
   
    margin-bottom: 10px;
 
    
}

.side-nav li a:link,
.side-nav li a:visited{
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 90%;
    font-weight: 400;
    padding-bottom: 5px;
    border-bottom: 1px solid #c3c3c3;
    
}

.side-nav li a:hover,
.side-nav li a:active{
    padding-left: 2em;
}

.sub-item{
    padding-left: 20%;
}


/*-----------------contact Info--------------------------*/

.contact-aside h4{
    color: #333;
    font-size: 110%;
}
.contact-info{
    font-size: 80%;
/*    margin-bottom: 80px;*/
}

.side-contact-wrap{
    width: 100%;
   
     font-size: 100%;
}
.side-contact-left{
    color: #888;
    float: left;
    clear: left;
    line-height: 1.5em;
    font-size: 25px;
    
    margin:0;
    
}
.side-contact-left span{
    color: #555;
}

.side-contact-body{
        
    padding-top: 0;
    padding-left: 25px;
     line-height: 145%;
    margin: 30px 0 6px 25px;
}

.side-contact-body p{
    margin: 0;
    padding: 5px 0;
}

/*---------------------follow links-----------------------------*/
.follow-links{
    text-align: center;
}
.follow-links-left{
    text-align: left !important;
}
 .follow-links li{
  display: inline-block;
     margin-right: 10px;
    }
.follow-links li a:link,
.follow-links li a:visited{
    font-size: 150%;
    color: #ddd;
    border-bottom: 1px solid transparent; 
    transition: border-bottom 0.2s;
    
}
.follow-links li a:hover,
.follow-links li a:active{
    border-bottom: 1px solid #e52c2a;
}
.aside .follow-links{
    text-align: left;
}
/*---------------------------------------------*/
        /*    gallery    */
/*----------------------------------------------*/

.gallery{
    width: 100%;
    height: 400px;
    padding: 0;
    overflow: hidden;
}

.gallelry-row{
    padding: 0;
    width: 1200px;
    
}

.gallery img{
      width: 100%;
  height: auto;
}

/*=======================================================================================*/
                                /*        contact page              */
/*======================================================================================*/


/*--------------------------sidebar---------------------*/
.lead-para{
    font-size: 90%;
    color: #888;
    text-align: left;
    margin:10px 0 35px ;
}



.contact-follow{
    margin-bottom: 40px;
}
.contact-map img{
  width: 100%;
    height: 500px;
}
.contact-head{
    text-align: center;
    margin-bottom: 80px;
}
/*-----------------------contact form--------------------------------------*/

.form-row{
    width: 100%;
/*    border: 1px solid red;*/
    padding-top: 55px;
    
    
    
}

.frow-half{
    
    width:48%;
    float: left;
    margin-right: 2%;
    
   
    
}

.in-space{
    padding-left: 4%;
}

.frow-full{
    margin-top: 20px;
/*    border: 1px solid red;*/
    display: block;
    clear: both;
    overflow-x: hidden;
    padding-right: 25px;
}


.form-row label{
   font-family: 'Open Sans', sans-serif;
    text-align: left;
    color: #e52c2a;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size:80%;
    
    margin-bottom: 5px;
    word-spacing: 2px;
    
}

.form-row input{
    
    font-family: 'Open Sans', sans-serif;
    font-size: 90%;
    height: 40px;
    width: 100%;
    border: 1px solid #ececec;
    padding-left: 10px;
    margin:5px 0  20px;
    color: #888;
    border-radius: 4px;
    outline: none;
}
.form-row input[type=tel]{
    margin-left: 4%;
   
}

.form-row input[type=submit]{
    background-color: #e94a48;
    width: 30%;
    height: 50px;
    margin-top: 20px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 90%;
    font-weight: 700;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.2s;
    
}
.form-row input[type=submit]:hover,
.form-row input[type=submit]:focus{
    background-color: #a61614;
}
.form-row textarea{
    width: 99%;
    height: 200px;
    margin-right: 5%;
    font-family: 'Open Sans', sans-serif;
    font-size: 90%;
    margin:5px 0  20px;
    padding: 10px 10px;
    border-radius: 5px;
    border: 1px solid #ececec;
    outline: none;
}

.form-row input[type=text]:focus,
.form-row input[type=tel]:focus,
.form-row input[type=email]:focus,textarea:focus{
    border: 1px solid #f29594;
    box-shadow: inset 2px 2px 2px rgba(0,0,0,0.13);
}


/*----------------------------------quick contact form---------------------------------*/
 
        .quick-form-bg{
             background:linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url('../images/banner3.jpg') center center no-repeat;
        background-size: cover;
        height:100%;
        }
        option{
            line-height: 145%;
        }

        .quick-form-bg .site-nav-container{
            top: 35%;
        }


.copyright{
    padding-top: 1.2em;
}








.form-body .form-head{
    position: absolute;
    top: 0;
    z-index: 10006;
    
}

.form-heading{
/*    display: table;*/
    position: relative;
    
/*    border: 1px solid red;*/
    height: 650px;
}
.form-heading .tag-head{
/*    display: table-cell;*/
    font-size: 170%;
    letter-spacing: 1px;
    text-align: center;
    line-height: 145%;
    position: absolute;
    top: 40%;
    transform: translate(0,-50%);
}
.quick-form-wrapper{
    
    	font-family:"Open Sans", Helvetica, Arial, sans-serif;
	font-weight:300;
	font-size: 12px;
	line-height:30px;
	color:#777;
      
}


.error{
	
	color:red;
    font-size: 70%;
}
.success{
	color:#368029;
	text-align:center;
	font-weight:bold;
	font-size:70%;
}

.form-container {
	max-width:400px;
	width:100%;
	margin:0 auto;
	position:relative;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"],#contact select, #contact textarea, #contact textarea, #contact button[type="submit"] { font:400 14px/16px "Open Sans", Helvetica, Arial, sans-serif; }

#contact {
	background:#F9F9F9;
	padding:25px;
	margin:50px 0;
}

#contact h3 {
	color: #F96;
	display: block;
	font-size: 30px;
	font-weight: 400;
}

#contact h4 {
	margin:5px 0 15px;
	display:block;
	font-size:13px;
}

#contact fieldset {
	border: medium none !important;
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact select, #contact textarea {
	width:100%;
	border:1px solid #CCC;
	background:#FFF;
    font-family: 'Open Sans', sans-serif;
	margin:0 0 5px;
	padding:10px;
    border-radius: 4px;
    outline:none;
}

#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
    
}

#contact input[type="text"]:focus, #contact input[type="email"]:focus, #contact input[type="tel"]:focus, #contact input[type="url"]:focus, #contact textarea:focus{
     box-shadow: inset 2px 2px 2px rgba(0,0,0,0.13);
}

#contact textarea {
	height:100px;
	max-width:100%;
  resize:none;
}

#contact button[type="submit"] {
	cursor:pointer;
	width:100%;
	border:none;
	background:#0CF;
	color:#FFF;
	margin:0 0 5px;
	padding:10px;
	font-size:15px;
}

#contact button[type="submit"]:hover {
	background:#09C;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#contact input:focus, #contact textarea:focus {
	outline:0;
	border:1px solid #999;
}
::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}
/*---------------------------------------------------------------*/






/*------------------------section important conact-------------------------*/

.place-contact,.person-contact{
    padding-left: 31%;
}
.person-info{
    margin-bottom: 50px;
}

.place-contact h4,.person-contact h4{
    font-size: 150%;
}

.place-contact,.person-contact{

    font-size: 90%;
    line-height: 145%;
    letter-spacing: 1px;
    word-spacing: 2px;
}
.cta-contact{
    margin-bottom: 80px;
    text-align: center;
}
.cta-contact h4{
    color: #368029;
    
    text-align: center;
}

/*=======================================================================================*/
                                /*        academics page              */
/*======================================================================================*/
#rightColumn h3{
    text-transform: capitalize;
}
.academic-contact{
    font-size: 100%;
    margin-bottom: 50px;
}

.acadenic-contact-wrap{
   margin-bottom: 40px;   
}

.academic-contact-left{
      font-family: 'Open Sans', sans-serif;
        color: #888;
    float: left;
    clear: left;
    line-height: 1em;
    font-size: 100%;
    padding-top: 5px;
    margin:0;
}
.academic-contact-left span{
    color: #555;
}

.academic-contact-body{
        
    padding-top: 0;
      font-family: 'Open Sans', sans-serif;
    font-size: 80%;
    padding-left: 25px;
     line-height: 145%;
    margin:3px 0 6px 8px;
}

.academic-contact-body p{
    margin: 0;
    padding: 3px 0;
}

.acadenic-contact-person{
     font-family: 'Open Sans', sans-serif;
    font-size: 90%;
    font-weight: 700;
    color: #666;
    margin-top: 40px
}

.academic-hours{
    margin-top: 120px;
}

/*---------------------------------end of the academic sidebar---------------------------*/

.academic-info-head{
    color: #368029;
    font-weight: normal;
    text-transform: none;
/*    margin-bottom: 70px;*/
}


.box h3{
    font-weight: 700;
}

.academic-button-wrap{
    text-align: center;
    width: 100%;
    position: relative;
    left: 50%;
    transform:translate(-50%,0);
    
    
}

               .ui-accordion-header-active{
   background:#e52c2a !important;
                    outline: none !important;
}
            .ui-state-active{
                border: none !important; 
            }
            .look-at-course a:link,
            .look-at-course a:visited{
                color: green;
                font-weight: 700;
                letter-spacing: 1px;
            }
             .look-at-course a:hover,
            .look-at-course a:active{
                text-decoration: none;
            }

/*=======================================================================================*/
                                /*        academics page              */
/*======================================================================================*/
.programs{
    margin: 100px 0;
    
}
.programs h2{
    
    text-align: center;
    font-weight: normal;
    margin: 0 0 30px 0;
    
}
.programs .lead-para{
    margin-top: 0;
    width: 85%;
    line-height: 145%;
    padding-left: 5em;
    letter-spacing: 1px;
    word-spacing: 1px;
    text-align: justify;
    
}
.program-img{
    width: 100%;
    display: inline-block;
}
.program-img img{
/*
   max-width: 100%;
    max-height: 100%;
    height: auto;
*/
        height: 100%;
    width: 100%;
    object-fit: contain;
    overflow: hidden;
    margin-bottom: 0;
}

.program-body{
    width: 90%;
    
}
.program-body h4{
    text-transform: none;
}

.program-body .intro-para{
    margin: 60px 0 ;
}


/*=======================================================================================*/
                                /*        student_type page              */
/*======================================================================================*/
.student-type{
    margin-top: 100px;
}
.student-type h2{
    font-weight: normal;
    margin-bottom: 0;
}
.student-type .intro-para{
    margin-top: 30px;
}
.student-type .btn-group{
    margin-top: 100px;
}
.student-type .btn-container{
/*    width: 80%;*/
/*    text-align: left;*/
/*    border: 1px solid red;*/
}
.btn-container a{
    display: inline;
}

/*=======================================================================================*/
                                /*        first year page              */
/*======================================================================================*/


.admission-info h2{
    padding: 0 ;
    margin: 3em 0 0;
}
.admission-info p.intro-para{
    padding: 0;
    margin: 0;
}

.admission-info-category h5{
    font-family: 'Roboto', sans-serif;
    font-size: 110%;
    text-transform: capitalize;
    color: #333;
    padding-left: 3%;
    margin: 2em 0 0;

}
.admission-info-category .bullet-list{
    margin-top: 2em
}

.further-info h4{
    text-align: center;
    text-transform: none;
    color: #368029;
    margin: 5em 0 3em;
}
/*=======================================================================================*/
                                /*        about page             */
/*======================================================================================*/
/*
.intro-image-wrapper .intro-image{
    float: none;
    margin: 0;
    max-width: 80%;
}
*/
/*
.intro-image-wrapper{
      max-width: 400px;
  height: auto;
    float: right;
   border: 1px solid red;
    position: relative;
    margin:0 0 5px 25px;
}
*/
/*
.intro-image-2{
    width: 100%;
  max-width: 180px;
  height: auto;
    position: relative;
   top: -40px;
    left: 0;
    
    transform: translate(50%,50%);
    transform: rotate(25deg);
   
    margin:0 0 5px 25px;
}*/
.vission-container{
/*
    background: url('../images/vission-bg1.png') center center no-repeat;
    background-position:right;
*/
/*    border: 1px solid red;*/
    
    height: 150px;
}
/*------------------------------------------------------*/
.vission-container{
border-right: 3px solid #1b7525;
  
 
}



/*------------------------------------------------------*/
.vission{
    background-color: #f8f8f8;
}

.vission-container h3{
     font-family: 'Roboto Slab', serif; 
    color: #fff;
    background-color: #1b7525;
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #1b7525;
    margin-top: 1.8em;
    vertical-align: middle;
  
    
    
}
.vission-text{
/*    background-color: #f8f8f8;*/
    margin-top: 0.3em;
    height: 6em;
    padding: 0.3em 0.8em;
    display: table;
}
.vission-text p{
    display: table-cell;
    vertical-align: middle;
    text-align: justify;
    white-space: normal;
        font-size: 110%;
    font-weight: 400;
    line-height: 145%;
   
    
    margin: 0;
    
 
    
}
.middle-text{
    margin-left:3em;
    text-align: right;
    text-align-last: right;
    line-height: 300%;
    
}
.vission-link-middle:link,
.vission-link-middle:visited,
.vission-link:link,
.vission-link:visited{
    color:#e52c2a;
    display: inline-block;
    font-size: 80%;
    padding:0.8em 0 0.3em;
    text-decoration: none;
    border-bottom: 1px solid #e52c2a;
    transition: color 0.2s, border-bottom 0.2s;
}
.vission-link-middle:link,
.vission-link-middle:visited{
    color: #1b7525;
    border-bottom: 1px solid #1b7525;
}
.vission-link-middle:hover,
.vission-link-middle:active{
    color:#e52c2a;
     border-bottom: 1px solid #e52c2a;
}

.vission-link:hover,
.vission-link:active{
    color: #1b7525;
    border-bottom: 1px solid #1b7525;
}
.middle-row{
    
    border-left: 3px solid #e52c2a;
    border-right: none;
   
}
.middle-row h3{
    position: relative;
    right: 50%;
    border: 1px solid #e52c2a;
    background-color:#e52c2a; 
    transform: translate(50% , 0);
}
.top-row h3,.bottom-row h3{
      position: relative;
    left: 50%;
    transform: translate(-50%);
}
/*--------------------------------------timeline-------------------------------*/

.achievement h2{
    margin-top: 2em;
}
.content h2{
	color:#555;
    text-align: center;
}
.content{
/*    position: relative;*/
    
}
/*
hr{
    width: 108%;
    height: 4px;
    background-color: aquamarine;
    border:none;
    padding: 0;
    margin: 0;
    position: relative;
    top: 25%;
}
*/

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
   
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color:#e52c2a;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

.content h2::after {
  content: '';
  position: absolute;
  width: 100%;
  height:3px;
  background-color:#1b7525;
  top: 65px;
  bottom: 0;
  left: 0;
  margin-left: -3px;
}

/* Container around content */
.container {
    box-sizing: border-box;
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.container::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: white;
    
  border: 4px solid #1b7525;
  top:48px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50%;
}



/* Fix the circle for containers on the right side */
.right::after {
  left: -16px;
}




/*-----------------------------------------teachers----------------------------*/
   div.teachers {
  margin: 5px;
     position: relative;
/*  border: 1px solid #ccc;*/
 
  width: 240px;
    height: auto;
    margin: 0 auto;
}
.teachers-image{
/*    transform: rotate(45deg);*/
    border-radius: 100%;
    
}

div.teachers img {
    display: block;
  width: 100%;
  height: auto;
    border-radius: 100%;
    
     
}
div.teachers-desc {
  padding: 0.5em;
    
    font-size: 85%;
   margin-top:1em;
    text-align: center;
    height: auto;
}
.teachers-desc p{
    margin:0 ;
    text-align: center;
}
.teachers-desc h5{
    font-size: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}
.about-faculty{
    
    text-align: center;
padding: 2em 0 4em;
    margin-bottom: 3em;
    
}

/*-------------------------------------testimonia----------------------*/

.clearfix::after{
    display: table;
    content: " ";
    clear: both;
    
}

.testimonial{
    background-color: #f8f8f8;
    padding-bottom: 2em;
}
.test-wrapper{
        width: 50%;

     background-color: #fff;
        margin: 3em auto;
    position: relative;
    left: 8%;
        
    
    }
.test-text{
       
    position: relative;


    

}
    .test-wrapper .test-para{
        white-space:normal;
        padding:3em 0.5em 1em 4em;
        margin: 0;
        color: #888;
        font-size: 90%;
        font-weight: 400;
        line-height: 145%;
        
        
        
        
    }
.branch{
    text-align: left;
}
.test-name{

    color: #555;
    margin:2em 0.5em 1em;
    float: right;
    text-align: left;
    
    font-size: 80%;
    line-height: 145%;
}
.test-people{
      margin: 5px;
     position: absolute;
    
    top: 45%;
    left: -25%;

 
    width: 200px;
    height: auto;
    margin: 0 auto;

}
.test-people img{
       display: block;
  width: 100%;
  height: auto;

}


/*=======================================================================================*/
                                /*        about sub page              */
/*======================================================================================*/



/*----------------------------------------------our visioniers---------------------------------*/
.visioniers-story small{
 padding: 0;
    margin: 0;
}
.visioniers-img{
    width: 100%;
    display: inline-block;
}
.visioniers-img img{

    height: 100%;
    width: 100%;
    object-fit: contain;
    overflow: hidden;
    margin-bottom: 0;
}

.visioniers-story{
    width: 90%;
    
}
.visioniers-story h4{
    text-transform: none;
    margin-bottom: 0
}

.visioniers-story .intro-para{
    margin: 60px 0 0;
}

/*------------------------------------read-more-text-------------------------------------*/

.more-dy-patil .intro-para,
.more-ajeenkya-patil .intro-para,
.more-vijay-patil .intro-para{
    margin-top: 1em;
/*    text-indent:2em;*/
}

.read-more{
    text-decoration: underline;
    color: #368029;
/*    color: #e52c2a;*/
    cursor: pointer;
}

.read-more:{
    text-decoration: none;
}

/*---------------------------------Directors message-------------------------------------*/
/*---------------------------------President message-------------------------------------*/


.messege-intro-img{
/*    box-sizing: border-box;*/
  margin: 5px;

  width: 100%;
/*    padding: 1em 1em 1em 0;*/
    height: auto;

}
.messege-intro-img img{
    width: 100%;
    height:auto;

    display: block;
    object-fit: contain;
}
/*----------------------------------------logo-------------------------------------------*/

.logo-img{
    width: 50%;
/*    border: 1px solid red;*/
    margin:4em auto ;
   
}
.logo-img img{
    
    width: 100%;
    max-width: 400px;
    height: auto;
}

dt{
    color: #fff;
    font-size: 110%;
    font-weight: 700;
    padding: 0.5em 1em;
    display: inline-block;
}

.logo-eagle {
  background: #f1d046;
}
.logo-elephants{
    background: #4770b2;
}

.logo-earth{
     background: #2f7d28;
}
.logo-vines{
    background: #b4cc00;
}
.logo-sun{
    background: #f2d247;
}
.logo-ajeenkya{
   background: #f0ca45;
}

dd{
    font-size: 90%;
    line-height: 145%;
    padding-left: 2em;
    margin: 1em 0 3em;
}

/*-----------------------------------distinguish alumni----------------------------------*/


table {
  border-collapse: collapse;
  width: 100%;
    color: #555;
    margin: 0
}

th, td {
  text-align: left;
    padding: 0.8em 1em;
  
}
th{
    color: #fff;
    background-color: #e52c2a;
    font-family: 'Roboto', sans-serif;
    font-size: 90%;
    font-weight: 700;
    
}
 img{
    display: inline-block;
}

tr:nth-child(even) {background-color: #f2f2f2;}

/*--------------------------------affilation & certification-----------------------------*/
.affilation-links a{
    text-decoration: none;
    color: #3c63b2;
    font-size: 90%;
    font-weight: 700;
}
/*--------------------------------affilation & certification-----------------------------*/
.quality-policy p{
    font-size: 90%;
    line-height: 145%;
    letter-spacing: 1px;
    word-spacing: 2px;
}
/*---------------------------------------faculty-----------------------------------------*/

/*
.faculty-img{
   
    display: inline-block;
    border: 1px solid red;
}
.faculty-img img{
    display: block;
    height: auto;
    width: 100%;
    object-fit: contain;
    overflow: hidden;
    margin-bottom: 0;
}
*/
.faculty{
    color: #666;
    
}

.faculty-list{
    margin-top: 2.5em;
    padding: 1em;
    
}
.faculty-img{
       padding-right: 1em;
    margin: auto 0;
}

.faculty-img img{
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
 
    border: 2px solid #666;
    vertical-align: middle;
}




.faculty h4{
    text-transform: none;
    margin-bottom:1.5em;
}

.faculty-info p{
    margin:0.5em;
    font-size: 80%;

}
.faculty-position small{
    display: block;
    padding: 1em 0 0.5em 1em ;

}
/*=======================================================================================*/
                                /*        traing & Placement page              */
/*======================================================================================*/
.traing-placement{
    width: 90%;
/*    border: 1px solid red;*/
    margin: 0 auto;

}


/*=======================================================================================*/
                                /*        infrastructure page              */
/*======================================================================================*/


/*--------------------------------------infrastructure---------------------------------*/


            
div.infra-gallery, div.infra-intro{
    width:80%;
    margin: 3em auto;
   
}
.infra-intro{
    padding: 5px;
    
}
            
div.infra-gallery-col {
  margin: 1em auto;
  border: 1px solid #ccc;
 
  width: 220px;
}

div.infra-gallery-col:hover {
  border: 1px solid #777;
}

div.infra-gallery-col img {
  width: 100%;
  height: auto;
}

div.infra-desc {
  padding: 15px;
  text-align: center;
}
/*-------------------gallery section of infrasection/ common gallery-------------------*/
div.gallery-img-container {
  margin:0;
    padding: 0;
    float: left;
  width: 100%;
  height:auto;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery-img-container img {
  width: 100%;
  height: 100%;
}

/*--------------------------------------sport facilities-------------------------------*/
.sports-info h5{
    font-size: 120%;
    text-transform: capitalize;
    margin:0 0 1em;
    
}
.sports-info h4{
margin: 2em 0;
    font-size: 100%;

}

.sports-info .gallery{
/*    margin-bottom: 2em;*/
    height: auto;
}

/*=======================================================================================*/
                                /*        visit page              */
/*======================================================================================*/

/*--------------------------------datepicker------------------------------------*/
.ui-datepicker .ui-state-default {
    color: deepskyblue;
    background: ghostwhite;
}
.visit-us{
    width: 80%;
    margin: 0 auto;
   
}

.visit-us h2{
    margin-bottom: 0;
}
.visit-us .time-address,.visit-us .date-container{
    width: 80%;
    margin: 0 auto;
     font-size: 90%;
    line-height: 145%;
    
    

}
.visit-us .time-address{
    padding-top: 0.5em;
/*    box-sizing: border-box;*/
}
.visit-us .time-address b{
    display: block;
    margin-bottom: 0.8em;
}
.visit-us .date-container{
/*      border: 1px solid red;*/
    position: relative;
    padding-left:2.3em;
    box-sizing: border-box;
/*    text-align: center;*/
    
}
.visit-us .date-container p{
    
    margin-bottom: 1.5em;
    font-weight: 700;
}
.date-container>.date{
/*    border: 1px solid red;*/
    text-align: right;
    
    
   
}
/*=======================================================================================*/
                                /*        campus page              */
/*======================================================================================*/
.campus-getting-around {
margin: 4em 0 2em;
}

.campus-getting-around .lead-para{
    width: 90%;
}
.campus-map-head h4{
    margin-bottom:0;
}
.campus-map-head .btn-group{
    
    margin-top: 1.5em;
}


/*-------------------------------------campus galley--------------------------------*/

  .campus-gallery-container{
                clear: both;
                
                position: relative;
      margin-bottom: 4em;
                
            }
            div.gallery-wrap{

                clear: both;
                
                font-size: 16px;
            }  
            div.row2{
                width: 80%;
                padding-left: 10%;
                margin:0 auto;
            }
            div.row3{
                
                float: right;
            }
div.gallery {
    position: relative;
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 240px;
    height: auto;
}
            .row2 .gallery{
                width: 220px;
            }



div.gallery img {
    display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.5);
   overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.gallery:hover .overlay {
  height:100%;
}
            

div.desc {
  padding: 5px;
  text-align: center;

    color: white;
  font-size: 16px;
    white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

}
                p.vertical-text,.text-right{
                width: 0;

                color: #927a7a;
                text-transform: uppercase;
                font-family: 'Roboto Slab', serif;
                font-weight: 700;
                    
                writing-mode: vertical-rl;
                text-orientation: upright;
            }
            .vertical-text{
                position: absolute;
                top: 40%;
                left: 2%;
                letter-spacing: 5px;
            }
            .text-right{
                position: absolute;
                top: 5%;
                right: 1em;
                letter-spacing: 3px;
            }



/*---------------------campus  gallery inside pages------------------------*/
.campus-gallery-row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.campus-gallery-column {
  -ms-flex: 23%; /* IE10 */
  flex: 23%;
  max-width: 23%;
  padding: 0 4px;
}

.campus-gallery-column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}


/*-------------------------------------------------------------------------------*/
                            /*remove later*/
/*-------------------------------------------------------------------------------*/
        




   .main-nav li.hidden-nav{
        display: none;
    }

.toggle-btn {
	display: none;
}
/*--------------------------------------media query-----------------------*/
@media screen and (max-width:768px){
    
     .main-nav li.hidden-nav{
        display: block;
    }
    
      .site-nav-container{
        display: none;
    }
    .erp-link{

         margin-right:0.8em;
    }

    /*-----------------------------------toggle-button------------------------*/
	.toggle-btn-visible {
		display: block;
	}

	.toggle-target-hidden {
		display: none;
	}

	.toggle-target-expanded {
		display: block;
	}
    
        /*  -----------------------responsive nav------------  */
 .main-nav{
/*        text-align: center;*/
    width: 70%;
        background: rgba(0,0,0,0.7);
 position: absolute;
        top: 0%;
        right: 0%;
       transform: translate(25%);
        height: 100vh;
        padding: 4em 0 2em;
        box-sizing: border-box;
/*        overflow-y: hidden;*/
        z-index:100;
/*        padding-left: 4em;*/
        
    }
    
    .main-nav li{
        display: block;
    }
    .main-nav li a:link,
    .main-nav li a:visited{
            display: block;
            text-decoration: none;
            color: #fff;
            text-align: center;
            padding: 1.2em ;
            font-size: 90%;
            line-height: 145%;
    
    }
     .main-nav li ul{
        position: relative;
        background: rgba(0, 62, 111, 0.56);
    
    }
    .main-nav li ul.sub-menu2{
        display: none;
    }
    .main-nav li ul li{
        width: 100%;
    }
    
    
        .main-nav li.sub-menu:before{
  
    position: absolute;
    top: 20%;
    left:80%;
    line-height: 2em;
    color: #fff;
}

.main-nav li.active.sub-menu:before{
    content: '\f0d8';
     top: 4%;
   
}
/*
    .main-nav .sub-menu .sub-menu2{
        display: none;
    }
*/
    
}


/*--------------------------------------end of media query-----------------------*/

/*---------------------------read more toggle --------------------*/

.visionier .toggle-btn-visible {
		display: block;
	}

.visionier .toggle-target-hidden {
		display: none;
	}

.visionier .toggle-target-expanded {
		display: block;
	}


/*---------------------------utility nav--------------------*/
.site-nav-container .toggle-btn-visible {
		display: block;
	}

.site-nav-container .toggle-target-hidden {
		display: none;
	}

.site-nav-container .toggle-target-expanded {
		display: block;
	}
/*----------------------------------------------------------*/
   

.main-nav li.active ul{
    display: block;
    visibility: visible;
}
/*
.main-nav li.sub-menu ul{
    border-top: 2px solid red;
}
*/
.main-nav li.sub-menu:before{
    content: '\f0d7';
    font-family:FontAwesome;
    font-size: 90%;
    position: absolute;
    right:0;
    line-height: 2em;
    color: #fff;
}

.main-nav li.active.sub-menu:before{
    content: '\f0d8';
   
}
.toggle-button-container{
    position: absolute;
    top:35%;
    right: 1%;
    text-align: right;
    z-index: 1005;
/*        display: none;*/

}
.site-nav-icon{
    cursor: pointer;
}

.toggle-button-container .fa{
    color: #fff;
    font-size: 150%;
/*    font-weight: 700;*/
    line-height: 145%;
}
  
.tagline .page-head{
   position: relative;
    top: 1.5em;
}
h5.sub-tag-head {
    color: #eee;
    font-size: 80%;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0.5em 0 2em;
}

.sub-menu2{
    display: none !important;
}

.brochure .btn-wrapper{
    margin: 0 !important;
}