body, html {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 23px;
    color: #797979;
/*    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;*/
}

#marquee_container * {
    margin: 0;
    padding: 0;
}

a {
    color: #797979;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

a:hover {
    text-decoration: underline;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
    color: #3e2e2e;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.5s;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Raleway', sans-serif;
    line-height: 1.1;
    font-weight:400;
    color: #720000;
    margin:0;
    /*padding:0;*/
    padding-bottom: 15px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	color: #1e283c;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

p {
	margin: 0;
	padding-bottom: 15px;
	line-height: 1.5;
  
}

input, select, button, textarea {
	outline: none;
}

input:focus, select:focus, button:focus, textarea:focus {
	outline: none;
	box-shadow:none;
}

#admission_enquiry_modal_content img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

#slideshow_tabs_content ul {
    padding: 0;
    margin: 0;
    width: 75%;
    list-style-type: none;
}

#slideshow_tabs_content ul li {
    margin-bottom: 10px;
    text-align: center;
}

#slides_container div.slide_content_container {
    position: relative;
}

#slideshow_tabs {
    width: 34%;
    display: none;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    /*animation: slideshow_tabs 2s ease-in-out 0s 1;*/
}

@keyframes slideshow_tabs {
    from {
        opacity: 0;
        display: none;
        /*right: -500px;*/
    }
    to {
        opacity: 1;
        display: block;
        /*right: 4px;*/
    }
}

#slideshow_tabs.show_tab_div {
    display: block;
    opacity: 1;
}

#slideshow_tabs_content ul li a {
    color: white;
    display: block;
}

#slideshow_tabs_content ul li:hover div.flex_wrapper > div:first-child div.img_Wrapper,
#slideshow_tabs_content ul li:hover div.flex_wrapper > div:last-child {
    background: #720000 !important;
}

#slideshow_tabs_content ul li div.flex_wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    position: relative;
}

#slideshow_tabs_content ul li:nth-child(odd) div.flex_wrapper {
    animation: come_from_left 1.5s linear 0s 1;
}

#slideshow_tabs_content ul li:nth-child(even) div.flex_wrapper {
    animation: come_from_right 1.5s linear 0s 1;
}

@keyframes come_from_left {
    from {
        opacity: 0.5;
        display: none;
        right: -100px;
    }
    to {
        opacity: 1;
        display: block;
        right: 0;
    }
}

@keyframes come_from_right {
    from {
        opacity: 0.5;
        display: none;
        right: 100px;
    }
    to {
        opacity: 1;
        display: block;
        right: 0;
    }
}

#slideshow_tabs_content ul li div.flex_wrapper > div:first-child {
    margin-right: 20px;
    width: 90px;
    padding: 10px;
    border-radius: 50%;
    height: 90px;
    line-height: 38px;
}

#slideshow_tabs_content ul li:nth-child(1) div.flex_wrapper > div:first-child div.img_Wrapper {
    background: pink;
}

#slideshow_tabs_content ul li:nth-child(7) div.flex_wrapper > div:first-child div.img_Wrapper {
    background: #6F584B;
}

#slideshow_tabs_content ul li:nth-child(3) div.flex_wrapper > div:first-child div.img_Wrapper {
    background: #10c530;
}

#slideshow_tabs_content ul li:nth-child(4) div.flex_wrapper > div:first-child div.img_Wrapper {
    background: #51BBFE;
}

#slideshow_tabs_content ul li:nth-child(5) div.flex_wrapper > div:first-child div.img_Wrapper {
    background: #6D213C;
}

#slideshow_tabs_content ul li:nth-child(6) div.flex_wrapper > div:first-child div.img_Wrapper {
    background: #555358;
}

#slideshow_tabs_content ul li:nth-child(2) div.flex_wrapper > div:first-child div.img_Wrapper {
    background: #4B3F72;
}

#slideshow_tabs_content ul li div.flex_wrapper > div:first-child div.img_Wrapper {
    padding: 15px;
    border-radius: 50%;
}

#slideshow_tabs_content ul li div.flex_wrapper > div:last-child {
    width: calc(100% - 100px);
}

#slideshow_tabs_content ul li div.flex_wrapper > div {
    padding: 10px 20px;
    border-radius: 20px;
    background: #0000009e;
    color: white;
    align-self: center;
}

#slideshow_tabs_content {
    display: flex;
    /*width: max-content;*/
    justify-content: center;
    padding-top: 40px;
}

#non_home_page_section {
    min-height: 500px;
}


#non_home_page_section #folder_menu_items_div {
    background: #d99101;
    min-height: 350px;
    border-radius: 15px;
    margin-bottom: 30px;
    width: 85%;
}

