.main-header,
.sticky-header {
    left: 0;
    width: 100%;
    transition: .5s;
    top: 0
}

.mobile-menu .navigation li,
.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.main-header {
    position: relative;
    z-index: 999;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.mobile-menu,
.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden
}

.sticky-header {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    z-index: 0;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: .5s;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.anim-icon .icon {
    position: absolute;
    background-repeat: no-repeat
}

.fixed-header .sticky-header .outer-box,
.sponsor .owl-carousel .owl-item {
    margin: 0 12px !important
}

.main-header .outer-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}


.main-header .logo-box {
    position: relative;
    display: block;
    padding: 0 130px 0 0;
    background-repeat: no-repeat
}

.main-header .logo-box .logo {
    padding: 23px 0;
    background-repeat: no-repeat
}

.main-header .logo-box .logo img {
    margin-left: 38px;
    width: 100px;
    height: 86px
}

header.main-header.style-three .logo-box .logo img {
    width: 150px;
    height: 80px
}

header.main-header.style-three .sticky-header .logo-box .logo img {
    width: 154px;
    height: 60px
}

.main-header .menu-area {
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.main-header.style-one .menu-right-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.main-header.style-one .menu-right-content li {
    position: relative;
    display: inline-block;
    margin-right: 10px
}

.main-header.style-one .menu-right-content li:last-child {
    margin-right: 0
}

.main-header.style-one .menu-right-content .cart-btn a,
.main-header.style-one .menu-right-content .user-btn a {
    position: relative;
    display: inline-block;
    font-size: 20px;
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    cursor: pointer;
    background: center/cover no-repeat;
    transition: .5s
}

.main-menu .navbar-collapse {
    padding: 0;
    display: block !important
}

.event-content ul li,
.main-menu .navigation {
    margin: 0
}

.main-menu .navigation>li {
    position: inherit;
    float: left;
    cursor: pointer;
    z-index: 2;
    padding: 54px 0;
    margin: 0 15px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.main-menu .navigation>li>a,
.mobile-menu .navigation li>a {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.main-menu .navigation>li:last-child {
    margin-right: 0 !important
}

.main-menu .navigation>li:first-child {
    margin-left: 0 !important
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    font-family: var(--secondary-font);
    color: var(--primary-color);
    opacity: 1;
    z-index: 1;
    letter-spacing: 1px;
    transition: .5s
}

.main-menu .navigation>li>a::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 0;
    height: 2px;
    background: #f65024;
    transition: .3s
}

.form-inner,
.main-menu .navigation>li>a:hover::before,
.volunteers-content {
    width: 100%
}

.main-menu .navigation>li.current>a:before,
.main-menu .navigation>li:hover>a:before {
    transform: translateX(-50%) scale(1, 1)
}

.main-menu .navigation>li.dropdown>a {
    margin-right: 19px
}

.main-menu .navigation>li>.megamenu,
.main-menu .navigation>li>ul {
    position: absolute;
    top: 100%;
    width: 250px;
    background: #fff;
    z-index: 100;
    -webkit-transition: .2s ease-out;
    transition: .5s ease-out;
    -moz-transition: .2s ease-out;
    -ms-transition: .2s ease-out;
    -webkit-box-shadow: 0 4px 4px 1px rgb(0 0 0 / 9%);
    box-shadow: 0 4px 4px 1px rgb(0 0 0 / 9%);
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.main-menu .navigation>li>ul.from-right,
.main-menu .navigation>li>ul>li>ul.from-right {
    left: auto;
    right: 0
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    padding: 0 30px;
    border-bottom: 1px dashed #ddd;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: .2s cubic-bezier(.4, .28, .31, 1.28)
}

.main-menu .navigation>li>ul>li:nth-child(odd),
.main-menu .navigation>li>ul>li>ul>li:nth-child(odd) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.main-menu .navigation>li>ul>li:nth-child(2n+2),
.main-menu .navigation>li>ul>li>ul>li:nth-child(2n+2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s
}

.main-menu .navigation>li>ul>li:nth-child(2n+3),
.main-menu .navigation>li>ul>li>ul>li:nth-child(2n+3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.main-menu .navigation>li>ul>li:nth-child(2n+4),
.main-menu .navigation>li>ul>li>ul>li:nth-child(2n+4) {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s
}

.main-menu .navigation>li>ul>li:nth-child(2n+5) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.main-menu .navigation>li>ul>li:nth-child(2n+6) {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s
}

.main-menu .navigation>li>ul>li:nth-child(2n+7) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s
}

.main-menu .navigation>li>ul>li:nth-child(2n+8) {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s
}

.main-menu .navigation>li>.megamenu li>a,
.main-menu .navigation>li>ul>li>a,
.main-menu .navigation>li>ul>li>ul>li>a {
    color: var(--primary-color);
    padding: 18px 0;
    font-weight: 400;
    transition: .5s;
    display: block;
    position: relative;
    text-align: left;
    line-height: 24px;
    font-family: Poppins;
    text-transform: capitalize
}

.donate-card .nav-tabs,
.main-menu .navigation>li>.megamenu li:last-child>a,
.main-menu .navigation>li>ul>li:last-child,
.main-menu .navigation>li>ul>li:last-child>a,
.main-menu .navigation>li>ul>li>ul>li:last-child,
.main-menu .navigation>li>ul>li>ul>li:last-child>a {
    border-bottom: none
}

.main-menu .navigation>li>.megamenu li>a,
.main-menu .navigation>li>ul>li>a {
    font-size: 18px;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.main-menu .navigation>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f107";
    position: absolute;
    right: -15px;
    top: 0;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    z-index: 5
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 18px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    z-index: 5
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 230px;
    background: #fff;
    z-index: 100;
    display: none;
    -webkit-transition: .2s ease-out;
    transition: .5s ease-out;
    -moz-transition: .2s ease-out;
    -ms-transition: .2s ease-out;
    -webkit-box-shadow: 0 4px 4px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 4px 1px rgba(0, 0, 0, .1);
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    padding: 0 25px;
    border-bottom: 1px dashed #ddd
}

.main-menu .navigation>li>ul>li>ul>li>a {
    font-size: 16px;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.main-menu .navigation>li>ul>li:hover>ul>li {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 12px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 900;
    z-index: 5
}

.main-menu .navigation>li.dropdown:hover>.megamenu,
.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
    webkit-transform: rotateX(0);
    transform: rotateX(0)
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 0;
    -webkit-transform: rotateX(0);
    transform: rotateX(0)
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: -32px;
    top: 66px;
    width: 34px;
    height: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    cursor: pointer;
    display: none;
    z-index: 5;
    transition: .5s
}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn,
.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul,
.mobile-menu .navigation>li.dropdown>.megamenu,
.testimonial .owl-nav span .fal {
    display: none
}

.menu-area .mobile-nav-toggler,
.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    display: none
}

.menu-area .mobile-nav-toggler .icon-bar {
    position: relative;
    height: 2px;
    width: 30px;
    display: block;
    margin-bottom: 5px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.menu-area .mobile-nav-toggler .icon-bar:last-child,
.mobile-menu .contact-info ul li:last-child {
    margin-bottom: 0
}

.main-header .sticky-header .logo-box .logo {
    padding: 10px 0
}

.main-header .sticky-header .main-menu .navigation>li {
    padding: 25px 0 !important
}

.mobile-menu {
    left: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    z-index: 999999;
    transition: .5s ease-in
}

.mobile-menu .navbar-collapse {
    display: block !important
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 40px 25px;
    text-align: left;
    max-width: 200px
}

.mobile-menu-visible {
    overflow: hidden
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
    transition: .5s ease-in-out
}

.mobile-menu .menu-backdrop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transform: translateX(-400px);
    -ms-transform: translateX(-400px);
    transform: translateX(-400px);
    transition: .9s;
    -moz-transition: .9s;
    -webkit-transition: .9s;
    -ms-transition: .9s;
    -o-transition: .9s
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: .7;
    visibility: visible;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    padding: 0;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-transform: translateX(-400px);
    -ms-transform: translateX(-400px);
    transform: translateX(-400px)
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.mobile-menu .close-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 15px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: .9s;
    -moz-transition: .9s;
    -ms-transition: .9s;
    -o-transition: .9s;
    transition: .9s
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.mobile-menu .close-btn:hover,
.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none
}

.mobile-menu .navigation li {
    position: relative;
    display: block
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    transition: .5s
}

.mobile-menu .navigation li.dropdown .dropdown-btn,
.mobile-menu .navigation li>a:before {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    position: absolute
}

.mobile-menu .navigation li ul li>a {
    font-size: 16px;
    margin-left: 20px;
    text-transform: capitalize
}

.mobile-menu .navigation li>a:before {
    content: '';
    left: 0;
    top: 0;
    height: 0;
    transition: .5s
}

.banner-carousel,
.mobile-menu .navigation li.current>a:before {
    height: 100%
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    right: 6px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    cursor: pointer;
    border-radius: 2px;
    transition: .5s;
    z-index: 5
}

.mobile-menu .social-links {
    position: relative;
    padding: 0 25px
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0 10px 10px
}

.mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 16px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.banner-content-wrapper-inner h2,
.banner-content-wrapper-inner h4,
.banner-content-wrapper-inner p {
    opacity: 0;
    transition: 1s;
    transform: translateY(50px)
}

div#mCSB_1_container {
    top: 0 !important
}

.mobile-menu .contact-info {
    position: relative;
    padding: 50px 30px 20px
}

.mobile-menu .contact-info h4 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px
}

