* {
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

:root {
    --main-bg-color: #ffffff;
    --light-bg-color: #F9F9FF;
    --text-color: #191A24;
    --para-color: #606172;
    --main-color: #242236;
    --primary-color: #DE365E;
    --secondary-color: #4D4AF0;
    --primary-font: 'Lato', sans-serif;
   
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
    outline: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 1rem;
    color: var(--main-color);
    background-color: var(--main-bg-color);
}

body {
    font-family: var(--primary-font);
    font-weight: 400;
}

img {
    width: 100%;
}

b,
strong {
    font-weight: 600;
}

button {
    -webkit-tap-highlight-color: transparent;
}

ul {
    list-style: none;
    padding: 0;
}

a,
button {
    color: var(--primary-color);
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a:hover,
button:hover {
    color: var(--primary-color);
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a:focus {
    text-decoration: none;
}

p {
    -moz-text-shadow: none;
    -ms-text-shadow: none;
    text-shadow: none;
    color: var(--para-color);
    font-weight: 400;
    font-size: 0.95rem;
    line-height: 1.5em;
}
.btn:focus{
    box-shadow: none;
}

/* header */
.top_alert {
    padding: 0;
    overflow: hidden;
    color: #fff;
}
.marquee-with-options ul {
    display: flex;
    /* padding: 4px 0; */
    margin: 0 !important;
    gap: 20px;
    overflow: hidden;
}
.marquee-with-options ul li::after {
    content: '|';
    margin-left: 10px;
    opacity: 0.4;
}
.marquee-with-options ul li a {
    color: #fff;
    font-size: 0.8rem;
}
.marquee-with-options span{
    color: var(--primary-color);
    font-weight: 600;
}
.js-marquee li{
    display: flex;
    align-items: center;
}
.js-marquee li:last-child::after {
    display: none;
}
.top_header {
    padding: 8px 0;
    /* border-bottom: 1px solid var(--border-color); */
    background-color: var(--main-color);
}

.header_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0rem 0;
    gap: 1rem;
}
.header_brand {
    padding: 0.5rem 0;
    /* width: 55px; */
}
.header_brand img {
    display: block;
    width: 55px;
}
.hamburger_menu {
    border: none;
    background-color: transparent;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 0.2rem 0.6rem;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    background-color: #fffbf9;
    margin-right: 10px;
}
.hamburger_menu i {
    color: var(--primary-color);
    font-size: 1.2rem;
}
.app_logo {
    /* width: 55px; */
    transition: all 0.2s ease-in-out;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}
.app_logo h2 {
    font-size: 1.1rem;
    font-weight: 800;
    /* padding-top: 5px; */
    text-transform: uppercase;
    white-space: nowrap;
    color: #000;
    margin: 0 !important;
}
.app_logo h1{
    display: none;
}
.member_login a{
    background-color: var(--secondary-color);
    color: #fff;
    padding: 10px 10px;
    font-size: 0.85rem;
    font-weight: 700;
    display: inline-flex;
    gap: 0.4rem;
    border-radius: 5px;
    white-space: nowrap;
    display: flex;
    align-items: center;
}
.member_login i{
    font-size: 1rem;
}
.hero_btn:hover{
    color: #fff;
}
/* .join_btn:hover{
    color: #fff;
} */
.join_btn a:hover{
    color: #fff;
}
/* menu */
.header_nav {
    display: flex;
    align-items: center;
    flex: 1;
}
.app_nav ul {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 0;
}
.app_nav ul a {
    color: var(--main-color) !important;
    font-size: 0.9rem;
    font-weight: 700;
    padding: 0.9rem 0rem;
    position: relative;
}
.app_nav {
    flex: 1;
    display: flex;
    justify-content: flex-start;
}
.app_nav li.active a {
    color: var(--primary-color) !important;
}
.nav-links li.active>ul li a {
    color: var(--main-color) !important;
}
.app_btn {
    padding: 0.6rem 1.4rem;
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 700;
    white-space: nowrap;
    border: none;
}
.primary_btn {
    background-color: var(--primary-color);
    color: #fff;
}

.primary_btn:hover {
    color: #fff !important;
}

.primary_outline_btn {
    border: 1px solid var(--primary-color);
}

.app_btn i {
    margin-left: 0.5rem;
    font-size: 1rem;
    transition: all 0.2s ease-in-out;
}

.app_btn:hover i {
    margin-left: 1rem;
}

.hamburger_menu {
    border: none;
    background-color: transparent;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 0.2rem 0.6rem;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    background-color: #fffbf9;
    margin-right: 10px;
}

.hamburger_menu i {
    color: var(--primary-color);
    font-size: 1.2rem;
}

.nav_close {
    width: 2.4rem;
    height: 2.4rem;
    background-color: #fffbf9;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 0;
    position: absolute;
    right: 1rem;
    top: 1rem;
    display: none;
}

.nav_close span {
    color: var(--primary-color);
    font-size: 1.6rem;
}

.nav_overlay {
    background-color: rgba(9, 10, 12, 0.87);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -99;
    transition: all 0.1s ease-in-out;
}

.app_section {
    padding: 3rem 0;
}

.app_btn.secondary {
    background-color: var(--danger-color);
    color: #fff;
}

.header_top {
    padding: 0.3rem 0;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
}

.header_social {
    display: flex;
    align-items: center;
    flex: 1;
}

.header_social ul {
    margin: 0px;
    display: flex;
    align-items: center;
}

.header_social a {
    color: #625F5F;
    padding: 2px 5px;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.contact_info li {
    border-left: 1px solid #e6e6e6;
    padding-left: 10px;
    margin-left: 10px;
}

.header_social a i {
    display: block;
    font-size: 16px;
}

.social_icons {
    gap: 0.3rem;
}

.my_page a {
    background-color: var(--primary-color);
    color: #fff;
    padding: 10px 20px;
    font-size: 0.85rem;
    display: inline-flex;
    gap: 0.4rem;
    border-radius: 60px;

}
.my_profile a {
    background-color: var(--secondary-color);
    color: #fff;
    padding: 10px 20px;
    font-size: 0.85rem;
    display: inline-flex;
    gap: 0.4rem;
    border-radius: 60px;
}
.user_button a{
    background-color: var(--primary-color);
    color: #ffffff ;
    padding: 10px 30px;
    font-size: 0.85rem;
    display: inline-block;
    gap: 0.4rem;
    border-radius: 60px;
    /* box-shadow: 1.0px 3.0px 3.0px hsl(0deg 0% 0% / 0.19); */
    /* left: 10px; */
    position: relative;
    padding-left: 50px;

    width: 165px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.user_button{
    position: relative;
}
.user_button img{
    position: absolute;
    z-index: 1;
    /* top: 2%; */
    /* left: 6%; */
    width: 40px;
    height: auto;
    border-radius: 20px;
}
.user_button i{
    width: 10px;
}
.login_section{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.user_dropdown{
    position: absolute;
    background: var(--primary-color) !important;
    width: 165px;
    height: 85px;
    top: 95%;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    /* transition: all 0.1s ease-in-out; */
    display: block;
    padding: 5px 0 15px;
    border-radius: 10px;
    z-index: 99;
}
.user_dropdown ul li a{
    color: #fff;
    padding: 0.3rem 0.5rem;
    font-weight: 400;
    background: var(--primary-color);
}
.user_dropdown li a:hover {
    color: var(--main-color) !important;
}

.active2{
    top: 80px;
    visibility: visible;
    opacity: 1;    
    width: 400px;
    position: absolute;

}
  
.inner_banner {
    background-color: var(--secondary-color);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.inner_title {
    position: relative;
    z-index: 9;
    display: flex;
    flex-direction: column;
    color: #fff;
    font-weight: 800;
    font-size: 2.8rem;
    margin: 0;
}

.breadcrumb {
    position: relative;
}

.breadcrumb-item {
    font-size: 0.9rem;
}

.breadcrumb-item a {
    color: #fff;
}

.breadcrumb-item.active {
    color: var(--primary-color);
}

.breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.5);
    content: "\EA6E";
    font-family: remixicon !important;
}

.inner_page {
    min-height: 50vh;
}

.nav-links .mobile-item {
    display: none;
}

.nav-links li {
    position: relative;
}

.nav-links .drop-menu {
    position: absolute;
    background: #fff;
    width: 210px;
    top: 120%;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    display: block;
    padding: 5px 0 15px;
    border-radius: 0 0 5px 5px;
    z-index: 99;
}

.drop-menu .drop-menu {
    position: absolute;
    right: -210px;
    top: 20px !important;
    visibility: hidden !important;
    opacity: 0 !important;
    max-height: 300px;
    overflow: auto;
}

.drop-menu li:hover .drop-menu {
    top: 0px !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.nav-links li:hover .drop-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.nav-links li a {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.drop-menu li a {
    width: 100%;
    display: block;
    padding: 0.5rem 1rem;
    font-weight: 400;
    border-radius: 0px;
    color: var(--main-color) !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.drop-menu li a small{
    flex: 1;
}

.nav-links li a:hover {
    color: var(--primary-color) !important;
}

.nav-links input[type="checkbox"] {
    display: none;
}

/* .drop-menu .dp a {
    display: flex;
    align-items: center;
} */

.drop-menu .dp .drop-menu a::after {
    display: none;
}

.drop-menu .dp a::after {
    content: "\EA6E";
    font-family: 'remixicon' !important;
    margin-left: 4px;
}

.drop_ico::after {
    content: "\ea4e";
    font-family: 'remixicon' !important;
    margin-left: 4px;
}

.drop_ico.active {
    color: var(--primary-color) !important;
}

.primary_color {
    color: var(--primary-color) !important;
}

.menu_header{
    background-color: #F6F6FA;
    border-top: 1px solid #e8e8e8dd;
}
.join_btn a {
    background-color: var(--primary-color);
    color: #fff;
    padding: 0.5rem 1.3rem;
    font-size: 0.85rem;
    font-weight: 700;
    /* display: inline-flex; */
    /* gap: 0.4rem; */
    border-radius: 5px;
    white-space: nowrap;
}
.menu_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
/* banner */
.banner_slider {
    overflow: hidden;
}

.banner_slider .carousel {
    height: 100%;
}

.banner_slider .carousel-inner {
    height: 100%;
}

.banner_slider .carousel-inner .carousel-item {
    height: 100%;
}

.banner_slider .carousel-inner .carousel-item img {
    height: 100%;
    object-fit: cover;
    min-height: 600px;
}

.banner_slider .carousel-control-prev,
.banner_slider .carousel-control-next {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.15);
    color: #fff;
    opacity: 1;
    top: calc(50% - 22.5px);
}

.banner_slider .carousel-control-prev:hover,
.banner_slider .carousel-control-next:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

.banner_slider .carousel-control-prev i,
.banner_slider .carousel-control-next i {
    font-size: 1.2rem;
}

.banner_slider .carousel-control-prev {
    left: 1rem;
}

.banner_slider .carousel-control-next {
    right: 1rem;
}
.img_overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    /* background-color: rgba(8, 13, 40, 0.69); */
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.banner_content h2{
    color: #fff;
    font-family: var(--logo-font);
    font-weight: 800;
    font-size: 2.9rem;
}
.banner_content p{
    color: #fff;
    line-height: 30px;
    padding-top: 10px;
}
.banner_content a{ 
    background-color: var(--secondary-color);
    color: #fff;
    border: none;
    padding: 0.7rem 2rem;
    font-family: var(--secondary-font);
    font-weight: 700;
    font-size: .9rem;
    white-space: nowrap;
}
.banner_img {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.banner_img img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.main_header{
    background-color: #fff;
}
.app_header{
    z-index: 99;
    position: sticky;
    top: 0;
}
/* Banner bottom */
.bottom_info{
    background-color: #FAFAFF;
    padding-bottom: 40px;
    margin: 0 auto;
}
.bottom_info::before{
    display: table;
    content: "";
}
.banner_boxes {
    margin: -60px 0 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
    position: relative;
}
.box_items {
    display: flex;
    gap: 1rem;
}
.box_items:nth-child(2) {
    background-color: #F3F3F3;
}
.box_head {
    display: flex;
    align-items: center;
    /* margin: 0 0 1.2rem; */
}

.box_head h3 {
    flex: 1;
    margin: 0rem;
    font-weight: 600;
    font-size: 1.2rem;
}
.box_head a {
    font-weight: 500;
    font-size: 0.95rem;
}
.box_body h5 i {
    font-size: 1rem;
}
.box_body h4 {
    line-height: 1.1;
    font-size: 1rem;
    margin-bottom: .7rem;
}
.location_icon {
    color: var(--secondary-color);
}
.box_items{
    display: flex;
    align-items: center;
}
.event_content h5 {
    color: #fff;
    font-size: 1.1rem;
    margin: 0 0px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 700;
    margin-bottom: 0.6rem;
}
.event_items{
    background-color: #DBDFEA;
    padding: .3rem;
}
.event_content h6{
    font-size: .9rem;
    color: #fff;
    font-weight: 400;
}
.box_body h5 i {
    font-size: 1rem;
}
.calendar_icon {
    color: var(--primary-color);
}
.box_info{
    background-color: #fff;
    padding: 1.5rem 2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 0px 11px -3px rgba(0,0,0,0.1);
    border-radius: 10px;
    gap: 3.4rem;
    width: 100%;
}
.slider_box_info{
    background-color: #fff;
    padding: 30px 25px;
    height: 200px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    box-shadow: 0px 0px 11px -3px rgba(0,0,0,0.1);
    border-radius: 10px;
    gap: 3.4rem;
}
.box_img img{
    width: 70px;
}
.box_content h2{
    font-size: 1.1rem;
    font-weight: 700;
    padding-bottom: 23px;
}
.box_content a{
    white-space: nowrap;
    background-color: transparent;
    color: var(--primary-color);
    padding: 7px 15px;
    font-size: 0.85rem;
    font-weight: 700;
    display: inline-flex;
    gap: 0.4rem;
    border-radius: 5px;
    border: 2px solid var(--primary-color);
    white-space: nowrap;
}
.box_content i{
    margin-left: 0.5rem;
    font-size: 1rem;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}
.box_body .carousel-indicators [data-bs-target] {
    background-color: #CCCCCC;
    opacity: 1;
    margin: 0;
}

.box_body .carousel-indicators .active {
    background-color: #F68121;
}

.box_body .carousel-indicators {
    position: relative;
    /* margin: 0.5rem 0 0; */
    justify-content: flex-start;
    gap: 0.2rem;
    margin: 0 !important;
}
.box_body{
    width: 100%;
}
.box_info:last-child {
    background: linear-gradient(55.64deg, #4D4AF0 50.11%, #8D8CE6 100%);
    /* box-shadow: rgba(74, 130, 240, 0.48); */
}
.event_img {
    width: 100px;
}
.about_content {
    margin-top: 3rem;
}
.about_content span {
    color: var(--primary-color);
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 0.8rem;
}
.about_content h2 {
    font-size: 2.2rem;
    font-weight: 800;
    padding-bottom: 1.2rem;
}
.about_btn{
    margin-top: 2rem;
}
.about_btn a {
    background-color: var(--secondary-color);
    color: rgb(255, 255, 255);
    padding: 15px 25px;
    font-size: 0.85rem;
    font-weight: 700;
    display: inline-flex;
    gap: 0.4rem;
    border-radius: 5px;
    white-space: nowrap;
}
.about_btn_sec i {
    margin-left: 0.5rem;
    font-size: .9rem;
    transition: all 0.2s ease-in-out;
}
.about_btn_sec:hover i {
    margin-left: 1rem;
}
.announce_section{
    /* background-color: #F4F4FB; */
}
.announce_box{
    background-color: transparent;
    padding: 1.5rem 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 3.4rem;
    width: 100%;
}
.announce_head {
    display: flex;
    align-items: center;
    margin-bottom: 1.2rem;
}

.announce_head h3 {
    flex: 1;
    margin: 0rem;
    font-weight: 600;
    font-size: 1.4rem;
}
.announce_head a {
    font-weight: 800;
    font-size: 0.95rem;
    text-decoration: underline;
}
.owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 5px 4px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-carousel .active span {
    width:10px;
    height:10px;
    margin:5px 7px;
    background: #F68121 !important;
    display:block;
    -webkit-backface-visibility:visible;
    -webkit-transition:opacity 200ms ease;
    -moz-transition:opacity 200ms ease;
    -ms-transition:opacity 200ms ease;
    -o-transition:opacity 200ms ease;
    transition:opacity 200ms ease;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    border-radius:30px;
}
.announce_content {
    flex: 1;
    padding: 0 15px;
    border-left: 5px solid #75A1FA;
}
.announce_content h5{
    font-size: 1.1rem;
    font-weight: 600;
    /* max-width: 90%; */
}
.announce_body h5 i {
    font-size: 1rem;
}
.announce_body h4 {
    line-height: 1.1;
    font-size: 1rem;
    margin-bottom: .7rem;
}
.announce_body .carousel-indicators [data-bs-target] {
    background-color: #CCCCCC;
    opacity: 1;
    margin: 0;
}

.announce_body .carousel-indicators .active {
    background-color: #F68121;
}

.announce_body .carousel-indicators {
    position: relative;
    /* margin: 0.5rem 0 0; */
    justify-content: flex-start;
    gap: 0.2rem;
    margin: 0 !important;
}
.announce_body{
    width: 100%;
    border-bottom: 1px solid #D6D9DE;
    padding-bottom: 2rem;
}
.owl-dots{
    position: absolute;
    bottom: 0;
    right: 0;
}
.owl-nav{
    display: none;
}
.announce_content p{
    margin: 0;
    color: #404253;
}
.events_body h5 i {
    font-size: 1rem;
}
.events_body h4 {
    line-height: 1.1;
    font-size: 1rem;
    margin-bottom: .7rem;
}
.events_body .carousel-indicators [data-bs-target] {
    background-color: #CCCCCC;
    opacity: 1;
    margin: 0;
}

.events_body .carousel-indicators .active {
    background-color: #F68121;
}

.events_body .carousel-indicators {
    position: relative;
    justify-content: flex-start;
    gap: 0.2rem;
    margin: 0 !important;
}
.events_body{
    width: 100%;
    padding-bottom: 2rem;
}
/* upcoming events */
.card_body {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
}

.card_body h3 {
    font-size: 1.05rem;
    margin: 0 0 5px;
    color: var(--main-color);
}
.card_body h2 {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 0.8rem;
    color: var(--main-color);
}
.card_body h4 {
    color: var(--secondary-color);
    font-size: 0.9rem;
    margin: 0 0px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.3rem;
}

.card_body h4 i {
    font-size: 1.1rem;
    color: #F68121;
}
.card_body span{
    color: #404253;
}
.card_body h5 i {
    font-size: 1.1rem;
    color: var(--primary-color);
}
.card_body h5 span{
    font-size: .9rem;
    color: #404253;
}
.card_body h5 {
    margin: 0 0px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}


.card_body_content {
    flex: 1;
}
.shadow_card {
    padding: .5rem 0;
    display: flex;
    align-items: center;
    margin-bottom: 0.4rem;
    min-height: 86px;
}
.card_image img{
    width: 90px;
    border-radius: 5px;
}
.view_all_events_btn a {
    font-weight: 800;
    font-size: 0.95rem;
    text-decoration: underline;
}
/* Presedential mssg section */
.president_content h3{
    font-size: 1.3rem;
    color: var(--secondary-color);
    font-weight: bolder;
}
.president_content p{
    color: #625F5F;
    /* margin: 0; */
    font-size: .9rem;
}
.president_img{
    border-radius: 10px;
}
.president_img img{
    width: 150px;
    border-radius: 5px;
}
.msg_section{
    display: flex;
    gap: 1rem;
}
.president_items{
    background-color: #DBDFEA;
    box-shadow: 0px 2px 30px 4px rgba(0, 0, 0, 0.046);
    padding: .7rem;
    border-radius: 6px;
}
.app_section_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1.3rem;
    gap: 1rem;
}
.app_section_header h2::after {
    content: "";
    border-top: 4px solid var(--primary-color);
    width: 80px;
    display: block;
    padding: 10px 0;
    margin-top: 1rem;
}
.app_section_header h2 {
    font-size: 2rem;
    font-weight: 800;
    margin: 0;
}
.app_section_header.large {
    padding-bottom: 0;
    margin-bottom: 2rem;
    border-bottom: none;
}

.app_section_header.large h2 {
    font-size: 2.2rem;
}

.app_section_header .primary_outline_btn {
    padding: 0.5rem 1.4rem;
}
/* welcome */
.glimpses_section{
    background-color: #FAFAFF;
    padding-top: 2rem;
    padding-bottom: 3rem;
}
.glimpses_content span{
    color: var(--secondary-color);
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: .8rem;
}
.glimpses_content p{
    font-size: .9rem;
    color: #606172;
    line-height: 28px;
}
.glimpses_content h2::after {
    content: "";
    border-top: 4px solid var(--primary-color);
    width: 80px;
    display: block;
    padding: 10px 0;
    margin-top: 1rem;
}
.glimpses_content h2 {
    font-size: 2rem;
    font-weight: 800;
    margin: 0;
}
.glimpses_items{
    background-color: #fff;
    box-shadow: 0px 2px 30px 4px rgba(0, 0, 0, 0.046);
    padding: 1rem;
}
.glimpses_img{
    display: flex;
    justify-content: center;
    /* max-width: 380px; */
}
.glimpses_img img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}
.glimpses_btn{
    display: flex;
    justify-content: center;
    padding: 2rem 0;
}
/* footer */
.app_footer {
    border-top: 0.5px solid #E1E1EB;
}
.footer_top {
    padding: 3rem 0;
}
.foot_brand .app_logo {
    max-width: 70px;
    margin-bottom: 0.2rem;
}
.foot_brand h4{
    font-size: 1rem;
}
.foot_brand p {
    font-size: 0.9rem;
    max-width: 350px;
    margin-bottom: 1rem;
    padding-top: 5px;
    color: #606172;
    text-transform: capitalize;
}
.foot_brand h2{
    font-size: 1.2rem;
    font-weight: 800;
    padding-top: 5px;
    text-transform: uppercase;
}
.foot_logo {
    max-width: 60px;
    transition: all 0.2s ease-in-out;
}
.foot_nav h2 {
    margin: 0 0 1rem;
    font-size: 1.1rem;
    font-weight: 600;
}

.foot_nav li a {
    font-size: 0.9rem;
    color: #404253;
    display: flex;
    padding: 0.4rem 0;
}
.foot_nav {
    padding-top: 1rem;
}
.footer_bottom {
    border-top: 1px solid #E7E9EC;
}
.foot_bottom_flex {
    display: flex;
    align-items: center;
    padding: 0rem 0;
    justify-content: space-between;
}
.copyright {
    font-size: 0.9rem;
    margin: 0;
    color: var(--main-color);
}
.powered_by {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin: 1.4rem 0;
    padding-right: 1.2rem;
}

.powered_by svg {
    /* max-width: 150px; */
    width: 170px;
}

.powered_by span {
    font-size: .63rem;
    position: relative;
    top: 3px;
    font-weight: 700;

}
.foot_nav ul li a::before {
    content: "\EA6E";
    color: var(--primary-color);
    font-family: remixicon !important;
    padding-right: .7rem;
}
.foot_nav_contact h2 {
    margin: 0 0 1rem;
    font-size: 1.1rem;
    font-weight: 600;
}

.foot_nav_contact li a {
    font-size: 0.9rem;
    color: #404253;
    display: block;
    padding: 0.4rem 0;
}
.foot_nav_contact {
    padding-top: 1rem;
}
.foot_nav_contact li a i{
    color: var(--secondary-color);
    padding-right: .7rem;
    font-size: 1rem;
}
.foot_address p {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    line-height: 1.4;
}
.foot_address i {
    color: var(--primary-color);
}
.foot_address a {
    color: var(--main-color);
    font-size: .9rem;
    word-wrap: anywhere;
}
.foot_address a:hover {
    color: var(--primary-color);
}
.foot_address span,
.foot_address a {
        flex: 1;
}
.foot_address p{
    font-size: .9rem;
}


#menu-footer-menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 1rem;
}
.footnav ul li a {
    color: var(--main-color);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0;
}
.footnav ul li a::before {
    content: "\EA6E";
    color: var(--primary-color);
    font-family: "remixicon" !important;
}
.footnav h2 {
    margin: 0 0 1rem;
    font-size: 1.1rem;
    font-weight: 600;
}
.footnav{
    padding-top: 1rem;
}
/* inner pages */
.inner_page .app_section {
    padding: 3rem 0;
}
.inner_page .app_section {
    padding: 3rem 0;
}
.dynamic_content h1,
.dynamic_content h2,
.dynamic_content h3 {
    font-weight: 600;
}

.dynamic_content h1 {
    margin-bottom: 1rem;
}
.dynamic_content ul {
    list-style: disc;
    padding-left: 15px;
}

.dynamic_content ul li {
    color: var(--para-color);
    font-weight: 400;
    font-size: 0.95rem;
    line-height: 1.5em;
    margin-bottom: 0.4rem;
}

.dynamic_content h1 {
    padding-bottom: 0.5rem;
}

.dynamic_content h1::after {
    content: '';
    width: 50px;
    height: 2px;
    background-color: var(--primary-color);
    display: block;
    margin-top: 0.7rem;
}
.dynamic_content h5{
    text-align: center;
    font-weight: 700;
}
.dynamic_content h6{
    font-size: 1rem;
    font-weight: 700;
}
.dynamic_content h6 span{
    font-weight: 400;
}
.in_this_section {
    background-color: var(--light-bg-color);
    padding: 1.5rem 1.5rem 0rem 1.5rem;
    border-radius: 4px;
    border: 0.5px solid #E1E1EB;
    position: sticky;
    top: 175px;
}

.in_this_section li a {
    color: var(--secondary-color);
    font-weight: 500;
    font-size: 1rem;
    padding: 1rem 0;
    display: block;
}

.in_this_section li a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.in_this_section li a:hover {
    color: var(--secondary-color)
}

.in_this_section li a::before {
    color: var(--primary-color);
    content: "\EA6E";
    font-family: remixicon !important;
}

.in_this_section li {
    border-bottom: 1px solid #ddd;
}

.in_this_section li:last-child {
    border-bottom: 0;
}

.in_this_section li.active a {
    color: var(--primary-color);
}

.in_this_section h2 {
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}
.dynamic_content ul{
    list-style: disc;
    padding-left: 30px;
}
/* inner banner */
.inner_banner {
    background-color: #242236;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.inner_banner::before {
    content: '';
    width: 100%;
    height: 100%;
    background-size: cover;
    background-image: url('../../img/inner_banner/inner-banner.jpg');
    position: absolute;
    top: 0;
    background-position: top;
    opacity: 0.1;
}
.inner_btn{
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding-top: 1rem;
}
.app_btn i {
    margin-left: 0.5rem;
    font-size: .9rem;
    transition: all 0.2s ease-in-out;
}

/* Office Bearers & Committees */
.accordion-item:last-of-type {
    border-radius: 0;
}

.accordion-item:first-of-type {
    border-radius: 0;
}

.accordion-item:first-of-type .accordion-button {
    border-radius: 0;
}

.accordion-item:first-of-type .accordion-button,
.accordion-item:last-of-type .accordion-button {
    border-radius: 0 !important;
}

.accordion-item .accordion-button:focus,
.accordion-button:not(.collapsed) {
    box-shadow: none;
    background-color: var(--light-bg-color);
    color: var(--main-color);
}
.accordion-button {
    line-height: 1.5;
}
.accordion-item:not(:first-of-type) {
    border-top: 1px solid rgba(0,0,0,.125);
}
.members_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
}
.members_items h2 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--main-color);
    margin-bottom: 0.5rem;
}
.members_items_body h3 {
    font-size: 1rem;
}

.members_items_body {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.members_items {
    display: flex;
    justify-content: center;
}

.members_items_body {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    background-color: #fbfbfd;
    padding: 1.5rem;
    border-radius: 4px;
    border: 0.5px solid #E1E1EB;
    width: 100%;
}

.members_items_body h4 {
    font-size: 0.9rem;
    color: var(--text);
    font-weight: 400;
}
.members_items_body h5{
    color: var(--primary-color);
    font-size: 0.9rem;
    font-weight: 400;
}
.member_pic {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    /* border: 2px solid var(--primary-color); */
    margin-bottom: 0.5rem;
}

.member_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* upcoming events */
.nav-pills .nav-link {
    border-radius: 0;
    color: var(--primary-color);
    padding: 0.8rem 1.2rem;
    background-color: #eee;
    font-size: 1.1rem;
    min-width: 170px;
}

.app_tab {
    gap: 0.4rem;
    border-bottom: 1px solid #eee;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: var(--primary-color);
}
.list_filter {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    background-color: var(--light-bg-color);
    border: 1px solid #eee;
    padding: 0.8rem 1rem;
}
.filter_label {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    padding: 0.57rem 1rem;
    font-weight: 500;
    font-size: 1rem;
    background-color: #ddd;
}

.filter_label i {
    font-size: 1.2rem;
}
.filter_items {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    flex: 1;
}

.inp-cbx:checked+.cbx span:first-child {
    background: var(--primary-color);
    border-color: var(--primary-color);
    animation: wave 0.4s ease;
}

.inp-cbx:checked+.cbx span:first-child svg {
    stroke-dashoffset: 0;
}

.inp-cbx:checked+.cbx span:first-child:before {
    transform: scale(3.5);
    opacity: 0;
    transition: all 0.6s ease;
}

.custom_checkbox input {
    display: none;
}

.custom_checkbox label {
    margin: 0px;
    display: inline-flex;
    align-items: center;
}
.cbx {
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}

.cbx span {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
}

.cbx span:first-child {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    transform: scale(1);
    vertical-align: middle;
    border: 1.5px solid #a8b0bf;
    transition: all 0.2s ease;
}

.cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 4px;
    fill: none;
    stroke: #ffffff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0s;
    transition-delay: 0s;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
    width: 10px;
    height: 10px;
}

.cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
}

.cbx:hover span:first-child {
    border-color: var(--primary-color);
}

.inp-cbx:checked+.cbx span:first-child {
    background: var(--primary-color);
    border-color: var(--primary-color);
    animation: wave 0.4s ease;
}

.inp-cbx:checked+.cbx span:first-child svg {
    stroke-dashoffset: 0;
}

.inp-cbx:checked+.cbx span:first-child:before {
    transform: scale(3.5);
    opacity: 0;
    transition: all 0.6s ease;
}
.cbx_txt {
    color: var(--main-color);
    padding-left: 10px;
    font-weight: 500;
    font-size: 1rem;
}
.filter_reset {
    background-color: var(--secondary-color);
    color: #fff;
    border: none;
    padding: 0.5rem 1rem;
}

.filter_reset:hover {
    color: #fff;
}

.filter_reset.disabled {
    background-color: #ddd !important;
    cursor: not-allowed;
}
.events_list {
    /* border-top: 1px solid #eee; */
    padding-top: 1rem;
    /* margin-top: 1.5rem; */
}

.events_list {
    padding-bottom: 1rem;
    /* margin-bottom: 1rem; */
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    gap: 2rem;
    justify-content: space-between;
}

.events_list:last-child {
    border: none;
}
.listing_title {
    font-size: 1.2rem;
}
h4.date_simple {
    font-weight: 500;
    color: var(--text-color);
    font-size: 0.95rem;
}
.listing_info {
    font-weight: 400;
    color: var(--text-color);
    font-size: 0.95rem;
}
.listing_info span {
    color: var(--main-color);
    font-weight: 500;
}
.event_label {
    background-color: var(--primary-color);
    color: #fff;
    padding: 0px 9px;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    min-width: 170px;
    text-align: center;
}

.event_label.label_2 {
    min-width: 90px;
}

/* contact */
.app_heading {
    margin-bottom: 2rem;
    flex: 1;
}

.app_heading h2 {
    font-size: 2.2rem;
    font-weight: 700;
}
.app_heading .underline {
    max-width: 125px;
}.underline {
    max-width: 225px;
    height: 2px;
    background-color: #EDEDED;
    position: relative;
    display: block;
    margin: 1rem 0;
}

.underline::before {
    content: '';
    height: 2px;
    width: 40px;
    background-color: var(--primary-color);
    position: absolute;
    left: 0;
    top: 0;
}
.location_grid {
    margin-bottom: 1.5rem;
}
.location_body a{
    word-wrap: break-word;
}
.location_box_icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 0.4rem;
    border-radius: 50%;
}
.form-group {
    margin-bottom: 1.3rem;
}
.auth_modal .form-group {
    margin-bottom: 1rem;
}
.form-label {
    font-weight: 500;
    font-size: 0.9rem;
}

