.header .logo img {
    max-height: 90px;
    margin-right: 8px;
}


.hero .hero-container .hero-content .cta-buttons .btn-primary {
    background-color: #9c1800;
    color: var(--contrast-color);
    border: 2px solid #9c1800;
}


.hero .hero-container .hero-content .cta-buttons .btn-primary:hover {
    background-color: 
 color-mix(in srgb, #000000, transparent 15%);
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
	border: 2px solid #000000;
}

.navmenu li:hover>a, .navmenu .active, .navmenu .active:focus {
        color: #ffc107;
    }


.navmenu .dropdown ul a:hover, .navmenu .dropdown ul .active:hover, .navmenu .dropdown ul li:hover>a {
        color: #ffc107;
    }

.navmenu .dropdown ul a:hover, .navmenu .dropdown ul .active:hover, .navmenu .dropdown ul li:hover>a {
        color: #000; background:#fff;}
	
	
.navmenu .dropdown ul { background: #000000;}

.navmenu .dropdown ul a {
        color: #ffffff;}
		

.scroll-top {
    background-color: #9c1800;
}

.scroll-top:hover{
    background-color: #000000;
}


.header {
    padding: 0px 0;
	background:#000000;
}


 /* five boxes -  5 columns grid for 'md' and 'lg' screens*/
#admissions{	background:#FFDDAE;}


#history{	background:#FFDDAE;}

 /* five boxes -  5 columns grid for 'md' and 'lg' screens stop*/
 


.blog-details .article-wrapper .table-of-contents {
    position: sticky;
    top: 100px;
    height: fit-content;
    padding: 1rem;
    background: var(--surface-color);
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

/* ddvelop close-quote */

#ddvelop .ddvelop h4{	color:#004AAD;} 

#ddvelop .ddvelop h2{	color:#E31E24;} 

#ddvelop .ddvelop p{	font-weight:bold;} 
/* ddvelop close-quote */


/* ofeature close-quote */

#ofeature{ background:#000000;}

#ofeature .ofeature h2{	color:#fff;} 

#ofeature .ofeature h4{	color:#cacaca;}


#ofeature .ofeature p{	color:#dc3545;}

/* ofeature close-quote */


#leadership .section-description{	text-align:justify; }

#leadership p{	text-align:justify; }


/* about start */


  
.leadership .leadership-team .leader-card .leader-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.5s;
}


.leadership .leadership-team .leader-card:hover {
    background:#FFDDAE; cursor:pointer; 
}


/* about close-quote */  

/* pdf start */ 
 
#pdfero .card .text-container {
    padding: 10px 18px;
    background: linear-gradient(90deg, #CBA380 0%, #B7906C 24.89%, #A37D59 49.29%, #906B47 76.41%, #7D5935 99.46%);
    border-radius: 6px;
}

/* about close-quote */  


/* project mgmt consultancy start-quote */  

#academics .projmagconsl{ color:#BB6E00;}


/* project mgmtconsultancy close-quote */  


.hero .hero-container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg,
 color-mix(in srgb, var(--background-color), transparent 60%) 0%,
 color-mix(in srgb, var(--background-color), transparent 60%) 100%);
    z-index: 2;
}




/* Information of Redevelopment start-quote */  


#deemed .deemed h3 {
    color: #C2A070;
    text-align: center;
}

#expertlegal .expertlegal h3 {
    text-align: justify;
    color: #D37B00;
    font-family: 'Raleway';
    font-size: 24px;
}

/* Information of Redevelopment close-quote */  


.orvalues h2{	color:#08915e; font-weight:bold;}

.orvalues i{	color:#08915e; font-size:20px; font-weight:bold;}

.orvalues span{	color:#BB6E00; font-size:24px;}

#mymission .mymission{	background:red;}

.mymission .container{height:250px;
    background: #dde1e7;
    border-radius: 20px;
    box-shadow: inset -5px -5px 9px rgba(255, 255, 255, 0.45), inset 5px 5px 9px rgba(94, 104, 121, 0.3);
    border: none;
}


.recent-news article {
    background: var(--surface-color);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    padding: 30px;
    height:100%;
    border-radius: 10px;
    overflow: hidden;
}

.recent-news article h2{	text-align:center;}

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: hsla(0, 0%, 50.2%, .0705882353);
}


