.footer {
    margin-top: 165px;
}

.global-footer {
    padding: 60px 15px 56px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #333333;
    color: #fff;
}

.global-footer .nav-links {
    text-align: left;
    padding: 0 12px;
    line-height: 25px;
}

.global-footer .nav-links a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 2px solid #fff;
}

.global-footer .nav-links a:hover {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

.global-footer .nav-links .contact-us {
    border-right: unset;
}

.global-footer .icons {
    margin: 48px 0 18px 0;
}

.global-footer .icons .twitter,
.global-footer .icons .facebook,
.global-footer .icons .instagram {
    cursor: pointer;
}


.global-footer .icons .twitter .outer,
.global-footer .icons .facebook .outer,
.global-footer .icons .instagram .outer {
    fill: white;
}

.global-footer .icons .twitter .inner,
.global-footer .icons .facebook .inner,
.global-footer .icons .instagram .inner {
    fill: #333333;
}

.global-footer .icons .twitter:hover .outer {
    fill: #1da1f2;
}

.global-footer .icons .twitter:hover .inner {
    fill: white;
}

.global-footer .icons .icon-link {
    margin: 0 20px;
}

.global-footer .icons .youtube:hover {
    fill: #ff0a0a;
}

.global-footer .icons .facebook:hover .outer {
    fill: #4267b2;
}

.global-footer .icons .facebook:hover .inner {
    fill: white;
}

.global-footer .icons .instagram:hover .outer {
    fill: #fcaf45;
}

.global-footer .icons .instagram:hover .inner {
    fill: white;
}

.global-footer .icons .icon-link {
  color: transparent;
}

.global-footer .icons .icon-link:hover {
  color: transparent;
}

.global-footer .privacy-terms {
    margin: 40px 0 37px 0;
    display: flex;
    flex-wrap: wrap;
}

.global-footer .privacy-terms a {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 2px solid #fff;
}

.global-footer .privacy-terms a:hover {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

.global-footer .privacy-terms .language {
    border-right: unset;
    cursor: pointer;
    display: inline;
    background: transparent;
    outline: none;
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    margin-right: 10px;
    padding: 0;
    text-transform: capitalize;
    font-weight: normal;
    min-height: auto;
}

.global-footer .copyright {
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.01em;
}

.global-footer .badges {
    display: flex;
    align-items: center;
    gap: 10px;
}




/* footer-social media icons css*/

.footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 0
}


@media(min-width: 768px) {
    .footer-social {
        margin:30px
    }
}

.footer-social>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 365px;
    width: 100%
}

.footer-social>ul li {
    display: inline-block;
    list-style-type: none;
    max-height: 32px;
    max-width: 32px
}

.footer-social a {
    display: inline-block;
    height: 32px;
    -webkit-transition: all .24s ease-in-out 10ms;
    transition: all .24s ease-in-out 10ms;
    width: 32px
}

.footer-social a:focus,.footer-social a:hover {
    outline: none
}

.footer-social a:focus .social_facebook,.footer-social a:hover .social_facebook {
    background-color: #3b5998
}

.footer-social a:focus .social_facebook .grey,.footer-social a:hover .social_facebook .grey {
    fill: #fff
}

.footer-social a:focus .social_twitter,.footer-social a:hover .social_twitter {
    background-color: #1d9bf0
}

.footer-social a:focus .social_twitter .grey,.footer-social a:hover .social_twitter .grey {
    fill: #fff
}

.footer-social a:focus .social_instagram,.footer-social a:hover .social_instagram {
    background-color: #f77737
}

.footer-social a:focus .social_instagram .grey,.footer-social a:hover .social_instagram .grey {
    fill: #fff
}

.footer-social a:focus .social_linkedin,.footer-social a:hover .social_linkedin {
    background-color: #0a66c2
}

.footer-social a:focus .social_linkedin .grey,.footer-social a:hover .social_linkedin .grey {
    fill: #fff
}

.footer-social a:focus .social_youtube,.footer-social a:hover .social_youtube {
    background-color: red
}

.footer-social a:focus .social_youtube .grey,.footer-social a:hover .social_youtube .grey {
    fill: #fff
}