.form-label span {
    color: #f00;
}
.auth_modal .form-label {
    font-size: 0.8rem;
    text-transform: uppercase;
    color: #6f778c;
}
.form-control {
    border: 1px solid #ddd;
    padding: 0.5rem 1rem;
    min-height: 55px;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--secondary-color);
}
.auth_modal .form-control {
    background-color: #f4f7fd;
}
.flex_control .form-control {
    padding-left: 3rem;
}
.flex_control .form-control::placeholder {
    color: #a6acb7;
}
.form-control:disabled,
.form-control[readonly] {
        background-color: #eef2f7;
        opacity: 1;
}
select.form-control {
    padding: 0.8rem 1rem;
}  
.location_map {
    margin-top: 2rem;
}

.location_map iframe {
    width: 100%;
    height: 460px;
    display: block;
}
.radio_items {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    flex: 1;
} 

.requirements img{
    max-width: 800px;
}

.rbx {
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}

.rbx span {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
}

.rbx span:first-child {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transform: scale(1);
    vertical-align: middle;
    border: 1.5px solid #a8b0bf;
    transition: all 0.2s ease;
}
.rbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 4px;
    fill: none;
    stroke: #ffffff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0s;
    transition-delay: 0s;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
    width: 10px;
    height: 10px;
}

.rbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
}

.rbx:hover span:first-child {
    border-color: var(--primary-color);
}

.inp-cbx:checked+.rbx span:first-child {
    background: var(--primary-color);
    border-color: var(--primary-color);
    animation: wave 0.4s ease;
}

.inp-cbx:checked+.rbx span:first-child svg {
    stroke-dashoffset: 0;
}

.inp-cbx:checked+.rbx span:first-child:before {
    transform: scale(3.5);
    opacity: 0;
    transition: all 0.6s ease;
}
/* abstract */
.multi_block {
    margin-bottom: 1rem;
}
.listing_head {
    margin-bottom: 1rem;
}
.gallery_block {
    margin-bottom: 1.8rem;
}
.abstract_grid {
    background: #FFFFFF;
    border: 0.5px solid #E1E1EB;
    box-shadow: 0px 2px 30px 4px rgba(0, 0, 0, 0.07);
    border-radius: 6px;
    object-fit: cover;
}
.abstract_grid_img {
    border-radius: 6px 6px 0 0;
    object-fit: cover;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    background: #fff;
}
.abstract_grid_img img{
    width: auto;
    max-width: 100%;
}
.abstract_grid_content {
    padding: 1rem;
}
.abstract_block h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-width: 100%;
    height: 42px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 18px;
    display: block;
}
.abstract_grid_content h3 {
    font-size: 1.05rem;
    margin: 0 0 10px;
    color: var(--main-color);
    line-height: 1.3;
}
.abstract_grid_content h5 {
    font-size: 0.9rem;
    margin: 0 0 0.5rem;
    color: var(--primary-color);
    text-align: start;
}
.gallery_block .gallery_grid_img img {
    height: 250px;
}
.gallery_grid_img img {
    /* height: 185px; */
    object-fit: cover;
    display: block;
}
.abstract_grid_img::before {
    content: "\ECB4";
    visibility: hidden;
    opacity: 0;
    width: 3rem;
    height: 3rem;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: calc(50% - 1.5rem);
    left: calc(50% - 1.5rem);
    font-family: remixicon !important;
    font-size: 1.5rem;
    z-index: 9;
    transition: all 0.2s ease-in-out;
}
.abstract_grid_img::after {
    content: '';
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 143, 32, 0.61);
    transition: all 0.2s ease-in-out;
}