.mobile-menu .contact-info ul li {
    position: relative;
    display: block;
    font-size: 15px;
    margin-bottom: 3px
}

::-webkit-input-placeholder {
    color: inherit
}

::-moz-input-placeholder {
    color: inherit
}

::-ms-input-placeholder {
    color: inherit
}

.main-header.style-one .logo__shape {
    width: calc(50% - 394px);
    height: 132px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 113, 93, .1)
}

.main-header.style-one .logo__shape:after {
    content: "";
    width: 41px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -38px;
    /* background-image: url(./../images/shape/logo-shape.png); */
    background-repeat: no-repeat;
    background-position: right
}

.header_top {
    background: #25283a;
    padding: 15px 0;
    position: relative
}

.header_top .auto_container,
.main-causes-content-img {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header_top .header_top_left .top_left {
    display: flex;
    align-items: center;
    gap: 80px
}

.header_top .header_top_left .top_left li {
    color: #fff;
    display: flex;
    gap: 14px
}

.header_top .header_top_left .top_left li a {
    font-family: Poppins;
    color: #fff;
    display: flex;
    gap: 17px
}

.header_top .header_top_left .top_left li i,
.widget_content .links_list.right li a i {
    font-size: 20px;
    color: #f65024
}

.header_top .header_top_left .top_left li img {
    width: 16px;
    height: 20px
}

.header_top_right ul {
    display: flex;
    align-items: center;
    gap: 35px
}

.header_top_right ul li a {
    font-size: 16px;
    color: #fff
}

.news_letter_content {
    background: #fff;
    border-radius: 20px;
    padding: 75px 110px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .06)
}

.about-left-intro,
.service-container-overlay,
.testimonials-carousel {
    box-shadow: 0 5px 20px rgba(0, 0, 0, .06)
}

section.news_letter {
    margin-bottom: -100px;
    z-index: 11;
    position: relative
}

.news_letter_left h3 {
    font-family: Caveat;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #f65024;
    padding-bottom: 15px
}

.banner {
    position: relative;
    background: #25283a;
    height: 732px
}

.banner-content-wrapper {
    height: 732px;
    display: flex;
    align-items: center
}

.banner-content-wrapper-inner h4 {
    font-family: Caveat;
    font-weight: 700;
    font-size: 40px;
    color: #f65024;
    margin-bottom: 15px
}

.banner-carousel .active .banner-content-wrapper-inner h4 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1s
}

.banner-content-wrapper-inner h2 {
    font-weight: 400;
    font-size: 72px;
    line-height: 82px;
    color: #fff
}
.banner-content-wrapper-inner h1 {
    font-weight: 400;
    font-size: 72px;
    line-height: 82px;
    color: #fff
}

.banner-carousel .active .banner-content-wrapper-inner h2 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1.5s
}

.banner-content-wrapper-inner p {
    font-size: 20px;
    line-height: 38px;
    margin: 30px 0 50px;
    color: #fff
}

.banner-carousel .active .banner-content-wrapper-inner p {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 2s
}

.banner-content-wrapper-inner .btn-two,
.blog-recent-info {
    margin-left: 15px
}

.banner-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.banner-right-content {
    position: relative;
    height: 732px;
    display: flex;
    justify-content: center
}

.banner-right-image,
.border-image {
    position: absolute;
    bottom: 0;
    transform: translateX(50px);
    opacity: 0;
    transition: 1s
}

.about-blank,
.service-container {
    justify-content: center;
    display: flex
}

.banner-right-image {
    width: 525px;
    height: 630px;
    border-radius: 263px 263px 0 0
}

.border-image {
    height: 645px;
    width: 555px
}

.banner-carousel .active .banner-right-image,
.banner-carousel .active .border-image {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 2s
}

.banner-content .btn-1 {
    opacity: 0;
    transform: translateY(50px);
    transition: 1s
}

.banner-carousel .active .banner-content .btn-1 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 2.5s
}

.banner-content .btn-2 {
    margin-left: 20px;
    opacity: 0;
    transform: translateY(50px);
    transition: 1s
}

.banner-carousel .active .banner-content .btn-2 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 2.7s
}

.services {
    padding-top: 120px;
    padding-bottom: 100px
}

.about-left-container,
.blog-contant,
.blog-details-left-form,
.event-3-left,
.event-card,
.event-image,
.header-scarce,
.home-three-blog,
.home-three-causes .causes-right-wrapper,
.home-two-banner .slide-item,
.news_letter .form-group,
.services .align-title,
.team-content-wrapper,
.volunteers-content,
.widget_title {
    position: relative
}

.services .title-shape {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    animation: 60s linear infinite serviceAnim
}

@keyframes serviceAnim {
    0% {
        transform: rotate('0deg')
    }

    100% {
        transform: rotate('360deg')
    }
}

.service-container {
    position: relative;
    margin-bottom: 20px;
    background: #fff;
    height: 450px;
    width: 100%;
    padding: 20px;
    align-items: center;
    transition: .3s;
    border-radius: 20px
}

.service-container-overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s;
    border-radius: 20px;
    z-index: -1
}

.event-card:hover .opacity-btn,
.service-container:hover span {
    opacity: 1
}

.service-icon {
    position: absolute;
    font-size: 60px;
    top: 50px;
    left: 50%;
    transform: translateX(-50%)
}

.home-two-video-title,
.service-container-inner {
    position: relative;
    text-align: center
}

.service-container-overlay-active,
.service-container:hover .service-container-overlay {
    bottom: 0;
    height: 100%
}

.service-image {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    transition: .5s;
    margin: 0 auto
}

.offcanvas-header .btn-close,
.service-container:hover .service-image {
    transform: rotate(45deg)
}

.service-number span {
    display: inline-block;
    position: absolute;
    top: 40px;
    right: 30px;
    font-size: 50px;
    color: rgba(0, 0, 0, .05);
    font-family: 'Yeseva One';
    transition: .3s;
    opacity: 0
}

.service-container-inner h5 {
    font-size: 26px;
    color: #25283a;
    margin-top: 30px;
    margin-bottom: 15px
}

.about {
    padding: 120px 0 185px;
    background: #f9f4e8;
    overflow: hidden;
    position: relative
}

.vector-shape {
    position: absolute;
    left: 100px;
    top: 20%;
    animation: 4s linear infinite alternate vectorOne
}

@keyframes vectorOne {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(25deg)
    }
}

.about-blank {
    width: 30px;
    height: 346px;
    border-radius: 10px;
    background: #00715d;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center
}

.about-left-intro,
.causes-bar-details .progress .progress-bar,
.home-three-causes .progress .progress-bar,
.team-media ul li a:hover,
.team-share a:hover,
.team-three-mid-content .progress .progress-bar {
    background: #f65024
}

.about-left-container .about-image-1 {
    position: relative;
    left: 55px;
    width: 544px;
    height: 608px;
    border-radius: 20px;
    overflow: hidden
}

.about-left-container .about-image-2 {
    position: absolute;
    bottom: -63px;
    left: 0;
    width: 306px;
    height: 293px;
    overflow: hidden;
    border-radius: 20px
}

.about-left-container .about-image-2 img {
    border-radius: 20px
}

.about-left-intro {
    width: 200px;
    height: 200px;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 110px 110px 100px;
    position: absolute;
    right: 0;
    bottom: -10px;
    object-fit: cover;
    pointer-events: none
}

.about-left-intro-inner,
.call-title,
.error-content {
    text-align: center
}

.about-left-intro-inner h5 {
    font-size: 26px;
    color: #fff;
    margin-bottom: 15px
}

.about-left-intro-inner p,
.footer_bottom p,
.home-contact .call-title p,
.team-media ul li a:hover i,
.team-share a:hover i {
    color: #fff
}

.about #skills-section-one,
.about-right-container p,
.causes-form-group,
.donate-card .row,
.event-3-right,
.event-registration-form,
.home-two-continer .causes-details-title,
.main-causes-content,
.tab-content,
.team .btn-1,
.team-two-btn {
    margin-top: 30px
}

.about-right-container .btn-1,
.causes div#skills-section {
    margin-top: 35px
}

.contact-form,
.contact-form .header-link-btn,
.faq-accordion,
.home-contact .btn-group,
div#skills-section {
    margin-top: 50px
}

.progress {
    width: 100%;
    height: 15px;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
    overflow: visible
}

