/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;700&family=Zilla+Slab:wght@500;600;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@500;600;700&family=Roboto:wght@400;500;700&family=Open+Sans:wght@400;500;700&display=swap');

:root {
    --bg_color_1: #002147;
    --bg_color_2: #b38349;
    --bg_color_3: #A52422;
    --text_color_1: black;
}

#features_section div.feature_box div.feature_inner_box h5 {
    font-size: 1.15rem;
}

body {
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Slab', serif;
}

section h2 {
    position: relative;
    width: fit-content;
    margin-bottom: 30px;
}

section h2::after {
    content: '';
    position: absolute;
    left: -15px;
    bottom: -15px;
    width: 75%;
    height: 3px;
    background-color: var(--bg_color_2);
}

a {
    text-decoration: none;
    color: black;
}

a:hover {
    text-decoration: none;
    color: var(--bg_color_2);
}

.padding_space {
    padding-top: 60px;
    padding-bottom: 60px;
}

#swiper_slideshow {
    overflow: hidden;
}

#menu_div_container {
    text-align: right;
}

#school_logo {
    width: 100px;
}



#navigation_section{
    background:#fff;
    padding:0 !important;
    margin:0 !important;
    box-shadow:none;
}

#navigation_section a {
    color: black;
}

#navigation_section a:hover #school_name {
    color: var(--bg_color_2);
}

#affiliation_span {
    color: var(--bg_color_2);
}

#menu_list_div, #menu_list_div_1 {
    display: inline-block; 
    vertical-align: middle;
    text-align: left;
    padding-top: 0 !important;
}

#menu_toggle {
    background: transparent;
}

#menu-btn {
    float: left !important;
}

#menu_list {
    width: 100%;
    background: transparent;
}

#menu_list > li > a {
    color: black;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    padding: 22px 9px;
    position: relative;
}

#menu_list > li.menu-active > a::after {
    width: 100%;
}

#menu_list > li > a::after {
    content: ' ';
    width: 0;
    position: absolute;
    z-index: 11;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: var(--bg_color_2);
    transition: 300ms ease all;
}

#menu_list > li > ul.sub-menu {
    z-index: 10;
    background: #f7f7f7;
    padding: 0 12px;
    box-shadow: 1px 1px 5px 1px #b9b9b9;
}

#menu_list > li > ul.sub-menu > li {
    width: 210px;
    border-bottom: 1px solid #c8c8c8;
}

#menu_list > li > ul.sub-menu > li > a {
    color: black;
    font-size: 12px;
    font-weight: 500;
    /*text-transform: uppercase;*/
    padding: 14px 13px;
}

#menu_list > li > ul.sub-menu > li.menu-active > a {
    color: var(--bg_color_2);
}


#menu_list > li > a > .arrow {
    display: none !important;
}

#menu_list > li.menu-active > a {
    background: white;
    color: var(--text_color_1);
}


#top_header_section {
    background-color: #b38349;
    color: white;
}

#top_header_section a {
    color: white;
}

/*#top_header_section a:hover {*/
/*    color: yellow;*/
/*}*/

#top_header_single_btn_text {
    background-color: var(--bg_color_3);
    color: white;
    padding: 6px 20px;
    border-radius: 10px;
}

#slideshow_section .swiper-button-next, 
#slideshow_section .swiper-button-prev {
    width: 55px;
    height: 55px;
}

#slideshow_section .swiper-pagination-bullet-active {
    background: white !important;
}

#slideshow_section .swiper-button-next::after, 
#slideshow_section .swiper-button-prev::after {
    font-size: 18px;
    color: #dbdbdb;
    background-color: #000000a1;
    padding: 16px;
    border-radius: 50%;
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 14px;
}

#features_section div.feature_box {
    text-align: center;
    padding: 24px;
}

#features_section div.feature_box div.feature_inner_box {
    border: 1px solid;
    padding: 17px 5px;
    min-height: 150px;
    transition: all 0.2s linear;
}


#features_section div.feature_box div.feature_inner_box:hover {
    background-color: var(--bg_color_2) !important;
    color: white !important;
    border-color: var(--bg_color_2) !important;
}

#features_section div.feature_box div.icon {
    font-size: 35px;
    margin-bottom: 8px;
}

#stats_section {
    background-color: var(--bg_color_3);
    color: white;
}

#stats_section div.stats_wrapper {
    padding: 20px 8px;
}

#stats_section div.stats_wrapper div.stats_inner_wrapper {
    border: 1px solid;
}

