@import url('magnific-popup.min.css');

@font-face {
    font-family: 'HandelGothic-Regular';
    src: url(../../fonts/external/HandelGothic-Regular.woff);
}

@font-face {
    font-family: 'Muli-SemiBold';
    src: url(../../fonts/external/Muli-SemiBold.woff);
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url(../../fonts/external/Poppins-Regular.otf);
}

.clr1 {
    color: #ff3737 !important;
}

.fnt-h {
    font-family: 'HandelGothic-Regular';
}

.fnt-muli {
    font-family: 'Muli-SemiBold';
}

.fnt-pop {
    font-family: 'Poppins-Regular';
}

.hidden {
    overflow: hidden;
    display: none;
    visibility: hidden;
}

a.btn-gallery {
    display: block;
    width: 100%;
    position: relative;
    color: #ff3737;
    transition: 1s;
}

.btn-gallery img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.gallery-group {
    margin-left: 15px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 20px;
    column-gap: 30px;
    padding: 0px;
    margin-top: 20px;
}

    .gallery-group li {
        list-style-type: none;
    }

.cmn-inner-head {
    font-size: 30px;
    font-family: 'HandelGothic-Regular';
    line-height: 34px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e3e6;
}

.galery-box {
    width: 50%;
    text-align: center;
    margin: 20px auto;
    margin-bottom: 30px;
    padding: 50px 15px;
    background-color: #ced7ef;
    color: gray;
    vertical-align: middle;
}

.btn-gallery::before {
    background-color: #bfbfbf;
    position: absolute;
    width: 100%;
    left: -7px;
    top: -7px;
    content: '';
    height: 100%;
    margin: 0 auto;
}

.btn-gallery::after {
    background-color: #e3e3e3;
    position: absolute;
    width: 100%;
    left: -14px;
    top: -14px;
    content: '';
    height: 100%;
    z-index: -1;
    margin: 0 auto;
}

.gallery-box {
    position: relative;
}

.gallery-group h3 {
    text-align: center;
}

    .gallery-group h3 a {
        color: #1f1f1f !important;
        letter-spacing: 0.2px;
        font-family: 'Muli-SemiBold';
        font-size: 15px;
        line-height: 22px;
        display: block;
        text-align: center;
        margin-top: 5px;
        margin-bottom: 10px;
    }


/* Mebership form */

fieldset {
    display: block;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    padding-block-start: 0.35em;
    padding-inline-start: 0.75em;
    padding-inline-end: 0.75em;
    padding-block-end: 0em;
    min-inline-size: auto;
    border-width: 1px;
    border-style: groove;
    border-color: #c3c3c3;
    border-image: initial;
    height: 56px;
}

    fieldset.svs {
        height: 46px;
        margin-top: 10px;
    }

    fieldset .legend {
        text-transform: capitalize;
        width: auto !important;
        max-width: auto !important;
        display: block !important;
        padding-inline-start: 2px !important;
        padding-inline-end: 2px !important;
        border-width: initial !important;
        border-style: none !important;
        border-color: initial !important;
        border-image: initial !important;
    }

legend {
    font-size: 12px !important;
    font-family: 'Roboto-Regular';
    display: block;
    padding-inline: 4px;
    width: auto !important;
    margin-bottom: 0px !important;
    font-size: 1.5rem;
    line-height: inherit;
    color: #2a2a2a;
    white-space: normal;
    z-index: 2;
    position: relative;
}

    legend.svs {
        top: -16px;
        background-color: #fff;
    }

fieldset .input-box {
    border: 0px;
    background-color: transparent;
    width: 100%;
    position: relative;
    height: 30px;
    top: -20px;
    color: #757575;
    font-family: 'Poppins-Light';
    font-size: 13px;
}

::placeholder {
    color: #757575;
}

.input-box:focus {
    outline: transparent !important;
    box-shadow: none !important;
}

.input-box:focus-visible {
    outline: transparent !important;
    box-shadow: none !important;
}

.input-imp {
    color: #ff3737;
    position: relative;
    top: 2px;
    /* padding: 3px; */
}





/* form-error */
.error2 {
    color: #ff3737;
    font-family: 'Poppins-Regular';
    font-style: normal;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 20px;
    /*display: inline-block;*/

    display: block;
    text-align: left;
}

.errormsg {
    color: #ff3737;
    font-family: 'Poppins-Regular';
    font-style: normal;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 20px;
}



fieldset.has-error {
    border-color: #ff3737 !important;
}