#non_home_page_section #div_col_folder_menu_items a {
    color: white;
}

#non_home_page_section #folder_menu_items_container li {
    margin-bottom: 10px;
}

#non_home_page_section #folder_menu_items_container {
    padding: 30px 0 30px 30px;
    list-style: none;
}

#non_home_page_section #folder_menu_items_container li a {
    display: block;
    line-height: 23px;
    padding: 10px 10px 10px 17px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

#non_home_page_section #div_col_folder_menu_items a:hover,
#non_home_page_section #folder_menu_items_container li.active_page a {
    background: #720000;
    color: #fff;
}

#school_news_slides_contianer {
    display: flex;
    margin-bottom: 25px;
}

#top_header_section {
    background-color: white;
}

#top_header_section div.links_container ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#top_header_section div.links_container ul li {
  padding: 0 6px;
}

#top_header_section div.links_container ul li a {
    text-align: center;
    color: #720000;
    text-shadow: 0px 2px 2px #ccc;
    letter-spacing: 1px;
}

#top_header_section #login_btn {
    padding: 4px 12px;
}


#school_logo {
    width: 70px;
}

#header_school_name {
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    font-size: 27px;
    vertical-align: middle;
    margin-left: 6px;
    color: white;
}

#header_school_name:hover {
    color: #f4dede;
}

#header_section {
    background-color: #720000;
}

#header_section div.img_Wrapper {
    padding: 5px 0;
}

#nav_menu_toggle {
    background: transparent;
}

#respMenu {
    background: transparent;
}

#respMenu li a {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#respMenu li a:hover {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#respMenu > li > a i {
    color: white;
}

#respMenu > li > a {
    padding: 41px 15px;
    color: white;
    font-weight: 500;
    font-size: 14px;
    position: relative;
}

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

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

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

#respMenu > li {
    position: relative;
}

#respMenu > li:not(.home)::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 0px;
    content: '';
    background-color: #720000;
    transition: width 0.5s linear;
}

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

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

#respMenu > li ul.sub-menu {
    background: white;
    color: black;
    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;
}

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

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

#slidershow_main_container div.swiper-button-next::after, 
#slidershow_main_container div.swiper-button-prev::after {
    color: white;
    background: #00000091;
    font-size: 16px;
    padding: 19px 10px;
}

#slidershow_main_container .swiper-pagination-bullet-active {
    background: #f7e8d4;
}

#school_news_section {
    padding-top: 70px;
    padding-bottom: 40px;
    position: relative;
    overflow: hidden;
}

#owl_carousel div.item {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.3) !important;
    background-color: #FFFFFF !important;
    padding: 20px 20px;
    margin: 10px;
    height: 100%;
}

#owl_carousel div.item div.img_Wrapper {
    margin-bottom: 10px;
}


#owl_carousel div.owl_prev, #owl_carousel div.owl_next {
    background: #D6D6D6;
    padding: 7px 9px;
    color: #720000;
    border-radius: 3px;
    margin: 4px;
}

#owl_carousel div.owl_prev:hover, #owl_carousel div.owl_next:hover {
    background: #720000;
    color: white;
}

#owl_carousel .owl-prev, #owl_carousel .owl-next {
    padding: 0 !important;
    border: 0 !important;
    background: none !important;
}

#notice_board_section {
    padding-top: 70px;
    padding-bottom: 40px;
    position: relative;
    overflow: hidden;
}

#notice_board_section div.box_wrapper {
    border: 2px solid #f9c62f;
    padding: 10px;
    margin: 0 15px;
}

#notice_board_section div.honoury_board {
    padding: 0 15px;
}

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


#notice_board_section div.honoury_board ul li::before {
    position: absolute;
    content: '\f0a3';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: -11px;
    left: -17px;
    font-size: 41px;
    color: #dfb24a;
}

#notice_board_section div.honoury_board ul li:first-child {
    margin-top: 0;
}

#notice_board_section div.honoury_board ul li {
    position: relative;
    border: 2px solid #ea87b6;
    background-color: #fff;
    border-radius: 5px 20px 5px;
    padding: 25px;
    margin-top: 35px;
    margin-bottom: 25px;
    box-sizing: border-box;
    -o-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

#calendar_and_topics {
    background-color: #f8f9f9;
    padding-top: 70px;
    padding-bottom: 40px;
}

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

#calendar_and_topics div.content_wrapper ul li {
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 25px;
    color: #000000;
}

#calendar_and_topics div.content_wrapper ul li:nth-child(1) {
    background-color: #d7dbfb;
}

