/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
    --thm-font: 'Nunito', sans-serif;
    --thm-reey-font: 'reeyregular';
    --thm-gray: #707876;
    --thm-gray-rgb: 112, 120, 118;
    --thm-primary: #15c8a0;
    --thm-primary-rgb: 21, 200, 160;
    --thm-black: #1f2230;
    --thm-black-rgb: 31, 34, 48;
}

.row {
    --bs-gutter-x: 30px;
}

.gutter-y-30 {
    --bs-gutter-y: 30px;
}

body {
    font-family: var(--thm-font);
    /*color: var(--thm-gray);*/
    color:#333;
    font-size:16px;
    line-height: 35px;
    font-weight: 400;
}

body.locked {
    overflow: hidden;
}

a {
    color: var(--thm-base);
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--thm-black);
    margin: 0;
}
button:focus{
    outline:none;
}


::placeholder {
    color: inherit;
    opacity: 1;
}


.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}
.swiper-wrapper {
    height: 70vh;
}
.section{
    padding:60px 0;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

::placeholder {
    color: inherit;
    opacity: 1;
}

.section-separator {
    border-color: var(--thm-border);
    border-width: 1px;
    margin-top: 0;
    margin-bottom: 0;
}

.thm-btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    background-color: #fdc900;
    color: #333;
    
    font-weight: 900;
    padding: 10px 30px;
    transition: 500ms;
}

.thm-btn i {
    margin-right: 10px;
}

.thm-btn:hover {
    background: var(--thm-black);
    color: #ffffff;
}



.section-title {
    margin-top: -13px;
    margin-bottom: 30px;
}

.section-title__tagline {
    display: inline-flex;
    color: #fdc900;
    font-size: 18px;
    font-weight: 900;
    align-items: center;
    line-height: 30px;
}

.section-title__tagline::before {
    content: '';
    background-color: currentColor;
    width: 44px;
    height: 2px;
    margin-right: 10px;
}

.section-title__title {
    margin: 0;
    font-weight: 600;
    /* color: var(--thm-black); */
    font-size: 35px;
    line-height: 40px;
}


.bootstrap-select .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
}

.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
    background-color: var(--thm-base);
}

.preloader {
    position: fixed;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9991;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
}

.preloader__image {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.zakat_color {
    color: #fdc900;
}
a.zakat_color:hover {
    color: rgb(253 201 0 / 80%);
}

#style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(129, 73, 151, 0.5);
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgb(129, 73, 151, 0.5);
}

#style-1::-webkit-scrollbar {
    width: 10px;
}

#style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(129, 73, 151, 0.5);
    box-shadow: inset 0 0 6px rgb(129, 73, 151, 0.5);
    background: linear-gradient(to top, #fdc900, #fdc900);
}
/* scroll to top */
.scroll-to-top {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: #fdc900;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: none;
    border-radius: 50%;
    transition: all 0.4s ease;
}

.scroll-to-top i {
    color: #ffffff;
    font-size: 18px;
    line-height: 45px;
}

.scroll-to-top:hover {
    background-color: var(--thm-black);
}

.scroll-to-top:hover i {
    color: #fff;
}

/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
    position: relative;
    display: block;
}

.main-header__logo {
    position: relative;
    width: 15%;
    float: left;
    background-color: #fdc900;
    text-align: center;
    padding: 44px 0;
}
.main-header__logo img{
   width:205px;
}
.main-menu-wrapper {
    position: relative;
    background-color: #ffffff;
    float: right;
    width: 85%;
}

.main-menu-wrapper__top {
    position: relative;
    display: block;
    padding: 0 60px 0;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 0px 0px rgb(229, 238, 236);
}

.main-menu-wrapper__top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 0;
}



.main-menu-wrapper__left-content {
    display: flex;
    align-items: center;
}



.main-menu-wrapper__left-text p {
    font-size: 14px;
    color: var(--thm-black);
    margin: 0;
}

.main-menu-wrapper__left-email-box {
    display: flex;
    align-items: center;
    margin-left: 40px;
}



.main-menu-wrapper__left-email-box .icon i {
    color: #fdc900;
    font-size: 12px;
}

.main-menu-wrapper__left-email-box .email {
    margin-left: 10px;
}

.main-menu-wrapper__left-email-box .email a {
    font-size: 14px;
    color: var(--thm-black);
}



.main-menu-wrapper__right-social {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 9px 0;
}

.main-menu-wrapper__right-social a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--thm-black);
    font-size: 14px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-wrapper__right-social a:hover {
    color: #fdc900;
    transition: all 500ms ease;
}

.main-menu-wrapper__right-social a+a {
    margin-left: 35px;
}

.main-menu-wrapper__bottom {
    position: relative;
    display: block;
    padding: 0 60px 0;
    box-shadow: 2px 10px 14px rgb(0 0 0 / 10%);
}


.main-menu {
    position: relative;
    z-index: 91;
}

.main-menu__inner {
    display: flex;
    align-items: center;
    position: relative;
}

.main-menu__right {
    margin-left: auto;
    padding-left: 60px;
    display: flex;
    align-items: center;
    position: relative;
}

.main-menu__right:before {
    position: absolute;
    top: 28px;
    left: 0;
    bottom: 28px;
    content: "";
    background-color: #e5eeec;
    width: 1px;
}

@media (max-width: 425px) {
    .main-menu__right {
        padding-left: 0;
    }
}

.main-menu__search {
    font-size: 24px;
    color: var(--thm-black);
    margin-right: 30px;
    transition: all 500ms ease;
}

.main-menu__cart {
    font-size: 24px;
    color: var(--thm-black);
    margin-right: 60px;
    transition: all 500ms ease;
}

.main-menu__search:hover,
.main-menu__cart:hover {
    color: #fdc900;
}

@media (max-width: 1199px) {

    .main-menu__search,
    .main-menu__cart {
        margin-right: 20px;
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .main-menu__cart {
        margin-right: 0;
    }
}

.main-menu__phone-contact {
    display: flex;
    align-items: center;
    background-color: #eff5f4;
    padding: 19.5px 60px;
}

.main-menu__phone-icon {
    height: 60px;
    width: 60px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    color: #fdc900;
}



.main-menu__phone-number {
    margin-left: 10px;
}

.main-menu__phone-number>p {
    margin: 0;
    font-size: 14px;
    line-height: 19px;
}

.main-menu__phone-number>a {
    color: var(--thm-black);
    font-size: 18px;
    font-weight: 800;
}

.main-menu__donate-btn {
    font-size: 14px;
    color: #ffffff;
    font-weight: 900;
    background: #fdc900;
    display: inline-block;
    padding: 7px 20px;
    transition: all 500ms ease;
    margin-left: 30px;
}

.main-menu__donate-btn i {
    margin-right: 7px;
    font-size: 12px;
}

.main-menu__donate-btn:hover {
    background-color: var(--thm-black);
    color: #ffffff;
}

.stricky-header.main-menu {
    padding: 0 60px;
}


.main-menu .main-menu__list,
.main-menu .main-menu__list ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    align-items: center;
    display: none;
}

@media (min-width: 1200px) {

    .main-menu .main-menu__list,
    .main-menu .main-menu__list ul,
    .stricky-header .main-menu__list,
    .stricky-header .main-menu__list ul {
        display: flex;
    }
}

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
    padding-top: 34.5px;
    padding-bottom: 34.5px;
    position: relative;
}

/*.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
    margin-left: 30px;
}*/
.main-menu .main-menu__list > li {
    margin-right: 30px;
}
    .main-menu .main-menu__list > li > a,
    .stricky-header .main-menu__list > li > a {
        
        font-weight: 700;
        display: flex;
        align-items: center;
        color: var(--thm-gray);
        position: relative;
        transition: all 500ms ease;
    }

.main-menu .main-menu__list>li>a::before,
.stricky-header .main-menu__list>li>a::before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #fdc900;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: transform 500ms ease;
    transform: scale(0, 1);
    transform-origin: left center;
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
    color: var(--thm-black);
}

.main-menu .main-menu__list>li.current>a::before,
.main-menu .main-menu__list>li:hover>a::before,
.stricky-header .main-menu__list>li.current>a::before,
.stricky-header .main-menu__list>li:hover>a::before {
    transform: scale(1, 1);
    transform-origin: right center;
}

.main-menu .main-menu__list li ul,
.stricky-header .main-menu__list li ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    transition: 500ms ease;
    z-index: 99;
    box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
}

.main-menu .main-menu__list li:hover>ul,
.stricky-header .main-menu__list li:hover>ul {
    opacity: 1;
    visibility: visible;
}

.main-menu .main-menu__list li ul li,
.stricky-header .main-menu__list li ul li {
    flex: 1 1 100%;
    width: 100%;
    position: relative;
}

.main-menu .main-menu__list li ul li+li,
.stricky-header .main-menu__list li ul li+li {
    border-top: 1px solid RGBA(var(--thm-black), 0.1);
}

.main-menu .main-menu__list li ul li a,
.stricky-header .main-menu__list li ul li a {
    
    line-height: 30px;
    color: var(--thm-black);
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: 500ms;
    font-weight:600;
}

.main-menu .main-menu__list li ul li:hover>a,
.stricky-header .main-menu__list li ul li:hover>a {
    background-color: #fdc900;
    color: #333;
   padding-left:5px;
}

.main-menu .main-menu__list li ul li>ul,
.stricky-header .main-menu__list li ul li>ul {
    top: 0;
    left: 100%;
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
    top: 0;
    left: auto;
    right: 100%;
}

.main-menu .main-menu__list li ul li>ul ul,
.stricky-header .main-menu__list li ul li>ul ul {
    display: none;
}

.stricky-header {
    position: fixed;
    z-index: 991;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    visibility: hidden;
    transform: translateY(-120%);
    transition: transform 500ms ease, visibility 500ms ease;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
    .stricky-header {
        display: none;
    }
}

.stricky-header.stricky-fixed {
    transform: translateY(0);
    visibility: visible;
    box-shadow: 2px 10px 14px rgb(0 0 0 / 10%);
}

.stricky-header .main-menu__inner {
    box-shadow: none;
    padding-right: 0;
}

.mobile-nav__buttons {
    display: flex;
    margin-left: auto;
    margin-right: 10px;
}

@media (min-width: 1200px) {
    .mobile-nav__buttons {
        display: none;
    }
}

.mobile-nav__buttons a {
    font-size: 20px;
    color: var(--thm-black);
    cursor: pointer;
}

.mobile-nav__buttons a+a {
    margin-left: 10px;
}

.mobile-nav__buttons a:hover {
    color: var(--thm-base);
}

.main-menu .mobile-nav__toggler {
    font-size: 20px;
    color: var(--thm-black);
    cursor: pointer;
    transition: 500ms;
    margin-right: 20px;
}

.main-menu .mobile-nav__toggler:hover {
    color: var(--thm-base);
}

@media (min-width: 1200px) {
    .main-menu .mobile-nav__toggler {
        display: none;
    }
}


/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-two {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.main-header-two__inner {
    position: relative;
    display: block;
    background-color: var(--thm-black);
}



.main-header-two__logo {
    position: relative;
    display: block;
    max-width: 120px;
    float: left;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 63px;
}





.main-header-two__contact-info {
    position: relative;
    display: block;
    max-width: 905px;
    float: right;
    width: 100%;
    margin-left: 145px;
}

.main-header-two__contact-list {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    float: left;
    padding-top: 35px;
    padding-bottom: 58px;
}

.main-header-two__contact-list li {
    display: inline-block;
    position: relative;
    padding-left: 35px;
}

.main-header-two__contact-list li:before {
    position: absolute;
    top: -9px;
    right: -30px;
    bottom: 7px;
    content: "";
    background: rgba(255, 255, 255, .09);
    width: 1px;
}

.main-header-two__contact-list li:last-child:before {
    display: none;
}

.main-header-two__contact-list li+li {
    margin-left: 55px;
}

.main-header-two__contact-icon {
    position: absolute;
    top: 2px;
    left: 0;
}

.main-header-two__contact-icon span {
    font-size: 35px;
    color: #fdc900;
}

.main-header-two__contact-text {
    margin-left: 15px;
}

.main-header-two__contact-text p {
    font-size: 14px;
    color: #afb2c0;
    margin: 0;
    line-height: 14px;
}

.main-header-two__contact-text a {
    
    color: #ffffff;
    font-weight: 800;
}

.main-header-two__contact-text h5 {
    
    color: #ffffff;
    font-weight: 800;
    margin-top: 7px;
}

.main-header-two__btn {
    position: relative;
    display: block;
    float: right;
    padding-top: 55px;
    padding-bottom: 39px;
}

.main-header-two__donate-btn {
    font-size: 14px;
    color: #ffffff;
    font-weight: 900;
    background: #fdc900;
    display: inline-block;
    padding: 7px 20px;
    transition: all 500ms ease;
}

.main-header-two__donate-btn i {
    margin-right: 7px;
    font-size: 12px;
}

.main-header-two__donate-btn:hover {
    color: var(--thm-black);
}

.main-header-two__bottom {
    position: relative;
    display: block;
    z-index: 5;
    top: -39px;
}



.main-menu__two .main-menu__inner {
    background: #ffffff;
    padding: 0 50px;
}

.main-menu__two .main-menu__right {
    padding-left: 0px;
    padding-top: 22px;
    padding-bottom: 21px;
}

.main-menu__two .main-menu__right:before {
    display: none;
}

.main-menu__right-social {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    padding-right: 30px;
    margin-top: 20px;
}
    .main-menu__right-social span{
        color:#fff;
    }
    /*.main-menu__right-social:before {
    position: absolute;
    top: -4px;
    right: 0;
    bottom: -3px;
    content: "";
    background: #e5eeec;
    width: 1px;
}*/
    .main-menu__right-social a {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center;
        width: 35px;
        height: 35px;
        background-color: #fdc900;
        color: var(--thm-black);
        font-size: 13px;
        border-radius: 50%;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        margin-left:10px;
    }

.main-menu__right-social a+a {
    margin-left: 10px;
}

        .main-menu__right-social a:hover {
            color: #000;
            background: rgb(253 201 0 / 50%);
        }

.main-menu__two .main-menu__cart {
    margin-right: 0;
}

.main-menu__two .main-menu__list>li,
.stricky-header.main-menu__two .main-menu__list>li {
    padding-top: 24px;
    padding-bottom: 24px;
}

.stricky-header.main-menu__two .main-menu__inner {
    padding: 0 0;
}

.stricky-header.main-menu__two {
    padding: 0 0;
}




/*--------------------------------------------------------------
# Navigations Three
--------------------------------------------------------------*/
.main-header-three {
    position: relative;
    display: block;
}

.main-header-three__menu-box {
    position: relative;
    display: block;
    padding: 0 30px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media(min-width: 992) {
    .main-header-three__menu-box {
        padding: 0 60px;
    }
}

.main-menu-three__logo {
    position: relative;
    display: block;
    float: left;
    text-align: center;
    padding: 28.5px 0;
}

.main-menu-three__logo img{
   width:240px;
}

.main-menu-three__inner-upper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62%;
    float: left;
}

/*.main-menu-three__btn {
    margin-right: 60px;
}*/

.main-menu-three__donate-btn {
    font-size: 14px;
    color: #333;
    font-weight: 900;
    background: #fdc900;
    display: inline-block;
    padding: 7px 20px;
    transition: all 500ms ease;
}

.main-menu-three__donate-btn i {
    margin-right: 7px;
    font-size: 12px;
}

.main-menu-three__donate-btn:hover {
    color: #fff;
}



.main-menu__right-three {
    position: relative;
    float: right;
    padding-left: 0;
    /*padding: 32px 0;*/
}

.main-menu__right-three:before {
    display: none;
}

.main-menu__right-three .main-menu__search {
    padding: 5.5px 0;
}
.search_input {
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100px;
}
    .search_input:focus-visible{
        border:none !important;
    }
    .main-menu__right-three .main-menu__cart {
        padding: 5.5px 0;
        margin-right: 0;
    }

.main-menu-three__inner .main-menu__list>li,
.stricky-header.main-menu-three .main-menu__list>li {
    padding-top: 39.5px;
    padding-bottom: 38.5px;
}
/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@keyframes bubbleMover {
    0% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
    }

    30% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }

    50% {
        -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
        transform: translateY(50px) translateX(100px) rotate(45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }

    80% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: left top;
        transform-origin: left top;
    }

    100% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }
}

@keyframes shapeMover {

    0%,
    100% {
        transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    }

    50% {
        transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px);
    }
}

@keyframes banner3Shake {
    0% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg);
    }

    30% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    60% {
        -webkit-transform: rotate3d(1, 0, 0, 0deg);
        transform: rotate3d(1, 0, 0, 0deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg);
    }
}

@keyframes squareMover {

    0%,
    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
    }

    20%,
    60% {
        -webkit-transform: translate(20px, 40px) rotate(180deg);
        transform: translate(20px, 40px) rotate(180deg);
    }

    30%,
    80% {
        -webkit-transform: translate(40px, 60px) rotate(0deg);
        transform: translate(40px, 60px) rotate(0deg);
    }
}

