/*@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@100..900&family=Poppins:wght@300;400;500;600;700&family=Urbanist:wght@100..900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@100..900&family=Poppins:wght@300;400;500;600&family=Urbanist:wght@100..900&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Vollkorn:ital,wght@0,400..900;1,400..900&display=swap');


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

#menu-btn {
    padding: 3px !important;
    background: transparent !important;
    border: 2px solid #515151 !important;
    height: 42px !important;
    width: 42px !important;
}

#menu-btn div i {
    font-size: 20px;
    color: #515151;
    line-height: 24px;
}

#menu-btn.opened {
    border-radius: 50%;
}

#menu-btn.opened i#bar_icon,
#menu-btn:not(.opened) #times_icon {
    display: none;
}

#menu-btn.opened i#times_icon,
#menu-btn:not(.opened) #bar_icon {
    display: block !important;
}

h1, h2, h3, h4, h5, h6 {
    /*font-family: "Noto Serif", serif;*/
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

a {
    text-decoration: none;
}

#non_home_page_section {
    min-height: 500px;
}

#current_page_content table p {
    margin-bottom: 0;
}

#non_home_page_section table td,
#non_home_page_section table tbody,
#non_home_page_section table tfoot,
#non_home_page_section table thead,
#non_home_page_section table tr {
    border-color: inherit;
    border-style: inherit;
    border-width: inherit;
}

#current_page_content table {
    max-width: 100%;
}

#current_page_content img, #school_custom_content img, #school_custom_content2 img {
  max-width: 100%;
  height: auto !important;
}

section.home_page_section table:not([border="0"]) td {
    border-width: var(--bs-border-width);
}

section.home_page_section table:not([border="0"]) {
    border-collapse: collapse;
}

section.home_page_section table[border="0"] {
    border-collapse: unset;
}

#top_header_section {
    /*background: linear-gradient(to right, rgb(240, 199, 33) 30%, rgb(220, 76, 65) 70%);*/
    /*background: linear-gradient(to left, rgb(180, 212, 103) 30%, rgb(240, 199, 33) 70%);*/
    /*background-color: RGB(244, 164, 96);*/
    background-color: rgb(227, 207, 187);
    /*background-color: rgb(232, 208, 185);*/
    /*color: #f2f2f2;*/
    color: #2b2b2b;
}

#top_header_section a {
    /*color: #f2f2f2;*/
    color: #2b2b2b;
}

#top_header_section div.social_media_icons > a {
    padding: 0 7px;
    transition: all 0.1s ease;
}

#top_header_section div.social_media_icons > a i {
    transition: transform 0.3s linear;
    font-size: 18px;
}

/*#top_header_section div.social_media_icons > a:hover {
    background: rgb(180, 212, 103);
    color: #2b2b2b;
}
*/
#top_header_section div.social_media_icons > a:hover i {
    transform: rotate(360deg);
}

#top_header_section div.social_media_icons > a:hover i.youtube_icon {
    color: #FF0000;
}

#top_header_section div.social_media_icons > a:hover i.facebook_icon {
    color: #1877F2;
}

#top_header_section div.social_media_icons > a:hover i.google_plus_icon {
    color: #db4a39;
}

#top_header_section div.social_media_icons > a:hover i.instagram_icon {
    color: #c13584;
}

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

#header_links_container ul li {
    margin-bottom: 5px;
}

#header_links_container a:not(.btn):hover {
    color: #733434;
}

#school_logo {
    width: 150px;
    padding-top: 2px;
    transition: all 0.3s linear;
}

#nav_menu_toggle {
    background: rgb(227, 207, 187, 0.8);
    /*transition: all 0.3s linear;*/
}

#nav_menu_heading {
    padding-top: 15px;
    font-weight: bold;
    font-size: 23px;
}

#nav_header {
    background-color: white;
    color: #2b2b2b;
    box-shadow: 0px 4px 5px -3px #ccc;
}

#nav_header div.logo_wrapper {
    position: relative;
}

/*#nav_header #respMenu > li:hover,
#nav_header #respMenu > li a:hover {
    background: rgb(247, 228, 210);
}*/

#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: 22px;
    color: #2b2b2b;
    font-weight: 500;
    font-size: 14px;
    position: relative;
}

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

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

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

#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(180, 212, 103);*/
    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;
}

#marquee_section {
    background-color: rgb(236, 236, 236);
}

#marquee_content {
    display: inline-block;
    width: calc(100% - 120px);
    margin-left: 10px;
}

#marquee_content * {
    margin: 0;
}

#about_us_section {
    /*background-image: url('/cms/t/381/img/bg/texture1.jpg');*/
    /*background-position: top;*/
    padding: 60px 0;
    /*background-color: RGB(234, 234, 234);*/
    color: #2b2b2b;
}

#about_us_section > div {
    /*padding: 90px 0;*/
    /*background: #e6e6e65e;*/
}


