html, body {
    position: relative;
    height: 100%;
}

#marquee_text p {
    margin: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #000000 !important;
    background-color: #dee2e6 !important;
}

.active:focus, .active:hover {
    color: #fff !important;
    background-color: #007bff !important;
}

#header_sec_photo_content {
    padding-top: 5px;
}

#header_sec_photo_content p {
    margin: 0 !important;
}


/*
#load{
    width:100%;
    height:100%;
    position:fixed;
    z-index:9999;
    background:url("/t/111/img/1.gif") no-repeat center center white;
}
*/

body{
    font-family: 'IBM Plex Serif', serif;
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: merriweather,times new roman,Times,serif !important;
    margin-bottom: .5rem !important;
}

.container {
    max-width: 1220px;
}

/*  Global use  */

@media screen and (max-width: 768px) {
    h2.heading {
        font-size: 21px !important;
    }
    
    h2.heading_white {
        font-size: 21px !important;
    }
    
    #return-to-top {
        bottom: 60px!important;
    }
}

h2.heading {
    font-weight: bold;
    color: #0d2d62;
    font-size: 26px !important;
}

h2.heading_white {
    font-weight: bold;
    color: white;
    font-size: 26px !important;
}

.space_between_sections {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media screen and (min-width: 1024px) {
    .space_between_sections {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.min_height_500 {
    min-height: 500px;
}

a {
    color: #0d2d62;
}

a:hover {
    color: #0d2d62;
    text-decoration: none;
}

img {
    max-width: 100%!important;
    height: auto!important;
}

.min_height_500 {
    min-height: 700px;
}


/*  Header Section  */

#header_section div.header_wrapper ul li {
    vertical-align: middle;
}

#header_section div.contact_wrapper {
    /*float: right;*/
    display: block;
}

@media screen and (max-width: 767px) {
    .school_name {
        font-size: 14px !important;
        padding-top: .7rem !important;
    }
    
    .branch_name {
        font-size: 13px !important;
    }
    
    .school_logo {
        width: 115px !important;
    }
}



@media screen and (min-width: 768px) and (max-width: 1024px) {
    .school_name {
        font-size: 19px !important;
    }
    
    .branch_name {
        font-size: 18px !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:first-child {
    padding-left: 0;
}

#header_section div.contact_wrapper ul.conact_inner_wrapper li {
    display: block;
    padding: 0 20px 0 20px;
    border-right: 1px #dedddd solid;
    float: left;
}


.school_name {
    font-size: 25px;
    line-height: 1.2;
    font-family: merriweather,times new roman,Times,serif !important;
    padding-top: 1.7rem ;
}


#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;
    color: #0d2d62 !important;
    background-color: transparent;
    border-color: #0d2d62;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.18);
}

button.btn_primary:hover {
    color: #fff !important;
    background-color: #0d2d62;
    border-color: #0d2d62;
}

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  */

#nav_section {
    background-color: #0d2d62;
    transition: all 0.2s;
    min-height: 70px;
}

.fixed_top {
    position: fixed;
    padding: 8px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    min-height: 55px!important;
}


.menu-toggle {
    display: none;
    float: left;
    width: 100%;
    padding: 3px;
    background: #0d2d62;
	color: #0d2d62;
}

.menu-toggle h4 {
    color: #FFF;
    vertical-align: middle;
    padding: 7px 0 0 0;
    font-size: 18px;
}

.menu-toggle #menu-btn {
    float: left;
    background: #0d2d62;
	color: #0d2d62;
	z-index: 1;
    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: 250px;
}


@media screen and (max-width: 768px){
    .ace-responsive-menu li ul.sub-menu > li {
        width: 100%;
    }
    
    #nav_section {
        min-height: 48px !important;
        padding: 3px !important;
    }

}

.ace-responsive-menu {
	background: transparent;
	z-index: 1;
	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: 14px;
	z-index: 1;
}

.ace-responsive-menu li.menu-active > a {
    background: #0a2045b8!important;
    color: white!important;
}

.ace-responsive-menu a{
	color: white!important;
}

.ace-responsive-menu li a:hover{
	display: block;
	background: #0a2045b8!important;
    color: white!important;
}

.ace-responsive-menu .sub_menu li{
	z-index: 99999;
	background-color: #0d2d62;
	color: white!important;
	padding-bottom: 0!important;
}

.ace-responsive-menu .sub_menu a{
	z-index: 99999;
	color: white!important;
}
.ace-responsive-menu .sub_menu li a:hover{
	background: #0a2045f7!important;
	color: white!important;
}
.ace-responsive-menu li ul.sub-menu {
	z-index: 99999;
    background: transparent !important;
}

.ace-responsive-menu li ul.sub-menu li a {
    font-size: 13px;
    font-weight: 400;
}

/* end of navigation */


/*  Slide Show  */

#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  */

/*  Marquee  */