.cmn-inner-form .inner-form-row > div {
    margin-bottom: 10px;
    padding-inline: 7.5px;
}

.cmn-inner-form .inner-form-row {
    margin-inline: -7.5px;
}

.cmn-inner-form .form-row-2 > div {
    margin-bottom: 10px;
    padding-inline: 9px;
}

.cmn-inner-form .form-row-2 {
    margin-inline: -9px;
}

.cus-text {
    position: relative;
    width: 100%;
}

    .cus-text textarea {
        border-color: #ff3737;
    }

    .cus-text .labe {
        background-color: #fff;
        display: inline-block;
        position: relative;
        bottom: 15px;
    }

.cus-group {
    width: 100%;
}

fieldset.cus-filedset {
    height: 90px;
}

    fieldset.cus-filedset textarea {
        height: 70px;
        padding-top: 5px;
    }

.dot-line {
    border-bottom: 1px dashed #ccc;
    margin-top: 5px;
}

/* Radio buttons */


/* .radio-btn-group input[type="radio"] {
  display: none;
} */

.radio-btn-group label {
    cursor: pointer;
    position: relative;
    font-size: 14px;
}

/* 
.radio-btn-group label::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  top: 50%;
  left: -5rem;
  transform: translateY(-50%);
  transition: border-color 400ms ease;
}

.radio-btn-group label::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: var(--primary-color);
  border: 2px solid var(--primary-color);
  border-radius: 50%;
  top: 50%;
  left: -5rem;
  transform: translateY(-50%) scale(0);
  transition: transform 400ms ease;
}

.radio-btn-group input[type="radio"]:checked + label::before {
  border-color: var(--primary-color);
}

.radio-btn-group input[type="radio"]:checked + label::after {
  transform: translateY(-50%) scale(0.55);
} */


/* check-box */

.cus-checkbox label {
    font-size: 14px;
}


/* tables */
.cus-res-table table th {
    border-top: none;
    color: #fff;
    /* font-family: 'Poppins-Light'; */
    background-color: #6b080b;
    font-weight: normal;
    font-weight: 600;
}

.cus-table-btn {
    background-color: transparent;
    padding: 4px 17px;
    border-radius: 2px;
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    font-weight: 600;
}

.cus-table-btn1 {
    background-color: transparent;
    padding: 4px 17px;
    border-radius: 2px;
    border: 1px solid #ff3737;
    cursor: pointer;
    color: #ff3737 !important;
    font-size: 14px;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 100%;
    margin-top: 15px;
}

@media (width < 767px) {
}

fieldset::-webkit-scrollbar {
    display: none;
}

.radio-btn label,
.radio-btn input,
.cus-checkbox input,
.cus-checkbox label {
    cursor: pointer;
}

.radio-btn input,
.cus-checkbox input {
    position: relative;
    top: 1.9px;
}



.paymnet-cmn-sec {
    font-size: 13px;
    margin-bottom: 20px;
    padding: 20px;
    box-shadow: 0 1px 8px rgb(0 0 0 / 6%), 0 0px 8px rgb(0 0 0 / 6%);
}

.zelle-text-color {
    color: #ff3737;
}

.member-amount {
    height: 58px;
    line-height: 58px;
    padding: 10px;
    background: #ffa327 !important;
    color: #ffffff !important;
    font-size: 35px !important;
    display: flex;
    font-family: 'Muli-SemiBold';
    align-items: center;
    justify-content: space-between;
}

.font16 {
    font-size: 16px;
}

.cmn-form-btn {
    display: inline-block;
    background-color: #fd2e2c;
    color: #fff;
    padding: 8px 50px;
    border: none;
    margin-top: 10px;
    font-weight: bold;
}

.dollor {
    position: relative;
}

    .dollor::before {
        content: '';
        position: absolute;
        height: 40px;
        top: 10px;
        width: 1px;
        right: -10px;
        background-color: #fff;
    }

.cus-res-table .table thead th {
    border-bottom: 0px !important;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
    visibility:hidden;
    opacity:0;
    z-index:-1;
}

    [type="radio"]:checked + label,
    [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 18px;
        display: inline-block;
        color: #666;
    }

        [type="radio"]:checked + label:before,
        [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #1a92d7;
            border-radius: 100%;
            background: #fff;
        }

        [type="radio"]:checked + label:after,
        [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 12px;
            height: 12px;
            background: #1a92d7;
            position: absolute;
            top: 3px;
            left: 3px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(0.9);
            transform: scale(0.9);
        }

.cmn-inner-form label {
    margin-bottom: 10px;
}

