* {
    margin: 0;
}

body {
    color: rgb(50, 50, 50);
    font-family: 'Segoe UI', Tahoma, Verdana, sans-serif;
    position: relative;
    z-index: -100;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

.header {
    height: 100px;
    width: 100%;
    display: flex;
    box-sizing: border-box;
}

.fixed {
    transition: 1s;
    position: fixed;
    z-index: 150;
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
    right: 0;
    align-items: center;
    background-color: rgb(37, 37, 66);
}

.left_menu,
.right_menu {
    flex: 2;
}

.left_menu {
    margin-right: 4px;
}

.right_menu {
    margin-left: 4px;
}

.logo_container {
    width: 140px;
    height: 165px;
    border-radius: 0 0 50% 50%;
    background-color: #fff;
    box-sizing: border-box;
    position: relative;
    border-left: 2px solid rgba(229, 226, 226, .5);
    ;
    border-right: 2px solid rgba(229, 226, 226, .5);
    ;
    border-bottom: 2px solid rgba(229, 226, 226, .5);
    ;
}

.logo_con {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    bottom: 16px;
    left: 1.2em;
    background-color: rgb(37, 37, 66);
    box-sizing: border-box;
}

.resize {
    transition: 1s;
    width: 70px;
    height: 70px;
    left: 2.15em;
    bottom: 1.75em;
}

.logo {
    width: 65%;
    height: 70%;
    position: absolute;
    top: 1em;
    left: 1.1em;
}

.adjust {
    transition: 1s;
    top: .72em;
    left: .75em;
}

.lm_ulist {
    width: fit-content;
    height: fit-content;
    display: flex;
    list-style-type: none;
    padding-left: 0;
    margin: 35px .35em 0 auto;
}

.lm_ul_item {
    list-style: none;
    padding: 5px 0;
    margin: 0 5px 0 0;
}

.rm_ulist {
    width: fit-content;
    height: fit-content;
    display: flex;
    list-style-type: none;
    padding-left: 0;
    margin: 35px auto 0 .35em;
}

.rm_ul_item {
    list-style: none;
    padding: 5px 0;
    margin: 0 5px 0 0;
}

.lm_ul_item:last-child,
.rm_ul_item:last-child {
    margin: 0 0 0 0;
}

.tags {
    box-sizing: border-box;
    padding: 8px 16px;
    text-decoration: none;
}

.container {
    background-color: rgba(229, 226, 226, .5);
    height: fit-content;
    box-sizing: border-box;
    position: relative;
    z-index: -500;
    padding-bottom: 16px;
}

.banner {
    z-index: -5;
    height: 450px;
    width: 100%;
    position: relative;
}

.slider_image {
    width: 100%;
    height: 450px;
    position: relative;
    z-index: 1;
}

.school_name {
    font-family: cursive;
    z-index: 10;
    position: absolute;
    padding: 16px 32px 20px;
    border-bottom-right-radius: 38px;
    background-color: rgba(0, 0, 0, .35);
    color: rgb(255, 6, 6);
    border-top-right-radius: 38px;
    border-left: 4px solid rgba(229, 226, 226, .5);
    top: 80%;
    box-sizing: border-box;
}

.hide {
    display: none;
}

.text_left {
    text-align: start;
}

.main_1,
.main_2,
.main_3,
.main_4 {
    width: 80%;
    margin: 0 auto;
    padding: 1em;
    display: flex;
    height: fit-content;
    box-sizing: border-box;
}

.main_1 {
    padding-top: 2em;
}

.news_bar {
    width: 150px;
    height: fit-content;
    padding: 8px;
    border-radius: 5px;
    margin-right: 5px;
    text-align: center;
    box-sizing: border-box;
    background-color: rgb(229, 226, 226);
}

.recents {
    height: fit-content;
    border-bottom: 1.5px solid red;
    border-radius: 5px;
    margin: 0 0 8px 0;
    padding: 4px;
    background-color: rgba(200, 200, 200, .75);
    contain: content;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recents_image {
    height: 43px;
    width: 38px;
    border-radius: 50%;
    margin-right: 8px;
    box-sizing: border-box;
}

.recent_description {
    flex: 1;
    font-size: small;
    word-wrap: break-word;
    box-sizing: border-box;
}

.welcome_address {
    flex: 1;
    flex-direction: column;
    border-radius: 5px;
    padding: 8px;
    box-sizing: border-box;
    display: flex;
    background-color: rgb(229, 226, 226);
}

.proprietress_image {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
    border-radius: 5px;
}

.address {
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    contain: content;
    box-sizing: border-box;
}

.orientation {
    flex: 1;
    flex-direction: row;
    border-radius: 5px;
    padding: 0 8px;
    display: flex;
    background-color: rgb(229, 226, 226);
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.title {
    margin: 0 auto 16px;
    padding: 0 4px 4px;
    width: fit-content;
    border-bottom: 2px solid rgba(252, 3, 3, .5);
}

.welcome_speech,
.admission_writeup {
    padding: 2em 3em 8px;
    font-size: large;
    word-wrap: break-word;
    text-align: center;
    box-sizing: border-box;
}

.admission_writeup {
    line-height: 1.5;
}

.welcome_speech {
    padding: .5em 2em;
    text-align: justify;
}

.admission {
    flex: 1;
    position: relative;
}

.admission_image {
    width: 40%;
    height: 90%;
    margin: auto 0;
    border-radius: 5px;
}

.tags:active,
.tags:visited,
.tags:checked,
.tags:link {
    color: rgb(129, 129, 129);
}

.btn {
    position: absolute;
    height: 105px;
    width: 90px;
    border-radius: 50%;
    word-wrap: break-word;
    font-size: 1.5em;
    padding: 28px 0 0;
    font-weight: bold;
    right: 22px;
    border: 3px inset #eee;
    text-align: center;
    font-variant: small-caps;
    box-shadow: 1px 2px 2px rgba(50, 50, 100, 0.5);
    line-height: 1;
    margin: 16px -2.75em 0 auto;
    z-index: 100;
    background-color: rgb(37, 37, 66);
    color: #fff;
    cursor: pointer;
    box-sizing: border-box;
}

.enrol_btn {
    bottom: 3.5em;
}

.main {
    padding-bottom: 16px;
}

.main_3 {
    width: 100%;
    margin-top: 16px;
    padding: 16px 1em;
    height: fit-content;
    border-radius: 0;
}

.gallary {
    width: 60%;
    margin: 0 16px;
    box-sizing: border-box;
}

.gar {
    height: 150px;
    width: 100%;
    margin: 0 0 8px;
    border-radius: 5px;
    background-color: #fff;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    contain: content;
}

.gar:last-child {
    margin-bottom: 0;
}

.gar_img_container {
    flex: 1;
    margin-right: 5px;
    contain: content;
    box-sizing: border-box;
}

.gic_image {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.gar_img_container:last-child {
    margin-right: 0;
}

.single_display {
    display: flex;
    flex-direction: column;
    width: 40%;
    height: 465px;
    margin-right: 16px;
    border-radius: 5px;
    contain: content;
    background-color: #fff;
    box-sizing: border-box;
}

.single_display_image {
    height: 100%;
    width: 100%;
}

.single_image_description {
    flex: 1;
    border-top: 5px solid rgba(229, 226, 226, .5);
    padding: 8px 16px;
}

.more_pad {
    padding: 1.5em 1em;
}

.main_4 {
    margin: 32px auto 16px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.testimony_container {
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
}

.testimony_container>div {
    flex: 1;
    margin-right: 5px;
    height: 350px;
    border-radius: 5px;
    text-align: center;
    padding: 16px;
    box-sizing: border-box;
    background-color: #eee;
}

.testimony_container div:last-child {
    margin-right: 0;
}

.pt_image {
    width: 8.5em;
    height: 10em;
    margin: 16px auto;
    border-radius: 50%;
    contain: content;
    border: 4px solid rgba(229, 226, 226, .5);
    box-sizing: border-box;
}

.pt_image img {
    width: 100%;
    height: 100%;
}

.contact_us {
    display: flex;
    width: 100%;
    height: fit-content;
    background-color: rgb(37, 37, 66);
    color: #fff;
}

.contact_us .contact,
.contact_us .payment {
    flex: 1;
    padding: 2em;
}

.contact {
    display: flex;
    flex-direction: column;
    border-right: 2px solid #eee;
}

.onsite {
    flex: 4;
    color: #eee;
}

.online {
    display: flex;
    width: fit-content;
    flex-direction: row;
    text-align: center;
    margin: 16px 0 0 auto;
}

.onsite div img {
    width: 50px;
    height: 55px;
    margin: -5px 8px 0 2px;
}

.divider {
    width: 11%;
    margin: 8px auto 5px 0;
    border: none;
    border-bottom: 4px solid red;
}

.social_handles {
    width: 20px;
    height: 23px;
    margin: 0 4px 0 0;
    cursor: pointer;
    background-color: #eee;
    border-radius: 5px;
    color: #fff;
    contain: content;
    box-sizing: border-box;
}

.social_handle_image {
    width: 100%;
    height: 100%;
}

.social_handles:last-child {
    margin: 0;
}

.developer_contact {
    position: relative;
    text-align: center;
    padding: .75em;
    font-size: .75em;
    background-color: #eee;
    box-sizing: border-box;
}

.whatsapp {
    z-index: 1;
    position: absolute;
    width: 36px;
    height: 36px;
    left: 1.5em;
    top: -1.5em;
    border-radius: 50%;
    background-color: rgb(32, 170, 32);
    box-shadow: 1px 2px 2px rgba(73, 124, 73, 0.658);
    cursor: pointer;
    contain: content;
    box-sizing: border-box;
}

.home {
    z-index: 1;
    position: absolute;
    width: 36px;
    height: 36px;
    cursor: pointer;
    text-decoration: none;
    right: 1.5em;
    top: -1.5em;
    border-radius: 50%;
    background-color: rgb(227, 233, 227);
    box-shadow: 1px 2px 2px rgba(73, 124, 73, 0.658);
    contain: content;
    box-sizing: border-box;
}

.enrolment_form {
    align-items: center;
    position: relative;
    height: fit-content;
    width: 80%;
    margin: 32px auto 16px;
    padding: 16px;
    border-radius: 5px;
    background-color: rgba(229, 226, 226, .5);
    box-sizing: border-box;
}

.sponsorship {
    width: 80%;
    position: relative;
    box-sizing: border-box;
}

.sponsorship_card {
    flex: 1;
    margin: 0 8px 0 0;
    box-sizing: border-box;
}

.sponsorship_card:last-child {
    margin: 0;
}

.donote_btn {
    right: 50.5%;
    top: 35%;
    padding-top: 40px;
    font-size: large;
}

.width-100p {
    width: 100%;
}

.suplist {
    color: rgb(129, 127, 127);
    position: relative;
    cursor: pointer;
}

.sublist {
    display: none;
    position: absolute;
    z-index: 100;
    height: fit-content;
    contain: content;
    border: none;
    border-radius: 0 3px 3px 3px;
    margin: 4px 0 0 16px;
    background-color: rgba(252, 249, 249, 0.5);
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

.sublist li {
    height: 43px;
    width: 150px;
    padding-top: 9px;
    word-wrap: break-word;
    contain: content;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.sublist li:last-child {
    margin: 0;
}

.sublist li a {
    margin: 0;
    color: rgb(37, 37, 66) !important;
    font-size: smaller;
    text-decoration: none;
    box-sizing: border-box;
}

.suplist:hover .sublist {
    display: block;
}

.sublist li:hover {
    background-color: rgb(129, 129, 129);
}


.sublist li:hover a {
    color: #fff !important;
}

.popup_more {
    list-style: none;
    padding: 0 !important;
    margin: 8px 0 0 16px;
}

.popup_more li {
    width: 200px;
    contain: content;
}

.popup_more li a {
    font-size: small;
}

.fixed a {
    color: #fff;
}

.pt_name,
.p_name {
    text-align: right;
    padding: 8px 3px 3px 0;
}

.pt_text {
    text-align: justify;
}

marquee {
    width: 94%;
}

.vision_block {
    padding: .5em;
    width: 75%;
    margin: 0 auto;
}

.vision_block p {
    text-align: justify;
}

.bible_pg {
    font-size: medium;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin: 0 5em 0 10em;
}

.payment p {
    flex: 1;
    margin-right: 8px;
    text-align: center;
    padding: 0 2em;
}