body {
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
        135deg,
        rgba(6, 147, 227, 1) 0%,
        rgb(155, 81, 224) 100%
    );
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
        135deg,
        rgb(122, 220, 180) 0%,
        rgb(0, 208, 130) 100%
    );
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
        135deg,
        rgba(252, 185, 0, 1) 0%,
        rgba(255, 105, 0, 1) 100%
    );
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
        135deg,
        rgba(255, 105, 0, 1) 0%,
        rgb(207, 46, 46) 100%
    );
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
        135deg,
        rgb(238, 238, 238) 0%,
        rgb(169, 184, 195) 100%
    );
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
        135deg,
        rgb(74, 234, 220) 0%,
        rgb(151, 120, 209) 20%,
        rgb(207, 42, 186) 40%,
        rgb(238, 44, 130) 60%,
        rgb(251, 105, 98) 80%,
        rgb(254, 248, 76) 100%
    );
    --wp--preset--gradient--blush-light-purple: linear-gradient(
        135deg,
        rgb(255, 206, 236) 0%,
        rgb(152, 150, 240) 100%
    );
    --wp--preset--gradient--blush-bordeaux: linear-gradient(
        135deg,
        rgb(254, 205, 165) 0%,
        rgb(254, 45, 45) 50%,
        rgb(107, 0, 62) 100%
    );
    --wp--preset--gradient--luminous-dusk: linear-gradient(
        135deg,
        rgb(255, 203, 112) 0%,
        rgb(199, 81, 192) 50%,
        rgb(65, 88, 208) 100%
    );
    --wp--preset--gradient--pale-ocean: linear-gradient(
        135deg,
        rgb(255, 245, 203) 0%,
        rgb(182, 227, 212) 50%,
        rgb(51, 167, 181) 100%
    );
    --wp--preset--gradient--electric-grass: linear-gradient(
        135deg,
        rgb(202, 248, 128) 0%,
        rgb(113, 206, 126) 100%
    );
    --wp--preset--gradient--midnight: linear-gradient(
        135deg,
        rgb(2, 3, 129) 0%,
        rgb(40, 116, 252) 100%
    );
    --wp--preset--duotone--dark-grayscale: url("#wp-duotone-dark-grayscale");
    --wp--preset--duotone--grayscale: url("#wp-duotone-grayscale");
    --wp--preset--duotone--purple-yellow: url("#wp-duotone-purple-yellow");
    --wp--preset--duotone--blue-red: url("#wp-duotone-blue-red");
    --wp--preset--duotone--midnight: url("#wp-duotone-midnight");
    --wp--preset--duotone--magenta-yellow: url("#wp-duotone-magenta-yellow");
    --wp--preset--duotone--purple-green: url("#wp-duotone-purple-green");
    --wp--preset--duotone--blue-orange: url("#wp-duotone-blue-orange");
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
}

.has-black-color {
    color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
    color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
    background-color: var(
        --wp--preset--color--luminous-vivid-orange
    ) !important;
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(
        --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
    ) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(
        --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
    ) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(
        --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
    ) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(
        --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
    ) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(
        --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
    ) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}

.menu-label {
    background: #ffbc59;
    border-radius: 2px;
    color: #fff;
    font-family: "Libre Franklin";
    font-size: 0.5em;
    font-weight: 900;
    margin-left: 6px;
    padding: 2px 5px 2px 5px;
    position: relative;
    top: -3px;
}

/* Course button and link colors */
.linp-featured-courses-carousel .course-link-btn {
    background-color: #2690b1;
}

.linp-featured-courses-carousel .course-link-btn:hover {
    background-color: #1f82a1;
}

.linp-featured-courses-carousel .course-meta li a {
    color: #2690b1;
}

.page-title {
    background: #ff7d0087;
    padding: 30px 35px;
    display: inline-block;
    min-width: 50%;
}

.page-title:after {
    content: "\f0dd" !important;
    font-family: FontAwesome !important;
    font-size: 1em;
    font-weight: normal;
    position: relative;
    bottom: 0;
    display: block;
    left: 0;
    line-height: 0.7em;
}

.single-tribe_events .page-title {
    padding: 0;
    background: transparent;
}

.single-tribe_events .page-title:after {
    content: "" !important;
}

/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
/* ============================================================= */

.menu-label {
    background: #ffbc59;
    border-radius: 2px;
    color: #fff;
    font-family: "Libre Franklin";
    font-size: 0.5em;
    font-weight: 900;
    margin-left: 6px;
    padding: 2px 5px 2px 5px;
    position: relative;
    top: -3px;
}

/* Course button and link colors */
.linp-featured-courses-carousel .course-link-btn {
    background-color: #2690b1;
}

.linp-featured-courses-carousel .course-link-btn:hover {
    background-color: #1f82a1;
}

.linp-featured-courses-carousel .course-meta li a {
    color: #2690b1;
}

.page-title {
    background: #ff7d0087;
    padding: 30px 35px;
    display: inline-block;
    min-width: 50%;
}

