/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel

--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/

@font-face {
    font-family: 'Syne';
    src: url('../fonts/Syne-Bold.otf');
}

@font-face {
    font-family: 'Syne regular';
    src: url('../fonts/Syne-Regular.otf');
}

:root {
    /* --care-font: 'DM Sans', sans-serif;
    --care-font-two: 'Jost', sans-serif; */
    --care-font: 'Syne';
    --care-font-two: 'Syne';
    --care-font-regular: 'Syne regular';
    --care-gray: #727272;
    --care-gray-rgb: 114, 114, 114;
    --care-white: #ffffff;
    --care-white-rgb: 255, 255, 255;
    --care-black: #0F0F0F;
    --care-contact: #1B1B1B;
    --care-black-rgb: 52, 52, 52;
    --care-black-rgbs: 0, 0, 0;
    --care-base: #F4740E;
    --care-base-rgb: 255, 85, 40;
    --care-primary: #eb9309;
    --care-primary-rgb: 255, 164, 21;
    --care-secondary: #26cc8c;
    --care-secondary-rgb: 38, 204, 140;
    --care-extra: #F5740E;
    --care-extra-rgb: 43, 177, 206;
    --care-extra-two: #f2f0ec;
    --care-extra-two-rgb: 242, 240, 236;
    --care-bdr-color: #e8e5e0;
    --care-bdr-color-rgb: 232, 229, 224;
    --care-bdr-radius: 8px;
    --header--left-one: 120px;
}

.row {
    --bs-gutter-x: 30px;
}

.gutter-y-30 {
    --bs-gutter-y: 30px;
}

body {
    font-family: var(--care-font);
    color: var(--care-gray);
    font-size: 18px;
    line-height: 34px;
    font-weight: 400;
}

body.locked {
    overflow: hidden;
}

a {
    color: var(--care-gray);
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--care-black);
    font-family: var(--care-font-two);
    margin: 0;
    font-weight: 600;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

.carousel--have-shadow .owl-stage-outer {
    overflow: visible;
}

.carousel--have-shadow .owl-item {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.carousel--have-shadow .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

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

@media (min-width: 1200px) {
    .container {
        max-width: 80%;
    }
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

.section-separator {
    border-color: var(--care-border);
    border-width: 1px;
    margin-top: 0;
    margin-bottom: 0;
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    opacity: 0.4;
    z-index: -1;
}

.thm-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: none !important;
    background-color: var(--care-primary);
    color: var(--care-white);
    font-size: 14px;
    font-family: var(--care-font-regular);
    font-weight: normal;
    /* text-transform: uppercase; */
    padding: 15px 60px 15px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    overflow: hidden;
    letter-spacing: 0.1em;
    border-radius: 33px;
    z-index: 1;
}

.thm-btn:hover {
    color: var(--care-white);
    background-color: transparent;
}

.thm-btn::before {
    position: absolute;
    content: '';
    background-color: var(--care-base);
    width: 100%;
    height: 0%;
    left: 50%;
    top: 50%;
    border-radius: 33px;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: -1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm-btn:hover::before {
    height: 380%;
}

.thm-btns {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: none !important;
    background-color: var(--care-white);
    color: #6A6E71;
    font-size: 14px;
    font-family: var(--care-font-regular);
    font-weight: normal;
    text-transform: uppercase;
    padding: 10px 15px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    overflow: hidden;
    letter-spacing: 0.1em;
    z-index: 1;
}

.thm-btns:hover {
    color: var(--care-white);
    background-color: transparent;
}

.thm-btns::before {
    position: absolute;
    content: '';
    background-color: var(--care-base);
    width: 100%;
    height: 0%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: -1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm-btns:hover::before {
    height: 450%;
}

.fa-long-arrow-right::before {
    content: "\f16d";
}

.donate-btn {
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: var(--care-white);
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background-color: var(--care-base);
    padding-left: 4px;
    padding-right: 30px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 33px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    overflow: hidden;
}

.donate-btn i {
    height: 35px;
    width: 35px;
    background-color: var(--care-white);
    border-radius: 50%;
    color: var(--care-base);
    text-align: center;
    line-height: 35px;
    display: inline-block;
    margin-right: 16px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.donate-btn:hover {
    background-color: var(--care-black);
    color: var(--care-white);
}

.donate-btn:hover i {
    background-color: var(--care-base);
    color: var(--care-white);
}

.section-title {
    /* margin-top: 10px; */
    margin-bottom: 48px;
}

.pt-6 {
    padding-top: 6rem;
}

.section-title__tagline {
    position: relative;
    display: inline-block;
    color: var(--care-extra);
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.section-title__title {
    margin-top: 10px;
    font-size: 2.4rem;
    line-height: 3rem;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.bootstrap-select>.dropdown-toggle {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
}

.bootstrap-select .dropdown-menu {
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    z-index: 991;
    border-radius: 0;
}

.bootstrap-select .dropdown-menu>li+li>a {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.bootstrap-select .dropdown-menu>li.selected>a {
    background: var(--care-base);
    color: #fff;
}

.bootstrap-select .dropdown-menu>li>a {
    font-size: 16px;
    font-weight: 500;
    padding: 4px 20px;
    color: #ffffff;
    background: var(--care-black);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
    background: var(--care-base);
    color: #fff;
    cursor: pointer;
}

.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: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-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;
}


/* scroll to top */

.scroll-to-top {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: var(--care-base);
    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::before {
    content: "";
    position: absolute;
    border: 3px solid var(--care-base);
    border-radius: 50px;
    left: -6px;
    right: -6px;
    top: -6px;
    bottom: -6px;
    z-index: -1
}

.scroll-to-top i {
    color: #ffffff;
    font-size: 18px;
    line-height: 45px;
}

.scroll-to-top:hover {
    background-color: var(--care-black);
}

.scroll-to-top:hover i {
    color: #fff;
}


/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/

.main-header {
    position: relative;
    display: block;
    background-color: var(--care-white);
    width: 100%;
    z-index: 999;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    padding-left: var(--header--left-one);
    box-shadow: 0px 3px 10px #81818129;
}

.main-header__top-address {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-header__top-address li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 35px;
    padding: 3.5px 0;
}

.main-header__top-address li+li {
    margin-left: 30px;
}

.main-header__top-address li .icon span {
    font-size: 15px;
    color: var(--care-primary);
}

.main-header__top-address li .text {
    margin-left: 10px;
}

.main-header__top-address li .text p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-header__top-address li .text a {
    font-size: 14px;
    color: var(--care-gray);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header__top-address li .text a:hover {
    color: var(--care-base);
}

.main-menu {
    position: relative;
    padding: 0;
    z-index: 91;
}

.main-menu-wrapper {
    position: relative;
    display: block;
}

.main-menu-wrapper__left {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 10%;
}

.main-menu-wrapper__logo {
    position: relative;
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-right: 0px;
}

.main-menu-wrapper__call {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-menu-wrapper__call-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 43px;
    width: 43px;
    background-color: var(--care-extra-two);
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-wrapper__call-icon:hover {
    background-color: var(--care-base);
}

.main-menu-wrapper__call-icon span {
    font-size: 20px;
    color: var(--care-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-wrapper__call-icon:hover span {
    color: var(--care-white);
}

.main-menu-wrapper__call-number {
    margin-left: 10px;
}

.main-menu-wrapper__call-number h5 {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    font-family: var(--care-font);
}

.main-menu-wrapper__call-number h5 a {
    color: var(--care-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-wrapper__call-number a:hover {
    color: var(--care-base);
}

.main-menu-wrapper__call-number p {
    font-size: 12px;
    margin: 0;
    line-height: 24px;
    color: var(--care-gray);
}

.main-menu-wrapper__main-menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-end;
    width: 70%;
}

.main-menu-wrapper__right {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    margin-left: 2.5%;
    /* padding: 37.5px 0; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    width: 17%;
}

.main-menu-wrapper__search-cat {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* padding: 9.5px 0; */
}


/* .main-menu-wrapper__search-cat:before {
    position: absolute;
    top: -1px;
    bottom: 0;
    left: -30px;
    content: "";
    background-color: var(--care-bdr-color);
    width: 1px;
} */

.main-menu-wrapper__search {
    font-size: 20px;
    padding-left: 10px;
    color: #080808;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    padding: 47px 0 47px 10px;
}

.main-menu-wrapper__search:hover {
    color: var(--care-base);
}

.main-menu-wrapper__cart {
    font-size: 24px;
    color: var(--care-black);
    margin-left: 30px;
    margin-right: 40px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-wrapper__cart:hover {
    color: var(--care-base);
}

.stricky-header.main-menu {
    /** padding: 0 80px;**/
    background-color: var(--care-white);
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul,
.main-menu .main-menu__lang,
.main-menu .main-menu__lang ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}

@media (min-width: 1200px) {
    .main-menu .main-menu__list,
    .main-menu .main-menu__list ul,
    .main-menu .main-menu__lang,
    .main-menu .main-menu__lang ul,
    .stricky-header .main-menu__list,
    .stricky-header .main-menu__list ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.main-menu .main-menu__list>li,
.main-menu .main-menu__lang>li,
.stricky-header .main-menu__list>li {
    padding: 37.5px 0;
    position: relative;
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
    margin-left: 55px;
}

.main-menu .main-menu__list li .lang_li img {
    margin-right: 5px;
}

.main-menu .main-menu__list li .lang_li a {
    font-family: var(--care-font-regular);
    font-size: 16px;
    color: #080808;
}

.main-menu .main-menu__list li .lang_li i {
    font-weight: 600;
    /* color: #080808; */
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #080808;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 400;
    font-family: var(--care-font-regular);
}

.main-menu .main-menu__list>li>a::before,
.stricky-header .main-menu__list>li>a::before {
    content: "";
    height: 2px;
    border-radius: 0px;
    background-color: var(--care-base);
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    z-index: 1;
}

.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(--care-base);
    text-shadow: 0 0 1px currentColor;
}

.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 {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
}

.main-menu .main-menu__list>li.current>a::before {
    background-color: var(--care-base);
}

.main-menu .main-menu__list>li:hover>a::before {
    background-color: var(--care-base);
}

.main-menu .main-menu__list li ul,
.main-menu .main-menu__lang li ul,
.stricky-header .main-menu__list li ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 500ms ease;
    transition: 500ms ease;
    z-index: 99;
    border-bottom-left-radius: var(--care-bdr-radius);
    border-bottom-right-radius: var(--care-bdr-radius);
    -webkit-box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
}

.main-menu .main-menu__lang li ul {
    min-width: 65px;
}


/* .main-menu .main-menu__list li ul.last-link,
.main-menu .main-menu__lang li ul.list-link {
    min-width: 100px;
} */

.main-menu .main-menu__list li:hover>ul,
.main-menu .main-menu__lang li:hover>ul,
.stricky-header .main-menu__list li:hover>ul {
    opacity: 1;
    visibility: visible;
}

.main-menu .main-menu__list li ul li,
.main-menu .main-menu__lang li ul li,
.stricky-header .main-menu__list li ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    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(--care-black), 0.1);
}

.main-menu .main-menu__list li ul li a,
.main-menu .main-menu__lang li ul li a,
.stricky-header .main-menu__list li ul li a {
    font-size: 16px;
    line-height: 30px;
    color: var(--care-black);
    letter-spacing: 0;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: 500ms;
    transition: 500ms;
    font-family: var(--care-font-regular);
}

.main-menu .main-menu__lang li .lang_li a {
    font-size: 16px;
    font-family: var(--care-font-regular);
}

.main-menu .main-menu__list li ul li:last-child>a,
.main-menu .main-menu__lang li ul li:last-child>a,
.stricky-header .main-menu__list li ul li:last-child>a {
    border-bottom-left-radius: var(--care-bdr-radius);
    border-bottom-right-radius: var(--care-bdr-radius);
}

.main-menu .main-menu__list li ul li:hover>a,
.main-menu .main-menu__lang li ul li:hover>a,
.stricky-header .main-menu__list li ul li:hover>a {
    background-color: var(--care-base);
    color: var(--care-white);
}

.main-menu .main-menu__list li ul li>ul,
.main-menu .main-menu__lang 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;
    padding-left: var(--header--left-one);
    z-index: 991;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    visibility: hidden;
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
    -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    -webkit-box-shadow: 0px 3px 10px #81818129;
    box-shadow: 0px 3px 10px #81818129;
}

@media (max-width: 1199px) {
    .stricky-header {
        display: none !important;
    }
}

.stricky-header.stricky-fixed {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}

.stricky-header .main-menu__inner {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-right: 0;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

.mobile-nav__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    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(--care-black);
    cursor: pointer;
}

.mobile-nav__buttons a+a {
    margin-left: 10px;
}

.mobile-nav__buttons a:hover {
    color: var(--care-base);
}

.main-menu .mobile-nav__toggler {
    font-size: 20px;
    color: var(--care-base);
    cursor: pointer;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
    color: var(--care-black);
}

@media (min-width: 1200px) {
    .main-menu .mobile-nav__toggler {
        display: none;
    }
}


/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/

.main-header-two {
    background: transparent;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 999;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header-two__top {
    position: relative;
    display: block;
    background-color: var(--care-white);
}

.main-header-two__top-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main-header-two__logo {
    position: relative;
    display: inline-block;
    padding: 38.5px 0;
}

.main-header-two__right {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 37.5px 0;
}

.main-header-two__top-menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 70px;
    padding: 3.5px 0;
}

.main-header-two__top-menu li+li {
    margin-left: 23px;
}

.main-header-two__top-menu li span {
    font-size: 12px;
}

.main-header-two__top-menu li a {
    font-size: 14px;
    color: var(--care-gray);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header-two__top-menu li a:hover {
    color: var(--care-base);
}

.main-header-two__search-cart-donate-btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-header-two__search-cart-donate-btn:before {
    position: absolute;
    top: -1px;
    bottom: 0;
    left: -30px;
    content: "";
    background-color: #dadada;
    width: 1px;
}

.main-header-two__search {
    font-size: 24px;
    color: var(--care-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header-two__search:hover {
    color: var(--care-base);
}

.main-header-two__cart {
    font-size: 24px;
    color: var(--care-black);
    margin-left: 30px;
    margin-right: 40px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header-two__cart:hover {
    color: var(--care-base);
}

.main-menu-two {
    padding: 0 0 0;
}

.main-menu-two-wrapper {
    position: relative;
    display: block;
    z-index: 1;
}

.main-menu-two-wrapper:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--care-white-rgb), 0.1);
    z-index: -1;
}

.main-menu-two-wrapper-inner {
    position: relative;
    display: block;
}

.main-menu-two-wrapper__main-menu {
    position: relative;
    display: block;
    float: left;
}

.main-menu-two-wrapper__right {
    position: relative;
    display: block;
    float: right;
}

.main-menu-two__top-social {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 23.5px 0;
}

.main-menu-two__top-social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #f9f9f9;
    font-size: 15px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-two__top-social a:hover {
    color: var(--care-base);
}

.main-menu-two__top-social a+a {
    margin-left: 25px;
}

.main-menu-two .main-menu__list>li,
.stricky-header .main-menu-two .main-menu__list>li {
    padding-top: 14px;
    padding-bottom: 14px;
}

.main-menu-two .main-menu__list>li>a,
.stricky-header .main-menu-two .main-menu__list>li>a {
    color: var(--care-white);
}

.main-menu-two .main-menu__list>li>a::before,
.stricky-header .main-menu-two .main-menu__list>li>a::before {
    top: -14px;
}

.stricky-header.main-menu-two {
    padding: 0 0 0;
    background-color: var(--care-black);
}


/*-------- Pagination Style Css --------*/

.pagination-nav .pagination {
    margin: 4rem 0 0;
    display: block;
}

.pagination-nav .pagination ul {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
}

.pagination-nav .pagination li {
    margin-right: 9px;
    font-family: var(--care-font-regular);
}

.pagination-nav .pagination li a {
    background: #fff;
    border: 1px solid var(--care-bdr-color);
    color: #222;
    font-size: 1.2rem;
    display: block;
    height: 50px;
    line-height: 50px;
    width: 50px;
    border-radius: 50%;
    text-align: center;
}

.pagination-nav .pagination li a.prev,
.pagination-nav .pagination li a.next {
    font-size: 14px;
    width: 60px;
}

.pagination-nav .pagination li a.disabled {
    cursor: not-allowed;
}

.pagination-nav .pagination li a.active {
    color: #fff;
    background-color: var(--care-base);
    box-shadow: 0 0 18px 0 rgb(2 2 0 / 30%);
}

.pagination-nav .pagination li a:hover {
    color: #fff;
    background-color: var(--care-base);
    box-shadow: 0 0 18px 0 rgb(2 2 0 / 30%);
}

.pagination-nav .pagination li:last-child {
    margin-right: 0;
}

.border-top {
    border-top: 1px solid var(--care-base);
    padding-top: 30px;
}


/*--------------------------------------------------------------
# Navigations Three
--------------------------------------------------------------*/

.main-header-three {
    background: transparent;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 999;
}

.main-header-three::before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: var(--care-bdr-color);
    content: "";
    z-index: -1;
}

.main-menu-three__wrapper {
    position: relative;
    display: block;
}

.main-menu-three__wrapper-left {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-menu-three__wrapper-logo {
    position: relative;
    display: inline-block;
    margin-right: 190px;
    padding: 38.5px 0;
}

.main-menu-three-wrapper__main-menu {
    position: relative;
    display: block;
}

.main-menu-three-wrapper__right {
    position: relative;
    float: right;
    display: block;
    padding: 37.5px 0;
}

.main-menu-three-wrapper__search-cat-donate {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-menu-three-wrapper__search-cat-donate:before {
    position: absolute;
    top: -1px;
    bottom: 0;
    left: -30px;
    content: "";
    background-color: var(--care-bdr-color);
    width: 1px;
}

.main-menu-three-wrapper__search {
    font-size: 24px;
    color: var(--care-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-three-wrapper__search:hover {
    color: var(--care-base);
}

.main-menu-three-wrapper__cart {
    font-size: 24px;
    color: var(--care-black);
    margin-left: 30px;
    margin-right: 40px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-three-wrapper__cart:hover {
    color: var(--care-base);
}

.main-menu-three-wrapper__btn:hover {
    background-color: #fff;
    color: var(--care-black);
}


/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/

@-webkit-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 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;
    }
}

@-webkit-keyframes shapeMover {
    0%,
    100% {
        -webkit-transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
        transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    }
    50% {
        -webkit-transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px);
        transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px);
    }
}

@keyframes shapeMover {
    0%,
    100% {
        -webkit-transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
        transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    }
    50% {
        -webkit-transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px);
        transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px);
    }
}

@-webkit-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 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);
    }
}

@-webkit-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 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);
    }
}

@-webkit-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);
    }
}

@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);
    }
}

@-webkit-keyframes service_hexagon_2 {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes service_hexagon_2 {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}


/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/

.mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    visibility: hidden;
}