.abstract_grid:hover .abstract_grid_img::after,
.abstract_grid:hover .abstract_grid_img::before {
    visibility: visible;
    opacity: 1;
}
/* announcemnt page */
.listing_block {
    border-bottom: 1px solid #eee;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}
.announcement-badge {
    display: inline-flex;
    margin-bottom: 0rem;
    position: relative;
    bottom: 7px;
    font-size: 0.7rem;
    background-color: #fb1863 !important;
    padding: 4px 10px;
    border-radius: 3px;
    animation: blinker 1s linear infinite;
}
.badge {
    /* display: inline-block;
    padding: 0.35em 0.65em;
    font-size: .75em; */
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}
.listing_block h3 {
    font-size: 1.1rem;
    margin: 0 0 5px;
    color: var(--main-color);
    font-weight: 600;
}
.listing_block h5 {
    font-size: 0.95rem;
    font-weight: 400;
    color: var(--text-color);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.announce_btn {
    background-color: var(--secondary-color);
    color: #fff;
}
.announce_btn:hover {
    color: #fff !important;
}

.announcement_details h3{
    font-size: 1.5rem;
    font-weight: 600;
}
.announcement_details h5{
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
}

.announce_img img{
    max-width: 600px;
}
.announce_content h5{
    color: #000;
}
/* gallery */
.gallery_grid_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1.5rem;
}
.gallery_grid_items img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 4px;
}
.present_heading h2{
    font-size: 1rem;
    font-weight: 600;
}
@media screen and (max-width: 1199px) {
    .container {
        max-width: 100%;
    }
    .app_logo h2{
        font-size: 1rem;
    }
    .app_nav ul a {
        font-size: 0.85rem;
    }
    .banner_img img{
        min-height: 30rem;
    }
}

