/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Source+Sans+Pro:ital@1&display=swap');

b, strong {
    font-weight: 600!important;
}

header {
    display: none;
}

header.global-header {
    display: block !important;
}

body ul {
    padding: 0 !important;
    margin: 0;
    margin-bottom: 20px;
}

.header-container {
    max-width: 1345px;
    margin: 0 auto;
    position: relative;

}

.nav_bg
{
    overflow: hidden;
}

.py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.px-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.header-container .logo img {
    max-width: 250px;
    object-fit: cover;
}

.header-container .nav_text {
    max-width: 235px;
    min-width: 235px;
}

.header-container .nav_text p {
    font-family: Lato, sans-serif;
    font-size: 14px;
    color: #666;
    margin: 0;
}

.header-container .nav_text a {
    color: #00b0ea;
    text-decoration: none;

}

.header-container p {
    font-family: Lato, sans-serif;
}

.header-container .logo {
    font-size: 14px;
    color: #666;
    font-family: Open Sans, Arial, sans-serif;
    min-width: 280px;
    text-align: center;
    line-height: 22px;
}

.header-container .logo a {
    font-weight: 800;
    color: #000000;
    text-decoration: none;
}

header#site-header {
    display: none;
}

.header_top {
    position: relative;
    background: #ffffff;
}

a.icon.mobile_icon {
    position: absolute;
    left: 4px;
    top: 10px;
    font-size: 23px;
    color: #000000;
    z-index: 9999999;
}

.header_top .header-container {
    display: flex;
    align-items: center;
}

.header-container div {
    /*flex: 1 1 0px;*/
}

div#myTopnav .custom-global-header-menu {
    width: 92%;
}

.donateNow {
    position: absolute;
    right: 0;
    padding: 1px 0;
}

.mobile_icon {
    display: none;
}

.login_register {
    display: flex;
    justify-content: end;
    padding-right: 6%;
    gap: 10px;
    align-items: center;
    width: 100%;
}

span.sign-up-text {
    display: flex;
    justify-content: center;
    width: 100%;
    min-width: 125px;
    font-size: 14px;
    font-weight: 500;
    color: #4c4b4b;
}

.login_register a.reg {
    padding: 0px 22px;
    background: #FFDB4A;
    border-radius: 290486px;
    padding-left: 1em;
    padding-right: 1em;
    color: #4a4a4a;
    text-decoration: none;
    font-family: Lato, sans-serif;
    font-size: 14px;
    max-height: 35px;
    height: 35px;
    line-height: 35px;
    min-width: 80px;
    text-align: center;
}

.login_register a.loginbtn {
    background: #EEEEEE;
}

a.newsleter {
    margin-left: 3px;
    color: #2ea3f2;
}

.topnav {
    overflow: hidden;
}

div#myTopnav {
    display: flex;
    justify-content: start;
    height: 45px;
    align-items: center;
    gap: 40px;

}

div#myTopnav .custom-global-header-menu ul,
div#myTopnav .menu ul {
    display: flex;
    margin: 0;
    padding: 7px 0;

}

div#myTopnav .custom-global-header-menu ul li,
div#myTopnav .menu ul li {
    list-style: none;
    margin: 0;
}

.topnav a {

    display: block;
    color: #ffffff;
    text-align: center;
    padding: 0px 30.2px;
    text-decoration: none;
    font-size: 17px;
    font-family: Lato, sans-serif;
}

.topnav a:hover {
    color: #676767;
}

.topnav a.active {
    color: #676767;
}

.topnav .icon {
    display: none;
}

a.header-donate {
    padding: 18px 14px!important;
    max-width: 154px;
    background: #00b0ea;
    float: right;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 1px;
}

.header-donate:hover {
    background: transparent;
}




/*footer css*/
.site-footer {
    font-size: 17px;
}

.site-footer {
    border-top: 1px solid #676767;
}

.site-footer a {
    color: darkseagreen !important;
    text-decoration: underline;
    font-weight: 600;
}

.site-footer,
.site-footer p {
    font-family: 'Poppins', sans-serif;
    background-color: #f0f0f0 !important;
    color: #000507c4 !important;
    line-height: 24px;
    font-size: 17px;
}

.footer__motto {
    margin-bottom: 10px;
}

.version1 span.helping-text {
    position: relative;
    top: -1px;
}

.version2 span.helping-text {
    position: relative;
    top: -2px;
}

.footer__motto p {
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    color: #000507 !important;
    line-height: 1.5;
    margin-bottom: 8px;
}

.site-footer {
    font-size: 17px;
}

.columns-outer {
    display: flex;
}

.column-inner {
    width: 100%;
}

