@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 16px;
    /* color: #131315; */
    /* color: #191970; */
    text-decoration: none;
}

body {
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* overflow: hidden;
    height: 100vh; */

    /* background-color: #F0AAAA;
    background-image: radial-gradient(59% 59% at 50% 41%, #FACF9C 0%, #D55E72 100%); */
}

* {
    color: #262626;
}

body {
    background-color: #5BB9C1;
    background-image: -o-linear-gradient(top, #5BB9C1 0%, #B8E1E5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5BB9C1), to(#B8E1E5));
    background-image: linear-gradient(180deg, #5BB9C1 0%, #B8E1E5 100%);
}

.mb_80 {
    margin-bottom: 80px;
}
.mt_40 {
    margin-top: 40px;
}

 .mb_40 {
    margin-bottom: 40px;
}
.mt_20 {
    margin-top: 20px;
}

.hb_navl {
    position: sticky;
    z-index: 3;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
 

.nav_bar,
.mob_sec_navbar {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* opacity: 0.1;
    visibility: hidden; */
    /* background-color: #EBF0FF; */
}

.text-white{
    --color-default-state: #ffffff;
    }
.comp_sh {
    -webkit-filter: drop-shadow(1px 1px 8px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(1px 1px 8px rgba(0, 0, 0, 0.25));
}

/* text div com */

.text_div {
    /* width: 90%; */
    margin: 80px auto 0px;
}

.td_title {
    font-weight: 300;
    font-size: 40px;
    margin-bottom: 24px;
}

.td_sub_title {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 24px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    z-index: 1;
}

.td_ptag {
    font-weight: 400;
    font-size: 18px;
    text-align: justify;
}

/* bg grain  */

.bg {
    z-index: -1;
    position: fixed;
    top: -50%;
    left: -50%;
    right: -50%;
    bottom: -50%;
    width: 200%;
    height: 200vh;
    background: transparent url('http://assets.iceable.com/img/noise-transparent.png') repeat 0 0;
    background-repeat: repeat;
    -webkit-animation: bg-animation .2s infinite;
    animation: bg-animation .2s infinite;
    opacity: .9;
    visibility: visible;
}

@-webkit-keyframes bg-animation {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    10% {
        -webkit-transform: translate(-5%, -5%);
        transform: translate(-5%, -5%)
    }

    20% {
        -webkit-transform: translate(-10%, 5%);
        transform: translate(-10%, 5%)
    }

    30% {
        -webkit-transform: translate(5%, -10%);
        transform: translate(5%, -10%)
    }

    40% {
        -webkit-transform: translate(-5%, 15%);
        transform: translate(-5%, 15%)
    }

    50% {
        -webkit-transform: translate(-10%, 5%);
        transform: translate(-10%, 5%)
    }

    60% {
        -webkit-transform: translate(15%, 0);
        transform: translate(15%, 0)
    }

    70% {
        -webkit-transform: translate(0, 10%);
        transform: translate(0, 10%)
    }

    80% {
        -webkit-transform: translate(-15%, 0);
        transform: translate(-15%, 0)
    }

    90% {
        -webkit-transform: translate(10%, 5%);
        transform: translate(10%, 5%)
    }

    100% {
        -webkit-transform: translate(5%, 0);
        transform: translate(5%, 0)
    }
}

@keyframes bg-animation {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    10% {
        -webkit-transform: translate(-5%, -5%);
        transform: translate(-5%, -5%)
    }

    20% {
        -webkit-transform: translate(-10%, 5%);
        transform: translate(-10%, 5%)
    }

    30% {
        -webkit-transform: translate(5%, -10%);
        transform: translate(5%, -10%)
    }

    40% {
        -webkit-transform: translate(-5%, 15%);
        transform: translate(-5%, 15%)
    }

    50% {
        -webkit-transform: translate(-10%, 5%);
        transform: translate(-10%, 5%)
    }

    60% {
        -webkit-transform: translate(15%, 0);
        transform: translate(15%, 0)
    }

    70% {
        -webkit-transform: translate(0, 10%);
        transform: translate(0, 10%)
    }

    80% {
        -webkit-transform: translate(-15%, 0);
        transform: translate(-15%, 0)
    }

    90% {
        -webkit-transform: translate(10%, 5%);
        transform: translate(10%, 5%)
    }

    100% {
        -webkit-transform: translate(5%, 0);
        transform: translate(5%, 0)
    }
}

/* bg grain  */


.canvas_div {
    position: fixed;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 32px;
}

#canvas {
    opacity: 0.4;
    /* transition: opacity .9s .6s linear; */
}

/* .main_container {
    margin-bottom: 40px;
} */

/* .main_container {
    opacity: 0.1;
    margin-top: 150%;
    transition: all .9s ease-out;
} */

.ul_section {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 40px;
}

.li_section {
    margin-left: 24px;
    font-weight: 400;
    font-size: 18px;
    text-align: justify;
}

/* body_overlay------- start */

.body_overlay {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    width: 100vw;
    height: 100vh;
    background: rgb(57 122 202 / 40%);
    cursor: pointer;
}

.active_overlay .body_overlay {
    visibility: visible !important;
}

/* body_overlay------- end */

/* slider------------ */

.main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* min-height: 95vh; */
}

.carousel {
    --color-default-state: #ffffff;
    --color-active-state: #397ACA;
    position: relative;
    width: 90vw;
    /* height: 80vmin; */
    height: 470px;
}

.carousel_track-container {
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.carousel_track {
    position: relative;
    width: inherit;
    height: inherit;
    margin: 0;
    padding: 0;
    list-style: none;
}

.carousel_slide,
.carousel_image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
}

.carousel_slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5% 12% 8%;
    text-align: center;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.carousel_slide.is-selected {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.carousel_slide.is-selected~.carousel_slide {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.carousel_image {
    z-index: -1;
}

.carousel_image>img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border: none;
}

.carousel_title {
    font-weight: 400;
    font-size: 48px;
    /* color: #ffffff; */
}

.carousel_btn,
.carousel_dot {
    z-index: 1;
    padding: 0;
    cursor: pointer;
    border: none;
}

.carousel_btn {
    position: absolute;
    top: 50%;
    background-color: transparent;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.carousel_btn:focus,
.carousel_dot:focus,
.carousel_btn:active,
.carousel_dot:active {
    outline: none;
}

.carousel_btn>* {
    pointer-events: none;
}

.carousel_btn svg {
    fill: var(--color-default-state);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: fill .2s;
    -o-transition: fill .2s;
    transition: fill .2s;
}

.carousel_btn:hover svg {
    fill: var(--color-active-state);
}

.jsPrev {
    left: 10px;
}

.jsNext {
    right: 10px;
}

.jsPrev svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.jsNext svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.carousel_nav {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.carousel_dot {
    width: 14px;
    height: 8px;
    border-radius: 2px;
    background-color: var(--color-default-state);
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
}

.carousel_dot+.carousel_dot {
    margin-left: 8px;
}

.carousel_dot.is-selected {
    background-color: var(--color-active-state);
    width: 24px;
}

.poem_span {
    font-style: italic;
    font-size: 18px;
}


.toggle-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 8px;
    gap: 6px;
    /* background-color: rgb(255, 255, 255); */
    /* border-radius: 5px; */
    cursor: pointer;
}

.line {
    width: 42px;
    height: 4px;
    /* border-radius: 5px; */
    background-color: white;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}


/* .toggle {
    background-color: #ffffff;
} */

.nav_link a {
    font-size: 18px;
    font-weight: 600;
    color: #6b6b6b;
}

.active_link a {
    font-weight: 700;
    color: #397ACA;
}

#logo_text {
    fill: #ffffff;
    /* fill: #397ACA; */
}

/* .toggle #logo_text {
    fill: #397ACA;
} */





.toggle .nav_menu {
    padding: 16px 32px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: white;
    align-items: center;
}

.toggle .line1 {
    background-color: #397ACA;
    background-color: #ffffff;
    -webkit-transform: scale(0.9) rotateZ(-45deg) translate(-5px, 2px);
    -ms-transform: scale(0.9) rotate(-45deg) translate(-5px, 2px);
    transform: scale(0.9) rotateZ(-45deg) translate(-5px, 2px);
}

.toggle .line2 {
    display: none;
}

.toggle .line3 {
    background-color: #397ACA;
    background-color: #ffffff;
    -webkit-transform: scale(0.9) rotateZ(45deg) translate(-5px, -4px);
    -ms-transform: scale(0.9) rotate(45deg) translate(-5px, -4px);
    transform: scale(0.9) rotateZ(45deg) translate(-5px, -4px);
}

footer {
    position: relative;
}

.social_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    padding-right: 8px;
}

/* Trustee css desktop ------------------ */

h1 {
    text-align: center;
    margin-bottom: 40px;
}

table {
    width: 80%;
    table-layout: fixed;
    border-collapse: collapse;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    overflow: hidden;
}

/* Zebra striping */
tr:nth-of-type(odd) {
    background-color: rgba(242, 242, 242, 0.6);
}

td,
th {
    padding: 12px;
    /* border: 1px solid rgb(204, 204, 204); */
    color: #143a65;
    text-align: left;
    text-align: center;

}

th {
    background: #397aca;
    color: #fff;
    font-weight: 600;
}

.Head_title {
    text-align: center;
    font-size: 30px;
    color: #ffff;
    background-color: #225086;
}

.List_of_Trustee {
    text-align: center;
    color: #225086;
    font-size: 25px;
}

.Trustee {
    height: 100vh;
}


.org_gird {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px;
}

.committe-23 p {
    text-align: center;
    color: #ffffff;
}

.committe-23 {
    width: 260px;
    position: relative;
    z-index: 1;
    /* background: rgba(255, 255, 255, 0.2); */
    /* backdrop-filter: blur(5px); */
    -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.committe-img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
}

.committe-23>div {
    height: 74px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* background-color: rgba(57, 122, 202, 0.8); */
    background-color: #4e8cce;
    padding: 12px 8px;
    /* background-color: rgb(57 122 202 / 20%); */
}


.dr_email,
.dr_contact {
    font-size: 14px;
    font-weight: 500;
    /* color: #a9c3e4 !important; */
    color: #c9e1ff !important;
}

.dr_name {
    font-size: 18px;
    font-weight: 600;
}

.dr_position {
    font-weight: 600;
}

/* Trustee css end desktop ------------------*/


.pad_t24 {
    padding-top: 24px;
}

table {
    width: 96%;
}

.main_container {
    margin: 40px auto 40px;
    width: 90%;
}



th {
    font-size: 18px;
}

.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #ffffff;
    padding: 8px;
}

.footer * {
    /* font-size: 20px; */
    font-weight: 700;
    font-size: 12px;
    color: #225086;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pinter_none {
    position: relative;
    z-index: 1;
    pointer-events: none;
}

.main-sect_div {
    /* height: calc(100vh - 104px); */
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pss_ec .committe-23>div {
    height: 110px;
    padding: 12px 8px 16px;
}


/* popup------- start */
.okpopup_btn {
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 8px 24px;
    background-color: #aa2328;
    color: #ffff;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 8px;
    cursor: pointer;
}

.popup_div {
    position: fixed;
    z-index: 12;
    top: 24px;
    width: 100%;
    padding: 16px;
    pointer-events: none;
}

.popup_img {
    position: absolute;
    right: 12px;
    top: 12px;
    opacity: 0.4;
    width: 18px;
    cursor: pointer;
}

.popup,
.form_popup {
    position: relative;
    /* width: fit-content; */
    width: 340px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    padding: 40px 24px 16px 24px;
    margin: auto;
    border-radius: 8px;
    background-color: white;
}

.popup,
.form_popup {
    pointer-events: all;
}

.popup * {
    text-align: center;
    pointer-events: all;
}

.action_popup {
    display: block !important;
}

/* popup------- end */

/* form popup------- start */
.form_popup {
    width: 60%;
    min-width: 600px;
}

.flex_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}

.form_popup .ftext_box {
    width: 60%;
    min-width: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.form_popup form {
    width: 100%;
}

.ftext_box textarea {
    height: 100%;
    resize: none;
}

/* form popup------- end */


.login_btn img {
    width: 44px;
    height: 44px;
    /* object-fit: cover; */
    border-radius: 12px;
}

.login_btn {
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    padding: 8px 12px 8px 12px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    font-size: 18px;
    font-weight: 600;
    /* color: #397ACA; */
    color: #00479e;
    overflow: hidden;
}

.mob_sec_navbar {
    padding: 0;
}

.fsm_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
}

.footer_sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px 8px 8px;
    margin-top: 40px;
    -webkit-box-shadow: 0px -4px 8px rgb(0 0 0 / 10%);
    box-shadow: 0px -4px 8px rgb(0 0 0 / 10%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}


.footer_icon_set {
    display: flex;
    justify-content: center;
    gap: 12px;
    padding-top: 8px;
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

/*Mobile View*/

@media only screen and (max-width: 1100px) {
    .comp_sh {
        width: 32px;
    }

    .social_icon {
        gap: 8px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .nav_menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px;
    }

    .form_popup .ftext_box {
        width: 90%;
    }

}

@media only screen and (max-width: 991px) {

    /* .form_popup {
        width: 90%;
    } */
    .nav_bar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8px;
    }
}


@media only screen and (max-width: 760px) {

    /* Trustee css mobile ------------------*/

    table {
        width: 100%;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0px;
        -webkit-backdrop-filter: blur(0px);
        backdrop-filter: blur(0px);
        overflow: visible;
    }

    td,
    tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    tr {
        border: 1px solid #225086;
        -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
        background-color: rgb(75 140 203) !important;
        border-radius: 16px;
        /* backdrop-filter: blur(5px); */
        overflow: hidden;
    }

    tr+tr {
        margin-top: 1.5em;
    }

    td {
        /* make like a "row" */
        border: none;
        border-bottom: 1px solid #225086;
        color: #fff;
        /* color: #143a65; */
        position: relative;
        padding-left: 50%;
        /* background-color: #758ca6; */
        text-align: left;
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        /* box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25); */
        /* overflow: hidden; */
    }

    td:before {
        content: attr(data-label);
        display: inline-block;
        line-height: 1.5;
        margin-left: -100%;
        width: 100%;
        white-space: nowrap;
    }

    /* Trustee css mobile end ------------------*/

    .page_content {
        margin-left: 0px !important;
    }

    /* .main_container {
        margin: 140px 24px 24px;
    } */

    .footer,
    .footer * {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 4px;
        text-align: center;
    }

    .carousel {
        height: 340px;
    }

    .carousel_title {
        font-size: 28px;
    }

    /* new nav------start */

    /* .toggle-menu {
        gap: 4px;
    }

    .line {
        width: 24px;
        height: 3px;
    } */


    /* img.logo_imgsvg {
        width: calc(100% - 80px);
    } */

    /* .mem_profile img.logo_imgsvg { */
    img.logo_imgsvg {
        max-width: 550px;
        width: 100%;
    }

    .mob_sec_navbar .logo_imgsvg {
        display: none;
    }

    .mob_sec_navbar {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 8px;
    }

    .nav_bar {}

    .mob_main_logo {
        display: block !important;
    }

    /* new nav------end */


    .form_popup {
        width: 90%;
        min-width: auto;
    }
}

/* @media only screen and (max-width: 480px) {} */


@media only screen and (max-width: 450px) {
    /* .toggle-menu {
        gap: 4px;
    }

    .line {
        width: 24px;
        height: 3px;
    } */

    .toggle .line1 {
        -webkit-transform: scale(0.9) rotateZ(-40deg) translate(-2px, 0px);
        -ms-transform: scale(0.9) rotate(-40deg) translate(-2px, 0px);
        transform: scale(0.9) rotateZ(-40deg) translate(-2px, 0px);
    }

    .nav_link a {
        font-size: 16px;
    }

    .carousel_title {
        font-size: 22px;
    }

    .td_title {
        font-size: 32px;
    }

    .td_sub_title {
        font-size: 22px;
    }

    .carousel {
        height: 380px;
    }

    .carousel_btn svg {
        width: 24px;
    }

    .carousel_dot.is-selected {
        width: 18px;
    }

    .carousel_dot {
        width: 8px;
        height: 6px;
    }

    .td_ptag {
        font-size: 15px;
    }

    .flex_form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0px;
    }

    .form_popup .ftext_box {
        width: 100%;
    }

    .ftext_box textarea {
        /* height: 120px; */
        height: 100px;
    }

    /* new nav------start */

    /* .toggle-menu {
        gap: 4px;
    } */

    /* .line {
        width: 24px;
        height: 3px;
    } */

    .toggle-menu {
        gap: 4.8px;
    }

    .line {
        width: 26px;
        height: 3px;
    }

    .login_btn img {
        width: 34px;
        height: 34px;
    }

    .login_btn {
        gap: 6px;
        padding: 6px 8px 6px 8px;
        border-radius: 8px;
        font-size: 16px;
    }

    /* new nav------end */

}


/*new css */
.container{max-width: 100%!important}
.box{
     box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.2);
    padding: 18px 29px 20px;
 }
#blinking-button{
    padding: 8px 12px 8px 12px;
    border-radius: 12px; 
border: 0px solid #6C8003;
}
@keyframes blink {
  0%, 100% {background-color:#6b6b6b;}
  50% {background-color: #0D5399;}
}
#blinking-button {
  background-color:#0D5399;
  color: white;
  animation: blink 1s linear infinite;
}
#blinking-button a {
     color: #FFFFFF;
}
 
.register_btn {
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    padding: 8px 12px 8px 12px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color:#397ACA;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 600;
    /* color: #397ACA; */
    color: #fff;
    overflow: hidden;
        justify-content: center;
 
}


.update {
    display: flex;
    align-content: center;
    justify-content: center;
    z-index: 1;
}