/* Custom checkbox */
input[type="checkbox"] + label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 26px;
    margin-right: 15px;
    font-size: 13px;
}

    input[type="checkbox"] + label:before {
        content: "";
        display: block;
        width: 18px;
        height: 18px;
        margin-right: 11px;
        position: absolute;
        top: 4px;
        left: 0;
        border: 1px solid #1a92d7;
        background-color: #fff;
        border-radius: 0px;
    }

input[type="checkbox"] {
    / display: none !important;
    / display: inline;
    width: 0px;
    height: 0px;
    visibility: hidden;
    z-index: -1;
}

    input[type="checkbox"]:checked + label:after {
        content: "✔";
        font-size: 19px;
        line-height: 18px;
        color: #fff;
        background: #1a92d7;
        display: block;
        position: absolute;
        top: 5px;
        left: 1px;
        width: 16px;
        height: 16px;
        border-radius: 0px;
    }


/* donate now */

.payment-input {
    background: #f7f7f7;
    padding: 20px 20px;
}

.donately-donation-amount label {
    position: absolute;
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 0px;
}

.donately-donation-amount .zeros {
    right: 12px;
}

.donately-donation-amount .donately-dollar-sign {
    left: 17px;
}

.donately-donation-amount input {
    background: #fdbd4e !important;
    color: #ffffff !important;
    padding: 5px 20px 5px 20px;
    border: none;
    line-height: 50px;
    text-align: right;
    width: 100%;
    font-size: 40px;
    font-family: 'Roboto-Medium';
}

input:focus {
    box-shadow: none !important;
    outline: none !important;
}

.donately-donation-amount fieldset.has-error {
    border-color: #ff3737;
}

.donately-donation-amount fieldset {
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    font-family: 'Roboto-Medium';
    border-color: transparent;
}

.donately-donation-amount ::placeholder {
    color: #fff !important;
}

.donately-donation-amount fieldset::before {
    width: 1px;
    height: 100%;
    position: absolute;
    content: '';
    background-color: #fff;
    left: 50px;
}


/* Leadership - excutive comittee */

.cmn-board-director {
    border-top: 3px solid #1a92d7;
    padding: 0px 15px 0px 15px
}

.b-d-img img {
    width: 130px;
    height: 130px;
    object-position: top;
    object-fit: cover;
}

.b-d-img {
    border-radius: 20px;
    overflow: hidden;
    display: inline-block;
}

.b-d-flex .b-d-img {
    margin-right: 25px;
}

.b-d-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.b-name {
    color: #000;
    font-size: 16px;
    font-family: 'Muli-SemiBold';
}

.b-designaton {
    color: #ef3b3b;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px;
}

.b-phone a,
.b-email a {
    color: #1f1f1f !important;
    font-size: 14px;
}

.b-email {
    position: relative;
    top: -7px;
}

.b-d-row {
    background: #fffbdb;
    padding-block: 25px;
}

.cus-row-nth2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

    .cus-row-nth2 > div:nth-child(-n+4),
    .cus-row-nth2 > div:nth-child(n+9):nth-child(-n+12),
    .cus-row-nth2 > div:nth-child(n+17):nth-child(-n+20),
    .cus-row-nth2 > div:nth-child(n+24):nth-child(-n+27) {
        background-color: #ededed;
    }

    .cus-row-nth2 > div {
        background-color: #f6f6f6;
    }

.b-v-sec {
    padding: 20px 0px 6px 0px;
}

.cus-sub-head {
    font-size: 18px;
    font-family: 'Poppins-Light';
    line-height: 25px;
    padding-bottom: 8px;
    font-weight:bold!important;
    /* color: #ef3b3b; */
}

.cmn-inner-ul li {
    padding-left: 22px;
    margin-bottom: 6px;
    position: relative;
    transition: 0.2s;
}

    .cmn-inner-ul li:hover {
        margin-left: 5px;
        transition: 0.2s;
    }

    .cmn-inner-ul li::before {
        float: left;
        display: block;
        content: '\2605';
        color: #9650db;
        position: absolute;
        left: 0;
    }

/* upcoming events css */
.cmn-event-list-item:hover {
    border-color: #69af47;
}

.cmn-event-list-item {
    align-items: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 5px;
    row-gap: 15px;
    padding: 5px;
    border: 1px solid #e3e3e3;
    height: 100%;
}

.upcoming-box img {
    height: 160px;
    object-fit: contain;
}

.cmn-event-list-item h6 {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    color: #ff3737;
    font-size: 14px;
}