.page-title:after {
    content: "\f0dd" !important;
    font-family: FontAwesome !important;
    font-size: 1em;
    font-weight: normal;
    position: relative;
    bottom: 0;
    display: block;
    left: 0;
    line-height: 0.7em;
}

.single-tribe_events .page-title {
    padding: 0;
    background: transparent;
}

.single-tribe_events .page-title:after {
    content: "" !important;
}

/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
/* ============================================================= */

.breadcrumbs .trail-browse,
.breadcrumbs .trail-items,
.breadcrumbs .trail-items li {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    text-indent: 0;
}

.breadcrumbs .trail-browse {
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    color: inherit;
}

.breadcrumbs .trail-items {
    list-style: none;
}

.trail-items li::after {
    content: "\002F";
    padding: 0 0.5em;
}

.trail-items li:last-of-type::after {
    display: none;
}
/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
/* ============================================================= */

.header-mobile {
    display: none;
}

@media screen and (max-width: 1100px) {
    .header-left {
        padding-left: 0;
    }

    .wh-header,
    .wh-top-bar {
        display: none;
    }

    .header-mobile {
        display: block;
    }
}

/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
/* ============================================================= */

/* ---------------- logo-image ---------------- */
.logo-image {
    height: 100px;
    margin-top: 10px;
    margin-left: 10px;
}
/* ---------------- logo-image ---------------- */

.social-logo {
    /* box-shadow: 0px 0px 23px -18px black; */
    max-height: 60px;
    display: flex;
}

@media screen and (max-width: 575px) {
    .social-logo {
        /* box-shadow: 0px 0px 23px -18px black; */
        min-height: 120px;
    }
}

.social-logo span {
    margin: 5px 8px;
}

/* ---------------- icon styling ------------------- */
.fa-facebook {
    background-color: rgb(59, 89, 152);
    color: white;
    border: 1px solid rgb(59, 89, 152);
}
.fa-twitter {
    background-color: rgb(29, 202, 255);
    color: white;
    border: 1px solid rgb(29, 202, 255);
}
.fa-youtube {
    background-color: rgb(255, 0, 0);
    color: white;
    border: 1px solid rgb(255, 0, 0);
}
.fa-instagram {
    background-color: rgb(247, 0, 106);
    color: white;
    border: 1px solid rgb(247, 0, 106);
}
.fa-telegram {
    background-color: rgb(0, 136, 204);
    color: white;
    border: 1px solid rgb(0, 136, 204);
}
.fa-linkedin {
    background-color: rgb(0, 119, 176);
    color: white;
    border: 1px solid rgb(0, 119, 176);
}

/* --- on hover */
.fa-facebook:hover {
    background-color: white;
    color: rgb(59, 89, 152);
}
.fa-twitter:hover {
    background-color: white;
    color: rgb(29, 202, 255);
}
.fa-youtube:hover {
    background-color: white;
    color: rgb(255, 0, 0);
}
.fa-instagram:hover {
    background-color: white;
    color: rgb(247, 0, 106);
}
.fa-telegram:hover {
    background-color: white;
    color: rgb(0, 136, 204);
}

.fa-linkedin:hover {
    background-color: white;
    color: rgb(0, 119, 176);
}

/* ---------------- icon styling ------------------- */

.home-nav a i {
    height: 40px;
    width: 40px;
    font-size: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navigation-div {
    display: flex;
    align-items: center;
    flex-direction: row;
    background-color: rgb(59, 100, 215);
    height: 60px;
}
.navigation-div span {
    margin: 0px 2px;
    padding: 10px 2px;
    position: relative;
    border-radius: 2px;
}
.navigation-div span span {
    color: white;
    cursor: pointer;
}

.navigation-div span ul {
    position: absolute;
    background-color: rgb(59, 100, 215);
    box-shadow: 5px 2px 14px -6px black;
    list-style: none;
    border-radius: 10px;
    width: max-content;
    padding: 5px;
    top: 100%;
}
.navigation-div span ul li {
    padding-bottom: 15px;
}
.navigation-div span ul li:hover {
    text-decoration: underline;
    text-decoration-color: white;
}

.navigation-div span a {
    /* width: 100%; */
    padding-left: 2px;
    text-align: center;
    margin: 0px 5px;
    color: white;
}

/* ---------------- link styles ----------------------- */
.home-page-link {
    background-color: rgb(113, 113, 113);
}
.sign-in-link {
    background-color: rgb(0, 128, 128);
}
/* ---------------- link styles ----------------------- */
.navigation-div #hamberger-menu {
    display: none;
}
.navigation-div #hamberger-menu button {
    border: 1px solid #ffffff;
    border-radius: 5px;
    background: #ffffff;
    transition: 0.5s;
}
.navigation-div #hamberger-menu button:focus {
    box-shadow: 0px 0px 5px 0px black;
}