@media screen and (max-width: 1170px) {
    .members_grid {
        grid-template-columns: 1fr 1fr;
    }
    .banner_boxes {
        margin: 0;
    }
    .msg_section{
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 921px) {
    .header_nav {
        position: fixed;
        width: 320px;
        height: 100%;
        background-color: #fff;
        top: 0;
        padding: 4rem 0 2rem;
        overflow-y: auto;
        z-index: 9;
        transition: all 0.2s ease-in-out;
        flex-direction: column;
    }
    .header_nav {
        left: -320px;
    }
    .hamburger_menu {
        display: flex;
    }
    .nav_close {
        display: flex;
    }
    .sidenav_open .header_nav {
        left: 0;
    }
    .header_brand {
        display: flex;
        align-items: center;
    }
    .app_nav ul {
        flex-direction: column;
        gap: 1.3rem;
    }
    .app_nav ul a {
        color: var(--main-color) !important;
    }
    .app_nav {
        width: 100%;
    }
    .app_nav {
        justify-content: flex-start;
        flex: initial;
        margin-bottom: 1.5rem;
    }
    .app_nav ul {
        align-items: flex-start;
        width: 100%;
    }
    .nav-links li {
        width: 100%;
    }
    .app_nav ul a {
        padding: 0.2rem 1.5rem;
        width: 100%;
        display: block;
    }
    .nav-links .desktop-item {
        display: none;
    }
    .nav-links .mobile-item {
        padding: 0.2rem 1.5rem;
        font-size: 0.9rem;
        font-weight: 700;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .nav-links .mobile-item::before {
        position: relative;
        bottom: 2px;
    }
    .nav-links .mobile-item:hover {
        color: var(--primary-color);
    }
    .nav-links .drop-menu {
        position: static;
        opacity: 0;
        visibility: hidden;
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        box-shadow: none;
        padding: 0 0 0 1rem !important;
    }
    .nav-links .drop-menu li:first-child {
        padding-top: 0.5rem;
    }
    .nav-links .drop-menu li:last-child {
        padding-bottom: 0.5rem;
    }
    #showDrop:checked~.drop-menu {
        max-height: unset;
        visibility: visible !important;
        opacity: 1 !important;
        overflow-y: auto;
    }
    #showDrop:checked~.drop_ico::after {
        transform: rotate(180deg);
    }
    #showDrop2:checked~.drop-menu {
        max-height: unset;
        visibility: visible !important;
        opacity: 1 !important;
        overflow-y: auto;
    }
    #showDrop2:checked~.drop_ico::after {
        transform: rotate(180deg);
    }
    #showDrop3:checked~.drop-menu {
        max-height: unset;
        visibility: visible !important;
        opacity: 1 !important;
        overflow-y: auto;
    }
    #showDrop3:checked~.drop_ico::after {
        transform: rotate(180deg);
    }
    #showDrop4:checked~.drop-menu {
        max-height: unset;
        visibility: visible !important;
        opacity: 1 !important;
        overflow-y: auto;
    }
    #showDrop4:checked~.drop_ico::after {
        transform: rotate(180deg);
    }
    #showDrop5:checked~.drop-menu {
        max-height: unset;
        visibility: visible !important;
        opacity: 1 !important;
        overflow-y: auto;
    }
    #showDrop5:checked~.drop_ico::after {
        transform: rotate(180deg);
    }
    #showDrop6:checked~.drop-menu {
        max-height: unset;
        visibility: visible !important;
        opacity: 1 !important;
        overflow-y: auto;
    }
    #showDrop6:checked~.drop_ico::after {
        transform: rotate(180deg);
    }
    #showDrop7:checked~.drop_ico::after {
        transform: rotate(180deg);
    }
    #showDrop7:checked~.drop-menu {
        max-height: unset;
        visibility: visible !important;
        opacity: 1 !important;
        overflow-y: auto;
    }
    #showDrop8:checked~.drop_ico::after {
        transform: rotate(180deg);
    }
    #showDrop8:checked~.drop-menu {
        max-height: unset;
        visibility: visible !important;
        opacity: 1 !important;
        overflow-y: auto;
    }
    #showDrop9:checked~.drop_ico::after {
        transform: rotate(180deg);
    }
    #showDrop9:checked~.drop-menu {
        max-height: unset;
        visibility: visible !important;
        opacity: 1 !important;
        overflow-y: auto;
    }
    #showDrop10:checked~.drop_ico::after {
        transform: rotate(180deg);
    }
    #showDrop10:checked~.drop-menu {
        max-height: unset;
        visibility: visible !important;
        opacity: 1 !important;
        overflow-y: auto;
    }
   
    .header_top {
        border: none;
    }
    .header_social {
        display: none;
    }
    .header_top {
        justify-content: flex-end;
    }
    .drop_ico.desktop-item {
        display: none !important;
    }
    .nav_overlay.active {
        visibility: visible;
        opacity: 1;
        z-index: 1;
    }
    .banner_boxes {
        grid-template-columns: 100%;
        margin-top: 15px;
    }
    .join_btn a{ 
        background-color: var(--primary-color);
        color: #fff;
        border: none;
        padding: 0.5rem 6.8rem;
        font-family: var(--secondary-font);
        font-weight: 700;
        font-size: .9rem;
        white-space: nowrap;
    }
    .announce_section{
        flex-wrap: wrap;
    }
    .gallery_grid_list {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .gallery_grid_items img {
        height: 180px;
    }
}

