/*@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;
    height: 100%;
}

#school_logo {
    width: 100px;
}

#school_name_div {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
    text-align: left;
    font-family: 'Roboto Slab', serif;
}

#school_name {
    font-size: 25px;
}

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

#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: 18px;
}

#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;
}

#school_div_container {
    float: left;
}

#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;
}