@keyframes treeMove {

    0%,
    100% {
        -webkit-transform: rotate(0deg) translateX(0);
        transform: rotate(0deg) translateX(0);
    }

    25%,
    75% {
        -webkit-transform: rotate(5deg) translateX(15px);
        transform: rotate(5deg) translateX(15px);
    }

    50% {
        -webkit-transform: rotate(10deg) translateX(30px);
        transform: rotate(10deg) translateX(30px);
    }
}


/*--------------------------------------------------------------
#     Zoom Fade Css
--------------------------------------------------------------*/
.zoom-fade {
    animation-name: zoom-fade;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;

    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;

    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    -o-animation-name: zoom-fade;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@-webkit-keyframes zoom-fade {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes zoom-fade {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}


@-moz-keyframes service_hexagon_2 {
    0% {
        -moz-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    100% {
        -moz-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@-o-keyframes service_hexagon_2 {
    0% {
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    100% {
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@keyframes service_hexagon_2 {
    0% {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    100% {
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    transform: translateX(-50%);
    transform-origin: right center;
    transition: transform 500ms ease-in, opacity 500ms linear, visibility 500ms ease-in;
    z-index: 999;
    visibility: hidden;
}

.mobile-nav__wrapper .container {
    padding-left: 0;
    padding-right: 0;
}

.mobile-nav__wrapper.expanded {
    opacity: 1;
    transform: translateX(0%);
    visibility: visible;
}

.mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.5;
    cursor: pointer;
}

.mobile-nav__content {
    width: 300px;
    background-color: var(--thm-black);
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.mobile-nav__content .thm-btn {
    padding: 8px 0;
    width: 100%;
    text-align: center;
}

.mobile-nav__content .logo-box {
    margin-bottom: 40px;
    display: flex;
}

.mobile-nav__close {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 18px;
    color: var(--thm-text-dark);
    cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
    display: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list li a {
    display: flex;
    justify-content: space-between;
    line-height: 30px;
    color: #ffffff;
    font-size: 14px;
    font-family: var(--thm-font);
    font-weight: 500;
    height: 46px;
    align-items: center;
    transition: 500ms;
}

.mobile-nav__content .main-menu__list li a.expanded {
    color: #fdc900;
}

.mobile-nav__content .main-menu__list li a button {
    width: 30px;
    height: 30px;
    background-color: #fdc900;
    border: none;
    outline: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: rotate(-90deg);
    transition: transform 500ms ease;
}

.mobile-nav__content .main-menu__list li a button.expanded {
    transform: rotate(0deg);
    background-color: #fff;
    color: var(--thm-black);
}

.mobile-nav__content .main-menu__list li.cart-btn span {
    position: relative;
    top: auto;
    right: auto;
    transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
    
}

.mobile-nav__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
    color: var(--thm-text-dark);
}

.mobile-nav__container {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
    display: flex;
    align-items: center;
}

.mobile-nav__social a {
    
    color: #fdc900;
    transition: 500ms;
}

.mobile-nav__social a+a {
    margin-left: 30px;
}

.mobile-nav__social a:hover {
    color: #ffffff;
}

.mobile-nav__contact {
    margin-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mobile-nav__contact li {
    color: var(--thm-text-dark);
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
}

.mobile-nav__contact li+li {
    margin-top: 15px;
}

.mobile-nav__contact li a {
    color: #ffffff;
    transition: 500ms;
}

.mobile-nav__contact li a:hover {
    color: #fdc900;
}

.mobile-nav__contact li>i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fdc900;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 11px;
    margin-right: 10px;
    color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
    display: none;
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 991;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-110%);
    transition: transform 500ms ease, opacity 500ms ease;
}

.search-popup.active {
    transform: translateY(0%);
}

.search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--thm-black);
    opacity: 0.75;
    cursor: pointer;
}

.search-popup__content {
    width: 100%;
    max-width: 560px;
}

.search-popup__content form {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background-color: #fff;
    border-radius: 0px;
    overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
    width: 100%;
    background-color: #fff;
    
    border: none;
    outline: none;
    height: 66px;
    padding-left: 30px;
}

.search-popup__content .thm-btn {
    padding: 0;
    width: 68px;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: -1px;
    border-radius: 0;
}

.search-popup__content .thm-btn:hover {
    background-color: var(--thm-black);
    color: #fff;
}

.search-popup__content .thm-btn i {
    margin: 0;
}


/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
.main-slider {
    overflow: hidden;
    position: relative;
}

    .main-slider .swiper-slide1 {
        position: relative;
        background: url('../images/Banner/Banner1.jpg');
        background-repeat:no-repeat;

    }
   // .main-slider .swiper-slide2 {
     //   position: relative;
       // background: url('../images/Banner/Banner2.jpg');
  
      //  background-repeat: no-repeat;
  //  }
    .main-slider .swiper-slide3 {
        position: relative;
        background: url('../images/Banner/Banner3.jpg');
        background-repeat: no-repeat;

    }
    .main-slider .swiper-slide4 {
        position: relative;
        background: url('../images/Banner/Banner4.jpg');
        background-repeat: no-repeat;

    }

    .main-slider .swiper-slide5 {
        position: relative;
        background: url('../images/Banner/Banner5.jpg');
        background-repeat: no-repeat;

    }

  //  .main-slider .swiper-slide6 {
    //     position: relative;
     //    background: url('../images/Banner/Banner6.jpg');
     //    background-repeat: no-repeat;

 //    }

    .main-slider .swiper-slide7 {
        position: relative;
        background: url('../images/Banner/Banner7.jpg');
        background-repeat: no-repeat;

    }

    .main-slider .swiper-slide8 {
        position: relative;
        background: url('../images/Banner/Banner8.jpg');
        background-repeat: no-repeat;

    }

    .main-slider .swiper-slide9 {
        position: relative;
        background: url('../images/Banner/Banner9.jpg');
        background-repeat: no-repeat;


    }


.main-slider-three .swiper-slide {
    background-color: rgba(0, 0, 0, 0);
}

.main-slider .swiper-slide .container {
    position: relative;
    z-index: 30;
}

.main-slider .image-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1);
    filter: grayscale(100%);
    transition: transform 7000ms ease;
    z-index: 1;
}

.main-slider .image-layer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(var(--thm-black-rgb), .7);
    z-index: 2;
}




.main-slider .container {
    padding-bottom: 190px;
    padding-top: 90px;
}

.main-slider__content {
    position: relative;
    display: block;
}

.main-slider__shape-1 {
    position: absolute;
    bottom: 215px;
    right: 9px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1000ms ease, visibility 1000ms ease;
    transition-delay: 1000ms;
}

.main-slider .swiper-slide-active .main-slider__shape-1 {
    opacity: 1;
    visibility: visible;
}




.main-slider p {
    font-size: 40px;
    color: #ffffff;
    font-family: var(--thm-reey-font);
    font-weight: 400;
    margin: 0;
    line-height: 50px;
    margin-bottom: 19px;
    opacity: 0;
    transform: translateY(100px);
    transition-delay: 2500ms;
    transition: transform 2000ms ease,
        opacity 2000ms ease,
        color 500ms ease,
        background 500ms ease;
}

.main-slider h2 {
    margin: 0;
    margin-bottom: 37px;
    color: #fff;
    font-weight: 900;
    opacity: 0;
    visibility: hidden;
    transform: translateY(120px);
    transition-delay: 1000ms;
    transition: transform 2000ms ease, opacity 2000ms ease;
    font-size: 110px;
    line-height: 120px;
}

.main-slider .thm-btn {
    font-size: 18px;
    font-weight: 800;
    padding: 20px 48px;
    opacity: 0;
    transform: translateY(100px);
    transition-delay: 2500ms;
    transition: transform 2000ms ease,
        opacity 2000ms ease,
        color 500ms ease,
        background 500ms ease;
}

.main-slider .thm-btn:hover {
    color: var(--thm-black);
    background-color: #fff;
}

.main-slider .swiper-slide-active .image-layer {
    transform: scale(1.15);
}

.main-slider .swiper-slide-active .thm-btn,
.main-slider .swiper-slide-active p,
.main-slider .swiper-slide-active h2,
.main-slider .swiper-slide-active p {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) translateX(0);
}

.main-slider__counter {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 1;
}

.main-slider__counter-box {
    position: relative;
    display: block;
    margin: 0;
    float: right;
}

.main-slider__counter-box li {
    position: relative;
    max-width: 230px;
    background: #eff5f4;
    padding: 40px 50px 40px;
    float: left;
    transition: all 500ms ease;
    border-right: 1px solid #ccc;
}

.main-slider__counter-box li:hover {
    background: #fdc900;
}

.main-sldier__counter-digit {
    font-size: 44px;
    color: #fdc900;
    font-weight: 900;
    transition: all 500ms ease;
}

.main-slider__counter-text {
    
    color: var(--thm-black);
    margin: 0;
    font-weight: 900;
    line-height: 26px;
    transition: all 500ms ease;
}

.main-slider__counter-box li:hover .main-sldier__counter-digit {
    color: #333;
}

.main-slider__counter-box li:hover .main-slider__counter-text {
    color: #ffffff;
}

.main-slider__nav {
    width: 100%;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    top: 54%;
    left: 50%;
    z-index: 100;
    transform: translateY(-50%) translateX(-50%);
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}


.main-slider__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 100;
    width: 63px;
    height: 63px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: var(--thm-black);
    background: #ffffff;
    border-radius: 50%;
    opacity: 1;
    margin: 0;
    text-align: center;
    transition: all 500ms ease;
}


    .main-slider__nav .swiper-button-next:hover,
    .main-slider__nav .swiper-button-prev:hover {
        /* opacity: 0.5;*/
        background: #fdc900;
}

.main-slider__nav .swiper-button-next::after,
.main-slider__nav .swiper-button-prev::after {
    display: none;
}

.main-slider__nav .swiper-button-prev {
    margin-bottom: 10px;
}

.main-slider__nav .swiper-button-prev .icon-left-arrow {
    position: relative;
    transform: rotate(180deg);
}

#main-slider-pagination {
    z-index: 10;
    bottom: 20px;
    left: 50%;
    width: 100%;
    max-width: 1170px;
    -webkit-transform: translate(-50%, calc(-50% + 95px));
    transform: translate(-50%, calc(0% + 0px));
    text-align: left;
}

#main-slider-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    opacity: 0.5;
    background-color: #fff;
}

#main-slider-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
    margin-left: 2px;
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

/*--------------------------------------------------------------
# Main Slider Two
--------------------------------------------------------------*/
.main-slider-two .container {
    padding-bottom: 175px;
   /* padding-top: 250px;*/
}

.main-slider-two .image-layer-overlay {
    /*background: rgb(253 201 0 / 40%);*/
    background: rgb(0 0 0 / 70%);
}

.main-slider-two .thm-btn {
    background: transparent;
    border: 2px solid #fff;
    border-radius: 10px;
    color: #fff;
}

.main-slider-two .thm-btn:hover {
    background-color: #fff;
    color: var(--thm-black);
}


.main-slider__nav-two {
    width: 100%;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    top: 59%;
    left: 50%;
    z-index: 100;
    transform: translateY(-50%) translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -5%;
}


.main-slider__nav-two .swiper-button-next,
.main-slider__nav-two .swiper-button-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 100;
    width: 63px;
    height: 63px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: var(--thm-black);
    background: #ffffff;
    border-radius: 50%;
    opacity: 1;
    margin: 0;
    text-align: center;
    transition: all 500ms ease;
}


    .main-slider__nav-two .swiper-button-next:hover,
    .main-slider__nav-two .swiper-button-prev:hover {
        /* opacity: 0.5;*/
        background: #fdc900;
    }

.main-slider__nav-two .swiper-button-next::after,
.main-slider__nav-two .swiper-button-prev::after {
    display: none;
}

/*.main-slider__nav-two .swiper-button-prev {
    margin-bottom: 10px;
}*/

.main-slider__nav-two .swiper-button-prev .icon-left-arrow {
    position: relative;
    transform: rotate(180deg);
}


.main-slider-two #main-slider-pagination {
    text-align: center;
}



/*--------------------------------------------------------------
# Main Slider Three
--------------------------------------------------------------*/
.main-slider-three .container {
    padding-bottom: 210px;
    padding-top: 240px;
}

.main-slider-three .image-layer {
    opacity: inherit;
}

.main-slider-three .image-layer-overlay {
    background: rgba(255, 255, 255, .30);
}

.main-slider-three p {
    color: #fdc900;
}

.main-slider-three h2 {
    color: var(--thm-black);
}

.main-slider-three-shape {
    position: absolute;
    top: -50px;
    right: 194px;
    -webkit-animation: service_hexagon_2 15s infinite linear;
    -moz-animation: service_hexagon_2 15s infinite linear;
    -o-animation: service_hexagon_2 15s infinite linear;
    animation: service_hexagon_2 15s infinite linear;
}


.main-slider-three .thm-btn:hover {
    background-color: var(--thm-black);
    color: #fff;
}






/*--------------------------------------------------------------
# Welcome One
--------------------------------------------------------------*/
.welcome-one {
    position: relative;
    display: block;
    padding: 100px 0 150px;
}

.welcome-one .row {
    --bs-gutter-x: 70px;
}

.welcome-one__left {
    position: relative;
    display: block;
}

.welcome-one__img-box {
    position: relative;
    display: block;
}

.welcome-one__img-box:before {
    position: absolute;
    top: 0;
    left: -60px;
    height: 330px;
    width: 30px;
    background: #fdc900;
    content: "";
}

.welcome-one__img-box img {
    width: 100%;
}

.welcome-one__img-box-2 {
    position: absolute;
    bottom: -30px;
    left: -60px;
}

.welcome-one__img-box-2 img {
    width: 320px;
}
.welcome-one__img-box .causes-one__category {
    height: 40px;
    top: 0;
    position: absolute;
    bottom: auto;
    width: 200px;
    text-align: center;
    padding: 7px 0;
    left:0;
}
.welcome-one__bottom-text {
    font-size: 50px;
    color: #fdc900;
    font-family: var(--thm-reey-font);
    position: absolute;
    bottom: -55px;
    left: 60px;
    line-height: 60px;
}

.welcome-one__heart-icon {
    position: absolute;
    bottom: -88px;
    right: 30px;
}

.welcome-one__right .section-title {
    margin-bottom: 30px;
}

.welcome-one__right-text {
    margin-bottom: 30px;
}
.welcome-one__right .section-title__title a:hover {
    color: var(--thm-black);
}
.welcome-one__our-mission-and-story {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 38px;
}

.welcome-one__mission-and-story-single h3 {
    font-size: 20px;
    font-weight: 900;
    line-height: 30px;
    margin-bottom: 15px;
}

.welcome-one__mission-and-story-single i {
    color: #fdc900;
    margin-right: 10px;
}

.welcome-one__our-mission-and-story-text {
    margin: 0;
    
}

.welcome-one__progress {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 33px;
}
.welcome-one__progress-title {
    font-size: 20px;
    font-weight: 900;
    line-height: 30px;
    margin-bottom: 6px;
}

.welcome-one__progress .bar {
    position: relative;
    width: 100%;
    height: 13px;
    background: #eff5f4;
    border-radius: 5px;
    margin-bottom: 12px;
}

.welcome-one__progress .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 13px;
    border-radius: 5px;
    background: #fdc900;
    -webkit-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.welcome-one__progress .count-text {
    position: absolute;
    right: 0px;
    bottom: 20px;
    color: var(--thm-gray);
    line-height: 26px;
    
    text-align: center;
    font-weight: 700;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.welcome-one__progress .bar-inner.counted .count-text {
    opacity: 1;
}

.welcome-one__btn {
    margin-top: 54px;
}
.welcome-one .desc-campaigns p {
    
}
    .welcome-one .desc-campaigns p i {
        font-size: 18px;
        color: #fdc900;
    }
.welcome-one .causes-one__progress{
    background:none;
    padding:20px 0;
}
/*--------------------------------------------------------------
# Causes One
--------------------------------------------------------------*/
.causes-one {
    position: relative;
    display: block;
    padding: 50px 0;
}

.causes-one:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    height: 100%;
    background: #eff5f4;
    z-index: -1;
}
.causes-one-inverse:before {
    background:#fff;
}
.causes-one .section-title {
    margin-bottom: 34px;
}



.causes-one__carousel .owl-stage-outer {
    padding-top: 30px;
}

.causes-one__carousel.owl-carousel .owl-dots {
    position: absolute;
    bottom: -49px;
    right: 0px;
    left: 0;
    margin: 0;
}

.causes-one__carousel.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: var(--thm-black);
    opacity: .5;
    margin: 0px 3px;
    padding: 0px;
    border-radius: 50%;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.causes-one__carousel.owl-carousel .owl-dot.active {
    opacity: 1;
}

.causes-one__carousel.owl-carousel .owl-dot:focus {
    outline: none;
}

