body {
    padding-top: 0px;
    background-image:url('../img/bg-t.jpg');
    /*font-family: 'Ubuntu Condensed', sans-serif;*/
    font-family:'inherit';
    font-weight: 400;
    color: #282828;
    line-height: 20px;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 30px;
    list-style: none;
    background-color: #333333;
    border-radius: 4px;
    box-shadow: 1px 1px 7px;
    margin-top: 11px;
}
.breadcrumb>li {
    display: inline-block;
}
.breadcrumb li+li:before {
  padding: 8px;
  color: white;
  content: "\00bb";
}
.breadcrumb .active {
  color:#f4976c;
}
.breadcrumb_link_color{
	color:#fff;
}
.breadcrumb_link_color:hover{
	color:#fff;
}
.quick_feeds ul {
    padding-left: 0px;
    margin-bottom: 0px;
}
.quick_feeds ul li {
    display: inline-block;
}
.quick_feeds li {
    list-style: none;
}
.quick_feeds a {
    color: #fff;
}
.quick_feeds a:hover{
	color:#fff;
	text-decoration:none;
}
.social_media_icon li {
    padding-left: 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);
}
.top_header_bg_color{
	background:#303C6C;
	padding:10px;
}
.header_clg_name{
	margin-top:10px;
}
.header_clg_name h2{
	margin-top:0px;
	margin-bottom: 5px;
	color: #333;
	font-size: 28px;
}
.top_words_bdr{
    border-left: 2px dashed #343a40;
}
.top_words_bdr h5{
    font-size:18px;
}
.middle_header{
	padding-top: 10px;
    padding-bottom: 10px;
}
.top_points_1{
	font-weight: bold;
    margin-top: 19px;
    background: #9fa161;
    color: #fff;
    padding: 6px;
    border-radius: 5px;
}
.top_points_2{
	font-weight: bold;
    margin-top: 19px;
    background: #528069;
    color: #fff;
    padding: 6px;
    border-radius: 5px;
}
.quick_bar span{
	color:#333;
	font-size:24px;
}
.quick_bar{
	margin-top:14px;
}
.read_more{
	transition: all 1s;
	color:#FB9928;
	font-weight:bold;
}
.read_more:hover{
	text-decoration:none;
	margin-left:10px;
	color:#FB9928;
}
.quick_bar img{
	transition-duration: 1s;
}
.quick_info{
	border-bottom: 4px solid #333;
    padding-bottom: 14px;
    margin-bottom: 30px;
}
.principal_desk p{
	margin-bottom:4px;
}
.principal_desk h3{
	color:#FB9928;
}
.principal_desk img{
	border:1px solid #ddd;
}
.PD_sir {
    border-radius: 50%;
    width: 100%;
    background: #ffffff;
    border: 2px solid #343a40;
}
.welcome_college p{
	line-height:25px;
}
.noticeSlider {
    padding: 0;
    margin: 0;
    color: #000;
    border: 1px solid #13637d;
    padding: 2px 15px;
    overflow: hidden;
}
.list_image {
    list-style-image: url(../images/Red_Arrow_right.png);
}
.list_image > li {
    border-bottom: 1px solid #ababab;
    padding: 5px;
}
.list_image a {
    color: #000;
}
.footer_section{
	background:#242c42;
	padding:10px;
}
.footer_copyright{
	background:#333333eb;
	padding:10px;
}
.footer_copyright p{
	margin-bottom:0px;
}
#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#303C6C;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
	transition: all .5s;
}
#scroll:hover {
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
#scroll span:hover{
	top:20px;
}
.inner_list_image {
    list-style-image: url(../images/bullet_list.png);
}
.inner_list_image > li {
    border-bottom: 1px solid #fff;
    padding: 5px;
}
.inner_list_image a {
    color: #fff;
    font-size: 17px;
}
.inner_list_image a:hover {
    text-decoration:none;
}
.readmore_text {
    transition: all .5s;
}
.readmore_text:hover {
    font-size:16px;
}
.flash {
   animation-name: flash;
    animation-duration: 0.6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
	cursor:pointer;
}

@keyframes flash {
    from {color: white;}
    to {color: red;}
}
.quicks_icons img{
	margin-top: 7px;
}
.quicks_icons p{
	color: #ffff;
    padding-bottom: 8px;
    margin-bottom: 11px;
}
.quicks_icons{
    background: #969d62;
    border-radius: 10px;
}
.principal_pic img{
	border:2px solid #ddd;
}
.read_more_home{
	text-align: right;
}
.read_more_home a{
	color: #000;
    padding: 10px;
    background: #ffffff;
    border-radius: 5px;
    border: 2px solid #000;
	transition-duration: 1s;
}
.read_more_home a:hover{
	color: #ffffff;
    padding: 10px;
    background: #7d3f98;
    border-radius: 5px;
    border: 2px solid #242c42;
    text-decoration: none;
}
.our_recruiters{
	background:#ddd;
}
.quick_view {
    padding-top: 10px;
}
.quick_view_border {
    padding-top: 45px;
    border-right: 3px solid #c5c3bf;
    margin-top: 40px;
    background: #7d3f98;
    padding-bottom: 20px;
}
.quick_view img {
    width: 30%;
    top: -30px;
    position: absolute;
    left: 81px;
	transition: all .5s;
	cursor:pointer;
}
.quick_view img:hover {
    transform: scale(1.2);
}
.btn-outlined.btn-info {
    background: none;
    border: 2px solid #0e74a5;
    color: #0e74a5;
    text-align: left;
    border-radius: 5px;
}
.btn-outlined.btn-info:hover, .btn-outlined.btn-info:active {
    color: #FFF;
    background: #0e74a5;
}