.about-progress h5,
.home-contact .call-title h2,
.home-three-causes .causes-right-content .btn-1,
.main-causes-content .causes-details-title {
    margin-bottom: 15px
}

.progress .progress-bar {
    width: 0%;
    height: 100%;
    background: #00715d;
    border-radius: 10px;
    position: relative;
    transition: 5s;
    overflow: visible
}

.progress-bar span {
    display: inline-block;
    position: absolute;
    top: -40px;
    padding: 5px;
    right: 0;
    z-index: 2;
    font-family: 'Yeseva One';
    font-size: 16px;
    color: #00715d
}

.causes,
.home-three-causes,
.team {
    padding: 120px 0
}

.causes-card {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .1)
}

.causes-details .causes-card {
    border: 1px solid transparent;
    box-shadow: 0 0 20px rgba(0, 0, 0, .08)
}

.causes-image-container {
    overflow: hidden;
    border-radius: 20px 20px 0 0;
    height: 300px;
    width: 100%;
    position: relative;
    z-index: 1
}

.causes-image-container img {
    position: absolute;
    border-radius: 20px 20px 0 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .5s;
    background-size: cover
}

.causes-image-overlay {
    position: absolute;
    top: 0;
    width: 0%;
    height: 100%;
    left: 0;
    background: #fff;
    z-index: 10;
    animation-name: panel;
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-duration: .8s;
    animation-delay: .3s;
    animation-iteration-count: 1;
    animation-fill-mode: both
}

@keyframes panel {
    0% {
        width: 100%
    }

    100% {
        width: 0
    }
}

.causes-image-container .btn-1 {
    position: absolute;
    left: 30px;
    bottom: 30px;
    padding: 12px 25px
}

.causes-image-container .btn-2 {
    position: absolute;
    left: 30px;
    bottom: 30px
}

.causes-image img,
.footer_widget.left .widget_media ul li a:hover:before,
.home-2-map iframe,
.home-three-banner .banner-right-image img,
.home-two-about .about-image-1 img,
.mission-icon img,
.mission-video-image img,
.team-three-image img,
.testimonial-main-image img {
    width: 100%;
    height: 100%
}

.blog-contant,
.causes-content {
    padding: 30px
}

.causes-content h5 {
    font-size: 26px;
    line-height: 36px;
    color: #25283a
}

.home-two-causes .causes-content {
    padding-left: 0
}

.blog .causes-content a,
.causes-content a,
.hover-content {
    display: inline-block;
    font-family: 'Yeseva One';
    font-size: 26px;
    line-height: 36px;
    color: #25283a;
    margin-bottom: 15px;
    transition: .3s
}

.causes-content a:hover,
.contact-info-left a:hover {
    color: #00715d !important
}

.causes-bar {
    padding: 60px 30px 30px;
    background: #f2f0ec
}

.call,
.mission {
    padding-top: 120px;
    position: relative
}

.causes-bar-details,
.widget_content .links_list li:last-child {
    padding-bottom: 0
}

.causes-card .progress,
.team3-skill-left .progress {
    height: 10px
}

.call::before,
.fun-fact-container::after,
.team-image::after {
    top: 0;
    height: 100%;
    left: 0;
    content: ''
}

.causes-bar-info {
    display: flex;
    justify-content: space-between
}

.causes-bar-info span {
    display: inline-block;
    color: #00715d;
    font-weight: 700;
    transition: .3s
}

.blog .causes-content a:hover,
.causes-card:hover .causes-bar-info span,
.causes-carousel .owl-nav span:hover,
.event-details-bar-info p i,
.event-details-volunteer-info p,
.home-three-causes .owl-next:hover span,
.home-three-causes .owl-prev:hover span,
.primary:hover i,
.team-three-mid-content .progress-bar span {
    color: #f65024
}

.causes .btn-1 {
    text-transform: capitalize
}

.call {
    padding-bottom: 135px;
    background-repeat: no-repeat;
    background-size: cover
}

.call::before {
    position: absolute;
    width: 100%;
    background: rgba(0, 113, 93, .5)
}

.call-title h2 {
    font-size: 64px;
    color: #fff;
    line-height: 80px;
    margin-bottom: 30px
}

.mission {
    width: 100%;
    padding-bottom: 205px;
    background: #f9f4e8
}

.vector-two {
    position: absolute;
    bottom: 50px;
    left: 50px;
    animation: 3s linear infinite alternate vectorTwo
}

@keyframes vectorTwo {
    0% {
        transform: scale(.7)
    }

    100% {
        transform: scale(1.1)
    }
}

.mission .common-title {
    margin-bottom: 50px
}

.mission-container {
    position: relative;
    z-index: 1
}

.mission-shape {
    width: 334px;
    height: 334px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1
}

.mission-contant {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.home-three-header .primary:hover i,
.mission-contant:hover .mossion-info h5 {
    color: #00715d
}

.blog .causes-card:hover .blog-image,
.mission-contant:hover .mission-icon {
    transform: scale(1.1)
}

.mission-icon {
    width: 90px;
    height: 60px;
    transition: .3s
}

.event-3-left-content-info,
.mossion-info {
    margin-left: 20px
}

.mossion-info h5 {
    font-size: 26px;
    margin-bottom: 15px;
    transition: .3s
}

.mission .btn-1 {
    margin-top: 55px
}

.mission-video-image {
    width: 100%;
    height: 731px;
    position: relative
}

.mission-video-text {
    position: absolute;
    top: 50%;
    right: -100%;
    transform: translateY(-50%)
}

.mission-video-text h2 {
    font-family: 'Yeseva One';
    font-size: 110px;
    text-transform: capitalize;
    color: rgba(0, 113, 93, .08);
    transform: rotate(90.12deg)
}

.missiom-video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1
}

i.fas.fa-play {
    color: #fff;
    font-size: 20px
}

a.hv-popup-link {
    position: relative;
    background-color: #f65024;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none
}

.team-media ul li a,
.team-share a {
    display: inline-block;
    text-align: center
}

a.hv-popup-link:after {
    content: '';
    position: absolute;
    border: 30px solid #f65024;
    border-radius: 50%;
    top: -20px;
    left: -20px;
    bottom: -20px;
    right: -20px;
    animation: 1.5s linear infinite anim;
    opacity: 0
}

@keyframes anim {
    0% {
        transform: scale(.5)
    }

    50% {
        opacity: 1
    }

    100% {
        transform: scale(1)
    }
}

.fun-fact-container {
    padding: 100px 0;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    margin-top: -80px;
    position: relative;
    z-index: 1
}

.fun-fact-container::after {
    position: absolute;
    width: 100%;
    background: url('../images/shape/funfact-shape.png') 0 0/cover no-repeat
}

.funfact-block-two .inner-box .count-outer {
    position: relative;
    display: block;
    font-size: 50px;
    line-height: 60px;
    font-family: 'League Spartan', sans-serif;
    color: #fff;
    font-weight: 400;
    margin-bottom: 7px
}

.funfact-block-two .inner-box .count-outer span {
    color: #fff;
    font-family: 'Yeseva One';
    font-size: 64px
}

.funfact-block-two .inner-box p {
    font-family: Caveat;
    font-weight: 700;
    font-size: 30px;
    color: #fff
}

.fun-fact-container .row .d-flex {
    border-right: 2px solid rgba(255, 255, 255, .3)
}

.fun-fact-container .row .d-flex:last-child {
    border-right: none
}

.causes-page .causes-card,
.event-card,
.main-gallery .gallery-content,
.team-content,
.team-three-mid-content p {
    margin-bottom: 20px
}

.team-content-wrapper:hover .team-media {
    left: 60px
}

.team-content-wrapper:hover .team-icon,
.team-content-wrapper:hover .team-image::after {
    transform: scale(1)
}

.team-image {
    width: 306px;
    height: 306px;
    border-radius: 50%;
    position: relative;
    overflow: hidden
}

.team-image::after,
.team-media,
.team-share a {
    position: absolute;
    transition: .5s
}

.team-image::after {
    right: 0;
    width: 100%;
    border-radius: 50%;
    background: rgba(0, 113, 93, .3);
    transform: scale(0);
    z-index: 1
}

.team-share a {
    bottom: 65px;
    left: 0;
    width: 60px;
    height: 60px;
    line-height: 65px;
    border-radius: 50%;
    background: #25283a;
    z-index: 3
}

.team-media ul li a i,
.team-share a i {
    transition: .5s
}

.team-media {
    left: -200px;
    bottom: 70px;
    z-index: 2
}

.team-media ul li a {
    width: 40px;
    height: 40px;
    line-height: 43px;
    border-radius: 50%;
    background: #fff;
    color: #25283a;
    transition: .5s
}

.team-media ul li,
.volunteers-media ul li {
    margin: 0 5px
}

.comments-icon,
.event-3-left-content-info ul,
.paigenition ul,
.rating ul,
.team-media ul {
    display: flex
}