.cmn-event-loc {
    font-size: 13px;
    line-height: 20px;
    font-family: "Muli-SemiBold";
    color: #484848;
}

.cmn-event-btn a {
    display: inline-block;
    border-radius: 0;
    padding: 2px 12px;
    text-transform: capitalize;
    color: #262626 !important;
    /* filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.13)); */
    background: #fd421c;
    color: #fff !important;
    border: 1px solid rgba(0, 0, 0, 0.14);
    /* background: linear-gradient(180deg, #fefefe 0%, #f8f8f8 45%, #eeeeee 100%); */
    font-size: 13px;
}


/* .cmn-event-list-item:hover .cmn-event-btn a {
  border-color: #69af47;
} */
.cmn-event-list-item:hover h6 {
    border-color: #69af47 !important;
}

.cmn-event-name {
    font-family: 'Muli-SemiBold';
    font-size: 18px;
    line-height: 20px;
}

.row-gap > div {
    margin-bottom: 15px;
}


.section-header {
    text-align: center;
    margin: 60px auto 20px auto;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222;
}

.section-header-underline {
    border: 1px solid #222;
    width: 3rem;
    margin: 0 auto;
    margin-bottom: 30px;
}


/* video gallery */

.video-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

    .video-gallery a img {
        object-fit: cover;
        width: 100% !important;
        height: 100%;
    }

