html, body {
    position: relative;
    height: 100%;
}

#marquee_parent_div a {
    color: white;
}

img.dems_school_logo_width {
    width: 140px !important;
}

#header_section div.dems_school_name {
    align-self: center;
    color: #162568;
}

body{
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'IBM Plex Serif', serif;
    margin-bottom: .9rem !important;
}

img {
    max-width: 100%!important;
    height: auto!important;
}

div.list_contact_us a {
    color: black;
}

div.list_contact_us a:hover {
    color: #152fa0;
}

a {
    color: #152fa0;
}

#non_home_page_row a {
    color: #152fa0;
}

a:hover {
    color: #152fa0;
    text-decoration: underline;
}

.section_space {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media screen and (min-width: 1023px) and (max-width: 1220px) {
    .section_space {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .mobile_column_padding_remove {
        padding: 0 !important;
    }
}

div.min_height_500 {
    min-height: 700px;
}

/* Top Header Section */

.btn_secondary:not(:disabled):not(.disabled).active, .btn_secondary:not(:disabled):not(.disabled):active, .show>.btn_secondary.dropdown-toggle {
    
}

button.btn_secondary {
    color: #002562;
    font-weight: 500;
    font-size: 13px;
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.18);
}

@media screen and (min-width: 767px) {
    
    div.dropdown:hover div.dropdown-menu {
        display: block;
    }
    

    #nav_section .ace-responsive-menu > li {
        display: inline-block !important;
        float: none !important;
    }
    
    
    .container {
        max-width: 1220px;
    }

}

.card {
    border: 1px solid #162568;
}

div.dropdown:hover button.btn_secondary {
    
}

.dropdown-menu {
    font-size: 12px !important;
}

@media screen and (max-width: 567px) {
    
    .dropdown-menu {
        transform: translate3d(8px, 35px, 0px) !important;
        font-size: 13px !important;
    }
    
    .dropdown-item {
        padding: 6px !important;
        font-size: 13px !important;
    }
    
    div.mobile_padding {
        padding: 15px 0 15px 0 !important;
    }
    
    div.dropdown {
        width: 100% !important;
    }
    
    div.admission_enquiry {
        float: inherit !important;
    }
    
    div.padding_top_remmove_mobile {
        padding-top: 0 !important;
    }
    
    div.mobile_padding_event {
        padding-top: 3rem!important;
    }
    
}

.nav_sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.nav_sticky + .main_content {
  padding-top: 60px;
}

/* Header Section */

#header_section div.header_wrapper ul li {
    vertical-align: middle;
}

#header_section div.contact_wrapper {
    float: right;
    display: block;
    padding: 26px 0 0 0;
}

.school_logo {
    width: 250px;
}

@media screen and (min-width: 767px) and (max-width: 991px) {
    
    .school_logo {
        width: 220px !important;
    }
    
}

@media screen and (max-width: 768px) {
    
    .school_name {
        font-size: 19px !important;
    }
    
    #header_section div.contact_wrapper {
        float: left;
        padding: 23px 0 0 0;
    }
    
}

#header_section div.contact_wrapper ul.conact_inner_wrapper {
    display: block;
    float: left;
}

#header_section div.contact_wrapper ul.conact_inner_wrapper li:last-child {
    border: 0 !important;
    padding-right: 0 !important;
}

#header_section div.contact_wrapper ul.conact_inner_wrapper li {
    display: block;
    padding: 0 10px 0 10px;
    border-right: 1px #dedddd solid;
    float: left;
}


@media screen and (min-width: 1024px) and (max-width: 1224px) {
    #header_section div.contact_wrapper ul.conact_inner_wrapper li {
        padding: 0 13px 0 13px !important;
    }
}

#header_section div.contact_wrapper ul.conact_inner_wrapper li span {
    color: #8f9ba1;
}

button.btn_primary {
    transition: all 0.3s!important;
    padding-left: 18px;
    padding-right: 18px;
    font-weight: 500;
    font-size: 14px;
    color: #162568 !important;
    background-color: transparent;
    border-color: #162568;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.18);
}

button.btn_primary:hover {
    color: #fff !important;
    background-color: #162568;
    border-color: #162568;
}

button.btn_primary:hover #contact_inner_wrapper_third_label {
    color: #fff !important;
}

button.btn_padding {
    padding-left: 28px;
    padding-right: 28px;
}

/* End of Header Section */


/*  Navigation Section  */

.branch_change {
    min-height: 50px;
    background-color: #162568;
    color: white;
}