.causes-one__carousel.owl-carousel .owl-dots .owl-dot span {
    display: none;
}

.causes-one__single {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #e5eeec;
}

.causes-one__img {
    position: relative;
    display: block;
    padding: 0 10px 0;
    margin-top: -30px;
}

.causes-one__img-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.causes-one__img-box>img {
    position: relative;
    width: 100%;
    transition: transform 500ms ease;
    transform: scale(1);
}

.causes-one__single:hover .causes-one__img-box>img {
    transform: scale(1.05);
}

.causes-one__img-box>a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 10px;
    background-color: rgba(var(--thm-black-rgb), 0.9);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    color: #000;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-30%);
}

.causes-one__img-box>a i {
    color: #fdc900;
    transition: all 500ms ease;
}

.causes-one__img-box>a i:hover {
    color: #ffffff;
}

.causes-one__single:hover .causes-one__img-box>a {
    visibility: visible;
    transform: translateY(0%);
    opacity: 1;
}

.causes-one__category {
    position: absolute;
    background: #fdc900;
    left: 20px;
    bottom: 10px;
    padding: 0 20px;
    line-height: 27px;
}

.causes-one__category span {
    font-size: 14px;
    color: #333;
    font-weight: 800;
}

.causes-one__content {
    position: relative;
    display: block;
    padding: 20px 10px 10px;
}

.causes-one__title {
    font-size: 24px;
    font-weight: 900;
    line-height: 27px;
    /*margin-bottom: 15px;*/
}

    .causes-one__title a {
        color: #333;
        transition: all 500ms ease;
        font-size: 17px;
        font-weight: bold;
    }

.causes-one__title a:hover {
    color: #fdc900;
}

.causes-one__text {
    font-size: 14px;
    margin: 0;
    line-height: 24px;
    margin-bottom: 5px;
    color: #333;
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
}

.causes-one__progress {
    position: relative;
    display: block;
    width: 100%;
    background: #eff5f4;
    padding: 40px 10px 20px;
}

.causes-one__progress .bar {
    position: relative;
    width: 100%;
    height: 15px;
    background: #ffffff;
    border-radius: 15px;
    margin-bottom: 6px;
}

.causes-one__progress .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 15px;
    border-radius: 15px;
    background: #00a65a;
    -webkit-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.causes-one__progress .count-text {
    position: absolute;
    right: -20px;
    bottom: 20px;
    color: #333;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    font-weight: 800;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    height: 20px;
    width: 40px;
    background: #fdc900;
}

.causes-one__progress .bar-inner.counted .count-text {
    opacity: 1;
}

.causes-one__progress .count-text:after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    border-right: 7px solid transparent;
    border-top: 5px solid #fdc900;
}

.causes-one__goals {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom:5px;
    padding-top:5px;
}

.causes-one__goals>p {
    font-size: 14px;
    margin: 0;
}

.causes-one__goals>p>span {
    font-size: 18px;
    color: #333;
    font-weight: 700;
    line-height: 30px;
}
.desc-campaigns{
    display:inline;
}
.desc-campaigns_name {
    font-size: 13px;
    margin-bottom: 0;
   line-height: 1.0 !important;
text-transform:lowercase;
	/*width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
}
.desc-campaigns_location {
    font-size: 13px;
    margin-bottom: 0;
}
    .desc-campaigns_location i {
        font-size: 20px;
        color: #333;
        margin-right: 5px;
        vertical-align: middle;
    }
    .img-circle {
        border-radius: 50%;
    }
.counting_days span {
    font-size: 14px;
    vertical-align: top;
}
.counting_days .supporters {
    float:right;
}
.counting_days i {
    color: #333;
    margin-right: 5px;
}

.counting_days strong {
    color: #333;
    font-weight: 700;
}
.btn-share {
    color: #2d303d;
    border: 1px solid #2d303d;
    padding: 5px;
    border-radius: 5px;
    font-size: 14px;
    transition: all 0.3s linear;
}
    .btn-share i {
        margin-right: 5px;
        color: #2d303d;
    }
    .btn-share:hover {
        background: var(--thm-black);
        border: 1px solid var(--thm-black);
        color: #ffffff;
    }
        .btn-share:hover i {
            color: #ffffff;
        }
.btn-donate {
    color: #2d303d;
    background-color: #fdc900;
    border: 1px solid #fdc900;
    padding-left: 5px;
	padding-right: 5px;
	padding-top:0px !important;
	padding-bottom:0px !important;
    border-radius: 5px;
    font-size: 14px;
    transition: all 0.3s linear;
}
    .btn-donate:hover {
        background: var(--thm-black);
        border: 1px solid var(--thm-black);
        color: #ffffff;
    }
    .btn-donate:hover i{
        color: #ffffff;
    }
    .btn-donate i {
        margin-right: 5px;
        color: #2d303d;
    }
    .ribbon {
        width: 150px;
        height: 150px;
        overflow: hidden;
        position: absolute;
    }

    .ribbon::before,
    .ribbon::after {
        position: absolute;
        z-index: -1;
        content: '';
        display: block;
        border: 5px solid #2980b9;
    }

    .ribbon span {
        position: absolute;
        display: block;
        width: 225px;
        padding: 15px 0;
        background-color: #4CAF50;
        box-shadow: 0 5px 10px rgba(0,0,0,.1);
        color: #fff;
        font: 700 18px/1 'Lato', sans-serif;
        text-shadow: 0 1px 1px rgba(0,0,0,.2);
        text-transform: uppercase;
        text-align: center;
    }

/* top left*/
.ribbon-top-left {
    top: -10px;
    left: -10px;
    z-index:1;
}

    .ribbon-top-left::before,
    .ribbon-top-left::after {
        border-top-color: transparent;
        border-left-color: transparent;
    }

    .ribbon-top-left::before {
        top: 0;
        right: 0;
    }

    .ribbon-top-left::after {
        bottom: 0;
        left: 0;
    }

    .ribbon-top-left span {
        right: -25px;
        top: 30px;
        transform: rotate(-45deg);
    }

/*--------------------------------------------------------------
# Join One
--------------------------------------------------------------*/
.join-one {
    position: relative;
    display: block;
    padding: 87px 0 100px;
}

@media(min-width: 992px) {
    .join-one__about {
        padding-bottom: 150px;
    }
}

.join-one-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.join-one-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(var(--thm-black-rgb), .6);
}

.join-one-bg.jarallax div div {
    filter: grayscale(100%);
}

.join-one__inner {
    position: relative;
    display: block;
    text-align: center;
}

.join-one__title {
    font-size: 60px;
    color: #ffffff;
    font-weight: 900;
    line-height: 70px;
    margin-bottom: 45px;
}



/*--------------------------------------------------------------
# Three Boxes
--------------------------------------------------------------*/
.three-boxes {
    position: relative;
    display: block;
}

.three-boxes .row {
    --bs-gutter-x: 0px;
}

.three-boxes .container-box {
    position: relative;
    display: block;
    width: 100%;
}

.three-boxes__single {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    padding: 15px;
    margin: 15px 10px;
    border-radius: 20px;
    height: 350px;
    box-shadow: 2px 2px 14px rgb(0 0 0 / 50%);
    transition:all 0.4s linear;
}
    .three-boxes__single:hover {
        margin-top: -5px;
    }
    .three-boxes__single:before {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        content: "";
        background-color: rgba(var(--thm-primary-rgb), 0.9);
        z-index: 2;
    }

.three-boxes__single-bg {
    position: absolute;
    filter: grayscale(1);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/bg/three-boxes-img-1.jpg);
}

.three-boxes__content {
    position: relative;
    display: flex;
    z-index: 3;
}



.three-boxes__icon span {
    position: relative;
    display: inline-block;
    font-size: 50px;
    color: #ffffff;
    /*line-height: 65px;*/
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.three-boxes__single:hover .three-boxes__icon span {
    transform: rotate(360deg);
}

.three-boxes__text-box {
    margin-left: 10px;
    position: relative;
    max-width: 420px;
    width: 100%;
}

    .three-boxes__text-box h2 {
        font-size: 18px;
        color: #ffffff;
        font-weight: 900;
        line-height: 40px;
        margin-top: 8px;
    }

.three-boxes__text {
    font-weight: 800;
    color: #ffffff;
    line-height: 34px;
    height: 165px;
    text-align: left;
    margin-top: 10px;
}
.three-boxes__btn_main{
    text-align:center;
    position:relative;
    z-index:2;
}
.three-boxes__btn {
    font-size: 14px;
    color: var(--thm-black);
    font-weight: 900;
    background: #ffffff;
    display: inline-block;
    padding: 7px 20px;
    margin-top: 20px;
    transition: all 500ms ease;
    border-radius: 50px;
}

.three-boxes__btn:hover {
    background: var(--thm-black);
    color: #ffffff;
}

.three-boxes__btn i {
    margin-right: 7px;
    font-size: 12px;
}

.three-boxes__single-item-two:before {
    background-color: rgba(235, 173, 35, 0.9);
}

.three-boxes__single-item-three:before {
    background-color: rgba(206, 81, 64, 0.9);
}

.three-boxes__single-item-four:before {
    background-color: rgba(235, 173, 35, 0.9);
}

.three-boxes__single-item-five:before {
    background-color: rgba(206, 81, 64, 0.9);
}
.three-boxes__single-item-six:before {
    background-color: rgba(var(--thm-primary-rgb), 0.9);
}



/*--------------------------------------------------------------
# Helping One
--------------------------------------------------------------*/
.helping-one {
    position: relative;
    display: block;
    padding: 100px 0 100px;
}

.helping-one .section-title {
    margin-bottom: 35px;
}

.helping-one__left {
    position: relative;
    display: block;
    margin-right: 30px;
    margin-top: -13px;
}

.helping-one__title {
    color: #fdc900;
    font-size: 24px;
    font-weight: 900;
    line-height: 34px;
    margin-bottom: 32px;
}

.helping-one__text {
    
    margin: 0;
}

.helping-one__left-list {
    margin: 0;
    padding-top: 32px;
}

.helping-one__left-list li {
    display: flex;
}

.helping-one__left-list li+li {
    margin-top: 10px;
}



.helping-one__left-icon i {
    color: #fdc900;
    font-size: 15px;
}

.helping-one__left-text {
    margin-left: 20px;
}

.helping-one__left-text p {
    margin: 0;
    color: var(--thm-black);
    font-weight: 900;
}

.helping-one__left-img {
    position: relative;
    display: block;
    margin-top: 58px;
}

.helping-one__left-img img {
    width: 100%;
}

.helping-one__left-icon-box {
    width: 120px;
    height: 120px;
    background: #fdc900;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 65px;
    color: #ffffff;
    position: absolute;
    top: -60px;
    right: 30px;
}



.helping-one__right {
    position: relative;
    display: block;
    background: #eff5f4;
    padding: 60px;
}

.helping-one__right .row {
    --bs-gutter-x: 10px;
}

.helping-one__right-input-box {
    position: relative;
    display: block;
}

.helping-one__right-dolar-icon {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}

.helping-one__right-dolar-icon span {
    
}

.helping-one__right-form textarea,
.helping-one__right-form input[type=text],
.helping-one__right-form input[type=email] {
    width: 100%;
    height: 67px;
    padding-left: 30px;
    padding-right: 30px;
    
    font-weight: 700;
    color: var(--thm-gray);
    border: none;
    outline: none;
    display: block;
    margin-bottom: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 30px 0px rgb(0, 0, 0, .05);
}

.helping-one__right-form textarea {
    height: 192px;
    padding-top: 21px;
    padding-bottom: 30px;
}

/*--------------------------------------------------------------
# Gallery One
--------------------------------------------------------------*/
.gallery-one {
    position: relative;
    display: block;
    z-index: 2;
}

.gallery-one__container-box {
    position: relative;
    display: block;
    max-width: 1660px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}



.gallery-one__single {
    position: relative;
    display: block;
}

.gallery-one__img-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.gallery-one__img-box:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: rgba(var(--thm-primary-rgb), 0.9);
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transform: translateY(-101%);
    -ms-transform: translateY(-101%);
    -o-transform: translateY(-101%);
    -moz-transform: translateY(-101%);
    transform: translateY(-101%);
    z-index: 1;
}

.gallery-one__single:hover .gallery-one__img-box:before {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
}

.gallery-one__img-box img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.gallery-one__single:hover .gallery-one__img-box img {
    transform: scale(1.05);
}

.gallery-one__hover-content-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    z-index: 2;
}

.gallery-one__hover-content-box h2 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 900;
    line-height: 34px;
    margin-bottom: 14px;
}

.gallery-one__hover-content-box p {
    font-size: 30px;
    color: #ffffff;
    font-family: var(--thm-reey-font);
    margin: 0;
    font-weight: 400;
}

.gallery-one__single:hover .gallery-one__hover-content-box {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    transition: all 500ms ease 500ms;
    -webkit-transition: all 500ms ease 500ms;
    -ms-transition: all 500ms ease 500ms;
    -o-transition: all 500ms ease 500ms;
}

/*--------------------------------------------------------------
# Testimonial One
--------------------------------------------------------------*/
.testimonial-one {
    position: relative;
    display: block;
    padding: 80px 0;
    background-color: #eff5f4;
    /*margin-top: -90px;*/
    z-index: 1;
}

.testimonial-one-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1010px;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.08;
    filter: grayscale(1);
    background-image: url(../images/bg/testimonial-1-bg.jpg);
}