#stats_section div.stats_inner_Wrapper {
    border: 1px solid;
    padding: 25px 5px 25px 15px;
    font-size: 1.1em;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 7px;
    transition: all 0.2s linear;
}

#stats_section div.stats_inner_Wrapper div.icon {
    margin-right: 15px;
    background-color: white;
    padding: 10px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
}


#stats_section div.stats_inner_Wrapper div.icon i {
    color: var(--bg_color_3);
    width: 40px;
    height: 40px;
    line-height: 36px;
    font-size: 25px;
}

/*#stats_section div.stats_wrapper div.stats_inner_Wrapper:hover {*/
/*    background-color: var(--bg_color_2);*/
/*    border-color: var(--bg_color_2);*/
/*}*/

/*#stats_section div.stats_wrapper div.stats_inner_Wrapper:hover div.icon, #stats_section div.stats_wrapper div.stats_inner_Wrapper:hover div.icon i {*/
/*    background-color: var(--bg_color_3);*/
/*    color: white !important;*/
/*}*/


#welcome_section div.events_div {
    margin-bottom: 22px;
}

#welcome_section div.events_div div.events_inner_div {
    display: flex;
    flex-direction: row;
    /*background-color: #171717;*/
    /*color: #dd9e52;*/
    align-items: flex-start;
    border-radius: 7px;
    transition: box-shadow 0.2s linear;
}

#welcome_section div.events_div div.events_inner_div div.date_div > div:first-child {
    color: #dd9e52;
    font-weight: bold;
    font-size: 18px;
}

#welcome_section div.events_div div.events_inner_div:hover {
    /*box-shadow: 6px 6px 5px -1px #aca2a2;*/
}

#welcome_section div.events_div div.events_inner_div div.date_div {
    margin-left: 5px;
    text-align: center;
    padding: 5px 15px;
    border: 1px solid #dd9e52;
}

#welcome_section div.events_div div.events_inner_div div.content_div {
    padding: 3px 15px;
    color: #727272;
}


#welcome_section div.events_div div.events_inner_div div.content_div i {
        font-size: 12px;
        margin-right: 5px;
        margin-bottom: 7px;
}


#welcome_section div.events_div div.events_inner_div div.content_div h6 {
    color: black;
}


#recent_event_section div.card_wrapper {
    /*padding: 25px;*/
}

#recent_event_section div.card_div {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    transition: box-shadow 0.2s linear;
    overflow: hidden;
}

#recent_event_section div.card_div:hover {
    box-shadow: 0px 3px 11px 7px #cecece;
}

#recent_event_section div.card_div div.image_div img {
    transform: scale(1);
    transition: transform 0.3s linear;
}

#recent_event_section div.card_div div.image_div {
    margin-bottom: 10px;
    overflow: hidden;
}

#recent_event_section div.card_div:hover div.image_div img {
    transform: scale(1.1);
}

#recent_event_section div.card_div div.content_div {
    padding: 20px;
    color: #727272;
}

#recent_event_section div.card_div div.content_div h1,
#recent_event_section div.card_div div.content_div h2,
#recent_event_section div.card_div div.content_div h3,
#recent_event_section div.card_div div.content_div h4,
#recent_event_section div.card_div div.content_div h5,
#recent_event_section div.card_div div.content_div h6 {
    color: black;
    margin-bottom: 15px;
}


#mission_vision ul > li {
    margin-bottom: 10px;
}

#mission_vision ul > li {
    margin-bottom: 10px;
    padding-left: 10px;
    color: black;
}

#mission_vision ul {
    list-style-type: disclosure-closed;
    padding: 0;
}

#mission_vision ul > li::marker {
    color: var(--bg_color_2);
    font-size: 17px;
}

#admission_btn_section {
    background-color: var(--bg_color_2);
    color: white;
    text-align: center;
}

#admission_btn_section button.btn_admission {
    background-color: #171717;
    color: #dd9e52;
    border-color: #171717;
    width: 400px;
}

#admission_btn_section button.btn_admission:hover {
    background-color: white;
    color: var(--bg_color_2);
    border-color: white;
}

#footer_section div.terms_div {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: 20px;
}

#footer_section h3, 
#footer_section h4 {
    color: white;
    margin-bottom: 25px;
}

#get_in_touch ul {
    padding: 0;
    list-style-type: none;
}

#footer_section ul li {
    margin-bottom: 6px;
}

#footer_section {
    background-color: var(--bg_color_3);
    color: #c8c8c8;
    padding: 60px 0 20px 0;
}

#footer_section a {
    color: white;
}