#about_us_section div.content_wrapper {
    /*padding: 36px;*/
    /*background: #b4d467a3;*/
    /*background: rgba(255, 235, 130, 0.8);*/
    /*background: #3096cdf0;*/
    /*color: white;*/
    /*background: linear-gradient(to left, rgb(180, 212, 103) 30%, rgb(240, 199, 33) 70%);*/
    /*height: 100%;*/
    /*border-radius: 10px;*/
    /*margin: 0 20px;*/
}

#about_us_section div.img_wrapper {
    padding: 10px;
    margin-bottom: 20px;
}

#about_us_section div.img_wrapper img {
    border-radius: 10px;
    border: 1px solid #b9b9b9;
}

#features_section, #features_section2 {
    /*background-image: url('/cms/t/381/img/bg/bg1.png');*/
    /*background-position: center;*/
    /*background-size: auto;*/
    /*background-repeat: repeat;*/
    /*background-color: rgb(227, 207, 187);*/
    background-color: rgb(236, 236, 236);
    color: #2b2b2b;
    padding: 100px 0 140px 0;
}

#features_section div.div_col,
#features_section2 div.div_col {
    margin-bottom: 20px;
}

#features_section div.flex_Wrapper,
#features_section2 div.flex_Wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

#features_section div.flex_Wrapper div.wrapper,
#features_section2 div.flex_Wrapper div.wrapper {
    text-align: center;
    transition: box-shadow 0.2s linear;
    border: 1px solid #dbdbdb;
    border-radius: 17px;
    background-color: #ffffff;
    margin: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#features_section div.flex_Wrapper div.wrapper img ,
#features_section2 div.flex_Wrapper div.wrapper img {
    transition: transform 0.3s linear;
}

#features_section div.flex_Wrapper div.wrapper:hover img,
#features_section2 div.flex_Wrapper div.wrapper:hover img {
    transform: rotate(360deg);
}

#features_section div.wrapper:hover,
#features_section2 div.wrapper:hover {
    box-shadow: 3px 3px 7px -2px #bbb9b9;
}

#features_section div.wrapper a,
#features_section2 div.wrapper a {
    color: #2b2b2b;
}

#features_section div.wrapper a:hover,
#features_section2 div.wrapper a:hover {
    color: #000000;
}

#latest_news_section, #latest_news_section2 {
    padding: 80px 0;
}

#latest_news_section2 {
    background-color: rgb(236, 236, 236);
}

#latest_news_swiper div.wrapper {
    background: rgb(247, 228, 210);
    color: #2b2b2b;
}

#latest_news_swiper2 div.wrapper {
    background: white;
}

#latest_news_swiper2 div.swiper-slide,
#latest_news_swiper div.swiper-slide {
    height: auto;
}

div.latest_news_swiper div.wrapper {
    margin: 0 15px 20px 0;
    border: 1px solid #cacaca;
    border-radius: 20px;
    overflow: hidden;
    transition: box-shadow 0.1s linear;
    height: 100%;
}

div.latest_news_swiper div.wrapper:hover {
    box-shadow: 5px 5px 7px -2px #bbb9b9;
}

div.latest_news_swiper div.wrapper:hover div.img_wrapper img {
    transform: scale(1.2);
}

div.latest_news_swiper div.wrapper div.img_wrapper {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

div.latest_news_swiper div.wrapper div.img_wrapper img {
    transition: transform 0.3s linear;
    transform: scale(1);
}

div.latest_news_swiper div.wrapper div.content {
    padding: 15px 25px;
}

div.latest_news_swiper div.swiper-button-prev::after,
div.latest_news_swiper div.swiper-button-next::after {
    font-size: 13px;
    color: #2b2b2b;
}

div.latest_news_swiper div.swiper-button-prev {
    right: 45px !important;
    left: unset !important;
    
}
/*#ececec*/
div.latest_news_swiper div.swiper-button-prev,
div.latest_news_swiper div.swiper-button-next {
    top: 24px;
    right: 0;
    width: 35px;
    height: 35px;
    background: #ecececad;
    border: 1px solid #dfdede;
    border-radius: 50%;
}

#footer_section {
    padding: 70px 0 30px 0;
    background-color: rgb(227, 207, 187);
    color: #2b2b2b;
}

#footer_section a {
    color: #2b2b2b;
}

#footer_section a:hover {
    color: black;
}

#footer_section div.contact_info,
#footer_section div.quick_links {
    font-size: 16px;
}

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

#footer_section div.contact_info_wrapper > div span > * {
    display: inline !important;
}

#footer_section div.contact_info_wrapper > div i {
    color: #2b2b2b;
    font-size: 16px;
    margin-right: 7px;
}
    
#quick_links_content ul li {
    margin-bottom: 8px;
}

#school_logo.is_sticky_now {
    top: -4px;
    width: 110px;
}

#school_custom_content2 p {
    margin-bottom: 0;
}

#video_gallery_container div.embed_item {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    vertical-align: top;
    border: 1px solid #ccc;
    margin: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
    width: calc(33% - 30px);
    overflow: hidden;
    transition: all 0.3s linear;
 }

 #video_gallery_container div.embed_item div.content {
    margin: 15px 0;
    font-weight: bold;
    padding: 0 15px;
 }