.testimonial-one__carousel.owl-theme .owl-nav {
    position: absolute;
    bottom: 0;
    left: -405px;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-next {
    height: 65px;
    width: 65px;
    background: #ffffff;
    border-radius: 50%;
    color: var(--thm-black);
    font-size: 23px;
    text-align: center;
    border: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-prev {
    height: 65px;
    width: 65px;
    background: #ffffff;
    border-radius: 50%;
    color: var(--thm-black);
    font-size: 23px;
    text-align: center;
    transform: rotate(180deg);
    border: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-next span {
    line-height: 65px;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-prev span {
    line-height: 65px;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-next:hover,
.testimonial-one__carousel.owl-theme .owl-nav .owl-prev:hover {
    color: #ffffff;
    background: #fdc900;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-next:focus,
.testimonial-one__carousel.owl-theme .owl-nav .owl-prev:focus {
    outline: none;
}

.testimonial-one__single {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 60px 0px rgb(0, 0, 0, .07);
    padding: 30px 40px 40px;
}

.testimonial-one__text {
    margin: 0;
    line-height: 34px;
}

.testimonial-one__client-info {
    display: flex;
    align-items: center;

}

.testimonial-one__client-img {
    position: relative;
    display: block;
}

.testimonial-one__client-img>img {
    width: 70px;
    border-radius: 50%;
}

.testimonial-one__quote {
    position: absolute;
    top: 50%;
    right: -22px;
    height: 42px;
    width: 42px;
    background: #fdc900;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transform: translateY(-50%);
}

    .testimonial-one__quote::before {
        content: '';
        width: 21px;
        height: 18px;
        background-image: url(../images/testimonial/qoute-1-1.png);
        background-repeat: no-repeat;
        background-position: center center;
    }



.testimonial-one__client-name {
    margin-left: 40px;
}

.testimonial-one__client-name h3 {
    font-size: 20px;
    color: #fdc900;
    font-weight: 900;
    line-height: 20px;
}

.testimonial-one__client-name p {
    margin: 0;
    line-height: 29px;
}
.testimonial-one__left p{
    color:#333;
}
/*--------------------------------------------------------------we-inspire-bg
# Help Them
--------------------------------------------------------------*/
.help-them {
    position: relative;
    display: block;
    padding: 30px 0 30px;
}

.help-them-bg {
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-image: url('../images/bg/help-them-bg.jpg')
}

.help-them-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(var(--thm-black-rgb), 0.9);
}

.help-them-bg.jarallax div div {
    filter: grayscale(100%);
}

.help-them__top {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, .10);
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.help-them__top-content {
    position: relative;
    display: block;
}

.help-them__top-content-title {
    font-size: 45px;
    font-weight: 900;
    line-height: 80px;
    color: #ffffff;
}
    .help-them__top-content-title span {
        color: #fdc900;
    }

    .help-them__top-video-box {
        position: relative;
        display: block;
        margin-left: 76px;
    }

.help-them__top-video-btn {
    height: 100px;
    width: 100px;
    border: 2px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 30px;
    color: #ffffff;
    transition: all 500ms ease;
}

.help-them__top-video-btn:hover {
    color: #fff;
    border-color: #fdc900;
    background-color: #fdc900;
}

.help-them__top-video-text {
    font-size: 30px;
    color: #fdc900;
    font-family: var(--thm-reey-font);
    font-weight: 400;
    margin-left: 54px;
    margin-top: 17px;
    margin-bottom: 0;
}

.help-them__bottom {
    position: relative;
    display: block;
}
    .help-them__bottom .col-lg-2{
        width:20%;
        padding:0;
    }
    .help-them__single {
       /* display: flex;*/
       text-align:center;
    }

.help-them__icon {
    position: relative;
    display: block;
}
    .help-them__icon i {
        color: #fdc900;
        font-size: 50px;
    }


.help-them__icon span {
    font-size: 50px;
    color: #fdc900;
    line-height: 65px;
    position: relative;
    display: block;
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.help-them__single:hover .help-them__icon span {
    transform: rotate(360deg);
}
.why_zakat .help-them__text {
    margin-left: 0;
    margin-top: 10px;
    line-height:20px;
}

.help-them__text {
    margin-left: 30px;
}

.help-them__text h3 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 900;
    line-height: 30px;
    /*margin-bottom: 12px;*/
}

.help-them__text p {
    
    color: #ffffff;
    margin: 0;
}
.rupee {
    width: 12px;
    margin-right: 3px;
    margin-top: -2px;
}
/*--------------------------------------------------------------
# News One
--------------------------------------------------------------*/
.news-one {
    position: relative;
    display: block;
    padding: 100px 0 100px;
}

.news-one .section-title {
    margin-bottom: 46px;
}



.news-one__btn {
    /*background: #eff5f4;*/
    color: var(--thm-black);
    float: right;
    margin-top: 44px;
}



.news-one__left {
    position: relative;
    display: block;
}

.news-one__img {
    position: relative;
    display: block;
    overflow: hidden;
}

.news-one__img>img {
    position: relative;
    width: 100%;
    transition: transform 500ms ease;
    transform: scale(1);
}

.news-one__img:hover img {
    transform: scale(1.05);
}

.news-one__img>a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(var(--thm-black-rgb), 0.9);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    color: #000;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-30%);
}

.news-one__img>a>i {
    color: #fdc900;
    transition: all 500ms ease;
}

.news-one__img>a>i:hover {
    color: #ffffff;
}

.news-one__img:hover a {
    visibility: visible;
    transform: translateY(0%);
    opacity: 1;
}

.news-one__bottom {
    position: relative;
    display: block;
    background-color: #fdc900;
    padding: 31px 72px 34px 40px;
}

.news-one__meta {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 0;
    margin-bottom: 11px;
}

.news-one__meta li {
    font-size: 14px;
    color: #ffffff;
    font-weight: 800;
}

.news-one__meta li+li {
    margin-left: 12px;
}



.news-one__meta li a {
    color: #ffffff;
    transition: all 500ms ease;
}

.news-one__meta li a:hover {
    color: var(--thm-black);
}

.news-one__title {
    font-size: 26px;
    color: #ffffff;
    font-weight: 900;
    line-height: 36px;
}

.news-one__title a {
    color: #ffffff;
    transition: all 500ms ease;
}

.news-one__title a:hover {
    color: var(--thm-black);
}

.news-one__right {
    position: relative;
    display: block;
}

.news-one__right-single {
    display: flex;
}

.news-one__right-single+.news-one__right-single {
    margin-top: 30px;
}

.news-one__right-img {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
}

@media(min-width: 992px) {
    .news-one__right-img {
        max-width: 270px;
    }
}

.news-one__right-img>img {
    position: relative;
    width: 100%;
    transition: transform 500ms ease;
    transform: scale(1);
}

.news-one__right-single:hover .news-one__right-img>img {
    transform: scale(1.05);
}

.news-one__right-img>a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(var(--thm-black-rgb), 0.9);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    color: #000;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-30%);
}

.news-one__right-single:hover .news-one__right-img>a {
    visibility: visible;
    transform: translateY(0%);
    opacity: 1;
}

.news-one__right-img>a>i {
    color: #fdc900;
    transition: all 500ms ease;
}

.news-one__right-img>a>i:hover {
    color: #ffffff;
}

.news-one__right-content {
    margin-left: 30px;
    margin-top: -9px;
}

.news-one__right-meta {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 0;
    margin-bottom: 11px;
}

.news-one__right-meta li {
    color: #fdc900;
    font-size: 14px;
    font-weight: 800;
}

.news-one__right-meta li+li {
    margin-left: 12px;
}

.news-one__right-meta li span {
    color: var(--thm-black);
}

.news-one__right-meta li a {
    color: var(--thm-gray);
    transition: all 500ms ease;
}

.news-one__right-meta li a:hover {
    color: #fdc900;
}

.news-one__right-title {
    font-size: 26px;
    color: var(--thm-black);
    font-weight: 900;
    line-height: 36px;
}

.news-one__right-title a {
    color: var(--thm-black);
    transition: all 500ms ease;
}

.news-one__right-title a:hover {
    color: #fdc900;
}

/*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/
.brand-one {
    position: relative;
    display: block;
    background-color: #eff5f4;
    padding: 60px 0 60px;
}

.brand-one__carousel {
    position: relative;
    display: block;
}

.brand-one__single {
    position: relative;
    display: block;
    text-align: center;
    z-index: 1;
}

.brand-one__single:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: -1;
}

.brand-one__single:hover:before {
    opacity: 1.0;
}

.brand-one__img {
    position: relative;
    display: inline-block;
    z-index: 10;
}

.brand-one__img>img {
    position: relative;
    -webkit-transition: 500ms;
    transition: 500ms;
    opacity: 0.3;
}

.brand-one__single:hover .brand-one__img>img {
    opacity: 0.70;
}


/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.footer_img {
    width: 250px;
}
.site-footer__bottom-copy-right .footer_img {
    margin: 0 auto;
}
.site-footer__bottom-copy-right .footer_img img {
    width: 300px;
}
.site-footer {
    position: relative;
    display: block;
    padding: 92px 0 0;
}

.site-footer-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    filter: grayscale(0%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
    background-image: url(../images/bg/footer-bg.jpg);
}

.site-footer-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(31, 34, 48, .95);
}

.site-footer__top {
    position: relative;
    display: block;
}





.footer-widget__title {
    font-size: 22px;
    color: #ffffff;
    line-height: 32px;
    font-weight: 900;
    margin-bottom: 20px;
}

.footer-widget__text {
    font-size: 14px;
    color: #fff;
    margin: 0;
    line-height: 24px;
    text-align: justify;
}

.footer-widget__about-btn {
    font-size: 14px;
    font-weight: 900;
    background: #fdc900;
    display: inline-block;
    color: #333;
    padding: 7px 20px;
    transition: all 500ms ease;
    margin-top: 18px;
}

.footer-widget__about-btn i {
    margin-right: 7px;
    position: relative;
    top: 2px;
}

.footer-widget__about-btn:hover {
    color: #fdc900;
    background: #ffffff;
}



.footer-widget__explore-list {
    position: relative;
    display: block;
    float: left;
}

.footer-widget__explore-list li+li {
    margin-top: 10px;
}

.footer-widget__explore-list li a {
    
    color: #b8bbc9;
    font-weight: 700;
    transition: all 500ms ease;
}

.footer-widget__explore-list li a:hover {
    color: #fdc900;
}

.footer-widget__explore-list-two {
    position: relative;
    display: block;
    float: left;
    margin-left: 75px;
}

.footer-widget__explore-list-two li+li {
    margin-top: 10px;
}

.footer-widget__explore-list-two li a {
    
    color: #b8bbc9;
    font-weight: 700;
    transition: all 500ms ease;
}

.footer-widget__explore-list-two li a:hover {
    color: #fdc900;
}

.footer-widget__contact-list {
    margin: 0;
    padding-top: 11px;
}

.footer-widget__contact-list li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .10);
    margin-bottom: 16px;
    padding-bottom: 15px;
}

.footer-widget__contact-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}



.footer-widget__contact-list li .icon i {
    color: #fdc900;
    font-size: 35px;
    line-height: 35px;
}

.footer-widget__contact-list li .text {
    margin-left: 15px;
}

.footer-widget__contact-list li .text p {
    
    color: #ffffff;
    font-weight: 800;
    margin: 0;
    line-height: 20px;
}

.footer-widget__contact-list li .text p span {
    font-size: 14px;
    color: #afb2c0;
    font-weight: 700;
    display: block;
}

.footer-widget__contact-list li .text p a {
    
    color: #ffffff;
    font-weight: 800;
    transition: all 500ms ease;
}

.footer-widget__contact-list li .text p a:hover {
    color: #fdc900;
}



.footer-widget__newsletter-text {
    
    color: #b8bbc9;
    margin: 0;
    line-height: 34px;
}

.footer-widget__newsletter-form {
    position: relative;
    display: block;
    margin-top: 18px;
}

.footer-widget__newsletter-form input[type=email] {
    height: 67px;
    width: 100%;
    font-size: 14px;
    color: var(--thm-gray);
    font-weight: 700;
    padding-left: 30px;
    padding-right: 120px;
    outline: none;
}

.footer-widget__newsletter-btn {
    font-size: 14px;
    color: #ffffff;
    font-weight: 900;
    background: #fdc900;
    display: inline-block;
    border: none;
    outline: none;
    padding: 7px 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    transition: all 500ms ease;
}

.footer-widget__newsletter-btn i {
    margin-right: 5px;
}

.footer-widget__newsletter-btn:hover {
    background: var(--thm-black);
}
.site-footer__bottom {
    position: relative;
    display: block;
    background: #1b1e2b;
    z-index: 1;
    margin-top: 87px;
}

.site-footer__bottom:before {
    position: absolute;
    top: 0;
    right: -10000000000px;
    left: 0;
    bottom: 0;
    content: "";
    background: #1b1e2b;
    z-index: -1;
}

/*.site-footer__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
*/
.site-footer__bottom-logo-social {
    display: flex;
    align-items: center;
}







.site-footer__bottom-social {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-left: 60px;
}

.site-footer__bottom-social a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    width: 35px;
    height: 35px;
    background-color: #ffffff;
    color: var(--thm-black);
    font-size: 13px;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.site-footer__bottom-social a+a {
    margin-left: 10px;
}

.site-footer__bottom-social a:hover {
    color: #ffffff;
    background: #fdc900;
}

.site-footer__bottom-copy-right {
    background: #fff;
    text-align: center;
    padding: 10px 0;
}

    .site-footer__bottom-copy-right p {
        color: #333;
        margin: 0;
        text-align: center;
    }

.site-footer__bottom-copy-right p a {
    color: #fff;
    transition: all 500ms ease;
}

    .site-footer__bottom-copy-right p a:hover {
        color: #fdc900;
    }

/*--------------------------------------------------------------
# Introduction
--------------------------------------------------------------*/
.introduction {
    position: relative;
    display: block;
    padding: 100px 0 100px;
}

.introduction__left {
    position: relative;
    display: block;
}

.introduction__img {
    position: relative;
    display: block;
}

.introduction__img>img {
    width: 100%;
}

.introduction__content {
    position: relative;
    display: block;
    background: #eff5f4;
    padding: 40px 50px 40px;
}

.introduction__text {
    font-size: 26px;
    color: var(--thm-black);
    margin: 0;
    font-weight: 900;
    line-height: 39px;
}

.introduction__right {
    position: relative;
    display: block;
    margin-left: 40px;
}

.introduction__right .section-title {
    margin-bottom: 20px;
}

.introduction__right-text {
    
    margin: 0;
    line-height: 33px;
}

.introduction__icon-wrap {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    margin-top: 29px;
    margin-bottom: 27px;
}

.introduction__icon-wrap-single {
    position: relative;
    display: block;
    padding-left: 117px;
}

.introduction__icon-wrap-single+.introduction__icon-wrap-single {
    margin-top: 36px;
}

.introduction__icon-box {
    height: 88px;
    width: 88px;
    background: #fdc900;
    color: #ffffff;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    transition: all 500ms ease;
}

.introduction__icon-wrap-single:hover .introduction__icon-box {
    background-color: var(--thm-black);
    color: #fff;
}



.introduction__content-box h2 {
    font-size: 22px;
    font-weight: 900;
    line-height: 32px;
    margin-bottom: 10px;
}

.introduction__content-box p {
    
    margin: 0;
}

/*--------------------------------------------------------------
# Introduction
--------------------------------------------------------------*/
.four-icon {
    position: relative;
    display: block;
    padding: 0 0 68px;
}

.four-icon__single {
    position: relative;
    display: block;
    margin-bottom: 100px;
}

.four-icon__img {
    position: relative;
    display: block;
    overflow: hidden;
}

.four-icon__img:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(var(--thm-black-rgb), 0.8);
    z-index: 1;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
}

.four-icon__single:hover .four-icon__img:before {
    opacity: 0;
}

.four-icon__img:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(var(--thm-primary-rgb), 0.9);
    z-index: 1;
    transform: translateY(-100%);
    opacity: 0;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
}

.four-icon__single:hover .four-icon__img:after {
    transform: translateY(0);
    opacity: 1;
}

.four-icon__img>img {
    width: 100%;
    filter: grayscale(100%);
    transition: transform 500ms ease;
    transform: scale(1);
}

.four-icon__single:hover .four-icon__img>img {
    transform: scale(1.05);
}

.four-icon__content-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 32px 50px 40px;
    z-index: 3;
}

.four-icon__title {
    font-size: 26px;
    color: #ffffff;
    font-weight: 900;
    line-height: 36px;
    margin-bottom: 11px;
}

.four-icon__text {
    
    color: #ffffff;
    margin: 0;
    line-height: 34px;
}

.four-icon__bottom-icon {
    height: 135px;
    width: 135px;
    background: #ffffff;
    font-size: 65px;
    color: #fdc900;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    bottom: -68px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    transition: all 500ms ease;
}



.four-icon__single:hover .four-icon__bottom-icon {
    background: var(--thm-black);
}

/*--------------------------------------------------------------
# We Inspire
--------------------------------------------------------------*/
.we-inspire {
    position: relative;
    display: block;
    padding: 0;
}
.we-inspire__left {
    padding: 50px 0 50px;
}

.we-inspire-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    filter: grayscale(100%);
    background-size: cover;
    background-image: url(../images/bg/we-inspire-bg.jpg)
}

.we-inspire-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(var(--thm-black-rgb), 0.92);
}


.we-inspire__left {
    position: relative;
    display: block;
}
    .we-inspire__left a:hover{
        color:#fff;
    }
    .we-inspire__left .join-one__btn:hover {
        border: 1px solid #fdc900;
    }
    .we-inspire__left .section-title {
        margin-bottom: 32px;
    }

.we-inspire__left .section-title__tagline {
    color: #ffffff;
}

.we-inspire__left .section-title__title {
    color: #ffffff;
}


.we-inspire__faq {
    position: relative;
    display: block;
    background: var(--thm-black);
    border: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 0;
}