#footer_section div.social_icon_div a:hover i.social_icon {
    color: yellow;
}

#footer_section i.social_icon {
    margin-right: 7px;
}

#footer_section a:hover {
    text-decoration: underline;
    color: yellow;
}



#picture_gallery_tab_div {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
}

#picture_gallery_tab_div > div.tab_div {
    margin-right: 15px;
    background: #b38349;
    padding: 8px 20px;
    border: 1px solid #ccc;
    cursor: pointer;
    color: white;
    font-weight: bold;
}

    
#non_home_page_content a[data-fancybox='gallery'] {
    border: 1px solid gold;
    display: inline flow-root list-item;
    margin-right: 25px;
    margin-bottom: 25px;
}

#non_home_page_content a[data-fancybox="gallery"]::marker {
    content: '';
}

@media only screen and (max-width: 991px) {
    #menu_div_container {
        text-align: center;
    }
    
    #school_div_container {
        float: none !important;
    }
}

@media only screen and (max-width: 767px) {
    #menu_list_div {
        float: none;
        padding-top: 20px;
    }
    
    #menu_list li a:hover {
        background: #272727;
        color: var(--bg_color_2);
    }
    
    .ace-responsive-menu li ul.sub-menu > li {
        width: 100% !important;
    }
    
    #menu_list_div_1 {
        display: block !important;
    }
    
    #menu_list_div .menu-toggle {
        background: white !important;
    }
    
    #quick_links_container ul {
        padding: 0;
        list-style-type: none;
    }
}

#vertical_marquee_toppers {
    height: 300px;
    font-weight: bold;
    text-align: center;
    border: 1px solid var(--bg_color_2);
}





































/*
 *	generated by WOW Slider 2.2
 */
#wowslider-container1 { 
	zoom: 1; 
	position: relative; 
	max-width:960px;
	margin:0 auto;
	z-index:100;
	border:none;
	text-align:left; /* reset align=center */
}
* html #wowslider-container1{ width:960px }
#wowslider-container1 ul{
	position:relative;
	width: 10000%; 
	left:0;
	list-style:none;
	margin:0;
	padding:0;
}
#wowslider-container1 ul li{
	width:1%;
	line-height:0; /*opera*/
	float:left;
	font-size:0;
}

#wowslider-container1 .ws_images{
	position: relative;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
#wowslider-container1 .ws_images a{
	width:100%;
	display:block;
	color:transparent;
}

#wowslider-container1 .ws_images img{
	width:100%;
	border:none 0;
	max-width: none;
}
#wowslider-container1 a{ 
	text-decoration: none; 
	outline: none; 
	border: none; 
}

#wowslider-container1  .ws_bullets { 
	font-size: 0px; 
	float: left;
	position:absolute;
	z-index:70;
}
#wowslider-container1  .ws_bullets div{
	position:relative;
	float:left;
}
#wowslider-container1  a.wsl{
	display:none;
}

#wowslider-container1  .ws_bullets { 
	padding: 9px; 
}
#wowslider-container1 .ws_bullets a { 
	width:11px;
	height:11px;
	background: url(./bullet.png) left top;
	float: left; 
	text-indent: -4000px; 
	position:relative;
	margin-left:5px;
	color:transparent;
}
#wowslider-container1 .ws_bullets a:hover{
	background-position: 0 50%;
}
#wowslider-container1 .ws_bullets a.ws_selbull{
	background-position: 0 100%;
}
#wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev {
	position:absolute;
	display:block;
	top:50%;
	margin-top:-20px;
	z-index:60;
	height: 45px;
	width: 45px;
	background-image: url(./arrows.png);
	opacity: 0.8;	
}
#wowslider-container1 a.ws_next{
	background-position: 100% 0;
	right:21px;
}
#wowslider-container1 a.ws_prev {
	left:21px;
	background-position: 0 0; 
}
#wowslider-container1 a.ws_next:hover{
	opacity: 1;
}
#wowslider-container1 a.ws_prev:hover {
	opacity: 1;
}  
#wowslider-container1 .ws-title{
	position:absolute;
	display:block;
	bottom: 17px;
	left: 0px;
	margin: 9px;
	margin-left: 0px;
	margin-right: 9px; 
	padding:8px;
	background:#FFFFFF;
	color:#5D5D5D;
	z-index: 50;
	font-family:'Open Sans',Arial,Helvetica,sans-serif;
	font-size: 18px;
	border-radius:5px;
	-moz-border-radius:0 10px 10px 0;
	border-radius:0 10px 10px 0;   
	opacity:0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);	
	-moz-box-shadow: 0 0 2px #5D5D5D;
    box-shadow: 0 0 2px #5D5D5D; 
}
#wowslider-container1 .ws-title div{
	padding-top:5px;
	font-size: 14px;
}