.video-item {
    position: relative;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    /* margin: -30px 0 0 -30px; */
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 45px;
    height: 45px;
    background: rgb(26 146 215 / 79%);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 50%;
    text-indent: -999em;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

    .play-btn:after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        height: 0;
        width: 0;
        margin: -8px 0 0 -5px;
        border: solid transparent;
        border-left-color: #fff;
        border-width: 8px 14px;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

.video-item:hover .play-btn {
    transform: translate(-50%, -50%) scale(1.1);
}

a.btn-gallery:hover {
    transform: scale(1.02);
    transition: 1s;
}



@media (max-width: 767px) {
    .cus-res-table .table > tbody > tr:not(:first-child) {
        border-top: 1px solid #d5d5d5;
    }

    .cus-res-table .table td,
    .cus-res-table .table th {
        border: 0;
    }

    .cus-table-btn1 {
        background-color: transparent;
        padding: 4px 17px;
        border-radius: 2px;
        border: 1px solid #ff3737;
        background: #ff3737;
        color: #fff !important;
        color: #fff !important;
        font-size: 14px;
        align-items: center;
        display: flex;
        justify-content: center;
        height: 100%;
        margin-top: 15px;
    }

    .table-click {
        display: none !important;
    }

    .cus-res-table .table thead {
        display: none;
    }

    .cus-res-table .table,
    .cus-res-table .table tbody,
    .cus-res-table .table tr,
    .cus-res-table .table td {
        display: block;
        width: 100%;
    }

        .cus-res-table .table tr {
            margin-bottom: 15px;
        }

        .cus-res-table .table td {
            /* padding-top: 10%; */
            text-align: left;
            position: relative;
            padding: 0px;
        }

            .cus-res-table .table td::before {
                display: none;
                content: attr(data-column);
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                padding-left: 15px;
                font-size: 15px;
                font-weight: bold;
                text-align: left;
            }

    .cus-table-btn2 {
        display: block !important;
        padding: 4px 17px;
        border-radius: 2px;
        border: 1px solid #1a92d7;
        cursor: pointer;
        color: #fff !important;
        background: #1a92d7;
        text-align: center;
        margin-bottom: 15px;
    }
}

.cus-table-btn2 {
    display: none;
}


/* tabsin custom payment */

.cus-tabs-container {
    width: 100%;
}

.cus-tabs-nav {
    display: flex;
    /*flex-wrap: wrap;*/
}

.cus-tab-label {
    text-align: center;
    /*flex: 1;*/
    padding: 5px 10px;
    background-color: #ffffff;
    border: none;
    max-width: 50%;
    border: 1px solid #d5d5d5;
    margin: 5px;
    cursor: pointer;
}

    .cus-tab-label.active {
        background-color: #ad1115;
        border-color: #ad1115;
        color: #fff;
        font-weight: 600;
    }

.cus-tabs-content .cus-tab-pane {
    display: none;
}

    .cus-tabs-content .cus-tab-pane.active {
        display: block;
    }


/* magzine details */
.pdf-sec {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
}

    .pdf-sec a {
        position: relative;
        color: #000;
        padding: 10px 15px 10px 40px;
        border: 1px solid #d5d5d5;
        font-family: 'Muli-SemiBold';
        font-size: 16px;
        display: grid;
        align-items: center;
        line-height: 21px;
    }

        .pdf-sec a i {
            color: #ef3b3b;
            position: absolute;
            font-size: 25px;
            top: 50%;
            transform: translateY(-50%);
            left: 6px;
        }

        .pdf-sec a span {
            display: inline-block;
            transition: .5s;
        }

        .pdf-sec a:hover span {
            padding-left: 5px;
            transition: .5s;
        }

.cus-p-m {
    margin-top: 15px;
}

    .cus-p-m a {
        color: #fff;
        font-size: 18px;
    }

        .cus-p-m a i {
            color: #fff;
            font-size: 18px;
            padding-right: 3px;
        }

.cmn-inner-contact-sec {
    font-family: 'Muli-SemiBold';
    border: 1px solid #69af47;
    font-size: 14px;
    padding-bottom: 20px;
}

.cmn-contact-top-sec {
    padding: 15px;
    background: #69af47;
    color: #fff;
    text-align: center;
}

/* Sponser page */
.cus-sponser-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.cus-sponser-box {
    padding: 10px;
    overflow: hidden;
    box-shadow: 0 0px 11px rgb(0 0 0 / 10%), 0px 0px 13px rgb(0 0 0 / 10%);
    text-align: center;
}

    .cus-sponser-box img {
        /* max-width: 100%; */
        transition: .5s;
        width: 150px;
    }

.cus-sponser-grid .cus-sponser-box:hover img {
    transform: scale(1.05);
    transition: .5s;
}

.pdf-sec-two a {
    color: #000;
    font-family: 'Muli-SemiBold';
    display: block;
    margin-left: 20px;
    padding: 10px;
    margin: 14px;
    padding-left: 40px;
    position: relative;
    box-shadow: 0 0px 11px rgb(0 0 0 / 10%), 0px 0px 13px rgb(0 0 0 / 10%);
}

    .pdf-sec-two a i {
        font-size: 22px;
    }

    .pdf-sec-two a > span:first-child {
        position: absolute;
        height: 46px;
        width: 46px;
        left: -15px;
        display: inline-block;
        top: 0;
        background-color: #5b8b1e;
        color: #fff;
        display: grid;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }

.cus-red {
    color: #ef3b3b;
}

/*Seema*/

.login-form {
    max-width: 490px;
    padding: 30px;
    /* box-shadow: 0px 3px 5px 0px rgba(221, 221, 221, 1); */
}

.l-r-m-auto {
    margin-left: auto;
    margin-right: auto;
}

.form_align {
    background-color: #f3f3f3;
    padding: 45px 53px;
    border-radius: 5px;
    border-left: 1px solid #80cf1f;
    border-right: 1px solid #80cf1f;
}

.text_align {
    text-align: center;
}

.t-c {
    text-align: center;
}

@media (width < 991px) {
    .cus-sponser-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
}

@media (width < 776px) {
    .member-amount {
        height: 45px;
        line-height: 45px;
        padding: 10px;
        font-size: 30px !important;
    }

    .cmn-inner-head {
        font-size: 26px;
        line-height: 30px;
        padding-bottom: 20px;
    }

    .pdf-sec {
        grid-template-columns: repeat(1, 1fr);
    }

    .cus-sponser-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
}

@media (width < 576px) {
    /* .cus-tabs-nav{display: block;} */
    .cus-sponser-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}

.table > :not(caption) > * > * {
    border-bottom: 0px !important;
}


.spon-buttonsliss {
    /* background-color: #fff7b3 !important; */
}

    .spon-buttonsliss li {
        border-top: 1px solid #fd2a3024;
        padding: 10px;
        text-align: left;
    }

        .spon-buttonsliss li:hover {
            background-color: #c62b24;
        }

        .spon-buttonsliss li a {
            color: #000 !important;
            font-family: 'Muli-SemiBold';
        }

.life_member {
    color: #000 !important;
    font-family: 'Muli-SemiBold';
}

.spon-buttonsliss li:hover a {
    color: #fff !important;
}

.current_0 img {
    filter: brightness(0);
    width: 20px;
}

.spon-buttonsliss li:hover a img {
    filter: brightness(60);
}

.modal-header {
    border-bottom: none !important;
}

.modal-footer {
    border-top: none !important;
}

span.field-icon {
    float: right;
    position: absolute;
    right: 10px;
    top: 0px;
    cursor: pointer;
    z-index: 2;
}

.msg-caption {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}

.field-validation-error {
    display: -moz-inline-stack;
    display: inline-block;
    font-size: 11.5px;
    color: #fd0002;
    margin-left: 5px;
    position: absolute;
    z-index: 99;
    position: relative;
}

.error1, .success, .information, .attention, .alert {
    background: #fff;
    border-top: 3px solid #558400;
    color: #313131;
    display: block;
    margin: 0;
    padding: 13px 12px 13px 60px;
    margin-bottom: 5px;
    position: relative;
    z-index: 50;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(176,176,176,0.41);
    -moz-box-shadow: 0px 2px 3px 0px rgba(176,176,176,0.41);
    box-shadow: 0px 2px 3px 0px rgba(176,176,176,0.41);
    min-height: 27px;
    font-size: 14px;
}

.success {
    background: #fff url(images/sucess.jpg) no-repeat 10px -5px;
    border-color: #558400;
    color: #313131;
    margin-bottom: 15px;
}

.error1 {
    background: #fff url(images/error.jpg) no-repeat 10px -5px;
    border-color: #ec3b3b;
    color: #313131;
}

.information {
    background: #fff url(images/information.jpg) no-repeat 10px -5px;
    border-color: #1998d8;
    color: #313131;
}

.alert {
    background: #fff url(images/aleart.jpg) no-repeat 10px -5px;
    border-color: #c09853;
    color: #313131;
}

.attention {
    background-color: #fef5be;
    border-color: #d9d3b1;
    background-position: left -163px;
    color: #605611;
}

.divmessage, .message, .divmessage {
    display: block;
    clear: both;
    width: 100%;
    position: relative;
}
/* Close Button*/
.closable {
    position: relative;
}

    .closable .closelink {
        position: absolute;
        top: 2px;
        right: 17px;
        width: 26px;
        height: 26px;
        background: url('images/close.png') no-repeat 0 0;
        margin-top: 10px;
        cursor: pointer;
        opacity: 0.3;
    }

.closelink:hover {
    opacity: 1;
}

.president-btn {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    /*margin-top: 5px;*/
    color: #fff;
    background-color: #e8333e;
    font-size: 16px;
    margin-right: 10px;
}

.president-btn1 {
    color: #fff;
    background-color: #e8333e;
    font-size: 16px;
    position: absolute;
    top: 22px;
    right: 35px;
    font-family: 'Poppins-Medium';
    padding: 5px 20px !important;
}

    .president-btn1:hover {
        color: #fff !important;
    }

.min-ht {
    min-height: 1250px;
    
}

h4.sec-title2 {
    font-size: 20px;
    font-family: 'Muli-SemiBold';
    margin-bottom: 0px;
}



.form_set {
    background-color: #FFFBF4;
    padding: 40px 60px;
}

.icon_set {
    font-size: 16px;
    background-color: #fd2e2c26;
    color: #de423b;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    width: 25px;
    height: 25px;
}

.adds_set {
    font-size: 18px;
    font-family: 'Muli-SemiBold';
    line-height: 25px;
    padding-bottom: 5px;
    color: #111;
}

.contact_de_set {
    display: flex;
    width: 100%;
    padding: 15px;
    border: 1px solid #e1e3e6;
}
.shadow_sec_set {
    box-shadow: 0px 3px 5px 0px rgba(221, 221, 221, 1);
    transition: all 0.3s linear;
}


/* upcoming events css */

.upcoming-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 15px;
}