.faq-one-accrodion .accrodion {
    position: relative;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-one-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    background: var(--thm-black);
    padding: 24px 30px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
    .faq-one-accrodion .accrodion-title a:hover {
        color: #fdc900;
    }
.accrodion-content .video-popup {
    color: #fdc900;
}
.faq-one-accrodion .accrodion-title h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 900;
    line-height: 28px;
    color: #ffffff;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}



.faq-one-accrodion .accrodion.active .accrodion-title {
    border-bottom: 0;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4 {
    color: #fdc900;
}

.faq-one-accrodion .accrodion-title h4::before {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    right: 0;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
    content: "\f068";
    color: #fdc900;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq-one-accrodion .accrodion-content {
    position: relative;
    padding: 0px 30px 21px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    margin-top: -10px;
}

.faq-one-accrodion .accrodion-content p {
    margin: 0;
    
    color: #b8bbc9;
}

.we-inspire__right {
    position: relative;
    display: block;
    margin-left: 70px;
}

/*.we-inspire__img {
    position: relative;
    display: block;
}*/

.we-inspire__img > img {
    max-width: fit-content;
 width: 100%;
}

/*--------------------------------------------------------------
# Events One
--------------------------------------------------------------*/
.events-one {
    position: relative;
    display: block;
    padding: 100px 0 100px;
}

.events-one__left {
    position: relative;
    display: block;
    margin-right: 69px;
}

.events-one__left .section-title {
    margin-bottom: 25px;
}

.events-one__text {
    
    margin: 0;
}

.events-one__btn {
    margin-top: 40px;
}

.events-one__right {
    position: relative;
    display: block;
    margin-left: -30px;
}



.events-one__carousel.owl-theme .owl-nav {
    position: absolute;
    bottom: -100px;
    right: -5px;
    margin: 0;
}

.events-one__carousel.owl-theme .owl-nav .owl-next {
    height: 65px;
    width: 65px;
    background: #eff5f4;
    border-radius: 50%;
    color: var(--thm-black);
    font-size: 23px;
    text-align: center;
    border: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.events-one__carousel.owl-theme .owl-nav .owl-prev {
    height: 65px;
    width: 65px;
    background: #eff5f4;
    border-radius: 50%;
    color: var(--thm-black);
    font-size: 23px;
    text-align: center;
    transform: rotate(180deg);
    border: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.events-one__carousel.owl-theme .owl-nav .owl-next span {
    line-height: 65px;
}

.events-one__carousel.owl-theme .owl-nav .owl-prev span {
    line-height: 65px;
}

.events-one__carousel.owl-theme .owl-nav .owl-next:hover,
.events-one__carousel.owl-theme .owl-nav .owl-prev:hover {
    color: #ffffff;
    background: #fdc900;
}

.events-one__carousel.owl-theme .owl-nav .owl-next:focus,
.events-one__carousel.owl-theme .owl-nav .owl-prev:focus {
    outline: none;
}

.events-one__carousel .owl-stage-outer {
    overflow: visible;
}

.events-one__carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.events-one__carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.events-one__single {
    position: relative;
    display: block;
    transition: all 500ms ease;
}

.events-one__single:hover {
    box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.2);
}

.events-one__img {
    position: relative;
    display: block;
}

.events-one__img>img {
    width: 100%;
}

.events-one__date-box {
    position: absolute;
    top: 0;
    left: 30px;
    height: 70px;
    width: 70px;
    background: #fdc900;
    display: flex;
    align-items: center;
    justify-content: center;
}

.events-one__date-box>p {
    
    color: #ffffff;
    font-weight: 800;
    margin: 0;
    line-height: 20px;
}

.events-one__bottom {
    position: absolute;
    bottom: 21px;
    left: 30px;
}

.events-one__bottom>p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    margin: 0;
}

.events-one__bottom>p>i {
    margin-right: 5px;
}

.events-one__bottom-title {
    font-size: 22px;
    color: #ffffff;
    font-weight: 800;
    line-height: 32px;
}

.events-one__bottom-title a {
    color: #ffffff;
    transition: all 500ms ease;
}

.events-one__bottom-title a:hover {
    color: #fdc900;
}

/*--------------------------------------------------------------
# Become Volunteer
--------------------------------------------------------------*/
.become-volunteer {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 30px 0 30px;
}

.become-volunteer__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.become-volunteer__left {
    position: relative;
    display: block;
}

.become-volunteer__left>h2 {
    color: #333;
    font-size: 36px;
    font-weight: 900;
    line-height: 60px;
}

.become-volunteer__big-text {
    position: absolute;
    top: -19px;
    left: 0;
    opacity: 0;
}

.become-volunteer__big-text>h2 {
    font-size: 50px;
    color: #ffffff;
    font-family: var(--thm-reey-font);
    line-height: 60px;
}



.become-volunteer__btn {
    /*background: #ffffff;*/
    color: var(--thm-black);
    padding
}
    .become-volunteer__btn:hover {
        background: #fff;
        color: var(--thm-black);
    }
    /*--------------------------------------------------------------
# Causes Two
--------------------------------------------------------------*/
    .causes-two {
        position: relative;
        display: block;
        padding: 100px 0 140px;
    }

.causes-two:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: #eff5f4;
    height: 510px;
}

.causes-two .container-box {
    position: relative;
    display: block;
    max-width: 1600px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.causes-two .section-title {
    margin-bottom: 34px;
}



.causes-two__carousel .owl-stage-outer {
    padding-top: 30px;
}

.causes-two__carousel.owl-carousel .owl-dots {
    position: absolute;
    bottom: -49px;
    right: 0px;
    left: 0;
    margin: 0;
}

.causes-two__carousel.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: var(--thm-black);
    opacity: .5;
    margin: 0px 3px;
    padding: 0px;
    border-radius: 50%;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.causes-two__carousel.owl-carousel .owl-dot.active {
    opacity: 1;
}

.causes-two__carousel.owl-carousel .owl-dot:focus {
    outline: none;
}

.causes-two__carousel.owl-carousel .owl-dots .owl-dot span {
    display: none;
}

/*--------------------------------------------------------------
# Causes Two
--------------------------------------------------------------*/
.counters-one {
    position: relative;
    display: block;
    z-index: 5;
	background-color:#79776d !important;
}

.counters-one__box {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    background-color: #79776d !important;
    /*box-shadow: 2px 10px 14px rgb(0 0 0 / 20%);*/
    padding-top: 25px;
    padding-bottom: 25px;
}

.counter-one__single {
    position: relative;
    display: inline-block;
    max-width: 284px;
    width: 100%;
    text-align: center;
	/* font-size:36px !important; */
}

.counter-one__single:before {
    position: absolute;
    top: 10px;
    left: 0;
    bottom: 6px;
    content: "";
    width: 1px;
    background-color: rgb(229, 238, 236);
}

.counter-one__single:first-child:before {
    display: none;
}

.counter-one__single h3 {
    color: #fff;
    font-size: 34px;
    font-weight: 900;
    /* font-family: var(--thm-font) !important; */
}

.counter-one__letter {
    color: #fdc900;
    font-size: 50px;
    font-weight: 900;
    vertical-align: middle;
}

.counter-one__text {
    font-weight: 800;
    margin: 0;
	color: #fdc900;
	font-size:16px;
	text-transform:uppercase;
}

/*--------------------------------------------------------------
# News Two
--------------------------------------------------------------*/
.news-two {
    position: relative;
    display: block;
    padding: 80px 0;
}

.news-two-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 644px;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
}

.news-two-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 644px;
    width: 100%;
    content: "";
    background-color: rgba(var(--thm-black-rgb), .9);
}









.news-two-bg.jarallax div div {
    filter: grayscale(100%);
}

.news-two .section-title {
    position: relative;
    margin-bottom: 35px;
    z-index: 5;
}

.news-two .section-title__tagline {
    color: #fdc900;
}

.news-two .section-title__title {
    color: #ffffff;
}


.news-two__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.news-two__img-box {
    position: relative;
    display: block;
}

.news-two__img {
    position: relative;
    display: block;
    overflow: hidden;
}

.news-two__img>img {
    position: relative;
    width: 100%;
    transition: transform 500ms ease;
    transform: scale(1);
}

.news-two__single:hover .news-two__img>img {
    transform: scale(1.05);
}

.news-two__img > a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(253 201 0 / 70%);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    color: #ffffff;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-30%);
}

.news-two__img>a>i {
    color: #ffffff;
    transition: all 500ms ease;
}

.news-two__img>a>i:hover {
    color: #ffffff;
}

.news-two__single:hover .news-two__img>a {
    visibility: visible;
    transform: translateY(0%);
    opacity: 1;
}

.news-two__date {
    position: absolute;
    bottom: -10px;
    right: 20px;
    background: #fdc900;
    padding: 4px 20px;
    z-index: 2;
}

.news-two__date>p {
    font-size: 14px;
    color: #ffffff;
    font-weight: 800;
    margin: 0;
}

.news-two__content {
    position: relative;
    display: block;
    border: 1px solid #e5eeec;
    border-top: 0;
    padding: 30px 40px 30px;
    background: #ffffff;
    transition: all 500ms ease;
}

.news-two__single:hover .news-two__content {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .07);
}

.news-two__meta {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0;
    margin: 0;
}

.news-two__meta li+li {
    margin-left: 12px;
}

.news-two__meta li a {
    font-size: 14px;
    color: var(--thm-gray);
    font-weight: 800;
}

.news-two__meta li a i {
    color: #fdc900;
}

.news-two__content h3 {
    font-size: 26px;
    font-weight: 900;
    line-height: 36px;
    margin-bottom: 11px;
}

.news-two__content h3 a {
    color: var(--thm-black);
    transition: all 500ms ease;
}

.news-two__content h3 a:hover {
    color: #fdc900;
}

.news-two__text {
    
    margin: 0;
}

/* Gallery Two*/
.gallery-two {
    padding-bottom: 100px;
}

/*--------------------------------------------------------------
# Feature One
--------------------------------------------------------------*/
.feature-one .section-title__title {
    color: #ffffff;
}
.feature-one {
    position: relative;
    display: block;
    background-color: var(--thm-black);
    padding: 50px 0 50px;
}

.feature-one__single {
    display: flex;
    /*align-items: center;*/
    position: relative;
}

.feature-one__single:before {
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: -28px;
    width: 1px;
    content: "";
    background: rgba(255, 255, 255, .10);
}



.feature-one__icon span {
    font-size: 67px;
    color: #fdc900;
    line-height: 67px;
    position: relative;
    display: inline-block;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.feature-one__content {
    margin-left: 20px;
}

.feature-one__content h3 {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    font-weight: 900;
    margin-bottom: 0;
}

.feature-one__content p {
    
    color: #b8bbc9;
    margin: 0;
}

.feature-one__single-1 {
    margin-right: 10px;
}

.feature-one__single-2 {
    margin-left:0;
    margin-right: 0;
}

.feature-one__single-3 {
    margin-left: 68px;
}

.feature-one__single-1:before {
    display: none;
}

.feature-one__single-2 .feature-one__icon span {
    color: #ebad35;
}

.feature-one__single-3 .feature-one__icon span {
    color: #ce5140;
}

.feature-one__single:hover .feature-one__icon span {
    transform: scale(1.2);
}

/*--------------------------------------------------------------
# Help Them Two
--------------------------------------------------------------*/
.help-them-two {
    position: relative;
    display: block;
    padding: 100px 0 19px;
}

.help-them-two__left {
    position: relative;
    display: block;
}

.help-them-two-bg {
    position: absolute;
    top: -100px;
    left: -362px;
    bottom: -100px;
    width: 562px;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.help-them-two-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(var(--thm-primary-rgb), 0.9);
}

.help-them-two__img {
    position: relative;
    display: block;
}

.help-them-two__img>img {
    width: 100%;
}

.help-them-two__video-btn {
    height: 135px;
    width: 160px;
    position: absolute;
    bottom: 0;
    left: 20px;
    background: #ffffff;
    color: var(--thm-black);
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 500ms ease;
    z-index: 2;
}

.help-them-two__video-btn:before {
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: 0;
    content: "";
    border-top: 20px solid #fdc900;
    border-left: 20px solid #fdc900;
    border-right: 20px solid #fdc900;
}

.help-them-two__video-btn:hover {
    color: #fdc900;
    background: var(--thm-black);
}

.help-them-two__right {
    position: relative;
    display: block;
    margin-left: 40px;
}

.help-them-two__right .section-title {
    margin-bottom: 25px;
}

.help-them-two__list-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.help-them-two__list {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    float: left;
    margin-right: 36px;
}

.help-them-two__list li {
    display: flex;
    align-items: center;
}

.help-them-two__list li+li {
    margin-top: 9px;
}



.help-them-two__icon-box i {
    font-size: 15px;
    color: #fdc900;
}

.help-them-two__text-box {
    margin-left: 5px;
}

.help-them-two__text-box h4 {
    
    font-weight: 900;
    line-height: 26px;
}

.help-them-two__list-two {
    margin-right: 0;
}

.help-them-two__bottom {
    position: relative;
    display: block;
    margin-top: 35px;
}

.help-them-two__bottom-title {
    font-size: 24px;
    color: #fdc900;
    line-height: 34px;
    font-weight: 900;
    margin-bottom: 32px;
}

.help-them-two__bottom-text {
    
    margin: 0;
}

.help-them-two__donation-text-box {
    position: relative;
    display: inline-block;
    margin-top: 63px;
}

.help-them-two__donation-text-box h2 {
    font-size: 40px;
    color: #fdc900;
    font-family: var(--thm-reey-font);
    font-weight: 400;
    line-height: 50px;
}

.help-them-two__donation-icon {
    position: absolute;
    top: -23px;
    left: 100%;
}



/*--------------------------------------------------------------
# Causes Three
--------------------------------------------------------------*/
.causes-three {
    position: relative;
    display: block;
    padding: 100px 0 140px;
}

.causes-three__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 34px;
}

.causes-three__top-title {
    margin-bottom: 0;
}

.causes-three__top-title .section-title {
    margin-bottom: 0;
}



.causes-three__top-btn {
    background: #eff5f4;
    color: var(--thm-black);
}



.causes-three__carousel .owl-stage-outer {
    padding-top: 30px;
    margin-right: -360px;
}

.causes-three__carousel.owl-carousel .owl-dots {
    position: absolute;
    bottom: -49px;
    left: 0;
    margin: 0;
}

.causes-three__carousel.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: var(--thm-black);
    opacity: .5;
    margin: 0px 3px;
    padding: 0px;
    border-radius: 50%;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.causes-three__carousel.owl-carousel .owl-dot.active {
    opacity: 1;
}

.causes-three__carousel.owl-carousel .owl-dot:focus {
    outline: none;
}

.causes-three__carousel.owl-carousel .owl-dots .owl-dot span {
    display: none;
}

/*Brand Three*/
.brand-three {
    background-color: #fdc900;
}

/*--------------------------------------------------------------
# Testimonial Two
--------------------------------------------------------------*/
.testimonial-two {
    position: relative;
    display: block;
    background-color: #eff5f4;
    overflow: hidden;
    padding: 100px 0 70px;
}

.testimonial-two .section-title {
    margin-bottom: 35px;
}

.testimonial-two__single {
    margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Counters Two
--------------------------------------------------------------*/
.counters-two {
    position: relative;
    display: block;
    padding: 100px 0 146px;
}

.counters-two-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.counters-two-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(var(--thm-black-rgb), .9);
}

.counters-two-bg.jarallax div div {
    filter: grayscale(100%);
}

.counters-two__left {
    position: relative;
    display: block;
}

.counters-two__left .section-title {
    margin-bottom: 0;
}

.counters-two__left .section-title__title {
    color: #ffffff;
}



.counters-two__four-boxes {
    margin: 0;
    padding: 0;
}

.counters-two__four-boxes li {
    position: relative;
    display: inline-block;
    text-align: center;
    margin-right: 15px;
}

.counters-two__four-boxes li:last-child {
    margin-right: 0;
}

.counters-two__four-boxes-icon {
    height: 145px;
    width: 152px;
    background: var(--thm-black);
    color: #fdc900;
    font-size: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #4b4e5a;
    transition: all 500ms ease;
}

.counters-two__four-boxes li:hover .counters-two__four-boxes-icon {
    background: #fdc900;
    color: #ffffff;
    border: 1px solid #fdc900;
}



.counters-two__four-boxes li h4 {
    font-size: 20px;
    font-weight: 900;
    line-height: 24px;
    margin-top: 16px;
    color: #ffffff;
}

/*--------------------------------------------------------------
# Need Help
--------------------------------------------------------------*/
.need-help {
    position: relative;
    display: block;
    margin-top: -50px;
}

.need-help__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}





.need-help__content {
    padding-left: 50px;
    padding-top: 43px;
    padding-bottom: 43px;
    padding-right: 55px;
    position: relative;
    display: block;
    background-color: rgb(253, 253, 254);
    box-shadow: 0px 0px 30px 0px rgb(0, 0, 0, .06);
}

.need-help__title {
    font-size: 24px;
    font-weight: 900;
    line-height: 34px;
    margin-bottom: 12px;
}

.need-help__text {
    
    margin: 0;
}

/*--------------------------------------------------------------
# Team One
--------------------------------------------------------------*/
.team-one {
    position: relative;
    display: block;
    padding: 0 0 80px;
}

.team-one .section-title {
    margin-bottom: 35px;
}

.team-one .row {
    --bs-gutter-x: 135px;
}

.team-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.team-one__img-box {
    position: relative;
    display: block;
}

.team-one__img {
    position: relative;
    display: block;
    background-color: var(--thm-black);
}

.team-one__img>img {
    width: 100%;
    mix-blend-mode: luminosity;
    transition: 500ms ease;
}

.team-one__single:hover .team-one__img>img {
    mix-blend-mode: normal;
}

.team-one__member-name {
    position: absolute;
    right: 20px;
    bottom: -34px;
}

.team-one__member-name h2 {
    font-size: 50px;
    color: #fdc900;
    font-weight: 400;
    font-family: var(--thm-reey-font);
}

.team-one__content {
    position: relative;
    display: block;
    margin-top: 53px;
    margin-bottom: 20px;
}

.team-one__member-title {
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
}

.team-one__text-box {
    
    margin: 0;
}

.team-one__social {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.team-one__social a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    width: 35px;
    height: 35px;
    background-color: #e5eeec;
    color: var(--thm-black);
    font-size: 13px;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-one__social a+a {
    margin-left: 10px;
}

.team-one__social a:hover {
    color: #ffffff;
    background: #fdc900;
}

/*--------------------------------------------------------------
# Why Choose
--------------------------------------------------------------*/
.why-choose {
    position: relative;
    display: block;
    padding: 100px 0 100px;
    background-color: #eff5f4;
}

.why-choose-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 865px;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.08;
    filter: grayscale(100%);
}

.why-choose__left {
    position: relative;
    display: block;
    margin-right: 70px;
}

.why-choose__left .section-title {
    margin-bottom: 25px;
}

.why-choose__left-bottom {
    position: relative;
    display: block;
    overflow: hidden;
}

.why-choose__left-text-box {
    position: relative;
    display: block;
    float: left;
    max-width: 298px;
}

.why-choose__left-text {
    margin: 0;
    line-height: 34px;
}

.why-choose__left-signature {
    font-size: 30px;
    color: #fdc900;
    font-family: var(--thm-reey-font);
    font-weight: 400;
    margin-top: 40px;
}

.why-choose__left-list-box {
    position: relative;
    display: block;
    overflow: hidden;
    float: right;
    margin-left: 69px;
}