.team-info {
    text-align: center;
    margin-top: 30px
}

.team-info a {
    display: block;
    font-size: 26px;
    margin-bottom: 15px;
    color: #25283a
}

.team-info span {
    color: #6f7775
}

.sponsor {
    background: #f9f4e8;
    padding: 80px 0
}

.sponsore-logo {
    margin: 0 auto;
    width: 138px
}

.links_list .header-link-btn a,
.sponsore-logo img {
    display: inline-block !important
}

.testimonial {
    padding-top: 10px;
    position: relative
}

.pattern-layer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 710px;
    background-repeat: repeat-x;
    animation: 60s linear infinite slide;
    -webkit-animation: 60s linear infinite slide;
    z-index: -1
}

@keyframes slide {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 1920PX 0
    }
}

.testimonial-container {
    position: relative;
    padding-bottom: 125px
}

.testimonial-image-container {
    position: relative;
    width: 100%;
    height: 525px
}

.testimonial-image-one {
    position: absolute;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    top: 55%;
    left: 45%;
    transform: translate(-50%, -50%)
}

.testimonial-image-two {
    position: absolute;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    top: 25%;
    left: 0
}

.testimonial-image-three {
    position: absolute;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    top: 0;
    left: 50%
}

.testimonial-image-four {
    position: absolute;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    top: 20%;
    right: 30px
}

.testimonial-image-five,
.testimonial-image-six {
    height: 100px;
    width: 100px;
    position: absolute;
    border-radius: 50%
}

.testimonial-image-five {
    bottom: 13%;
    right: 13%
}

.testimonial-image-six {
    bottom: 0;
    left: 15%
}

.testimonials-carousel {
    border-radius: 20px;
    background: #fff
}

.tesstimonial-right-content {
    padding: 40px
}

.testimonial-right-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px
}

.testimonial-right-wrapper-inner {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.testimonial-right-wrapper-inner img {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    margin-right: 15px
}

.event-content a,
.testimonial-info h6 {
    font-size: 22px
}

.blog .comments ul li span,
.blog-btn a,
.blog-contant .header-link-btn .btn-1 {
    font-family: 'Yeseva One';
    font-size: 16px
}

.testimonial-info span {
    display: inline-block;
    color: #f65024;
    margin-top: 10px
}

.testimonial .owl-nav {
    display: block;
    position: absolute;
    bottom: -50px
}

.testimonial .owl-nav span {
    font-size: 42px;
    color: #00715d;
    transition: .3s;
    position: relative;
    cursor: pointer
}

.btn-close:hover i,
.comments-icon li a,
.event-btn a:hover,
.hover-content:hover,
.testimonial .owl-nav span:hover {
    color: #f65024 !important
}

.testimonial .owl-nav .owl-next span::before {
    content: '\f178';
    position: absolute;
    left: 58px;
    top: -5px
}

.home-three-causes .owl-nav .owl-prev span::before,
.testimonial .owl-nav .owl-prev span::before {
    content: '\f177';
    position: absolute;
    left: 0;
    top: 15px
}

.home-contact {
    padding: 120px 0;
    background: 0 0/cover no-repeat #25283a
}

.home-contact .btn-group .btn-1,
.paigenition ul li {
    margin: 0 10px
}

.blog,
.contact-us {
    padding: 120px 0;
    position: relative
}

.blog .blank {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 500px;
    background: #f9f4e8;
    z-index: -1
}

.blog .causes-card {
    background: #fff
}

.blog .causes-image {
    overflow: visible;
    transition: .3s;
    display: inline-block;
    width: 100%;
    height: auto
}

.blog-contant .header-link-btn .btn-1 {
    line-height: 36px;
    font-weight: 400;
    color: #fff;
    padding: 5px 25px;
    position: absolute;
    top: -23px;
    left: 30px;
    border-radius: 20px
}

.blog .comments ul {
    display: flex;
    margin: 21px 0
}

.blog .comments ul li {
    display: flex;
    margin-right: 32px
}

.blog .comments ul li i {
    color: #f65024;
    margin-right: 7px
}

.blog .comments ul li span {
    color: #25283a
}

.blog-btn {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 30px
}

.blog-btn a {
    display: inline-block;
    color: #25283a;
    position: relative
}

.blog-btn a i {
    position: absolute;
    right: -25px;
    top: 2px
}

.map {
    margin-bottom: -200px
}

.map iframe {
    width: 100%;
    height: 484px
}

footer.main__footer.p_relative {
    background: #25283a
}

.main__footer__top {
    padding: 215px 0 120px;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    position: relative
}

.home-two-header,
.news-form-btn,
.widget_title:before {
    position: absolute
}

.footer__logo {
    width: 180px
}

.footer_widget.left .widget_content p {
    color: #fff;
    padding-right: 100px
}

.footer_widget.left .widget_content {
    padding: 30px 0
}

.footer_widget.left .widget_media ul {
    display: flex;
    gap: 15px
}

.footer_widget.left .widget_media ul li a {
    width: 40px;
    height: 40px;
    background: #fff;
    color: #25283a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 17px;
    padding: 10px;
    position: relative
}

.footer_widget.left .widget_media ul li a i {
    display: flex;
    align-items: center;
    z-index: 1
}

.footer_widget.left .widget_media ul li a:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    background: #00715d;
    transition: .5s;
    border-radius: 50%
}

.widget_title h4 {
    color: #fff;
    padding-bottom: 47px
}

.widget_title:before {
    content: "";
    width: 60px;
    height: 1px;
    background: #f65024;
    left: 0;
    top: 40px
}

.widget_content .links_list li {
    padding-bottom: 27px;
    color: #fff
}

.comments-card .card-header a,
.widget_content .links_list li a {
    font-family: Poppins
}

.footer-donate a {
    font-family: 'Yeseva One' !important;
    padding: 11px 27px;
    font-size: 13px
}

.widget_content .links_list.right li a {
    display: flex;
    gap: 1px
}

.news_letter .auto_container {
    max-width: 1520px
}

.causes-details-title h3,
.news_letter_left h4,
.team3-title h3 {
    font-weight: 400;
    font-size: 36px;
    line-height: 46px
}

.news-form-btn {
    top: 0;
    right: 0
}

.news-form-btn .btn-alt {
    border-radius: 0 20px 20px 0;
    padding: 28px 50px
}

.news_letter_right {
    height: 100%;
    display: flex;
    align-items: center
}

.news_letter_right input[type=email] {
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 20px;
    padding: 27px;
    width: 100%
}

.widget_content .links_list.right li a.btn-one.two {
    width: 180px;
    padding: 13px 30px
}

.footer_bottom {
    background: #25283a;
    text-align: center;
    padding: 17px 0
}

.event-btn a,
.event-content a,
.footer_widget.left .widget_media ul li a:hover {
    color: #fff !important
}

.home-three-header .header_top,
.home-three-news_letter,
.home-two-header .header_top {
    background: #00715d
}

.home-three-header .header_top .header_top_left .top_left,
.home-two-header .header_top .header_top_left .top_left {
    gap: 102px
}

.home-three-header .logo__shape,
.home-two-header .logo__shape {
    background: 0 0 !important
}

.home-two-logo-box {
    position: relative;
    display: block;
    padding: 0 !important;
    background-repeat: no-repeat
}

.home-two-header .primary {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    transition: .3s;
    position: absolute;
    top: 10px;
    left: -100px
}

.home-two-header .primary:focus {
    box-shadow: none;
    border: 0
}

.primary::after {
    content: '';
    width: 1px;
    height: 36px;
    background: #ddd;
    position: absolute;
    right: -17px;
    top: 5px
}

.primary i {
    font-size: 33px;
    color: #fff;
    transition: .3s
}

.btn-close {
    position: absolute;
    top: 35px;
    right: 35px;
    opacity: 1;
    transition: .3s
}

.btn-close i {
    font-size: 42px;
    color: #fff;
    transition: .3s
}

.card-body .form-control:focus,
.card-header a:focus,
.home-three-header .primary:focus,
.primary:active:focus {
    box-shadow: none
}

div#offcanvasTop {
    background: rgba(0, 0, 0, .8);
    height: 100%;
    z-index: 9999
}

.offcanvas-body {
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center
}

.offcanvas-body form {
    width: 50%;
    position: relative
}

.offcanvas-body form input[type=search] {
    background: 0 0;
    border-bottom: 3px solid #fff;
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 30px;
    color: #fff
}

.offcanvas-body form i {
    display: inline-block;
    color: #fff;
    font-size: 30px;
    margin-left: -40px;
    position: absolute
}

.offcanvas-body form input::placeholder {
    color: #fff
}

.home-two-banner {
    height: 881px;
    position: relative
}

.home-two-banner .banner-image {
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: 8s linear
}

.home-two-banner .banner-image::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: url('../images/shape/home-two-banner-shape.png') no-repeat
}

.home-two-banner .banner-carousel .active .banner-image {
    transform: scale(1.25)
}

