@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400;600;700&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body, html {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #2b2b2b;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Crimson Text", serif;
    font-weight: 700;
}

a {
    text-decoration: none;
}

#top_header_section {
    background-color: #01803d;
    color: white;
}

#non_home_page_section {
    min-height: 500px;
}

#nav_header {
    box-shadow: 0px 2px 9px 1px #ccc;
    background-color: white;
}

#top_header_section a {
    color: white;
}

#top_header_section div.contact_us_div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    font-size: 13px;
}

#top_header_section div.contact_us_div > div {
    margin-right: 15px;
}

#top_header_section div.contact_us_div > div i {
    margin-right: 5px;
}

#top_header_section div.div_col {
    margin: 10px 0;
}

#top_header_section div.social_media_icons a {
    transition: transform 0.3s linear;
    padding: 10px;
}

#top_header_section div.social_media_icons a:hover {
    background-color: #ffc412;
    color: white;
}

#school_logo {
    width: 410px;
}

#marquee_section {
    background-color: #ff790e;
    color: white;
    padding: 8px 0;
}

#marquee_section #marquee_content *,
#scrolling_text marquee * {
    margin: 0;
    padding: 0;
}

#marquee_section i.bell_icon {
    margin-right: 5px;
}


#respMenu {
    background: white;
    color: #2b2b2b;
    float: right;
    overscroll-behavior: none;
}

#nav_header #respMenu > li.home > a:hover i,
#nav_header #respMenu > li.home.menu-active > a i,
#nav_header #respMenu > li.home.active_page > a i {
    color: #f49b46 !important;
}

#nav_header #respMenu > li > a i {
    color: #2b2b2b;
}

#nav_header #respMenu > li > a {
    padding: 14px 14px;
    color: #2b2b2b;
    font-weight: 400;
    font-size: 13px;
    position: relative;
}

#nav_header #respMenu > li.has_child > a::after {
    position: absolute;
    content: '\f078';
    top: 47%;
    right: 3px;
    font-size: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    transform: translateY(-50%);
}

#nav_header #respMenu > li.has_child a {
    position: relative;
    padding-right: 20px;
}

#nav_header #respMenu > li > a:hover,
#nav_header #respMenu > li.menu-active > a,
#nav_header #respMenu > li.active_page > a {
    background: white;
    color: #ff790e;
}

#nav_header #respMenu > li {
    position: relative;
}

/*#nav_header #respMenu > li:not(.home)::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0px;
    content: '';
    background: rgb(227, 207, 187);
    transition: width 0.3s linear;
}
*/
#respMenu > li.home a i {
    font-size: 20px;
    padding: 0;
}

/*#nav_header #respMenu > li:not(.home):hover::after,
#nav_header #respMenu > li.active_page::after {
    width: 100%;
}*/

#nav_header #respMenu > li:nth-last-child(2) ul.sub-menu,
#nav_header #respMenu > li:nth-last-child(3) ul.sub-menu {
    right: 0;
}

#nav_header #respMenu > li ul.sub-menu {
    background: white;
    color: #2b2b2b;
    box-shadow: 0px 2px 9px 2px #ccc;
    border: 1px solid #eaeaea;
    z-index: 2; /* overriding the z-index 1 of slidershow_main_container*/
    max-height: 350px;
    overflow-y: overlay;
}

#nav_header #respMenu > li ul.sub-menu > li {
    min-width: 250px;
}

#nav_header #respMenu > li ul.sub-menu li a {
    color: #2b2b2b;
}
    
#nav_header #respMenu > li ul.sub-menu li a:hover,
#nav_header #respMenu > li.active_page ul.sub-menu li.active_page a {
    background: #e8e8e8;
    color: #2b2b2b;
}

#curriculum_section {
    margin-bottom: 30px;
    position: relative;
    z-index: 12;
}

#curriculum_section div.div_wrapper {
    display: flex;
    flex-direction: row;
    padding: 15px;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

#curriculum_section div.div_col:nth-child(1) div.div_wrapper {
    background-color: #a35bda;
    color: white;
}

#curriculum_section div.div_col:nth-child(2) div.div_wrapper {
    background-color: #ff6f6f;
    color: white;
}

#curriculum_section div.div_col:nth-child(3) div.div_wrapper {
    background-color: #b5d56a;
    color: white;
}

#curriculum_section div.div_col:nth-child(4) div.div_wrapper {
    background-color: #ff790e;
    color: white;
}


#curriculum_section div.div_wrapper div.img_wrapper {
  margin-right: 15px;
  padding: 15px;
  background: #fff6;
  width: 100px;
  height: 95px;
  line-height: 65px;
  text-align: center;
}

#curriculum_section div.div_wrapper a {
    color: white;
}

#about_us_section {
    padding: 60px 0;
}

#our_news_section {
    padding: 60px 0;
    background: #ececec;
}

#our_news_section div.div_wrapper {
    background: white;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.18);
}

#our_news_section div.div_wrapper div.content_wrapper {
    padding: 15px 18px;
}

#notice_board_section {
    background-color: white;
    padding: 60px 0;
}

#notice_box {
    background-color: #95bf33;
    max-height: 410px;
    padding: 15px;
    color: white;
    height: 100%;
    overflow: hidden;
}

#notice_box marquee, #notice_box_marquee_parent {
    height: 100%;
}

#notice_box a {
    color: white;
}

#notice_board_section #notice_box_marquee_parent ul {
    padding: 0;
    margin: 0;
}

#notice_board_section #notice_box_marquee_parent ul li {
    padding: 17px 0 17px 30px;
    border-bottom: 1px dotted white;
    position: relative;
}