.why-choose__left-list {
    margin-bottom: 0;
    padding: 0;
}

.why-choose__left-list li {
    display: flex;
    align-items: center;
}

.why-choose__left-list li+li {
    margin-top: 10px;
}



.why-choose__left-list li .icon i {
    font-size: 15px;
    color: #fdc900;
}

.why-choose__left-list li .text {
    margin-left: 10px;
}

.why-choose__left-list li .text h5 {
    font-size: 18px;
    font-weight: 900;
}

.why-choose__right {
    position: relative;
    display: block;
    margin-left: -30px;
}

.why-choose__urgent {
    position: relative;
    display: block;
    background-color: #fdc900;
    padding: 52px 60px 60px;
}

.why-choose__urgent-title {
    font-size: 24px;
    color: #ffffff;
    font-weight: 900;
    line-height: 28px;
    margin-bottom: 15px;
}

.why-choose__urgent-text {
    
    color: #ffffff;
    margin: 0;
}

.why-choose__progress {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 50px;
}

.why-choose__progress .bar {
    position: relative;
    width: 100%;
    height: 10px;
    background: var(--thm-black);
    border-radius: 5px;
    margin-bottom: 6px;
}

.why-choose__progress .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 10px;
    border-radius: 5px;
    background: #ffffff;
    -webkit-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.why-choose__progress .count-text {
    position: absolute;
    right: -40px;
    bottom: 20px;
    color: var(--thm-black);
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    font-weight: 800;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    height: 20px;
    width: 40px;
    background: #ffffff;
}

.why-choose__progress .bar-inner.counted .count-text {
    opacity: 1;
}

.why-choose__progress .count-text:after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    border-right: 7px solid transparent;
    border-top: 5px solid #ffffff;
}

.why-choose__goals {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.why-choose__goals>p {
    font-size: 14px;
    margin: 0;
    color: #ffffff;
}

.why-choose__goals>p>span {
    font-size: 20px;
    color: #ffffff;
    font-weight: 900;
    line-height: 30px;
}

.why-choose__right-btn {
    font-size: 14px;
    color: #ffffff;
    font-weight: 900;
    background: var(--thm-black);
    display: inline-block;
    padding: 7px 20px;
    transition: all 500ms ease;
    margin-top: 31px;
}

.why-choose__right-btn i {
    margin-right: 7px;
    font-size: 12px;
}

.why-choose__right-btn:hover {
    color: #fdc900;
    background: #ffffff;
}

.why-choose__right-category {
    position: absolute;
    background: var(--thm-black);
    left: -10px;
    top: 10px;
    padding: 0 20px;
    line-height: 27px;
}

.why-choose__right-category span {
    font-size: 14px;
    color: #ffffff;
    font-weight: 800;
}

/*--------------------------------------------------------------
# News Three
--------------------------------------------------------------*/
.news-three {
    position: relative;
    display: block;
}

.news-three .section-title__title {
    color: var(--thm-black);
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
    position: relative;
    display: block;
}

.page-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header__bg:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(var(--thm-black-rgb), .3);
}

.page-header .container {
    position: relative;
    z-index: 10;
    padding-top: 134px;
    padding-bottom: 132px;
}

.page-header .container h2 {
    margin: 0;
    color: #fff;
    font-weight: 900;
    font-size: 70px;
}

@media (max-width: 480px) {
    .page-header .container h2 {
        font-size: 30px;
    }
}

.thm-breadcrumb {
    display: flex;
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
    padding: 11px 40px;
}

.thm-breadcrumb li {
    
    font-weight: 900;
    color: var(--thm-black);
    line-height: 26px;
    display: flex;
    align-items: center;
}

.thm-breadcrumb li:not(:last-of-type) {
    margin-right: 13px;
}

.thm-breadcrumb li a {
    color: inherit;
}

.thm-breadcrumb li span {
    display: block;
    line-height: 26px;
    color: #fdc900;
}

.thm-breadcrumb li.color-thm-gray {
    color: #e5eeec;
}

/*--------------------------------------------------------------
# Causes Page
--------------------------------------------------------------*/
.causes-page {
    position: relative;
    display: block;
    padding: 30px 0 40px;
}

.causes-page:before {
    display: none;
}

/*.causes-page .causes-one__single {
    margin-bottom: 60px;
}*/
.causes-one__single {
    box-shadow: 2px 2px 14px rgb(0 0 0 / 10%);
}
.causes-one .col-lg-4 {
    margin: 40px 0;
}
/*--------------------------------------------------------------
# Causes Details
--------------------------------------------------------------*/
.causes-details {
    position: relative;
    display: block;
    padding: 50px 0;
}

.causes-details__left-bar {
    position: relative;
    display: block;
}
.causes-details__right .btn-share {
    display: block;
    text-align: center;
    background: #fdc900;
    border: 1px solid #fdc900;
    font-size: 20px;
    padding: 20px;
    font-weight: 800;
    box-shadow:2px 2px 14px rgb(0,0,0,0.2);
}
.causes-details__right section {
    margin: 0 0 20px 0;
    box-shadow: 2px 2px 14px rgb(0,0,0,0.2);
    padding: 20px;
}
.causes-details__right .payement_images {
    margin-bottom:20px;
}
    .causes-details__right .payement_images .space {
        margin: 0 20px;
    }
.causes-details__right .media_objects img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.causes-details__right .media_objects p {
    margin-bottom: 0;
    font-size: 14px;
    line-height:20px;
}

.causes-details__right .media_objects .media_text {
    color: #fdc900;
    margin-top: 8px;
    
}

.causes-details__right .facebook {
    background: rgb(59, 89, 152);
    border: 1px solid rgb(59, 89, 152);
    color: #fff;
}
.causes-details__right .facebook i{
    color: #fff;
}
.causes-details__right .btn-share:hover {
    background: #2d303d;
    border: 1px solid #2d303d;
}
    .causes-details__right .btn-share i {
        margin-right: 10px;
    }
.causes-details .section-title {
    margin-top: 0;
    margin-bottom: 20px;
}
.causes-details .nav-tabs .nav-link {
    background: transparent;
    border: none;
}
.causes-details .nav-tabs {
    margin-top: 2%;
}
.causes-details .nav-tabs i{
    margin-right: 10px;
}
    .causes-details .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        border-bottom: 3px solid #fdc900;
        color:#000;
        font-weight:600;
    }
        .causes-details .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active i {
            color: #fdc900;
        }
.causes-details .navtabs_sharebtn {
    margin:0
}
.causes-details .navtabs_sharebtn .col-lg-8, .causes-details .navtabs_sharebtn .col-lg-4 {
    padding: 0;
}
    .causes-details .navtabs_sharebtn .col-lg-4 {
        text-align:right;
    }
.navtabs_share_btn .become-volunteer__btn-box {
    margin-top: 14px;
}
    .navtabs_share_btn .become-volunteer__btn-box .btn-share i {
        margin-right: 10px;
    }
    .navtabs_share_btn .become-volunteer__btn-box .btn-share {
        background: #fdc900;
        border: 1px solid #fdc900;
    }
        .navtabs_share_btn .become-volunteer__btn-box .btn-share:hover {
            background: #2d303d;
            border: 1px solid #2d303d;
        }

    .causes-details .navtabs_share_btn {
        border-bottom: 1px solid #dee2e6;
    }
/*.cause_detailpage_title {
    font-weight: 800;
    font-size: 28px;
    text-align:center;
    margin-bottom:15px
}*/
.causes-details__img {
    position: relative;
    display: block;
}

.causes-details__img-box {
    position: relative;
    display: block;
}

.causes-details__img-box>img {
    width: 100%;
}

.causes-details__category {
    position: absolute;
    background: #fdc900;
    left: -20px;
    bottom: 10px;
    padding: 0 20px;
    line-height: 27px;
}

.causes-details__category span {
    font-size: 14px;
    color: #ffffff;
    font-weight: 800;
}

.causes-details__progress {
    position: relative;
    display: block;
    width: 100%;
    background: #eff5f4;
    padding: 40px 30px 21px;
}

.causes-details__progress .bar {
    position: relative;
    width: 100%;
    height: 20px;
    background: #ffffff;
    border-radius: 50px;
    margin-bottom: 6px;
}

.causes-details__progress .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 20px;
    border-radius: 50px;
    background: #fdc900;
    -webkit-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.causes-details__progress .count-text {
    position: absolute;
    right: -40px;
    bottom: 20px;
    color: #ffffff;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    font-weight: 800;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    height: 20px;
    width: 40px;
    background: #fdc900;
}

.causes-details__progress .bar-inner.counted .count-text {
    opacity: 1;
}

.causes-details__progress .count-text:after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    border-right: 7px solid transparent;
    border-top: 5px solid #fdc900;
}

.causes-details__goals {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.causes-details__goals>p {
    font-size: 14px;
    margin: 0;
}

.causes-details__goals>p>span {
    font-size: 20px;
    color: var(--thm-black);
    font-weight: 900;
    line-height: 30px;
}

.causes-details__text-box {
    position: relative;
    display: block;
    margin-top: 21px;
}

.causes-details__text-box h3 {
    font-size: 34px;
    font-weight: 900;
    line-height: 44px;
    margin-bottom: 10px;
}

.causes-details__text-1 {
    
    margin: 0;
    margin-bottom: 31px;
}

.causes-details__text-2 {
    
    margin: 0;
}

.causes-details__images-box {
    position: relative;
    display: block;
    margin-top: 40px;
}

.causes-details__images-single {
    position: relative;
    display: block;
}

.causes-details__images-single img {
    width: 100%;
}

.causes-details__summary {
    position: relative;
    display: block;
    margin-top: 39px;
    overflow: hidden;
}

.causes-details__summary-text {
    position: relative;
    display: block;
    float: left;
    overflow: hidden;
    max-width: 406px;
}

.causes-details__summary-text p {
    
    margin: 0;
}

.causes-details__summary-list {
    position: relative;
    display: block;
    float: right;
    overflow: hidden;
}

.causes-details__summary-list-box {
    padding: 0;
    margin: 0;
}

.causes-details__summary-list-box li {
    display: flex;
    align-items: center;
}

.causes-details__summary-list-box li+li {
    margin-top: 10px;
}



.causes-details__summary-list-box li .icon i {
    font-size: 15px;
    color: #fdc900;
}

.causes-details__summary-list-box li .text {
    margin-left: 10px;
}

.causes-details__summary-list-box li .text p {
    font-size: 18px;
    color: var(--thm-black);
    margin: 0;
    font-weight: 900;
}

.causes-details__share {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 50px;
}
.causes-details__share-social {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-left: 50px;
}

.causes-details__share-social a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    width: 35px;
    height: 35px;
    background-color: #e5eeec;
    color: var(--thm-black);
    font-size: 13px;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.causes-details__share-social a+a {
    margin-left: 10px;
}

.causes-details__share-social a:hover {
    color: #ffffff;
    background: #fdc900;
}

.causes-details__download {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #eff5f4;
    padding: 50px 50px 50px;
    margin-bottom: 44px;
}

.causes-details__left {
    display: flex;
    align-items: center;
}



.causes-details__left .icon>img {
    width: 50px;
}

.causes-details__left .text {
    margin-left: 10px;
}

.causes-details__left .text h4 {
    font-size: 26px;
    font-weight: 900;
    line-height: 36px;
}
.cause_details_strip {
    text-align: center;
    margin: 0 0 30px 0;
}

    .cause_details_strip span {
        background: #fff2e4;
        padding: 10px 20px;
        border-radius: 50px;
        color: #ff7171;
        font-weight: 400;
    }
.share_price{
    font-style:italic;
    font-size:14px;
    color:#333;
}
.causes-details__right .causes-details__progress{
    background:#fff;
    padding:0
}
    .causes-details__right .causes-details__progress .bar {
        background: #eff5f4;
    }
.causes-details__right .three_items_main {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
    .causes-details__right .three_items_main i {
        margin-right: 10px;
        font-size: 20px;
        margin-bottom: 20px;
    }
    .causes-details__right .three_items_main span {
        color: #000;
        font-size: 18px;
    }
.causes-details__right .three_items {
    color: #fdc900;
}
.causes-details__right .three_items span {
    padding:0 10px;
}
.causes-details__right .three_items_test  i {
    font-size: 30px;
    vertical-align: bottom;
}
.causes-details__right .three_items_test ul{
    padding-left:0
}
.causes-details__right .three_items_test ul li {
    display: inline;
    list-style-type: none;
}
.causes-details__right .three_items_test span {
    margin: 0 20px;
}
.causes-details__right .three_items_test  .facebook {
    
}
.causes-details__right .bottom_strip {
    font-size: 14px;
    margin: 20px 0;
    border-radius: 10px;
    padding: 10px;
}

.big_btn {
    box-shadow: none !important;
    padding: 0 !important;
}
.faqbtns .three_btns .btn{
    margin:0
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-one__title,
.comment-form__title {
    margin: 0;
    color: var(--thm-black);
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 20px;
}

.comment-one__single {
    display: -webkit-box;
    display: flex;
    border-bottom: 1px solid #e5eeec;
    padding-bottom: 40px;
    margin-bottom: 50px;
}

.comment-one__content {
    position: relative;
    margin-left: 30px;
    padding-right: 102px;
}

.comment-one__content h3 {
    margin: 0;
    font-size: 20px;
    color: var(--thm-black);
    font-weight: 900;
    margin-bottom: 15px;
}

.comment-one__content h3 span {
    font-size: 14px;
    color: #fdc900;
    font-weight: 900;
    margin-left: 4px;
}

.comment-one__content p {
    
    margin: 0;
}

.comment-one__btn {
    font-size: 14px;
    color: #ffffff;
    line-height: 40px;
    padding: 2px 20px;
    background: #fdc900;
    font-weight: 900;
    position: absolute;
    top: 0;
    right: 0;
}

.comment-one__btn:hover {
    background: var(--thm-black);
}

.comment-one__image img {
    width: 119px;
}

.comment-form .comment-form__title {
    margin-top: -8px;
}

.comment-one__form {
    position: relative;
    display: block;
    background-color: #eff5f4;
    padding: 60px 60px;
}

.comment-one__form .row {
    --bs-gutter-x: 10px;
}

.comment-form__input-box input[type="text"],
.comment-form__input-box input[type="email"] {
    height: 67px;
    width: 100%;
    border: none;
    padding: 0 30px;
    margin-bottom: 10px;
    border-radius: 0;
    outline: none;
    
    font-weight: 700;
    color: var(--thm-gray);
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 30px 0px rgb(0, 0, 0, .07);
}

.comment-form__input-box {
    position: relative;
    display: block;
    line-height: 0;
}

.comment-form__input-box textarea {
    
    color: var(--thm-gray);
    height: 192px;
    width: 100%;
    padding: 20px 30px 30px;
    border: none;
    border-radius: 0px;
    outline: none;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 30px 0px rgb(0, 0, 0, .07);
    font-weight: 700;
}

.comment-form__btn {
    background: #fdc900;
    margin-top: 10px;
}

.comment-form__btn:hover {
    background: var(--thm-black);
}



.causes-details__organizer {
    display: flex;
    background-color: #eff5f4;
    padding: 40px 39px 14px;
}



.causes-details__organizer-img img {
    width: 60px;
}

.causes-details__organizer-content {
    margin-left: 20px;
}

.causes-details__organizer-content p {
    font-size: 14px;
    font-weight: 800;
    margin: 0;
    line-height: 20px;
}

.causes-details__organizer-content h5 {
    font-size: 18px;
    font-weight: 900;
    line-height: 28px;
    margin-top: 4px;
    margin-bottom: 11px;
}

.causes-details__organizer-content span {
    color: #fdc900;
}



.causes-details__organizer-list li {
    
    color: var(--thm-gray);
    font-weight: 800;
}

.causes-details__organizer-list li i {
    font-size: 14px;
    color: #fdc900;
    margin-right: 14px;
}

.causes-details__donations {
    position: relative;
    display: block;
    background: #eff5f4;
    padding: 40px 40px 14px 40px;
    margin-top: 30px;
}

.causes-details__donations-title {
    font-size: 20px;
    font-weight: 900;
    line-height: 30px;
    margin-bottom: 18px;
}

.causes-details__donations-list {
    position: relative;
    display: block;
}

.causes-details__donations-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.causes-details__donations-list li+li {
    margin-top: 22px;
}



.causes-details__donations-img img {
    border-radius: 0px;
}

.causes-details__donations-content {
    margin-left: 20px;
}

.causes-details__donations-content h4 {
    font-size: 18px;
    color: #fdc900;
    line-height: 28px;
    font-weight: 900;
    margin-bottom: 3px;
}

.causes-details__donations-content h5 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 800;
}

.causes-details__donations-content span {
    font-size: 14px;
    font-weight: 800;
    color: var(--thm-gray);
}

.causes-details__donations-content p {
    
    margin: 0;
    font-weight: 800;
}

/*--------------------------------------------------------------
## News Page
--------------------------------------------------------------*/
.news-page {
    position: relative;
    display: block;
    padding: 100px 0 70px;
}

/*--------------------------------------------------------------
## News Details
--------------------------------------------------------------*/
.news-details {
    position: relative;
    display: block;
    padding: 100px 0 100px;
}

.news-details__left {
    position: relative;
    display: block;
}

.news-details__img {
    position: relative;
    display: block;
}

.news-details__img img {
    width: 100%;
}

.news-details__content {
    position: relative;
    display: block;
    padding: 21px 0 0;
}

.news-details__meta {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 0;
}



.news-details__meta li+li {
    margin-left: 12px;
}

.news-details__meta li a {
    color: var(--thm-gray);
    font-size: 14px;
    font-weight: 800;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-details__meta li a:hover {
    color: #fdc900;
}

.news-details__meta li a i {
    color: #fdc900;
}

.news-details__title {
    font-size: 30px;
    font-weight: 900;
    line-height: 40px;
    margin-bottom: 10px;
    padding-top: 3px;
}

.news-details__text-one {
    
}

.news-details__text-two {
    
    padding-top: 15px;
    padding-bottom: 15px;
}

.news-details__text-three {
    
    margin: 0;
}

.news-details__bottom {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px solid #e5eeec;
    border-bottom: 1px solid #e5eeec;
    padding: 30px 0 30px;
    margin-top: 40px;
    margin-bottom: 30px;
}

.news-details__bottom p {
    margin: 0;
}



.news-details__tags span {
    color: var(--thm-black);
    font-weight: 900;
    font-size: 20px;
}

.news-details__tags a {
    color: #ffffff;
    font-size: 14px;
    background: #fdc900;
    display: inline-block;
    padding: 4px 20px;
    font-weight: 800;
}

.news-details__tags a+a {
    margin-left: 5px;
}

.news-details__social-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.news-details__social-list a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    width: 35px;
    height: 35px;
    background-color: #e5eeec;
    color: var(--thm-black);
    font-size: 13px;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-details__social-list a+a {
    margin-left: 10px;
}

.news-details__social-list a:hover {
    color: #ffffff;
    background-color: #fdc900;
}

/* author */

.author-one {
    background-color: #eff5f4;
    padding: 50px 50px 41px;
    display: -webkit-box;
    display: flex;
    margin-bottom: 44px;
}





.author-one__content {
    margin-left: 30px;
    margin-top: -8px;
}

.author-one__content h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 900;
}

.author-one__content p {
    margin: 0;
    margin-top: 13px;
}


.sidebar__search {
    background-color: #fdc900;
    border-radius: 0;
}

.sidebar__search-form {
    position: relative;
}

.sidebar__search-form input[type="search"] {
    display: block;
    border: none;
    outline: none;
    background-color: transparent;
    color: #ffffff;
    
    font-weight: 900;
    padding-left: 30px;
    padding-right: 70px;
    height: 67px;
    width: 100%;
}

.sidebar__search-form ::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 1;
}

.sidebar__search-form ::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
    color: #ffffff;
    opacity: 1;
}