.home-two-banner .banner-content-wrapper {
    justify-content: center;
    text-align: center;
    height: 881px
}

.home-two-banner .banner-content-wrapper-inner {
    margin-top: 170px
}

.home-two-about {
    background: 0 0;
    position: relative;
    padding-bottom: 125px
}

.home-two-about-shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 584px;
    height: 589px;
    background: rgba(0, 113, 93, .1);
    animation: 5s linear infinite alternate about
}

@keyframes about {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.1)
    }
}

.home-two-about .about-image-1 {
    width: 550px;
    height: 630px;
    border-radius: 275px 275px 315px 315px;
    position: relative;
    left: 20px;
    overflow: visible
}

.home-two-about-image-top {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.home-two-about-image-bottom {
    position: absolute;
    bottom: 50px;
    right: 0;
    z-index: 1
}

.home-two-about .about-image-1::after {
    content: '';
    position: absolute;
    bottom: -25px;
    left: -10px;
    width: 570px;
    height: 650px;
    background: url('../images/gallery/home-two-about-image-border.png') no-repeat;
    border-radius: 285px 285px 315px 315px;
    z-index: -1;
    animation: 5s linear infinite alternate border-animat
}

@keyframes border-animat {
    0% {
        bottom: -10px
    }

    100% {
        bottom: -25px
    }
}

.home-three-about .about-right-container,
.home-two-about-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 30px
}

.home-2-map,
.home-three-video-btn {
    margin-left: 60px
}

.home-two-about-wrapper h6 {
    font-weight: 500;
    font-size: 18px;
    padding-left: 30px;
    margin: 30px 0;
    position: relative
}

.home-two-about-wrapper h6::after {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 8px;
    height: 100%;
    background-color: #f65024;
    border-radius: 20px
}

.home-two-causes {
    background: 0 0/cover no-repeat #25283a;
    height: 670px;
    margin-bottom: 425px
}

.whait-title h3 {
    color: #fff;
    margin-bottom: 50px
}

.home-two-causes-card {
    background: #fff;
    padding: 15px
}

.faq-left,
.home-two-video {
    background-repeat: no-repeat;
    background-size: cover
}

.home-two-causes-card .causes-bar {
    background: #fff;
    padding: 0
}

.causes-page div#skills-section,
.faq-container .faq-accordion,
.home-three-causes div#skills-section,
.home-two-causes div#skills-section {
    margin-top: 0
}

.causes-bar-info-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.causes-bar-info-bottom-img {
    display: flex;
    align-items: center;
    gap: 15px
}

.causes-bar-info-bottom img {
    width: 40px;
    height: 40px;
    border-radius: 50%
}

.causes-bar-info-bottom .btn-1 {
    padding: 10px 15px
}

.home-two-video {
    padding-top: 120px;
    height: 645px;
    background-position: center;
    background-attachment: fixed
}

.home-two-video-title h3 {
    font-family: 'Yeseva One';
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 75px;
    color: #fff
}

.events .comments ul li span,
.faq-content .common-title h3,
.home-three-event .align-title h3,
.home-three-news_letter .news_letter_left h4,
.home-two-video-title p {
    color: #fff
}

.home-two-video-btn {
    position: absolute;
    bottom: -180px;
    left: 50%;
    transform: translateY(-50%)
}

.home-two-fun-fact {
    margin-top: -140px
}

.event-btn {
    border-top: none;
    padding: 0
}

.opacity-btn {
    opacity: 0
}

.event-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.event-btn a {
    font-family: 'Yeseva One';
    font-style: normal;
    font-weight: 400;
    font-size: 16px !important
}

.event-card:hover .event-content {
    bottom: 0
}

.event-card .hover-content {
    font-size: 26px;
    line-height: 36px
}

.event-content {
    position: absolute;
    bottom: -30px;
    transition: .3s
}

.about-event-content,
.event-page .event-content {
    bottom: -30px
}

.events .comments ul {
    display: flex;
    margin: 15px 0 !important
}

.event-bottom-btn {
    margin-top: 50px;
    text-align: center
}

.faq {
    display: flex;
    height: 872px
}

.faq-left {
    width: 54%;
    height: 100%;
    position: relative
}

.faq-left::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(270deg, #060e3c 32.24%, rgba(37, 40, 58, .9) 100%)
}

.faq-content {
    position: absolute;
    top: 120px;
    right: 75px;
    width: 600px
}

.faq-right {
    position: relative;
    width: 46%;
    height: auto;
    background: url('../images/gallery/faq2.jpg') 0 0/cover no-repeat
}

.faq-right::before {
    content: '';
    width: 15px;
    height: 632px;
    border-top-left-radius: 27px;
    border-bottom-left-radius: 27px;
    background: #f65024;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%)
}

.accordion-item {
    margin-bottom: 30px;
    box-shadow: none;
    border: none
}

.accordion-item:not(:first-of-type) {
    border-top: 1px solid transparent !important;
    border-radius: 10px
}

.accordion-item:first-of-type,
.accordion-item:first-of-type .accordion-button {
    border-radius: 10px !important
}

.accordion-button {
    background: 0 0;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 10px 40px;
    color: #25283a;
    font-weight: 400;
    font-size: 22px
}

button:focus:not(:focus-visible) {
    outline: 0;
    border: 1px solid #fff
}

.accordion-button:focus {
    box-shadow: none;
    border: none
}

.accordion-body {
    background-color: transparent;
    border: transparent;
    line-height: 25px;
    padding: 0 73px 30px 40px
}

.accordion-button:not(.collapsed) {
    color: #25283a;
    background-color: #fff;
    font-size: 22px;
    line-height: 32px;
    padding: 24px 40px;
    box-shadow: none
}

.common-input:hover,
.contuct-us-input:hover,
.volunteers-info {
    box-shadow: 0 5px 20px rgba(0, 0, 0, .06)
}

.accordion-button::before {
    content: '';
    position: absolute;
    right: 40px;
    width: 30px;
    height: 30px;
    background: #f65024;
    border-radius: 50%;
    color: #fff
}

.accordion-button::after,
.accordion-button:not(.collapsed)::after {
    background-image: none;
    height: 3.25rem;
    font-size: 33px;
    position: absolute
}

.accordion-button::after {
    right: 43px;
    top: 11px;
    content: '+';
    color: #fff
}

.accordion-button:not(.collapsed)::after {
    right: 47px;
    top: 5px;
    content: '-'
}

.error,
.home-two-continer,
.main-testimonial-container,
.team-three-continer,
.volunteers {
    padding: 125px 0
}

.home-two-volunteers {
    background: #fff !important
}

.volunteers-content:hover .volunteers-info {
    height: 165px
}

.team-three-top-wrapper .volunteers-media,
.volunteers-content:hover .volunteers-media {
    display: block
}

.volunteers-image {
    height: 370px;
    width: 100%
}

.event-3-right-image img,
.home-threee-gallery .team-image img,
.volunteers-image img {
    width: 100%;
    height: 100%;
    border-radius: 10px
}

.volunteers-info {
    text-align: center;
    background: #fff;
    border-radius: 10px;
    padding: 15px 0;
    width: 286px;
    position: absolute;
    left: 50%;
    bottom: -60px;
    transform: translateX(-50%);
    z-index: 1;
    height: 110px;
    transition: .3s;
    overflow: hidden
}

.volunteers-info-link {
    display: inline-block;
    font-size: 26px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 5px;
    color: #25283a
}

.volunteers-info p {
    margin-bottom: 0 !important;
    font-size: 16px;
    line-height: 29px
}

.volunteers-media {
    margin-top: 15px;
    display: none;
    transition: .3s
}

.volunteers-media ul {
    display: flex;
    justify-content: center
}

.volunteers-media ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    background: #161616;
    transition: .3s
}

.blog-tags a:hover,
.volunteers-media ul li a:hover {
    background: #f65024;
    color: #fff !important
}

.volunteers .btn-1 {
    margin-top: 125px;
    text-transform: capitalize
}

.about-volunteer,
.home-two-blog {
    background: #f9f4e8
}

.home-two-blog-contant .header-link-btn .btn-1 {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Yeseva One';
    color: #fff;
    padding: 5px 25px;
    position: absolute;
    top: -75px;
    left: 30px
}

.home-two-blog-contant {
    padding-bottom: 15px
}

.home-three-banner .banner-content-wrapper-inner h2,
.home-two-blog .comments ul li span,
.team-three-top-wrapper p strong {
    color: #25283a
}

.home-two-blog .blog-btn {
    border-top: none;
    padding: 0 0 30px 30px
}

.home-two-contact {
    position: relative;
    padding: 125px 0
}

.contact-form .form-lower,
.contact-form .form-upper {
    display: flex;
    gap: 24px;
    margin-bottom: 20px
}

.common-input {
    transition: .3s
}

.contact-form input {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 10px;
    padding: 25px;
    width: 50%
}