.footer-social a .svg-wrapper.facebook,.footer-social a .svg-wrapper.instagram,.footer-social a .svg-wrapper.linkedin,.footer-social a .svg-wrapper.twitter,.footer-social a .svg-wrapper.youtube {
    height: 32px;
    width: 32px
}

.footer-social a svg {
    background-color: #fff;
    border-radius: 50%
}

.footer-social a svg,.donate-footer .donate-footer-container .footer-social a svg .grey {
    -webkit-transition: all .24s ease-in-out 10ms;
    transition: all .24s ease-in-out 10ms
}

.footer-social {
    margin: 40px 0
}
.footer-social>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 420px
}


@media(max-width: 500px) {
    .footer-social>ul {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap;
        margin-bottom: -40px;
        gap:1.5em;
    }
}

.footer-social>ul li {
    display: inline-block;
    list-style-type: none;
    margin: 0 15px
}

@media(max-width: 500px) {
    .footer-social>ul li {
        margin:0 0 40px;
        text-align: center;
        width: 33.33%
    }
}

.footer-social a {
    display: inline-block;
    height: 40px;
    -webkit-transition: all .24s ease-in-out 10ms;
    transition: all .24s ease-in-out 10ms;
    width: 40px
}

@media(min-width: 768px) {
    .footer-social a {
        height:32px;
        width: 32px
    }
}

.footer-social a:focus,.footer-social a:hover {
    outline: none
}

.footer-social a:focus .social_facebook,.footer-social a:hover .social_facebook {
    background-color: #3b5998
}

.footer-social a:focus .social_facebook .grey,.footer-social a:hover .social_facebook .grey {
    fill: #fff
}

.footer-social a:focus .social_twitter,.footer-social a:hover .social_twitter {
    background-color: #1d9bf0
}

.footer-social a:focus .social_twitter .grey,.footer-social a:hover .social_twitter .grey {
    fill: #fff
}

.footer-social a:focus .social_instagram,.footer-social a:hover .social_instagram {
    background-color: #f77737
}

.footer-social a:focus .social_instagram .grey,.footer-social a:hover .social_instagram .grey {
    fill: #fff
}

.footer-social a:focus .social_linkedin,.footer-social a:hover .social_linkedin {
    background-color: #0a66c2
}

.footer-social a:focus .social_linkedin .grey,.footer-social a:hover .social_linkedin .grey {
    fill: #fff
}

.footer-social a:focus .social_youtube,.footer-social a:hover .social_youtube {
    background-color: red
}

.footer-social a:focus .social_youtube .grey,.footer-social a:hover .social_youtube .grey {
    fill: #fff
}

.footer-social a:focus .social_tiktok,.footer-social a:hover .social_tiktok {
    background-color: #fe2c55
}

.footer-social a:focus .social_tiktok .grey,.footer-social a:hover .social_tiktok .grey {
    fill: #fff
}

.footer-social a .svg-wrapper.facebook,.footer-social a .svg-wrapper.instagram,.footer-social a .svg-wrapper.linkedin,.footer-social a .svg-wrapper.tiktok,.footer-social a .svg-wrapper.twitter,.footer-social a .svg-wrapper.youtube {
    height: 40px;
    width: 40px
}

@media(min-width: 768px) {
    .footer-social a .svg-wrapper.facebook,.footer-social a .svg-wrapper.instagram,.footer-social a .svg-wrapper.linkedin,.footer-social a .svg-wrapper.tiktok,.footer-social a .svg-wrapper.twitter,.footer-social a .svg-wrapper.youtube {
        height:32px;
        width: 32px
    }
}

.footer-social a svg {
    background-color: #fff;
    border-radius: 50%
}

.footer-social a svg,.footer-social a svg .grey {
    -webkit-transition: all .24s ease-in-out 10ms;
    transition: all .24s ease-in-out 10ms
}

.footer-social a svg.social_tiktok {
    padding: 5px
}

.footer-social a svg.social_twitter {
    padding: 7px
}
.svg-wrapper {
    display: inline-block
}

.svg-wrapper svg {
    position: relative;
    width: 100%;
    height: auto
}
.svg-wrapper.facebook,.svg-wrapper.instagram,.svg-wrapper.twitter {
    background: none;
    border: none;
    height: 30px;
    margin: 0;
    padding: 0;
    width: 30px
}
svg .st0 {
    display: block!important
}
/* footer-social media icons css END*/