﻿/*==== #Home Page Layout
       #Inner Page Layout === */ 

/* ======= Home Page Layout ======= */ 
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
body{
    font-family: 'Open Sans', sans-serif;
    color: #151515;
    font-size:14px;font-weight:400;
    
}

.navbar-header{    padding: 10px 0 0 0;}
.top-menu {padding: 5px 0; background: #0f0587;}

i.fb,       span.fb{color:#fff;  /*color: #3b5998;*/ }
i.tw,       span.tw{color:#fff;    	/*color: #00aced;*/ }
i.google,   span.google{color:#fff; 	/*color: #dd4b39;*/ }
i.linkin,   span.linkin{color:#fff;	/*color: #007bb6;*/ }
i.pinterest,span.pinterest{color:#fff; /*color: #cb2027;*/ }
i.youtube,span.youtube{color:#fff; /*color:#c4302b;*/}

.top-menu .social .btn{color: #FFFFFF;
    text-shadow: 1px 2px 0px #B5B5B5;
    font-size: 13px;}
.top-menu .social .btn:hover{text-decoration:underline;}

.top-menu .btn-support{    /* border: 1px solid #F7F7F7; */
       border: 1px solid rgb(35, 158, 171);
    padding: 8px 10px;
    color: #fff;
    background: #F44336;
    margin-top: -10px;
    border-radius: 4px;}
    
 .top-menu .btn-support:hover{background-color: #D84549;}  
 
  .top-menu .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #00B3C5;
    border-color: #25C9DA;}
    
.top-menu .support-menu{
      min-width: 240px;
    font-size: 13px;
    margin-top: 0px;
 border-top: 2px solid #25C9DA;
    border-bottom: 2px solid #25C9DA;    /* background: #9E9E9E; */
    border-radius: 0px;
    background:#fff url('../images/bg_support.jpg') 104% bottom no-repeat;
        }

.top-menu .support-menu li {
    margin-top: 5px;
    padding-bottom: 0px;

}


.top-menu .support-menu > li > a:hover, .top-menu .support-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
   background-color: #2179D4;
}
  .top-menu .support-menu li a { color: #2179D4;    padding: 3px 10px;}
    .top-menu .support-menu li a:hover {  color: #fff;}
.top-menu .support-menu li p{
       /* text-align: center; */
    margin: 0;
    padding-left: 10px;
    padding-right: 0;}
.top-menu .newsletter-menu {
    padding-top:15px;
    min-width: 195px;
    font-size: 13px;
    margin-top: 0px;
    border-top: 2px solid #25C9DA;
    border-bottom: 2px solid #25C9DA;
    border-radius: 0px;
    background-color: #FFF;
    text-align: center;
    background:#fff url('../images/bg_newsletter.jpg') bottom repeat-x;
}
.top-menu .newsletter-menu ul li  a{color:#fff;}
.version{
	display: inline-block;
    vertical-align: super;
    height: 25px;
    font-size: 12px;
    color:#494848; 
}
.version .lang{
	color: #FFF;
    display: inline-block;
    /* vertical-align: middle; */
    padding: 1px 4px;
    background-color: #1f1e1e;
}
.header-button a{
	float: left;
    display: inline-block;
    margin-top: 8px;
    
}
.header-button a.rs{margin-left: 19px;}

.header-menu{
    margin-top: -11px;
 }

.header-menu .navbar-nav>li>a {
    color: #636200;
    font-size:14px;
    padding-bottom: 15px;
    padding-top: 35px;
        border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
        -o-border-bottom-left-radius: 5px;
    -o-border-bottom-right-radius: 5px;
        -moz-border-bottom-left-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    
}

.navbar-default .navbar-nav > li > a {
     border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    color: #585858;
    font-size: 15px;
    padding: 10px 10px;
    /* min-height: 90px; */
    /* line-height: 38px; */
 }

.yemm-active {
    color: #fff!important;
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#48dbe2+0,25c9da+100 */
background: #48dbe2; /* Old browsers */
background: -moz-linear-gradient(top,  #0f0587 0%, #0f05b1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #0f0587 0%,#0f05b1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #0f0587 0%,#0f05b1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f0587', endColorstr='#0f05b1',GradientType=0 ); /* IE6-9 */

    
    
    
    }
.header-menu .navbar-nav>li{
	/* background:url('../images/sep_nav-header.png') left center no-repeat;*/
}

.back-cover{    background: url(../images/bg_body.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position:relative;
    z-index: 1;
    transition: background 1s ease-in-out;}

.bottom-menu{
    background: #393939 url('../images/bg_nav-header.jpg') 0 0 repeat-x;
  }

.bottom-menu .navbar-nav>li>a {
    color: #FFF;
    font-size:14px;
}
.bottom-menu .navbar-primary .navbar-nav > .active > a {
    color: #1F1E1E;
    background-color: #F3D20D;}
.bottom-menu .nav > li > a {
    position: relative;
    display: block;
   /* padding-left:0px;
    padding-right:30px;*/
}

/* .in {
	    background-color: #3E3E3E;

    border: 1px solid #616161;
    height: 60px;
    width:100%;
}*/

.section-marquee{
    position: absolute;
    margin: 0 auto;
    width: 100%;
}

.marquee-title {
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #393939;
    text-align: left;
    z-index: 2000;
    border-right: 1px solid #CABA5C;
    margin-top: 5px;
    margin-bottom: 5px;
    }
  
.marquee-container
{
    background-color: rgba(252, 248, 227, 0.87);
         /*background-color: rgba(0, 0, 0, 0.18);
    /*border: 2px solid rgba(0, 0, 0, 0.95);*/ 
    border: 2px solid #fcf8e3;
        overflow: hidden;
    margin-top: -106px;
    z-index: 2;
    height: 100px;}

.booking-title{
    margin-left: -45px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 20px;
    margin-top: 10px;
    vertical-align: middle;
    background-color: #9AE02F;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.check-in-module, .check-out-module{
    background-color: rgba(0, 0, 0, 0.75);
    min-height: 77px;
    text-align: center;
    /* padding: 5px; */
    /* padding-top: 0px; */
    border-radius: 4px;
        /* width: 250px;*/
}
.check-in-module h5 , .check-out-module h5{     padding-top: 10px;
    color: #fff;}
    
    
.btn-avail{    padding: 33px 5px;}

.userlogin-container{background-color: #fff;
    min-height: 96px;}
.userlogin-title{
 margin-right: -45px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 20px;
    margin-top: 10px;
    vertical-align: middle;
    background-color: #ffc410;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;

}
.user-links-module{
    padding-top: 10px;
}     
.user-links-module a{
display: block;
    color: #855b00;
    font-size: 13px;
    padding: 2px 0;}  
    
    .input-center{ margin:0 auto;
	
}
    
    
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
       color: #FBFBFB;
    background-color: #06B5C5;
    }
.header-menu .navbar-nav>.w-active>a {
background:url('../images/bg_nav-active.jpg') 0 0 repeat-x;
border-left:1px solid #fff;
	
}

.header-menu .navbar-nav>.c-active>a {
background:url('../images/bg_nav-active.jpg') 0 0 repeat-x;
border-left:1px solid #fff;
	
}
.header-menu .navbar-nav>.n-active>a {
background:url('../images/bg_nav-active.jpg') 0 0 repeat-x;
border-left:1px solid #fff;
border-right:1px solid #fff;
	
}

.produceslider{padding:0; margin:0;}
.slider{margin: 0 auto; padding:0!important;}

/* ======= For Showcase ======= */ 

#section-01{
   background: #fff;
    /* background: url(../images/bg_section01.jpg) 0 0 no-repeat; */
    border-top: 2px solid rgb(255, 255, 255);padding: 30px 0;
 }


.showcase-01{
    color: #1F1F1F;
    border-radius: 5px;	 
    -webkit-border-radius: 5px;	
    -o-border-radius: 5px;	
    -moz-border-radius: 5px;	
    
}
.showcase-01 p{
text-align:justify;
}
.showcase-01 .panel-body{background-color: #ffffff; min-height: 223px;}

.showcase-02{    margin-top: 15px;}
.showcase-02 .panel-body{background-color: #ffffff; min-height: 223px;}

.showcase-02 .panel-footer {
    background-color: #fbfbfb;
    font-size: 12px;
    color: #FFFFFF;
    /* border-bottom-left-radius: 4px; */
    /* border-bottom-right-radius: 4px; */
    box-shadow: 0 2px 1px rgba(140, 140, 140, 0.2);
    padding: 4px 10px;
    border-top: 1px solid #ececec;}
.showcase-02 .panel-footer a {
       color: #0B58A7;
    /* text-shadow: 2px 1px 0.5px rgba(97, 97, 97, 0.33); */
    padding: 0px 4px;
    border-radius: 2px;
    display: block;
    text-align: right;
}

.showcase-02 ul{padding: 0 10px 0 15px;}
.showcase-02 ul li{ margin:5px 0;}
.showcase-02 ul li a{ font-size:13px;color: #333333;}
.showcase-01 .footer, .showcase-02 .footer{
   
    padding: 10px 0;
    font-size: 12px;}

.showcase-01 .moduule-title, .facility .moduule-title{
    color: #080202;
    padding-bottom: 3px;
    border-bottom: 2px solid #FFFFFF;
    margin-bottom: 20px;
    font-size: 24px;
}
.showcase-02 .moduule-title{
    color: #424242;
    padding-bottom: 3px;
    border-bottom: 2px solid #ececec;
    margin-bottom: 0px;
    font-size: 20px;
    margin-top: 0px;
}

.places-title h3{ font-size:20px;}
.home-news{
    text-align: justify;
    font-size: 13px;
    margin: 0;
    }
.home-news img{ margin-right:15px;} 
.home-news a{ display:block; margin-top:10px; font-size:14px; color: #333333; }

.home-events .date {
   width: 36px;
    height: 36px;
    background: #fcfcfc;
    background: linear-gradient(top, #fcfcfc 0%,#dad8d8 100%);
    background: -moz-linear-gradient(top, #fcfcfc 0%, #dad8d8 100%);
    background: -webkit-linear-gradient(top, #fcfcfc 0%,#dad8d8 100%);
    border: 1px solid #2DBBFD;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}

.home-events .date p 
{
	font-family: Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    color: #656565;
    padding: 1px 0px;
    font-weight: bold;
    margin: 0px;
    line-height: 14px;
  }
.home-events .month {
        background: #00ffcc;
    background: -moz-linear-gradient(top, #00ffcc 0%, #045daf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00ffcc), color-stop(100%,#045daf));
    background: -webkit-linear-gradient(top, #00ffcc 0%,#045daf 100%);
    background: -o-linear-gradient(top, #00ffcc 0%,#045daf 100%);
    background: -ms-linear-gradient(top, #00ffcc 0%,#045daf 100%);
    background: linear-gradient(to bottom, #00ffcc 0%,#045daf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffcc', endColorstr='#045daf',GradientType=0 );
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    display: block;
    border-top: 1px solid #D6D6D6;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    padding: 0px 0 2px 0;
    margin-top: -5px;
    height: 20px;
    text-align: center;
    }

.home-events .day {    color: #000;
    text-align: center;
    font-weight: bold;
    width: 100%;
    display: block;}

.home-events .title {
font-size:13px;
text-align:left;
color:#333;
}
.home-events .media { margin-top:12px;}

.showcase-01 .moduule-title span, .showcase-02 .moduule-title span, .facility .moduule-title span { border-bottom: 2px solid #2ACBDB;}


.showcase-03{ width:100%; margin-top: 15px;}
.showcase-03 .fa{
    padding: 0.3em;
}
.showcase-03 .btn{text-align:left;padding: 15px 10px;}

/* ======= For End Showcase ======= */ 

/*======= For Facilities =======*/

#section-02{
    padding-top: 30px;
    padding-bottom: 30px;	
    background-color: #ffffff;
    border-top: 2px solid #F1F1F1;}

.facility {
   box-shadow: 0 2px 1px rgba(140, 140, 140, 0.43);
    margin-bottom: 15px;
    border-radius: 4px;}
.facility .footer {
   background-color: #19BBCC;
   padding: 30px 10px 30px 10px;
  
    
  }
  .facility .footer-alt1 {
               background-color: #258bda;
      
  }
    .facility .footer-alt2 {
              background-color: #f35f2a;
      
  }

.facility .footer-alt3 {
          background-color: #3F51B5;
      
  }


  
.facility .footer.front i{
    color: #ffffff;
    font-weight: 700;
    padding:10px;
    display:block;
      }
/*  .facility .footer i:hover {  color:#333;}*/
  
.facility-title h3{
	color:#3f3f3f;
	margin-top: 0px;
    margin-bottom: 15px;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 2px;
    background: url('../images/bg_sep.jpg') 0 26px no-repeat;}
    
 /** Student Services Flipper **/

.flip-container {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;

	border: 1px solid #ccc;
}

.flip-container:hover .flipper,  
  .flip-container.hover .flipper {
		-webkit-transform: rotateY(180deg);
		-moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}

.flip-container, .front, .back {
    min-width: 230px;
    min-height: 165px;
}

.col-lg-20 {
    width: 20% !important;
}


.flipper {
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;

	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;
  
  -o-transition: 0.6s;
	-o-transform-style: preserve-3d;

	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

.front, .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.front {
		z-index: 0;
}

.back {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
	transform: rotateY(180deg);
	color:#000;
	font-size: 20px;
    text-shadow: 1px 1px 3px rgba(136, 136, 136, 0.65);
    /* text-align: justify; */
    padding: 0px 10px;
    display: block;
    line-height: 25px;  
    text-align:center;  
    background-color:#fcfcfc!important;

}




.front p {
    color: #FFFFFF;
    font-size: 20px;
    text-shadow: 1px 1px 3px rgba(136, 136, 136, 0.65);
    /* text-align: justify; */
    padding: 0px 10px;
    display: block;
    line-height: 25px;  
    text-align:center;  
    }




/** End Student Services Flipper **/
   


/*======= End Fcilities =======*/


/*========= Best Places =========*/

.places-title h3
{
	    color: #424242;
	margin-top: 0px;
    margin-bottom: 15px;
       border-bottom: 1px solid #cecece;
   padding-bottom: 4px;
    background: url(../images/bg_sep.jpg) 0 28px no-repeat;}


.carousel-control {
 top: 37%!important;
    width: 34px!important;    height: 34px;
    display: block;
    /* padding: 2px; */
    background-color: #3A3A3A;}
    
/*.carousel-control.left{
    background-repeat: repeat-x;
    background-image: linear-gradient(to right, rgba(243, 95, 42, 0.9) 0%, rgb(243, 95, 42) 100%)!important;
    }
    .carousel-control.right {
    background-repeat: repeat-x;
    background-image: linear-gradient(to left, rgba(243, 95, 42, 0.9) 0%, rgb(243, 95, 42) 100%)!important;
    }
*/

.carousel-inner .item img:hover{opacity:0.8; background-color:#000;}
 .item .place-name{text-align: center;
    margin: 0;
    color: #fff;
    background: #25c9da;
    font-size: 14px;
    padding: 10px;
    border: 1px solid #ddd;
        text-shadow: 2px 1px 0px #0000002e;
    }
    

.our-institutes  .inst-item {
  position: relative;
  overflow: hidden;
  width: 200px;
}

    
 .our-institutes .inst-item  img {
  max-width: 100%;
}
.our-institutes .inst-item:hover  img {
opacity:0.8;
}   

    
    
    
/*========= End Best Places =======*/


.position-1 .module-head, .position-2 .module-head, .position-3 .module-head, .position-4 .module-head, .position-5 .module-head, .position-6 .module-head, .position-7 .module-head, .position-8 .module-head, .position-9 .module-head, .position-10 .module-head, .position-4b .module-head,.position-3b .module-head {
/* font-family: 'Open Sans', sans-serif; */

/*font-family: Century Gothic;*/
font-size: 14px;
font-weight: 600;
}

/* ======= For Position 1 ======= */
font-family: 'Roboto Slab';
/*font-family: Century Gothic;*/
font-size: 14px;
font-weight: 600;
}

/* ======= For Position 1 ======= */
.position-1 .module-head{
	 background:url('../images/bg_mod_msg.gif') 0 0 repeat-x;
	 padding:5px 10px;
	 color:#fff;
	 font-size:14px;
	 font-weight:bold;
	     border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.position-1 .module-context{
    border: 1px solid #E9E9DB;
    background-color: #FFF;
    min-height: 196px;
       padding: 5px 10px;;
    font-size: 13px;
    line-height: 20px;
	
}
.position-1 .module-context ul{
	           padding: 0px;
    list-style: none;
}

.position-1 .module-context ul > li{
    background: url('../images/blt_mod_msg.png') 0px center no-repeat;
        padding: 3px 0px 3px 18px;
    border-bottom: 1px solid #EAEAEA;
	
}

.position-1 .module-context ul > li > a{
	 color:#393533;
}

.position-1 .module-context ul > li > a:hover, .position-1 .module-context > li > a:focus{
	color:#6D6D4E;
}
/* ======= End Position 1 ======= */ 

/* ======= For Position 2 ======= */
.position-2 .module-head{
	 background:url('../images/bg_mod_msg.gif') 0 0 repeat-x;
	 padding:5px 10px;
	 color:#fff;
	 font-size:14px;
	 font-weight:bold;
	     border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.position-2 .module-context{
    border: 1px solid #E9E9DB;
    background-color: #FFF;
    min-height: 196px;
     padding: 5px 10px;
    font-size: 13px;
    line-height: 20px;
	
}
.position-2 .module-context td{
	 text-align:left;
	   border-bottom: 1px solid #EAEAEA;
	   padding-top:4px;

}

.position-2 .module-context h6{
	 color:#3C3C3C;
	     margin:0px;
}

.position-2 .module-context a{
	 color:#3b9043;
	 font-size: 11px;
}

.position-2 .module-context a:hover, .position-2 .module-context a:focus{
	color:#6D6D4E;
}
/* ======= End Position 2 ======= */ 

/* ======= For Position 3 ======= */
.position-3 .module-head, .position-3b .module-head, .position-4 .module-head, .position-4b .module-head, .position-5 .module-head{
	 padding:10px 0px;
	 color:#313131;
	 font-size:18px;
	 font-weight:bold;
}
.position-3 .module-context{
   /* border: 1px solid #E9E9DB;*/
    min-height: 230px;
    overflow-y: auto;
	
}
.position-3 .module-context .box-btn{
	 text-align:center;
	 border: 1px solid #f1f1f1;
	 padding:10px 5px 5px 5px;
	 background:#fbf9fa;
	 margin: 5px -5px;
     height: 84px;
     transition: background ease-in 0.5s;
}

.position-3 .module-context .box-btn:hover{
	background:#F7F7DD;
}


.position-3 .module-context .box-btn a{
	    color: #2E6722;
    font-size: 14px;
    display: block;
    padding: 5px 0px;
    font-weight: bold;
    font-family: 'Josefin Slab';}

.position-3 .module-context .box-btn a:hover, .position-3 .module-context .box-btn a:focus{
	color:#6D6D4E;
}
.position-3 .col-md-3{
    padding-right: 10px!important;
    padding-left: 10px!important;
    }
/* ======= End Position 3 ======= */ 

/* ======= For Position 3b ======= */

.position-3b .module-context{
  overflow-x: auto;
	
}

.position-3b .module-context .box-asso{
	margin-left: -15px;
    margin-right: 15px;
}

    
.position-3b .module-context .box-asso img{
	margin:0 auto;
	-webkit-filter: grayscale(0%);
	transition: 0.5s ease-in-out;
 }
.position-3b .module-context .box-asso:hover img{
	-webkit-filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter ….3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
  }

.position-3b .module-context .box-asso p{
	text-align: center;
    font-size: 12px;
    padding: 5px 0;
    font-weight: bold;
    display: block;
    color:#1f1e1e;

}


/* ======= For Position 3b ======= */


/* ======= For Position 4 ======= */
.position-4 .module-context{
    min-height: 230px;
    padding: 10px 10px 0px 10px;
    overflow-y: auto;
    background-color: #f3d20d;
    box-shadow: 2px 2px 6px #E2E2E2;
	
}
.position-4 .module-context ul{
	           padding: 0px;
    list-style: none;
}

.position-4 .module-context ul > li{
        padding: 5px 0px;
      
    }
.position-4 .module-context ul > li:hover{}
.position-4 .module-context ul > li > a{
background: url('../images/blt_mod_apps.png') 0px center no-repeat;
	color: #252525;
    padding: 5px 5px 5px 26px;
    font-size: 13px;
	         transition: color ease-in 0.5s; }

.position-4 .module-context ul > li > a:hover, .position-4 .module-context > li > a:focus{
	color: #73735E;
	}
/* ======= End Position 4 ======= */ 

/* ======= For Position 4b ======= */
.position-4b .module-context{
  min-height: auto;
    /* overflow-y: auto; */
    border: 10px solid #1f1e1e;
    box-shadow: 2px 2px 6px #E2E2E2	
}

#myCarousel .glyphicon{color: #f3d20d;
    border: 5px solid #f3d20d;
    border-radius: 99px;
    -webkit-border-radius: 99px;
     -moz-border-radius: 99px;
     -o-border-radius: 99px;
    /* vertical-align: baseline; */
    /* display: block; */
    /* padding: 5px; */
    /* height: 35px; */
    font-size: 18px;	
}

/* ======= End Position 4b ======= */


/* ======= For Position 5 ======= */
.position-5 .module-context{
    background-color: #F8F8FF;
    min-height: 521px;
    padding: 5px 10px 5px 7px;
    overflow: hidden;
    overflow-y: auto;}
  .position-5 .module-context img{
  text-align:center;
	
}  
    
.position-5 .module-context ul{
	           padding: 0px;
    list-style: none;
}

.position-5 .module-context ul > li{
    border-bottom: 1px solid #EAEAEA;
    margin: 5px;
    }
.position-5 .module-context ul > li:hover{ background: #369042;}
.position-5 .module-context ul > li > a img{

transition:all ease-in 0.3s;
}

.position-5 .module-context ul > li > a img:hover, .position-5 .module-context > li > a img:focus{
box-shadow:0 0 6px #FF8F37;
transform:scale(1.05);
	}
/* ======= End Position 5 ======= */ 
/* ======= Section-03 position-6, position-7, position-8, position-9 ======= */ 
#section-03 {
 border-top: 2px solid #626262;
    background-color: rgb(249 249 249);
    padding: 30px 0 20px 0;
}
.position-6 .module-head, .position-7 .module-head, .position-9 .module-head{
	 padding: 10px 0px 0px 0px;
	 color:#000;
	 font-size:18px;
	 font-weight:bold;
	 text-transform:uppercase;
	     text-shadow: 0 1px 0px #FFEED5;
}
 .position-8 .module-head{
  padding: 10px 0px 0px 0px;
	 color:#000;
	  text-transform:uppercase;
	 font-size:18px;
	 font-weight:bold;

color:#fff;
        text-shadow: 0 1px 0px #000000;
    }

.position-6 .module-context, .position-7 .module-context{
     /* border-left: 1px solid #E9E9DB; */
    min-height: 175px;
    padding: 5px 0px;
    /* overflow-y: auto; */
	
}


.position-8 .module-context{
    /* border-left: 1px solid #E9E9DB; */
    /* padding: 5px 0px; */
    /* overflow-y: auto; */
    /* background-color: rgb(239, 238, 238); */
    /* padding: 10px; */
    /* border: 2px solid rgba(255, 255, 255, 0.23); */
    /* box-shadow: 0 1px 3px #333; */    }
/*
.position-8 .module-context:after {
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    bottom: 100%;
    width: 0;
    height: 0;
    border-bottom: 10px solid rgb(187, 187, 183);
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
*/
.position-6 blockquote {
        padding: 8px 10px;
    background-color: rgba(255, 255, 255, 0.88);
    margin: 0 0 10px;
    font-size: 17.5px;
    border-left: 5px solid #FF8A2B;
    color: #000;
    }
blockquote footer{
     color: #FF4A00;
	
}
.position-7 .module-context ul, .position-8 .module-context ul{
	padding: 0px;
    list-style: none;
    margin: 0;
}

 .position-7 .module-context ul > li, .position-8 .module-context ul > li{
     /* border-bottom: 1px solid rgba(0, 0, 0, 0.05); */
    margin: 0px 0px 1px;
 
}
.position-6 .module-context ul > li:hover, .position-7 .module-context ul > li:hover, .position-8 .module-context ul > li:hover{background: rgba(43, 43, 43, 0.04);}
.position-6 .module-context ul > li > a , .position-7 .module-context ul > li > a , .position-8 .module-context ul > li > a {
        color: #4a4c4c;
    transition: all cubic-bezier(0.18, 0.89, 0.32, 1.28) 0.3s;
    font-size: 13px;
    padding-top: 0px;
    padding-bottom: 5px;
    display: block;
    padding-left: 5px;
    border-radius: 2px;}

.position-7 .module-context ul > li > a:hover, .position-7 .module-context > li > a:focus, .position-8 .module-context ul > li > a:hover, .position-8 .module-context > li > a:focus{
color: #0B58A7;
    text-decoration: none;
    padding-left: 10px;
    /* border-left: 5px solid #FF3D45; */
    /* font-size: 12.3px; */
     	}
	
	.position-9 .module-head{
	padding: 5px 0px 0px 0px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: inherit;
    }

.position-9{
	background-color: rgb(33 24 144);
    border-radius: 5px;
    min-height: 200px;
}
	
.position-9 .AddressInfo ul {padding: 10px 0px 0 20px;}
.position-9 .AddressInfo ul li{ color:#eee; font-size:13px; margin-bottom:5px;}
.add-ho{list-style-image:url('../images/icon_addr.png'); list-style-position:outside;}
.phone-ho{list-style-image:url('../images/icon_phone.png')}
.fax-ho{list-style-image:url('../images/icon_fax.png')}
.email-ho{list-style-image:url('../images/icon_email.png')}

.position-9 .SocialConnect ul {padding: 10px 0px 0 2px;}
.position-9 .SocialConnect ul li{ color:#f7f7f6; font-size:12px; margin-left:5px; display:inline;}
.position-9 .SocialConnect ul li img { 
  -webkit-filter: grayscale(0%); /* Chrome 19+ & Safari 6+ */
  transition:all ease-in 0.5s;
   filter: none;
  }
  
  .position-9 .SocialConnect ul li img:hover{
   
  -webkit-filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */

	
}

.position-9 .VisiorCount{
color: #FFF765;
font-size:18px;
font-weight:bold;
text-align:left;
}

/* ======= End Section-03 position-6, position-7, position-8, position-9 ======= */ 

/* ======= Section-04 position-6, position-7, position-8, position-9 ======= */ 
#section-04{
background-color: #211890;
    /* border-bottom: 4px solid #25C9DA; */
    padding: 5px;
    color: #ffffff;}
#section-04 p{
    margin: 5px 0px;
    font-size: 12px;
    color: #ffffff;}
.position-copyright p{	
}
.position-10 p{
	 text-align:center;
}
.position-credit p a{
color: #AB6429;	
}
/* ======= End Section-04 position-6, position-7, position-8, position-9 ======= */ 
/* ======= End Home Page Layout ======= */ 

/* ======= Inner Page Layout ======= */ 
#section-bread{
	    background-color: #f9f9f9;
    padding: 15px 0 30px 0;
    }
.breadcrumbs {
       
    margin: 0 0 0 15px;
    padding-left: 0px;}
.breadcrumbs ul {
    padding: 0px;
}
.breadcrumbs ul li {
       display: inline;
    float: left;
    font-size: 12px;
        color: #888888;
    padding-left: 3px
}
.breadcrumbs ul li.prev {
    padding-right: 10px;
    padding-left: 0px;
    background: url(../images/blt_brdcrmb.png) right center no-repeat;
}
.breadcrumbs ul li a {
        color: #238bda;
    text-decoration: none;
}
.content-wrap{
box-shadow:0px 0px 5px #ccc;
background-color:#fff;
padding: 15px;
    margin-top: -45px
}
.sect-left{
	margin-top:15px;
}
.sect-left .module-head {
    background: url('../images/bg_mod_left.gif') 0 0 repeat-x;
    padding: 5px 10px;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.sect-left .module-context {
    border: 1px solid #E9E9DB;
    background-color: #FFF;
    min-height: 196px;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 20px;
}
.sect-left .module-context ul {
    padding: 0px;
    list-style: none;
}
.sect-left .module-context ul > li {
    background: url('../images/blt_mod_msg.png') 0px center no-repeat;
    padding: 3px 0px 3px 18px;
    border-bottom: 1px solid #EAEAEA;
}
.sect-left .module-context ul > li > a {
    color: #393533;
}
.sect-center{
	margin-top:15px;
}
.sect-center .page-title{
    /* max-height: 40px; */
    font-size: 18px;
    color: #fff;
    /*font-weight: bold;*/
    margin-bottom: 10px;
    border-radius: 20px;
    /* border-bottom-left-radius: 15px; */
    padding: 5px 25px;
    /* padding-left: 10px; */
    /* text-align: center; */
    background-color: #0f05af;font-weight: 500;
}
    
.sect-center .center-title{ text-align:center;}
    
    
.sect-center .page-context{
padding: 5px 10px;
}
.page-context p{ text-align:justify;}

/*Login Page*/

.login-wrap {
    /* margin: 2%; */
    border: 2px solid #F4F4F4;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.login-wrap .username {
    background: #FFF url(../images/icon_user.png) 2px center no-repeat;
    padding-left: 24px;
}
.login-wrap .password {
    background: #FFF url(../images/icon_pass.png) 2px center no-repeat;
    padding-left: 24px;
}
/*For Model Pop Up*/

.modal-header {
     min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #df101a;
    background-color: #df101a;color:#fff;font-weight:600
}

.modal-body .btn{ font-size:13px;margin-top: 15px;}
.modal-body p{
    /* font-size: 11px; */
    text-align: justify;
   

}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

/*Dropdown on Hover*/
.caret-up {
    width: 0; 
    height: 0; 
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    
    display: inline-block;
    margin-left: 7px;
    vertical-align: middle;
}
.dropdown-menu li{ 
	margin-top: 0px;
    padding-bottom: 5px;
}


.ajax__calendar_container {
    padding: 4px;
    /* position: absolute; */
    cursor: default;
    width: 170px;
    font-size: 11px;
    text-align: center;
    font-family: tahoma,verdana,helvetica;
    z-index: 5000;
    background-color: #ccc !important;
}


/*Page Specific*/

.spec-avail{
background:url(../images/bg_section01.jpg) top right no-repeat;
	
}

/* Site Seeing */
.site-name{
    background: #AFBD27;
    display: inline-block;
    padding: 5px 10px;
    margin-left: -25px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 5px 2px 1px #ECECEC;
    border-bottom: 1px solid #ECFB55;
}

/* Yamm!3 - Yet another megamenu for Bootstrap 3*/
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
     position: static;
    background: #ffffff;
  /*  background: -moz-linear-gradient(top, #ffffff 0%, #F1F1F1 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#F1F1F1 100%);
    background: linear-gradient(to bottom, #ffffff 50%,#F1F1F1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#F1F1F1',GradientType=0 );
     box-shadow: rgb(247, 247, 247) 1px 1px 0px;
     */ 
  
    }
.yamm .navbar-nav{
    /*margin-top: -5px;*/
}    
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
      left: 65%;
    right: 0%;
}
.yamm .yamm-content {
  padding: 20px 30px;
      margin-top: 5px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;    z-index: 99999;
}

.yamm-content a{
	 font-size:13px;
	 color: #0052A9;
	 }
	 
 .yamm-content a:hover	 {
    color: #FF3D45;
    text-decoration:none;
}
	 
	.yamm-content a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    /* top: 6px; */
    width: 0;
    margin-top: 6px;
    margin-left: 2px;
    height: 0;
    border-bottom: 4px solid rgba(187, 187, 183, 0);
    border-top: 4px solid transparent;
    border-left: 4px solid rgb(202, 202, 202);
    border-right: 4px solid rgba(255, 0, 0, 0);
} 
.yamm-content p {
    border-bottom: 2px solid #F3F3F3;
        color: #585858;
}

#section-login{
	    background-color: #36daea;
}
.login-box {
    margin-top: -16px;
    /* margin-bottom: 20px; */
    box-shadow: 0px -2px 6px 0px #00040438;}
.login-box-container{
	    background-color: #ffffff;
	   height: 155px;
        border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.login-box-inner{
	    padding: 15px 0px;
}
.student-login-head{
   background-color: #f35f2a;
    /* display: grid; */
    padding: 10px 20px;
    color: #fff;
    font-size: 18px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 4px 0px 2px #ccc;	}
.college-login-head{
	 background-color: #258bda;
    /* display: grid; */
    padding: 10px 20px;
    color: #fff;
    font-size: 18px;
    text-align:right;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: -4px 0px 2px #ccc;

}
.college-type{
	 background-color:#25c9da;
	 color:#fff;
	 padding:10px;
	 text-shadow: 2px 1px 0px #0000002e;
	 text-align:center;font-weight:500
}

.bg-cyan {
    background-color: #df101a !important;}
    
.bg-blue{
               background-color: #0f0587 !important;
      
  }
.bg-orange {
              background-color: #df101a !important;
      
  }

.facility .bg-blue {background:#0f0587 !important}
.flipper .btn-primary {
    color: #fff;
    background-color: #1a182a;
    border-color: #1a182a;
    font-weight: 500 !important;
}
.flipper .btn-primary:hover {background:#df101a}



.well-dept {
  padding: 0px!important;
  margin-bottom: 20px!important;
  background-color: #f5f5f5!important;
  border: none!important;

}
.btn-default{
	border-radius:0px!important;
}
.btn-link{

 font-size:12px!important;
 
    padding: 5px 0px!important;;
}
.sep-vertical{
	border-left:1px dashed #626262;
    /* background: url(../images/img-ver-sep.gif) 0 0 no-repeat;*/ } 
    
.position-copyright a{
	color:#333;
	font-size:11px;
}    
.fa-pad{
	padding-right:5px;
}
/** Font Awesome Override **/

.fa-lg {
   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
/** End **/
/** Student Services Flipper **/

.flip-container {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;

	border: 1px solid #ccc;
}

.flip-container:hover .flipper,  
  .flip-container.hover .flipper {
		-webkit-transform: rotateY(180deg);
		-moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}

.flip-container, .front, .back {
    width: 100%;
    min-height: 180px;
}

.flipper {
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;

	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;
  
  -o-transition: 0.6s;
	-o-transform-style: preserve-3d;

	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

.front, .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.front {
		z-index: 0;
}

.back {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    background: #f8f8f8;
    padding: 15px 10px 10px 10px !important;
    background-color: #141313 !important;
}
 
.top-menu ul{margin: 0px; padding: 0px;}
.top-menu ul li a{  color: #fff;
    font-size: 12px;
    text-shadow: 1px 1px 2px #0000003b;
    font-weight: 600;
    }
.top-menu ul li a:hover{ text-decoration:none; color: #fff67b;}
.top-menu ul li a i
{color: #238bda;
    font-size: 12px;
    background-color: #fff;
    padding: 5px;
    border-radius: 99px;
    text-shadow: none;
	
	}
.top-menu a.jfontsize-button{color: #fff;}
.top-menu ul li.font-resize{    background-color: #248bda;
    border-radius: 99px;
    padding: 1px 10px;}
.gigw li a{ font-weight:normal!important;}
.navbar-nav .fa-lg {
    font-size: 1.33333333em;
    line-height: 1.75em;
    vertical-align: -15%;
}

#section-marquee{    background-color: #f2feff;
    padding: 10px;
    border-top: 2px solid #32cbdb;
}
.media-left .fa-file{color: #248bda;}

.back .list-group i{}
.back .list-group .btn { text-align:left;}

 .st-btn-container1 {
    background: #ea5653!important;
    
}
.left-bottom {
    bottom: 3em;
    left: 2em;
    float: left !important;
} 
.right-bottom {bottom: 3em;}

.st-button-main1 {
    color: #ffffff;
    font-size: 14px;font-weight: 600;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
}
.st-button-main {font-size: 14px;font-weight: 600;}

/** End Student Services Flipper **/

/* MP Government Calendar CSS */
#fixed-calendar {
           position: fixed;
           z-index: 99999;
           top: 180px;				  
           right:-153px;
           transition: all 0.5s; cursor: pointer;
           display: inline-block;
        }
        #fixed-calendar img{display:block; width: 152px; height:224px; }
        #fixed-calendar:hover{right:0px;}
        #fixed-calendar i{display: inline-block;padding-bottom:2px;}
        #fixed-calendar>a{color:#fff;text-decoration: none;}
        .dairy_cls .modal-header{padding:8px;}
        .dairy_cls .modal-title{color:#000;}
        .titles_cls{background: #9C27B0;
    color: #fff;
    padding: 8px 10px;
    font-size: 15px;
    border-radius: 6px 0 0 6px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    text-transform: uppercase;
    height: 224px;
    border: 2px solid #ccc;}


.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn-primary, .sppb-btn-primary {
    border-color: #da3800;
    background-color: #da3800;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 14px;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/* End Calendar */





/*============= New CSS Editon ============== ============== */

/* Home Page Css ===================== */
  .top-alert-content {position: fixed;
    left: 25%;
    top: 0;
    width: 50%;
	height:65px;
	z-index: 1055;
	}
.top-alert {
     width:100%;
    color: white;
    text-align: center;
    border: 1px solid #fff;
    border-bottom-left-radius: 99px;
    border-bottom-right-radius: 99px;
    box-shadow: 0px 2px 4px 1px #ccc;
	padding:5px 30px;
	font-size:18px;
background: #ff3019; /* Old browsers */
background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ff3019 0%,#cf0404 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ff3019 0%,#cf0404 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
	
}

.top-alert p{margin-bottom:5px;margin-top:5px;}
.top-alert span{font-size:18px;}
.hide-btn{display: none;}
#open-close-toggle{
    float:right;
	margin-right:40px;
	background-color:#f1f1f1;
	padding:2px 15px 5px 15px;
	border-bottom-left-radius: 99px;
    border-bottom-right-radius: 99px;
}
.up-down{top:0px!important;}
.show-panel{display:block;}
/* =============================================*/


.row_mg0 {margin:0 !important;}
.col_pd0 {padding:0 !important}
.align-items-center {display:flex;flex-wrap: wrap;align-items:center}

/* Notification Window ==================== */
#popup_window {
    position: fixed;
    bottom: -50%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 99;
    padding: 0;
    color: #fff;
    width: 100%;
    display: block;
    overflow: hidden;
}
.popup_content {
   /* display: inline-block;*/
    position: relative;
    padding: 0;
}
 
#popup_window .close_btn {
    font-size: 20px;
    top: 0;
    right: 0;
    position: absolute;padding: 10px;    z-index: 1;
}

.notice_flash {
  position: relative;
  bottom: 0;
  margin: 0;
  width: 100%;
  background: #df101a;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}
.notice_flash .notice_text {
  color: #fff;
  margin: 0;font-weight:600;
  width: 100%;
  animation: marquee 10s linear infinite;
  display: inline-block;
  padding-right: 5%;
}
.notice_flash .notice_text a {color:#fff;position:relative;text-decoration:none;font-weight: 600;}
.notice_flash .notice_text a:hover {color:#fff;}
.notice_flash .notice_text a:after {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
    width: 0;
    background: #fff;
    content: "";
    height: 2px;
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.notice_flash .notice_text a:hover:after {left: 0;width: 100%;}
.notice_flash .news_head {
  height: auto;position:relative;
  background: #0f0587;
  padding: 13px 30px 12px 30px;
  color: #fff;
  z-index: 1;overflow: hidden;
  display: block;text-transform: uppercase;
}
.notice_flash .news_head:after {
  content: "";
  top: 0;
  transform: translateX(100%);
  width: 100%;
  height: 100%;
  position: absolute;
  animation: slide 5s infinite;
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(128, 186, 232, 0) 99%,
    rgba(125, 185, 232, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, rgba(255, 255, 255, 0)),
    color-stop(50%, rgba(255, 255, 255, 0.8)),
    color-stop(99%, rgba(128, 186, 232, 0)),
    color-stop(100%, rgba(125, 185, 232, 0))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(128, 186, 232, 0) 99%,
    rgba(125, 185, 232, 0) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(128, 186, 232, 0) 99%,
    rgba(125, 185, 232, 0) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(128, 186, 232, 0) 99%,
    rgba(125, 185, 232, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(128, 186, 232, 0) 99%,
    rgba(125, 185, 232, 0) 100%
  );
}
@keyframes slide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}







.header {border-bottom:2px solid #626262}
.navbar-nav>li>a {padding: 10px 12px;font-weight: 600;line-height: 1.3;font-size: 15px;color: #404040;}
.navbar {margin-bottom: 0;border: 0;}
.logo_control .img-responsive {margin:0 auto;    max-width: 500px;}
.top-menu .container, .header .container{width:96%}
.header .navbar-nav > li {float:none;display:inline-block}
.dropdown-menu {top:105%;border:0}
.yamm-content a {color: #363636;font-weight:500}
.yamm-content p {border-bottom: 1px solid #a7c1e1;color: #005cbb; padding: 5px 0; font-size: 15px; text-transform: uppercase;}
.inner_pages h4, .inner_pages h5 {font-weight:600}
.inner_pages h4 {background: #0f05af; padding: 10px 20px; color: #fff; border-radius: 25px;}
.inner_pages h5 {border-bottom: 1px solid #a7c1e1; color: #005cbb; padding: 5px 0; font-size: 15px; text-transform: uppercase; font-weight: 700;}
.inner_pages ul {padding-left:20px;}
.mb-3 {margin-bottom:30px;}
.mb-2 {margin-bottom:20px;}
.mb-1 {margin-bottom:10px;}
.menu_control {position:relative;display: flex;justify-content: center;padding: 0px 0 0;margin-top: 5px;border-top: 1px solid #ddd;}


/* NavBar Modification ===================== */
.navbar-toggle.x {border: none;    z-index: 10;}
.navbar-toggle.x:focus { outline: none; box-shadow: none;}
.navbar-toggle.x[aria-expanded=true] .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}
.navbar-toggle.x[aria-expanded=true] .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}
.navbar-toggle.x[aria-expanded=true] .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}
.navbar-toggle.x .icon-bar {
  width: 22px;
  display: block;
  height: 2px;
  background-color: #000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.navbar-toggle.x .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-toggle.x .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.navbar-toggle.x .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar-toggle.x .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
img, .img-responsive {image-rendering: -webkit-optimize-contrast;}

/* NavBar Modification End ===================== */

#mahakallok_popup .modal-content .btn-close {
    opacity: 1;
    font-size: 20px;
    background: #ff792a;
    outline: none;
    border: none;
    color: #fff;
    border-radius: 0 5px 0 0;
    position: absolute;
    top: 0;
    right: -1px;
    line-height: 24px;
	}
	.modal.fade.show {
	    background: rgb(34, 17, 3, 0.48);
	}
	

.home_3box_head {background: #0f0587;margin-bottom: 0;padding: 7px 10px;border-radius: 0;color: #fff;text-align: center;font-weight: 600;text-transform: uppercase;font-size: 15px;
}

.home_box_control {margin-bottom:15px;}
.home_box_control .panel-primary {
    border-color: #ddd;
    border-radius: 0;
}
.links_showcase {position: relative;}
.links_showcase a {position: relative;display: block;padding: 2px 15px;margin-bottom: 1px;color: #363636;font-weight: 400;text-decoration:none;box-shadow: 0 5px 5px #ddd;z-index: 1;background: #dfe8ed;transition:0.5 ease-in;}

.links_showcase a:nth-child(even) {background: #fff;}
.links_showcase a:nth-child(odd) {background: #e0ecf1;}
.home_3box_head.odd_bg { background: #df101a;}
.home_3box_head i {
    color: #00aff1;
    background: #fff;
    font-size: 16px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    position: relative;
    border-radius: 50%;
}
.home_3box_head.odd_bg i {background: #fff;color:#0f0587}
.links_showcase a:before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #ee4045;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.links_showcase a:hover {color: #fff;font-weight:500}
.links_showcase a:hover:before {width: 100%;}


/* rgpv_department_viewer =========================================
/*-------------------------------------------------------------------------------*/
.rgvp_department_section {position:relative;overflow:hidden}

.rgpv_department_viewer {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #000;    min-height:500px;
}
.rgpv_department_viewer.four_cols .rgpv_department_content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}
.rgpv_department_viewer .show_bg_lg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    overflow: hidden;
}
.rgpv_department_viewer .show_bg_lg {
    visibility: hidden;
    opacity: 0;
    transition-duration: 1500ms;
    transition: all 1s;
}
.rgpv_department_viewer .show_bg_lg, .rgpv_department_viewer .bg_overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    overflow: hidden;    background: rgb(0, 0, 0, 0.68);
}
.rgpv_department_viewer .bg_overlay {
    z-index: 1;
}
.rgpv_department_viewer .show_bg_lg img {
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
}
.rgpv_department_viewer .show_bg_lg.active {
    opacity: 1;
    visibility: visible;
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.rgpv_department_viewer .rgpv_department_content {
    position: relative;
    z-index: 2;
    padding: 0 50px 57px;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
    border-right: 1px solid rgba(256, 256, 256, .5);
}
.rgpv_department_viewer .rgpv_department_content .hover_viewbtn {
    opacity: 0;
    transition: transform .9s ease;
    -moz-transform: translateY(170px);
    -ms-transform: translateY(170px);
    -webkit-transform: translateY(170px);
    transform: translateY(170px);
}
.rgpv_department_viewer .rgpv_department_content:hover .hover_viewbtn {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.rgpv_department_viewer .rgpv_department_content:first-child .hover_viewbtn {
    opacity: 1;
    transform: translateY(0);
}
.rgpv_department_viewer .hover_viewbtn .department_title h3{
    margin-bottom: 35px;
    position: relative;margin-top: 0;
}
.rgpv_department_viewer .hover_viewbtn .featured-desc p{
    padding-bottom: 13px;
}
.rgpv_department_viewer .hover_viewbtn .prt-footer a {
    padding: 10px 30px;
}
.rgpv_department_viewer .hover_viewbtn .prt-footer a:hover{
    background-color: transparent;
}
.rgpv_department_viewer .rgpv_department_content .show_bg_sm {
    display: none;
    background-size: cover;
    background-repeat: no-repeat;
}

/*style1*/
.rgpv_department_viewer .rgpv_department_content.style1{
    position: relative;
    z-index: 2;
    padding: 0px;
    border: none;
	    width: 50%;
    float: left;
    border-bottom: 1px solid #dddddd9e;text-align: center;
}
.rgpv_department_viewer .rgpv_department_content.style1 .hover_viewbtn {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    padding: 15px 0 15px;
    /* background-color: rgba( 0,0,0,0.88); */
    position: relative;
}
.rgpv_department_viewer .rgpv_department_content.style1 .hover_viewbtn.bg-base-skin{
    background-color: var(--base-skin);
}
.rgpv_department_viewer .rgpv_department_content.style1 .hover_viewbtn span.number {
    font-size: 27px;
    color: #eee;
    z-index: -1;
    font-weight: 500;
    opacity: 1;
    transition: .5s;
}
.rgpv_department_viewer .rgpv_department_content.style1 .hover_viewbtn .department_title {
 
}
.rgpv_department_viewer .rgpv_department_content.style1 .hover_viewbtn.bg-base-skin span.number,
.rgpv_department_viewer .rgpv_department_content.style1 .hover_viewbtn.bg-base-skin .featured-desc p,
.rgpv_department_viewer .rgpv_department_content.style1 .hover_viewbtn.bg-base-skin .department_title h3{
    color: #000;
}
.rgpv_department_viewer .rgpv_department_content.style1 .hover_viewbtn .department_title h3{
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 500;
}
.rgpv_department_viewer .rgpv_department_content.style1 .hover_viewbtn .featured-desc p {
    padding-bottom: 0;
    margin-bottom: 0;
    color: rgba(255,255,255,0.80);
}

.rgpv_department_viewer .rgpv_department_content.style1:nth-of-type(odd) {border-right:1px solid #dddddd9e}
 
 
.rgpv_department_viewer .rgpv_department_content.style1:nth-last-child(2) {
    border-bottom: 0;
}
.rgpv_department_viewer .rgpv_department_content.style1:last-child {
    border-bottom: 0;
}
 
.visible_data {
    position: absolute;
    z-index: 2;
    top: 10%;
    left: 2%;
    padding: 50px;
    max-width: 50%;
}
.visible_data h5 {color:#fff;font-size: 21px;font-weight: 700;}
.visible_data p {color:#eee;font-size: 14px;padding-right: 30px;text-align:justify}

.rgpv_department_viewer .rgpv_department_content.style1:hover, .rgpv_department_viewer .rgpv_department_content.style1:focus {background:#ffc107;}
.rgpv_department_viewer .rgpv_department_content.style1:hover .hover_viewbtn .department_title h3, .rgpv_department_viewer .rgpv_department_content.style1:focus .hover_viewbtn .department_title h3 {color:#020202}


.rgpv_department_viewer .rgpv_department_content.style1.active, .rgpv_department_viewer .rgpv_department_content.style1.active {background: #ffc107;}
.rgpv_department_viewer .rgpv_department_content.style1.active .hover_viewbtn .department_title h3, .rgpv_department_viewer .rgpv_department_content.style1.active .hover_viewbtn .department_title h3 {color:#020202}

.align_control {position: absolute; max-width: 550px; right: 5%;top: 15%;}
.hidden_480 {display:none}

.modal_control .modal-header {padding: 5px 15px;}
.modal_control .modal-header .modal-title{    font-weight: 700;}
.modal_control .modal-footer  {padding: 0 15px 15px;border-top: 0;}
.modal_control .modal-header .close {margin-top: 0;color: #f7e03c;opacity: 1;font-size: 26px;}

.modal_control .modal.fade .modal-dialog {margin-top: 12%;}














@media (max-width:1200px) {
.rgpv_department_viewer .rgpv_department_content.style1 .hover_viewbtn {padding: 10px 0 10px;}
.rgpv_department_viewer .rgpv_department_content.style1 .hover_viewbtn .department_title h3 {font-size: 14px;}
.align_control {max-width: 500px;}
.navbar-nav>li>a {padding: 10px 10px;font-size:14px;} 
 
}


@media (max-width:1025px) { 
.align_control {
    position: absolute;
    max-width: 100%;
    right: 0;
    top: 0;
}
.rgpv_department_viewer .rgpv_department_content.style1 .hover_viewbtn {    padding: 7px 0 7px;}
.rgpv_department_viewer .rgpv_department_content.style1 .hover_viewbtn .department_title h3 {font-size: 12px;line-height: 1.3;}
 
.visible_data h5 {font-size: 14px;}
.rgpv_department_viewer {min-height: 400px;}
.visible_data {
	top:unset;
    bottom: 0;
    left: 0;
    padding: 50px 50px;
    max-width: 100%;
}


}
@media (max-width:768px) { 
.visible_data {padding: 15px 30px;}
.visible_data p {padding-right: 0;font-size: 13px;}
}



.caption_img {position:relative}
.img_title {position: relative; width: 100%;background: #0f0587;text-align: center;}
.img_title h5 {color: #fff;text-transform: capitalize;font-size:14px;margin-top:0;padding:7px}
.mt-2 {margin-top:15px;}
.mt-3 {margin-top:30px;}

.right_side {position:relative; box-shadow:0px 10px 15px #eee;background: #fff;border-radius: 10px;}
.right_side:before {
  position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    background: #fa830f;
    height: 15%;    border-radius: 10px 10px 0 0;
}
.profile_side {position:relative;display: flex;padding:10px 15px 10px;margin-bottom: 15px;    border-radius: 0px;align-items: center;}
.profile_img {max-width: 25%;    margin: unset;}
.profile_text {padding: 15px;text-align: left;}
.profile_text h4 {font-size: 18px;}
.profile_img img {
    border-radius: 50%;
    border: 5px solid #fffff3;
    box-shadow: 0 5px 5px #eee;
}




.profiling_panel {position: relative; padding: 15px; border: 1px solid #ddd; margin-bottom: 20px;}
.profile_heading {font-weight: 600; margin-top: 0; padding-left: 5px; border-left: 5px solid #ff9800; border-radius: 6px;}
.profile_heading h3 {margin-top: 0;font-weight:600;font-size:18px}
.flex_profile {position: relative;display: flex;}
.profiling_img {position: relative;width: 180px;}
.profiling_content {font-size: 16px; background: #001b58; width: 100%; padding: 15px; border-radius: 0 5px 5px 0; color: #fff; font-weight: 500;border-left: 5px solid #ffd89f;}
.profiling_content b {font-weight:600;color: #fff700;}

.profiling_panel:nth-child(even) { background: #f1eef3;border-radius: 15px 0;}
.profiling_panel:nth-child(odd) { background: #f8fff2;border-radius: 0 15px;}

.panel-info {border-color: #ddd;}
.panel-info>.panel-heading {
    color: #433d99;
    background-color: #f9f9f9;
    border-color: #ddd;
    font-weight: 500;
}

#main_slider.owl-carousel.owl-theme .owl-nav [class*=owl-] {font-size: 24px;color: #fff; border-radius: 50%;width: 40px;height: 40px;-webkit-transition: all 0.5s;
-moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
#main_slider.owl-carousel .owl-nav button.owl-prev { position: absolute; top: 45%; left: 2%;background: rgb(2, 0, 0, .50);}
#main_slider.owl-carousel .owl-nav button.owl-next { position: absolute; top: 45%; right: 2%;background: rgb(2, 0, 0, .50);}
#main_slider.owl-carousel.owl-theme .owl-nav button.owl-prev:hover {background: rgb(2 0 0);}
#main_slider.owl-carousel.owl-theme .owl-nav button.owl-next:hover {background: rgb(2 0 0);}


.honers_box {position:relative;padding: 7px; text-align: center; z-index: 1;border-radius: 5px;overflow:hidden; display: flex; margin-bottom: 20px; border: 1px solid #ed777c;background: #fff;}
.honers_img {width: 150px}
.honers_box.mb_0 {margin-bottom:0}
.namination {position:relative;padding: 10px 20px 0;    text-align: left; width: calc(100% - 150px);}
.namination h4 {font-size:16px;    font-weight: 600; }
.namination h5 {font-size:14px;  line-height: 1.3;}
.redme {color: #e10404;}
.text_left {text-align:left}

/*  ============== ================== ================== ========= */



.icon_set {
    position: relative;
    border: 1px solid #ddd;
    padding: 15px 5px;
    text-align: center;
    background: #fff;
    border-radius: 3px;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
}

    .icon_set h4 {
        font-size: 16px;
        margin-top: 15px;
        transition: all 400ms ease-in-out 0s;
        -webkit-transition: all 400ms ease-in-out 0s;
        -moz-transition: all 400ms ease-in-out 0s;
        -o-transition: all 400ms ease-in-out 0s;
    }

    .icon_set i {
        width: 80px;
        font-size: 40px;
        height: 80px;
        border: 1px solid #ddd;
        text-align: center;
        line-height: 80px;
        border-radius: 50%;
        background: #fff8f8;
        color: #df3e1b;
        box-shadow: 0 5px 10px #eeeeee38;
        transition: all 400ms ease-in-out 0s;
        -webkit-transition: all 400ms ease-in-out 0s;
        -moz-transition: all 400ms ease-in-out 0s;
        -o-transition: all 400ms ease-in-out 0s;
    }

    .icon_set:hover i {
        background: #df3e1b;
        color: #fff
    }

    .icon_set:hover {
        box-shadow: 0px 30px 60px 0px rgb(0,0,0,0.2);
        transform: translateY(-7px);
    }



/*  ============== ================== ================== ========= */




/* Responsive CSS Edition */

@media (min-width: 1500px) {
    .modal-lg {
        width: 1200px;
    }
}
	
	
@media (max-width:990px) {
.top-menu {text-align:center}
.top-menu .pull-right {float: none !important;}

}
	
@media (max-width:768px) {
.align-items-center .col-sm-4 {flex: 0 0 auto;width: 33.33333333%;}
.align-items-center .col-sm-8 {flex: 0 0 auto;width: 66.66666667%;}
.header .container {width: 100%;}
.logo_control {position: relative;align-items: center;display: flex;}
.navbar-toggle.x {position:absolute;right:0;margin-right: 0;}
.header .navbar-nav > li {display:block}
.logo_control .img-responsive {margin:unset;}
.menu_control {display: block;padding: 0 15px;}
.yamm .yamm-content {padding: 0px;}
.our-institutes .inst-item img {width: 100%;}
.profiling_img {width:100%}
.profiling_img .img-responsive {width:100%}
.flex_profile {display:block}
}
@media (max-width:480px) {
.align-items-center .col-sm-4 {width: 100%;}
.align-items-center .col-sm-8 {width: 100%;}
.notice_flash .notice_text {display: block;padding: 10px;}
#popup_window .close_btn {padding: 7px 10px;}
.notice_flash .news_head {padding: 7px 15px 7px 15px;}
.logo_control .img-responsive {max-width: 280px;}
.hidden_480 {display:block}
.rgpv_department_viewer {min-height: 450px;}

}



#side_popbox {
    position: fixed;
    z-index: 1000;
    top: 40%;
    left: -90px;
    transition: all 0.5s;
    cursor: pointer;
    display: block;
    font-weight: 500;
}

.rotate_title {
    background: #0f05ae;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    border-radius: 7px 0px 0px 7px;
    display: inline-block;
    text-align: center;
    /*height: 224px;*/
    position: relative;
    padding: 7px;
    border: 2px solid #fff;
    /*    writing-mode: vertical-rl;
    text-orientation: mixed;*/
    overflow: hidden;
    transform: rotate(270deg);
}

    .rotate_title:after {
        content: "";
        left: 0;
        transform: translateX(100%);
        width: 100%;
        height: 100%;
        position: absolute;
        animation: slide 5s infinite;
        background: -webkit-gradient( linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.8)), color-stop(99%, rgba(128, 186, 232, 0)), color-stop(100%, rgba(125, 185, 232, 0)) );
        background: -webkit-linear-gradient( left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100% );
        background: -o-linear-gradient( left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100% );
        background: -ms-linear-gradient( left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100% );
        background: linear-gradient( to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100% );
    }

@keyframes slide_vertical {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(100%);
    }
}

.top-menu ul li a.icon_social {
    color: #fff;
}

    .top-menu ul li a.icon_social i {
        color: #df101a;
        font-size: 12px;
        padding: 3px 3px 2px;
    }

/*============= New CSS Editon End ============== ============== */