/* bottom center */
#wowslider-container1  .ws_bullets {
    top: 6px;
    right: 6px;
}

#wowslider-container1 .ws_images > ul{
	animation: wsBasic 1716s infinite;
	-moz-animation: wsBasic 1716s infinite;
	-webkit-animation: wsBasic 1716s infinite;
}
@keyframes wsBasic{0%{left:-0%} 0.12%{left:-0%} 0.19%{left:-100%} 0.31%{left:-100%} 0.38%{left:-200%} 0.5%{left:-200%} 0.58%{left:-300%} 0.69%{left:-300%} 0.77%{left:-400%} 0.89%{left:-400%} 0.96%{left:-500%} 1.08%{left:-500%} 1.15%{left:-600%} 1.27%{left:-600%} 1.35%{left:-700%} 1.46%{left:-700%} 1.54%{left:-800%} 1.66%{left:-800%} 1.73%{left:-900%} 1.85%{left:-900%} 1.92%{left:-1000%} 2.04%{left:-1000%} 2.12%{left:-1100%} 2.23%{left:-1100%} 2.31%{left:-1200%} 2.42%{left:-1200%} }
@-moz-keyframes wsBasic{0%{left:-0%} 0.12%{left:-0%} 0.19%{left:-100%} 0.31%{left:-100%} 0.38%{left:-200%} 0.5%{left:-200%} 0.58%{left:-300%} 0.69%{left:-300%} 0.77%{left:-400%} 0.89%{left:-400%} 0.96%{left:-500%} 1.08%{left:-500%} 1.15%{left:-600%} 1.27%{left:-600%} 1.35%{left:-700%} 1.46%{left:-700%} 1.54%{left:-800%} 1.66%{left:-800%} 1.73%{left:-900%} 1.85%{left:-900%} 1.92%{left:-1000%} 2.04%{left:-1000%} 2.12%{left:-1100%} 2.23%{left:-1100%} 2.31%{left:-1200%} 2.42%{left:-1200%} }
@-webkit-keyframes wsBasic{0%{left:-0%} 0.12%{left:-0%} 0.19%{left:-100%} 0.31%{left:-100%} 0.38%{left:-200%} 0.5%{left:-200%} 0.58%{left:-300%} 0.69%{left:-300%} 0.77%{left:-400%} 0.89%{left:-400%} 0.96%{left:-500%} 1.08%{left:-500%} 1.15%{left:-600%} 1.27%{left:-600%} 1.35%{left:-700%} 1.46%{left:-700%} 1.54%{left:-800%} 1.66%{left:-800%} 1.73%{left:-900%} 1.85%{left:-900%} 1.92%{left:-1000%} 2.04%{left:-1000%} 2.12%{left:-1100%} 2.23%{left:-1100%} 2.31%{left:-1200%} 2.42%{left:-1200%} }

#wowslider-container1 .ws_images {
    border-radius: 4px; 
}
#wowslider-container1 .ws_effect img{
	border-radius: 4px;
}
#wowslider-container1 .ws_bullets  a img{
	text-indent:0;
	display:block;
	top:20px;
	left:-120px;
	visibility:hidden;
	position:absolute;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    border: 4px solid #FFF;
	border-radius:5px;
	-moz-border-radius:5px;
	max-width:none;
}
#wowslider-container1 .ws_bullets a:hover img{
	visibility:visible;
}