.sidebar__search-form ::-ms-input-placeholder {
    color: #ffffff;
    opacity: 1;
}

.sidebar__search-form ::placeholder {
    color: #ffffff;
    opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
    color: #ffffff;
}

.sidebar__search-form ::-ms-input-placeholder {
    color: #ffffff;
}

.sidebar__search-form button[type="submit"] {
    background-color: transparent;
    color: #ffffff;
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 0px;
    width: 70px;
    outline: none;
    border: none;
    height: 67px;
}




@media (max-width: 991px) {
    .sidebar {
        margin-top: 50px;
    }
}



.sidebar__single+.sidebar__single {
    margin-top: 30px;
}

.sidebar__title {
    margin: 0;
    font-size: 20px;
    margin-bottom: 17px;
    font-weight: 900;
}

.sidebar__post {
    position: relative;
    display: block;
    padding: 36px 20px 43px;
    background: #eff5f4;
}

.sidebar__post .sidebar__title {
    padding-left: 30px;
}

.sidebar__post-list {
    margin: 0;
}

.sidebar__post-list li {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 29px;
    padding-right: 29px;
}

.sidebar__post-list li+li {
    margin-top: 21px;
}

.sidebar__post-image {
    margin-right: 20px;
}

.sidebar__post-image>img {
    width: 70px;
}

.sidebar__post-content h3 {
    color: var(--thm-black);
    font-size: 18px;
    margin: 0;
    line-height: 28px;
    font-weight: 800;
}

.sidebar__post-content .sidebar__post-content_meta {
    color: var(--thm-gray);
    font-size: 14px;
    display: block;
    font-weight: 800;
}

.sidebar__post-content .sidebar__post-content_meta i {
    margin-right: 2px;
    color: #fdc900;
}

.sidebar__post-content h3 {
    text-transform: unset;
}

.sidebar__post-content h3 a {
    color: var(--thm-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar__post-content h3 a:hover {
    color: #fdc900;
}

.sidebar__category {
    position: relative;
    display: block;
    background: #eff5f4;
    padding: 36px 40px 16px;
}



.sidebar__category-list li+li {
    margin-top: 4px;
}

.sidebar__category-list li a {
    
    color: var(--thm-gray);
    font-weight: 700;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar__category-list li a i {
    font-size: 15px;
    color: #fdc900;
    margin-right: 10px;
}

.sidebar__category-list li a:hover {
    color: var(--thm-black);
}

.sidebar__tags {
    position: relative;
    display: block;
    padding: 36px 40px 30px;
    background: #eff5f4;
}

.sidebar__tags-list {
    padding-top: 7px;
    margin-left: -5px;
}

.sidebar__tags-list a {
    font-size: 14px;
    font-weight: 800;
    color: var(--thm-black);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #ffffff;
    display: inline-block;
    padding: 4px 20px;
    margin-bottom: 10px;
    margin-left: 5px;
}


.sidebar__tags-list a:hover {
    background: #fdc900;
    color: #ffffff;
}

/*--------------------------------------------------------------
## Events Page
--------------------------------------------------------------*/
.events-page {
    position: relative;
    display: block;
    padding: 100px 0 70px;
}

.events-page .events-one__single {
    margin-bottom: 30px;
}

.events-page .events-one__bottom-title {
    font-size: 26px;
}

.events-page .events-one__bottom>p {
    line-height: 25px;
}

/*--------------------------------------------------------------
## Events Details
--------------------------------------------------------------*/
.event-details {
    position: relative;
    display: block;
    padding: 100px 0 100px;
}

.events-details__img {
    position: relative;
    display: block;
}

.events-details__img img {
    width: 100%;
}

.event-details__date-box {
    position: absolute;
    top: 0;
    left: 30px;
    background: #fdc900;
    height: 70px;
    width: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-details__date-box p {
    
    color: #ffffff;
    font-weight: 800;
    margin: 0;
    line-height: 20px;
}



.event-details__top-content {
    position: relative;
    display: block;
    margin-top: 39px;
}

.event-details__title {
    font-size: 36px;
    font-weight: 900;
    line-height: 46px;
    margin-bottom: 9px;
}

.event-details__text-1 {
    
    padding-bottom: 15px;
}

.event-details__text-2 {
    
    margin: 0;
}

.event-details__bottom-content {
    padding-top: 32px;
}

.event-details__bottom-title {
    font-size: 26px;
    font-weight: 900;
    line-height: 36px;
    margin-bottom: 11px;
}

.event-details__bottom-text-1 {
    
    padding-bottom: 15px;
}

.event-details__bottom-text-2 {
    
    margin: 0;
}

.event-details__bottom-content-btn {
    margin-top: 40px;
}

.event-details__right {
    position: relative;
    display: block;
    margin-top: 60px;
}

.event-details__right-sidebar {
    position: relative;
    display: block;
    background: #eff5f4;
    padding: 30px 30px 26px;
}

.event-details__right-sidebar-title {
    position: relative;
    display: block;
    background: #ffffff;
    text-align: center;
    padding: 13px 0;
    margin-bottom: 19px;
}

.event-details__right-sidebar-title h4 {
    font-size: 18px;
    font-weight: 900;
    line-height: 28px;
}

.event-details__right-sidebar-list {
    position: relative;
    margin: 0;
}

.event-details__right-sidebar-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.event-details__right-sidebar-list li+li {
    margin-top: 17px;
}



.event-details__right-sidebar-list li .left p {
    
    margin: 0;
    color: var(--thm-black);
    font-weight: 900;
}

.event-details__right-sidebar-list li .right {
    text-align: right;
}

.event-details__right-sidebar-list li .right h4 {
    font-size: 14px;
    font-weight: 900;
    color: #fdc900;
}

.event-details__right-map {
    position: relative;
    display: block;
    margin-top: 30px;
}

.event-details__map-box {
    height: 390px;
    width: 100%;
    border: none;
}

/*--------------------------------------------------------------
## Contact Page
--------------------------------------------------------------*/
.contact-page {
    position: relative;
    display: block;
    padding: 100px 0 100px;
}

.contact-page .section-title {
    margin-bottom: 44px;
}

.contact-page__left {
    position: relative;
    display: block;
    margin-right: 60px;
}

.contact-page__img {
    position: relative;
    display: block;
    margin-bottom: 19px;
}

.contact-page__img img {
    width: 100%;
}

.contact-page__text {
    
    margin: 0;
}

.contact-page__contact-info {
    position: relative;
    margin: 0;
    padding-top: 40px;
    padding-right: 140px;
}

.contact-page__contact-list {
    margin: 0;
}

.contact-page__contact-list li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e5eeec;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.contact-page__contact-list li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.contact-page__contact-list li .icon {
    height: 65px;
    width: 65px;
    background: #fdc900;
    color: #ffffff;
    font-size: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 500ms ease;
}

.contact-page__contact-list li:hover .icon {
    background-color: var(--thm-black);
    color: #fff;
}



.contact-page__contact-list li .text {
    margin-left: 20px;
}

.contact-page__contact-list li .text p {
    
    margin: 0;
    line-height: 20px;
}

.contact-page__contact-list li .text a {
    font-size: 20px;
    color: var(--thm-black);
    font-weight: 800;
    line-height: 30px;
    transition: all 500ms ease;
}

.contact-page__contact-list li .text a:hover {
    color: #fdc900;
}

.contact-page__contact-list li .text h5 {
    font-size: 20px;
    color: var(--thm-black);
    font-weight: 800;
    line-height: 30px;
}

.contact-page__form {
    position: relative;
    display: block;
    margin-left: -30px;
}

.contact-page__main-form {
    position: relative;
    display: block;
    background: #eff5f4;
    padding: 60px;
}

.contact-page__main-form .row {
    --bs-gutter-x: 10px;
}

.contact-page__input-box {
    position: relative;
    display: block;
}

.contact-page__input-box input[type="text"],
.contact-page__input-box input[type="email"] {
    height: 67px;
    width: 100%;
    border: none;
    padding: 0 30px;
    margin-bottom: 10px;
    border-radius: 0;
    outline: none;
    
    font-weight: 700;
    color: var(--thm-gray);
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 30px 0px rgb(0, 0, 0, .07);
}

.contact-page__input-box textarea {
    
    height: 192px;
    width: 100%;
    padding: 20px 30px 30px;
    border: none;
    border-radius: 0px;
    outline: none;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 30px 0px rgb(0, 0, 0, .07);
    font-weight: 700;
    padding-top: 10px;
    display: block;
    color: var(--thm-gray);

}

.contact-page__btn {
    margin-top: 10px;
}

/*--------------------------------------------------------------
# Contact Page Google Map
--------------------------------------------------------------*/
.contact-page-google-map {
    position: relative;
    display: block;
}

.contact-page-google-map__one {
    position: relative;
    display: block;
    border: none;
    height: 560px;
    width: 100%;
}

/*--------------------------------------------------------------
# About Page
--------------------------------------------------------------*/
.aboutus {
    background: #f3f3f3;
    padding: 60px 0;
}

.aboutus p {
    text-align: justify;
    font-family: 'Rubik', sans-serif;
}
.mvv_navtabs {
    padding: 60px 0;
}

.mvv_navtabs .tab-content .tab-pane {
    padding: 30px 20px;
}
    .mvv_navtabs .tab-content {
        background: #fdfdfd;
        line-height: 30px;
        border: 1px solid #fdc900;
        border-bottom: 3px solid #fdc900;
    }
.mvv_navtabs .tab-pane ul {
    list-style-type: none;
}
    .mvv_navtabs .tab-pane ul li {
        text-align: justify;
        font-size: 14px;
    }
    .mvv_navtabs ul.sub-list li:before {
        font-family: " Font Awesome 5 Free";
        font-weight: 900;
        content: "\2055";
        display: inline-block;
        margin-left: -1.3em;
        width: 1.3em;
        color: #000;
        vertical-align: revert;
        font-size: 20px;
        vertical-align: bottom;
    }
.mvv_navtabs .nav-tabs .nav-link {
    flex: 1 1 auto;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    padding: 12px;
}
#nav-vision-tab {
    background: #17a2b8;
}
#nav-mission-tab {
    background: #cd1964;
}
#nav-values-tab {
    background: #1cb912;
}
.mvv_navtabs .nav-tabs .nav-link.active {
    border-bottom: 3px solid #000;
    color: #fff;
    font-weight: bold;
}
.mvv_navtabs nav > div a.nav-link.active:after {
    content: "";
    position: relative;
    bottom: -60px;
    left: -13%;
    /* left: calc(50% - 15px); */
    border: 15px solid transparent;
    border-top-color: #000000;
}
.about-page {
    position: relative;
    display: block;
    padding: 100px 0 95px;
}

.about-page__left {
    position: relative;
    display: block;
    margin-right: 60px;
}

.about-page__img {
    position: relative;
    display: block;
}

.about-page__img:before {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    content: "";
    background-color: #fdc900;
    height: 10px;
}

.about-page__img img {
    width: 100%;
}

.about-page__trusted {
    position: absolute;
    bottom: 60px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 30px 0px rgb(0, 0, 0, .10);
    width: 255px;
    padding: 45px 47px 47px;
    left: -50px;
}

.about-page__trusted h3 {
    font-size: 24px;
    font-weight: 900;
    line-height: 28px;
}

.about-page__trusted h3 span {
    color: #fdc900;
}

.about-page__right {
    position: relative;
    display: block;
    margin-left: -20px;
}

.about-page__right .section-title {
    margin-bottom: 27px;
}

.about-page__right-text {
    
    margin: 0;
}

.about-page__right-title {
    font-size: 24px;
    color: #fdc900;
    font-weight: 900;
    line-height: 34px;
    margin-top: 32px;
    margin-bottom: 39px;
}


.about-five__progress {
    display: flex;
    align-items: center;
}

.about-five__progress-wrap {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
}

@media (min-width: 768px) {
    .about-five__progress-wrap {
        grid-template-columns: repeat(2, 280px);
    }
}

.about-five__progress-box {
    position: relative;
    display: inline-block;
}

.about-five__progress-box canvas {
    transform: rotate(90deg);
}

.about-five__progress-box span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    transform: translateY(-60%) translateX(-50%);
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    color: var(--thm-black);
}

.about-five__progress h3 {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 900;
    color: var(--thm-black);
    width: 70px;
    margin-left: 20px;
}

/*--------------------------------------------------------------
# About Page Testimonial
--------------------------------------------------------------*/
.about-page-testimonial {
    margin-top: 0;
    padding-top: 100px;
}

/*--------------------------------------------------------------
# About Page Counter
--------------------------------------------------------------*/
.about-page-counter {
    margin-top: -50px;
}

/*--------------------------------------------------------------
# Team Page
--------------------------------------------------------------*/
.team-page {
    padding-bottom: 40px;
}

.team-page .team-one__single {
    margin-bottom: 60px;
}

/*--------------------------------------------------------------
# Galley Page
--------------------------------------------------------------*/
.gallery-page {
    position: relative;
    display: block;
    padding: 100px 0 70px;
}

.gallery-page__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.gallery-page__img-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.gallery-page__img-box:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: rgba(var(--thm-primary-rgb), 0.9);
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transform: translateY(-101%);
    -ms-transform: translateY(-101%);
    -o-transform: translateY(-101%);
    -moz-transform: translateY(-101%);
    transform: translateY(-101%);
    z-index: 1;
}

.gallery-page__single:hover .gallery-page__img-box:before {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
}

.gallery-page__img-box img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.gallery-page__single:hover .gallery-page__img-box img {
    transform: scale(1.05);
}

.gallery-page__hover-content-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    z-index: 2;
}

.gallery-page__hover-content-box h2 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 900;
    line-height: 34px;
    margin-bottom: 14px;
}

.gallery-page__hover-content-box p {
    font-size: 30px;
    color: #ffffff;
    font-family: var(--thm-reey-font);
    margin: 0;
    font-weight: 400;
}

.gallery-page__single:hover .gallery-page__hover-content-box {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    transition: all 500ms ease 500ms;
    -webkit-transition: all 500ms ease 500ms;
    -ms-transition: all 500ms ease 500ms;
    -o-transition: all 500ms ease 500ms;
}