.footer__navigation {
    list-style: none;
    columns: 2;
    margin-left: 0;
    padding: 0;
    margin-top: 8px;
    text-align: left;
}



.footer__navigation li {
    list-style: none;
    margin: 0;
}

.footer__navigation a,
.footer__navigation a:visited {

    text-transform: none;
    text-decoration: none;
}

.footer__motto strong {
    color: #363636;
    font-size: 19px;
}

.footer__contents {
    max-width: 1344px;
    margin: 0 auto;
    padding: 40px 10px;
    text-align: center;
    font-size: 17px;
    font-weight: normal;
    padding-top: 28px;
    padding-bottom: 24px;
}

.footer__logo-container {
    position: relative;
    top: 0px;
}

.footer__logo-container p {
    margin-bottom: 15px !important;
    margin-top: 3px;
}

.footer__motto a.learn_more {
    font-size: 14px;
    padding: 4px 1em;
    letter-spacing: normal;
    /* height: 40px; */
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 4px;
    display: inline-block;
    font-weight: 600;
}

.footer__logo-container a img.ftr_logo {
    width: 100%;
    max-width: 180px;
    margin: 0 auto;
    object-fit: contain;
}

.custom-menu-class ul li a {
    font-weight: 400;
    color: #000507 !important;
    text-rendering: optimizeLegibility;
    line-height: 24px;
}

footer {
    display: none;
}

.bottom_footer {
    display: none;
}

.footer__motto {
    font-size: 1.125em;
    text-align: center;
    line-height: 30px;
    margin-top: 3px;
}

a.learn_more {
    padding: 10px 8px;
    font-size: 14px;
    color: #ffffff !important;
    text-decoration: none;
    border-radius: 3px;
    font-weight: 100;
}

.footer__copyright {
    text-align: center;
    background-color: #646464;
    padding-bottom: 1em;
    padding-top: 1em;
    color: #fff;
}

.footer__copyright .small,
.footer__copyright small {
    font-size: 85% !important;
    font-family: 'Poppins', sans-serif;
}

.clearfloat {
    clear: both;
}

ul.bottom_footer {
    list-style: none;
    text-align: center;
    padding: 19px 0;
}

ul.bottom_footer li {
    display: inline;
    color: #ffffff;
}

ul.bottom_footer li a {
    color: #ffffff;
    padding: 0 8px;
    font-size: 15px;
}

.bottom_footer ul {
    list-style: none;
    text-align: center;
    padding: 19px 0;
}

.bottom_footer ul li {
    display: inline;
    color: #ffffff;
}

.bottom_footer ul li a {
    color: #ffffff;
    padding: 0 8px;
    font-size: 15px;
}

.bottom_footer ul li a:hover {
    color: #ffffff !important;
}

.donateNow a {
    color: #ffffff !important;
}

/*footer css ends*/
@media (max-width: 1261px)
{
   .topnav a
   {
    padding: 0px 20.2px;
   }
}

@media (max-width: 1090px)
{   
    span.sign-up-text
    {
        display: block;
    }
   .topnav a
   {
    padding: 0px 14px;
   }
}

@media (max-width: 1000px)
{   

   .mobile_icon {
        display: block;
    }
    div#myTopnav {
        display: none;
        height: auto;
    }

    .header-container .nav_text {
        max-width: auto;
        min-width: auto;
    }

    .nav_bg {
            overflow: visible;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
        }
    div#myTopnav .custom-global-header-menu ul,
    div#myTopnav .menu ul {
        display: block !important;
    }

    .responsive {
        display: block !important;
        position: absolute !important;
        top: 0;
        width: 100%;
        background: #ffffff !important;
    }

    .topnav a {
        padding: 6px 16px;
    }

    

    .topnav a {
        color: #000000 !important;
        text-align: center !important;
    }

    .donateNow a {
        color: #ffffff !important;
    }
}
@media (max-width: 900px) {
    .login_register {
        padding-right: 3%;
    }
}

@media (max-width: 768px) {
    span.sign-up-text
    {
        min-width: 154px;
    }
    .columns-outer {
        display: block;
    }

    .header-container div {
        width: 100% !important;
    }

    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }

    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 9999999999;
        text-align: left !important;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
        margin: 0 auto;
    }

    

    .header_top .header-container {
        display: flex;
        align-items: center;
        text-align: center;
        flex-direction: column;
        justify-content: center;
    }

    .header-container .logo {
        max-width: 225px;
    }

    .header-container div {
        flex: 0 0 100%;
        padding: 8px 0;
        justify-content: center;
    }

    

    

}

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

    .header_top .header-container {
        padding-bottom: 0px;
    }

    .footer__contents {
        padding: 40px 35px;
    }

    .footer__motto {
        margin-top: 15px;
    }
}