.up-bg {
    opacity: 0.851;
    box-shadow: inset 0 0 50px rgba(0,0,1,0.05);
    background-color: #ffffff;
    padding: 25px;
}

.upcoming__content {
    background: white;
    /* display: inline-block; */
    box-shadow: 2px 3.464px 7.5px rgba(0,0,0,0.15);
    filter: drop-shadow(2px 3.464px 7.5px rgba(0,0,0,0.15));
    background-color: #ffffff;
    margin-top: -20px !important;
    padding: 10px;
}

    .upcoming__content h5 {
        font-size: 16px;
        text-transform: uppercase;
        color: #3c3738;
        font-family: 'Poppins-Medium';
    }

    .upcoming__content p {
        font-size: 12px;
        color: #4e4e4e;
        font-family: 'Roboto-Regular';
    }

        .upcoming__content p img {
            margin-right: 8px;
            transform: translateY(-2px);
        }

.upcoming__icon img {
   height: 275px; 
    object-fit: cover;
    background-color:#ccc;
    display:block;
    object-position: top;
    display:flex;
    align-items:center;
    justify-content:center;
}


.upcoming__content h5 a {
    color: #de423b;
}

.upcoming__content h5.mb-0{
    margin-bottom:10px !important;
}

.events_btn a {
    border: 1px solid #dcdcdc;
    padding: 2px 10px;
    display: block;
    min-width: 95px;
    margin-left: 5px;
    color: #111;
    border-radius: 20px;
    font-size: 13px;
    
}