element.style {
}
.btn-outlined.btn-info:hover, .btn-outlined.btn-info:active {
    color: #FFF;
    background: #f4976c;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn-outlined.btn-info {
    background: none;
    border: 2px solid #333333;
    color: #333333;
    text-align: left;
    border-radius: 5px;
}
.btn-info:hover {
    color: #fff;
    background-color: #b06500;
    border-color: #b06500;
}
.btn:focus, .btn:hover {
    text-decoration: none;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}
.btn-outlined {
    border-radius: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.heading_span {
    color: #fff;
    background: #333;
    padding: 8px;
    border-radius: 7px;
    font-weight: normal;
}
.card_one {
    transition: all 1s;
}
.card_one a:hover{
    text-decoration:none;
}
.card_one:hover {
    transform: scale(0.90);
    transition-duration: 1s;
    cursor: pointer;
}
.card .box {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
}
.card {
    min-height: 400px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0,0,0,.1);
    border-radius: 10px;
    transition: 0.5s;
}
.card .box .img {
    width: 136px;
    height: 165px;
    margin: 0 auto;
    /*border-radius: 50%;*/
    overflow: hidden;
    border: 1px solid #D3D3D3;
}
.card .box .img img {
    width: 100%;
}
.card .box h2 {
    font-size: 20px;
    color: #262626;
    margin-top: 20px;
    margin-bottom: 0px;
}
.card .box h2 span {
    font-size: 21px;
    background: #303c6c;
    color: #fff;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 15px;
}
.card .box p {
    color: #262626;
    margin-top: 10px;
	font-size: 18px;
}
.card .box span {
    display: inline-flex;
    display: none;
}
.quick_links {
    padding-bottom: 64px;
}
.icons {
    transition: all .5s;
}
.quick_links p {
    color: #000;
}
.title_quicklinks {
    color: #000;
}
.icons:hover {
    transform: rotate(20deg);
}
.achievementsSlider {
    padding: 0;
    margin: 0;
    /* background: #13637d; */
    background: url(../img/achivements.jpg) no-repeat 0 0 / cover;
    color: #ffffff;
    border: 1px solid #13637d;
    padding: 20px 15px;
    overflow: hidden;
}
.noticeSlider {
    padding: 0;
    margin: 0;
    background: #515665;
    color: #ffffff;
    border: 1px solid #13637d;
    padding: 20px 15px;
    overflow: hidden;
}
.list_image {
    list-style-image: url(../images/Red_Arrow_right.png);
}
.list_image > li {
    border-bottom: 1px solid #ababab;
    padding: 5px;
}
.list_image a {
    color: #fff;
}
.dropbtn {
  color: white;
  font-size: 16px;
  border: none;
  background: #333;
  border: 1px solid #ddd;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #333;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 10000;
}

.dropdown-content a {
	color: #fff;
	padding: 6px 16px;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #fff;
}

.dropdown-content a:hover {background: #F4976C}

.dropdown:hover .dropdown-content {display: block;}
.para{
	font-size:18px;
	line-height:27px;
	text-align:justify;
}
.inner_table th,td{
	font-size:18px;
}
@media only screen and (max-width: 992px) {
.quick_view img {
    width: 20%;
    top: -30px;
    position: absolute;
    left: 145px;
    transition: all .5s;
    cursor: pointer;
}
}
/* ---- Established year card ---- */
.est-year{
  width: 140px;
  padding: 10px 12px;
  border-radius: 12px;
  text-align: center;
  font-family: "Poppins", Arial, sans-serif;
  background: linear-gradient(135deg, rgba(217,0,29,0.12), rgba(0,0,0,0.03));
  backdrop-filter: blur(2px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.12), 0 0 0 rgba(217,0,29,0);
  cursor: default;
  user-select: none;
  transform-origin: center;
  animation: est-neon 2s ease-in-out infinite alternate,
             est-flicker 4s linear infinite;
}

/* small label */
.est-label{
  font-size: 12px;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 6px;
  font-weight: 600;
}

/* year number — the star of the show */
.est-number{
  font-size: 28px;
  font-weight: 800;
  color: #D9001D;               /* main red */
  text-shadow:
    0 0 6px rgba(217,0,29,0.45),
    0 6px 18px rgba(0,0,0,0.20);
}

/* subtle neon/glow + scale animation */
@keyframes est-neon{
  0%{
    transform: translateY(0) scale(1);
    box-shadow: 0 6px 18px rgba(0,0,0,0.12), 0 0 6px rgba(217,0,29,0.12);
  }
  100%{
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 18px 36px rgba(0,0,0,0.20), 0 0 18px rgba(217,0,29,0.32);
  }
}

/* occasional flicker for visual interest (very subtle) */
@keyframes est-flicker {
  0%   { opacity: 1; }
  2%   { opacity: 0.92; }
  6%   { opacity: 1; }
  8%   { opacity: 0.85; }
  12%  { opacity: 1; }
  100% { opacity: 1; }
}

/* Accessibility: respect users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  .est-year { animation: none; transform: none; }
}
.about-college {
    background: #f5f7fa; /* subtle background */
    padding: 30px 25px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.about-college:hover {
    transform: translateY(-5px);
}

.section-title {
    text-align: center;
    font-size: 28px;
    color: #303C6C;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
}

.section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #D9001D;
    margin: 10px auto 0 auto;
    border-radius: 2px;
}
.read-more {
    color: #D9001D;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s, transform 0.3s;
}

.read-more:hover {
    color: #303C6C;
    transform: translateX(5px);
}