#wowslider-container1 .ws_bulframe div div{
	height:90px;
	overflow:visible;
	position:relative;
}
#wowslider-container1 .ws_bulframe div {
	left:0;
	overflow:hidden;
	position:relative;
	width:240px;
	background-color:#FFF;
}
#wowslider-container1  .ws_bullets .ws_bulframe{
	display:none;
	top:18px;
	overflow:visible;
	position:absolute;
	cursor:pointer;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    border: 4px solid #FFF;
	border-radius:5px;
	-moz-border-radius:5px;
}
#wowslider-container1 .ws_bulframe span{
	display:block;
	position:absolute;
	top:-10px;
	margin-left:-6px;
	left:120px;
	background:url(./triangle.png);
	width:15px;
	height:6px;
}
#wowslider-container1 {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABwSURBVEjH7ZJBEsAgCAMT/v/n9NCOSqe2oD2yNx1JggB4BCEFWyFASP2KMQE7ywWhe/tTRGCGogLk02tFctiW/SUgaMyQG4PdPzDn31rQbMb8FiAXgvsEJNax1yVlVGAjA93apP3HFhZTGIqiKH7iADB6HxPlHdNVAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE0LTA3LTA3VDEzOjQ5OjEwKzAyOjAwm7WiFAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNC0wNy0wN1QxMzo0OToxMCswMjowMOroGqgAAAAASUVORK5CYII="), move;
}
#wowslider-container1.grabbing {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABaSURBVEjH7ZMxCkAhDEOT8u9/5TpJ+xWkFse8IYutJgEB8RCHL1qCc90BEFnT6QH7mwgFHBUf8wJyS1TDLuc3vmighx37LZdIth3E5hKj9n6O0HRh+oJCiFcMxRUUDxR1CTMAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTQtMDctMDdUMTM6NDk6MzgrMDI6MDDqf+sOAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE0LTA3LTA3VDEzOjQ5OjM4KzAyOjAwmyJTsgAAAABJRU5ErkJggg=="), move;
}









/* CENTER MENU USING FLEX */

#menu_list{
    width: 100%;
    background: transparent;

    display: flex !important;
    justify-content: center !important;
    align-items: center;

    padding: 0;
    margin: 0;
}

/* REMOVE FLOAT ISSUE */

#menu_list > li{
    float: none !important;
    display: flex !important;
    align-items: center;
}

/* MENU SPACING */

#menu_list > li > a{
    padding: 22px 18px;
}

#menu_list_div_1{
    display: flex;
    justify-content: center;
    align-items: center;
}


/* =========================
   HEADER + MENU LAYOUT
========================= */


/* =========================
   ONLY MENU STICKY
========================= */
/* =========================
   KEEP HEADER NORMAL
========================= */

#navigation_section{
    background: white;
    box-shadow: 0px 2px 5px 2px #ddd8d2;
}

/* =========================
   ONLY MENU STICKY
========================= */

#menu_list_div_1{

    z-index: 9999;

    background: #fff;

    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;

    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

/* =========================
   CENTER MENU
========================= */

#menu_list{
    display: flex !important;
    justify-content: center !important;
    align-items: center;

    width: 100%;
    margin: 0;
    padding: 0;
}

#menu_list > li{
    float: none !important;
    display: flex !important;
    align-items: center;
}




/* =========================
   CENTER MENU
========================= */

#menu_list{
    display: flex !important;
    justify-content: center !important;
    align-items: center;

    width: 100%;
    margin: 0;
    padding: 0;

    background: transparent;
}

#menu_list > li{
    float: none !important;
    display: flex !important;
    align-items: center;
}

/* MENU SPACING */

#menu_list > li > a{
    padding: 22px 18px;
}


/* =========================
   NAVBAR CENTER
========================= */

#menu_list_div_1{
    width: 100%;
    background: #fff;
}

#menu_list{
    display: flex !important;
    justify-content: center !important;
    align-items: center;

    width: 100%;
    margin: 0;
    padding: 0;
}

#menu_list > li{
    float: none !important;
    display: inline-flex !important;
}

/* =========================
   STICKY CLASS
========================= */

.menu-fixed{
    position: fixed !important;
    top: 0;
    left: 0;

    width: 100%;

    z-index: 1000;

    background: #fff;

    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

/* POPUP ABOVE NAVBAR */

.modal,
.modal-backdrop{
    z-index: 9999 !important;
}


/* FIX MODAL CLICK ISSUE */

.modal{
    z-index: 99999 !important;
}

.modal-backdrop{
    z-index: 99990 !important;
}

/* NAVBAR BELOW MODAL */

.menu-fixed{
    z-index: 1000 !important;
}

/* FIX DROPDOWN MENU */

#menu_list > li{
    position: relative;
}

/* SUBMENU */

#menu_list > li > ul.sub-menu{
    position: absolute !important;

    top: 100%;
    left: 0;

    min-width: 260px;

    z-index: 999999 !important;

    background: #fff;

    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

/* KEEP NAVBAR BELOW DROPDOWN */

.menu-fixed{
    z-index: 9999 !important;
}

.menu-fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
}


#menu_list_div_1{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    background:#fff;
    padding:0;
    margin:0;
}

#menu_list{
    display:flex !important;
    justify-content:center !important;
    align-items:center;
    margin:0;
    padding:0;
}

.menu-fixed{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    background:#fff;
    z-index:9999;
}



.header-left{
    width:220px;
    text-align:center;
}