.contact-form textarea {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 10px;
    padding: 25px;
    width: 100%;
    height: 200px;
    margin-top: 0
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #6f7775
}

.home-2-map {
    width: 95%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden
}

.home-threee-gallery,
.home-two-footer .main__footer__top {
    padding-top: 125px
}

.home-three-header {
    background-color: #f9f4e8;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.home-three-header .primary {
    color: #000;
    background-color: transparent;
    border-color: transparent;
    transition: .3s;
    position: absolute;
    top: 10px;
    left: -100px
}

.home-three-header .primary i {
    font-size: 32px;
    color: #000;
    transition: .3s
}

.home-three-banner {
    position: relative;
    background: #f9f4e8;
    height: 720px
}

.home-three-banner .banner-content-wrapper,
.home-three-banner .banner-right-content {
    height: 720px
}

.home-three-banner-image {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat
}

.causes-right-compaign,
.paigenition ul li a {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: 400
}

.home-three-banner-image::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.home-three-banner .banner-carousel .active .banner-content-wrapper-inner p {
    color: #6f7775
}

.home-three-banner .banner-right-image {
    position: absolute;
    bottom: 50px;
    right: -150px !important;
    width: 799px;
    height: 616px;
    padding: 0;
    border: none;
    opacity: 0;
    transform: scale(.5);
    transition: 5s
}

.home-three-banner .banner-carousel .active .banner-right-image {
    opacity: 1;
    transform: scale(1);
    transition-delay: 1s
}

.home-three-about {
    padding: 63px 0
}

.home-three-service .service-container-inner,
.team-container .volunteers-content {
    margin-top: 100px
}

.home-three-service .service-container {
    height: 333px
}

.home-three-service .service-icon {
    top: -90px;
    width: 100px;
    height: 100px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    background: #f9f4e8
}

.home-three-service .service-icon span {
    font-size: 28px
}

.home-three-about .about-left-container .about-image-1 {
    height: 676px;
    width: 558px;
    left: 0
}

.home-three-about .about-left-intro {
    bottom: 50px
}

.causes-categories ul li,
.home-three-about .about-right-container p,
.team3-bar #skills-section-one {
    margin: 30px 0
}

.about-bnt-group {
    display: flex;
    align-items: center;
    margin-top: 50px
}

.home-three-video-btn i.fas.fa-play {
    color: #f65024;
    font-size: 20px
}

.home-three-video-btn a.hv-popup-link {
    position: relative;
    background-color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none
}

.home-three-video-btn a.hv-popup-link:after {
    content: '';
    position: absolute;
    border: 30px solid #fff;
    border-radius: 50%;
    top: -20px;
    left: -20px;
    bottom: -20px;
    right: -20px;
    animation: 1.5s linear infinite anim;
    opacity: 0
}

.home-three-about .about-bnt-group h5 {
    font-family: 'Yeseva One';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    color: #00715d;
    margin-left: 30px
}

.home-three-about .about-right-container .btn-1 {
    margin-top: 10px;
    padding: 20px 48px
}

.home-three-causes .causes-bar-info span {
    font-family: 'Yeseva One';
    color: #f65024;
    font-weight: 400
}

.home-three-causes .progress {
    width: 58%;
    position: relative
}

.home-three-causes .progress p {
    position: absolute;
    top: -10px;
    right: -195px
}

.home-three-causes .progress-bar span {
    top: -10px;
    font-size: 34px;
    color: #f65024;
    right: -160px
}

.home-three-causes .causes-carousel {
    background: #fff;
    box-shadow: 0 5px 20px rgb(0 0 0 / 6%);
    border-radius: 20px;
    padding: 40px;
    margin-top: 50px
}

.home-three-causes .causes-right-content {
    height: 595px;
    display: flex;
    align-items: center
}

.home3-causes-left-content {
    padding: 50px 0 50px 30px
}

.testimonial-content-text {
    max-width: 496px;
    width: 100%
}

.home-three-causes-btn a {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    padding: 7px 23px;
    background: #25283a;
    border-radius: 44px;
    margin-bottom: 30px
}

.home-three-causes .causes-right-content .quait .btn-1 {
    margin-bottom: 0;
    padding: 13px 30px;
    font-size: 13px
}

.home-three-causes .causes-right-content h4 {
    font-family: 'Yeseva One';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 46px;
    color: #00715d;
    margin-bottom: 15px
}

.causes-right-compaign {
    position: absolute;
    left: -206px;
    background: #f65024;
    border-radius: 30px;
    width: 416px;
    font-family: Poppins;
    font-style: normal;
    font-size: 16px;
    letter-spacing: .6em;
    color: #fff;
    transform: rotate(90deg)
}

.event-3-left-image,
.event-3-left-image img {
    width: 100%;
    border-radius: 20px
}

.home-three-causes .progress,
.home-two-causes .progress {
    height: 10px;
    background-color: #e9ecef
}

.home-three-causes .causes-bar {
    padding: 40px 0 20px;
    background: 0 0;
    border-bottom: 1px solid #ddd
}

.home-three-causes .owl-nav {
    display: block;
    position: absolute;
    top: -80px;
    right: 90px;
    cursor: pointer;
    color: #00715d;
    font-size: 36px
}

.home-three-causes .owl-prev {
    position: absolute;
    left: 0;
    top: -20px;
    transition: .3s
}

.home-three-causes .owl-nav .owl-next span::before {
    content: '\f178';
    position: absolute;
    left: 50px;
    top: -5px
}

.home-three-event {
    padding: 120px 0;
    background: #25283a;
    position: relative
}

.event-3-left-image img {
    height: 100%
}

.event-3-left-content {
    display: flex;
    align-items: end;
    margin-left: 30px;
    margin-top: -30px
}

.donate-card-title,
.event-3-right .event-3-left-content {
    align-items: center
}

.event-3-left-content-sevev {
    background: #fff;
    border-radius: 10px;
    padding: 30px 20px;
    text-align: center
}

.event-3-left-content-sevev h3 {
    font-family: 'Yeseva One';
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    text-align: center;
    text-transform: capitalize;
    color: #f65024;
    margin-bottom: 10px
}

.event-3-left-content-info a {
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 36px;
    color: #fff
}

.event-3-left-content-info ul li {
    margin-right: 20px;
    margin-top: 10px;
    color: #fff
}

.event-3-left-content-info ul li i {
    color: #f65024;
    margin-right: 5px
}

.event-3-right-image {
    width: 196px;
    height: 146px;
    border-radius: 10px
}

.event-3-left-content-info p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    color: #fff;
    margin-bottom: 15px
}

.event-right-border {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding-bottom: 50px;
    margin-bottom: 80px
}

.event-right-border:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.home-threee-gallery .collomn {
    width: 18%
}

.home-threee-gallery .team-image {
    width: 100%;
    height: 300px;
    border-radius: 10px
}

.home-threee-gallery .team-image::after {
    border-radius: 10px
}

.team-icon {
    content: '';
    position: absolute;
    top: 40%;
    left: 40%;
    width: 60px;
    height: 60px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    background: #f65024;
    transition: .5s;
    transform: scale(0);
    z-index: 2
}

.team3-icon {
    width: 80px;
    height: 80px;
    line-height: 105px
}

.team3-icon ul li a {
    font-size: 32px
}

.team-content-wrapper:hover .team-icon-plus {
    transform: rotate(-360deg)
}

.team-icon-plus {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 70px;
    text-align: center;
    font-size: 28px;
    transition: .5s
}

.team-icon-plus:hover {
    color: #00715d !important;
    transform: rotate(360deg)
}

.home-three-testimonial {
    padding: 125px 0;
    background: rgba(0, 113, 93, .1);
    margin-top: -125px
}

.home-three-testimonial .testimonials-carousel {
    box-shadow: none;
    border-radius: 0;
    background: 0 0 !important
}

.home-3-testimonial-wrapper {
    padding-top: 100px
}

.home-three-testimonial-inner {
    border: 5px solid rgba(246, 80, 36, .2);
    border-radius: 20px;
    position: relative;
    background: #fff
}

.home-three-testimonial .testimonial-right-content-wrapper {
    position: absolute;
    top: -105px;
    width: 80%
}

.home-three-testimonial .testimonial-right-wrapper-inner {
    align-items: flex-start
}

.card-footer-left,
.home-three-testimonial .testimonial-right-wrapper-inner img {
    width: 150px;
    height: 150px;
    border-radius: 50%
}

.home-three-testimonial .quait {
    width: 100px;
    height: 100px;
    line-height: 120px;
    text-align: center;
    background: #00715d;
    border-radius: 50%;
    color: #fff;
    font-size: 45px
}

.home-three-testimonial p {
    margin-bottom: 30px;
    margin-top: 50px
}

.home-three-testimonial .owl-next span,
.home-three-testimonial .owl-prev span {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .06)
}

input[type=radio]:after,
input[type=radio]:checked:after {
    width: 15px;
    height: 15px;
    top: -1px;
    left: -1px;
    visibility: visible;
    position: relative;
    content: ''
}