#calendar_and_topics div.content_wrapper ul li:nth-child(5) {
    background-color: #d7fbf8;
}

#calendar_and_topics div.content_wrapper ul li:nth-child(9) {
    background-color: #fbfad7;
}

#calendar_and_topics div.content_wrapper ul li:nth-child(4) {
    background-color: #d7fbdd;
}

#calendar_and_topics div.content_wrapper ul li:nth-child(2) {
    background-color: #eefbd7;
}

#calendar_and_topics div.content_wrapper ul li:nth-child(6) {
    background-color: #d8d7fb;
}

#calendar_and_topics div.content_wrapper ul li:nth-child(3) {
    background-color: #fbe5d7;
}

#calendar_and_topics div.content_wrapper ul li:nth-child(8) {
    background-color: #f0d7fb;
}

#calendar_and_topics div.content_wrapper ul li:nth-child(7) {
    background-color: #fbd7d7;
}

#calendar_and_topics div.content_wrapper ul li:nth-child(10) {
    background-color: #fbd7f7;
}

#calendar_and_topics div.topics_wrapper ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

#calendar_and_topics div.topics_wrapper ul li {
    background: white;
    padding: 15px;
    margin: 8px;
    font-size: 12px;
    text-align: center;
    min-width: 150px;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
}

#calendar_and_topics div.topics_wrapper ul li img {
    width: 50px;
    height: auto;
}

#footer_section {
    background-color: #e9e9e9;
    padding: 50px 0;
    color: black;
}

#footer_section a {
    color: black;
}

#footer_section a:hover {
    color: #720000;
}

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

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

#copyright_section {
    background-color: #720000;
    color: white;
    padding: 20px 0;
}

#quick_links_container ul {
    padding: 0;
    margin: 0;
}

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

#footer_social_media_icons {
    margin-top: 20px;
}

#footer_social_media_icons a:hover i {
    transform: rotate(360deg);
}

#footer_social_media_icons a:hover {
    background: white;
    color: #720000;
    border-color: #72000060;
}

#footer_social_media_icons a i {
    transition: transform 0.3s linear;
}

#footer_social_media_icons a {
    text-align: center;
    font-size: 22px;
    width: 50px;
    height: 50px;
    border: 1px solid #00000045;
    display: inline-block;
    line-height: 50px;
    border-radius: 50%;
    margin-right: 5px;
}

#fixed_shape1 {
    position: absolute;
    top: -10%;
    left: -25%;
    background-color: rgb(251, 235, 235);
    width: 50%;
    height: 120%;
    border-radius: 50%;
    z-index: -1;
}  

#fixed_shape2 {
    position: absolute;
    top: 1%;
    right: -25%;
    background-color: rgb(251, 235, 235);
    width: 56%;
    height: 43%;
    border-radius: 50%;
    z-index: -1;
}
    
img {
    max-width: 100% !important;
    height: auto !important;
}

#current_page_content[current_page_content_id="9732"] a[data-fancybox="gallery"] {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    vertical-align: top;
    border: 1px solid #ccc;
    margin: 15px;
    border-radius: 10px;
    padding: 10px 6px;
}

@media (max-width: 500px) {
    #header_school_name {
        font-size: 17px !important;
    }
}

@media (max-width: 576px) {
    #header_school_name {
        font-size: 20px;
    }
    
    #school_logo {
        width: 60px;
    }
    
    /*#top_header_section div.links_container ul {*/
    /*    flex-direction: column;*/
    /*}*/
    
    #top_header_section div.links_container ul li {
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    #footer_section, #copyright_section {
        text-align: center;
    }
    
    #quick_links_container ul {
        list-style-type: none;
    }
}

@media (max-width: 991px) {
    #header_section div.img_Wrapper {
        float: left;
    }
    
    #nav_menu_toggle {
        float: right;
        width: auto;
        padding-top: 23px;
    }
    
    #menu-btn {
        border: 0 !important;
        background: none !important;
    }
    
    #respMenu {
        overflow-y: scroll;
        overscroll-behavior: none;
    }
    
    #top_header_section div.links_container ul {
        justify-content: center;
        align-items: center;
    }
    
    #slideshow_tabs {
        display: none !important;
        opacity: 0 !important;
    }
}

@media (min-width: 1200px) {
    .container-lg {
        max-width: 1180px;
    }
}

@media (min-width: 769px) and (max-width: 1199px) {
    #header_school_name {
        font-size: 21px;
    }
    #respMenu > li > a {
        font-size: 13px;
    }
    
}