.mobile-nav__wrapper.expanded {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible;
    -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-nav__wrapper .container {
    padding-left: 0;
    padding-right: 0;
}

.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(--care-black);
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__content .care-btn {
    padding: 8px 0;
    width: 100%;
    text-align: center;
}

.mobile-nav__content .logo-box {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mobile-nav__close {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 18px;
    color: var(--care-text-dark);
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-nav__close i {
    width: 30px;
    height: 30px;
    position: relative;
    display: block;
}

.mobile-nav__close i::before,
.mobile-nav__close i::after {
    content: '';
    width: 30px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 15px;
    left: 0;
}

.mobile-nav__close i::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobile-nav__close i::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 30px;
    color: #ffffff;
    font-size: 14px;
    font-family: var(--care-font-regular);
    font-weight: normal;
    height: 46px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.mobile-nav__content .main-menu__list li a.expanded {
    color: var(--care-base);
}

.mobile-nav__content .main-menu__list li a button {
    width: 30px;
    height: 30px;
    background-color: var(--care-base);
    border: none;
    outline: none;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.mobile-nav__content .main-menu__list li a button.expanded {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background-color: #fff;
    color: var(--care-black);
}

.mobile-nav__content .main-menu__list li.cart-btn span {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
    font-size: 16px;
}

.mobile-nav__top {
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
   display:none;
}

.mobile-nav__top .main-menu__login a {
    color: var(--care-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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-nav__social a {
    font-size: 16px;
    color: var(--care-white);
    -webkit-transition: 500ms;
    transition: 500ms;
}

.mobile-nav__social a+a {
    margin-left: 30px;
}

.mobile-nav__social a:hover {
    color: var(--care-base);
}

.mobile-nav__contact {
    /* margin-bottom: 0;
    margin-top: 20px; */
    margin-bottom: 20px;
}

.mobile-nav__contact li {
    color: var(--care-text-dark);
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mob_lang {
    display: block;
}

.mob_lang li {
    display: inline-block;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid var(--care-base);
}

.mob_lang li.active {
    background: var(--care-base);
}

.mobile-nav__contact li+li {
    margin-top: 15px;
}

.mobile-nav__contact li a {
    color: #ffffff;
    font-family: var(--care-font-regular);
    font-weight: normal;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.mobile-nav__contact li a:hover {
    color: var(--care-base);
}

.mobile-nav__contact li>i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--care-base);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: 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: 999;
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    -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;
}

.search-popup.active {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--care-black);
    opacity: 0.75;
    cursor: pointer;
}

.search-popup__content {
    width: 100%;
    max-width: 560px;
}

.search-popup__content form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    background-color: #fff;
    border-radius: var(--care-bdr-radius);
    overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
    width: 100%;
    background-color: #fff;
    font-size: 16px;
    border: none;
    outline: none;
    height: 66px;
    padding-left: 30px;
    font-family: var(--care-font-regular)
}

.search-popup__content .thm-btn {
    padding: 0;
    width: 68px;
    height: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: -1px;
    border-radius: 0;
    background-color: #F5740E;
    border: 0;
}

.search-popup__content .thm-btn:hover:before {
    height: 480%;
    width: 200px;
}

.search-popup__content .thm-btn i {
    margin: 0;
}


/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/

.main-slider {
    /* padding-left: var(--header--left-one); */
    padding-left: 0;
    overflow: hidden;
    position: relative;
}

.main-slider-ripped-paper svg {
    position: absolute;
    bottom: -1px;
    width: 100%;
    left: 0;
    color: #fff;
    z-index: 10;
}

.main-slider .swiper-slide {
    position: relative;
    /* background-color: #000000; */
}

.main-slider .container {
    position: relative;
    padding-top: 202px;
    padding-bottom: 229px;
    z-index: 30;
}

.main-slider .image-layer {
    opacity: 1;
    transform: scale(0.8);
}

.main-slider .swiper-slide-active .image-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    /* background-color: #000000; */
    background-blend-mode: luminosity;
    -webkit-transition: opacity 1500ms ease-in, -webkit-transform 3000ms ease;
    transition: opacity 1500ms ease-in, -webkit-transform 3000ms ease;
    transition: transform 3000ms ease, opacity 1500ms ease-in;
    transition: transform 3000ms ease, opacity 1500ms ease-in, -webkit-transform 3000ms ease;
    z-index: 1;
}


/* .main-slider .swiper-slide-active .image-layer {
    opacity: 0.4;
} */

.main-slider__content {
    position: relative;
    display: block;
}

.main-slider h2 {
    font-size: 2.4rem;
    color: var(--care-white);
    line-height: 3rem;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider h2 span {
    position: relative;
    display: inline-block;
}

.main-slider p {
    font-size: 20px;
    color: var(--care-white);
    line-height: 30px;
    margin: 0;
    padding-top: 34px;
    padding-bottom: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider .thm-btn {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition-delay: 2500ms;
    transition-delay: 2500ms;
    -webkit-transition: opacity 2000ms ease, color 500ms ease, background 500ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, color 500ms ease, background 500ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease, background 500ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease, background 500ms ease, -webkit-transform 2000ms ease;
}

.main-slider .swiper-slide-active .thm-btn,
.main-slider .swiper-slide-active h2 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}

.main-slider .swiper-slide-active p {
    visibility: visible;
    opacity: .6;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}

.main-slider-shape-1 {
    position: absolute;
    bottom: 19px;
    right: 300px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
}

.main-slider .swiper-slide-active .main-slider-shape-1 {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}

.main-slider__nav {
    width: 100%;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    top: 47%;
    left: 50%;
    z-index: 100;
    opacity: 0;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.main-slider:hover .main-slider__nav {
    opacity: 1;
}

.main-slider__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {
    position: relative;
    top: auto;
    left: auto;
    right: -25%;
    bottom: auto;
    z-index: 100;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    color: var(--care-black);
    background-color: var(--care-white);
    border-radius: 50%;
    opacity: .2;
    margin: 0;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-slider__nav .swiper-button-next:hover,
.main-slider__nav .swiper-button-prev:hover {
    opacity: 1;
}

.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;
    left: -25%;
    position: absolute;
}

.main-slider__nav .swiper-button-prev .angle-left {
    position: relative;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#main-slider-pagination {
    z-index: 10;
    bottom: 40px;
    padding-right: 40px;
    /* left: 55vw; */
    width: 100%;
    /* max-width: 1170px; */
    /* -webkit-transform: translate(-50%, calc(-50% + 95px));
    transform: translate(-50%, calc(0% + 0px)); */
    text-align: right;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-end; */
}

#main-slider-pagination .swiper-pagination-bullet {
    margin: 0;
}

#main-slider-pagination .swiper-pagination-bullet {
    width: 20px;
    height: max-content;
    background-color: rgba(var(--care-white-rgb), 0);
    opacity: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: unset;
    margin-right: 2px
}

#main-slider-pagination .swiper-txt {
    color: rgba(var(--care-white-rgb), 0.4);
    font-family: var(--care-font-regular);
}

#main-slider-pagination .swiper-txt.swiper-pagination-bullet-active {
    color: rgba(var(--care-white-rgb), 1);
}

#main-slider-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
    margin-left: 10px;
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: rgba(var(--care-white-rgb), 0);
    border-bottom: 2px solid rgba(var(--care-white-rgb), 1);
    width: 20px;
}


/*--------------------------------------------------------------
# Main Slider Two
--------------------------------------------------------------*/

.main-slider-two {
    position: relative;
    display: block;
}

.main-slider-two .image-layer {
    opacity: 0.7;
}

.main-slider-two .swiper-slide-active .image-layer {
    opacity: 0.7;
}

.main-slider-two .container {
    padding-top: 383px;
    padding-bottom: 270px;
}

.main-slider-two .main-slider__content {
    text-align: center;
}

.main-slider-two h2 {
    font-size: 100px;
    line-height: 100px;
}

.main-slider-two p {
    padding-top: 28px;
}

.main-slider-two .thm-btn {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}

.main-slider-two-map {
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 583px;
    height: 410px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .15;
    z-index: -1;
}

.main-slider__nav-two {
    width: 100%;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    top: 57%;
    left: 50%;
    z-index: 100;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.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: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--care-black);
    font-size: 15px;
    background-color: var(--care-white);
    border-radius: 50%;
    opacity: .2;
    margin: 0;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-slider__nav-two .swiper-button-next {
    right: -63px;
}

.main-slider__nav-two .swiper-button-prev {
    left: -63px;
}

.main-slider__nav-two .swiper-button-next:hover,
.main-slider__nav-two .swiper-button-prev:hover {
    opacity: 1;
}

.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 .angle-left {
    position: relative;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.main-slider-two #main-slider-pagination {
    bottom: 139px;
}


/*--------------------------------------------------------------
# Main Slider Three
--------------------------------------------------------------*/

.main-slider-three {
    position: relative;
    display: block;
}

.main-slider-three .swiper-slide {
    position: relative;
    background-color: var(--care-extra-two);
}

.main-slider-three__img {
    position: absolute;
    bottom: 40px;
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 1;
}

.main-slider-three__img img {
    width: auto;
}

.swiper-slide-active .main-slider-three__img {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.main-slider-three-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.08;
    z-index: -1;
}

.main-slider-three-map-1 {
    position: absolute;
    bottom: 60px;
    left: 0;
    opacity: .6;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: -1;
}

.main-slider-three-map-1 img {
    width: auto;
}

.swiper-slide-active .main-slider-three-map-1 {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.main-slider-three .container {
    padding-top: 295px;
    padding-bottom: 185px;
}

.main-slider-three .main-slider__content {
    position: relative;
    display: block;
    text-align: left;
}

.main-slider-three p {
    color: var(--care-base);
    padding-top: 0;
    padding-bottom: 0;
}

.main-slider-three .swiper-slide-active p {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}

.main-slider-three h2 {
    font-size: 90px;
    color: var(--care-black);
    line-height: 90px;
    margin-top: 6px;
    margin-bottom: 50px;
}

.main-slider__three-icon {
    position: absolute;
    top: 87px;
    right: 73px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
}

.main-slider-three .swiper-slide-active .main-slider__three-icon {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}

.main-slider-three #main-slider-pagination {
    bottom: 72px;
    text-align: left;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}

.main-slider-three #main-slider-pagination .swiper-pagination-bullet {
    background-color: rgba(var(--care-black-rgb), 0.4);
    opacity: 1;
    -webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
    transition: background 500ms ease, -webkit-transform 500ms ease;
    transition: background 500ms ease, transform 500ms ease;
    transition: background 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.main-slider-three #main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    background-color: rgba(var(--care-black-rgb), 1);
}


/*--------------------------------------------------------------
# We Believe
--------------------------------------------------------------*/

.we-believe {
    position: relative;
    display: block;
    padding: 100px 0 90px;
    z-index: 1;
}