.home-three-testimonial .testimonial .owl-nav {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0
}

.home-three-testimonial .owl-nav .owl-prev {
    position: absolute;
    bottom: -30px;
    right: 150px
}

.home-three-testimonial .owl-nav .owl-next {
    position: absolute;
    bottom: -30px;
    right: 80px
}

.home-three-testimonial .owl-nav .owl-next span::before,
.home-three-testimonial .owl-nav .owl-prev span::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.home-three-blog .pattern-layer {
    top: 0
}

.home-three-news_letter .news_letter_content {
    background: #00715d;
    box-shadow: none;
    padding: 75px 0
}

.home-three-news_letter .news_letter_right input[type=email] {
    background: rgba(255, 255, 255, .2);
    border: 1px solid rgba(255, 255, 255, .1);
    padding: 30px;
    color: #fff
}

.home-three-news_letter .news-form-btn .btn-alt {
    padding: 31px 50px
}

.home-three-news_letter .news_letter_right input[type=email]::placeholder {
    color: #fff
}

.home-three-news_letter .news-form-btn {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px
}

.common-banner {
    background: 0 0/cover no-repeat #25283a;
    padding: 200px 0
}

.common-banner-title {
    text-align: center;
    color: #fff
}

.common-banner-title h3 {
    font-size: 50px;
    color: #fff;
    margin-bottom: 25px;
    font-weight: 400
}

.common-banner-title a {
    font-family: Poppins;
    font-weight: 400;
    font-size: 22px;
    color: #fff
}

.common-banner-title span {
    font-weight: 400;
    font-size: 22px;
    color: #f65024
}

.testimonial-right-wrapper-inner {
    gap: 5px !important;
    justify-content: flex-start
}

.paigenition {
    display: flex;
    justify-content: center;
    margin-top: 50px
}

.paigenition ul li a {
    display: inline-block;
    font-family: 'Yeseva One';
    font-size: 22px;
    color: #25283a;
    width: 40px;
    border: 1px solid rgba(37, 40, 58, .5);
    border-radius: 5px
}

.paigenition ul li a i {
    line-height: 45px
}

.paigenition ul li a:hover {
    background: #f65024;
    color: #fff !important;
    border: 1px solid #f65024
}

.causes-details-content h5 {
    font-size: 36px;
    line-height: 46px;
    color: #25283a
}

.causes-details {
    padding-bottom: 90px
}

.causes-details-card {
    padding: 40px 30px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .08);
    border-radius: 20px;
    margin-bottom: 30px;
    margin-top: 40px
}

.causes-categories {
    margin-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.causes-card-form-input,
.error-content p,
.event-details-title-1 h3,
.main-causes-content p {
    margin-bottom: 30px
}

.causes-categories ul li a {
    display: inline-block;
    color: #25283a;
    font-family: 'Yeseva One';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    padding-left: 32px;
    position: relative
}

.causes-categories ul li a i {
    position: absolute;
    left: 0;
    top: 0;
    color: #00715d
}

.causes-details-title-top {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.causes-carousel .owl-nav {
    display: block;
    position: absolute;
    top: -85px;
    right: 0;
    cursor: pointer
}

.causes-carousel .owl-nav span {
    font-size: 26px;
    font-weight: 400;
    transition: .3s
}

.home-three-carousel .causes-carousel .owl-nav {
    right: 85px
}

.causes-carousel .owl-prev {
    position: absolute;
    right: 25px
}

.cause-details-image,
.cause-details-image img {
    width: 100%;
    height: 595px
}

.cause-details-container {
    height: auto
}

.causes-bar-details {
    background: 0 0;
    padding-top: 0
}

.causes-bar-details .progress {
    background-color: #e9ecef
}

.causes-card-form {
    padding: 30px;
    margin-bottom: 50px
}

.causes-card-form-input ul {
    display: flex;
    margin-top: 20px
}

.causes-card-form-input ul li {
    margin: 0 15px
}

.causes-card-form-input ul li span {
    display: inline-block;
    margin-left: 10px
}

input[type=radio]:after {
    border-radius: 15px;
    background-color: transparent;
    display: inline-block;
    border: 1px solid #f65024
}

input[type=radio]:checked:after {
    border-radius: 15px;
    background-color: #f65024;
    display: inline-block;
    border: 1px solid #f65024
}

.causes-form-group input[type=email] {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 15px;
    width: 100%;
    line-height: 29px;
    padding: 15px 30px
}

.main-causes-content-img img {
    width: 416px;
    height: 300px;
    border-radius: 10px
}

.event-details-card {
    margin-top: 0;
    position: relative
}

.event-carousel .owl-dots {
    display: block;
    text-align: center;
    margin-top: 30px
}

.owl-theme .owl-dots .owl-dot span {
    border: 1.5px solid #25283a;
    background: #25283a
}

.events .owl-theme .owl-dots .owl-dot.active span {
    background: #f65024;
    border: 1.5px solid #f65024;
    width: 16px;
    height: 16px;
    line-height: 16px
}

.event-registration-form input,
textarea {
    padding: 20px;
    margin-top: 20px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 10px;
    width: 100%
}

.event-registration-form textarea {
    height: 150px
}

.event-registration-form button {
    width: 100%;
    margin-top: 20px;
    border-radius: 10px;
    display: inline-block
}

.event-details-content {
    margin-left: 30px;
    margin-bottom: 30px
}

.contuct-us-input,
.main-blog .main-blog-content {
    margin-bottom: 24px
}

.event-details-content .btn-1 {
    font-size: 16px;
    padding: 10px 20px
}

.event-details-content .hover-content,
.testimonial-wrapper h6 {
    font-size: 22px;
    line-height: 32px
}

.event-details-image {
    transform: scale(1.02);
    height: 504px;
    width: 100%
}

.event-details-bar-info {
    justify-content: flex-start;
    gap: 60px;
    margin-top: 40px
}

.event-details-bar-info p {
    font-size: 20px;
    line-height: 29px;
    color: #6f7775
}

.event-details-card .causes-carousel .owl-nav {
    display: block;
    position: absolute;
    top: 100%;
    right: 50%;
    cursor: pointer
}

.event-map {
    margin-top: 30px;
    border-radius: 15px;
    overflow: hidden
}

.event-map iframe {
    width: 100%;
    height: 400px
}

.day-7 {
    padding: 15px 20px;
    text-align: center;
    background: #f65024;
    border-radius: 10px;
    position: absolute;
    left: 30px;
    bottom: 30px
}

.day-7 h3 {
    color: #fff;
    font-size: 50px;
    line-height: 65px
}

.day-7 h6 {
    color: #fff;
    font-size: 18px;
    line-height: 30px
}

.contact-us .pattern-layer {
    top: 0;
    bottom: 0;
    height: auto;
    background-repeat: repeat
}

.contuct-us-input {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 10px;
    padding: 20px 30px;
    line-height: 29px;
    transition: .3s
}

.donate-card-title {
    display: flex;
    gap: 20px;
    margin-bottom: 50px
}

.donate-card-title span {
    font-family: 'Yeseva One';
    font-size: 26px;
    line-height: 36px;
    text-transform: uppercase;
    color: #25283a
}

.donate-card-title .btn-1 {
    padding: 11px 25px;
    text-transform: lowercase;
    font-size: 13px
}

.contuct-us-input::placeholder {
    color: #6f7775
}

.contuct-us-textarea {
    height: 217px;
    color: #6f7775
}

.contact-us-area {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 10px;
    height: 157px;
    padding: 30px;
    margin-top: 0
}

.contact-us-btn,
.home-two-continer p,
blockquote span {
    margin-top: 20px
}

.contact-us-btn {
    text-align: center
}

.contact-containt {
    padding: 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .08);
    background: #fff;
    border-radius: 10px;
    margin-bottom: -50px;
    position: relative;
    z-index: 1
}

.contact-info {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 20px
}

.contact-info-left a {
    display: inline-block;
    background: #f65024;
    color: #fff;
    border-radius: 50%;
    padding: 18px 20px;
    font-size: 22px
}

.contact-info-right a {
    display: inline-block;
    color: #6f7775
}

.team-container {
    padding-bottom: 175px
}

.team-container .volunteers-image {
    height: 504px;
    border-radius: 10px
}

.team-container .volunteers-info {
    width: 350px
}

.team-2-text {
    position: relative;
    padding-left: 30px;
    color: #25283a;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    margin-top: 30px
}

.team-three-top-content,
.testimonial-wrapper {
    padding: 60px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .06)
}

.team-2-text::before {
    content: '';
    position: absolute;
    left: 0;
    width: 8px;
    height: 100%;
    background: #f65024;
    border-radius: 20px
}

.team2-text-area {
    color: #6f7775
}

.team-three-top-content {
    border-radius: 20px;
    position: relative;
    overflow: hidden
}

.team-three-top-wrapper .common-title h5 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    color: #f65024
}