@media (max-width: 1023px) {
    #nav_header div.logo_wrapper {
        text-align: center;
    }

    #website_nav {
        display: flex;
        flex-direction: column;
        position: relative;
        z-index: 1200;
    }
    
    #website_nav.setting_top #nav_menu_toggle {
        background: transparent;
    }
    
    #website_nav.setting_top #menu-btn {
        background: white !important;
    }
    
    #respMenu {
        overflow-y: overlay;
    }
    
    #respMenu li.home {
        display: none;
    }
    
    #video_gallery_container div.embed_item {
         width: calc(50% - 30px) !important;
    }
}


@media (max-width: 768px) {
    
    #quick_links_content ul {
        list-style-type: none;
        padding: 0;
    }
    
    #top_header_section {
        display: none;
    }
    
    #slideshow_wrapper {
        display: none;
    }
    
    #slideshow_for_mobile_container {
        display: block !important;
        position: relative;
    }
    
    #slideshow_for_mobile_container div.img_wrapper {
        height: 100%;
        text-align: center;
    }
    
    #slidershow_main_container_mobile {
        height: 100%;
    }

    #slideshow_for_mobile_container div.img_wrapper img {
        height: 100%;
        object-fit: contain;
    }
    
    #slideshow_for_mobile_container div.fixed_blurred_slide {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        filter: blur(8px);
        z-index: -1;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
}

@media (max-width: 450px) {
    
    #latest_news_section div.latest_news_swiper div.swiper-button-next,
    #latest_news_section div.latest_news_swiper div.swiper-button-prev {
        top: 42% !important;
    }
    
    #latest_news_section2 div.latest_news_swiper div.swiper-button-next,
    #latest_news_section2 div.latest_news_swiper div.swiper-button-prev {
        top: 47% !important;
    }
}

@media (max-width: 576px) {
    #features_section div.div_col,
    #features_section2 div.div_col {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    div.latest_news_swiper div.wrapper {
        margin-right: 0 !important;
    }
   
    div.latest_news_swiper div.wrapper {
        height: auto !important;
    }
    
    #latest_news_slides_container {
        margin-top: 30px !important;
    }
    
    #latest_news_section, #latest_news_section2 {
        padding: 60px 0 !important;
    }
    
    div.latest_news_swiper div.swiper-button-next {
        right: 3px !important;
        top: 50%;
    }
    div.latest_news_swiper div.swiper-button-prev {
        left: 3px !important;
        top: 50%;
    }
    
    #features_section div.flex_Wrapper div.wrapper,
    #features_section2 div.flex_Wrapper div.wrapper {
        height: 135px;
        width: 170px;
        /*padding-top: 35px;*/
        /*font-size: 12px;*/
    }
    
    #video_gallery_container div.embed_item {
         width: calc(100% - 30px) !important;
    }
    
    /*#admission_enquiry_modal_link {
        height: calc(100% - (var(--bs-modal-padding) * 2));   
    }*/
}

@media (max-width: 390px) {
    #features_section div.div_col,
    #features_section2 div.div_col {
        width: 100%;
    }
}

@media (min-width: 577px) {
    #features_section div.div_col,
    #features_section2 div.div_col {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    #features_section div.flex_Wrapper div.wrapper,
    #features_section2 div.flex_Wrapper div.wrapper {
        height: 135px;
        width: 170px;
        /*padding-top: 35px;*/
        /*font-size: 12px;*/
    }
    
    /*#admission_enquiry_modal_link {
        height: calc(100% - 63px - (var(--bs-modal-padding) * 2) - (var(--bs-modal-margin) * 3));   
    }*/
}

@media (min-width: 650px) {
    #features_section div.div_col, 
    #features_section2 div.div_col {
        width: 25%;
    }
}

@media (min-width: 768px) {
    #header_links_container ul li {
        display: inline-block;
        padding: 0 10px;
        border-right: 1px solid #b9a592;
    }
    
    #header_links_container ul li:last-child {
        border: 0;
    }
    
    #features_section div.flex_Wrapper div.wrapper,
    #features_section2 div.flex_Wrapper div.wrapper {
        height: 135px;
        width: 150px;
        /*padding-top: 35px;*/
        /*font-size: 12px;*/
    }
}

@media (min-width: 992px) {
    #features_section div.flex_Wrapper div.wrapper,
    #features_section2 div.flex_Wrapper div.wrapper {
        height: 140px;
        width: 180px;
    }
}

@media (min-width: 1024px) {
    #school_logo {
        position: absolute;
        top: -16px;
        left: 30px;
        z-index: 12;
    }
    
    #nav_header {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
    
    #nav_header nav {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    #nav_header #respMenu > li > a {
        font-size: 15px;
    }
    
    #school_logo_col {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    #website_nav_col {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
}

@media (min-width: 992px) and (max-width: 1120px) {
    #school_logo {
        left: 6px;
    }
}

@media (min-width: 1200px) {
    
    #features_section div.flex_Wrapper div.wrapper,
    #features_section2 div.flex_Wrapper div.wrapper {
        height: 150px;
        width: 185px;
        /*padding-top: 30px;*/
    }
}