* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


html,
body {
    height: 100%;
    width: 100%;
    background-color: #FFFDE4;
    font-family: "Roboto", serif;
    scroll-behavior: smooth;
}

img {
    width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

.container-sec {
    padding: 0 4vw;
}

.know-more-btn {
    color: #fff;
    text-decoration: underline;
    /* text-underline-offset: 4px; */
    font-size: 24px;
}

.view-btn {
    background-color: #DD2211;
    color: #fff;
    border-radius: 2px;
    padding: 8px 10px;
}

.view-more-btn {
    font-size: 18px;
    color: #535353;
    text-decoration: underline;
}

/* Font START*/

.lora {
    font-family: "Lora", serif;
}

h1 {
    font-family: "Lora", serif;
}

h4 {
    font-family: "Lora", serif;
    font-size: 30px;
    font-weight: 700;
}

h3 {
    font-family: "Lora", serif;
    font-size: 38px;
    font-weight: 700;
}

.mb-80 {
    margin-bottom: 80px;
}


/* Font END */
/* Corner button START */
#myBtn {
    height: 60px;
    width: 60px;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #DD2211;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 50%;
}


/* Corner button END */

/* Title Section START */
.sec-gap {
    margin: 80px 0;
}

.title-sec {
    text-align: center;
    margin-bottom: 32px;
}

.title-sec h3 {
    position: relative;
    display: inline-block;
}

.title-sec h3::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    height: 2px;
    background-color: #FFDD23;
    width: 120%;
    margin-left: -10%;
}

.title-color {
    color: #113366;
}

/* Title Section END */



/* Facilities START */
.facilities {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
}

.facilities .image-container {
    position: relative;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    border-radius: 4px;
}

.facilities img {
    width: 100%;
    height: 100%;
    transition: filter 0.3s ease, box-shadow 0.3s ease;
    border-radius: 4px;
}

.facilities-bg-overlay:hover {
    opacity: 0.8;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.facilities .text-overlay {
    position: absolute;
    bottom: 16%;
    left: 9%;
    color: white;
    font-size: 1rem;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    pointer-events: none;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease;
    font-size: 24px;
    z-index: 2;
}

.facilities .text-overlay-game {
    position: absolute;
    bottom: 9%;
    left: 9%;
    color: white;
    font-size: 1rem;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    pointer-events: none;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease;
    font-size: 24px;
    z-index: 2;
}

.facilities .text-overlay::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0%;
    width: 34px;
    height: 2px;
    background-color: #FFDD23;
    transition: width 0.3s ease;
}

.facilities .text-overlay-game::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0%;
    width: 34px;
    height: 2px;
    background-color: #FFDD23;
    transition: width 0.3s ease;
}

.facilities .image-container:hover .text-overlay::after {
    width: 50px;
    left: 0%;
}

.facilities .image-container:hover .text-overlay-game::after {
    width: 50px;
    left: 0%;
}

.facilities .div1 {
    grid-area: 1 / 1 / 2 / 2;
}

.facilities .div2 {
    grid-area: 1 / 2 / 2 / 3;
}

.facilities .div3 {
    grid-area: 1 / 3 / 2 / 4;
}

.facilities .div4 {
    grid-area: 2 / 1 / 3 / 2;
}

.facilities .div5 {
    grid-area: 2 / 2 / 3 / 3;
}

.facilities .div6 {
    grid-area: 2 / 3 / 3 / 4;
}

.facilities .div7 {
    grid-area: 1 / 4 / 3 / 5;
}

/* Facilities END */


/* Principal's Desk START*/
.principal-desk {
    background-image: url("../images/bg/princi-bg.jpg");
    height: 450px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}

.principal-photo {
    display: flex;
    justify-content: center;
}

.principal-photo img {
    padding: 2%;
    border-radius: 4px;
    border: 2px solid #B2B200;
    width: 280px;
}

.principal-desk .left {
    width: 70%;
    height: 100%;
}

.principal-desk .right {
    width: 30%;
}

.principal-desk .contain {
    background: #0E2D5B99;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    color: #fff;
    margin-left: 24px;
}

.boxes {
    border: 2px solid #B2B200;
    border-radius: 4px;
    padding: 0 12px;
    height: 100%;
    margin: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 8vw;
}

/* Principal's Desk END*/



/* whychoose START*/
.whychoose-sec-gap {

    margin-top: 80px;
}

.whychoose {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    /* grid-gap: 12px;
    margin: 0 12px; */
    overflow-x: hidden;
}

.whychoose h4 {
    font-family: "Lora", serif;
    font-size: 30px;

}




.whychoose .item {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
}

.whychoose .image {
    width: 100%;
    height: 100%;
}


.overlay1:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #113366;

}

.overlay2:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #CCB01C;

}

.overlay3:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #DD2211;

}

.text {
    /* font-family: Arial;
    font-size: 2em; */
    color: white;
    text-shadow: 0.1em 0.1em 0.5em rgba(0, 0, 0, 0.5);
    margin: 0;
    position: absolute;
    padding: 0 16px;
}

