body {
    padding-top: 0px;
    background: #fff;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    color: #282828;
    line-height: 20px;
}
.social_media_icon i{
	transition: all 1s;
}
.facebook_icon:hover{
	transition-duration: 1s;
	transform: rotate(360deg);
}
.twitter_icon:hover{
	transition-duration: 1s;
	transform: rotate(360deg);
}
.google_plus_icon:hover{
	transition-duration: 1s;
	transform: rotate(360deg);
}
.linkedin_icon:hover{
	transition-duration: 1s;
	transform: rotate(360deg);
}
.instagram_icon:hover{
	transition-duration: 1s;
	transform: rotate(360deg);
}
.quick_feeds li{
	list-style:none;
}
.quick_feeds ul li{
	display: inline-block;
}
.quick_feeds ul{
	padding-left:0px;
	margin-bottom:0px;
}
.quick_feeds a{
	color:#fff;
}
.quick_feeds a:hover{
	color:#fff;
	text-decoration:none;
}
.top_header{
	background-color:#F2184F;
	padding-top:10px;
	padding-bottom:10px;
}
.social_media_icon li{
	padding-left:20px;
}
.header_clg_name h2{
	margin-top:0px;
	margin-bottom: 5px;
}
.middle_header{
	padding-top:10px;
	padding-bottom:10px;
}
.quick_services h3,a{
    color: #fff;
    margin-bottom: 0px;
	font-size:15px;
}
.quick_services a:hover{
	text-decoration:none;
	color:#fff;
}
.quick_services .icons{
	transition: all .5s;
}
.quick_services .icons:hover{
	transform: scale(1.4);
	
}
.ncc_icon{
	transition: all .5s;
}
.ncc_icon:hover{
	transform: scale(1.4);
}
.quick_services{
	height:100px;
	padding-top:16px;
	padding-bottom:5px;
}
.quick_services_row{
	border-bottom: 4px solid #f2184f;
	border-top: 2px solid #f2184f;
	margin-top: -5px;
}
.block_strip{
	background: #202c46;
	/* background: linear-gradient(#ffe9c0, #eae1e1); */
	background-image: url(../images/stript_icons.jpg);
}
.readmore_text{
	color:#2ba1a7;
	font-size:14px;
	font-weight:bold;
	transition: all .5s;
}
.readmore_text:hover{
	color:#f2184f;
	font-size:14px;
	text-decoration:none;
	margin-left:10px;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: 1px 1px 7px;
	margin-top:11px;
}
.breadcrumb_link_color{
	color:#000;
	font-size:15px;
}
.nav-stacked>li {
    float: none;
    border-bottom: 1px solid #ddd;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #db3f29;
    font-size: 16px;
}
.nav-pills>li>a{
    border-radius: 4px;
    font-size: 16px;
	color: #000;
	transition: all 1s;
}
.nav-pills>li>a:hover {
    border-radius: 4px;
    font-size: 16px;
	background: #F2184F;
	color:#fff;
	transition-duration: 0.5s;
	
}
.footer{
	background-color:#202c46;
	margin-top: 10px;
}
.footer p{
	color:#fff;
}
.copy_right{
	background:#ddd;
	padding:10px;
}
.AllBorder{
	border: 1px solid #f2184f;
}
.list_image {
    list-style-image: url(../images/bullet_list.gif);
}
.list_image > li {
    border-bottom: 1px solid #f2184f70;
    padding: 5px;
}
.list_image a {
    color: #000;
	font-size: 14px;
}
.sister_link{
	color: #000;
	font-size: 14px;
}
.sister_link:hover{
	color: #f2184f;
	font-size: 14px;
	text-decoration:none;
}
.heading {
    font-size: 11pt;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}
.tabs_staff{
	color:#000;
}
.para_ul_bullets li{
	list-style-image: url(../images/bullet_list.gif);
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #f2184f57;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #f2184f6e;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #202c46;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.card_one{
	transition: all 1s;
}
.card_one:hover{
	transform:scale(0.90);
	transition-duration: 1s;
	cursor:pointer;
}
.dept_defination_text{
	text-align: center;
    font-size: 18px;
    line-height: 25px;
    text-shadow: 7px 5px 10px #a4a4a4;
}
/*Vertical Slider*/

.btn-vertical-slider{ margin-left:67px; cursor:pointer;}
a {  cursor:pointer;}
.carousel.vertical .carousel-inner .item {
  -webkit-transition: 0.6s ease-in-out top;
     -moz-transition: 0.6s ease-in-out top;
      -ms-transition: 0.6s ease-in-out top;
       -o-transition: 0.6s ease-in-out top;
          transition: 0.6s ease-in-out top;
}

 .carousel.vertical .active {
  top: 0;
}

 .carousel.vertical .next {
  top: 100%;
}

 .carousel.vertical .prev {
  top: -100%;
}

 .carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}

 .carousel.vertical .active.left {
  top: -100%;
}

 .carousel.vertical .active.right {
  top: 100%;
}

 .carousel.vertical .item {
    left: 0;
}
/*--*/
.suggn_box{
    margin-left:20px;
    margin-top: 20px;
    font-size: 22px;
	color: #0078eb;
}
.thought_box{
	float: right;
    margin-top: 15px;
    font-size: 23px;
	color: #0078eb;
}
.achiever{
    margin-top: 17px;
    font-size: 23px;
	color: #0078eb;
	float: right;
    margin-right: 218px;
}
.calendar{
	margin-top: 17px;
    font-size: 23px;
	color: #0078eb;
	float: right;
    margin-right: 226px;
}
.quick_links{
	margin-top: 18px;
    font-size: 23px;
	color: #0078eb;
	float: right;
    margin-right: 260px;
}
.courses{
	margin-left:20px;
	margin-top: 20px;
    font-size: 23px;
	color: #0078eb;
	float: right;
    margin-right: 75px;
}
.important_information{
	margin-left:20px;
	margin-top: 20px;
    font-size: 22px;
	color: #0078eb;
	float: right;
    margin-right: 29px;
}
.principal_d{
	margin-left:80px;
	margin-top: 14px;
    font-size: 22px;
	color: #0078eb;   
	
}
/*.principal_d {
    margin-left: 20px;
    margin-top: 14px;
    font-size: 22px;
    color: #0078eb;
    float: right;
    margin-right: 250px;
}*/
.important_information_bar{
	margin-bottom: 0;
    margin-top: -8px;
}
.achiever_bar{
	margin-top: -4px;
}
.vertical_slider_ptage p{
	text-align:center;
	margin-right:9em;
}
.google_search_bar{
	margin-left:-36px;
	margin-top:101px;
}
#gallery_slide
{
display:none;
width:100%;
background:#5bc0de;
}
 #gallery_slide a{
	color:#FFFFFF;
	padding: 0px 10px 0px 10px;
	font-size:18px;
	text-align:left;
}
#gallery_slide p{
	text-align:left;
	padding:5px;
}
#gallery_slide p:hover{
	background:#2e6da4;
}
#gallery_slide a:hover{
	background:#2e6da4;
	text-decoration:none;
} 
.fa-arrow-right {
    padding-right: 10px;
    color: #000;
	display:none;
}
/*Responsive CSS*/
@media only screen and (max-width: 992px) {
.clg_logo_mb_old{
	width:60%;
}
.clg_logo_mb{
	width:60%;
}
.header_clg_name p,h2{
	text-align:center;
}
.icons{
	width:17%;
}
.ncc_icon{
	width:12%;
}
.bottom_icons_mb{
	text-align:left;
}
}