/*--------------------------------------------------------------
# Become Volunteer Page
--------------------------------------------------------------*/
.become-volunteer-page {
    position: relative;
    display: block;
    padding: 100px 0 100px;
}

.become-volunteer-page .section-title {
    margin-bottom: 35px;
}

.become-volunteer-page__left {
    position: relative;
    display: block;
    margin-right: 60px;
}

.become-volunteer-page__img {
    position: relative;
    display: block;
    margin-bottom: 22px;
}

.become-volunteer-page__img img {
    width: 100%;
}

.become-volunteer-page__title {
    font-size: 30px;
    font-weight: 900;
    line-height: 40px;
    margin-bottom: 10px;
}

.become-volunteer-page__text {
    
    margin: 0;
}

.become-volunteer-page__list {
    position: relative;
    margin: 0;
    padding-top: 32px;
}

.become-volunteer-page__list li {
    display: flex;
    align-items: center;
}

.become-volunteer-page__list li+li {
    margin-top: 10px;
}



.become-volunteer-page__list li .icon i {
    color: #fdc900;
    font-size: 15px;
    margin-right: 10px;
}



.become-volunteer-page__list li .text p {
    font-size: 18px;
    color: var(--thm-black);
    font-weight: 900;
    margin: 0;
}

.become-volunteer-page__phone {
    display: flex;
    align-items: center;
    border-top: 1px solid #e5eeec;
    margin-top: 43px;
    padding-top: 35px;
    margin-right: 140px;
}

.become-volunteer-page__phone-icon {
    height: 65px;
    width: 65px;
    background: #fdc900;
    font-size: 35px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}



.become-volunteer-page__phone-text {
    margin-left: 20px;
}

.become-volunteer-page__phone-text p {
    
    margin: 0;
    line-height: 18px;
}

.become-volunteer-page__phone-text a {
    font-size: 20px;
    color: var(--thm-black);
    font-weight: 800;
}

.become-volunteer-page__right {
    position: relative;
    display: block;
    margin-left: -30px;
}

.become-volunteer-page__form {
    position: relative;
    display: block;
    background: #eff5f4;
    padding: 60px;
}

.become-volunteer-page__form .row {
    --bs-gutter-x: 10px;
}

.become-volunteer-page__input {
    position: relative;
    display: block;
    line-height: 0;
}

.become-volunteer-page__input input[type="text"],
.become-volunteer-page__input input[type="email"] {
    width: 100%;
    height: 67px;
    padding-left: 30px;
    padding-right: 30px;
    
    font-weight: 700;
    color: var(--thm-gray);
    border: none;
    outline: none;
    display: block;
    margin-bottom: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 30px 0px rgb(0, 0, 0, .05);
}

.become-volunteer-page__input textarea {
    
    color: var(--thm-gray);
    height: 192px;
    width: 100%;
    padding: 20px 30px 30px;
    border: none;
    border-radius: 0px;
    outline: none;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 30px 0px rgb(0, 0, 0, .07);
    font-weight: 700;
}

.become-volunteer-page__btn {
    position: relative;
    margin-top: 10px;
}

/*-----------------Causes Page--------------------------*/
.causes_banner {
    background: url('../images/bg/causes_banner.png');
    background-repeat: no-repeat;
    height: 380px;
    background-size: cover;
}
.banner__text_width{
    width:800px;
}
.causes_banner .section-title{
    margin-top:0;
    margin-bottom:20px;
}
.causes_banner .section-title__title {
    color: #fff;
    padding-top: 15%;
}
.causes_banner  h4{
    color: #fff;
}
.search {
    width: 100%;
    position: relative;
    display: flex;
}

.searchTerm {
    width: 100%;
    border: 1px solid #fdc900;
    border-right: none;
    padding: 5px 20px;
    height: 50px;
    border-radius: 10px 0 0 10px;
    outline: none;
    color: #ccc;
}

    .searchTerm:focus {
        color: #333;
    }

.searchButton {
    width: 50px;
    height: 50px;
    border: 1px solid #fdc900;
    background: #fdc900;
    text-align: center;
    color: #000;
    border-radius: 0 10px 10px 0;
    cursor: pointer;
    font-size: 20px;
}
.searchButton:hover {
    background: rgb(253 201 0 / 60%);
}
    .searchButton:focus {
        outline: none;
    }
/*Resize the wrap to see the search bar change!*/
.wrap {
    width: 30%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.causes-page .col-lg-3 {
    /* background: #000000;
    border-radius: 10px;*/
    background-image: linear-gradient( rgba(0,0,0,0.85), rgba(0,0,0,0.85) ), url("../images/bg/help-them-bg.jpg");
    background-size: cover;
    background-position: top;
    position: relative;
}
.causes_sidebar .nav-pills .nav-link {
    border-radius: 0.25rem;
    background: transparent;
    border: none;
    padding: 5px 10px;
    text-align: left;
    color: #fff;
    transition:all 0.2s linear;
}
    .causes_sidebar .nav-pills .nav-link:hover {
        margin-left: 5px;
        color: rgb(253 201 0 / 80%);
    }
    .causes_sidebar .nav-pills .nav-link:focus{
        outline:none;
    }
    .causes_sidebar .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        /*   background: #fdc900;*/
        color: #fdc900;
        font-weight: 600;
    }
.causes_sidebar .flex-column {
    width: 100%;
}
.causes_sidebar .top {
    margin: 20px 7px 10px 7px;
    color: #fff;
    border-bottom: 1px solid #ccc;
}

.causes_sidebar .bottom {
    border-top: 1px solid #ccc;
    margin: 20px 7px 10px 7px;
    color: #fff;
}
.nav-pills .bottom_btn {
    margin: 6px 0 20px 6px;
}
.causes_sidebar_result .causes-one__img {
    padding: 0 15px 0;
}
.causes_sidebar_result .causes-one__content {
    padding: 26px 15px 5px;
}
.causes_sidebar_result .causes-one__progress {
    padding: 30px 15px 20px;
}
.causes_sidebar_result .col-lg-4 {
    padding-right:0;
}
.select2row {
    display: flex;
    margin: 20px 0;
}
    .select2row span {
        font-size: 14px;
        margin: 0 8px;
        color: #000;
    }
    .select2row .select_title {
        color:#333
    }
.select2row .select2-container .select2-choice {
    border-bottom: 2px solid #fdc900 !important;
    border: none;
}
    .select2row .select2-container {
        width: 160px;
        /*margin: 0 10px;*/
    }
     .select2-drop-active {
        border: 1px solid #fdc900;
    }
    .select2-results li {
        color: #666;
        font-weight:500;
        font-size:14px;
    }
    .select2-results .select2-highlighted {
        background: #fdc900;
        color: #000;
    }
.select2row .btn-donate i {
    margin-top: 9px;
    color: #fff;
}
.select2row .btn-donate {
    padding: 0 5px;
    margin-left: 16px;
    background: #2d303d;
    border:1px solid #2d303d;
    color: #fff;
}
    .select2row .btn-donate:hover {
        background: rgb(45 48 61 / 80%);
    }
.feature-one .become-volunteer__left > h2 {
    color: #fff;
}
/*********************************
* Slideshow Styling
*********************************/
#exzoom {
    width: 770px;
    /*height: 400px;*/
}



.hidden {
    display: none;
}

.exzoom {
    box-sizing: border-box;
}

    .exzoom * {
        box-sizing: border-box;
    }

    .exzoom .exzoom_img_box {
        background: #eee;
        position: relative;
        height:400px !important;
    }

        .exzoom .exzoom_img_box .exzoom_main_img {
            display: block;
            width: 100%;
        }

    .exzoom .exzoom_preview {
       width:0 !important;
       height:0 !important;
        display: none;
    }

      

    .exzoom .exzoom_nav {
        margin-top: 10px;
        overflow: hidden;
        position: relative;
        left: 25px;
        /*width:350px !important;*/
    }

        .exzoom .exzoom_nav .exzoom_nav_inner {
            position: absolute;
            left: 0;
            top: 0;
            margin: 0;
            width:100%;
        }

            .exzoom .exzoom_nav .exzoom_nav_inner span {
                border: 1px solid #ddd;
                overflow: hidden;
                position: relative;
                float: left;
            }

                .exzoom .exzoom_nav .exzoom_nav_inner span.current {
                    border: 2px solid #fdc900;
                }

                .exzoom .exzoom_nav .exzoom_nav_inner span img {
                    max-width: 100%;
                    max-height: 100%;
                    position: relative;
                }

    .exzoom .exzoom_btn {
        position: relative;
        margin: 0;
    }
/*.exzoom_nav_inner .current {
    margin-left: 16px !important;
}*/
.exzoom .exzoom_btn a {
    display: block;
    width: 30px;
    border: 1px solid #ddd;
    height: 60px;
    line-height: 60px;
    background: #eee;
    text-align: center;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: -62px;
    text-decoration: none;
    color: #999;
}

    .exzoom .exzoom_btn a:hover {
        background: #fdc900;
        color: #fff;
    }

            .exzoom .exzoom_btn a.exzoom_next_btn {
                left: auto;
                right: 0;
            }

    .exzoom .exzoom_zoom {
        position: absolute;
        left: 0;
        top: 0;
        display: none;
        z-index: 5;
        cursor: pointer;
    }
.exzoom_zoom_outer {
    height: 400px !important;
}

@media screen and (max-width: 768px) {
    .exzoom .exzoom_zoom_outer {
        display: none;
    }
}

.exzoom .exzoom_img_ul_outer {
    border: 1px solid #ddd;
    position: absolute;
    overflow: hidden;
    height: 400px !important;
}

    .exzoom .exzoom_img_ul_outer .exzoom_img_ul {
        padding: 0;
        margin: 0;
        overflow: hidden;
        position: absolute;
    }

        .exzoom .exzoom_img_ul_outer .exzoom_img_ul li {
            list-style: none;
            display: inline-block;
            text-align: center;
            float: left;
        }

            .exzoom .exzoom_img_ul_outer .exzoom_img_ul li img {
                width: 100%;
                margin-top:0 !important;
            }
.readall-button{
    display:inline-block !important;
}
.three_btns{
    text-align:center;
}
.three_btns .btn {
    margin: 40px 20px 20px;
    padding: 10px 30px;
}
.three_btns .btn i{
    margin-right:10px
}
    .three_btns .btn-success {
        background: #13cb6a;
        border: 1px solid #13cb6a;
    }

.three_btns .btn-warning {
    background: #fdc900;
    border: 1px solid #fdc900;
    color: #fff;
}
.firstbox {
    box-shadow: 2px 2px 14px rgb(0,0,0,0.1);
    padding: 20px;
    border-radius: 0 0 20px 20px;
}
.secondbox {
    margin-top: 30px;
    box-shadow: 2px 2px 14px rgb(0,0,0,0.1);
    padding: 20px;
    border-radius:20px;
    background:#f5f5f5;
}
.secondbox h4{
    border-bottom:2px solid #ccc;
    padding-bottom:10px;
    font-weight:600;
}
    .secondbox p {
        margin-bottom: 0;
    }
    .secondbox .qr {
        color: #333;
        margin-top:30px;
    }
    .secondbox .scan {
        color: #ccc;
    }
.paytm {
    background:#fff;
    padding:20px;
    text-align:center;
    height:350px;
}
    .paytm .btn-success {
        border-radius:50px
    }
.bottom_strip {
    background: #fdc900;
    padding: 10px;
    color: #fff;
    border-radius:0 0 20px 20px;
}
.bottom_strip a{
    color:#333;
    text-decoration:underline
}
.thirdbox {
    margin-top: 30px;
    box-shadow: 2px 2px 14px rgb(0,0,0,0.1);
    padding: 20px;
    border-radius: 20px;
}
    .thirdbox h4 {
        border-bottom: 2px solid #ccc;
        padding-bottom: 10px;
        font-weight: 600;
    }
    .thirdbox p{
        margin:20px 0;
    }
    .thirdbox .refer {
        text-align: center;
    }
    .thirdbox a {
        padding: 10px 40px;
        margin:20px 0;
    }
.fourthbox {
    margin-top: 30px;
    box-shadow: 2px 2px 14px rgb(0,0,0,0.1);
    padding: 20px;
    border-radius: 20px;
}

    .fourthbox h4 {
        border-bottom: 2px solid #ccc;
        padding-bottom: 10px;
        font-weight: 600;
        text-align:center;
    }

.paytm img, .paytm {
    position:relative;
}

.paytm a {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.paytm-img {
    margin-top: 34px;
}
.ft_data {
    background:rgba(0,0,0,0.8);
    padding:20px;
    text-align:center;
    position:fixed;
    bottom:0;
    width:100%;
    color:#fff
}

.zakatcouncil img{
    width:150px;
    margin-right:10px;
}
.zakatcouncil .row .col-lg-6 {  
    width:48%;
    margin:20px 10px;
    padding:0
}
.zakatcouncil .zakatcouncil_media {
    padding: 20px;
    box-shadow: 2px 2px 14px rgb(0 0 0 / 30%);
    border-radius: 10px;
    transition: all 0.3s linear;
    height: 100%;
}
    .zakatcouncil .zakatcouncil_media:hover {
        /*margin-top: -5px;*/
        box-shadow: 2px 2px 14px rgb(0 0 0 / 70%);
        box-shadow: 2px 2px 14px rgb(0 0 0 / 70%);
        background: #fdc900;
    }
.zakatcouncil h5 {
    font-weight: bold;
}
.zakatcouncil .row p {
    line-height: 24px;
    text-align: justify;
}
    .zakatcouncil .row p a {
        color: #00dcff;
        font-weight: bold;
    }
.zakatcouncil .row .text-muted {
    line-height: 24px;
    text-align: justify;
    font-size:14px;
}
.left-side {
    float: left;
    width: 25%;
    padding: 1%;
}
.zakatconference img{
    width:400px;
}
.eventbg {
    box-shadow: 2px 2px 14px rgb(0,0,0,0.4);
    padding: 30px;
    border-radius: 10px;
}

.eventbg img {
    width: 200px;
}
.ummah {
    margin-top: 12px;
}   
    .eventdetails h4 {
        font-size: 22px;
        font-weight: 600;
    }

.cat_viewall .col-lg-3{
    margin:20px 0;
    text-align:center;
}
.cat_viewall .col-lg-3 .card{
  transition:all 0.2s linear;
}
.cat_viewall .card-body {
   background:#000;
   color:#fdc900;
   font-weight:bold;
}
.cat_viewall .col-lg-3:hover .card{
    box-shadow:2px 2px 14px rgb(0,0,0,0.5);
    margin-top:-5px;
}
.cat_viewall .col-lg-3:hover .card-body {
    color: #fff;
}


/*Accordion*/
.accordion-flush {
    padding: 20px;
    box-shadow: 2px 2px 14px rgb(0 0 0 / 50%);
    margin: 50px 0;
}
.accordion-collapse {
    border: 0;
}

.accordion-button {
    padding: 0px;
    font-weight: bold;
    border: 0;
    font-size: 18px;
    color: #333333;
    text-align: left;
}

    .accordion-button:focus {
        box-shadow: none;
        border: none;
    }

    .accordion-button:not(.collapsed) {
        background: none;
        color: #000;
        border-bottom: none !important;
    }

.accordion-body {
    padding: 15px;
    background-color: #fff7da;
    border-bottom: 1px solid #fdc900;
    font-size:14px;
}

.accordion-button::after {
    width: auto;
    height: auto;
    content: "+";
    font-size: 30px;
    background-image: none;
    font-weight: 600;
    color: #000;
    transform: translateY(-4px);
}

.accordion-button:not(.collapsed)::after {
    width: auto;
    height: auto;
    background-image: none;
    content: "-";
    font-size: 48px;
    transform: translate(-5px, -4px);
    transform: rotate(0deg);
}

.accordion-flush .accordion-button {
    padding: 10px 0;
    border-bottom: 1px solid #fdc900;
    font-size:16px;
}
.how_it_works img{
    width: 700px;
}
.how_it_works .zakat_color {
    color:#000;
    font-weight:600;
    text-decoration:underline;
}
.vwus .mvv_navtabs{
    padding:0;
}
.vwus .mvv_navtabs .nav-tabs .nav-link.active {
    color: #000;
    background: #fdc900;
}
.vwus .mvv_navtabs .nav-tabs .nav-link {
    color: #000;
    border: 1px solid #fdc900;
    border-radius: 0;
}
.vwus .mvv_navtabs nav > div a.nav-link.active:after {
    border-top-color: #fdc900;
}
.vwus h4 {
    color: #000;
    font-weight: 600;
    margin-top: 30px;
}
.withdrawlbox{
    box-shadow:2px 2px 14px rgb(0,0,0,0.3);
    padding:20px;
    border-radius:20px;
}
.withdrawlbox ul{
   list-style-type:none;
}
    .withdrawlbox ul li{
        padding:10px 0;
    }