/* whychoose END*/
/* Admission Open START*/
.admission-open {
    background-image: url('../images/bg/admission-bg.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    padding: 22px 0;
    display: flex;
    align-items: center;
}
.adm-form {
    width: 50%;
    display: flex;
    justify-content: center;
}

.adm-space {
    padding: 40px 0;
}

.form-container {
  
    background: #FFFFFFD9;
    padding: 25px 24px;
    border: 2px solid #B2B200;
    border-radius: 4px;
}

.admission-open form {
    width: 80%;
}

.form-container .form-group {
    margin-bottom: 14px;
}

.form-control {
    background: transparent !important;
}

.form-control:active {
    background: transparent !important;
}

.form-container .form-select,
.form-container input {
    border: 1px dashed #535353;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    background: transparent !important;
}

.form-container .form-select {
    padding: 0 !important;
}

.form-container .form-select:focus,
.form-container .form-control:focus {

    box-shadow: none !important;
}


.form-container input {
    height: 20px;
}

.admissionSubmit-btn {
    font-size: 15px;
    text-align: center;
    background-color: #DD2211;
    width: 134px;
    height: 40px;
    color: #ffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    /* border-radius: 2px; */
    /* margin-bottom: 18px; */
    margin-top: 16px;
}

/* Admission Open END*/


/* Life on campus START */
#life-on-campus {
    height: 445px;
    background: url('../images/bg/event-bg.jpg');
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.campus-logo {
    width: 300px;
}

.campus-title {
    color: #535353;

    font-size: 30px;
}

.campus-contain {
    /*font-size: 15px;*/
    color: #535353;
   
    
}

.overlay-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70.5%, rgba(0, 0, 0, 0.5) 93.67%);
}


/* EVENT START */

#event .item {
    position: relative;
    display: inline-block;

    transition: border-bottom 0.3s ease, opacity 0.3s ease;
}

#event .item img {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70.5%, rgba(0, 0, 0, 0.5) 93.67%);

}

#event .item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #113366;
    transition: height 0.3s ease;
}

#event .item:hover::after {
    height: 10px;
}

#event .item:hover {

    opacity: 0.8;
}

#event .image-text {
    position: absolute;
    bottom: 26px;
    left: 0;
    padding: 10px;
    color: white;
    font-size: 16px;

    transition: opacity 0.3s ease, bottom 0.3s ease, padding-left 0.3s ease;
}

#event .item:hover .image-text {
    opacity: 1;
    bottom: 24px;
    padding-left: 4px;
}

#event .item:hover .image-text {
    opacity: 1;
}

.overlay-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70.5%, rgba(0, 0, 0, 0.5) 93.67%);
    transition: background-color 0.3s ease;
}


#event .item:hover .overlay-bg {
    background-color: rgba(0, 0, 0, 0);
}

/* EVENT END */



/* Achievers START */
#achievers .item {
    position: relative;
    display: inline-block;

    transition: border-bottom 0.3s ease, opacity 0.3s ease;
}

#achievers .item img {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70.5%, rgba(0, 0, 0, 0.5) 93.67%);

}


#achievers .item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #113366;
    transition: height 0.3s ease;
}

#achievers .item:hover::after {
    height: 10px;
}


#achievers .item:hover {
    opacity: 0.8;
}

#achievers .image-text {
    position: absolute;
    bottom: 26px;
    left: 0;
    padding-left: 8px;
    color: white;
    font-size: 16px;
    transition: opacity 0.3s ease, bottom 0.3s ease, padding-left 0.3s ease;
}

#achievers .item:hover .overlay-bg {
    background-color: rgba(0, 0, 0, 0);
}

#achievers .item:hover .image-text {
    opacity: 1;
    bottom: 24px;
    padding-left: 4px;
}

/* Achievers END */





#btn-events::before {
    width: 20px;
    height: 20px;
    /* Circles are circular */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #222;

    /* Circles over squares */
    z-index: 2;
}




/* Life on campus END */