#marquee_scroller {
    border-top: 1px solid #ffffff5c;
    border-bottom: 1px solid #ffffff5c;
    vertical-align: middle;
    background-color: #0d2d62;
    color: white;
    padding: 4px;
    min-height: 52px;
}

/*  Marquee END  */

/*  return to top  */

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #174693;
    border-color: #b80924;
    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: #174693;
    border-color: #fff;
}

/*  return to top END  */


/*  About the school  */


hr.bg_color {
    background: #0d2d62;
    fill: #0d2d62;
}

hr.bg_color_white {
    background: white;
    fill: white;
}

hr.divider {
    width: 50px;
    height: 3px;
    padding: 0;
    margin: 21px auto;
    margin-left: auto;
    border: none;
}
/*  About the school END  */

/*  Latest News  */

@media screen and (max-width: 768px) {
    #news_and_thought .news_outer_wrapper {
        width: 100% !important;
    }
}

#news_and_thought .news_outer_wrapper {
    width: 92%;
    color: #0d2d62;
    margin-bottom: 15px;
    padding: 3px;
    border: 1px solid white;
    display: table;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.38);
}

#news_and_thought div.news_outer_wrapper div.date_block {
    color: #0d2d62;
    background-color: white;
    width: 95px;
    vertical-align: middle;
    border-right: 1px solid #0d2d62;
    display: table-cell;
    
}

#news_and_thought div.news_outer_wrapper div.date_block div.date{
    font-size: 16px;
}

#news_and_thought div.news_outer_wrapper div.date_block div.month_and_year{
    font-size: 13px;
}


#news_and_thought div.news_outer_wrapper div.news_inner_content_wrapper {
    display: table-cell;
    background-color: white;
    vertical-align: middle;
}

#news_and_thought div.news_outer_wrapper div.news_inner_content_wrapper .heading {
    font-size: 16px;
}


/*  Latest News END  */

/*  Thought of the week  */

#thought_of_the_week {
    text-align: justify;
    color: white;
    white-space: pre-line;
}

/*  Thought of the week END  */

/* Features Section   */

#features_section {
    transition: all 0.3s!important;
}

#features_section div.feature_inner_heading h6 {
    margin-bottom: 17px;
}

#features_section div.feature_inner_heading h5 {
    margin-bottom: 17px;
}

#features_section div.feature_outer_wrapper div.feature_icon i.fas {
    color: #0d2d62;
    font-size: 76px;
    height: 152px;
    width: 170px;
    line-height: 118px;
    transition: all .3s;
    vertical-align: middle;
    border: 1px solid #0d2d62;
    border-radius: 16%;
}

.fa-graduation-cap:before {
    content: "\f19d";
    padding: 10px;
}

#features_section div.feature_outer_wrapper div.feature_inner_heading {
    height: 100%;
}



/*  Features Section END  */

/*  Recent Event  */

#recent_event_section div.recent_event_wrapper a {
    color: white;
}

#recent_event_section div.recent_event_content_style > h3{
    font-size: 1.25rem !important;
    margin-bottom: .9rem !important;
}

#recent_event_section div.recent_event_content_style > h4{
    font-size: 1.25rem !important;
    margin-bottom: .9rem !important;
}

#recent_event_section div.recent_event_content_style > h5 {
    font-size: 1.25rem !important;
    margin-bottom: .9rem !important;
}

#recent_event_section div.recent_event_content_style p{
    font-size: 14px !important;
    margin-bottom: .5rem !important;
}

#recent_event_section div.recent_event_wrapper a:hover {
    color: white;
    text-decoration: underline;
}

#recent_event_section div.recent_event_wrapper div.recent_event_wrapper_content {
    background-color: #0d2d62;
    color: white;
    padding: 30px 15px !important;
}

#recent_event_section div.recent_event_wrapper {
    position: relative;
    width: 100%;
    min-height: 500px;
    border: 1px solid #ccc;
    overflow: hidden;
    background-color: #0d2d62;
}

#recent_event_section div.recent_event_wrapper img {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
	transform: scale(1);
	opacity: 1;
}
#recent_event_section div.recent_event_wrapper img:hover {
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0.4;
}

#recent_event_section div.recent_event_wrapper_image {
	background-color: #131313f5;
}

#recent_event_section div.recent_event_wrapper div.recent_event_wrapper_image {
    overflow: hidden;
}

/*  Recent Event END  */

/*  Statistics  */

#statistics {
    background-image: url(/t/111/img/teacher.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 26%;
    background-size: cover;
}

#statistics div.Statistics_outer_wrapper div.Statistics_icon_outer i.fas {
    color: #ffffff;
    font-size: 56px;
    height: 114px;
    width: 114px;
    line-height: 77px;
    transition: all .3s;
    vertical-align: middle;
    border: 1px solid #ffffff;
    border-radius: 16%;
}