.events_btn1 a {
    border: 1px solid #d2d180;
    padding: 5px 11px;
    display: block;
    min-width: 95px;
    margin-left: 5px;
    color: #111;
    border-radius: 20px;
    font-size: 13px;
    background: #fffec1;
}

    .events_btn1 a:hover {
        border: 1px solid #C54E00;
        padding: 5px 11px;
        display: block;
        min-width: 95px;
        margin-left: 5px;
        color: #fff;
        border-radius: 20px;
        font-size: 13px;
        background: #C54E00;
    }

    .event_text_set {
        padding: 20px;
        border-radius: 8px;
        border: 1px solid #e1e3e6;
        padding-top: 12px;
    }

    .event_text_set p {
        font-size: 14px;
        line-height: 16px;
        color: #202226;
        display: flex;
        align-items: center;
        display: flex;
        align-items: center;
        /* font-family: 'Graphik-Light'; */
        margin-bottom: 10px;
    }

        .event_text_set p span {
            margin-right: 12px;
        }

.event_btn {
    /* font-family: 'Poppins-Medium';
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 6px;
  background-color: #fe1618;
  padding: 5px 20px !important; */
    font-family: 'Muli-SemiBold';
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 3px;
    background-color: #fe1618;
    padding: 8px 20px !important;
    border: none;
}

    .event_btn.ss {
        background-color: #0db327;
    }

.event_btncloased {
    /* font-family: 'Poppins-Medium';
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 6px;
  background-color: #fe1618;
  padding: 5px 20px !important; */
    font-family: 'Muli-SemiBold';
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 3px;
    background-color: #f98889;
    padding: 8px 20px !important;
    border: none;
}

event_btncloased.ss {
    background-color: #0db327;
}

.br_bm {
    border-bottom: solid 0.5px #f0f1f2;
}

p.event_details {
    line-height: 24px;
}

.fl_img {
    border-radius: 8px;
}

.sec-title3 {
    font-size: 21px;
    line-height: 29px;
    color: #0D0F13;
    font-family: "Muli-SemiBold";
}


.committee_set {
    background-color: #fff7df;
}

.committee_chir_img_set {
    background-color: #fff;
    border-radius: 70px;
    overflow: hidden;
    padding: 5px;
    height: 135px;
    width: 135px;
    box-shadow: 0 0 3px 0px #fec50082;
}

    .committee_chir_img_set img {
        width: 100%;
    }

.committtee_content {
    font-size: 20px;
    color: #000;
    font-family: 'Poppins-Medium';
}