/* TAKE A TOUR START */
.tour {
    background-image: url('../images/bg/bottom-bg.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    height: 400px;
    /* margin: 0;*/
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    box-shadow: 0px 40px 50px 0px #0000004D;
}

/* TAKE A TOUR END */


/* Footer START */

.footer {
    background: #284775;
    box-shadow: 0px 40px 50px 0px #0000004D inset;
}

footer {
    padding-top: 40px;
}

.footer-logo {
    width: 210px;
    height: auto;

}

footer h5,
ul li a {
    color: #fff !important;
}

.border-top {
    border-top: 1px solid #B2B200 !important;
}


.table {
    --bs-table-bg: transparent;
    --bs-table-color: #fff
}

.day {
    width: 29%;
    padding-left: 0px !important;
}




/* Footer END */

/* Media Screen START */
@media screen and (max-width: 600px) {
    .admission-open h3 {
        font-size: 18px;
    }
    .adm-form{
        width: 100%;
    }
}


@media screen and (max-width: 767px) {

    h3 {
        font-size: 18px;
    }

    
    .pages-name h2 {
        font-size: 18px;
    }

    #event .item {
        width: 100%;
    }

    #achievers .item {
        width: 100%;
    }

    #events-section,
    #achievers-section {
        left: inherit !important;
    }

    .owl-nav {
        padding-left: inherit !important;
        justify-content: center;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel button.owl-dot {
        font-size: 48px !important;
    }

    .admission-open h3 {
        font-size: 30px;
    }

    /* Our Facilities START */
    .facilities {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(7, 0fr);
        grid-row-gap: 8px;
    }

    .facilities .div1,
    .facilities .div2,
    .facilities .div3,
    .facilities .div4,
    .facilities .div5,
    .facilities .div6,
    .facilities .div7 {
        grid-area: auto;
    }

    /* Our Facilities END */

    /* Principal's Desk START */
    .principal-desk {
        flex-direction: column;
        height: auto;
    }

    .principal-desk .left,
    .principal-desk .right {
        width: 100%;
    }

    .principal-desk .contain {
        margin-left: inherit;
    }

    .principal-desk .boxes {
        font-size: 10px;
        padding-top: 74px;
        padding-bottom: 60px;
    }

    .principal-photo {
        margin: 16px 0;
    }


    /* Principal's Desk END */

    /* whychoose START*/
    
     .whychoose{
        grid-template-columns: 1fr;
        grid-template-rows: repeat(6, 1fr);
    }

    .whychoose h4 {
        font-size: 30px;
    }

    .whychoose p {
        font-size: 16px;
    }

    /* whychoose END*/

    /* Admission open START */
    .form-container {
        width: 100%;
    }

    .admission-open form {
        width: 100%;
    }

    form-select {
        padding-left: 0 !important;
    }


    /* Admission open END */
    .centered {
        width: 100% !important;
        margin-left: inherit !important;

    }

    .campus-contain {
        font-size: 16px !important;
        
    }



    /* .campus-title {
        font-size: 18px;
    } */

    /* TAKE A TOUR START */
    .tour {
        height: 300px;
    }

    /* TAKE A TOUR END */
    .text-content h3 {
        font-size: 30px !important;
    }


}

@media screen and (min-width: 768px) {
    .facilities .text-overlay {
        font-size: 16px;
        bottom: 24%;
    }

    .facilities .text-overlay-game {
        font-size: 16px;
        bottom: 12%;
    }

}

@media only screen and (min-width: 1200px) {
    p {
        font-size: 16px;
       
    }

    .pages-name h2 {
        font-size: 38px;
    }

    #btn-events {
        font-size: 26px;
    }

    #btn-achievers {
        font-size: 26px;
    }



}

@media screen and (min-width: 768px) and (max-width: 1200px) {

 .whychooseus-title{
        font-size: 20px !important;
    }
    .whychooseus-contain{
        font-size: 12px !important;
    }
    .know-more-btn{
        font-size: 12px !important;
    }


    /* Principal's Desk START */
    .principal-desk .left {
        padding: 20px 0;
    }

    .principal-desk .left,
    .principal-desk .right {
        width: 100%;
    }

    .principalDesk {
        font-size: 20px;
    }

    .principal-info {
        font-size: 12px;
    }

    .know-more-btn {
        font-size: 14px;
    }

    .principal-photo img {
        width: 300px;
    }

    .boxes {
        padding: 0 5%;
    }

    /* Principal's Desk END  */


    /* Admission open START */
    .form-container {
        width: 100%;
    }

    .admission-open form {
        width: 100%;
    }

    .typing-text {
        font-size: 2rem !important;
    }

    /* Admission open END */

    /* TAKE A TOUR START */
    .tour {
        height: 350px;
    }

    /* TAKE A TOUR END */


}

@media only screen and (min-width: 1800px) {

    #event .image-text {
        font-size: 20px;
    }

    #event .item {

        width: 300px;

    }

    #achievers .item {

        width: 300px;

    }

    #achievers .image-text {
        font-size: 20px;
    }
    li{
font-size:20px;
    }

    p {
        font-size: 20px;
    }

    .pages-name h2 {
        font-size: 60px;
    }

    .sec-gap {
        margin: 126px 0;
    }

    h3 {
        font-size: 60px;
    }

    .know-more-btn {
        font-size: 28px;
    }

    /* Our Facilities START */
    .facilities .text-overlay {
        font-size: 28px;
        bottom: 20%;
    }

    .facilities .text-overlay-game {
        font-size: 28px;
        bottom: 10%;
    }

    /* Our Facilities END */

    /* principal's Desk START */
    .principal-desk {
        height: 720px;
    }

    .principalDesk {
        font-size: 48px;
    }

    .principal-info {
        font-size: 24px;
    }

    .principal-photo img {
        width: 448px;
    }


    /* principal's Desk END */

    /* Why Choose START */
    .whychoose h4 {
        font-size: 40px;
    }



    /* Why Choose END */

    /* Admission Open START */
    .admission-open {
        height: 784px;
    }

   

    .form-container input {
        height: 32px;
    }

    .admissionSubmit-btn {
        font-size: 20px;
        width: 214px;
        height: 62px;
    }

    .admission-open .form-container label {
        font-size: 24px;
    }

    .admission-open .form-container select {
        font-size: 24px;
    }


    /* Admission Open END */

    #life-on-campus {
        height: 580px;
    }

    .campus-logo {
        width: 488px;
    }

    .centered {
        top: 68%;
    }

    .campus-title {
        font-size: 48px;
    }

    .campus-contain {
        font-size: 24px;
    }

    .owl-nav {
        margin-left: 100px;
        font-size: 44px;
    }

    #btn-events {
        font-size: 28px;
    }

    #btn-achievers {
        font-size: 28px;
    }


    .tour {
        height: 500px;
    }

    .tour .title {
        font-size: 60px;
    }

    .tour-contain {
        font-size: 25px;
    }

    .view-btn {
        font-size: 24px;
        padding: 12px 16px;
    }

    .view-more-btn {
        font-size: 28px;
        color: #535353;
        text-decoration: underline;
    }

    footer h5 {
        font-size: 28px;
    }

    footer .nav-link,
    footer .nav-link,
    footer .nav-link span {
        font-size: 20px;
    }

    .footer-logo {
        width: 224px;
        height: auto;
    }

    .text-content p {
        font-size: 24px !important;
        margin-top: 26px;
    }

    .student-image {
        width: 760px !important;
    }

    .firstimage-container {
        left: 9% !important;
    }

    .text-content {
        width: 100% !important;
        left: 72px !important;
    }

    .second-image {
        width: 910px !important;
    }

}