#notice_board_section #notice_box_marquee_parent ul li::before {
    position: absolute;
    content: ' \f0a1';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    top: 17px;
    left: 0px;
    font-size: 15px;
}

#events_container div.event_wrapper {
    background-color: #f0f0ef;
    margin-bottom: 15px;
    width: 100%;
    display: flex;
    flex-direction: row;
    
}

#events_container div.event_wrapper div.img_wrapper {
    width: 200px;
    overflow: hidden;
}

#events_container div.event_wrapper div.content_wrapper {
    padding: 20px 15px 15px 20px;
    width: calc(100% - 200px);
}

#events_container div.event_wrapper div.content_wrapper table {
    margin: 8px 0;
}

#more_events_btn:hover, #subscribe_btn {
    background-color: #dd6a0e;
}

#more_events_btn, #subscribe_btn {
    background-color: #ef7818;
    color: white;
}

#our_gallery_section {
    background-image: url('/');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#our_gallery_section_wrapper {
    padding: 60px 0;
    background-color: #00000082;
    color: white;
}

#our_gallery_container {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#our_gallery_container div.div_col {
    overflow: hidden;
    max-width: calc(33% - 30px);
    padding: 0 15px;
    background: white;
    margin: 20px 15px;
}

#our_gallery_container div.div_col > a {
    display: flex;
    align-items: center;
    height: 100%;
}

#our_gallery_container div.div_col img.gallery_tn_image {
    max-width: 100%;
    height: auto;
}

#footer_section {
    background-color: #333333;
    color: #cacaca;
}

#subscribe_email_field::placeholder {
    color: #6c757d;
}

#subscribe_email_field {
    background: #505050;
    border-color: #505050;
    color: white;
    font-size: 14px;
    padding: 15px 20px;
}

#footer_section div.newsletter_block {
    padding: 40px 0;
    border-bottom: 2px dashed #ef7818;
}

#footer_section div.newsletter_block div.div_wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
}

#footer_section div.newsletter_block div.div_wrapper > div {
    padding-right: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#footer_section div.newsletter_block div.div_wrapper > div:first-child {
    border-right: 1px solid #ccc;
}


#footer_section div.newsletter_block div.div_wrapper > div div.icon_wrapper i {
  font-size: 41px;
  margin: 0 22px;
  color: #ef7818;
}
#footer_section div.newsletter_block div.div_wrapper > div div.content_wrapper h4 {
  color: white;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}

#footer_section div.footer_block {
    padding: 50px 0 30px;
}

#footer_section div.footer_block i {
    color: #ef7818;
}

#footer_section div.footer_block a, #footer_section div.call_us_block a {
    color: white;
}

#footer_section div.footer_block a:hover, #footer_section div.call_us_block a:hover {
    text-decoration: underline;
}

#footer_vision {
    line-height: 30px;
}

#footer_section div.quick_links ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#footer_section div.quick_links ul li {
    margin-bottom: 13px;
    margin-left: 25px;
    position: relative;
}

#footer_section div.quick_links ul li a {
    color: #cacaca;
    transition: transform 0.3s ease-in;
    position: relative;
}

#footer_section div.quick_links ul li a:hover {
    color: #ffffff;
}

#footer_section div.quick_links ul li::before {
    position: absolute;
    content: '\f105';
    top: 0;
    left: -22px;
    font-size: 13px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
}

#footer_section div.contact_info_wrapper > div {
    margin-bottom: 15px;
}

#footer_section div.contact_info_wrapper > div i {
    margin-right: 8px;
}

#footer_section div.footer_block div.social_media_icons a {
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    margin-right: 10px;
    font-size: 16px;
    background: #575757;
    color: #727272;
}

#footer_section div.footer_block div.social_media_icons a i {
    color: #cacaca !important;
}

#footer_section div.footer_block div.social_media_icons a:hover {
    background-color: #ef7818;
    color: white !important;
}

#footer_section div.footer_block div.social_media_icons a:hover i {
    color: white !important;
}

#footer_section div.footer_block {
    border-bottom: 2px dashed #ef7818;
}


#footer_section div.copyright_block {
    background-color: #333333;
    text-align: center;
    padding: 20px 0;
}

#copyright_content * {
    margin: 0 !important;
}

#footer_section div.footer_block div.header_height {
    min-height: 75px;
}


@media screen and (max-width: 767px) {
    #top_header_section div.contact_us_div {
        justify-content: center;
    }
    
    #school_logo_col {
        text-align: center;
        margin: 12px 0;
    }
    
    
    .logo_wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    #nav_menu_toggle {
        background: transparent;
    }
    
    #curriculum_section {
        margin-top: 30px;
    }
    
    #curriculum_section div.div_wrapper {
        justify-content: flex-start;
    }
    
    #about_us_section div.img_wrapper {
        text-align: center;
    }
    
    #about_us_section div.img_wrapper img, #our_gallery_container img.gallery_tn_image {
        max-width: 100%;
        height: auto;
        max-height: 350px;
    }
    
    #our_gallery_container div.div_col {
        max-width: calc(50% - 30px);
    }
    
    #footer_section div.newsletter_block div.div_wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
    
    #footer_section div.newsletter_block div.div_wrapper > div {
        border: 0 !important;
    }
}

@media screen and (max-width: 576px) {
    #our_gallery_container div.div_col {
        max-width: calc(100% - 30px);
    }
}

@media screen and (min-width: 768px) {
    #nav_header div.div_col {
        margin: 15px 0;
    }
    
    #curriculum_section {
        margin-top: -60px;
    }
}