.committee_rightside {
    background-color: #ffdd83;
    padding: 10px 25px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

    .committee_rightside h5 {
        margin-bottom: 0;
        font-size: 14px;
        font-family: Poppins-Regular;
    }

.committee_other_img_set {
    background-color: #fff;
    border-radius: 70px;
    overflow: hidden;
    /*padding: 5px;*/
    height: 100px;
    width: 100px;
    box-shadow: 0 0 3px 0px #6461614f;
}

    .committee_other_img_set img {
        width: 100%;
    }

.sub_com {
    background-color: #ffe8b2;
    margin: 25px;
}

.committtee_content_set {
    font-size: 16px;
    color: #000;
    font-family: 'Muli-SemiBold';
    margin-bottom: 5px;
}

.committee_leftside.sub_com_set.dashed_line h6 {
    margin-bottom: 15px;
}

.top_bottm_border {
    border-top: 1px solid #f8e8b7;
    border-bottom: 1px solid #f8e8b7;
}

.sub_com_set {
    background-color: #f7f7f7;
    
}

.dashed_line {
    border-bottom: 1px dotted #888784;
}

.number_link h5{
    color: #ee4b4e;
    font-size:16px;
    /* font-family: 'Graphik-Regular'; */
}


/* gallery css */

.galley-block {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 15px;
    row-gap: 15px;
}

.g-box:hover .overlay {
    height: 100%;
}

.gal-grid, .video-gallery {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    row-gap: 20px;
    column-gap: 20px;
    margin-bottom: 20px;
}

.gallery__icon, .v-icon {
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.gallery-owl i {
    font-size: 35px;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000a1;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.text {
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.video-item::before {
    position: absolute;
    height: 50px;
    background-image: url(../images/youtube.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: '';
    width: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s linear;
}

.video-item {
    width: 100%;
    height: 100%;
    position: relative;
}
.donate-bt:hover {
    color: #fff;
}

.event_btn:hover {
    color: #fff;
}

.video_title_set {
    line-height: 22px;
    font-size: 14px;
    font-family: 'Graphik-Regular';
    text-align: center;
    margin-block: 10px;
}

.shadow_sec_set {
    box-shadow: 0px 3px 5px 0px rgba(221, 221, 221, 1);
    transition: all 0.3s linear;
}

    .shadow_sec_set:hover .video-item::before {
        width: 60px;
        height: 60px;
        transition: all 0.3s linear;
    }

.login_text_set {
    font-family: 'Roboto-Light';
}

.border_left_set {
    border-left: 1px solid #ddd;
}

.video_btn_style {
    font-size: 14px;
    border: 1px solid #de423b;
    padding: 3px 10px;
    border-radius: 30px;
    margin-top: -15px;
    color: #1e1e1e;
}
.p10 {
padding:10px;
}

@media (maxwidth:1024px){
    .cus-tabs-nav {
        flex-wrap: wrap;
    }
}

.ex-event-location img, .ex-event-date img {
    position: absolute;
    left: 0px;
    top: 4px;
}
.ex-event-location, .ex-event-date {
    padding-left: 20px;
    position: relative;
    min-height:20px;
    margin-bottom:5px;
    font-size:13px;
}
.upcoming-boxx{
/*    height:100%;
    display:grid;*/
}
    .upcoming-boxx .events_btn {
        width: 120px;
        text-align: center;
        margin: 10px auto 0px auto;
    }

    .upcoming-boxx .events_btn1 {
        width: 185px;
        text-align: center;
        margin: 10px auto 0px auto;
    }

.select_style select {
    border-radius: 0px;
    box-shadow: navajowhite;
    box-shadow: none;
    border: 0px;
    padding: 4px 15px;
    margin-left: 8px;
}
.labal_set label{
    font-family:'Poppins-Medium'
}
.login_img_set {
    max-height: 290px;
    margin-top: 13px;
}
.login_text_set {
    font-family: 'Poppins-Regular';
}

/* MIDDLE SECTION CSS */

.main-top-sec {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 227px;
    background: #fff;
}

    .main-top-sec.profile_set {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        background: #fff;
    }

.main-left-blk {
    filter: drop-shadow(0 0 7.5px rgba(0,0,0,0.1));
    padding-bottom: 50px;
    background: #fff;
}

.main-rgt-blk {
    overflow: hidden;
    background: white;
    position: relative;
    flex-grow: 1;
}

.main-top-sec.profile_set .main-left-blk {
    filter: drop-shadow(0 0 7.5px rgba(0,0,0,0.1));
    padding-bottom: 50px;
    background: #fff;
    margin-right: 12px;
}

.main-top-sec.profile_set .main-rgt-blk {
    overflow: hidden;
    background: white;
    position: relative;
    flex-grow: 1;
    width: 70%;
}

.main-br {
    border-left: 2px solid #ffb440;
    border-right: 2px solid #ffb440;
    position: relative;
}

.sub_btn {
    background-color: #de423b;
    color: #fff;
    border: none;
    padding: 8px 40px;
    font-weight: bold;
}

.list-liarrow li {
    background: url(./images/arrow-list.png);
    padding-left: 41px;
    vertical-align: middle;
    line-height: 26px;
    font-size: 16px;
    padding-top: -6px;
    font-family: 'Poppins-SemiBold';
    margin-top: 0px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 14px;
    animation: moveBackground 1s linear infinite;
}

@keyframes moveBackground {
    0% {
        background-position: 0 0;
       
    }

    100% {
        background-position: 8px 0;
      
    }
}




.un_list_set{
		margin-top: 10px;
	}
    .un_list_set li {
        position: relative;
        margin-bottom: 10px;
        padding-left: 22px;
    }
        .un_list_set li::before {
            position: absolute;
            left: 1px;
            content: '';
            border-radius: 50%;
            height: 8px;
            width: 8px;
            margin-right: 10px;
            background-color: #6cb40d;
            margin-left: 0;
            display: inline-block;
            top: 8px;
        }
.upcoming-boxx {
    margin-bottom: 10px;
}

.upcoming__content {
    min-height: 170px;
}