.school-code{
    font-size:18px;
    font-weight:700;
    margin-bottom:10px;
}

#school_logo{
    width:140px;
    height:auto;
}

.header-center{
    flex:1;
    text-align:center;
}

.header-center h1{
    
    font-weight:700;
    margin:0;
}

.header-center .line1{
    font-size:24px;
}

.header-center .line2{
    font-size:22px;
}

.header-center .line3{
    font-size:18px;
}

.header-right{
    width:250px;
    text-align:center;
    font-size:18px;
    font-weight:700;
}



.header-left{
    width: 180px;
    text-align: center;
}

#school_logo{
    width: 120px;
    height: 120px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.header-center{
    flex: 1;
    text-align: center;
}

.header-center h1{

    margin: 0;
    line-height: 1.1;
}

.header-center .line1,
.header-center .line2,
.header-center .line3{
    margin-top: 5px;
}

.header-right{
    width: 220px;
    text-align: center;
    font-weight: bold;
}

#school_header{
    width:100%;
    min-height:140px;
    background:#efe5c6;

    display:flex;
    align-items:center;
    justify-content:space-between;

    padding:10px 25px;
    margin:0;
}

.header-left{
    width:180px;
    text-align:center;
}

#school_logo{
    width:90px;
    height:auto;
    display:block;
    margin:auto;
}

.school-code{
    font-size:16px;
    font-weight:700;
    margin-bottom:8px;
}

.header-center{
    flex:1;
    text-align:center;
}

.header-center h1{
    font-size:28px;
    line-height:1.1;
    margin:0 0 5px 0;
    white-space: normal;
    word-break: break-word;
}

.header-center .line1{
    font-size:16px;
}

.header-center .line2{
    font-size:16px;
}

.header-center .line3{
    font-size:14px;
}

.header-right{
    width:180px;
    text-align:center;
    font-size:16px;
    font-weight:700;
}

#school_logo{
    width: 120px !important;
    height: 120px !important;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

#navigation_section .container-fluid{
    padding-left:0 !important;
    padding-right:0 !important;
}

#navigation_section .row{
    margin-left:0 !important;
    margin-right:0 !important;
}

#navigation_section .col-12{
    padding-left:0 !important;
    padding-right:0 !important;
}

html,
body{
    margin:0 !important;
    padding:0 !important;
    overflow-x:hidden;
}
#top_header_section{
    margin:0 !important;
}

#navigation_section{
    margin:0 !important;
    padding-top:0 !important;
}

.container-fluid{
    margin:0 !important;
}

#navigation_section .container-fluid,
#navigation_section .row,
#navigation_section .col-12{
    margin:0 !important;
    padding:0 !important;
}

#school_header{
    margin:0 !important;
    padding:15px 25px !important;
}

#menu_list_div{
    display:none !important;
    height:0 !important;
    padding:0 !important;
    margin:0 !important;
}

#menu_div_container{
    padding:0 !important;
    margin:0 !important;
}

#school_header{
    margin:0 !important;
}

#menu_list_div_1{
    padding-top:0 !important;
    margin-top:0 !important;
}

/* Center whole logo + title block */
#school_logo5{
    width: 100%;
    display: flex;
    justify-content: center;
}

/* Logo and name in one row */
#school_div_container{
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 20px;

    float: none !important;
    width: fit-content;
    margin: 0 auto;
}

/* Logo */
#school_logo{
    width: 90px;
    height: auto;
}

/* Text block */
#school_name_div{
    margin: 0 !important;
    text-align: left;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

/* School name */
#school_name{
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
}

/* Affiliation line */
#affiliation_span{
    font-size: 15px;
    color: #666;
}

/* ==================================
   RESPONSIVE HEADER
================================== */

@media (max-width: 1200px){

    .header-center h1{
        font-size: 24px;
    }

    .header-center .line1,
    .header-center .line2{
        font-size: 15px;
    }

    .header-right{
        width: 160px;
        font-size: 15px;
    }
}

/* Tablet */

@media (max-width: 991px){

    #school_header{
        flex-direction: column;
        text-align: center;
        gap: 15px;
        padding: 20px 15px !important;
    }

    .header-left,
    .header-center,
    .header-right{
        width: 100%;
    }

    .header-center h1{
        font-size: 30px;
        white-space: normal;
        word-break: break-word;
    }

    .header-center .line1,
    .header-center .line2,
    .header-center .line3{
        font-size: 16px;
    }

    #school_logo{
        width: 100px !important;
        height: auto !important;
    }
}

/* Mobile */