@media screen and (max-width: 767px) {
    .app_header {
        position: sticky;
        top: 0;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    }
    .app_logo{
        display: flex;
        /* justify-content: center; */
        align-items: center;
        gap: .5rem;
    }
    .header_brand img {
        width: 50px;
    }
    .banner_content h2{
        font-size: 2rem;
    }
    .banner_slider .carousel-control-prev,
    .banner_slider .carousel-control-next {
    top: auto;
    bottom: 2rem;
    }
    .banner_slider .carousel-control-next{
        right: auto;
        left: 4.5rem;
    }
    .img_overlay{
        padding-bottom: 5rem;
    }
    .foot_brand p{
        max-width: 100%;
    }
    .inner_banner {
        padding: 2rem 0;
    }
    .in_this_section {
        display: none;
    }
    .list_filter {
        flex-direction: column;
        align-items: flex-start;
    }
    .filter_reset {
        width: 100%;
    }
    .events_list {
        flex-direction: column-reverse;
        gap: 0;
        align-items: flex-start;
    }
    .contact_location {
        margin-bottom: 3rem
    }
    .abstract_grid {
        margin-bottom: 1rem;
    }
    .gallery_grid_list {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }
    .inner_title{
        font-size: 1.8rem;
    }
    .announcement_details h5{
        font-size: .8rem;
    }
    .announcement_details h3{
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 680px) {
    .members_grid {
        grid-template-columns: 1fr 1fr;
    }
}


@media screen and (max-width: 520px) {
  
    .marquee-with-options ul li a {
        color: #fff;
        font-size: 0.6rem;
    }
    .app_section{
        padding: 1rem 0;
    }
    .app_section_header{
        padding-top: 3rem;
    }
    .app_section_header h2 {
        font-size: 1.5rem;
    }
    .publication_section{
        padding: 0;
    }
    .publication_section .item a{
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .app_logo h2{
        display: none;
    }
    .app_logo h1{
        display: block;
        font-size: 1.2rem;
        font-weight: 700;
        color: #000;
        margin: 0;
    }
    .banner_img img{
        min-height: 40rem;
    }
    .footer_bottom {
        padding: 1rem 0;
    }
    .foot_bottom_flex {
        flex-direction: column;
        gap: 0.6rem;
    }
    .powered_by {
        margin: 0;
    }
    .gallery_grid_items img {
        height: 140px;
    }
}

@media screen and (max-width: 430px) {
    .grid_row {
        flex-direction: column;
    }
    .members_grid {
        grid-template-columns: 100%;
    }
}
.list_table {
    position: relative;
    min-height: 50vh;
}

.list_table .table>:not(:last-child)>:last-child>* {
    border-bottom-color: transparent;
}

.list_table table thead tr td {
    color: #a01455;
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
    font-weight: 600;
}

.list_table table tbody tr td {
    font-size: 0.8rem;
    border-bottom: none;
}

.list_table table tbody tr .name {
    text-transform: uppercase;
    max-width: 150px;
}

.list_table table tbody tr .sl_no {
    max-width: 80px;
}

.btn-back {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M7.82843%2010.9999H20V12.9999H7.82843L13.1924%2018.3638L11.7782%2019.778L4%2011.9999L11.7782%204.22168L13.1924%205.63589L7.82843%2010.9999Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
}

.btn-back:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75;
}

.btn-back:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(173, 25, 74, 0.25);
    opacity: 1;
}

.btn-back:disabled,
.btn-back.disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: 0.25;
}

.btn-back:focus {
    box-shadow: none;
    border: none;
}

.btn-back {
    width: 1em;
    height: 1em;
    border: 0;
    background-color: #eee;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 10px;
    background-size: 57%;
    z-index: 9;
}

.intl-tel-input {
    width: 100%;
}

.iti-flag span {
    display: none;
}
.header_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}

.app_header {
    z-index: 99;
    position: sticky;
    top: 0;
    box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.1);
}

.login_btn {
    background-color: transparent;
    color: #de365e;
    border: none;
    font-size: 1.4rem;
}

.event_logo img {
    width: 75px;
}

.login_btn:hover {
    color: var(--secondary-color);
}

.error {
    color: red;
}