#nav_section {
    background-color: #162568;
    transition: all 0.2s;
    border-bottom: 1px solid white; 
    padding: 5px;
    min-height: 63px;
}

.fixed_top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    min-height: 53px;
}

@media screen and (max-width: 576px) {
    .fixed_top {
        min-height: 46px!important;
    }
    
    #nav_section {
        min-height: 46px;
    }
    
    .branch_change {
        min-height: 83px ;
    }
        
    .section_space {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    
    #upcoming_event_content {
        padding: 0 !important;
        padding-top: 45px !important;
        padding-bottom: 45px !important;
    }

}


.menu-toggle {
    display: none;
    float: left;
    width: 100%;
    padding: 3px;
    background: #162568;
	color: #162568;
}

.menu-toggle h4 {
    color: #FFF;
    vertical-align: middle;
    padding: 7px 0 0 0;
    font-size: 18px;
}

.menu-toggle #menu-btn {
    float: left;
    background: #162568;
	color: #162568;
	z-index: 99999;
    border: 1px solid white;
    padding: 8px;
    cursor: pointer;
    margin: 0;
}

.ace-responsive-menu > li:first-child {
  border-top: 0;
    
}    

.ace-responsive-menu li ul.sub-menu > li {
    width: 100%;
}


@media screen and (max-width: 768px){
    .ace-responsive-menu li ul.sub-menu > li {
        width: 100%;
    }
    .ace-responsive-menu {
        max-height: 400px !important;
        overflow: scroll !important;
    }
}

.ace-responsive-menu {
	background: transparent;
	z-index: 99999;
	float: left;
	border-bottom: 0;
}


.ace-responsive-menu li{
	font-weight: bold!important;
}

.ace-responsive-menu li:hover{
	background: #0a2045b8!important;
    color: white!important;
}

.ace-responsive-menu > li > a {
    font-weight: 400;
    font-size: 13px;
	z-index: 99;
}

@media screen and (min-width: 1023px) and (max-width: 1220px) {
    .ace-responsive-menu > li > a {
        font-size: 12px;
    }

}

.ace-responsive-menu li.menu-active > a {
    background: #0a2045b8!important;
    color: #ffffffde!important;
}

.ace-responsive-menu a{
	color: #ffffffde!important;
}

.ace-responsive-menu li a:hover{
	display: block;
	background: #0a2045b8!important;
    color: white!important;
}

.ace-responsive-menu li ul.sub-menu {
	z-index: 100;
    background: transparent !important;
    border-bottom: 1px solid white;
    overflow-y: auto;
    max-height: 400px;
}

.ace-responsive-menu .sub_menu li{
	z-index: 111;
	background-color: #162568;
	color: white!important;
	padding-bottom: 0!important;
}

.ace-responsive-menu .sub_menu a{
	z-index: 120;
	color: white!important;
}
.ace-responsive-menu .sub_menu li a:hover{
	background: #0a2045f7!important;
	color: white!important;
}

.ace-responsive-menu li ul.sub-menu li a {
    font-size: 13px;
    font-weight: 400;
}

.ace-responsive-menu > li > a > .arrow:before {  
    margin-left: 9px;
    display: inline;
    font-size: 16px;
    font-family: FontAwesome;
    height: auto;
    content: "\f107";
    font-weight: 300;
    text-shadow: none;
    width: 10px;
    display: inline-block;
}

.ace-responsive-menu li ul.sub-menu li > a > .arrow:before {
    content: "\f105" !important;
}

.ace-responsive-menu > li > ul.sub-menu li > a > .arrow:before {
    float: right;
    margin-top: 1px;
    margin-right: 0px;
    display: inline;
    font-size: 16px;
    font-family: FontAwesome;
    height: auto;
    content: "\f104";
    font-weight: 300;
    text-shadow: none;
}

@media screen and (max-width: 768px) {
    
    .ace-responsive-menu > li > a > .arrow:before {
        float: right;
        content: "\f105";
    }
    
    li.menu-active > a > .arrow:before {
        content: "\f107" !important;
    }
    
    .ace-responsive-menu li ul.sub-menu li.menu-active > a > .arrow:before {
        content: "\f107" !important;
    }
    
    div.top_story_card {
        padding-top: 3rem;
    }
}
/* end of navigation */


/* Scrolling Text */

#marquee_parent_div p{
    margin-bottom: 0;
}

#marquee {
    border: 1px solid #898989;
}

/* End of Scrolling Text */

/* Slideshow Section */

#swiper_slideshow .swiper-container {
    width: 100%;
    height: 100%;
}