@media (max-width: 768px){

    #top_header_section .row{
        text-align:center;
    }

    .header-center h1{
        font-size: 24px;
        line-height: 1.3;
        white-space: normal;
        word-break: break-word;
    }

    .header-center .line1,
    .header-center .line2,
    .header-center .line3{
        font-size: 14px;
        line-height: 1.6;
    }

    .school-code{
        font-size: 15px;
    }

    .header-right{
        font-size: 15px;
    }

    #school_logo{
        width: 90px !important;
    }
}

/* Small Mobile */

@media (max-width: 480px){

    #school_header{
        padding:15px 10px !important;
    }

    .header-center h1{
        font-size: 20px;
    }

    .header-center .line1,
    .header-center .line2,
    .header-center .line3{
        font-size: 13px;
    }

    .school-code,
    .header-right{
        font-size: 14px;
    }

    #top_header_single_btn_text{
        width:100%;
        margin-top:8px;
    }
}


@media (max-width: 991px){

    #menu_list{
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    #menu_list > li{
        width:100%;
    }

    #menu_list > li > a{
        width:100%;
        padding:15px;
    }

    .menu-toggle{
        display:block !important;
    }
}

/* MOBILE MENU */

@media (max-width:991px){

    #menu_list_div_1{
        display:block !important;
        position:relative;
    }

    /* Hamburger button */
    .menu-toggle{
        display:block !important;
        background:#fff;
        padding:10px 15px;
        border-bottom:1px solid #ddd;
    }

    #menu-btn{
        float:none !important;
        border:none;
        background:none;
    }

    /* Hide menu by default */
    #menu_list{
        display:none !important;
        flex-direction:column !important;
        width:100%;
        background:#fff;
        border-top:1px solid #ddd;
    }

    /* Show when opened */
    #menu_list.open{
        display:flex !important;
    }

    #menu_list > li{
        width:100%;
        border-bottom:1px solid #eee;
    }

    #menu_list > li > a{
        width:100%;
        padding:15px 20px;
        display:block;
    }
}

/* MOBILE MENU FIX */

@media (max-width:991px){

    #menu_list_div{
        display:block !important;
        height:auto !important;
        padding:0 !important;
        margin:0 !important;
    }

    .menu-toggle{
        display:block !important;
        background:#fff;
        padding:12px 15px;
    }

    #menu-btn{
        display:block !important;
        border:none;
        background:none;
    }

    #menu-btn .icon-bar{
        display:block;
        width:30px;
        height:3px;
        background:#333;
        margin:5px 0;
        border-radius:3px;
    }
}

@media (max-width:991px){

    #menu_div_container{
        display:flex;
        flex-direction:column;
    }

    #school_header{
        order:1;
    }

    #menu_list_div{
        order:2;
        display:block !important;
        text-align:left;
        padding:10px 15px !important;
        background:#fff;
    }

    #menu_list_div_1{
        order:3;
    }
}

/* MOBILE MENU BUTTON RIGHT SIDE */

@media (max-width:991px){

    #menu_list_div{
        display:flex !important;
        justify-content:flex-end !important;
        align-items:center;
        padding:10px 15px !important;
        background:#fff;
    }

    .menu-toggle{
        display:block !important;
        background:transparent !important;
        padding:0 !important;
    }

    #menu-btn{
        width:45px;
        height:45px;
        border:none;
        background:#222;
        border-radius:6px;
        position:relative;
        cursor:pointer;
    }

    #menu-btn .icon-bar{
        display:block;
        width:24px;
        height:3px;
        background:#fff;
        margin:5px auto;
        transition:0.3s;
    }

    /* CROSS ICON */

    #menu-btn.active .icon-bar:nth-child(1){
        transform:translateY(8px) rotate(45deg);
    }

    #menu-btn.active .icon-bar:nth-child(2){
        opacity:0;
    }

    #menu-btn.active .icon-bar:nth-child(3){
        transform:translateY(-8px) rotate(-45deg);
    }
}

@media (max-width:991px){

    #menu_list_div{
        width:100% !important;
        display:flex !important;
        justify-content:flex-end !important;
        align-items:center !important;
        padding:10px 20px !important;
        background:#fff;
    }

    .menu-toggle{
        width:100% !important;
        display:flex !important;
        justify-content:flex-end !important;
    }

    #menu-btn{
        margin-left:auto !important;
        float:none !important;
    }
}

/* SECOND LEVEL DROPDOWN */

#menu_list li ul.sub-menu li{
    position: relative;
}

/* Hide sub-sub-menu */