@media screen and (max-width: 1200px) {
    .home-nav {
        justify-content: center;
    }

    .home-nav div {
        display: flex;
        width: 100%;
        justify-content: center;
        margin: 5px 0px;
    }

    .navigation-div {
        flex-direction: column;
        align-items: flex-start;
        height: unset;
        padding: 10px;
    }
    .navigation-div span {
        margin: 0px 2px;
        padding: 5px 5px;
        display: block;
        width: 100%;
    }

    .navigation-div span ul {
        position: unset;
        box-shadow: none;
        border: 1px solid white;
        margin: 10px 0px;
        width: 100%;
    }
    .navigation-div #hamberger-menu {
        display: block;
    }
    .navigation-div #navigation-div-content {
        height: 0px;
        overflow: hidden;
        transition: height 0.3s ease-in-out;
        width: 100%;
    }
    .navigation-div #navigation-div-content .inner-div-1 {
        padding: 10px 0px;
    }
}

.header-phone-email {
    flex-direction: row;
    display: flex;
    gap: 10px;
    font-weight: bold;
    flex-wrap: wrap;
    justify-content: center;

}

/* ===================================== */
.main-header-Logo {
    height: 70px !important;
}

.header-emailandphonelink {
    font-family: Montserrat;
    text-transform: capitalize;
    line-height: 16px;
    font-weight: 600;
    color: #0f2a5b;
    font-style: normal;
    font-size: 16px;
}

.header-nav-menu::after {
    content: none !important;
}

.page-banner-div {
    position: relative;
}
.page-banner-div .image {
    width: 100%;
    aspect-ratio: 10/2;
}

@media screen and (max-width: 768px) {
    .page-banner-div .image {
        aspect-ratio: 10/3;
    }
}
@media screen and (max-width: 500) {
    .page-banner-div .image {
        aspect-ratio: 10/4;
    }
}

.page-banner-div .heading_div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
}

.page-banner-div .heading {
    color: white;
    background-color: rgb(255 125 0 / 53%);
    min-width: max-content;
    padding: 30px;
    font-size: 40px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
}

/* ------------- our national working committee styling -------------------- */
.national-working-committee {
    text-align: center;
    position: relative;
    border-radius: 0px 0px 30px 30px;
    overflow: hidden;
    box-shadow: 0px 0px 5px -3px black;
    width: 90%;
    margin: 10px 5%;
}

.national-working-committee .nwc1 {
    margin: 13px 0px;
}
.national-working-committee .nwc1 img {
    height: 280px;
    max-width: 100%;
}

.national-working-committee .nwc2 {
    padding: 0px 20px;
}

.national-working-committee .social-hover-div {
    display: none;
}

.national-working-committee:hover .social-hover-div {
    display: block;
}
.national-working-committee .social-hover-div .social-hover {
    background-color: rgb(0 0 0 / 50%);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fa-link {
    background-color: rgb(0, 82, 183);
    color: white;
    border: 1px solid rgb(0, 82, 183);
}
.fa-link:hover {
    background-color: white;
    color: rgb(0, 82, 183);
}
.fa-custom {
    height: 40px;
    width: 40px;
    font-size: 25px !important;
    border-radius: 50%;
    flex-direction: row;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 0px 5px;
}
/* ------------- our national working committee styling -------------------- */
/* ------------- organization news styling -------------------- */
.organization-news-link {
    font-weight: 600;
    line-height: 1.4;
    font-family: "Lexend", sans-serif !important;
    color: rgb(0, 0, 0) !important;
    text-align: center;
    display: block;
}

.organization-news-img-link {
    position: relative;
    font-family: "Lexend", sans-serif !important;
    color: #506172 !important;
}

.organization-news-title {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: rgb(255, 231, 230);
    padding: 5px;
    margin: 0px;
    font-size: 1.1rem;
}

.organization-news-link:hover {
    color: #fc3f00;
}
.show-more-content {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: white;
    z-index: 2;
    text-align: left;
    text-align: center;
    background: transparent;
}
.show-more-content a {
    color: orange !important;
}
/* ------------- organization news styling -------------------- */
heading_basic_details {

    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

heading_basic_details .header-phone-email{
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.sub-menu{
    background-color: white !important;
}

.background-white{

    background-color: white !important;
}



/* ---------- google translation styling : start ------------------  */
#google_translate_element {
    width: 130px;
    border-radius: 5px;
    overflow: hidden;
    height: 32px;
    display: flex;
    position: relative;
}

#google_translate_element .goog-te-combo {
    border-radius: 5px;
    position: absolute;
    width: 130px;
    height: 36px;
    background: rgb(40, 167, 69);
    color: white;
    padding: 5px;
    margin: -2px;
    left: 0;
    top: 0;
}

@media screen and (max-width: 450px) {
    #google_translate_element {
        width: 70px;
    }

    #google_translate_element .goog-te-combo {
        width: 70px;
    }

    #responsivetwitter {
        display: none !important;
    }
}

#google_translate_element span {
    display: none;
}

.skiptranslate iframe {
    height: 0px;
}
/* ---------- google translation styling : ends ------------------  */