@media (min-width: 601px) and (max-width: 900px) {
    .facilities {
        grid-column-gap: 3vw;
        /* Moderate gap for medium-sized screens */
        grid-row-gap: 3vh;
        /* Moderate gap for medium-sized screens */
    }
}



/* Media Screen END */








/* Events and Achievers START */

.owl-nav button:hover {
    background-color: transparent !important;
    color: inherit !important;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    font-size: 28px;
}

/* Add active button color */
#btn-events,
#btn-achievers {
    border-radius: 0;
    border: none;
    font-family: lora;

}

.centered {
    width: 22vw;
    margin-left: 60px;

}

.campus {
    position: relative;
    /* text-align: center; */
    color: white;
}

.border-bottom {
    border-bottom: 2px solid #FFDD23 !important;
}

.owl-nav button {
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 5px 10px;
}

.owl-dot {
    display: none !important;
}

#events-section,
#achievers-section {
    left: -20%;
    position: relative;
}

.owl-nav button {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.owl-nav button img {
    width: 28px;
    height: 28px;
}

.owl-nav button img:hover {
    color: transparent !important;
}


.owl-nav {
    display: flex;
    padding-left: 24%;
    font-size: 28px;
}

.events-achievers {
    display: flex;
    flex-direction: column;

    justify-content: center;
}

/* Events and Achievers END */

@media only screen and (max-width: 600px) {

    #events-section,
    #achievers-section {
        position: inherit;
    }

    .owl-nav {
        display: block;
        padding-left: inherit;
    }


}




.top-header {
    background-color: #e0e0e0;
    /* padding: 7px 0; */
    border-bottom: 1px solid #ddd;
    padding-top:5px;
}

.top-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-header .notice {
    position: absolute;
    left: 20%;
    width: 40%;
}

.top-header .contact-info span,
.top-header .contact-info a {
    font-size: 0.9rem;
    color: #333;
    margin-right: 15px;
}

.top-header .contact-info i {
    margin-right: 5px;
}



.top-header .school-name {
    font-weight: bold;
    font-size: 1.5rem;
    color: #333;
}

.top-header .contact-info {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    z-index: 4;
}

.top-header .contact-info span,
.top-header .contact-info a {
    font-size: 15px;
    color: #333;
}

.top-header .contact-info i {
    margin-right: 5px;
}

nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 14px;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;

}

nav.sticky {
    background: #284775;
    height: 95px;
    padding: 0px;

}

nav.sticky .logo img {
  
    margin-top: 35px;
}

nav.sticky h1 {
    display: none;
}

nav .nav_content {
    height: 100%;
    /* max-width: 1440px; */
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav .nav_content .logo img {
    position: relative;
    top: -17px;
    
}



nav .nav_content .text {
    left: 65px;
    font-weight: bold;
    position: relative;
    transform: translate(-50%, -50%);
}

nav .nav_content .text h1 {
    font-size: 20px;

}

nav .nav_content .nav_links {
    display: flex;
    align-items: center;

}

nav .nav_links li {
    list-style: none;
    margin: 0 8px;
    color: #fff;
}

nav .nav_links a {
    font-size: 19px;
    font-weight: 500;
    color: #ffffff;
    /* background: red; */
    padding: 4px 7px;
    text-decoration: none;
    transition: all 0.3s ease;
}

nav .nav_links a:hover {
    color: #979fa0;
}

.container-sec {
    padding: 0 4vw;
}

.about {
    position: relative;
    margin-top: -58px;
}

.container-about {
    display: flex;
    padding: 0 4vw;
}

.text-content {
    background-color: #002c5f;
    color: white;
    padding: 40px 57px 100px 57px;
    border-radius: 4px;
    width: 100%;

    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 2;
    /* left:63px; */

}


.text-content h1 {
    font-size: 1.8em;
    margin-bottom: 15px;
}

.text-content p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.7;
   

}

.text-content .aboutbtn {

    font-size: 24px;
    text-decoration: underline;
    color: #ffff;
    font-family: "Lora", serif;
    margin-left: -2px;
}