#menu_list li ul.sub-menu li ul.sub-menu{
    display: none !important;
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 250px;
    background: #f7f7f7;
    box-shadow: 0 5px 15px rgba(0,0,0,.15);
    z-index: 99999;
}

/* Show on hover */

#menu_list li ul.sub-menu li:hover > ul.sub-menu{
    display: block !important;
}

/* Hover style */

#menu_list li ul.sub-menu li:hover{
    background: #efefef;
}


/* ==========================
   DESKTOP HEADER EXACT STYLE
========================== */

@media (min-width:992px){

    #school_header{
        background:#efe5c6 !important;
        display:flex !important;
        align-items:center !important;
        justify-content:space-between !important;

        padding:10px 15px !important;
        min-height:165px !important;
    }

    .header-left{
        width:180px !important;
        text-align:center !important;
    }

    .school-code{
        font-size:13px !important;
        font-weight:700 !important;
        color:#48622d !important;
        margin-bottom:8px !important;
    }

    #school_logo{
        width:120px !important;
        height:auto !important;
    }

    .header-center{
        flex:1 !important;
        text-align:center !important;
    }

    .header-center h1{
        font-size:52px !important;
        font-weight:700 !important;
        line-height:1 !important;
        color:#1f5f1d !important;
        margin:0 !important;
        text-transform:uppercase;
        letter-spacing:1px;
    }

    .header-center .line1{
        font-size:22px !important;
        color:#48622d !important;
    }

    .header-center .line2{
        font-size:22px !important;
        color:#48622d !important;
        font-weight:600;
    }

    .header-center .line3{
        font-size:20px !important;
        color:#48622d !important;
    }

    .header-right{
        width:220px !important;
        text-align:right !important;
        font-size:17px !important;
        font-weight:700 !important;
        color:#48622d !important;
    }
}




@media (min-width:992px){

    #school_header{
        background:#efe5c6 !important;
        display:flex !important;
        align-items:center !important;
        padding:10px 15px !important;
    }

    .header-left{
        width:140px !important;
        text-align:center;
    }

    #school_logo{
        width:150px !important;
        height:auto !important;
    }

    .header-center{
        flex:1 !important;
        text-align:center !important;
    }

    .header-top-row{
        display:flex;
        justify-content:space-between;
        align-items:center;
        margin-bottom:5px;
    }

    .school-code,
    .affiliation-no{
        font-size:16px;
        font-weight:700;
        color:#48622d;
        white-space:nowrap;
    }

    .header-center h1{
        font-size:60px !important;
        line-height:1 !important;
        margin:0 !important;
        color:#146b20 !important;
        font-weight:700 !important;
    }

    .header-center .line1{
        font-size:20px !important;
    }

    .header-center .line2{
        font-size:20px !important;
        font-weight:700;
    }

    .header-center .line3{
        font-size:18px !important;
    }
}


.header-center{
    text-align:center !important;
}

.header-center .line1,
.header-center .line2,
.header-center .line3{
    text-align:center !important;
    width:100%;
    display:block;
    margin-left:auto;
    margin-right:auto;
}

.header-center .line1{
    display:flex;
    justify-content:center;
}

.header-center .line2{
    display:flex;
    justify-content:center;
}

.header-center .line3{
    display:flex;
    justify-content:center;
}

.header-center{
    flex:1;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}

.line1,
.line2,
.line3{
    width:100%;
    text-align:center !important;
}



@media (min-width:992px){

    #school_header{
        display:grid !important;
        grid-template-columns:180px 1fr 180px;
        align-items:center;
        background:#efe5c6;
    }

    .header-left{
        text-align:center;
    }

    .header-center{
        text-align:center;
    }

    .header-top-row{
        display:flex;
        justify-content:space-between;
    }

    .line1,
    .line2,
    .line3{
        text-align:center;
    }
}


.header-top-row{
    width:100%;
    display:flex;
    justify-content:space-between;
    align-items:center;

    padding:0 40px; /* adjust 30-60px if needed */
    box-sizing:border-box;
}

.school-code{
    font-size:13px;
    font-weight:700;
    color:#48622d;
}

.affiliation-no{
    font-size:13px;
    font-weight:700;
    color:#48622d;
}

/* MENU BUTTON THEME COLOR */

#menu-btn{
    background:#a8753d !important; /* theme color */
    border:1px solid #9a6c37 !important;
    border-radius:6px;
}

#menu-btn:hover{
    background:#a8753d !important;
}

#menu-btn .icon-bar{
    background:#ffffff !important;
}