#statistics div.Statistics_outer_wrapper div.Statistics_rank_title {
    font-size: 21px;
}

#statistics div.Statistics_outer_wrapper div.Statistics_rank {
    font-size: 21px;
}
/*  Statistics END  */

/*  Testimonial  */


#testimonial_section .swiper-container {
    width: 100%;
}

#testimonial_section .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #0d2d62;
    /* 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;
    
}

#swiper_testimonial {
    padding-top: 60px;
    padding-bottom: 60px;
}

#swiper_testimonial i.fas  {
    top: 0;
    left: 5px;
    position: absolute;
    font-size: 48px;
    color: #fff;
}

#testimonial_section div.testimonial_outer_wrapper {
    padding: .5rem 3rem 0 3rem !important;
}

@media screen and (max-width: 768px) {
    #testimonial_section div.testimonial_outer_wrapper {
        padding: 10px !important;
    }
    
    #footer_of_the_page div.text_subline::before {
        left: 46% !important;
    }
    
    #swiper_testimonial {
        padding-top: 77px;
        padding-bottom: 40px;
    }
    
    #swiper_testimonial i.fas  {
        top: 11px;
        left: 15px;
    }
    
    #footer_of_the_page div.footer_details_school {
        padding: 1rem 15px 1rem 15px !important
    }
    
    #footer_of_the_page div.contact_us_padding {
        padding: 1rem 15px 1rem 15px !important
    }
    
}


/*  Testimonial END  */

/*  Footer of the School  */

#footer_of_the_page div.contact_us_outer_wrapper div.list_contact_us i.fas {
    color: #0d2d62;
    font-size: 19px;
    width: 31px;
    
}

#footer_of_the_page div.contact_us_outer_wrapper ul.list_social_icon li div.social_icon_style {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    border: none;
    color: #0d2d62e3;
    background: #0000001a;
}

#footer_of_the_page div.contact_us_outer_wrapper ul.list_social_icon li.facebook_icon_hover {
    transition: all 0.3s!important;
}

#footer_of_the_page div.contact_us_outer_wrapper ul.list_social_icon li.facebook_icon_hover:hover div.social_icon_style {
    background: #395b98;
    transition: all 0.3s!important;
    color: #fff;
}

#footer_of_the_page div.contact_us_outer_wrapper ul.list_social_icon li.youtube_icon_hover:hover div.social_icon_style {
    background: #ff0000;
    transition: all 0.3s!important;
    color: #fff;
}

#footer_of_the_page div.contact_us_outer_wrapper ul.list_social_icon li.twitter_icon_hover:hover div.social_icon_style {
    background: #1da1f2;
    transition: all 0.3s!important;
    color: #fff;
}

#footer_of_the_page div.contact_us_outer_wrapper ul.list_social_icon li.insta_icon_hover:hover div.social_icon_style {
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    transition: all 0.3s!important;
    color: #fff;
}

#footer_of_the_page img.school_logo {
    width: 110px;
}

#footer_of_the_page div.footer_details_school {
    padding: 1rem 3rem 1rem 15px;
}

#footer_of_the_page div.contact_us_padding {
    padding: 1rem 15px 1rem 1.4rem;
}

#footer_of_the_page div.text_subline {
    position: relative;
    height: 2px;
    padding: 0;
    background: #e5e5e5;
    border: none;
}

#footer_of_the_page div.text_subline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 50px;
    background: #0d2d62;
}

#quick_links ul {
    padding: 0;
    list-style: none;
}

#quick_links p {
    margin-bottom: .7rem;
}


/*    */

.btn_secondary {
    padding-left: 18px;
    padding-right: 18px;
    font-weight: 500;
    color: #0d2d62 !important;
    background-color: #fff;
    border-color: #0d2d62;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.18);
}

button.btn_secondary:hover {
    color: #fff !important;
    background-color: #0d2d62;
    border-color: #fff;
}

.btn_secondary:not(:disabled):not(.disabled).active, .btn_secondary:not(:disabled):not(.disabled):active, .show>.btn_secondary.dropdown-toggle {
    
}

.btn {
    font-size: 14px;
}

@media screen and (min-width: 767px) {
    
    div.dropdown:hover div.dropdown-menu {
        display: block;
    }

}
div.dropdown:hover button.btn_secondary {
    color: #fff !important;
    background-color: #0d2d62;
    border-color: #fff;
}
.dropdown-menu {
    font-size: 13px !important;
}

@media screen and (max-width: 567px) {
    
    .btn {
        font-size: 12px;
    }
    
    #footer_of_the_page div.text_subline::before {
        left: 41% !important;
    }
    
    .dropdown-item {
        padding: 6px !important;
        font-size: 13px !important;
    }
    
    div.dropdown {
        width: 100% !important;
    }
    
    div.admission_enquiry {
        float: inherit !important;
    }
    
    div.mobile_padding_event {
        padding-top: 3rem!important;
    }
}