#swiper_slideshow .swiper-slide {
    text-align: center;
    font-size: 14px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    
}

/*  End of Slide Show  */

/*  return to top  */

#return_to_top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #465dc2;
    border-color: #fff;
    width: 50px;
    height: 50px;
    line-height: 28px;
    -webkit-transform: translateY(135px);
    transform: translateY(135px);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.22);
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return_to_top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 18px;
    top: 13px;
    font-size: 23px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ui_top_class {
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
}

#return_to_top:hover {
    background-color: #162568;
    border-color: #162568;
}


@media screen and (max-width: 768px) {
    #return_to_top {
        bottom: 80px!important;
    }
}

/*  return to top END  */


/* Top Stories and Notice board */


h4.heading_style {
    color: #001364;
}

h4.heading_white_style {
    color: #fff;
}

#top_story_and_recent_event div.top_story div.card {
    height: 100%;
    min-height: 100%;
    padding: 4px;
}

#top_story_and_recent_event {
    background-color: #162568;
    border-top: 1px solid #162568;
}

#marquee_text {
    height: 100%;
}

#recent_event_marquee_parent_div {
    height: 283px;
    padding: 1.25rem;
}

#upcoming_event_content {
    min-height: 283px;
}

.div_style {
    border-radius: 6px;
    max-height: 100%;
    transition: 0.2s all;
    background-color: white;
    border: 1px solid #16215559;
}

div.card-body {
    border-radius: 6px;
}

div.box_shadow_remove:hover > div.div_style {
    box-shadow: none;
}


#recent_event_marquee_parent_div ul {
    list-style-type: none;
}

#recent_event_marquee_parent_div ul li {
    margin-bottom: 8px;
    padding-left: 30px;
    position: relative;
}

.fas, .fab, .fa {
    font-family: 'FontAwesome';
}


#recent_event_marquee_parent_div ul li::before {
    content: "\f101";
    font-family: FontAwesome;
    color: #000;
    line-height: 20px;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 15px;
    padding-left: 12px;
    padding-right: 10px;
    position: absolute;
    left: 0;
}

#thought_of_the_week {
    padding: 1.25rem;
}

/* Upcoming Event and recent Award */


#upcoming_event_parent_div .upcoming_event_outer_wrapper {
    width: 100%;
    color: #0d2d62;
    margin-bottom: 15px;
    padding: 3px;
    border: 1px solid #1625681f;
    border-radius: 6px;
    display: table;
}

#upcoming_event_parent_div div.upcoming_event_outer_wrapper div.date_block {
    color: #0d2d62;
    background-color: white;
    width: 95px;
    vertical-align: middle;
    border-right: 1px solid #1625681f;
    display: table-cell;
    
}

#upcoming_event_parent_div div.upcoming_event_outer_wrapper div.date_block div.date{
    font-size: 16px;
}

#upcoming_event_parent_div div.upcoming_event_outer_wrapper div.date_block div.month_and_year{
    font-size: 13px;
}


#upcoming_event_parent_div div.upcoming_event_outer_wrapper div.upcoming_event_inner_content_wrapper {
    display: table-cell;
    background-color: white;
    vertical-align: middle;
}

#upcoming_event_parent_div div.upcoming_event_outer_wrapper div.upcoming_event_inner_content_wrapper h5.heading {
    font-size: 16px;
}


#video_gallery {
    border-top: 1px solid #162568;
    background-color: #162568;
}


/* Testimonial Section */


#testimonial_section .swiper-container {
    width: 100%;
}

#testimonial_section {
    background-image: url('/t/38/img/testimonials_background.jpg');
    background-repeat: no-repeat;
    background-position: center;
    color: white;
    background-size: cover;
    background-attachment: fixed;
}

#testimonial_section .swiper-slide {
    text-align: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    
}

#footer_of_the_page {
    padding: 40px 0 20px 0;
    border-top: 1px solid #162568;
    font-size: 13px; 
}

#copyright_section {
    padding: 17px 0 17px 0;
    background-color: #162568;
    color: white;
}

#swiper_testimonial {
    padding-top: 60px;
    padding-bottom: 60px;
}

ul.list_social_icon svg {
    font-size: 41px;
    padding: 9px;
    border-radius: 3px;
}


ul.list_social_icon .facebook_icon {
    color: #3B5998;
    font-size: 35px;
}


ul.list_social_icon .youtube_icon {
    color: #bb0000;
    font-size: 35px;
}

#quick_links ul {
    list-style-type: none;
    padding: 0;
}