/* First Image Section */
.firstimage-container {
    display: flex;
    justify-content: center;
    margin: -70px 27px 0;
    /* Overlapping with banner */
    z-index: 2;
    position: relative;
}

.student-image {
    width: 100%;
    box-shadow: 16px 48px 64px 0px #1A3F764D;
    border-radius: 4px;
}

/* Second Image Section */
.second-image-container {

    margin-top: -122px;
    position: relative;
    right: 88px;

}

.second-image {
    width: 645px;
    text-align: center;
    box-shadow: 16px 48px 64px 0px #1A3F764D;
    border-radius: 4px;

}

@media screen and (max-width: 600px) {
    .second-image-container {

        margin-top: -38px;
        position: relative;
        right: -7px;
    }

    .second-image {
        width: 100%;
    }

    .container-about {
        flex-direction: column;
    }

    .typing-text {
        margin-left: 37px !important;
        font-size: 1rem !important;
    }

    .button-sec {
        bottom: 33% !important;
        margin-left: -60px;
    }

}

.slider {
    position: relative;

}

#hero-video {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.video-layer {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(to top right, rgba(255, 0, 0, 0.5), rgba(0, 0, 255, 0.5)); */
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 10.54%, rgba(0, 0, 0, 0.09) 100%);
    pointer-events: none;
    /*z-index: 1;*/
}

.video-text {
    position: absolute;
    bottom: 80px;
    left: 150px;
}

/*body {
    overflow-x: hidden;
}*/
/* Side Slider Form */
.sidebar-form {
    position: fixed;
    top: 65%;
    right: -350px;
    width: 350px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    border-radius: 8px 0 0 8px;
    background-color: #fff;
    padding: 20px;
    transform: translateY(-50%);
    transition: right .4s linear;
    z-index: 100;
}

.sidebar-form.show {
    right: 0;
    width: 307px;
}

.sidebar-form .call-action {
    position: absolute;
    background-color: #990000;
    font-family: '';
    font-weight: 400;
    color: #fff;
    width: 150px;
    height: 64px;
    text-align: center;
    cursor: pointer;
    left: -95px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    padding: 5px;
}

.sidebar-form h3 {
    font-family: 'montserrat';
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
    color: var(--red);
}

.sidebar-form .form-group {
    margin-bottom: 10px;
}

.sidebar-form .form-group label {
    font-family: 'roboto';
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 2px;
    color: #333;
}

.sidebar-form #submit-btn {
    width: 100%;
    border: none;
    margin-top: 8px;
    background-color: #990000;
    color: var(--white);
    padding: 7px;
    font-family: 'roboto';
    font-weight: 400;
    cursor: pointer;
}

@media (max-width: 1024px) {
    nav{
        background: #284775;
        position: static;
    }
    nav .nav_content .logo img {
        top: 0px;
    }

    /* .ftco-navbar-light {
        background: #284775 !important;
        top: 0;
        position: relative;
        overflow: auto;
    } */

    nav.sticky {
        background: #284775;
        height: auto;
    }

    nav .nav_content .logo {
        position: relative;
        margin-right: 10px;
        text-align: center;
    }

    nav .nav_content {
        display: block;

    }

    nav .nav_content .text {
        margin-top: 15px;
        left: 50%;
    }

    .top-header .notice {
        display: none;
    }

    .container-about {
        flex-direction: column;
    }

    .right-section {
        width: 100% !important;
    }

    .typing-container {
        top: 20% !important;
    }

    .button-sec {
        bottom: 31% !important;
    }

    .second-image-container {
        right: 0;
    }

    .second-image {
        width: 100%;
    }

    .text-content p {
        font-size: 20px !important;
        margin-top: 25px;
    }



}

.left-section {

    width: 100%;
    /* padding: 50px; */
    /* display: flex; */
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* height: 734px;
    width: 949px; */
}

.right-section {
    /* background: linear-gradient(to right, #f0f8ff, #fff7e6); */
    width: 50%;
    /* display: flex; */
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* padding: 50px; */

}





/* Pages START */

.container-pages-sec {
    padding: 0 6vw;
    margin-top: 40px;
}

.pages-title {
    position: relative;
    text-align: center;
    color: white;
}

.pages-name {
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pages-name h2::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    height: 2px;
    background-color: #FFDD23;
    width: 120%;
    margin-left: -10%;

}