.we-believe-map {
    position: absolute;
    top: 90px;
    left: 50%;
    height: 327px;
    width: 675px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

.we-believe__list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.we-believe__single {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
    text-align: center;
    padding: 0 55px 0;
    margin-bottom: 18px;
}

.we-believe__single:before {
    position: absolute;
    top: 34px;
    bottom: 39px;
    left: 0;
    content: "";
    width: 1px;
    background-color: var(--care-bdr-color);
}

.we-believe__single:first-child:before {
    display: none;
}

.we-believe__icon {
    position: relative;
    height: 145px;
    width: 145px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    z-index: 1;
}

.we-believe__icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #ffded5;
    z-index: 2;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.we-believe__icon span {
    position: relative;
    display: inline-block;
    font-size: 65px;
    color: var(--care-base);
    -webkit-transition: color 500ms ease, -webkit-transform 500ms linear;
    transition: color 500ms ease, -webkit-transform 500ms linear;
    transition: transform 500ms linear, color 500ms ease;
    transition: transform 500ms linear, color 500ms ease, -webkit-transform 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform: scale(1) rotateY(0deg);
    transform: scale(1) rotateY(0deg);
    z-index: 4;
}

.we-believe__single:hover .we-believe__icon span {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    color: #fff !important;
}

.we-believe__single:hover .we-believe__icon:after {
    opacity: 1;
}

.we-believe__single:nth-child(2) .we-believe__icon::before {
    background-color: #ffefd7;
}

.we-believe__single:nth-child(2) .we-believe__icon span {
    color: #ffa415;
}

.we-believe__single:nth-child(3) .we-believe__icon::before {
    background-color: #d6f1f7;
}

.we-believe__single:nth-child(3) .we-believe__icon span {
    color: #2bb1ce;
}

.we-believe__single:nth-child(4) .we-believe__icon::before {
    background-color: #cef9e8;
}

.we-believe__single:nth-child(4) .we-believe__icon span {
    color: var(--care-secondary);
}

.we-believe__single:hover .we-believe__icon::before {
    background-color: var(--care-base);
}

.we-believe__single:nth-child(2):hover .we-believe__icon::before {
    background-color: #ffa415;
}

.we-believe__single:nth-child(3):hover .we-believe__icon::before {
    background-color: #2bb1ce;
}

.we-believe__single:nth-child(4):hover .we-believe__icon::before {
    background-color: #26cc8c;
}

.we-believe__single:nth-child(2):hover .we-believe__title a {
    color: #ffa415;
}

.we-believe__single:nth-child(3):hover .we-believe__title a {
    color: #2bb1ce;
}

.we-believe__single:nth-child(4):hover .we-believe__title a {
    color: #26cc8c;
}

.we-believe__title {
    font-size: 20px;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.we-believe__title a {
    color: var(--care-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.we-believe__single:hover .we-believe__title a {
    color: var(--care-base);
}

.we-believe__text {
    font-size: 16px;
    margin: 0;
}


/*--------------------------------------------------------------
# Welcome One
--------------------------------------------------------------*/

.welcome-one {
    position: relative;
    display: block;
    padding: 5rem 0;
}

.welcome-one__left {
    position: relative;
    display: block;
    padding-right: 8%;
    /* margin-left: 80px;
    margin-right: 40px; */
}

.welcome-one__left.about {
    padding-right: 0;
}

.welcome-one__img-box {
    position: relative;
    display: block;
    z-index: 2;
}

.welcome-one__img-box.l_right {
    margin-top: 8rem;
    text-align: right;
    /* padding-right: 5%; */
}


/* .welcome-one__img-box:before {
    position: absolute;
    top: 0;
    left: -36px;
    width: 16px;
    height: 220px;
    content: "";
    background-color: var(--care-base);
    border-radius: var(--care-bdr-radius);
} */

.welcome-one-shape-1 {
    position: absolute;
    top: -81px;
    left: -81px;
    z-index: 2;
}

.welcome-one-shape-1 img {
    /* -webkit-animation-name: shapeMover;
    animation-name: shapeMover;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; */
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.rotate {
    transition: 0.5s;
    animation: rotate 5s linear infinite;
    /*开始动画后无限循环，用来控制rotate*/
}

.welcome-one__img {
    position: relative;
    display: inline-block;
    overflow: hidden;
    /* border-radius: var(--care-bdr-radius); */
}

.about .welcome-one__img {
    width: 75%;
    margin-left: 25%;
}

.welcome-one__img:after {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1;
}

.welcome-one__img-box:hover .welcome-one__img:after {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s;
}

.welcome-one__img img {
    width: 100%;
    /* border-radius: var(--care-bdr-radius); */
}

.welcome-one__small-img {
    position: absolute;
    bottom: calc(50% - 81px);
    right: 337px;
    z-index: 2;
}

.about .welcome-one__small-img {
    position: absolute;
    bottom: -5%;
    left: 5%;
    z-index: 2;
}

.welcome-one__small-img img {
    /* border-radius: var(--care-bdr-radius); */
}

.welcome-one__right {
    position: relative;
    display: block;
    padding-left: 5%;
    height: 100%;
}
@media screen and (max-width: 767.9px){
.welcome-one__right {
   
    padding-left: 0%;
 
}
}
.welcome-one__right .welcome-one__btn-box .welcome-one__btn span {
    padding-left: 3rem;
}

.welcome-one__right .section-title {
    margin-bottom: 40px;
}

.welcome-one__right .section-title__tagline:before {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.welcome-one__text-1 {
    font-size: 24px;
    color: var(--care-secondary);
    font-weight: 500;
    margin: 0;
}

.welcome-one__text-2 {
    margin: 0;
    padding-top: 1.5rem;
    color: #6A6E71;
    font-size: 16px;
    font-family: var(--care-font-regular);
    width: 78%;
}

.welcome-one__btn-box {
     position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*position: absolute;
    bottom: 0;
    left: 0;**/
}

.welcome-one__video-link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px;
}

.welcome-one__video-icon {
    position: relative;
    height: 65px;
    width: 65px;
    background-color: var(--care-base);
    border-radius: 50%;
    font-size: 15px;
    color: var(--care-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.welcome-one__video-icon:hover {
    background-color: var(--care-primary);
}

.welcome-one__video-text {
    font-size: 18px;
    line-height: 28px;
    margin-left: 15px;
}


/*--------------------------------------------------------------
# Causes One
--------------------------------------------------------------*/

.causes-one {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}

.causes-one:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: var(--care-extra-two);
    height: 578px;
    z-index: -1;
}

.causes-one .section-title__tagline:before {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.causes-one__carousel {
    position: relative;
    display: block;
}

.causes-one__carousel .owl-stage-outer {
    overflow: visible;
}

.causes-one__carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.causes-one__carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.causes-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.causes-one__img {
    position: relative;
    display: block;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
    z-index: 1;
}

.causes-one__img:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 0px;
    background-color: rgba(var(--care-black-rgb), 0.3);
    visibility: hidden;
    opacity: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: perspective(370px) rotateY(90deg) translate(0px, 50px);
    transform: perspective(370px) rotateY(90deg) translate(0px, 50px);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    z-index: 1;
}

.causes-one__single:hover .causes-one__img:before {
    visibility: visible;
    opacity: 1;
    -webkit-transform: perspective(370px) rotateY(0deg) translate(0px, 0px);
    transform: perspective(370px) rotateY(0deg) translate(0px, 0px);
    height: 100%;
}

.causes-one__img img {
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.causes-one__single:hover .causes-one__img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.causes-one__category {
    position: absolute;
    bottom: 30px;
    left: 40px;
    background-color: var(--care-extra);
    padding: 0 20px 0;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 3;
}

.causes-one__category span {
    font-size: 10px;
    color: var(--care-white);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
}

.causes-one__content-box {
    position: relative;
    display: block;
    background-color: var(--care-white);
    border: 1px solid var(--care-bdr-color);
    border-top: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.causes-one__single:hover .causes-one__content-box {
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

.causes-one__content {
    position: relative;
    display: block;
    padding: 33px 40px 30px;
}

.causes-one__title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 12px;
}

.causes-one__title a {
    color: var(--care-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.causes-one__single:hover .causes-one__title a {
    color: var(--care-base);
}

.causes-one__text {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}

.causes-one__progress {
    position: relative;
    display: block;
    width: 100%;
    padding: 53px 40px 29px;
    background-color: var(--care-extra-two);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.causes-one__progress .bar {
    position: relative;
    width: 100%;
    height: 6px;
    background: var(--care-white);
    border-radius: 5px;
    margin-bottom: 12px;
}

.causes-one__progress .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 6px;
    border-radius: 5px;
    background: var(--care-extra);
    -webkit-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.causes-one__progress .count-text {
    position: absolute;
    right: -40px;
    bottom: 16px;
    color: var(--care-white);
    line-height: 20px;
    font-size: 10px;
    text-align: center;
    font-weight: 400;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    height: 20px;
    width: 40px;
    background: var(--care-extra);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.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: 6px solid transparent;
    border-top: 4px solid var(--care-extra);
}

.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;
}

.causes-one__goals>p {
    font-size: 14px;
    margin: 0;
}

.causes-one__goals>p>span {
    font-size: 18px;
    color: var(--care-black);
    font-weight: 500;
    line-height: 28px;
}

.causes-one__single-2 .causes-one__category {
    background-color: var(--care-secondary);
}

.causes-one__single-3 .causes-one__category {
    background-color: var(--care-primary);
}

.causes-one__single-2 .causes-one__progress .bar-inner {
    background-color: var(--care-secondary);
}

.causes-one__single-3 .causes-one__progress .bar-inner {
    background-color: var(--care-primary);
}

.causes-one__single-2 .causes-one__progress .count-text {
    background-color: var(--care-secondary);
}

.causes-one__single-2 .causes-one__progress .count-text:after {
    border-top: 4px solid var(--care-secondary);
}

.causes-one__single-3 .causes-one__progress .count-text {
    background-color: var(--care-primary);
}

.causes-one__single-3 .causes-one__progress .count-text:after {
    border-top: 4px solid var(--care-primary);
}

.causes-one__carousel.owl-theme .owl-nav {
    position: absolute;
    top: -125px;
    right: 0px;
    margin: 0;
}

.causes-one__carousel.owl-theme .owl-nav .owl-next {
    height: 50px;
    width: 50px;
    background: var(--care-white);
    border-radius: 50%;
    color: var(--care-black);
    font-size: 15px;
    margin: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.causes-one__carousel.owl-theme .owl-nav .owl-prev {
    height: 50px;
    width: 50px;
    background: var(--care-white);
    border-radius: 50%;
    color: var(--care-black);
    font-size: 15px;
    margin: 0;
    text-align: center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.causes-one__carousel.owl-theme .owl-nav .owl-next {
    margin-left: 5px;
}

.causes-one__carousel.owl-theme .owl-nav .owl-prev {
    margin-right: 5px;
}

.causes-one__carousel.owl-theme .owl-nav .owl-next:hover,
.causes-one__carousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: var(--care-base);
    color: var(--care-white);
}

.donations__carousel .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
    margin-top: 30px;
}

@media (min-width: 768px) {
    .donations__carousel .owl-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.donations__carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background-color: var(--care-black);
    border-radius: 50%;
    opacity: 0.2;
    -webkit-transition: background 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
    transition: background 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
    transition: background 500ms ease, opacity 500ms ease, transform 500ms ease;
    transition: background 500ms ease, opacity 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.donations__carousel .owl-dots .owl-dot.active,
.donations__carousel .owl-dots .owl-dot:hover {
    background-color: var(--care-base);
    opacity: 1;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.donations__carousel .owl-dots .owl-dot span {
    display: none;
}

.donations__carousel .owl-dots .owl-dot+.owl-dot {
    margin-left: 8px;
}

.donations__carousel .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    display: flex;
}

@media (min-width: 768px) {
    .donations__carousel .owl-nav {
        display: none;
    }
}

.donations__carousel .owl-nav button.owl-next,
.donations__carousel .owl-nav button.owl-prev {
    width: 50px;
    height: 50px;
    background-color: var(--care-black);
    color: #fff;
    opacity: 0.2;
    -webkit-transition: background 500ms ease, opacity 500ms ease;
    transition: background 500ms ease, opacity 500ms ease;
    border-radius: 50%;
}

.donations__carousel .owl-nav button.owl-next:hover,
.donations__carousel .owl-nav button.owl-prev:hover {
    opacity: 1;
    background-color: var(--care-base);
    color: #fff;
}

.donations__carousel .owl-nav button.owl-next {
    margin-left: 15px;
}


/*--------------------------------------------------------------
# Two Boxes
--------------------------------------------------------------*/

.two-boxes {
    position: relative;
    display: block;
    padding: 0 0 90px;
}

.two-boxes .row {
    --bs-gutter-x: 10px;
}

.two-boxes__single {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: var(--care-black);
    border-radius: var(--care-bdr-radius);
    padding: 60px 60px 49px;
    margin-bottom: 30px;
    z-index: 1;
}

.two-boxes__single-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: var(--care-bdr-radius);
    mix-blend-mode: luminosity;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: .25;
    z-index: -1;
}

.two-boxes__icon {
    position: relative;
    display: block;
}

.two-boxes__icon span {
    position: relative;
    display: inline-block;
    font-size: 64px;
    color: var(--care-primary);
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.two-boxes__single:hover .two-boxes__icon span {
    -webkit-transform: rotateY(360deg) scale(1.2);
    transform: rotateY(360deg) scale(1.2);
}

.two-boxes__content {
    position: relative;
    display: block;
    margin-left: 30px;
    margin-top: -9px;
}

.two-boxes__title {
    font-size: 30px;
    color: var(--care-white);
    line-height: 40px;
}

.two-boxes__text {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 29px;
    color: var(--care-white);
}

.two-boxes__icon-clr-scondary span {
    color: var(--care-secondary);
}

.two-boxes .donate-btn:hover {
    background-color: #fff;
    color: var(--care-black);
}


/*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/

.brand-one {
    position: relative;
    display: block;
    border-top: 1px solid var(--care-bdr-color);
    padding: 98px 0 99px;
}

.brand-one .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.brand-one .swiper-slide img {
    -webkit-transition: 500ms;
    transition: 500ms;
    opacity: 0.3;
    max-width: 100%;
}

.brand-one .swiper-slide img:hover {
    opacity: 1;
}


/*--------------------------------------------------------------
# Two Section
--------------------------------------------------------------*/

.two-section {
    position: relative;
    display: block;
    z-index: 1;
}

.two-section__container {
    position: relative;
    display: block;
    max-width: 1900px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    z-index: 1;
}

.two-section__testimonial {
    position: relative;
    display: block;
    width: 100%;
    background-color: var(--care-secondary);
    margin: 0 auto;
    text-align: center;
    padding: 111px 135px 177px;
    z-index: 1;
}

.testimonial-one-map {
    position: absolute;
    top: 205px;
    left: 50%;
    height: 382px;
    width: 790px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: .10;
    z-index: -1;
}

.testimonial-one-maps {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 1;
    z-index: -1;
}

.testimonial-one-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    mix-blend-mode: luminosity;
    opacity: .15;
    z-index: -1;
}

.two-section__testimonial-title {
    font-size: 34px;
    color: var(--care-white);
    line-height: 44px;
    margin-bottom: 54px;
}

#testimonials-one__thumb {
    width: 240px;
    margin-right: auto;
    margin-left: auto;
}

.testimonial-one__img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 73px;
    cursor: pointer;
    border-radius: 50%;
}

.testimonial-one__img-holder:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(var(--care-white-rgb), 0.3);
    content: "";
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

#testimonials-one__thumb .swiper-slide-thumb-active .testimonial-one__img-holder:before {
    background-color: rgba(var(--care-white-rgb), 0);
}

.testimonial-one__img-holder>img {
    width: 73px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out 0.6s;
    transition: all 0.5s ease-in-out 0.6s;
}

.testimonials-one__main-content {
    position: relative;
    display: block;
}

.testimonial-one__conent-box {
    position: relative;
    display: block;
    margin-top: 61px;
}

.testimonial-one__text {
    font-size: 30px;
    color: var(--care-white);
    font-weight: 400;
    line-height: 50px;
    margin: 0;
}

.testimonial-one__client-details {
    position: relative;
    display: block;
    padding-top: 45px;
}

.testimonial-one__client-name {
    font-size: 20px;
    color: var(--care-white);
    line-height: 30px;
}

#testimonials-one__carousel-pagination {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: -65px;
    right: auto;
    left: auto;
    width: 100%;
    z-index: 20;
}

#testimonials-one__carousel-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: rgba(var(--care-white-rgb), 0.4);
    opacity: 1;
    border: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin: 0;
    display: block;
}

#testimonials-one__carousel-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
    margin-left: 10px;
}

#testimonials-one__carousel-pagination .swiper-pagination-bullet-active {
    background-color: rgba(var(--care-white-rgb), 1);
    width: 13px;
    height: 13px;
}

.two-section__gallery {
    position: relative;
    display: block;
    float: right;
    width: 50%;
}

.two-section__gallery .row {
    --bs-gutter-x: 0px;
}

.two-section__gallery-single {
    position: relative;
    display: block;
}

.two-section__gallery-img-inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.two-section__gallery-img-inner img {
    width: 100%;
}

.two-section__gallery-img-overly {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

.two-section__gallery-img-overly:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: var(--care-primary);
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transform: translateY(-102%);
    transform: translateY(-102%);
    opacity: .90;
    z-index: 1;
}

.two-section__gallery-single:hover .two-section__gallery-img-overly:before {
    opacity: .90;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.two-section__gallery-single:hover .two-section__gallery-icon-bg {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.two-section__gallery-icon-bg img {
    width: auto;
}

.two-section__gallery-img-overly a {
    font-size: 20px;
    color: var(--care-white);
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
}

.two-section__gallery-single:hover .two-section__gallery-img-overly a {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.gallery__carousel .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
    margin-top: 30px;
}

@media (min-width: 768px) {
    .gallery__carousel .owl-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.gallery__carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background-color: var(--care-black);
    border-radius: 50%;
    opacity: 0.2;
    -webkit-transition: background 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
    transition: background 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
    transition: background 500ms ease, opacity 500ms ease, transform 500ms ease;
    transition: background 500ms ease, opacity 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.gallery__carousel .owl-dots .owl-dot.active,
.gallery__carousel .owl-dots .owl-dot:hover {
    background-color: var(--care-base);
    opacity: 1;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.gallery__carousel .owl-dots .owl-dot span {
    display: none;
}

.gallery__carousel .owl-dots .owl-dot+.owl-dot {
    margin-left: 8px;
}

.gallery__carousel .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    display: flex;
}

@media (min-width: 768px) {
    .gallery__carousel .owl-nav {
        display: none;
    }
}

.gallery__carousel .owl-nav button.owl-next,
.gallery__carousel .owl-nav button.owl-prev {
    width: 50px;
    height: 50px;
    background-color: var(--care-black);
    color: #fff;
    opacity: 0.2;
    -webkit-transition: background 500ms ease, opacity 500ms ease;
    transition: background 500ms ease, opacity 500ms ease;
    border-radius: 50%;
}

.gallery__carousel .owl-nav button.owl-next:hover,
.gallery__carousel .owl-nav button.owl-prev:hover {
    opacity: 1;
    background-color: var(--care-base);
    color: #fff;
}

.gallery__carousel .owl-nav button.owl-next {
    margin-left: 15px;
}

@media (max-width: 1599px) {
    .two-section__gallery [class*=col-] {
        width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

@media (max-width: 991px) {
    .two-section__gallery [class*=col-] {
        width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

@media (max-width: 480px) {
    .two-section__gallery [class*=col-] {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}


/*--------------------------------------------------------------
# Fundraishing
--------------------------------------------------------------*/

.fundraishing {
    position: relative;
    display: block;
    padding: 112px 0 120px;
}

.fundraishing-bg-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    z-index: 1;
}

.fundraishing-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    mix-blend-mode: luminosity;
    opacity: 0.5;
}

.fundraishing__inner {
    position: relative;
    display: block;
    text-align: center;
    z-index: 3;
}

.fundraishing__sub-title {
    font-size: 24px;
    color: var(--care-white);
    margin: 0;
    opacity: .7;
}

.fundraishing__title {
    font-size: 50px;
    color: var(--care-white);
    line-height: 60px;
    margin-top: 22px;
    margin-bottom: 48px;
}

.fundraishing__title span {
    position: relative;
    display: inline-block;
    z-index: 1;
}


/*--------------------------------------------------------------
# Quality Work
--------------------------------------------------------------*/

.quality-work {
    position: relative;
    display: block;
    padding: 5rem 0 6rem;
    z-index: 1;
}

.quality-work-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 327px;
    opacity: .20;
    z-index: -1;
}

.quality-work__tab-box .tab-buttons {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.quality-work__tab-box .tab-buttons .tab-btn {
    position: relative;
    max-width: 100%;
    width: 100%;
    float: left;
}

@media (min-width: 992px) {
    .quality-work__tab-box .tab-buttons .tab-btn {
        max-width: 380px;
    }
}

.quality-work__tab-box .tab-buttons .tab-btn+.tab-btn {
    margin-left: 15px;
}

.quality-work__tab-box .tab-buttons .tab-btn span {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: var(--care-black);
    background-color: var(--care-extra-two);
    padding: 20px 0px 20px;
    border-radius: var(--care-bdr-radius);
    cursor: pointer;
    font-family: var(--care-font-two);
    width: 100%;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.quality-work__tab-box .tab-buttons .tab-btn.active-btn span {
    color: var(--care-white);
}

.quality-work__tab-box .tab-buttons .tab-btn span:before {
    position: absolute;
    content: '';
    background-color: var(--care-base);
    width: 100%;
    height: 0%;
    left: 50%;
    top: 50%;
    border-radius: var(--care-bdr-radius);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: -1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.quality-work__tab-box .tab-buttons .tab-btn.active-btn span:before {
    height: 580%;
}

.quality-work__tab-box .tab-buttons .tab-btn.active-btn span:after {
    bottom: 0%;
}

.quality-work__tab-box .tabs-content {
    position: relative;
    display: block;
}

.quality-work__tab-box .tabs-content .tab {
    position: relative;
    display: none;
    -webkit-transform: translateY(35px);
    transform: translateY(35px);
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 10;
}

.quality-work__tab-box .tabs-content .tab.active-tab {
    display: block;
    margin-top: 0px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.tab-content__inner {
    position: relative;
    display: block;
}

.tab-content__inner-left {
    position: relative;
    display: block;
}

.tab-content__inner-list {
    position: relative;
    display: block;
}

@media (min-width: 992px) {
    .tab-content__inner-list {
        margin-right: 70px;
    }
}

.tab-content__inner-list li {
    position: relative;
    display: block;
    padding-left: 0px;
    border-bottom: 1px solid var(--care-bdr-color);
    padding-bottom: 48px;
    margin-bottom: 50px;
}

@media (min-width: 576px) {
    .tab-content__inner-list li {
        padding-left: 88px;
    }
}

.tab-content__inner-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.tab-content__icon {
    position: relative;
    height: 58px;
    width: 58px;
    background-color: #d6f1f7;
    color: var(--care-extra);
    font-size: 20px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: auto;
    left: 0;
    margin-bottom: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media (min-width: 576px) {
    .tab-content__icon {
        top: 8px;
        position: absolute;
    }
}

.tab-content__icon-clr-seacondary {
    background-color: #cef9e8;
    color: var(--care-secondary);
}

.tab-content__inner-list li:hover .tab-content__icon {
    background-color: var(--care-extra);
    color: var(--care-white);
}

.tab-content__inner-list li:nth-child(2):hover .tab-content__icon {
    color: var(--care-white);
    background-color: var(--care-secondary);
}

.tab-content__title {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 22px;
}

.tab-content__text {
    font-size: 16px;
    margin: 0;
    line-height: 30px;
}

.tab-content__inner-right {
    position: relative;
    display: block;
    margin-top: 8px;
}

.tab-content__video-link {
    position: relative;
    display: block;
    border-radius: var(--care-bdr-radius);
    padding: 140px 0 140px;
}

.tab-content-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: var(--care-bdr-radius);
}

.tab-content__video-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 20px;
    color: var(--care-white);
    background-color: var(--care-primary);
    border-radius: 50%;
    margin: 0 auto;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.tab-content__video-icon:before {
    position: absolute;
    top: -12px;
    left: -12px;
    right: -12px;
    bottom: -12px;
    content: "";
    border-radius: 50%;
    z-index: 1;
    border: 1px solid rgba(var(--care-white-rgb), 0.15);
}

.tab-content__video-icon:hover {
    background-color: var(--care-base);
    color: var(--care-white);
}

.tab-content__video-link .ripple,
.tab-content__video-icon .ripple:before,
.tab-content__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 115px;
    height: 115px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--care-primary-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--care-primary-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--care-primary-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--care-primary-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    border-radius: 50%;
}

.tab-content__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.tab-content__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.tab-content__summery {
    margin: 0;
    font-size: 16px;
    line-height: 2em;
    margin-top: 15px;
    margin-bottom: 45px;
}

.tab-content__inner .tab-content__image img {
    border-radius: var(--care-bdr-radius);
    max-width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}

@media (min-width: 576px) {
    .tab-content__inner .tab-content__image img {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.tab-content__inner .faq-one-accrodion .accrodion-content p {
    font-size: 16px;
    line-height: 2em;
}

.tab-content__title--big {
    font-size: 24px;
    line-height: 1.4167em;
}

@media (min-width: 992px) {
    .tab-content__difference {
        margin-right: 70px;
    }
}

.tab-content__difference .tab-content__image img {
    margin: 0;
}

.tab-content__difference .tab-content__summery {
    margin: 0;
}

.tab-content__difference .donate-btn {
    margin-top: 35px;
}

.tab-content__inner .featured-campaigns__progress .bar {
    background-color: #f2f0ec;
}

.tab-content__inner .featured-campaigns__progress .bar-inner {
    background-color: var(--care-primary);
}

.tab-content__inner .featured-campaigns__progress .count-text {
    background-color: var(--care-primary);
}

.tab-content__inner .featured-campaigns__progress .count-text::after {
    border-top-color: var(--care-primary);
}


/*--------------------------------------------------------------
# Counter One
--------------------------------------------------------------*/

.counter-one {
    position: relative;
    display: block;
    margin-top: -157px;
    z-index: 2;
}

.counter-one__inner {
    position: relative;
    display: block;
    background-color: white;
    /* -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    border-radius: var(--care-bdr-radius); */
    padding: 58px 0 24px;
}

.counter-one__list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.counter-one__single {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
    text-align: center;
    margin-bottom: 33px;
}

.counter-one__single:before {
    position: absolute;
    top: 21px;
    bottom: 20px;
    left: 0;
    content: "";
    width: 1px;
    background-color: var(--care-bdr-color);
}

.counter-one__single:first-child:before {
    display: none;
}

.counter-one__icon {
    position: relative;
    display: block;
    padding-bottom: 10px;
}

.counter-one__icon span {
    position: relative;
    display: inline-block;
    color: var(--care-base);
    font-size: 64px;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform: scale(1) rotateY(0deg);
    transform: scale(1) rotateY(0deg);
}

.counter-one__single:hover .counter-one__icon span {
    -webkit-transform: scale(0.9) rotateY(360deg);
    transform: scale(0.9) rotateY(360deg);
    color: var(--care-black);
}

.counter-one__icon-clr-primary span {
    color: var(--care-primary);
}

.counter-one__icon-clr-extra span {
    color: var(--care-base);
}

.counter-one__icon-clr-secondary span {
    color: var(--care-secondary);
}

.counter-one__single h3 {
    font-size: 40px;
    font-family: var(--care-font-two) !important;
    line-height: 50px !important;
}

.counter-one__text {
    font-size: 18px;
    margin: 0;
    line-height: 24px;
    font-family: var(--care-font-regular);
    /* 
    padding-right: 10%; */
}

.c_text {
    min-height: 50px;
    margin-top: 1rem;
    width: 79%;
    margin-left: 10.5%;
}

.counter-one .odometer-formatting-mark {
    display: none;
}

.counter-one__singles {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
    width: 100%;
    text-align: center;
    margin-bottom: 33px;
}

.counter-one__singles::before {
    /* position: absolute;
    top: 21px;
    bottom: 20px;
    left: 0;
    content: "";
    width: 1px;
    background-color: var(--care-bdr-color); */
}

.counter-one__singles:hover .counter-one__icon span {
    -webkit-transform: scale(0.9) rotateY(360deg);
    transform: scale(0.9) rotateY(360deg);
    color: var(--care-extra);
}

.counter-one__singles h3 {
    font-size: 40px;
    font-family: var(--care-font-two) !important;
    line-height: 50px !important;
}


/*--------------------------------------------------------------
# Blog One
--------------------------------------------------------------*/

.blog-one {
    position: relative;
    display: block;
    padding: 90px 0 90px;
    margin-top: 120px;
    z-index: 1;
}

.blog-one:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    height: 610px;
    background-color: var(--care-extra-two);
    z-index: -1;
}

.blog-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.blog-one__img {
    position: relative;
    display: block;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
}

.blog-one__img img {
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-one__single:hover .blog-one__img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.blog-one__img>a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(var(--care-black-rgb), 0.5);
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px;
    color: var(--care-base);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
}

.blog-one__img>a>span {
    position: relative;
}

.blog-one__img>a>span::before {
    content: '';
    width: 20px;
    height: 2px;
    background-color: var(--care-base);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-one__img>a>span::after {
    content: '';
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 2px;
    height: 20px;
    background-color: var(--care-base);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.blog-one__img>a:hover>span::before,
.blog-one__img>a:hover>span::after {
    background-color: var(--care-white);
}

.blog-one__single:hover .blog-one__img>a {
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
}

.blog-one__date {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: var(--care-base);
    padding: 7px 20px 6px;
    border-radius: 16.5px;
    z-index: 3;
}

.blog-one__date p {
    font-size: 10px;
    color: var(--care-white);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
}

.blog-one__content {
    position: relative;
    display: block;
    border: 1px solid var(--care-bdr-color);
    border-top: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 19px 50px 0;
    background-color: white;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-one__single:hover .blog-one__content {
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

.blog-one__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-one__meta li+li {
    margin-left: 10px;
}

.blog-one__meta li a {
    font-size: 14px;
    color: var(--care-gray);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-one__meta li a:hover {
    color: var(--care-primary);
}

.blog-one__meta li a i {
    color: var(--care-primary);
}

.blog-one__title {
    font-size: 24px;
    line-height: 34px;
    margin-top: 3px;
    margin-bottom: 12px;
}

.blog-one__title a {
    color: var(--care-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-one__single:hover .blog-one__title a {
    color: var(--care-base);
}

.blog-one__text {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}

.blog-one__bottom {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #eae7e2;
    padding-top: 17px;
    margin-top: 30px;
    padding-bottom: 16px;
}

.blog-one__btn {
    font-size: 12px;
    color: var(--care-black);
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-one__single:hover .blog-one__btn {
    color: var(--care-base);
}

.blog-one__arrow {
    font-size: 18px;
    color: var(--care-black);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-one__single:hover .blog-one__arrow {
    color: var(--care-base);
}

.blog__carousel .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
    margin-top: 30px;
}

@media (min-width: 768px) {
    .blog__carousel .owl-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.blog__carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background-color: var(--care-black);
    border-radius: 50%;
    opacity: 0.2;
    -webkit-transition: background 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
    transition: background 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
    transition: background 500ms ease, opacity 500ms ease, transform 500ms ease;
    transition: background 500ms ease, opacity 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.blog__carousel .owl-dots .owl-dot.active,
.blog__carousel .owl-dots .owl-dot:hover {
    background-color: var(--care-base);
    opacity: 1;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.blog__carousel .owl-dots .owl-dot span {
    display: none;
}

.blog__carousel .owl-dots .owl-dot+.owl-dot {
    margin-left: 8px;
}

.blog__carousel .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    display: flex;
}

@media (min-width: 768px) {
    .blog__carousel .owl-nav {
        display: none;
    }
}

.blog__carousel .owl-nav button.owl-next,
.blog__carousel .owl-nav button.owl-prev {
    width: 50px;
    height: 50px;
    background-color: var(--care-black);
    color: #fff;
    opacity: 0.2;
    -webkit-transition: background 500ms ease, opacity 500ms ease;
    transition: background 500ms ease, opacity 500ms ease;
    border-radius: 50%;
}

.blog__carousel .owl-nav button.owl-next:hover,
.blog__carousel .owl-nav button.owl-prev:hover {
    opacity: 1;
    background-color: var(--care-base);
    color: #fff;
}

.blog__carousel .owl-nav button.owl-next {
    margin-left: 15px;
}


/*--------------------------------------------------------------
# Feature One
--------------------------------------------------------------*/

.feature-one {
    position: relative;
    display: block;
    z-index: 1;
}

.feature-one .row {
    --bs-gutter-x: 0px;
}

.feature-one__single {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: var(--care-base);
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 60px 60px 52px;
}

.feature-one__single-2 {
    background-color: var(--care-primary);
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.feature-one__icon {
    position: relative;
    display: inline-block;
}

.feature-one__icon:before {
    position: absolute;
    top: 0;
    right: -13px;
    height: 38px;
    width: 38px;
    background-color: rgba(var(--care-black-rgb), 0.15);
    content: "";
    border-radius: 50%;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.feature-one__single:hover .feature-one__icon:before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.feature-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 64px;
    color: var(--care-white);
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.feature-one__single:hover .feature-one__icon span {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.feature-one__content {
    position: relative;
    display: block;
    margin-top: -7px;
    margin-left: 35px;
}

.feature-one__title {
    font-size: 24px;
    color: var(--care-white);
    line-height: 34px;
    margin-bottom: 13px;
}

.feature-one__text {
    font-size: 16px;
    color: var(--care-white);
    font-weight: 500;
    line-height: 30px;
    margin: 0;
}

.feature-one__btn {
    font-size: 12px;
    color: var(--care-white);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: inline-block;
    background-color: var(--care-black);
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 30px 0;
    border-top-left-radius: 8px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.feature-one__single:hover .feature-one__btn {
    background-color: #fff;
    color: var(--care-black);
}


/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/

.google-map {
    position: relative;
    display: block;
}

.google-map__one {
    position: relative;
    display: block;
    border: none;
    height: 540px;
    width: 100%;
}


/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/

.site-footer {
    position: relative;
    display: block;
    background-color: #000000;
    z-index: 1;
}

.site-footer-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    mix-blend-mode: luminosity;
    opacity: 0.07;
    z-index: -1;
}

.site-footer__top {
    position: relative;
    display: block;
    padding: 112px 0 58px;
}

.footer-widget__about {
    position: relative;
    display: block;
    /* margin-right: 70px; */
}

.footer-widget__about-text-box {
    position: relative;
    display: block;
    padding-bottom: 32px;
}

.footer-donate__btn:hover {
    background-color: #fff;
    color: var(--care-black);
}

.footer-widget__about-text {
    font-size: 30px;
    color: var(--care-white);
    line-height: 40px;
    margin: 0;
    font-family: var(--care-font-two);
}

.footer-widget__links {
    position: relative;
    display: block;
}

.footer-widget__title {
    font-size: 20px;
    color: var(--care-white);
    font-weight: normal;
    font-family: var(--care-font-regular);
    line-height: 30px;
    margin-bottom: 20px;
}

.footer-widget__links-list {
    position: relative;
    display: block;
}

.footer-widget__links-list li+li {
    margin-top: 1px;
}

.footer-widget__links-list li a {
    font-size: 15px;
    color: #a8a8a8;
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget__links-list li a:hover {
    color: var(--care-white);
}

.footer-widget__non-profit {
    position: relative;
    display: block;
}

.footer-widget__non-profit-list {
    position: relative;
    display: block;
}

.footer-widget__non-profit-list li+li {
    margin-top: 1px;
}

.footer-widget__non-profit-list li a {
    font-size: 15px;
    color: var(--care-white);
    font-weight: normal;
    font-family: var(--care-font-regular);
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.footer-widget__non-profit-list li a i {
    margin-right: 5px;
}

.footer-widget__non-profit-list li a:hover {
    color: var(--care-base);
    padding-left: 10px;
}

.footer-widget__contact {
    position: relative;
    display: block;
    width: 78%;
}

.footer-widget__contact-list {
    position: relative;
    display: block;
    /* margin-top: -8px; */
}

.footer-widget__contact-list li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(var(--care-white-rgb), 0);
    transition: all 500ms ease-in-out;
    /* padding-bottom: 11px;
    margin-top: 8px; */
}

.footer-widget__contact-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0px;
}

.footer-widget__contact-list li .icon {
    position: relative;
    display: block;
    top: 0px;
    margin-right: 10px;
}

.footer-widget__contact-list li .icon span {
    font-size: 14px;
    /* color: var(--care-primary); */
    color: var(--care-white);
}

.footer-widget__contact-list li .text {
    /* margin-left: 15px; */
}

.footer-widget__contact-list li .text a {
    font-size: 16px;
    color: var(--care-white);
    font-weight: normal;
    font-family: var(--care-font-regular);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget__contact-list li:hover {
    color: var(--care-base);
    padding-left: 10px;
}

.footer-widget__contact-list li:hover .text a,
.footer-widget__contact-list li:hover .text p,
.footer-widget__contact-list li:hover .icon span {
    color: var(--care-base);
}

.footer-widget__contact-list li .text p {
    font-size: 15px;
    color: var(--care-white);
    font-weight: normal;
    font-family: var(--care-font-regular);
    margin: 0;
    /* line-height: 30px; */
}

.site-footer__bottom {
    position: relative;
    display: block;
}

.site-footer__bottom-inner {
    position: relative;
    display: block;
    border-top: 1px solid rgba(var(--care-white-rgb), 0);
    padding: 0 0 30px;
}

.site-footer__bottom-text {
    font-size: 15px;
    color: #fff;
    font-family: var(--care-font-regular);
    font-weight: normal;
    margin: 0;
    text-align: center;
}

.site-footer__bottom-text a {
    color: #a8a8a8;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.site-footer__bottom-text a:hover {
    color: var(--care-white);
}

.site-footer__social {
    display: -webkit-box;
    /* display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; */
}

.site-footer__social a {
    position: relative;
    height: 30px;
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--care-white);
    font-size: 15px;
    background-color: #252525;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.site-footer__social a::before {
    position: absolute;
    content: '';
    background-color: var(--care-base);
    width: 100%;
    height: 0%;
    left: 50%;
    top: 50%;
    border-radius: 33px;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: -1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.site-footer__social a:hover::before {
    height: 100%;
}

.site-footer__social a+a {
    margin-left: 10px;
}


/*--------------------------------------------------------------
# Feature Two
--------------------------------------------------------------*/

.feature-two {
    position: relative;
    display: block;
    background-color: var(--care-extra-two);
}

.feature-two .row {
    --bs-gutter-x: 15px;
}

.feature-two__inner {
    position: relative;
    display: block;
    padding-top: 120px;
    padding-bottom: 90px;
}

.feature-two__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
    z-index: 2;
}

.feature-two__img {
    position: relative;
    display: block;
    border-radius: var(--care-bdr-radius);
    z-index: 1;
}

.feature-two__img:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
    border-radius: var(--care-bdr-radius);
    background-color: rgba(var(--care-extra-rgb), 0.8);
    z-index: 1;
}

.feature-two__img img {
    width: 100%;
    border-radius: var(--care-bdr-radius);
}

.feature-two__img-2:before {
    background-color: rgba(var(--care-base-rgb), 0.8);
}

.feature-two__img-3:before {
    background-color: rgba(var(--care-primary-rgb), 0.8);
}

.feature-two__content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    z-index: 3;
}

.feature-two__title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 31px;
}

.feature-two__title a {
    color: var(--care-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 85%/0px 2px no-repeat;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 85%/0px 2px no-repeat;
}

.feature-two__title a:hover {
    background-size: 100% 2px;
}

.feature-two__arrow {
    height: 60px;
    width: 60px;
    background-color: var(--care-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    color: var(--care-black);
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.feature-two__single:hover .feature-two__arrow {
    background-color: var(--care-black);
    color: var(--care-white);
}

.feature-two__bottom {
    position: relative;
    display: block;
    text-align: center;
    padding-top: 28px;
    padding-bottom: 120px;
}

.feature-two__bottom-text {
    margin: 0;
    line-height: 30px;
}

.feature-two__bottom-text a {
    position: relative;
    display: inline-block;
    background-color: var(--care-secondary);
    color: var(--care-white);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 0 40px;
    border-radius: 30px;
    margin-left: 15px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.feature-two__bottom-text a:hover {
    background-color: var(--care-base);
}


/*--------------------------------------------------------------
# About One
--------------------------------------------------------------*/

.about-one {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.about-one__left {
    position: relative;
    display: block;
    margin-left: -110px;
    margin-right: 10px;
}

.about-one__img {
    position: relative;
    display: block;
}

.about-one__img img {
    width: 100%;
}

.about-one__badge {
    position: absolute;
    top: 45px;
    left: 10px;
    height: 185px;
    width: 185px;
    background-color: #ffa415;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: sunMove 10s linear infinite;
    animation: sunMove 10s linear infinite;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.about-one__badge img {
    width: auto;
}

.about-one__right {
    position: relative;
    display: block;
    margin-left: 70px;
}

.about-one-shape {
    position: absolute;
    top: 51px;
    right: -168px;
}

.about-one-shape img {
    width: auto;
}

.about-one__right .section-title {
    margin-bottom: 37px;
}

.about-one__right .section-title__tagline::before {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.about-one__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-one__content-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
}

.about-one__content-icon span {
    position: relative;
    display: inline-block;
    font-size: 66px;
    color: var(--care-base);
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform: scale(1) rotateY(0deg);
    transform: scale(1) rotateY(0deg);
}

.about-one__content:hover .about-one__content-icon span {
    -webkit-transform: scale(0.9) rotateY(360deg);
    transform: scale(0.9) rotateY(360deg);
    color: var(--care-primary);
}

.about-one__content-text {
    color: var(--care-black);
    font-weight: 500;
    margin: 0;
}

.about-one__text {
    margin: 0;
    padding-top: 40px;
    padding-bottom: 46px;
}

.about-one__points {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.about-one__points li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-one__points li+li {
    margin-left: 119px;
}

.about-one__points li .icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 12px;
}

.about-one__points li .icon span {
    font-size: 26px;
    color: var(--care-primary);
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform: scale(1) rotateY(0deg);
    transform: scale(1) rotateY(0deg);
}

.about-one__points li:hover .icon span {
    -webkit-transform: scale(1.2) rotateY(360deg);
    transform: scale(1.2) rotateY(360deg);
    color: var(--care-base);
}

.about-one__points li .text p {
    color: var(--care-black);
    font-weight: 700;
    margin: 0;
}

.about-one__points-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-one__points-content li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-one__points-content li+li {
    margin-left: 58px;
}

.about-one__points-text {
    font-size: 16px;
    margin: 0;
}


/*--------------------------------------------------------------
# Causes Two
--------------------------------------------------------------*/

.causes-two {
    position: relative;
    display: block;
}

.causes-two:before {
    display: none;
}

.causes-two .causes-one__carousel.owl-theme .owl-nav .owl-prev {
    background: var(--care-extra-two);
}

.causes-two .causes-one__carousel.owl-theme .owl-nav .owl-next {
    background: var(--care-extra-two);
}

.causes-two .causes-one__carousel.owl-theme .owl-nav .owl-next:hover,
.causes-two .causes-one__carousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: var(--care-base);
    color: var(--care-white);
}


/*--------------------------------------------------------------
# Gallery One
--------------------------------------------------------------*/

.gallery-one {
    position: relative;
    display: block;
    z-index: 2;
}

.gallery-one__container {
    position: relative;
    display: block;
    max-width: 1660px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.gallery-one__content {
    position: relative;
    display: block;
    margin-right: -10px;
    margin-left: -10px;
    overflow: hidden;
}

.gallery-one__content li {
    position: relative;
    display: block;
    float: left;
    width: 20%;
    padding: 0 10px 0;
    overflow: hidden;
    margin-bottom: 30px;
}

.gallery-one__content li:last-child {
    margin-right: 0;
}

.gallery-one__img-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--care-bdr-radius);
}

.gallery-one__img-inner {
    position: relative;
    display: block;
}

.gallery-one__img-inner img {
    width: 100%;
    border-radius: var(--care-bdr-radius);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.gallery-one__content li:hover .gallery-one__img-inner img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.gallery-one__img-overly {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    border-radius: var(--care-bdr-radius);
}

.gallery-one__img-overly:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: var(--care-primary);
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: .90;
    border-radius: var(--care-bdr-radius);
    z-index: 1;
}

.gallery-one__content li:hover .gallery-one__img-overly:before {
    opacity: .90;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.gallery-one__icon-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    z-index: 2;
}

.gallery-one__icon-bg img {
    width: auto;
}

.gallery-one__content li:hover .gallery-one__icon-bg {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.gallery-one__img-overly a {
    font-size: 40px;
    color: var(--care-white);
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
}

.gallery-one__content li:hover .gallery-one__img-overly a {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}


/*--------------------------------------------------------------
# Testimonial Two
--------------------------------------------------------------*/

.testimonial-two {
    position: relative;
    display: block;
    background-color: var(--care-extra-two);
    padding: 120px 0 120px;
    z-index: 1;
}

.testimonial-two-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 807px;
    height: 626px;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    opacity: 0.06;
    z-index: -1;
}

.testimonial-two__left {
    position: relative;
    display: block;
    z-index: 5;
}

.testimonial-two__left .section-title__tagline:before {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.testimonial-two__right {
    position: relative;
    display: block;
}

.testimonial-two__carousel {
    position: relative;
    display: block;
}

.testimonial-two__single {
    position: relative;
    display: block;
}

.testimonial-two__content {
    position: relative;
    display: block;
    background-color: white;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    padding: 50px 50px 44px;
    border-radius: var(--care-bdr-radius);
}

.testimonial-two__content::after {
    position: absolute;
    bottom: -10px;
    left: 64px;
    right: 0;
    content: "";
    width: 0;
    border-left: 23px solid transparent;
    border-right: 23px solid transparent;
    border-top: 10px solid var(--care-white);
}

.testimonial-two__quote {
    position: relative;
    height: 67px;
    width: 67px;
    background-color: var(--care-primary);
    border-radius: 50%;
    font-size: 24px;
    color: var(--care-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 19px;
    -webkit-transition: background 500ms ease, color 500ms ease, -webkit-transform 500ms ease;
    transition: background 500ms ease, color 500ms ease, -webkit-transform 500ms ease;
    transition: background 500ms ease, color 500ms ease, transform 500ms ease;
    transition: background 500ms ease, color 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
}

.testimonial-two__single:hover .testimonial-two__quote {
    background-color: var(--care-base);
    color: #fff;
}

.testimonial-two__text {
    margin: 0;
    font-family: var(--care-font-regular);
    color: #fff;
    font-size: 16px;
    width: 90%;
}

.testimonial-two__client-info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 50px;
    margin-top: 30px;
}

.testimonial-two__client-img {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.testimonial-two__client-img img {
    width: auto;
    border-radius: 50%;
}

.testimonial-two__client-details {
    margin-left: 35px;
}

.testimonial-two__client-name {
    font-size: 18px;
    line-height: 28px;
}

.testimonial-two__client-title {
    font-size: 16px;
    color: var(--care-base);
    line-height: 22px;
    margin: 0;
}

.testimonial-two__carousel.owl-theme .owl-nav {
    position: absolute;
    bottom: 135px;
    left: -399px;
    margin: 0;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next {
    height: 50px;
    width: 50px;
    background: var(--care-white);
    border-radius: 50%;
    color: var(--care-black);
    font-size: 15px;
    margin: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-prev {
    height: 50px;
    width: 50px;
    background: var(--care-white);
    border-radius: 50%;
    color: var(--care-black);
    font-size: 15px;
    margin: 0;
    text-align: center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next {
    margin-left: 5px;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-prev {
    margin-right: 5px;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next:hover,
.testimonial-two__carousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: var(--care-base);
    color: var(--care-white);
}

.testimonial-two__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
    padding: 0 0 0;
    margin-right: 0px;
}

.testimonial-two__carousel .owl-stage-outer .owl-item {
    opacity: 0;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.testimonial-two__carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.testimonials__row {
    --bs-gutter-y: 30px;
}

.testimonials-page {
    padding-top: 120px;
    padding-bottom: 120px;
}

.testimonials__carousel .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
    margin-top: 30px;
}

@media (min-width: 768px) {
    .testimonials__carousel .owl-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.testimonials__carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background-color: var(--care-black);
    border-radius: 50%;
    opacity: 0.2;
    -webkit-transition: background 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
    transition: background 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
    transition: background 500ms ease, opacity 500ms ease, transform 500ms ease;
    transition: background 500ms ease, opacity 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.testimonials__carousel .owl-dots .owl-dot.active,
.testimonials__carousel .owl-dots .owl-dot:hover {
    background-color: var(--care-base);
    opacity: 1;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.testimonials__carousel .owl-dots .owl-dot span {
    display: none;
}

.testimonials__carousel .owl-dots .owl-dot+.owl-dot {
    margin-left: 8px;
}

.testimonials__carousel .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    display: flex;
}

@media (min-width: 768px) {
    .testimonials__carousel .owl-nav {
        display: none;
    }
}

.testimonials__carousel .owl-nav button.owl-next,
.testimonials__carousel .owl-nav button.owl-prev {
    width: 50px;
    height: 50px;
    background-color: var(--care-black);
    color: #fff;
    opacity: 0.2;
    -webkit-transition: background 500ms ease, opacity 500ms ease;
    transition: background 500ms ease, opacity 500ms ease;
    border-radius: 50%;
}

.testimonials__carousel .owl-nav button.owl-next:hover,
.testimonials__carousel .owl-nav button.owl-prev:hover {
    opacity: 1;
    background-color: var(--care-base);
    color: #fff;
}

.testimonials__carousel .owl-nav button.owl-next {
    margin-left: 15px;
}


/*--------------------------------------------------------------
# Volunteers One
--------------------------------------------------------------*/

.volunteers-one {
    position: relative;
    display: block;
    /* padding: 30px 0 90px; */
    z-index: 1;
}

.p_mb {
    margin-bottom: 5rem;
}

.volunteers-one .section-title__title {
    margin: 5rem 0;
}

.volunteers--carousel {
    padding: 5rem 0 5rem;
    background: #F1F1F1;
}

.volunteers--carousel .section-title__titles {
    font-size: 2.4rem;
    line-height: 3rem;
    padding-bottom: 2rem;
}

.volunteers-one-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 327px;
    opacity: .20;
    z-index: -1;
}

.volunteers-one__single {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.volunteers-one__img {
    position: relative;
    display: block;
  height:16vw;
    /* border-top-left-radius: 8px;
    border-top-right-radius: 8px; */
    overflow: hidden;
}

.volunteers-one__img.i-size1 {
    height: 37.2vw;
    overflow: hidden;
}

.volunteers-one__img.i-size2 {
    height: 18.1vw;
    overflow: hidden;
}

@-webkit-keyframes sunMove {
    0%,
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25%,
    75% {
        -webkit-transform: rotate(22.5deg);
        transform: rotate(22.5deg);
    }
    50% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@keyframes sunMove {
    0%,
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25%,
    75% {
        -webkit-transform: rotate(22.5deg);
        transform: rotate(22.5deg);
    }
    50% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

.volunteers-one__img:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--care-black-rgbs), 0.64);
    width: 0%;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.volunteers-one__single:hover .volunteers-one__img:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
}

.volunteers-one__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
    /* border-top-left-radius: 8px;
    border-top-right-radius: 8px; */
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .7s;
    transition-duration: .7s;
    -webkit-transition-property: all;
    transition-property: all;
}

.volunteers-one__single:hover .volunteers-one__img img {
    -webkit-transform: scale(1.1) rotate(2deg);
    transform: scale(1.1) rotate(2deg);
}

.volunteers-one__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    text-align: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    position: absolute;
    bottom: 40%;
    left: 0;
    right: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    z-index: 2;
}

.volunteers-one__single:hover .volunteers-one__social {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}

.volunteers-one__social a {
    position: relative;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--care-white);
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.volunteers-one__social p {
    position: relative;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--care-white);
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.volunteers-one__social .volunteers-one__title a {
    font-size: 14px;
    font-family: var(--care-font-regular);
}

.volunteers-one__social .volunteers-one__name a {
    color: var(--care-extra);
}

.volunteers-one__social .volunteers-one__name a:hover {
    color: var(--care-white);
}


/* .volunteers-one__social .volunteers-one__title a:hover {
    color: var(--care-base);
} */

.volunteers-one__social a::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    left: 50%;
    top: 50%;
    border-radius: 0;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
    z-index: -1;
    background-color: var(--care-extra);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.volunteers-one__social a:hover::before {
    height: 100%;
}

.volunteers-one__social a+a {
    margin-left: 10px;
}

.volunteers-one__content {
    position: relative;
    display: block;
    text-align: center;
    border: 1px solid var(--care-bdr-color);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 33px 0 30px;
    background-color: white;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.volunteers-one__single:hover .volunteers-one__content {
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.volunteers-one__name {
    font-size: 24px;
    margin: 0;
    line-height: 34px;
}

.volunteers-one__title {
    font-size: 16px;
    margin: 0;
    line-height: 26px;
}

.volunteers__carousel .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
    margin-top: 30px;
}

@media (min-width: 768px) {
    .volunteers__carousel .owl-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.volunteers__carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background-color: var(--care-black);
    border-radius: 50%;
    opacity: 0.2;
    -webkit-transition: background 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
    transition: background 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
    transition: background 500ms ease, opacity 500ms ease, transform 500ms ease;
    transition: background 500ms ease, opacity 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.volunteers__carousel .owl-dots .owl-dot.active,
.volunteers__carousel .owl-dots .owl-dot:hover {
    background-color: var(--care-base);
    opacity: 1;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.volunteers__carousel .owl-dots .owl-dot span {
    display: none;
}

.volunteers__carousel .owl-dots .owl-dot+.owl-dot {
    margin-left: 8px;
}

.volunteers__carousel .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* margin-top: 30px; */
    display: flex;
}

@media (min-width: 768px) {
    .volunteers__carousel .owl-nav {
        /* display: none; */
        /* position: absolute; */
        /* top: 45%;
        left: -2%;
        width: 104%;
        display: flex;
        justify-content: space-between; */
    }
    .volunteers__carousel .owl-nav .owl-prev {
        position: absolute;
        left: -2%;
        top: 45%;
    }
    .volunteers__carousel .owl-nav .owl-next {
        position: absolute;
        right: -2%;
        top: 45%;
    }
    .volunteers__carousel.nav_show {
        position: relative;
    }
    .volunteers__carousel.nav_show .owl-nav {
        width: 104%;
        display: flex;
        justify-content: space-between;
        position: absolute;
        bottom: 40%;
        left: -2%;
        z-index: 2;
    }
    .volunteers__carousel.new_owl .owl-nav {
        width: 100%;
        display: flex;
        justify-content: space-between;
        position: absolute;
        bottom: 55%;
        left: 0%;
        z-index: 2;
    }
}

.volunteers__carousel .owl-nav button.owl-next,
.volunteers__carousel .owl-nav button.owl-prev {
    width: 50px;
    height: 50px;
    background-color: #191919;
    box-shadow: 0 0 8px rgb(255 255 255 / 20%);
    color: #fff;
    opacity: 1;
    -webkit-transition: background 500ms ease, opacity 500ms ease;
    transition: background 500ms ease, opacity 500ms ease;
    border-radius: 50%;
}

.volunteers__carousel .owl-nav button.owl-next:hover,
.volunteers__carousel .owl-nav button.owl-prev:hover {
    opacity: 1;
    background-color: var(--care-base);
    color: #fff;
}

.volunteers__carousel .owl-nav button.owl-next {
    margin-left: 15px;
}


/*--------------------------------------------------------------
# We Change
--------------------------------------------------------------*/

.we-change {
    position: relative;
    display: block;
    padding: 0;
    z-index: 1;
    margin-top: 7%;
}

.we-change-bg-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent url('../images/about/bg.png') 0% 0% no-repeat padding-box;
    z-index: 1;
}

.we-change-bg {
    width: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    mix-blend-mode: luminosity;
    opacity: 0.7;
}

.we-change__left {
    position: relative;
    display: block;
    /* margin-left: 5%;
    margin-top: 7%; */
    z-index: 3;
}

.we-change__left.cleft {
    padding: 5rem 1.5rem 0;
}

.we-change__video-link {
    position: relative;
    display: block;
    margin-left: 13px;
    margin-top: 12px;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
	/**max-width:1920px !important;**/
}


.we-change__video-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 20px;
    color: var(--care-white);
    background-color: var(--care-primary);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.we-change__video-icon:before {
    position: absolute;
    top: -12px;
    left: -12px;
    right: -12px;
    bottom: -12px;
    content: "";
    border-radius: 50%;
    z-index: 1;
    border: 1px solid rgba(var(--care-white-rgb), 0.15);
}

.we-change__video-icon:hover {
    background-color: var(--care-base);
    color: var(--care-white);
}

.we-change__video-link .ripple,
.we-change__video-icon .ripple:before,
.we-change__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 115px;
    height: 115px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--care-primary-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--care-primary-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--care-primary-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--care-primary-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    border-radius: 50%;
}

.we-change__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.we-change__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.we-change__sub-title {
    font-size: 16px;
    font-family: var(--care-font-regular);
    color: var(--care-extra);
    margin: 0;
    padding: 0px 0 20px;
}

.we-change__sub-titles {
    font-size: 16px;
    margin: 0;
    padding: 20px 0 20px;
    color: #fff;
}

.we-change__title {
    font-size: 2.4rem;
    color: var(--care-white);
    line-height: 3rem;
}

.we-change__right {
    position: relative;
    display: block;
    /* margin-left: 50px; */
    z-index: 3;
    /* margin-top: -7%;
    margin-bottom: 10%; */
}

.pd-0 {
    padding: 0;
}

.we-change__right img {
    width: 100%;
    margin-top: -5rem;
    margin-bottom: 5rem;
}

.we-change__counter {
    position: relative;
    display: block;
}

.we-change__counter-single {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--care-white);
    border-radius: var(--care-bdr-radius);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 31px 0 36px;
}

.we-change__counter-single+.we-change__counter-single {
    /* margin-top: 10px; */
}

.we-change__counter-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.we-change__counter-icon span {
    position: relative;
    display: inline-block;
    font-size: 63px;
    color: var(--care-base);
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform: scale(1) rotateY(0deg);
    transform: scale(1) rotateY(0deg);
}

.we-change__counter-single:hover .we-change__counter-icon span {
    -webkit-transform: scale(0.9) rotateY(360deg);
    transform: scale(0.9) rotateY(360deg);
    color: var(--care-black);
}

.we-change__counter-content {
    /* margin-left: 33px; */
}

.we-change__counter-content h3 {
    font-size: 40px;
    font-family: var(--care-font-two) !important;
    line-height: 50px !important;
}

.we-change__counter-content .change_more {
    font-size: 40px;
    font-family: var(--care-font-two) !important;
    line-height: 50px !important;
    color: var(--care-black);
}

.we-change__counter-text {
    font-size: 16px;
    margin: 0;
    line-height: 22px;
    color: #0F0F0F;
}

.we-change__counter .odometer-formatting-mark {
    display: none;
}

.we-change__counter-icon-clr-extra span {
    color: var(--care-extra);
}

.we-change__counter-icon-clr-secondary span {
    color: var(--care-secondary);
}


/*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/

.brand-two {
    position: relative;
    display: block;
    background-color: var(--care-extra-two);
}

.brand-two__inner {
    position: relative;
    display: block;
    padding: 98px 0 99px;
}

.brand-two__inner:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    height: 1px;
    background-color: var(--care-bdr-color);
}

.brand-two.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.brand-two .swiper-slide img {
    -webkit-transition: 500ms;
    transition: 500ms;
    opacity: 0.3;
    max-width: 100%;
}

.brand-two .swiper-slide img:hover {
    opacity: 1;
}


/*--------------------------------------------------------------
# Brand Two
--------------------------------------------------------------*/

.blog-two {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    margin-top: 0;
}

.blog-two:before {
    height: 490px;
}


/*--------------------------------------------------------------
# Help People
--------------------------------------------------------------*/

.help-people {
    position: relative;
    display: block;
    padding: 0px 0 120px;
}

.help-people__left {
    position: relative;
    display: block;
}

.help-people__left .section-title {
    margin-bottom: 36px;
}

.help-people__left .section-title__tagline:before {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.help-people__content {
    position: relative;
    display: block;
    margin-right: -30px;
}

.help-people__text {
    margin: 0;
    line-height: 36px;
    margin-bottom: 38px;
}

.help-people__right {
    position: relative;
    display: block;
    margin-left: 30px;
}

.help-people__map-box {
    position: relative;
    display: block;
    min-height: 355px;
}

.help-people__map {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -95px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.help-people__img {
    position: absolute;
    top: 25px;
    left: 115px;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
}

.help-people__img img {
    width: auto;
    border-radius: 50%;
    border: 2px solid var(--care-white);
}

.help-people__img-2 {
    top: 85px;
    left: 308px;
}

.help-people__img-3 {
    bottom: 60px;
    left: 180px;
    top: inherit;
}

.help-people__img-4 {
    right: 30px;
    left: inherit;
    top: 6px;
}

.help-people__img-5 {
    top: inherit;
    right: 15px;
    left: inherit;
    bottom: 80px;
}

.help-people__icon-1 {
    position: absolute;
    top: -36px;
    left: 376px;
}

.help-people__icon-1 {
    -webkit-animation: sunMove 7s linear infinite;
    animation: sunMove 7s linear infinite;
}

.help-people__icon-2 {
    position: absolute;
    bottom: 106px;
    left: 33px;
    -webkit-animation: sunMove 7s linear infinite;
    animation: sunMove 7s linear infinite;
}

.help-people__icon-3 {
    position: absolute;
    bottom: 15px;
    left: 260px;
    -webkit-animation: sunMove 7s linear infinite;
    animation: sunMove 7s linear infinite;
}

.help-people__icon-4 {
    position: absolute;
    bottom: 140px;
    -webkit-animation: sunMove 7s linear infinite;
    animation: sunMove 7s linear infinite;
    right: -90px;
}


/*--------------------------------------------------------------
# Volunteers And Donating
--------------------------------------------------------------*/

.volunteers-and-donating {
    position: relative;
    display: block;
    z-index: 1;
}

.volunteers-and-donating__wrap {
    position: relative;
    display: block;
    overflow: hidden;
}

.volunteers-and-donating__left {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.volunteers-and-donating__left:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--care-base-rgb), 0.8);
    z-index: -1;
}

.volunteers-and-donating__content {
    position: relative;
    display: block;
    max-width: 455px;
    width: 100%;
    margin: 0 auto;
    padding: 91px 0 100px;
}

.volunteers-and-donating__title {
    font-size: 50px;
    line-height: 60px;
}

.volunteers-and-donating__title a {
    color: var(--care-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.volunteers-and-donating__title a:hover {
    color: var(--care-black);
}

.volunteers-and-donating__text {
    color: var(--care-white);
    margin: 0;
    padding-top: 18px;
    padding-bottom: 29px;
}

.volunteers-and-donating__btn:hover {
    color: var(--care-base);
}

.volunteers-and-donating__btn::before {
    background-color: var(--care-white);
}

.volunteers-and-donating__right {
    position: relative;
    display: block;
    float: right;
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.volunteers-and-donating__right:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--care-primary-rgb), 0.8);
    z-index: -1;
}

.volunteers-and-donating__right .volunteers-and-donating__btn {
    background-color: var(--care-base);
}

.volunteers-and-donating__right .volunteers-and-donating__btn::before {
    background-color: var(--care-white);
}


/*--------------------------------------------------------------
# Help Them
--------------------------------------------------------------*/

.help-them {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

.help-them__single {
    position: relative;
    display: block;
    border: 1px solid var(--care-bdr-color);
    border-radius: var(--care-bdr-radius);
    background-color: white;
    padding: 49px 49px 0;
    margin-bottom: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.help-them__single:hover {
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

.help-them__icon {
    position: relative;
    display: inline-block;
}

.help-them__icon:before {
    position: absolute;
    top: 0;
    right: -13px;
    height: 38px;
    width: 38px;
    background-color: #ffded5;
    content: "";
    border-radius: 50%;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.help-them__single:hover .help-them__icon:before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.help-them__icon span {
    position: relative;
    display: inline-block;
    font-size: 65px;
    color: var(--care-base);
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.help-them__single:hover .help-them__icon span {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.help-them__title {
    font-size: 20px;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 21px;
}

.help-them__title a {
    color: var(--care-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.help-them__single:hover .help-them__title a {
    color: var(--care-base);
}

[class*=col-]:nth-child(2) .help-them__single:hover .help-them__title a {
    color: var(--care-primary);
}

[class*=col-]:nth-child(3) .help-them__single:hover .help-them__title a {
    color: var(--care-extra);
}

[class*=col-]:nth-child(4) .help-them__single:hover .help-them__title a {
    color: var(--care-secondary);
}

.help-them__text {
    font-size: 16px;
    margin: 0;
}

.help-them__bottom {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid var(--care-bdr-color);
    padding-top: 17px;
    padding-bottom: 16px;
    margin-top: 21px;
}

.help-them__read-more {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    color: var(--care-black);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.help-them__single:hover .help-them__read-more {
    color: var(--care-base);
}

.help-them__arrow {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--care-black);
    font-size: 16px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.help-them__single:hover .help-them__arrow {
    color: var(--care-base);
}

.help-them__icon-clr-primary:before {
    background-color: #ffe9c7;
}

.help-them__icon-clr-primary span {
    color: var(--care-primary);
}

.help-them__icon-clr-extra:before {
    background-color: #d6f1f7;
}

.help-them__icon-clr-extra span {
    color: var(--care-extra);
}

.help-them__icon-clr-secondary:before {
    background-color: #cef9e8;
}

.help-them__icon-clr-secondary span {
    color: var(--care-secondary);
}


/*--------------------------------------------------------------
# Featured Campaigns
--------------------------------------------------------------*/

.featured-campaigns {
    position: relative;
    display: block;
    padding: 0 0 120px;
}

.featured-campaigns .section-title__tagline::before {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.featured-campaigns__carousel {
    position: relative;
    display: block;
}

.featured-campaigns__single {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.featured-campaigns__content {
    position: relative;
    display: block;
    background-color: var(--care-extra-two);
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 80px 80px 70px;
}

.featured-campaigns__category {
    position: relative;
    display: inline-block;
    background-color: var(--care-secondary);
    padding: 7px 20px;
    border-radius: 17px;
}

.featured-campaigns__category p {
    font-size: 10px;
    color: var(--care-white);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin: 0;
    line-height: 20px;
}

.featured-campaigns__title {
    font-size: 30px;
    line-height: 35px;
    margin-top: 25px;
    margin-bottom: 24px;
}

.featured-campaigns__text {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}

.featured-campaigns__progress {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 59px;
}

.featured-campaigns__progress .bar {
    position: relative;
    width: 100%;
    height: 6px;
    background: var(--care-white);
    border-radius: 5px;
    margin-bottom: 12px;
}

.featured-campaigns__progress .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 6px;
    border-radius: 5px;
    background: var(--care-secondary);
    -webkit-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.featured-campaigns__progress .count-text {
    position: absolute;
    right: -40px;
    bottom: 16px;
    color: var(--care-white);
    line-height: 20px;
    font-size: 10px;
    text-align: center;
    font-weight: 400;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    height: 20px;
    width: 40px;
    background: var(--care-secondary);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.featured-campaigns__progress .bar-inner.counted .count-text {
    opacity: 1;
}

.featured-campaigns__progress .count-text:after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    border-right: 6px solid transparent;
    border-top: 4px solid var(--care-secondary);
}

.featured-campaigns__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;
}

.featured-campaigns__goals>p {
    font-size: 14px;
    margin: 0;
}

.featured-campaigns__goals>p>span {
    font-size: 18px;
    color: var(--care-black);
    font-weight: 500;
    line-height: 28px;
}

.featured-campaigns__img {
    position: relative;
    display: block;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.featured-campaigns__img img {
    width: auto !important;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.featured-campaigns__img-content {
    position: absolute;
    top: 247px;
    left: -164px;
    background-color: var(--care-base);
    padding: 11.5px 68px;
    padding-right: 60px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.featured-campaigns__img-content p {
    font-size: 12px;
    color: var(--care-white);
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.6em;
    margin: 0;
    line-height: 22px;
}

.featured-campaigns__carousel.owl-theme .owl-nav {
    position: absolute;
    top: -125px;
    right: 0px;
    margin: 0;
}

.featured-campaigns__carousel.owl-theme .owl-nav .owl-next {
    height: 50px;
    width: 50px;
    background: var(--care-extra-two);
    border-radius: 50%;
    color: var(--care-black);
    font-size: 15px;
    margin: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.featured-campaigns__carousel.owl-theme .owl-nav .owl-prev {
    height: 50px;
    width: 50px;
    background: var(--care-extra-two);
    border-radius: 50%;
    color: var(--care-black);
    font-size: 15px;
    margin: 0;
    text-align: center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.featured-campaigns__carousel.owl-theme .owl-nav .owl-next {
    margin-left: 5px;
}

.featured-campaigns__carousel.owl-theme .owl-nav .owl-prev {
    margin-right: 5px;
}

.featured-campaigns__carousel.owl-theme .owl-nav .owl-next:hover,
.featured-campaigns__carousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: var(--care-base);
    color: var(--care-white);
}


/*--------------------------------------------------------------
# We Use
--------------------------------------------------------------*/

.we-use {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.we-use-bg-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    z-index: 1;
}

.we-use-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    mix-blend-mode: luminosity;
    opacity: 0.4;
}

.we-use__inner {
    position: relative;
    display: block;
    text-align: center;
    z-index: 3;
}

.we-use__icon {
    position: relative;
    display: block;
}

.we-use__icon img {
    width: auto;
}

.we-use__title-box {
    position: relative;
    display: block;
    margin-top: 29px;
    margin-bottom: 53px;
}

.we-use__title {
    font-size: 60px;
    color: var(--care-white);
    line-height: 57px;
}

.we-use__title span {
    font-family: var(--care-font-two) !important;
    color: var(--care-primary);
}


/*--------------------------------------------------------------
# Gallery Two
--------------------------------------------------------------*/

.gallery-two {
    position: relative;
    display: block;
    padding: 6px 0 120px;
}

.gallery-two__container {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
}

.gallery-two__container .row {
    --bs-gutter-x: 6px;
    --bs-gutter-y: 6px;
}

.gallery-two__single {
    position: relative;
    display: block;
}

.gallery-two__img-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.gallery-two__img-box img {
    width: 100%;
}

.gallery-two__img-overly {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

.gallery-two__img-overly:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: var(--care-primary);
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transform: translateY(-102%);
    transform: translateY(-102%);
    opacity: .90;
    z-index: 1;
}

.gallery-two__single:hover .gallery-two__img-overly:before {
    opacity: .90;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.gallery-two__icon-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    z-index: 2;
}

.gallery-two__single:hover .gallery-two__icon-bg {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.gallery-two__icon-bg img {
    width: auto;
}

.gallery-two__img-overly a {
    font-size: 36px;
    color: var(--care-white);
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
}

.gallery-two__single:hover .gallery-two__img-overly a {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}


/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/

.events {
    position: relative;
    display: block;
    padding: 0 0 90px;
}

.events__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.events__img {
    position: relative;
    display: block;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
}

.events__img:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--care-black-rgb), 0.3);
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    z-index: 1;
}

.events__single:hover .events__img:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
}

.events__img img {
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.events__single:hover .events__img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.events__date {
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--care-base);
    padding: 17px 17px;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    z-index: 2;
}

.events__date p {
    font-size: 12px;
    color: var(--care-white);
    margin: 0;
    line-height: 14px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.events__content {
    position: relative;
    display: block;
    background-color: var(--care-extra-two);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 33px 50px 40px;
}

.events__title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 5px;
}

.events__title a {
    color: var(--care-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.events__single:hover .events__title a {
    color: var(--care-base);
}

.events__meta {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.events__meta li {
    font-size: 15px;
    color: var(--care-gray);
}

.events__meta li+li {
    margin-left: 12px;
}

.events__meta li i {
    color: var(--care-primary);
    padding-right: 8px;
}

.events__carousel .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
    margin-top: 30px;
}

@media (min-width: 768px) {
    .events__carousel .owl-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.events__carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background-color: var(--care-black);
    border-radius: 50%;
    opacity: 0.2;
    -webkit-transition: background 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
    transition: background 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
    transition: background 500ms ease, opacity 500ms ease, transform 500ms ease;
    transition: background 500ms ease, opacity 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.events__carousel .owl-dots .owl-dot.active,
.events__carousel .owl-dots .owl-dot:hover {
    background-color: var(--care-base);
    opacity: 1;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.events__carousel .owl-dots .owl-dot span {
    display: none;
}

.events__carousel .owl-dots .owl-dot+.owl-dot {
    margin-left: 8px;
}

.events__carousel .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    display: flex;
}

@media (min-width: 768px) {
    .events__carousel .owl-nav {
        display: none;
    }
}

.events__carousel .owl-nav button.owl-next,
.events__carousel .owl-nav button.owl-prev {
    width: 50px;
    height: 50px;
    background-color: var(--care-black);
    color: #fff;
    opacity: 0.2;
    -webkit-transition: background 500ms ease, opacity 500ms ease;
    transition: background 500ms ease, opacity 500ms ease;
    border-radius: 50%;
}

.events__carousel .owl-nav button.owl-next:hover,
.events__carousel .owl-nav button.owl-prev:hover {
    opacity: 1;
    background-color: var(--care-base);
    color: #fff;
}

.events__carousel .owl-nav button.owl-next {
    margin-left: 15px;
}


/*--------------------------------------------------------------
# Testimonial Three
--------------------------------------------------------------*/

.testimonial-three {
    padding-top: 120px;
    margin-top: 0;
}


/*--------------------------------------------------------------
# Brand Three
--------------------------------------------------------------*/

.brand-three {
    border-top: 0;
}


/*--------------------------------------------------------------
# Helping Hands
--------------------------------------------------------------*/

.helping-hands {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}

.helping-hands:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 540px;
    content: "";
    background-color: var(--care-black);
    z-index: -1;
}

.helping-hands-shape {
    position: absolute;
    bottom: 326px;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 265px;
    opacity: 0.03;
    z-index: -1;
}

.helping-hands__left {
    position: relative;
    display: block;
}

.helping-hands-shape-2 {
    position: absolute;
    bottom: 255px;
    right: 0;
}

.helping-hands__left .section-title {
    margin-bottom: 38px;
}

.helping-hands__left .section-title__tagline {
    color: #a8a8a8;
}

.helping-hands__left .section-title__tagline:before {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.helping-hands__left .section-title__title {
    color: var(--care-white);
}

.helping-hands__text {
    color: #a8a8a8;
    margin: 0;
}

.helping-hands__progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 0;
}

.helping-hands__progress-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    margin-top: 184px;
}

@media (min-width: 768px) {
    .helping-hands__progress-wrap {
        -ms-grid-columns: (260px)[2];
        grid-template-columns: repeat(2, 260px);
    }
}

.helping-hands__progress-box {
    position: relative;
    display: inline-block;
}

.helping-hands__progress-box canvas {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.helping-hands__progress-box span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    font-size: 24px;
    line-height: 1;
    color: var(--care-black);
}

.helping-hands__progress h3 {
    margin: 0;
    font-size: 24px;
    line-height: 30px;
    color: var(--care-black);
    width: 120px;
    margin-left: 20px;
}

.helping-hands__right {
    position: relative;
    display: block;
    margin-left: 38px;
    margin-right: -375px;
}

.helping-hands__img {
    position: relative;
    display: block;
    border-radius: 8px;
}

@media (min-width: 1200px) {
    .helping-hands__img {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }
}

.helping-hands__img img {
    width: 100%;
    border-radius: 8px;
}

@media (min-width: 1200px) {
    .helping-hands__img img {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }
}

.helping-hands__donation {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--care-primary);
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 53px 45px 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 335px;
    width: 100%;
}

.helping-hands__donation-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.helping-hands__donation-icon span {
    font-size: 67px;
    color: var(--care-white);
    position: relative;
    display: inline-block;
}

.helping-hands__donation-content {
    font-size: 24px;
    color: var(--care-white);
    line-height: 34px;
    margin-left: 23px;
}


/*--------------------------------------------------------------
# Blog Three
--------------------------------------------------------------*/

.blog-three {
    position: relative;
    display: block;
    padding: 0 0 90px;
}

.blog-three__single {
    position: relative;
    display: block;
    background-color: var(--care-extra-two);
    border-radius: var(--care-bdr-radius);
    padding: 50px 50px 42px;
}

.blog-three__single+.blog-three__single {
    margin-top: 26px;
}

.blog-three__date {
    position: relative;
    display: inline-block;
    background-color: var(--care-base);
    padding: 7px 20px 6px;
    border-radius: 20px;
    z-index: 3;
}

.blog-three__date p {
    font-size: 10px;
    color: var(--care-white);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
}

.blog-three__title {
    font-size: 24px;
    line-height: 34px;
    margin-top: 23px;
    margin-bottom: 12px;
}

.blog-three__title a {
    color: var(--care-black);
}

.blog-three__title a:hover {
    color: var(--care-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-three__text {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}


/*--------------------------------------------------------------
# CTA One
--------------------------------------------------------------*/

.cta-one {
    position: relative;
    display: block;
    background-color: var(--care-base);
    padding: 101px 0;
    z-index: 1;
}

.cta-one-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    mix-blend-mode: luminosity;
    opacity: .10;
    z-index: -1;
}

.cta-one__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cta-one__left {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cta-one__icon {
    position: relative;
    height: 125px;
    width: 125px;
    background-color: var(--care-white);
    border-radius: 50%;
    font-size: 65px;
    color: var(--care-base);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cta-one__icon span {
    display: block;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.cta-one__icon:hover span {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.cta-one__title {
    font-size: 40px;
    color: var(--care-white);
    line-height: 50px;
    margin-left: 40px;
}

.cta-one__right {
    position: relative;
    display: block;
}

.cta-one__btn:hover {
    color: var(--care-black);
}

.cta-one__btn:before {
    background-color: var(--care-white);
}


/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/

.page-header {
    position: relative;
    display: block;
    padding: 10rem 0;
    background-color: var(--care-black);
    opacity: 0.94;
    z-index: 1;
}

.page-header-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: luminosity;
    /* opacity: 0.7; */
    z-index: -1;
}

.page-header__inner {
    position: relative;
    display: block;
    text-align: center;
    z-index: 15;
}

.page-header__inner h2 {
    font-size: 46px;
    color: var(--care-white);
    line-height: 56px;
    margin-bottom: 6px;
}

.thm-breadcrumb {
    position: relative;
    display: block;
}

.thm-breadcrumb li {
    position: relative;
    display: inline-block;
    color: var(--care-white);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm-breadcrumb li+li {
    margin-left: 10px;
}

.thm-breadcrumb li a {
    position: relative;
    display: inline-block;
    color: var(--care-white);
    font-size: 14px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm-breadcrumb li:hover a {
    color: var(--care-base);
}


/*--------------------------------------------------------------
# Blog Page
--------------------------------------------------------------*/

.blog-page {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

.blog--carousel {
    padding-bottom: 120px;
}


/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/

.blog-sidebar {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.blog-sideabr__left {
    position: relative;
    display: block;
}

.blog-sidebar__content {
    position: relative;
    display: block;
}

.blog-sidebar__single {
    position: relative;
    display: block;
}

.blog-sidebar__single+.blog-sidebar__single {
    margin-top: 17px;
}

.blog-sidebar__img {
    position: relative;
    display: block;
    border-radius: var(--care-bdr-radius);
}

.blog-sidebar__img img {
    width: 100%;
    border-radius: var(--care-bdr-radius);
}

.blog-sidebar__date {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: var(--care-base);
    padding: 7px 20px 6px;
    border-radius: 16.5px;
    z-index: 3;
}

.blog-sidebar__date p {
    font-size: 10px;
    color: var(--care-white);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
}

.blog-sidebar__content-box {
    position: relative;
    display: block;
    margin-top: 19px;
}

.blog-sidebar__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-sidebar__meta li+li {
    margin-left: 10px;
}

.blog-sidebar__meta li a {
    font-size: 14px;
    color: var(--care-gray);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-sidebar__meta li a:hover {
    color: var(--care-base);
}

.blog-sidebar__meta li a i {
    color: var(--care-primary);
}

.blog-sidebar__title {
    font-size: 30px;
    line-height: 40px;
}

.blog-sidebar__title a {
    color: var(--care-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-sidebar__title a:hover {
    color: var(--care-base);
}

.blog-sidebar__text {
    margin: 0;
    padding-top: 12px;
    padding-bottom: 6px;
}

.blog-sidebar__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-sidebar__read-more {
    font-size: 12px;
    color: var(--care-black);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-sidebar__read-more:hover {
    color: var(--care-base);
}

.blog-sidebar__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    color: var(--care-black);
    margin-left: 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-sidebar__arrow:hover {
    color: var(--care-base);
}

.blog-sidebar__video-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.blog-sidebar__video-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 97px;
    height: 97px;
    line-height: 97px;
    text-align: center;
    font-size: 20px;
    color: var(--care-primary);
    background-color: var(--care-white);
    border-radius: 50%;
    margin: 0 auto;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.blog-sidebar__video-icon:before {
    position: absolute;
    top: -14px;
    left: -14px;
    right: -14px;
    bottom: -14px;
    content: "";
    border-radius: 50%;
    z-index: 1;
    border: 1px solid rgba(var(--care-white-rgb), 0.1);
}

.blog-sidebar__video-icon:hover {
    background-color: var(--care-base);
    color: var(--care-white);
}

.blog-sidebar__video-link .ripple,
.blog-sidebar__video-icon .ripple:before,
.blog-sidebar__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 122px;
    height: 122px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--care-primary-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--care-primary-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--care-primary-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--care-primary-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    border-radius: 50%;
}

.blog-sidebar__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.blog-sidebar__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.blog-sidebar__bottom-box {
    position: relative;
    display: block;
    background-color: var(--care-extra-two);
    padding: 57px 60px 53px;
    margin-top: 15px;
    border-radius: var(--care-bdr-radius);
}

.blog-sidebar__bottom-box-icon {
    margin-bottom: 20px;
}

.blog-sidebar__bottom-box-text {
    margin: 0;
}

.blog-sidebar__delivering-services {
    position: relative;
    display: block;
    background-color: var(--care-extra-two);
    padding: 60px 60px 56px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: var(--care-bdr-radius);
}

.blog-sidebar__delivering-services-icon {
    margin-bottom: 23px;
}

.blog-sidebar__delivering-services-title {
    font-size: 24px;
    line-height: 34px;
}

.blog-sidebar__delivering-services-title a {
    color: var(--care-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-sidebar__delivering-services-title a:hover {
    color: var(--care-base);
}


/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

@media (max-width: 991px) {
    .sidebar {
        margin-top: 50px;
    }
}

.sidebar__single+.sidebar__single {
    margin-top: 30px;
}

.sidebar__title {
    margin: 0;
    font-size: 20px;
    margin-bottom: 4px;
}

.sidebar__search {
    position: relative;
    display: block;
}

.sidebar__search-form {
    position: relative;
}

.sidebar__search-form input[type="search"] {
    display: block;
    border: none;
    outline: none;
    background-color: var(--care-base);
    color: var(--care-white);
    font-size: 18px;
    font-weight: 400;
    padding-left: 50px;
    height: 78px;
    width: 100%;
    padding-right: 80px;
    border-radius: var(--care-bdr-radius);
}

.sidebar__search-form ::-webkit-input-placeholder {
    color: var(--care-white);
    opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
    color: var(--care-white);
    opacity: 1;
}

.sidebar__search-form ::-ms-input-placeholder {
    color: var(--care-white);
    opacity: 1;
}

.sidebar__search-form ::placeholder {
    color: var(--care-white);
    opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
    color: var(--care-white);
}

.sidebar__search-form ::-ms-input-placeholder {
    color: var(--care-white);
}

.sidebar__search-form button[type="submit"] {
    background-color: transparent;
    color: var(--care-white);
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 72px;
    outline: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

.sidebar__post {
    position: relative;
    display: block;
    padding: 45px 30px 30px;
    background-color: var(--care-extra-two);
    border-radius: var(--care-bdr-radius);
}

.sidebar__post .sidebar__title {
    margin-left: 20px;
}

.sidebar__post-list {
    margin: 0;
}

.sidebar__post-list li {
    width: 50%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: var(--care-bdr-radius);
}

.sidebar__post-list li:hover {
    background-color: white;
}


/* .sidebar__post-list li+li {
    margin-top: 10px;
} */

.sidebar__post-image {
    margin-right: 20px;
    border-radius: var(--care-bdr-radius);
}

.sidebar__post-image>img {
    width: 70px;
    border-radius: var(--care-bdr-radius);
}

.sidebar__post-content {
    position: relative;
    top: 0;
}

.sidebar__post-content h3 {
    font-size: 16px;
    margin: 0;
    line-height: 27px;
    padding-left: 35px;
}

.sidebar__post-content h3.location::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0px;
    width: 15px;
    height: 22px;
    background-image: url(../icon/2/1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 1;
}

.sidebar__post-content h3.p_year::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0px;
    width: 19px;
    height: 21px;
    background-image: url(../icon/2/2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 1;
}

.sidebar__post-content h3.p_area::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0px;
    width: 19px;
    height: 18px;
    background-image: url(../icon/2/3.png);
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 1;
}

.sidebar__post-content h3.p_head::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0px;
    width: 19px;
    height: 19px;
    background-image: url(../icon/2/4.png);
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 1;
}

.sidebar__post-content-meta {
    font-size: 20px;
    font-weight: 400;
    color: #0F0F0F !important;
    font-family: var(--care-font-regular);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar__post-content-meta i {
    color: var(--care-primary);
    font-size: 12px;
    padding-right: 3px;
}

.sidebar__post-content h3 a {
    color: #6A6E71;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-top: 1px;
    display: block;
    font-size: 16px;
    font-weight: normal;
    font-family: var(--care-font-regular);
}

.sidebar__category {
    position: relative;
    display: block;
    background-color: var(--care-extra-two);
    padding: 45px 30px 35px;
    border-radius: var(--care-bdr-radius);
}

.sidebar__category .sidebar__title {
    padding-left: 20px;
    margin-bottom: 10px;
}

.sidebar__category-list {
    margin: 0;
}

.sidebar__category-list li+li {
    margin-top: 5px;
}

.sidebar__category-list li a {
    color: var(--care-gray);
    font-size: 18px;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    background: none;
    padding: 4px 20px;
    border-radius: var(--care-bdr-radius);
}

.sidebar__category-list li a:hover {
    background-color: white;
    color: var(--care-black);
}

.sidebar__category-list li.active a {
    background-color: white;
    color: var(--care-black);
}

.sidebar__category-list li a span {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: var(--care-base);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
}

.sidebar__category-list li a:hover span {
    color: var(--care-base);
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}

.sidebar__category-list li.active a span {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    color: var(--care-base);
}

.sidebar__tags {
    position: relative;
    display: block;
    background: var(--care-extra-two);
    padding: 45px 45px 50px;
    border-radius: var(--care-bdr-radius);
}

.sidebar__tags .sidebar__title {
    margin-left: 5px;
    margin-bottom: 24px;
}

.sidebar__tags-list {
    margin-top: -10px;
}

.sidebar__tags-list a {
    font-size: 10px;
    color: var(--care-black);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: var(--care-white);
    display: inline-block;
    padding: 0px 20px;
    margin-left: 5px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1em;
    border-radius: 17px;
}

.sidebar__tags-list a+a {
    margin-left: 5px;
    margin-top: 10px;
}

.sidebar__tags-list a:hover {
    color: var(--care-white);
    background: var(--care-base);
}

.sidebar__comments {
    position: relative;
    display: block;
    background: var(--care-extra-two);
    border-radius: var(--care-bdr-radius);
    padding: 45px 50px 43px;
}

.sidebar__comments .sidebar__title {
    margin-bottom: 24px;
}

.sidebar__comments-list {
    position: relative;
    display: block;
}

.sidebar__comments-list li {
    position: relative;
    display: block;
    padding-left: 65px;
}

.sidebar__comments-list li+li {
    margin-top: 23px;
}

.sidebar__comments-icon {
    height: 45px;
    width: 45px;
    background-color: var(--care-white);
    border-radius: 5%;
    font-size: 15px;
    color: var(--care-black);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sidebar__comments-list li:hover .sidebar__comments-icon {
    background-color: var(--care-base);
    color: var(--care-white);
}

.sidebar__comments-text-box p {
    font-size: 15px;
    margin: 0;
    line-height: 26px;
}

.sidebar__comments-text-box h5 {
    font-size: 16px;
    color: var(--care-black);
    line-height: 26px;
    font-family: var(--care-font);
    font-weight: 400;
}


/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/

.blog-details {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.blog-details__left {
    position: relative;
    display: block;
}

.blog-details__img {
    position: relative;
    display: block;
}

.blog-details__img img {
    width: 100%;
    border-radius: var(--care-bdr-radius);
}

.blog-details__date {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: var(--care-base);
    padding: 7px 20px 6px;
    border-radius: 16.5px;
    z-index: 3;
}

.blog-details__date p {
    font-size: 10px;
    color: var(--care-white);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
}

.blog-details__content {
    position: relative;
    display: block;
    margin-top: 19px;
}

.blog-details__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-details__meta li+li {
    margin-left: 10px;
}

.blog-details__meta li a {
    font-size: 14px;
    color: var(--care-gray);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-details__meta li a:hover {
    color: var(--care-primary);
}

.blog-details__meta li a i {
    color: var(--care-primary);
}

.blog-details__title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 12px;
}

.blog-details__text-1 {
    margin: 0;
}

.blog-details__text-2 {
    margin: 0;
    padding-top: 33px;
}

.blog-details__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0 34px;
    margin-top: 49px;
    border-top: 1px solid var(--care-bdr-color);
}

.blog-details__bottom p {
    margin: 0;
}

.blog-details__tags span {
    color: var(--care-black);
    font-size: 18px;
    margin-right: 5px;
    font-family: var(--care-font-two);
}

.blog-details__tags a {
    position: relative;
    color: var(--care-black);
    font-size: 10px;
    background-color: var(--care-extra-two);
    display: inline-block;
    padding: 0px 20px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    border-radius: 17px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-details__tags a:hover {
    background-color: var(--care-base);
    color: var(--care-white);
}

.blog-details__tags a+a {
    margin-left: 6px;
}

.blog-details__social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-details__social-list a {
    position: relative;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--care-black);
    font-size: 15px;
    background-color: var(--care-extra-two);
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.blog-details__social-list a:hover {
    color: var(--care-white);
}

.blog-details__social-list a::before {
    position: absolute;
    content: '';
    background-color: var(--care-base);
    width: 100%;
    height: 0%;
    left: 50%;
    top: 50%;
    border-radius: 33px;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: -1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-details__social-list a:hover::before {
    height: 100%;
}

.blog-details__social-list a+a {
    margin-left: 10px;
}

.blgo-details__pagenation-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 52px;
}

.blog-details__pagenation {
    position: relative;
    display: block;
}

.blog-details__pagenation li {
    position: relative;
    float: left;
    font-size: 24px;
    color: var(--care-black);
    background-color: var(--care-extra-two);
    line-height: 36px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    max-width: 370px;
    width: 100%;
    padding-left: 60px;
    padding-top: 53px;
    padding-bottom: 55px;
    font-family: var(--care-font-two);
    border-radius: var(--care-bdr-radius);
}

.blog-details__pagenation li+li {
    margin-left: 30px;
}

.blog-details__pagenation li:hover {
    background-color: var(--care-primary);
    color: var(--care-white);
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-one__title,
.comment-form__title {
    margin: 0;
    color: var(--care-black);
    font-size: 30px;
    margin-bottom: 54px;
}

.comment-one__single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid var(--care-bdr-color);
    padding-bottom: 60px;
    margin-bottom: 60px;
}

.comment-one__content {
    position: relative;
    margin-left: 45px;
}

.comment-one__content h3 {
    margin: 0;
    font-size: 22px;
    color: var(--care-black);
    margin-bottom: 25px;
}

.comment-one__content p {
    font-size: 16px;
    line-height: 32px;
    margin: 0;
}

.comment-one__btn {
    font-size: 10px;
    padding: 0px 20px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 17px;
    background-color: var(--care-base);
}

.comment-one__btn::before {
    background-color: var(--care-primary);
}

.comment-one__image {
    position: relative;
    display: block;
    border-radius: 50%;
}

.comment-one__image img {
    border-radius: 5%;
}

.comment-form .comment-form__title {
    margin-top: -7px;
}

.comment-form__input-box {
    position: relative;
    display: block;
    margin-bottom: 0px;
}

.comment-form__input-box input[type="text"],
.comment-form__input-box input[type="password"],
.comment-form__input-box select,
.comment-form__input-box input[type="search"],
.comment-form__input-box input[type="email"] {
    height: 35px;
    width: 100%;
    border: none;
    background-color: var(--care-contact);
    font-family: var(--care-font-regular);
    padding: 25px 30px;
    border-radius: 0;
    outline: none;
    font-size: 16px;
    color: #6A6E71;
    display: block;
    border-bottom: 1px solid #565656;
}

.comment-form__input-box select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024"><path fill="rgb(34, 36, 41)" d="M540.1 776.847l472.32-473.63c15.466-15.518 15.44-40.642-0.080-56.134-15.518-15.48-40.656-15.44-56.134 0.080l-444.208 445.438-444.206-445.454c-15.48-15.518-40.602-15.558-56.122-0.080-7.78 7.766-11.67 17.94-11.67 28.114 0 10.148 3.864 20.282 11.59 28.034l472.308 473.632c7.436 7.474 17.556 11.668 28.1 11.668s20.652-4.206 28.102-11.668z"></path></svg>');
    background-repeat: no-repeat;
    background-position: right 30px top 50%;
    background-size: .65em auto;
}

.comment-form__input-box textarea {
    font-size: 16px;
    color: #6A6E71;
    height: 55px;
    width: 100%;
    background-color: var(--care-contact);
    font-family: var(--care-font-regular);
    padding: 10px 30px 0;
    border: none;
    border-radius: 0px;
    outline: none;
    margin-bottom: 0px;
    border-bottom: 1px solid #565656;
    /* border-radius: var(--care-bdr-radius); */
}

.comment-form__btn {
    border: none;
}

.comment-form__input-box.text-message-box {
    height: 65px;
}

.comment-one__login-form {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
}


/*--------------------------------------------------------------
## Events Page
--------------------------------------------------------------*/

.events-page {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

.events--carousel {
    padding-bottom: 120px;
}


/*--------------------------------------------------------------
## Event Details
--------------------------------------------------------------*/

.event-details {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.event-details__img {
    position: relative;
    display: block;
}

.event-details__img img {
    width: 100%;
    border-radius: var(--care-bdr-radius);
}

.event-details__bottom {
    position: relative;
    display: block;
    margin-top: 6rem;
}

.pro-tags {
    color: #F5740E;
    font-family: var(--care-font-regular);
    font-size: 14px;
}

.event-details__bottom-left {
    padding: 0 10% 0 0;
    position: relative;
    display: block;
    margin-top: -8px;
        margin-bottom: 2rem;
}

.event-details__bottom-content {
    position: relative;
    display: block;
}

.event-details__title {
    font-size: 30px;
    line-height: 37px;
    color: #F5740E;
    margin-bottom: 18px;
}

.event-details__text-1 {
    margin: 0;
    font-family: var(--care-font-regular);
    color: #0F0F0F;
    width: 80%;
}

.event-details__text-2 {
    margin: 0;
    padding-top: 33px;
    padding-bottom: 51px;
}

.event-details__title-two {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 30px;
}

.event-details__text-3 {
    margin: 0;
}

.event-details__btn {
    margin-top: 49px;
}

.event-details__sidebar {
    position: relative;
    display: block;
}

.event-details__sidebar-details {
    position: relative;
    display: block;
    background-color: var(--care-extra-two);
    border-radius: var(--care-bdr-radius);
    padding: 56px 60px 49px;
}

.event-details__sidebar-details li {
    position: relative;
    display: block;
}

.event-details__sidebar-details li+li {
    margin-top: 25px;
}

.event-details__sidebar-details li p {
    font-size: 16px;
    color: var(--care-black);
    font-weight: 500;
    line-height: 19px;
    margin: 0;
}

.event-details__sidebar-details li span {
    font-size: 16px;
    color: var(--care-base);
    line-height: 26px;
}

.event-details__sidebar-details li a {
    color: var(--care-base);
}

.event-details__map-box {
    position: relative;
    display: block;
    margin-top: 30px;
}

.event-details__map {
    position: relative;
    display: block;
    border: none;
    height: 390px;
    width: 100%;
    border-radius: var(--care-bdr-radius);
}


/*--------------------------------------------------------------
## Donations Page
--------------------------------------------------------------*/

.donations-page {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

.donations--carousel {
    padding-bottom: 120px;
}


/*--------------------------------------------------------------
## Donations List
--------------------------------------------------------------*/

.donations-list {
    position: relative;
    display: block;
    padding: 0;
}

.donations-list .container-fluid {
    padding: 0;
}

.donations-list .cl1 {
    background: #F1F1F1;
}

.donations-list .cl2 {
    background: #1b1b1b;
}

.donations-list__inner {
    position: relative;
    display: block;
}

.donations-list__single {
    position: relative;
    display: block;
}


/* .donations-list__single+.donations-list__single {
    margin-top: 30px;
} */

.donations-list__single .row {
    --bs-gutter-x: 0px;
}

.donations-list__img {
    position: relative;
    display: block;
}

.donations-list__img img {
    width: 100%;
    /* border-top-left-radius: 8px;
    border-bottom-left-radius: 8px; */
}

.donations-list__right {
    position: relative;
    display: block;
}

.donations-list__content {
    position: relative;
    display: block;
    /* background-color: var(--care-extra-two);
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px; */
    padding-top: 9%;
    padding-left: 7%;
    width: 78%;
}

.donations-list__single-3.cl2 .donations-list__content {
    margin-left: 15%;
    padding-top: 9%;
    width: 78%;
}

.donations-list__category {
    position: relative;
    display: inline-block;
    /* background-color: var(--care-extra); */
}

.donations-list__category p {
    font-size: 10px;
    color: var(--care-white);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin: 0;
    line-height: 20px;
}

.donations-list__title {
    font-size: 30px;
    line-height: 40px;
    margin-top: 22px;
    margin-bottom: 12px;
}

.donations-list__title a {
    color: var(--care-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.donations-list__title a:hover {
    color: var(--care-base);
}

.donations-list__text {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}

.donations-list__progress {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 46px;
}

.donations-list__progress .bar {
    position: relative;
    width: 100%;
    height: 6px;
    background: var(--care-white);
    border-radius: 5px;
    margin-bottom: 12px;
}

.donations-list__progress .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 6px;
    border-radius: 5px;
    background: var(--care-extra);
    -webkit-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.donations-list__progress .count-text {
    position: absolute;
    right: -40px;
    bottom: 16px;
    color: var(--care-white);
    line-height: 20px;
    font-size: 10px;
    text-align: center;
    font-weight: 400;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    height: 20px;
    width: 40px;
    background: var(--care-extra);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.donations-list__progress .bar-inner.counted .count-text {
    opacity: 1;
}

.donations-list__progress .count-text:after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    border-right: 6px solid transparent;
    border-top: 4px solid var(--care-extra);
}

.donations-list__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;
}

.donations-list__goals>p {
    font-size: 14px;
    margin: 0;
}

.donations-list__goals>p>span {
    font-size: 18px;
    color: var(--care-black);
    font-weight: 500;
    line-height: 28px;
}

.donations-list__single-2 .donations-list__category {
    background-color: var(--care-secondary);
}

.donations-list__single-2 .donations-list__progress .bar-inner {
    background: var(--care-secondary);
}

.donations-list__single-2 .donations-list__progress .count-text {
    background: var(--care-secondary);
}

.donations-list__single-2 .donations-list__progress .count-text:after {
    border-top: 4px solid var(--care-secondary);
}

.donations-list__single-3 .donations-list__category {
    /* background-color: var(--care-primary); */
}

.donations-list__single-3 .donations-list__category p {
    font-size: 30px;
    font-weight: normal;
    color: var(--care-extra);
}

.donations-list__single-3 ul {
    list-style: none;
    padding-left: 0;
    padding-top: 20px;
}

.donations-list__single-3 ul li {
    padding: 0px 0 10px 0;
}

.donations-list__single-3 ul li p {
    font-size: 20px;
    font-family: var(--care-font-regular);
    line-height: 30px;
    margin-bottom: 0px;
    color: #0F0F0F;
}

.donations-list__single-3.cl2 ul li p {
    color: var(--care-white)
}

.donations-list__single-3 .col-xl-6,
.donations-list__single-3 .col-lg-6 {
    padding: 0;
}

.donations-list__single-3 ul li span {
    font-size: 18px;
    line-height: 24px;
    color: #6A6E71;
    font-family: var(--care-font-regular);
}

.donations-list__single-3 .donations-list__progress .bar-inner {
    background: var(--care-primary);
}

.donations-list__single-3 .donations-list__progress .count-text {
    background: var(--care-primary);
}

.donations-list__single-3 .donations-list__progress .count-text:after {
    border-top: 4px solid var(--care-primary);
}


/*--------------------------------------------------------------
## Donations Details
--------------------------------------------------------------*/

.donations-details {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.donation-details__left {
    position: relative;
    display: block;
}

.donation-details__top {
    position: relative;
    display: block;
    margin-bottom: 51px;
}

.donation-details__top-img {
    position: relative;
    display: block;
}

.donation-details__top-img img {
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.donation-details__category {
    position: absolute;
    bottom: 30px;
    left: 40px;
    background-color: var(--care-primary);
    padding: 0 20px 0;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 3;
}

.donation-details__category span {
    font-size: 10px;
    color: var(--care-white);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
}

.donation-details__top-progress-box {
    position: relative;
    display: block;
    background-color: var(--care-extra-two);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 55px 40px 28px;
}

.donation-details__progress {
    position: relative;
    display: block;
    width: 100%;
    max-width: 450px;
    float: left;
}

.donation-details__progress .bar {
    position: relative;
    width: 100%;
    height: 6px;
    background: var(--care-white);
    border-radius: 5px;
    margin-bottom: 12px;
}

.donation-details__progress .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 6px;
    border-radius: 5px;
    background: var(--care-primary);
    -webkit-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.donation-details__progress .count-text {
    position: absolute;
    right: -40px;
    bottom: 16px;
    color: var(--care-white);
    line-height: 20px;
    font-size: 10px;
    text-align: center;
    font-weight: 400;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    height: 20px;
    width: 40px;
    background: var(--care-primary);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.donation-details__progress .bar-inner.counted .count-text {
    opacity: 1;
}

.donation-details__progress .count-text:after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    border-right: 6px solid transparent;
    border-top: 4px solid var(--care-primary);
}

.donation-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;
}

.donation-details__goals>p {
    font-size: 14px;
    margin: 0;
}

.donation-details__goals>p>span {
    font-size: 18px;
    color: var(--care-black);
    font-weight: 500;
    line-height: 28px;
}

.donation-details__top-donate-btn-box {
    position: relative;
    display: block;
    float: left;
    margin-left: 57px;
    margin-top: -9px;
}

.donation-details__content {
    position: relative;
    display: block;
}

.donation-details__title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
    color: #F5740E;
}

.donation-details__text-1 {
    margin: 0;
    padding-bottom: 44px;
}

.donation-details__text-2 {
    margin: 0;
    font-family: var(--care-font-regular);
    font-size: 18px;
    color: #0F0F0F;
}

.donation-details__points {
    position: relative;
    display: block;
    margin-top: 45px;
    margin-bottom: 56px;
}

.pro_desc ul {
    padding-left: 0;
    list-style: none;
}

.pro_desc ul li .icon {
    color: #F5740E;
}

.donation-details__points li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.donation-details__points ul li::before {
    content: "";
    position: absolute;
    top: 12px;
    left: -24px;
    width: 24px;
    height: 24px;
    background-image: url(../icon/rig.png);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity: 1;
}

.donation-details__points li+li {
    margin-top: 10px;
}


/* .donation-details__points li .icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.donation-details__points li .icon span {
    font-size: 25px;
    color: var(--care-primary);
} */

.donation-details__points li .text {
    margin-left: 15px;
}

.donation-details__points li .text p {
    font-size: 18px;
    color: var(--care-black);
    font-family: var(--care-font-regular);
    margin: 0;
}

.donation-details__content-img-boxes {
    position: relative;
    display: block;
    margin-bottom: 19px;
}

.donation-details__content-img-single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.donation-details__content-img-single img {
    width: 100%;
    border-radius: var(--care-bdr-radius);
}

.donation-details__text-3 {
    margin: 0;
}

.donation-details__presentation {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: var(--care-extra-two);
    border-radius: var(--care-bdr-radius);
    padding: 56px 60px 55px;
    margin-top: 49px;
    margin-bottom: 54px;
}

.donation-details__presentation-icon-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.donation-details__presentation-icon-box span {
    font-size: 62px;
    color: var(--care-base);
}

.donation-details__presentation-icon-box h4 {
    font-size: 24px;
    line-height: 34px;
    margin-left: 10px;
}

.donation-details__sidebar {
    position: relative;
    display: block;
}

.donation-details__sidebar-single+.donation-details__sidebar-single {
    margin-top: 30px;
}

.donation-details__organizer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: var(--care-extra-two);
    border-radius: var(--care-bdr-radius);
    padding: 50px 50px 41px;
}

.donation-details__organizer-img {
    position: relative;
    display: block;
}

.donation-details__organizer-img img {
    width: auto;
    border-radius: var(--care-bdr-radius);
}

.donation-details__organizer-content {
    margin-left: 20px;
    margin-top: -7px;
}

.donation-details__organizer-date {
    font-size: 12px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 22px;
    font-weight: 500;
}

.donation-details__organizer-title {
    color: var(--care-black);
    font-weight: 700;
    line-height: 28px;
    margin: 0;
    padding-top: 3px;
    padding-bottom: 2px;
}

.donation-details__organizer-name {
    color: var(--care-base);
    font-weight: 700;
    line-height: 28px;
    margin: 0;
}

.donation-details__organizer-list {
    position: relative;
    display: block;
    margin-top: 11px;
}

.donation-details__organizer-list li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.donation-details__organizer-list li .icon span {
    font-size: 13px;
    color: var(--care-primary);
}

.donation-details__organizer-list li .text {
    margin-left: 10px;
}

.donation-details__organizer-list li .text p {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.donation-details__recent-donation {
    position: relative;
    display: block;
    background-color: var(--care-extra-two);
    border-radius: var(--care-bdr-radius);
    padding-top: 43px;
    padding-left: 50px;
    padding-right: 30px;
    padding-bottom: 40px;
}

.donation-details__recent-donation-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 22px;
}

.donation-details__recent-donation-list {
    position: relative;
    display: block;
}

.donation-details__recent-donation-list li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid var(--care-white);
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.donation-details__recent-donation-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.donation-details__recent-donation-img {
    position: relative;
    display: block;
}

.donation-details__recent-donation-img img {
    width: auto;
    border-radius: var(--care-bdr-radius);
}

.donation-details__recent-donation-content {
    margin-left: 20px;
    margin-top: -6px;
}

.donation-details__recent-donation-amount {
    font-size: 20px;
    color: var(--care-base);
    line-height: 30px;
    margin-bottom: 4px;
}

.donation-details__recent-donation-name {
    font-size: 16px;
    color: var(--care-black);
    font-weight: 500;
    margin: 0;
    line-height: 26px;
}

.donation-details__recent-donation-name span {
    font-size: 12px;
    color: var(--care-gray);
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.1em;
}

.donation-details__recent-donation-text {
    font-size: 16px;
    margin: 0;
    line-height: 30px;
}

.donation-details__sidebar-shaare-cause {
    position: relative;
    display: block;
    background-color: var(--care-extra-two);
    border-radius: var(--care-bdr-radius);
    padding: 43px 50px 50px;
}

.donation-details__sidebar-shaare-cause-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.donation-details__sidebar-shaare-cause-social a {
    position: relative;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--care-black);
    font-size: 15px;
    background-color: var(--care-white);
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.donation-details__sidebar-shaare-cause-social a:hover {
    color: var(--care-white);
}

.donation-details__sidebar-shaare-cause-social a::before {
    position: absolute;
    content: '';
    background-color: var(--care-base);
    width: 100%;
    height: 0%;
    left: 50%;
    top: 50%;
    border-radius: 33px;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: -1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.donation-details__sidebar-shaare-cause-social a:hover::before {
    height: 100%;
}

.donation-details__sidebar-shaare-cause-social a+a {
    margin-left: 10px;
}


/*--------------------------------------------------------------
## Donate Now
--------------------------------------------------------------*/

.donate-now {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.donate-now__left {
    position: relative;
    display: block;
    margin-top: -9px;
}

.donate-now__enter-donation {
    position: relative;
    display: block;
}

.donate-now__title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 31px;
}

.donate-now__enter-donation-input {
    position: relative;
    display: block;
}

.donate-now__enter-donation-input input[type="text"] {
    height: 135px;
    width: 100%;
    border: none;
    outline: none;
    background-color: var(--care-base);
    border-radius: var(--care-bdr-radius);
    padding-left: 160px;
    padding-right: 60px;
    font-size: 70px;
    color: var(--care-white);
    font-family: var(--care-font-two);
    text-align: right;
}

.donate-now__enter-donation-input .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    position: absolute;
    width: auto !important;
    left: 0;
    top: 0;
    margin-top: 0;
}

.donate-now__enter-donation-input .bootstrap-select>.dropdown-toggle::after {
    display: none;
}

.donate-now__enter-donation-input .bootstrap-select>.dropdown-toggle {
    position: relative;
    height: 135px;
    width: 152px;
    outline: none;
    border-radius: var(--care-bdr-radius);
    border: 0;
    background-color: var(--care-base);
    margin: 0;
    padding: 0;
    color: var(--care-white);
    font-size: 70px;
    line-height: 135px;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-repeat: no-repeat;
    font-family: var(--care-font-two);
    text-align: center;
}

.donate-now__enter-donation-input .bootstrap-select .dropdown-toggle .filter-option {
    text-align: center;
}

.donate-now__personal-info-box {
    position: relative;
    display: block;
    margin-top: 51px;
    margin-bottom: 51px;
}

.donate-now__personal-info-form {
    position: relative;
    display: block;
}

.donate-now__personal-info-input {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.donate-now__personal-info-input input[type="text"],
.donate-now__personal-info-input input[type="email"] {
    height: 64px;
    width: 100%;
    border: none;
    outline: none;
    background-color: var(--care-extra-two);
    color: var(--care-gray);
    font-size: 14px;
    padding: 0 30px;
    border-radius: var(--care-bdr-radius);
}

.donate-now__personal-info-input textarea {
    height: 180px;
    width: 100%;
    border: none;
    outline: none;
    background-color: var(--care-extra-two);
    color: var(--care-gray);
    font-size: 14px;
    padding: 18px 30px 30px;
    border-radius: var(--care-bdr-radius);
}

.donate-now__personal-info-input.donate-now__personal-info-message-box {
    height: 180px;
    margin-bottom: 0;
}

.donate-now__personal-info-form .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    position: relative;
    display: block;
    width: 100% !important;
}

.donate-now__personal-info-form .bootstrap-select>.dropdown-toggle::after {
    display: none;
}

.donate-now__personal-info-form .bootstrap-select>.dropdown-toggle {
    position: relative;
    height: 64px;
    outline: none !important;
    border-radius: var(--care-bdr-radius);
    border: 0;
    background-color: var(--care-extra-two) !important;
    margin: 0;
    padding: 0;
    padding-left: 30px;
    padding-right: 30px;
    color: var(--care-gray) !important;
    font-size: 14px;
    line-height: 64px;
    font-weight: 400;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-repeat: no-repeat;
    background-size: 14px 12px;
    background-position: right 25.75px center;
}

.donate-now__personal-info-form .bootstrap-select>.dropdown-toggle:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 26px;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    font-size: 14px;
    color: var(--care-gray);
}

.donate-now__payment-info {
    position: relative;
    display: block;
}

.donate-now__payment-info-form {
    position: relative;
    display: block;
}

.donate-now__payment-info-input {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.donate-now__payment-info-input input[type="text"] {
    height: 64px;
    width: 100%;
    border: none;
    outline: none;
    background-color: var(--care-extra-two);
    color: var(--care-gray);
    font-size: 14px;
    padding: 0 30px;
    border-radius: var(--care-bdr-radius);
}

.donate-now__payment-info-form .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    position: relative;
    display: block;
    width: 100% !important;
}

.donate-now__payment-info-form .bootstrap-select>.dropdown-toggle::after {
    display: none;
}

.donate-now__payment-info-form .bootstrap-select>.dropdown-toggle {
    position: relative;
    height: 64px;
    outline: none !important;
    border-radius: var(--care-bdr-radius);
    border: 0;
    background-color: var(--care-extra-two) !important;
    margin: 0;
    padding: 0;
    padding-left: 30px;
    padding-right: 30px;
    color: var(--care-gray) !important;
    font-size: 14px;
    line-height: 64px;
    font-weight: 400;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-repeat: no-repeat;
    background-size: 14px 12px;
    background-position: right 25.75px center;
}

.donate-now__payment-info-form .bootstrap-select>.dropdown-toggle:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 26px;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    font-size: 14px;
    color: var(--care-gray);
}

.donate-now__payment-info-btn {
    border: none;
}

.donate-now__right {
    position: relative;
    display: block;
}

.donate-now__causes {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.donate-now__causes-img {
    position: relative;
    display: block;
}

.donate-now__causes-img img {
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.donate-now__causes-content-box {
    position: relative;
    display: block;
    background-color: var(--care-white);
    border: 1px solid var(--care-bdr-color);
    border-top: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.donate-now__causes-content {
    position: relative;
    display: block;
    position: relative;
    display: block;
    padding: 33px 40px 30px;
}

.donate-now__causes-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 12px;
}

.donate-now__causes-title a {
    color: var(--care-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.donate-now__causes-title a:hover {
    color: var(--care-primary);
}

.donate-now__causes-text {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}

.donate-now__progress {
    position: relative;
    display: block;
    width: 100%;
    padding: 53px 40px 29px;
    background-color: var(--care-extra-two);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.donate-now__progress .bar {
    position: relative;
    width: 100%;
    height: 6px;
    background: var(--care-white);
    border-radius: 5px;
    margin-bottom: 12px;
}

.donate-now__progress .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 6px;
    border-radius: 5px;
    background: var(--care-primary);
    -webkit-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.donate-now__progress .count-text {
    position: absolute;
    right: -40px;
    bottom: 16px;
    color: var(--care-white);
    line-height: 20px;
    font-size: 10px;
    text-align: center;
    font-weight: 400;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    height: 20px;
    width: 40px;
    background: var(--care-primary);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.donate-now__progress .bar-inner.counted .count-text {
    opacity: 1;
}

.donate-now__progress .count-text:after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    border-right: 6px solid transparent;
    border-top: 4px solid var(--care-primary);
}

.donate-now__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;
}

.donate-now__goals>p {
    font-size: 14px;
    margin: 0;
}

.donate-now__goals>p>span {
    font-size: 18px;
    color: var(--care-black);
    font-weight: 500;
    line-height: 28px;
}


/*--------------------------------------------------------------
## About Page
--------------------------------------------------------------*/

.about-page {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.about-page__left {
    position: relative;
    display: block;
    margin-right: 40px;
}

.about-page__img {
    position: relative;
    display: block;
}

.about-page__img img {
    width: 100%;
    border-radius: var(--care-bdr-radius);
}

.about-page__right {
    position: relative;
    display: block;
    margin-right: 15%;
}

.about-page__right .section-title {
    margin-bottom: 38px;
}

.about-page__right .section-title__tagline::before {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.about-page__text {
    margin: 0;
    padding-bottom: 46px;
    color: #6A6E71;
    font-family: var(--care-font-regular);
    width: 80%;
}

.about-page__right .about-one__points-content li+li {
    margin-left: 39px;
}


/*--------------------------------------------------------------
## Become Volunteer
--------------------------------------------------------------*/

.become-volunteer {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.become-volunteer__Left {
    position: relative;
    display: block;
}

.become-volunteer__images {
    position: relative;
    display: block;
}

.become-volunteer__img-single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.become-volunteer__img-single img {
    width: 100%;
    border-radius: var(--care-bdr-radius);
}

.become-volunteer__content {
    position: relative;
    display: block;
}

.become-volunteer__title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
}

.become-volunteer__text {
    margin: 0;
    padding-bottom: 46px;
}

.become-volunteer__points {
    position: relative;
    display: block;
}

.become-volunteer__points li {
    position: relative;
    display: block;
    font-size: 20px;
    color: var(--care-black);
}

.become-volunteer__points li+li {
    margin-top: 10px;
}

.become-volunteer__contact {
    position: relative;
    display: block;
    border-top: 1px solid var(--care-bdr-color);
    padding-top: 35px;
    margin-top: 44px;
}

.become-volunteer__contact p {
    margin: 0;
}

.become-volunteer__phone {
    font-size: 24px;
    color: var(--care-base);
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.become-volunteer__phone:hover {
    color: var(--care-primary);
}

.become-volunteer__email {
    font-size: 16px;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.become-volunteer__email:hover {
    color: var(--care-base);
}

.become-volunteer__right {
    position: relative;
    display: block;
}

.become-volunteer__form {
    position: relative;
    display: block;
}

.become-volunteer__input {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.become-volunteer__input input[type="text"],
.become-volunteer__input input[type="email"] {
    height: 64px;
    width: 100%;
    border: none;
    outline: none;
    background-color: var(--care-extra-two);
    color: var(--care-gray);
    font-size: 14px;
    padding: 0 30px;
    border-radius: var(--care-bdr-radius);
}

.become-volunteer__input textarea {
    height: 180px;
    width: 100%;
    border: none;
    outline: none;
    background-color: var(--care-extra-two);
    color: var(--care-gray);
    font-size: 14px;
    padding: 18px 30px 30px;
    border-radius: var(--care-bdr-radius);
}

.become-volunteer__input.become-volunteer__message-box {
    height: 180px;
}

.become-volunteer__btn {
    border: none;
}

#ui-datepicker-div.ui-widget-content {
    background: #fff none repeat scroll 0 0;
    border: 1px solid var(--care-black);
    color: #252525;
    font-size: 14px;
    border-radius: 0px;
    width: 270px;
    padding: 5px;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
    background: var(--care-base) none repeat scroll 0 0;
    border: 2px solid var(--care-base);
    border-radius: 0;
    color: var(--care-white);
    font-weight: 700;
    padding: 5px 0;
    position: relative;
}

.ui-datepicker td a {
    color: var(--care-black) !important;
    text-align: center;
    background-image: none !important;
    background: #f5f5f5 !important;
    border: 1px solid #f9f9f9 !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid var(--care-black) !important;
    background: var(--care-black) !important;
    color: var(--care-white) !important;
}

.ui-datepicker .ui-datepicker-prev {
    left: 5px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    border-radius: 30%;
    height: 20px;
    position: absolute;
    top: 7px;
    width: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-next {
    right: 5px;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    top: 7px;
    background: var(--care-white);
    border: none;
}

.ui-datepicker table {
    border-collapse: collapse;
    font-size: 13px;
    margin: 0 0 0.4em;
    width: 100%;
}

.ui-datepicker th {
    border: medium none;
    font-weight: 600;
    padding: 2px 3px;
    text-align: center;
}

.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-state-default:active {
    background: var(--care-black);
    color: var(--care-white);
    border-color: var(--care-black);
}

#ui-datepicker-div.ui-widget {
    font-family: var(--care-font);
}


/*--------------------------------------------------------------
## Gallery Page
--------------------------------------------------------------*/

.gallery-page {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

.gallery-page .two-section__gallery-single {
    margin-bottom: 30px;
}

.gallery-page .two-section__gallery-img-inner {
    border-radius: var(--care-bdr-radius);
}

.gallery-page .two-section__gallery-img-inner img {
    border-radius: var(--care-bdr-radius);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.gallery-page .two-section__gallery-single:hover .two-section__gallery-img-inner img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.gallery-page .two-section__gallery-img-overly {
    border-radius: var(--care-bdr-radius);
}

.gallery-page .two-section__gallery-img-overly:before {
    border-radius: var(--care-bdr-radius);
}

.gallery--carousel {
    padding-bottom: 120px;
}


/*--------------------------------------------------------------
## FAQs Page
--------------------------------------------------------------*/

.paq-page {
    position: relative;
    display: block;
    background-color: var(--care-extra-two);
    padding: 120px 0 100px;
}

.faq-page__single {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.faq-one-accrodion .accrodion {
    position: relative;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: var(--care-bdr-radius);
    background-color: var(--care-white);
}

.faq-one-accrodion .accrodion.active {
    background-color: white;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.faq-one-accrodion .accrodion:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 8px;
    content: "";
    background-color: var(--care-base);
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.faq-one-accrodion .accrodion.active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.faq-one-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 21px 40px 21px;
    padding-right: 27px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    border: 1px solid var(--care-bdr-color);
    border-radius: var(--care-bdr-radius);
}

.faq-one-accrodion .accrodion-title h4 {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    color: var(--care-black);
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-one-accrodion .accrodion+.accrodion {
    margin-top: 20px;
}

.faq-one-accrodion .accrodion.active .accrodion-title {
    border-bottom: 1px solid transparent;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4 {
    color: var(--care-base);
}

.faq-one-accrodion .accrodion-title h4::before {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 13px;
    color: var(--care-primary);
    position: absolute;
    top: 50%;
    right: 0;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: 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: var(--care-base);
    height: 35px;
    width: 35px;
    border-radius: 50%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.faq-one-accrodion .accrodion-content {
    position: relative;
    padding: 0px 40px 30px;
    border: 1px solid var(--care-bdr-color);
    border-top: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-top: -6px;
}

.faq-one-accrodion .accrodion-content p {
    margin: 0;
}


/*--------------------------------------------------------------
## Message One
--------------------------------------------------------------*/

.message-one {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.message-one .container {
    max-width: 770px;
}

.message-one__btn-box {
    position: relative;
    display: block;
    text-align: center;
}


/*--------------------------------------------------------------
## Error Page
--------------------------------------------------------------*/

.error-page {
    position: relative;
    display: block;
    padding: 73px 0 120px;
}

.error-page__inner {
    position: relative;
    display: block;
    text-align: center;
}

.error-page__title {
    position: relative;
    display: inline-block;
    font-size: 350px;
    line-height: 350px;
    margin-bottom: 16px;
}

.error-page__tagline {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 13px;
    font-family: var(--care-font);
    font-weight: 500;
}

.error-page__text {
    font-size: 16px;
    margin: 0;
    line-height: 18px;
}

.error-page__form {
    position: relative;
    display: block;
    margin: 51px auto 20px;
}

.error-page__form-input {
    position: relative;
    display: block;
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
}

.error-page__form input[type="search"] {
    height: 64px;
    width: 100%;
    border: none;
    outline: none;
    background-color: var(--care-extra-two);
    font-size: 18px;
    color: var(--care-gray);
    font-weight: 400;
    padding-left: 50px;
    padding-right: 75px;
    border-radius: var(--care-bdr-radius);
}

.error-page__form button[type="submit"] {
    background-color: transparent;
    color: var(--care-black);
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    width: 70px;
    outline: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}


/*--------------------------------------------------------------
## Contact Page
--------------------------------------------------------------*/

.contact-page {
    position: relative;
    display: block;
    padding: 6rem 0;
    background-color: var(--care-contact);
    color: var(--care-white);
}

.contact-page .section-title__tagline {
    color: var(--care-extra);
}

.contact-page .section-title__title {
    color: var(--care-white);
}

.contact-page .thm-btn {
    background-color: var(--care-white);
    color: var( --care-black);
    border-radius: 0;
}

.contact-page .thm-btn:hover {
    border-radius: 0;
    color: var(--care-white);
}

.contact-page__left {
    position: relative;
    display: block;
    width: 80%;
}
@media screen and (max-width: 991.9px){
  .contact-page__left {
  	width:100%
  }
}
.contact-page__left .section-title {
    margin-bottom: 38px;
}

.contact-page__left .section-title__tagline:before {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.contact-page__text {
    margin: 0;
    line-height: 36px;
}

p.contact-page__text {
    font-family: var(--care-font-regular);
    line-height: 28px;
    font-size: 16px;
    padding-right: 10%;
}
@media screen and (max-width: 991.9px){
  p.contact-page__text {
  	padding-right:0;
  }

}
.contact-page__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 48px;
}

.contact-page__social a {
    position: relative;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--care-black);
    font-size: 15px;
    background-color: var(--care-extra-two);
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.contact-page__social a:hover {
    color: var(--care-white);
}

.contact-page__social a::before {
    position: absolute;
    content: '';
    background-color: var(--care-base);
    width: 100%;
    height: 0%;
    left: 50%;
    top: 50%;
    border-radius: 33px;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: -1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-page__social a:hover::before {
    height: 100%;
}

.contact-page__social a+a {
    margin-left: 10px;
}


/*--------------------------------------------------------------
## Contact Info
--------------------------------------------------------------*/

.contact-info {
    position: relative;
    display: block;
    z-index: 2;
}

.contact-info__single {
    position: relative;
    display: block;
    background-color: var(--care-base);
    border-radius: var(--care-bdr-radius);
    padding: 43px 60px 43px;
    margin-bottom: 30px;
}

.contact-info__title {
    font-size: 24px;
    color: var(--care-white);
    line-height: 34px;
    margin-bottom: 20px;
}

.contact-info__text {
    font-size: 16px;
    color: var(--care-white);
    line-height: 30px;
    margin: 0;
}

.contact-info__email-phone {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}

.contact-info__email {
    color: var(--care-white);
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-info__email:hover {
    color: var(--care-black);
}

.contact-info__phone {
    color: var(--care-white);
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-info__phone:hover {
    color: var(--care-black);
}

.contact-info__single-2 {
    background-color: var(--care-primary);
}

.contact-info__single-3 {
    background-color: var(--care-extra);
    padding: 43px 60px 73px;
}


/*--------------------------------------------------------------
# Contact Page Google Map
--------------------------------------------------------------*/

.contact-page-google-map {
    position: relative;
    display: block;
}

.contact-page-google-map__one {
    position: relative;
    display: block;
    border: none;
    height: 540px;
    width: 100%;
}


/*# sourceMappingURL=care.css.map */