.team-three-top-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.team-three-image {
    width: 100%;
    height: 379px;
    border-radius: 50%
}

.team-three-top-wrapper {
    margin-left: 50px
}

.team-three-top-wrapper p {
    margin: 20px 0;
    line-height: 26px
}

.team-three-top-wrapper p a {
    color: #6f7775 !important
}

.team-three-top-wrapper .volunteers-media ul {
    justify-content: flex-start
}

.blog-recent,
.blog-tags-right {
    display: flex;
    align-items: center
}

.team-three-mid-content h4 {
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 46px
}

.team3-skill-left {
    margin-right: 60px
}

.team-three-mid-content .progress {
    background: #e5e5e5
}

.team3-bar h5 {
    font-size: 16px;
    line-height: 26px;
    color: #25283a
}

.testimonial-wrapper {
    margin-bottom: 30px;
    transition: .5s
}

.testimonial-wrapper:hover {
    animation: .5s linear both flip-scale-up-diag-1 !important
}

@keyframes flip-scale-up-diag-1 {

    0%,
    100% {
        transform: scale(1) rotate3d(1, 1, 0, 0deg)
    }

    50% {
        transform: scale(1.1) rotate3d(1, 1, 0, 30deg)
    }
}

.testimonial-wrapper p {
    margin: 40px 0
}

.testimonial-wrapper span {
    display: inline-block;
    color: #f65024;
    margin-top: 5px
}

.testimonial-main-image {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%
}

.test-quiet {
    position: absolute;
    bottom: 18px;
    right: -7px;
    background: #f65024;
    color: #fff;
    border-radius: 50%;
    padding: 10px;
    line-height: 0
}

.rating {
    margin-top: 10px
}

.rating ul li {
    margin-right: 5px
}

.rating ul li i {
    color: #ffc93d;
    font-size: 26px
}

.rating ul li .checked {
    font-size: 26px
}

.faq-container {
    background: #f9f4e8;
    padding-top: 120px;
    padding-bottom: 290px;
    margin-bottom: -200px
}

.faq-page-accordion .accordion-button {
    padding: 24px 40px
}

.faq-page-accordion .accordion-button::after {
    top: 24px
}

.faq-page-accordion .accordion-button:not(.collapsed)::after {
    top: 4px
}

.error-content h2 {
    font-size: 250px;
    line-height: 250px;
    color: #25283a;
    margin-bottom: 50px
}

#accordion h4,
.error-content h4 {
    font-size: 36px;
    line-height: 46px
}

.error-content h4 {
    color: #f65024;
    margin-bottom: 15px
}

.blog-details-left-form input,
.blog-recent-info a {
    font-weight: 400;
    line-height: 26px;
    font-family: 'Yeseva One';
    font-size: 16px
}

.main-gallery {
    padding-bottom: 125px
}

.main-gallery .team-image {
    width: 100%;
    height: 367px;
    border-radius: 10px
}

.blog-details-left-form input {
    padding: 18px 30px;
    border-radius: 10px;
    width: 100%;
    color: #25283a;
    background: #f5f5f5
}

.blog-details-left-form i {
    position: absolute;
    top: 22px;
    right: 30px;
    color: #25283a
}

.blog-recent-categories {
    padding-top: 30px
}

.blog-recent {
    margin-bottom: 30px
}

.blog-recent-info a {
    display: inline-block;
    color: #25283a
}

.blog-tags a,
blockquote {
    font-weight: 500;
    color: #25283a
}

.blog-tags {
    margin-top: 31px
}

.blog-tags a {
    display: inline-block;
    background: #f5f5f5;
    border-radius: 10px;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 16px;
    margin: 7px;
    font-family: Poppins
}

.blog-tags-right {
    margin-bottom: 40px
}

.blog-tags-right h5 {
    margin-right: 20px;
    font-size: 24px
}

.blog-gallery-link {
    height: 100px;
    width: 100px;
    margin-right: 10px;
    margin-bottom: 15px;
    display: inline-block
}

.card,
.card-footer,
.cash {
    display: flex
}

.comments-icon li {
    margin-right: 30px;
    margin-bottom: 31px
}

.comments-icon li span {
    margin-left: 5px;
    font-family: 'Yeseva One';
    font-weight: 400;
    font-size: 16px;
    color: #25283a
}

blockquote {
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    line-height: 30px;
    padding: 50px;
    margin: 30px 0 40px
}

blockquote span {
    font-family: 'Yeseva One';
    position: relative;
    display: block;
    padding-left: 40px;
    font-size: 22px;
    line-height: 32px;
    color: #25283a
}

blockquote span::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    width: 25px;
    height: 3px;
    background: #f65024
}

.blog-carousel .owl-theme .owl-dots .owl-dot.active span {
    display: inline-block;
    background: #f65024;
    border: 1.5px solid #f65024;
    width: 18px;
    height: 18px
}

.blog-details-list li {
    margin: 20px 0;
    position: relative;
    padding-left: 20px
}

.blog-details-list li::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f65024;
    position: absolute;
    top: 5px;
    left: 0
}

#accordion h4 {
    font-weight: 400;
    color: #25283a
}

.card-header a {
    font-weight: 400;
    padding: 10px 25px;
    transition: .3s;
    font-size: 14px;
    position: relative;
    color: #fff !important;
    z-index: 1;
    border-radius: 10px
}

.card {
    position: relative;
    background-color: #fff;
    border: none
}

.card-footer,
.card-header {
    background-color: transparent
}

.card-header {
    position: absolute;
    padding: .5rem 1rem;
    margin-bottom: 0;
    border-bottom: none;
    top: 20px;
    right: 0
}

.coment-title,
.donate-card {
    margin-bottom: 40px
}

.card-footer {
    padding: 2.5rem 0;
    gap: 70px;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    border-top: transparent
}

.card-footer-right {
    max-width: 640px;
    width: 100%
}

.card-footer-right p {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 30px
}

.card-body {
    background-color: #fff;
    padding: 30px;
    border-radius: 5px
}

.comment-form-cookies-consent label {
    display: inline;
    margin-left: 10px;
    font-size: 18px;
    line-height: 30px
}

.card-body .form-control {
    display: block;
    width: 100%;
    padding: 21px 30px;
    margin-bottom: 24px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 29px;
    color: #212529;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .05);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .06);
    border-radius: 10px
}

.card-body textarea {
    height: 150px;
    width: 100%;
    margin-bottom: 50px;
    color: #1b1525;
    padding: 21px 30px;
    border: 1px solid rgba(0, 0, 0, .05);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .06);
    border-radius: 10px
}

.card-body .contact-form-button {
    text-align: left;
    border-radius: 30px
}

.card-body .contact-form-button button {
    border-radius: 30px
}

.card-body .contact-form-button button i {
    margin-left: 10px;
    font-size: 12px
}

.donate-card {
    border: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, .06);
    border-radius: 20px;
    padding: 30px
}

.donate-card h5 {
    font-size: 26px;
    text-transform: capitalize;
    line-height: 36px
}

.donate-card-title .bnt-1 {
    text-transform: lowercase !important;
    font-size: 14px
}

.mm-yy,
.nav-tabs .nav-link,
.nav-tabs .nav-link.active {
    font-family: 'Yeseva One';
    font-size: 22px
}

.donate-lg-btn .btn-1 {
    padding: 21px 30px;
    border-radius: 0 10px 10px 0
}

.donate-btn {
    margin-top: 50px;
    text-align: left
}

.donate-text-area {
    height: 176px;
    color: #6f7775
}

#myTabContent p {
    margin: 20px 0;
    position: relative;
    padding-left: 40px
}

#myTabContent p::before {
    content: 'i';
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 12px;
    border-radius: 50%;
    border: 1px solid #25283a
}

.myTabContent p strong {
    font-size: 16px;
    color: #25283a
}

.donate-payment-form {
    position: relative;
    margin-bottom: 15px
}

.donate-payment-form input {
    padding: 35px 70px;
    margin-top: 20px;
    margin-bottom: 30px;
    background: rgba(217, 217, 217, .3);
    border-radius: 20px;
    width: 100%
}

.donate-payment-form input::placeholder {
    font-family: 'Yeseva One';
    font-size: 22px;
    color: #25283a
}

.donate-payment-form i {
    position: absolute;
    top: 52px;
    left: 25px;
    font-size: 28px
}

.mm-yy {
    color: #25283a;
    position: absolute;
    top: 52px;
    right: 25px
}

.cash {
    gap: 30px;
    align-items: center;
    margin: 30px 0
}

.cash img {
    width: 80px;
    height: 60px
}

.donate-card .nav-tabs .nav-link {
    border: 2px transparent
}

.nav-tabs .nav-link.active {
    color: #25283a;
    border-bottom: 2px solid #f65024
}

.nav-tabs li {
    margin-right: 20px
}

.nav-tabs .nav-link {
    color: #25283a;
    padding: 10px 0
}