.breadcrumb {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.breadcrumb ol li a {
    font-size: 12px !important;
}

.breadcrumb-item {
    margin-right: 5px;
    font-size: 12px;
}

.breadcrumb-item+.breadcrumb-item::before {

    content: "\003E";
    margin-right: 5px;

}

.breadcrumb-item a {
    text-decoration: none;
    color: #545454;


}

.breadcrumb-item.active {
    color: #000000;
    font-weight: 500;
}

.contain-sec {
    margin-top: 32px;
}


.affiliated ul li {
    color: #113366;
    font-size: 20px;
    font-weight: 400;
}




.contact-us-bg {
    background-image: url("../images/bg/contact-bg.png");
    width: 100%;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

/* .contact{
    padding: 2vw 6vw;
} */
.contact-sec {
    display: flex;
    padding: 2vw 8vw;
}

.sub-text {
    font-size: 18px;
    color: #CCB01C;
}

.pages-title-sec {
    position: relative;
}

.pages-title-sec h3::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0%;
    width: 14%;
    height: 2px;
    background-color: #FFDD23;
    transition: width 0.3s ease;

}




.connect-with-us {
    width: 50%;
    background-image: url("../images/connect-with-us-bg.png");
    background-color: #113366;
    /* width: 720px; */
    height: auto;
    padding-top: 12px;
    padding-left: 38px;
    padding-right: 90px;
    padding-bottom: 28px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.connect-with-us ul li {
    margin-bottom: 16px;
}

.get-in-touch {
    width: 50%;
    height: auto;
    background-color: #ffff;
    color: black;
    padding: 12px 30px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.get-in-touch input {
    background-color: #E5E5E5;
}

.map {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 600px) {
    .contact-sec {
        flex-direction: column;
    }

    .connect-with-us,
    .get-in-touch {
        width: 100%;
    }

    .map iframe {
        width: 269px;
        height: 179px;
    }

    .connect-with-us {
        padding: 16px 12px;
        height: inherit;
    }

    .contact-us-bg {
        height: inherit;
    }

    .contact-sec {
        padding: 16px;
    }
}

/* Pages END */



.contact-icon {
    margin-right: 8px;

}

.connect-sec {
    display: flex;

}

.connect-sec-gap {
    margin-bottom: 18px;
}

.get-in-touch .form-group {
    margin-top: 9px;
}

.events {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 32px;
}

.event-card {
    flex: 1 1 1;
    flex-basis: 278px;
    display: flex;
    flex-direction: column;
    width: 48%;
    /* Two cards side by side */
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
}

.event-card img {
    width: 100%;
    height: 220px;
   object-fit: cover;
}

.event-content {
    padding: 24px 16px;
    font-size: 15px;
}

.event-info {
    display: flex;
    justify-content: space-between;
    margin: 17px 0 24px;
    font-size: 14px;
    color: #777;
}

.event-info span i {
    margin-right: 8px;
    font-size: 14px;
}

.eventbtn {
    display: block;
    padding: 8px 16px;
    background-color: #ffc107;
    border: 1px solid black;
    color: #000;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
}

.eventsidebar .contact {
    margin-top: 20px;
    background: #EE8F7B;
    padding: 15px;
    border-radius: 5px;
    font-size: 15px;
    width: 250px;
}

.eventsidebar .contact i {
    margin-right: 6px;
}

.eventsidebar .contact p {
    font-size: 15px;
}

.address {
    padding-left: 20px;
}

.applybtn {
    background-color: white;
    color: #333;
    border: none;
    border-radius: 5px;
    padding: 8px 10px;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.applynow {
    position: relative;
    right: -25%;
}

ul.dashed {
    list-style-type: none;
}

ul.dashed>li {
    text-indent: -5px;
}

ul.dashed>li:before {
    display: inline-block;
    content: "-";
    width: 1em;
    margin-left: -1em;
}

.menulist {
    background: #E5D780;
    width: 250px;
    padding: 15px;
    border-radius: 5px;
    margin-top: 50px;
}

.menulist li {
    font-size: 16px;
    color: #555;
    margin-bottom: 10px;
    cursor: pointer;
    transition: color 0.3s ease;

}

.menulist li a {
    color: #000 !important;
    font-size: 15px;
}

.eventsidebar .contact span {
    line-height: 1rem;
}

/* Pagination Part */
.center {
    text-align: center;
}

.pagination {
    display: inline-block;
    margin-top: 40px;

}

.pagination a {
    font-size: 20px;
    font-family: lora;
    float: left;
    text-decoration: none;
    padding: 5px 16px;
    color: #000;
    transition: .2s;
    border-radius: 50%;
}

.pagination a.active {
    background-color: #4CAF50;
    color: white;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

/* gallery page start */
.gallery {
    display: flex;
    flex-wrap: wrap;
    margin-top: 32px;
    justify-content: center;
}

.gallery-item {
    flex: 1 1 1;
    flex-basis: 291px;
    margin: .5em;
    width: 250px;
    height: 250px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 12px;
}

.gallery .gallery-item .gallery-desc {
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 25px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.gallery .gallery-item .gallery-desc h3 {
    margin-bottom: 12px;
    font-size: 24px;
    transition: all 0.3s ease 0s;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
}

.gallery .gallery-item .gallery-desc h3 a {
    color: #ffffff;
}

.gallery .gallery-item .gallery-desc p {
    color: #e1e1e1;
    margin-bottom: 30px;
    transition: all 0.3s ease 0s;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
}


.gallery .gallery-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(33, 33, 33, 0.8);
    opacity: 0;
    transition: all 0.3s ease 0s;
}

.gallery .gallery-item:hover:before {
    opacity: 1;
}

.gallery .gallery-item:hover h3,
.gallery .gallery-item:hover p,
.gallery .gallery-item:hover .image-popup {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.gallery .row {
    margin-bottom: 30px;
}

.gallery-item .thumb {
    display: inline-block;
    width: 100%;
    height: 100%;

    min-height: unset;
    text-align: center;
    background-color: #333;
    transition: filter 500ms, transform 500ms;
}

.ie-fix .gallery-item .thumb {
    width: auto;
}

.gallery-item .placeholder {
    filter: blur(20px);
}

.lightbox-wrapper {
    display: none;
    background-color: #2e2e35;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.lightbox {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: white;
}

.lightbox .lightbox-header {
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 1em;
    font-weight: 600;
    text-align: center;
}

.lightbox .lightbox-header>* {
    opacity: .75;
}

.lightbox .lightbox-close {
    position: relative;
    height: 1.85rem;
    width: 1.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    padding: 0;
    border: none;
}

.lightbox .lightbox-close::before,
.lightbox .lightbox-close::after {
    position: absolute;
    content: "";
    height: 4px;
    width: 80%;
    background-color: #fff;
}

.lightbox .lightbox-close::before {
    transform: rotate(-45deg);
}

.lightbox .lightbox-close::after {
    transform: rotate(45deg);
}

.lightbox .lightbox-close:hover {
    opacity: 1;
}

.lightbox .lightbox-slides-wrapper {
    flex-grow: 1;
    display: flex;
    overflow: hidden;
    position: relative;
}

.lightbox .lightbox-arrow {
    position: absolute;
    top: 50%;
    width: 4rem;
    height: 4rem;
    padding: .5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.5em;
    opacity: .75;
    cursor: pointer;
    filter: drop-shadow(0 0 7px #000);
}

.lightbox .lightbox-arrow:hover {
    opacity: 1;
}

.lightbox .lightbox-arrow.arrow-left {
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='53' viewBox='0 0 32 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 26.5L27.3171 0L32 4.54286L9.36585 26.5L32 48.4571L27.3171 53L0 26.5Z' fill='white'/%3E%3C/svg%3E");
}

.lightbox .lightbox-arrow.arrow-right {
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='53' viewBox='0 0 32 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M32 26.5L4.68293 53L0 48.4571L22.6341 26.5L3.83911e-06 4.54286L4.68293 0L32 26.5Z' fill='white'/%3E%3C/svg%3E");
}

.lightbox .lightbox-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    transition: all 0ms ease;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.lightbox .lightbox-slide[data-state="prev"] {
    transform: translateX(-100%);
    opacity: 0;
}

.lightbox .lightbox-slide[data-state="next"] {
    transform: translateX(100%);
    opacity: 0;
}

.lightbox .lightbox-image {
    display: none;
    max-width: 525px;
    max-height: 500px;
}

.lightbox .spinner {
    display: none;
}

/* gallery page end */

.mb-8 {
    margin-bottom: 8px;
}

/* video page start */
.video {
    display: flex;
    flex-wrap: wrap;
    margin-top: 32px;
    justify-content: center;
}

.video-item {
    flex: 1 1 1;
    flex-basis: 284px;
    margin: .5em;
    width: 250px;
    height: auto;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.video .video-item .video-desc {
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 25px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.video .video-item .video-desc p {
    color: #e1e1e1;
    margin-bottom: 30px;
    transition: all 0.3s ease 0s;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
}

.video .video-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(33, 33, 33, 0.8);
    opacity: 0;
    transition: all 0.3s ease 0s;
}

.video .video-item:hover:before {
    opacity: 1;
}

.video .video-item:hover p {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

/* video page end */

.eventdetails-box {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 16px;
    max-width: 800px;
    margin: 20px auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.eventdetails-image {
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 16px;
}

.event-image {
    display: block;
    width: 100%;
   
    
}

.event-description {
    font-size: 20px;
    margin-bottom: 12px;
    line-height: 1.5;
}

.event-footer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    color: #666;
    border-top: 1px solid #ddd;
    padding-top: 8px;
    gap: 16px;
}

.event-footer span {
    display: flex;
    align-items: center;
}

.event-footer span i {
    margin-right: 8px;
}

.dropdown-menu {
    padding: 0;
    margin: 0;
    list-style: none;

    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    height: 0;
    /* overflow: hidden; */
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    height: auto;
    opacity: 0;
}

.dropdown-menu .dropdown-item {
    color: #000 !important;
}

.dropdown-menu .dropdown-item:hover {
    color: #323232;
    background: rgba(0, 0, 0, .04);
}

.dropdown:hover>.dropdown-menu,
.dropend:hover>.dropdown-menu {
    display: block;
    margin-top: 0.125em;
    margin-right: 0.125em;
    opacity: 1;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, .18);
    box-shadow: 0 3px 4px rgba(0, 0, 0, .18);
}

.navbar-nav {
    gap: 15px;
}

.nav-link {
    color: #000;
    font-size: 17px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    /* color: #fffde4 !important; */
    border-bottom: 2px solid #be9944;
}

.nav-link:hover {
    color: #FBCF21;

}

.btn-model {
    background-color: #990000;
    color: #fff;
}

.btn-model:hover {
    background-color: #990000;
    color: #fff;
}


.typing-container {
    position: absolute;
    bottom: 40%;
    /* left: 150px; */
    font-size: 24px;
    overflow: hidden;
    white-space: nowrap;
    width: 0;
    /* border-right: 3px solid #ffff;  */
    animation: typing 4s steps(40) 1s forwards, blink 0.75s step-end infinite;
    color: #fff;
    z-index: 1;
}

@keyframes typing {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@keyframes blink {

    0%,
    100% {
        border-color: transparent;
    }

    50% {
        border-color: black;
    }
}

.typing-text {
    margin-left: 100px;
    font-size: 3.8rem;
}


.button-sec {
    position: absolute;
    bottom: 35%;
    z-index: 1;
}

.banner-button {
    border: 2px solid #fff;
    border-radius: 0px;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    padding: 10px 25px;
    text-transform: uppercase;
    margin-left: 100px;
}

.banner-button:hover {
    background: #ffff;
    color: #000;
}




.facilities-bg-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70.74%, rgba(0, 0, 0, 0.5) 91.47%);

    transition: background-color 0.3s ease;
    border-radius: 4px;

}


.share .center{
    position: fixed;
    bottom: 30px;   
    left: 40px;
    transform: translate(-50%,-50%);
    z-index: 10;
}
.share .center .box{
    position: relative;
    width: 0px;  height: 0px;
    /* background: #fff; */
    transition: .5s;
    border-radius: 50px;
    transition-delay: .9s; 
   
}
.share .center .box.active{
    /* width: 300px;   */
    width: 84px;  
    height: 154px;
    border-radius: 0px;
    transition-delay: 0s;
    bottom: 112px;
}
.share .center .box ul{
    position: relative;
    width: 100%;  height: 100%;
    transform: scale(0);
    transition: .5s;
    transition-delay: 0s;
    padding-left: 0;
}
.share .center .box.active ul{
    transform: scale(1);
    /* transition-delay: .8s; */
}
.share .center .box ul li{
    list-style: none;
    width: 100%;
    /* border-bottom: 1px solid #262626; */
}
.share .center .box ul li a{
    position: relative;
    display: flex;
    /* display: inline-block; */
    width: 100%;
    padding: 5px 20px;
    box-sizing: border-box;
    text-decoration: none;  text-transform: uppercase;
    transition: 1s;
}
.share .center .box ul li a span:nth-child(2){
    color: #262626;
}
.share .center .box ul li a span:nth-child(1){
    color: #fff;   
    width: 100%;   
    height: 100%;
    text-align: center;   line-height: 30px;
    display: inline-block;
}


.share .center .box ul li a:hover{
    transform: scale(1.6);
}



.share .center .toggle{
    position: absolute;
    left: 50%;   bottom: 0;
    transform: translate(-50%,50%);
    width: 62px;  height: 40px;
    background: rgb(221, 34, 17);
    text-align: center;   
    /* line-height: 40px; */
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}
.share .center .toggle span{
    /* display: block; */
    width: 100%;  
    height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .9s;
}

.share .center{
    position: fixed;
    bottom: 30px;   
    left: 40px;
    transform: translate(-50%,-50%);
    z-index: 10;
}
.share .center .box{
    position: relative;
    width: 0px;  height: 0px;
    /* background: #fff; */
    transition: .5s;
    border-radius: 50px;
    transition-delay: .9s; 
   
}
.share .center .box.active{
    /* width: 300px;   */
    width: 90px;  
    height: 154px;
    border-radius: 0px;
    transition-delay: 0s;    
}
.share .center .box ul{
    position: relative;
    width: 100%;  height: 100%;
    transform: scale(0);
    transition: .5s;
    transition-delay: 0s;
    padding-left: 0;
}
.share .center .box.active ul{
    transform: scale(1);
    /* transition-delay: .8s; */
}
.share .center .box ul li{
    list-style: none;
    width: 100%;
    /* border-bottom: 1px solid #262626; */
}
.share .center .box ul li a{
    position: relative;
    display: flex;
    /* display: inline-block; */
    width: 100%;
    padding: 5px 20px;
    box-sizing: border-box;
    text-decoration: none;  text-transform: uppercase;
    transition: 1s;
}
.share .center .box ul li a span:nth-child(2){
    color: #262626;
}
.share .center .box ul li a span:nth-child(1){
    color: #fff;   
    width: 100%;   
    height: 100%;
    text-align: center;   line-height: 30px;
    display: inline-block;
}


.share .center .box ul li a:hover{
    transform: scale(1.6);
}



.share .center .toggle{
    position: absolute;
    left: 50%;   bottom: 0;
    transform: translate(-50%,50%);
    width: 62px;  height: 40px;
    background: rgb(221, 34, 17);
    text-align: center;   
    /* line-height: 40px; */
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}
.share .center .toggle span{
    /* display: block; */
    width: 100%;  
    height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .9s;
}


.page-image-container {
    float: right;
    margin-left: 22px;
    margin-bottom: 8px;
}
.page-img {
    width: 220px;
    height: auto;
    border-radius: 4px;
    object-fit: cover;
}
.page-content{
    hyphens: auto;
    text-align: justify;
 }
@media (max-width: 768px) {
    .page-image-container  {
        float: none;
        display: block;
        margin: 0 auto 20px;
        text-align: center;
    }
}

.pages-about {
    width: 60%;
}


.modal-header{
border-bottom: none !important;
}