/*@font-face {*/
/*font-family:Helvetica;*/
/*font-style: normal;*/
/*    font-weight: 500;*/
/*src:url('fonts/Helvetica.ttf') format('truetype');*/
/*}*/


/*@font-face {*/
/*font-family:Helvetica;*/
/*font-style: normal;*/
/*    font-weight: bold;*/
/*src:url('fonts/Helvetica-Bold.ttf') format('truetype');*/
/*}*/

/*@font-face {*/
/*font-family:Helvetica-Oblique;*/
/*font-style: Narmal;*/
/*    font-weight: 500;*/
/*src:url('fonts/Helvetica-Oblique.ttf') format('truetype');*/
/*}*/
/*@font-face {*/
/*font-family:Helvetica-Oblique;*/
/*font-style: normal;*/
/*    font-weight: Bold;*/
/*src:url('fonts/Helvetica-BoldOblique.ttf') format('truetype');*/
/*}*/



@font-face {
font-family:"Satoshi";
src:url('fonts/Satoshi-Light.otf');
font-weight: 300;
  font-style: normal;
}
@font-face {
font-family:"Satoshi";
src:url('fonts/Satoshi-LightItalic.otf');
font-weight: 300;
  font-style: italic;
}

@font-face {
font-family:"Satoshi";
src:url('fonts/Satoshi-Regular.otf');
font-weight: 400;
  font-style: normal;
}
@font-face {
font-family:"Satoshi";
src:url('fonts/Satoshi-Medium.otf');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family:"Satoshi";
src:url('fonts/Satoshi-MediumItalic.otf');
font-weight: 500;
  font-style: italic;
}
@font-face {
font-family:"Satoshi";
src:url('fonts/Satoshi-Bold.otf');
font-weight: 700;
 font-style: normal;
}
@font-face {
font-family:"Satoshi";
src:url('fonts/Satoshi-BoldItalic.otf');
font-weight: 700;
 font-style: italic;
}

@font-face {
    font-family: 'Hind-medium';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/Hind-Medium.ttf') format('truetype');
}

@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100;200;300;400;500;600;700;800&amp;display=swap');

:root {
--theme-color: #fb5e1c;
--theme-color2: #737373;
--theme-color3:#084986;
--title-color: #000;
--body-color: #020d00;
--smoke-color: #EBECF2;
--var(--title-color)-color: #000000;
--white-color: #ffffff;
--light-color: #72849B;
--yellow-color: #FFB539;
--success-color: #28a745;
--error-color: #dc3545;
--border-color: #E4E4E4;
--title-font: "Satoshi";
--body-font: "Satoshi";

--main-container: 1200px;
--container-gutters: 24px;
--section-space: 60px;
--section-space-mobile: 40px;
--section-title-space: 40px;
--ripple-ani-duration: 5s;
--theme-light-background: #f8f6f1;
--theme-light-background-text-color: var(--headings-color);
--font-work-sans: "Satoshi"; 
--font-merriw: "Satoshi";
}


body {
    font-family: var(--body-font);
    overflow-x: hidden;
}
p
{
    font-size: 16px;
    line-height: 30px;
    color: var(--body-color);
    margin: 0;
    font-weight: 400;
	margin-bottom:15px;
font-family: var(--body-font);
}
*{
    margin: 0;
    padding: 0;
}
a,.h2,.h3,.h4,.h5{
    color: #000;
}
a{
    text-decoration: none;
}
h1{
  font-size: 65px;
}
h2{
    font-size: 50px;
    line-height: 60px;
}
h3{
    font-size: 26px;
    line-height: 36px;
}
h4{
    font-size: 24px;
    line-height: 34px;
}
h5{
    font-size: 22px;
    line-height: 32px;
}
h6{
    font-size: 18px;
    line-height: 30px;
}
img{
    object-fit: cover;
	max-width:100%
}
.gap {
    padding: 120px 0;
}
.no-top{
    padding-top: 0;
}
.no-bottom{
    padding-bottom: 0;
}
ul{
    padding: 0;
    margin: 0;
}
li{
    display: block;
}
figure {
    overflow: hidden;
}
@media only screen and (min-width: 1300px) {
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
max-width:1200px;

}

}

@media only screen and (min-width: 1450px) {
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
max-width:1300px;

}
}
@media only screen and (min-width: 1600px) {
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
max-width:1350px;

}
}
@media only screen and (min-width: 1800px) {
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
max-width:1550px;

}
}
@media only screen and (min-width: 2000px) {
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
max-width:1850px;

}
}
/* 1. home 1 */
/* top bar 1 */
.top-bar {
    background-color: var(--theme-color);
    height: 70px;
    padding-top: 15px;
}
.top-bar-slid {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.phone span{
    font-size: 14px;
    color: white;
}
.phone a {
    font-family: var(--body-font);
    color: white;
font-size:16px;
font-weight:500;
    margin-right: 25px !important;
}
.phone {
    display: flex;
    align-items: center;
}
.phone i {
    margin-right: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    border-radius: 22px;
}
.phone i svg {
    width: 22px;
    fill: white;
}

.phone-data{
    display: flex;
}
.media-work {
    margin-right: 80px;
    position: relative;
}
.media-work:before {
    content: "";
    position: absolute;
    background-color: #4960ad;
    width: 1px;
    height: 40px;
    right: -30%;
}
.login > i {
    padding-right: 10px;
    font-size: 18px;
}
.login a {
    color: white;
}
.logo {
    display: flex;
    width: 100%;
    justify-content: center;
    position: relative;
}
.logo-menu {
    background-color: white;
    /*margin-top: -50px;*/
    height: 90px;
    border-radius: 30px;
    position: relative;
    align-items: center;
}
/*.logo-menu {*/
/*    border-left: 7px solid var(--theme-color2);*/
/*}*/


/* 2. nav */
nav {
    position: relative;
    padding: 0px 20px 0px 20px;
}
nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: flex;
    justify-content: space-between;
}
nav ul li {
    display: inline-block;
    margin-left: 35px;
}
nav a {
    display: block;
    padding: 26px 10px;
    color: #000;
    font-size: 18px;
    font-weight: 600 !important;
    line-height: 30px;
    text-decoration: none;
    font-weight: 400;
    text-transform: capitalize;
}
nav ul ul li a {
    line-height: 50px;
    padding: 0px 0;
    padding-left: 18px;
    font-weight: 600;
}
nav ul ul li a:after {
    padding-left: 25px;
}
nav ul ul li:hover a{
    color: white;
}
nav ul ul {
    display: none;
    position: absolute; 
    top: 110px;
}
nav ul li ul {
    transform: translatey(10px);
}
nav ul li:hover > ul {
    display: inherit;
    background-color: #fff;
    border-radius: 20px;
    border-left: 7px solid var(--theme-color);
    border-bottom: 7px solid var(--theme-color);
    transform: translatey(0px);
}
nav ul ul li {
    width: 170px;
    float: none;
    display: list-item;
    position: relative;
}
nav ul ul li:hover a{
    color: var(--title-color);
}
nav ul ul li:not(:last-child) {
    border-bottom: 1px solid #00000024;
}
nav ul ul ul li {
    position: relative;
}
nav ul li ul li:hover ul {
    margin-left: 170px;
    margin-top: -114px;
    border-radius: 30px;
}
nav li > a:after {
    content: ' +';
}
nav li > a:only-child:after { content: ''; }
.extras {
    display: flex;
    align-items: center;
}
.logo-menu .extras a.pr-cart:before {
    content: "1";
    color: #fff;
    width: 20px;
    height: 20px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    bottom: 7px;
    left: 4%;
    transform: translateX(-47%);
    z-index: 1;
    font-size: 10px;
    font-family: "Sora";
}
.logo-menu .extras a.pr-cart svg {
    width: 25px;
    fill: var(--title-color);
}
.nav-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.extras a.theme-btn {
       font-size: 16px;
    font-weight: 700;
    padding: 43px 30px;
    border-radius: 27px;
    margin-left: 10px;
    color: var(--title-color);
}
a.pr-cart {
    position: relative;
}
.slides {
    padding-top: 240px;
    margin-top: -60px;
    padding-bottom: 215px;
}
/* 3. home-life */
.home-life{
    color: white;
    text-align: center;
}
.home-life h1{
    font-size: 50px;
    font-weight: bold;
}
.home-life h4 {
       width: 68%;
    margin: auto;
    line-height: 28px;
    padding-bottom: 18px;
    font-weight: 400;
    font-size: 16px;
    font-weight: 600;
}
/* 4. btn */
.btn {
    border: none;
    text-align: center;
    cursor: pointer;
    text-transform: capitalize;
    outline: none;
    overflow: hidden;
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    background-color: var(--theme-color);
    padding: 30px 48px;
    margin: 0 auto;
    border-radius: 60px;
    line-height: 0;
}
.btn:hover {
    color: var(--theme-color3);
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}
.btn span {
  position: relative; 
  z-index: 1;
  color: white;
}
.btn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 469%;
    width: 133%;
       background: var(--theme-color2);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: translateX(-76%) translateY(-24%) rotate(45deg);
    transform: translateX(76%) translateY(-24%) rotate(41deg);
}
.btn:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}
.second-bar{
    position: relative;
    width: 100%;
    z-index: 1111111;
}
.slider-home-1.owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    top: 37%;
    left: 5%;
    display: grid;
}
.slider-home-1.owl-carousel.owl-theme.owl-loaded.owl-drag {
    margin-left: -1px;
}
/* 5. social-media-icon */
ul.social-media-icon {
  display: flex;
}
ul.social-media-icon li {
  list-style: none;
}
ul.social-media-icon li a {
   
    margin: 0 2px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    color: white;
    border: none;
}

ul.social-media-icon li a img{
	height:35px ;
	width:35px
}

.slides.item {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.slider-home-1.owl-theme .owl-dots .owl-dot span {
    background: #575a6c;
}
.slider-home-1.owl-theme .owl-dots .owl-dot.active span {
    background: transparent;
    border: 5px solid #fff;
    padding: 4px;
    margin: 4px;
}
.boder {
    display: block;
    height: 40px;
    width: 1px;
    background-color: #5673b7;
}
.extras a.theme-btn:hover {
     color: #fff;
    background-color: var(--theme-color);
}
/* 6. volunteer */
.volunteer svg {
    width: 70px;
    height: auto;
    fill: white;
}
.volunteer h3 {
      font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding-top: 14px;
    margin: 0;
    text-align: left;
    width: calc(100% - 100px);
	    padding-left: 15px;
	    
}
.volunteer {
   padding: 39px 30px 30px;
    border-radius: 40px;
    margin-bottom: 30px;
    width: 100%;
    position: relative;
    text-align: left;
}

.top-ssec{
	Position: relative;
    align-items: center;
    display: flex;
	
}
    .volunteer i {
        width: 80px!important;
        height: 80px!important;
		margin: 0!important;
    }
.volunteer svg{
	text-align:center;
	    margin: 0;
}
.volunteer  i {
    background-color: white;
    text-align: center;
    margin: 0px auto;
}
.volunteer p {
     color: #fff;
    font-weight: 500;
    padding-bottom: 3px;
    padding-top: 8px;
	font-size:16px
}
.volunteer i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 130px;
    background-color: transparent;
    border-radius: 50%;
}
.volunteer a {
   color: white;
    font-weight: 700;
    text-transform: uppercase;
    /*border-bottom: 1px solid;*/
}
.volunteer .btn-donate{
	color:#fff!important;
	text-decoration:underline
}
.volunteer a:hover {
    color:  #fff!important
}
.volunteer:hover i {
    transform: rotatey(180deg);
}
.volunteer.donation a,.volunteer.donation p,.volunteer.donation h3,
.volunteer.fundraise a,.volunteer.fundraise p,.volunteer.fundraise h3{
    color: white;
}
.volunteer.donation svg {
    fill: var(--title-color);
}
.volunteer.donation i {
    background-color: white;
}
.volunteer.fundraise svg{
    fill: white;
}
.volunteer.fundraise i{
    background-color:transparent;
}
.recent-causes-urgent h6 {
    font-size: 16px;
    margin: 0;
    line-height: 26px;
    color: var(--title-color);
}
.section-recent-causes{
    background-color: #f1f1f1;
}seco
.recent-causes-urgent .goal span {
    color: #555;
}
.what-we-provide {
           margin-top: -50px;
    position: relative;
    z-index: 11;
	padding-top:0px;
	padding-bottom:30px
}
/* 7. help-man */
.heading{
    text-align: center;
}
.heading h2 {
      font-weight: bold;
    text-transform: capitalize;
    width: 100%;
    margin: auto;
    padding-bottom: 30px;
    color: var(--theme-color);
    font-size: 40px;
    line-height: 1.1;

}
.heading p {
    font-weight: bold;
    color: var(--title-color);
    text-transform: uppercase;
    padding-top: 20px;
    letter-spacing: 0px;
	margin-bottom:0px
	
}
.help-man img {
    border-radius: 30px;
}
.help-man{
    position: relative;
}
.help-man h5 {
    z-index: 111;
    position: absolute;
    font-size: 20px;
    font-weight: 700;
    background-color: var(--theme-color);
    color: white;
    bottom: 12px;
    width: 60%;
    line-height: 30px;
    padding: 25px;
    border-radius: 30px;
    right: 20px;
}
.help-man h5:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 35px solid var(--theme-color);
    border-left: 45px solid transparent;
    top: -24px;
    right: 13%;
}
.help-man img.helptwo {
    margin-top: 97px;
}

.help-man-data ul{
    padding-top: 30px;
    padding-bottom: 40px;
}
.help-man-data ul li {
    font-size: 18px;
    color: #555;
    padding-top: 10px;
    display: flex;
    align-items: center;
}
.help-man-data ul li .bol {
    display: block;
    width: 20px;
    height: 20px;
    border: 5px solid var(--theme-color);
    border-radius: 37px;
    margin-right: 15px;
}
/* 8. nonprofit */
.nonprofit{
    text-align: center;
}
.nonprofit h4,.nonprofit span {
    font-size: 50px;
    font-weight: 700;
    margin: 0;
}
.nonprofit p {
    width: 82%;
    margin: auto;
    padding-top: 20px;
}
.nonprofit h6{
    font-size: 16px;
    font-weight: bold;

}
.odometer-inside {
    line-height: 75px;
}
.odometer {
    font-size: 100px;
}
.homeless h2 {
    color: white;
    font-weight: 400;
}
.homeless span{
    font-weight: 700;
}
.homeless h6 {
    color: #c1c1c1;
    line-height: 28px;
    width: 87%;
    padding-top: 10px;
    padding-bottom: 45px;
}
.homeless h5{
    color: white;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 34px;
}
.homeless h5 span{
    font-size: 30px;
    font-weight: 600;
    display: block;
    text-transform: capitalize;
}
.homeless .d-flex {
    justify-content: space-between;
}
.donation-section .homeless .circle.three canvas {
    background-color: transparent;
    width: 170px !important;
    height: 170px !important;
    margin-top: -17px;
}
.homeless .circle.three:before{
    color: white;
}
.homeless .progressbar {
    margin-right: 27%;
}
.homeless h6 {
    font-weight: 400;
}
.separator {
    display: block;
    width: 260px;
    height: 1px;
    background-color: #ffffff30;
    margin: 25px 0;
}
.donation-section, .environment-section {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.donation-section:before,.environment-section:before{
    position: absolute;
    content: "";
    background-color: var(--title-color);
    opacity: .5;
    width: 100%;
    height: 100%;
    top: 0;
}
.homeless {
    position: relative;
}
.upcoming-event-time{
    background-color: var(--theme-color);
}
.upcoming-event-time h4{
    font-size: 40px;
    font-weight: bold;
    color: white;
    display: flex;
    align-items: center;
    margin: 0;
}
.upcoming-event-time span {
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 7px;
    line-height: 18px;
}
.upcoming-event-separator {
    display: block;
    background-color: #ffffff61;
    width: 1px;
    height: 70px;
}
.upcoming-event-data h6{
    font-size: 16px;
    color: #555;
    margin-bottom: 0;
}
.upcoming-event-data h4 {
    padding-bottom: 15px;
    font-weight: bold;
    font-size: 22px;
    line-height: 32px;
}
.upcoming-event-img figure {
    width: 87%;
    margin: auto;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
}
.upcoming-event-img:hover .upcoming-event-data {
    box-shadow: 0px 0px 54px -12px rgba(0,0,0,0.10);
-webkit-box-shadow: 0px 0px 54px -12px rgba(0,0,0,0.10);
-moz-box-shadow: 0px 0px 54px -12px rgba(0,0,0,0.10);
}
.upcoming-event-img figure:before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    background-color: #26268ed6;
    opacity: 0;
}
.upcoming-event-img:hover figure:before {
    width: 100%;
    opacity: 1;
}
.upcoming-event-img:hover .upcoming-event-time{
    opacity: 0;
    visibility: hidden;
}
.upcoming-event-img {
    position: relative;
}
.upcoming-event-time {
    justify-content: space-between;
    display: flex;
    align-items: center;
    position: absolute;
    width: 100%;
    top: 40%;
    padding: 0px 25px;
    border-radius: 30px;
    width: 82%;
    left: 9%;
}
.upcoming-event-data {
    border-radius: 35px;
    padding: 40px;
    border: 1px solid #ededed;
    padding-top: 122px;
    margin-top: -90px;
}
.upcoming-event-img > a i {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    right: 11%;
    color: white;
    top: 37%;
    font-size: 20px;
    line-height: 0;
    opacity: 0;
    visibility: hidden;
}
.upcoming-event-img:hover > a i{
    opacity: 1;
    visibility: visible;
    top: 40%;
}
.heading.two {
    text-align: inherit;
}
.heading.two p {
    padding-top: 0;
}
.heading.two h2 {
        width: 100%;
    color: var(--theme-color);
    padding-bottom: 13px;
}
ul.heart li{
    font-size: 18px;
    color: #555;
}
.change-we-need {
    padding-left: 65px;
    position: relative;
    padding: 25px 0px 25px 25px;
}
.change-we-need:before {
      position: absolute;
    content: "";
    width: 700px;
    height: 664px;
    background-color: var(--theme-color);
    z-index: -1;
    border-radius: 35px;
    left: 0;
    top: 0;
    height: 100%;
    width: 133%;
}
.join-cause {
    padding-top: 30px;
    padding-bottom: 30px;
}
.change-we-img {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}
.change-we-img img{
    border-radius: 35px;
}
.partner.item {
    width: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto;
}
.logodata.owl-carousel .owl-item img{
    width: auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}
.logodata.owl-carousel .owl-item img:hover {
    filter: none;
    opacity: 1;
}
/* 9. environment */
.environment{
    position: relative;
}
.environment .heading h2{
    text-transform: capitalize;
    color: white;
    padding-bottom: 10px;
    width: 100%;
}
.environment{
    width: 65%;
    margin: auto;
    text-align: center;
}
.environment p {
    margin: auto;
    padding-top: 0;
    font-size: 18px;
    color: #f1f1f1;
    width: 67%;
    text-align: center;
}
.environment input {
    width: 83%;
    margin: auto;
    display: block;
    height: 70px;
    border-radius: 37px;
    padding-left: 36px;
    margin-top: 22px;
    margin-bottom: 16px;
    border: 0;
    outline: none;
}
.environment-section{
    padding-top: 170px;
    padding-bottom: 230px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.testimonials {
    margin-top: -80px;
    padding: 80px;
    text-align: center;
    padding-bottom: 100px;
    position: relative;
    border-radius: 40px;
}
.testimonials h4 {
    font-size: 26px;
    line-height: 40px;
    color: white;
    padding: 30px 0;
    width: 73%;
    margin: auto;
}
.testimonials h3{
    font-size: 34px;
    font-weight: bold;
    color: white;
}
.testimonials span{
    font-weight: bold;
    font-size: 16px;
    color: white;
}
/* 10. slider-nav */
.slick-dotted.slick-slider {
    margin: auto;
    margin-top: -60px;
    width: 65%;
}
.slider-nav .slick-slide img {
    border-radius: 30px;
    margin: auto;
}
.slider-nav .slick-slide.slick-current.slick-active {
    position: relative;
    overflow: hidden;
}
.slider-nav .slick-slide.slick-current.slick-active:before {
    position: absolute;
    content: "";
    height: 100%;
    background-color: #ff3636b0;
    border-radius: 30px;
    width: 90%;
    margin-left: 9px;
}
.slider-for .slick-slide img {
    display: block;
    margin: auto;
}
.slick-dots{
    display: none;
}
/* 11. gifts-slids */
.gifts-img i{
    color: #ffb911;
}
.gifts-img h6{
    font-size: 14px;
    color: #555;
    padding-left: 5px;
    margin: 0;
}
.add-to-cart {
    display: flex;
    align-items: center;
    border: 1px solid #d5d5d5;
    position: absolute;
    bottom: -25px;
    width: 73%;
    justify-content: space-between;
    border-radius: 32px;
    background-color: white;
}
.add-to-cart a i {
    width: 50px;
    line-height: 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 42px;
    color: white;
}
.gifts-data {
    text-align: center;
}
.gifts-img {
    border: 1px solid #d5d5d5;
    padding: 60px 40px;
    padding-bottom: 80px;
    border-radius: 35px;
    position: relative;
    margin-right: 20px;
}
.gifts-slids .owl-nav i {
    font-size: 20px;
    background-color: white;
    border:1px solid #c1c1c1;
    line-height: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gifts-slids .owl-nav i:hover{
    color: white;
    border:1px solid var(--theme-color);
    background-color: ;
}
.gifts-slids{
    position: relative;
}
.gifts-slids.owl-theme .owl-nav {
    position: absolute;
    top: -28%;
    right: -1%;
    width: 13%;
}
.gifts-slids.owl-theme .owl-nav [class*=owl-]:hover{
    background-color: transparent;
}
.gifts-slids .owl-dots {
    display: none;
}
.gifts-data p {
    padding-top: 45px;
    font-weight: 500;
}
.gifts-data h5 {
    font-weight: 600;
    padding-bottom: 6px;
    margin-bottom: 0;
}
.gifts-data h6{
    font-size: 20px;
    font-weight: bold;
}
.gifts-data h6 del {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
}
.add-hover a span {
    position: absolute;
    width: 100%;
    top: 30%;
    right: -25%;
    color: white;
    opacity: 0;
    visibility: hidden;
    font-size: 14px;
    font-weight: bold;
}
.add-to-cart:hover .add-hover a span{
    opacity: 1;
    visibility: visible;
}
.add-to-cart:hover .start {
    opacity: 0;
}
.add-to-cart:hover a i{
    color: white;
    background-color: var(--title-color);
}
/* 12. article */
.article img {
    border-radius: 35px;
	        width: 50%;
}
.article h4 span {
    display: block;
    font-size: 22px;
    line-height: 20px;
}
.article h4 {
    margin: 0;
    font-size: 45px;
    font-weight: bold;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    padding: 25px;
    border-radius: 25px;
    color: white;
    margin-right: 50px;
    width: 193px;
}
.article{
    display: flex;
    align-items: center;
}
.article-data h5 {
    font-size: 16px;
    color: #222;
    margin-bottom: 0;
}
.article-data h3{
    font-size: 28px;
    font-weight: bold;
    color: #222;
}
.article-data h6 {
    color: #666;
    line-height: 26px;
    margin: 0;
    padding-top: 4px;
}
.article-data {
    align-items: flex-start;
    display: flex;
    position: relative;
    margin-left: -80px;
    background-color: #fafafa;
    padding: 50px;
    border-radius: 35px;
}
.article-data h3 {
    font-size: 28px;
    font-weight: bold;
    line-height: 38px;
}
.article.two .article-data {
    margin: 0;
    margin-right: -80px;
}
.button-gap{
    text-align: center;
}
/* 13. footer one */
footer {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	--body-color: #fff;
}
footer:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--theme-color);
    opacity: .95;
    top: 0;
}
.footer-top-bar{
   position: relative;
    padding: 43px 0px 35px;
}
.widget-title h3 {
     font-size: 24px;
    font-weight: 700;
    color: white;
    text-transform: capitalize;
    margin-bottom: 20px !important;
}
ul.social-media i {
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 51%;
    font-size: 22px;
    color: white;
}
.social-media {
    display: flex;
    color: white;
    align-items: center;
}
.social-media li a {
    display: flex;
    align-items: center;
    color: white;
font-size:18px;
    margin-right: 32px;
}
.social-media li a img {
	margin-right:10px
}
.social-media li a:hover i {
    transform: rotateY(360deg);
}
.social-media > li a i {
    margin-right: 15px;
}
.Information {
    padding-top: 120px;
}
.widget-title p {
  color: var(--body-color);
    width: 96%;
    font-size: 16px;
    font-weight: 500;
}
.Information ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.Information ul li a {
      color: var(--body-color);
    padding-left: 0px;
    font-weight: 500;
    font-size: 16px;
}
.Information ul li {
font-size:18px;
    color: var(--body-color);
    width: 50%;
    padding-bottom: 25px;
	padding-bottom: 15px;
}
.contact-info {
    display: block;
	width:100%;
	position:relative;
	margin-bottom:20px
}
.contact-info h5{
      margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
    color: var(--body-color);
    font-weight: 500;
    padding-left: 40px;
}
.contact-info a {
    color: var(--body-color);
    padding-left: 0px;
     font-weight: 500;
    font-size: 16px;
}
.contact-info i {
    margin-right: 0px;
	position:absolute;
	content:"";
	left:0;
	top:0
}
.contact-info i img{
	    width: 30px;
}
.contact-info svg {
    height: auto;
    width: 42px;
    fill: white;
    background-color: #4d4db3;
    padding: 10px;
    border-radius: 62%;
}
.subscribe svg {
    height: auto;
    width: 60px;
    fill: var(--theme-color);
}
.subscribe {
    position: relative;
    background-color: white;
    padding: 40px;
    border-radius: 40px;
    display: flex;
    justify-content: space-between;
    transform: translateY(-75px);
    margin-top: 75px;
}
.subscribe h3{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0;
}
.subscribe form {
    width: 50%;
    position: relative;
}
.subscribe input {
    width: 90%;
    height: 80px;
    border-radius: 51px;
    padding-left: 30px;
    outline: none;
    border: 1px solid #e3e3e3;
}
.subscribe form button {
    position: absolute;
    width: auto;
    left: 63%;
    top: 3.4%;
    height: 74px;
    display: flex;
    align-items: center;
}
.subscribe form button i {
    font-size: 24px;
    padding-right: 10px;
    display: block;
}
.subscribe form button span {
    display: flex;
    align-items: center;
}
.footer-bootom-bar {
    position: relative;
}
.wpo-lower-footer p{
    color: white;
	margin-bottom:0px;
	    font-weight: 500;
}
.footer-bootom-bar a {
    color: white;
    font-weight: 600;
}
.wpo-lower-footer {
   position:relative;
   text-align:center;
   width:100%;
   
}
.wpo-lower-footer .boder {
    background-color: wheat;
    height: 20px;
}
/* 14. zoom slid */
.recent-causes img{
    border-radius: 35px;
}
.recent-causes .progress {
    background-color: #ffd7d7;
    border-radius: 41px;
}
.goal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 5px;
}
.goal span{
    font-size: 15px;
    font-weight: bold;
    color: #555;
}
.recent-causes-data {
    width: 82%;
    padding: 50px;
    background-color: white;
    margin: auto;
    margin-top: -120px;
    position: relative;
    border-radius: 40px;
}
.btn.two {
    background-color: transparent;
    border: 1px solid var(--theme-color);
}
.btn.two span{
    color: var(--title-color);
}
.btn.two:hover span{
    color: white;
}
.recent-causes-data .btn:after{
    background: var(--theme-color);;
}
.recent-causes-data .btn.two:hover span{
    color: white;
}
.recent-causes-data h3 {
    margin-bottom: 5px;
    font-weight: bold;
}
.progress{
    margin-top: 30px;
    border-radius: 50px;
}
.zoom-slider-img img{
    border-radius: 25px;
}
.item.recent-causes i {
    background-color: var(--theme-color);
    display: flex;
    position: absolute;
    width: 60px;
    height: 60px;
    font-size: 20px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    top: 20px;
    left: 20px;
    color: white;
}
.zoom-slider .owl-item .item.recent-causes i,
.zoom-slider .owl-item .recent-causes-data{
    display: none;
}
.zoom-slider .owl-item.active.center .item.recent-causes i{
    display: flex;
}
.zoom-slider .owl-item.active.center .recent-causes-data{
    display: block;
    box-shadow: -1px -23px 35px -2px rgba(0,0,0,0.10);
    -webkit-box-shadow: -1px -23px 35px -2px rgba(0,0,0,0.10);
    -moz-box-shadow: -1px -23px 35px -2px rgba(0,0,0,0.10);
}
.zoom-slider button.owl-dot.active {
    width: 24px;
    height: 24px;
    border-radius: 21px;
    border: 3px solid var(--theme-color);
    background-color: transparent;
}
.zoom-slider button.owl-dot {
    width: 14px;
    height: 14px;
    border-radius: 21px;
    background-color: #c5c5c5;
    margin: 5px;
}
.zoom-slider .owl-dots {
    text-align: center;
    margin-top: 30px;
    display: block;
}
/* 15. home 2 */
/* 16. featured-area-two-data */
.featured-area-two {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 40px;
    padding-top: 80px;
}
.featured-area-two-img img.homeimg {
    width: auto;
    border-radius: 50%;
    margin: auto;
}
.featured-area-two-img img.shaps-slider {
    position: absolute;
    z-index: -1;
}
.featured-area-two:before {
    position: absolute;
    content: "";
    background-color: var(--theme-color);
    height: 100%;
    width: 100%;
    top: 0;
    mix-blend-mode: multiply;
}
.featured-area-two-data,.featured-area-two-img{
    position: relative;
}
.featured-area-two-data h1 {
    color: white;
    font-weight: bold;
}
.featured-area-two-data p {
    color: #ccc;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
}
.featured-area-two-data svg {
    height: auto;
    width: 20px;
}
.featured-area-two-data i {
    background-color: white;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    line-height: 0;
}
.featured-area-two-data .btn {
    margin: initial;
    margin-right: 10px;
}
.featured-area-two-data i:hover svg{
    fill: white;
}
.featured-area-two-img img {
    padding-right: 20px;
}
.slider-home-2 .owl-dots {
    counter-reset: dots;
    position: relative;
}
.slider-home-2 .owl-dot.active:before{
    font-size: 40px;
}
.slider-home-2 .owl-dot:before {
    counter-increment: dots;
    content: counter(dots);
    color: white;
    position: absolute;
    font-size: 20px;
    font-weight: 600;
}
.slider-home-2.owl-theme .owl-dots .owl-dot span,
.slider-home-2.owl-theme .owl-dots .owl-dot:hover span {
    background-color: white;
    width: 40px;
    height: 1px;
    margin-top: 30px;
    margin-left: -4px;
    border-radius: 0;
}
.slider-home-2.owl-theme .owl-dots .owl-dot.active span,
 .slider-home-2.owl-theme .owl-dots .owl-dot.active:hover span {
    background-color: red;
    width: 60px;
    height: 8px;
    border-radius: 0;
    margin-top: 54px;
}
.slider-home-2.owl-theme .owl-dots .owl-dot {
    display: flex;
    zoom: 1;
    margin-bottom: 16px;
}
.slider-home-2.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    position: absolute;
    right: -105%;
    top: 23%;
    display: block;
}
/* 17. accordion */
.accordion-item.active .heading {
  color: #bccbb7;
}
.accordion-item.active .icon:before {
  background: #bccbb7;
}
.accordion-item.active .icon:after {
  width: 0;
}
.accordion-item.active .icon:before {
    background: #ffffff;
}
.accordion-item .heading {
    display: block;
    text-transform: capitalize;
    text-decoration: none;
    color: #000000;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    transition: 0.3s ease-in-out;
}
.accordion-item .heading:hover .icon:before,
.accordion-item .heading:hover .icon:after {
    background: #000000;
}
.accordion-item .icon {
    display: block;
    position: absolute;
    top: 47%;
    width: 2.5rem;
    height: 2.5rem;
    transform: translateY(-50%);
    background-color: #fafafa;
    border-radius: 50%;
    right: -3%;
}
.accordion-item .icon:before, .accordion-item .icon:after {
    content: "";
    width: 12px;
    height: 2px;
    background: var(--title-color);
    position: absolute;
    border-radius: 3px;
    left: 50%;
    top: 50%;
    transition: 0.3s ease-in-out;
    transform: translate(-50%, -50%);
}
.progress {
    height: 8px;
}
.accordion-item.active .heading:hover .icon:before{
        background: #ffffff;
}
.accordion-item .icon:after {
  transform: translate(-50%, -50%) rotate(90deg);
  z-index: -1;
}
.accordion-item .content {
  display: none;
}
.title {
    text-align: start;
    padding: 20px 40px;
    padding-right: 0;
    border-radius: 77px;
}
.content {
    padding: 0px 45px;
    padding-bottom: 22px;
}
.accordion-item {
    width: 95%;
    border: 1px solid #ededed;
}
.accordion-item:first-of-type {
    border-radius: 0px;
}
.accordion-item {
    border-radius: 50px;
}
.accordion-item.active a.heading {
    border-radius: 45px;
    color: white;
    background-color: var(--theme-color);
}
.accordion-item.active .icon {
    background-color: var(--theme-color);
}
.accordion-item:first-of-type,.accordion-item:last-of-type {
    border-radius: 70px;
}
.accordion-item.active:first-of-type,.accordion-item.active:last-of-type {
    border-radius: 35px;
}
.accordion-item {
    margin-bottom: 20px;
}
.accordion-item:not(:first-of-type) {
    border-top: 0;
    border: 1px solid #ededed;
}
.content p {
    padding-top: 20px;
}
/* 18. recent-causes-urgent */
.section-working-charity,.charity-services,.section-get-involved{
    background-color: #fafafa;
}
.urgent-causes {
    display: flex;
    background-color: var(--theme-color);
    padding: 40px;
    border-radius: 40px;
}
.urgent-causes img {
    border-radius: 40px;
    margin-bottom: -70px;
}
.urgent-causes .recent-causes-urgent .goal span {
        color: white;
    }
.recent-causes-urgent {
    padding: 50px;
    padding-left: 80px;
}
.recent-causes-urgent .progress{
    background-color: #4a4a9a;
}
.recent-causes-urgent > span{
    text-transform: uppercase;
}
.recent-causes-urgent span {
    color: #b0b0b0;
    font-weight: bold;
}
.recent-causes-urgent h3 {
    font-size: 28px;
    color: white;
    line-height: 38px;
    font-weight: bold;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 20px;
}
.goal h6{
    margin-bottom: 0;
}
.recent-causes-urgent .btn span{
    color: white;
}
.recent-causes-urgent p{
    color: #c1c1c1;
}
.urgent-causes-two img {
    border-radius: 35px;
    margin-left: -55px;
}
.urgent-causes-two .recent-causes-urgent {
    padding: 0;
    padding-top: 30px;
}
.urgent-causes-two {
    border: 1px solid #c1c1c1;
    border-radius: 35px;
    padding: 30px;
    width: 88%;
    margin-left: auto;
    padding-bottom: 60px;
    position: relative;
    background-color: white;
    padding-top: 20px;
}
.urgent-causes-two .btn {
    position: absolute;
}
.urgent-causes-two .btn.two{
    position: absolute;
    bottom: -6%;
    background-color: white;
    border: 1px solid #c1c1c1;
}
.urgent-causes-two .btn.two {
    position: absolute;
    bottom: -6%;
    background-color: white;
    border: 1px solid #c1c1c1;
}
.urgent-causes-two .recent-causes-urgent .btn span{
    color: var(--title-color);
}
.urgent-causes-two .recent-causes-urgent .btn:hover span{
    color: white;
}
.goal span {
    font-weight: 400;
}
.recent-causes-urgent h4 {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
}
.urgent-causes-two .recent-causes-urgent .progress {
    background: #f0f0f0;
    margin-top: 20px;
}
/* 19. sponsor-a-child */
.sponsor-a-child {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.sponsor-a-child:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: .9;
}
.sponsor-a-child .heading{
    position: relative;
}
.sponsor-a-child .heading p,.sponsor-a-child .heading h2{
    color: white;
}
.child-sponsor {
    position: relative;
    border: 1px solid white;
    text-align: center;
    padding: 20px;
    padding-top: 0;
    border-radius: 35px;
    margin-top: 70px;
    margin-left: 20px;
    margin-right: 13px;
}
.child-sponsor img {
    border-radius: 50%;
    margin-top: -70px;
    margin-bottom: 10px;
}
.child-sponsor h3,.child-sponsor p,.child-sponsor span{
    color: white;
}
.child-sponsor h3{
    font-size: 26px;
    margin-bottom: 0;
    font-weight: bold;
    text-transform: capitalize;
}
.child-sponsor p {
    padding-bottom: 10px;
    border-bottom: 1px solid #ffffff61;
    margin-bottom: 10px;
}
.child-sponsor-slide .owl-dots{
    display: none;
}
.child-sponsor-slide .owl-nav {
    position: absolute;
    left: -92%;
    top: 77%;
}
.child-sponsor-slide .owl-nav i{
    font-size: 20px;
    background-color: white;
    line-height: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.child-sponsor-slide .owl-nav i:hover{
    background-color: var(--title-color);
}
.child-sponsor-slide.owl-theme .owl-nav [class*=owl-]:hover{
    background-color: transparent;
}
/* 20. testimonial */
.testimonial{
    text-align: center;
    width: 70%;
    margin: auto;
}
.testimonial .start i{
    padding-right: 5px;
}
.testimonial .start{
    justify-content: center;
}
.testimonial h4 {
    line-height: 40px;
    width: 68%;
    margin: auto;
}
.testimonial h5 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 40px;
    padding-top: 20px;
    margin: 0;
}
.testimonial span{
    font-size: 18px;
}
/* 21. slider-nav-two */
.slider-nav-two.slick-initialized.slick-slider.slick-dotted {
    margin-top: 0;
    margin-bottom: 30px;
    width: 56%;
}
.slider-nav-two .slick-slide.slick-current.slick-active{
    position: relative;
}
.slider-nav-two .slick-slide.slick-current.slick{
    position: relative;
}
.slider-nav-two .slick-slide.slick-current.slick-active:before {
    position: absolute;
    content: "";
    height: 100%;
    background-color: #31308cb0;
    border-radius: 50%;
    width: 154px;
    margin-left: -15px;
}
.slider-nav-two .slick-slide.slick-current.slick-active:after {
    position: absolute;
    content: "\f10d";
    right: 45px;
    top: 18px;
    color: #fff;
    font-size: 80px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}
.slider-nav-two .slick-slide img {
    width: 110px;
    margin-top: 30px;
    height: auto;
    margin-left: 8px;
}
.slider-nav-two .slick-slide.slick-current.slick-active img {
    width: auto;
    margin-top: 0px;
    height: auto;
    margin-left: -14px;
}
.slick-dots{
    display: none !important;
}
.slider-nav-two .slick-slide img {
    display: block;
    border-radius: 50%;
}
.slider-for-two .slick-prev,.slider-for-two .slick-next{
    background-color: red;
}

/* 22. want-to-Join */
.want-to-Join .heading h2 {
    width: 70%;
    margin: inherit;
}
.want-to-Join {
    background-color: #fafafa;
}
/* 23. support */
.support{
    padding: 80px;
    padding-bottom: 60px;
    border-radius: 35px;
    position: relative;
    overflow: hidden;
    text-align: center;
    z-index: 1;
}
.support:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--theme-color);
    opacity: .8;
}
.support h2{
    font-weight: bold;
    position: relative;
    font-size: 40px;
    color: white;
    text-transform: uppercase;
    margin-bottom: 0;
}
.support h3 {
    position: relative;
    padding-bottom: 20px;
    color: white;
    font-weight: 300;
}
.support p{
    position: relative;
    color: white;
}
.support.two:before {
    background-color: var(--theme-color);
}
.support button.btn {
    background-color: white;
}
.support button.btn span{
    color: var(--title-color);
}
.support button.btn span{
    color: var(--title-color);
}
.support button.btn:after{
    background-color: #bfbfbf;
}
.support form{
    position: relative;
}
.support form input::placeholder {
    color: white;
}
.support form input {
    width: 100%;
    height: 60px;
    outline: none;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #fff;
    background-color: transparent;
    color: white;
}
.support.two h3 {
    margin: 0;
    padding-bottom: 13px;
}
ul.want-to-Join-data li {
    font-size: 18px;
    padding-bottom: 12px;
}
ul.want-to-Join-data li i {
    padding-right: 12px;
    font-size: 20px;
}
.pb-80 {
    padding-bottom: 80px;
}
/* 24. team-join */
.team-join img{
    border-radius: 30px;
}
.team-join-data h5 {
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 0;
}
.team-join{
    position: relative;
}
.team-join-data {
    position: absolute;
    background-color: white;
    width: 100%;
    padding: 30px;
    bottom: 20px;
    width: 90%;
    right: 0;
    border-radius: 35px;
    border-left: 10px solid var(--theme-color);
}
.team-join-data h6 {
    padding-top: 10px;
    padding-bottom: 16px;
    color: white;
}
.team-join-data h6 a {
    color: white;
}
.team-join-data ul.social-media-icon li a{
    border: 1px solid white;
}
.team-hover {
    opacity: 0;
    visibility: hidden;
    margin-bottom: -100px;
}
.team-join:hover .team-join-data{
    background-color: var(--theme-color);
}
.team-join:hover .team-hover {
    display: block;
    margin-bottom: 0px;
    opacity: 1;
    visibility: visible;
}
.team-join:hover .team-join-data h5{
    color: white;
}
/* 25. share-story */
.share-story{
    padding: 50px;
    text-align: center;
    background-color: #294eaa;
    border-radius: 40px;
}
.share-story h3{
    color: white;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
}
.share-story span{
    color: white;
}
.share-story i{
    font-size: 80px;
    color: white;
    padding-bottom: 20px;
}
.share-story.instagram{
    background-image: linear-gradient(30deg, #f2b806,#f22906, #ed0e0e ,#c71659, #904cc4);
}
.share-story.twitter{
    background-color: #1d9bf0;
}
/* 26 footer two */
footer.footer-two:before{
    background-color: #fafafa;
}
footer.footer-two {
    margin-top: -120px;
}
footer.footer-two .widget-title h3{
    color: var(--title-color);
}
footer.footer-two .widget-title p,footer.footer-two .Information ul li a,
footer.footer-two .Information ul li,footer.footer-two .contact-info h5,
footer.footer-two .contact-info a{
    color: #555;
}
footer.footer-two .wpo-lower-footer {
    transform: translateY(0px);
}
footer.footer-two .wpo-lower-footer p{
    font-weight: 600;
}
footer.footer-two .footer-bootom-bar{
    background-color: white;
}
footer.footer-two .wpo-lower-footer p,footer.footer-two .footer-bootom-bar a{
    color: var(--title-color);
}
footer.footer-two .footer-bootom-bar {
    background-color: white;
    padding: 30px 0;
    margin-bottom: 30px;
}
footer.footer-two .wpo-lower-footer .boder {
    background-color: #555;
    height: 20px;
}
/* 27. home 3 */
.gap-left{
    padding-left: 70px;
    padding-right: 70px;
}
/* 28. hero-section-three */
.hero-section-three {
    position: relative;
    text-align: center;
    padding-top: 200px;
    padding-bottom: 160px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.hero-section-three:before {
    top: 0;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--theme-color);
    left: 0;
    mix-blend-mode: multiply;
}
.hero-section-three-data{
    position: relative;
}
.hero-section-three-data p{
    font-size: 22px;
    line-height: 32px;
    color: white;
} 
.hero-section-three-data h4 {
    font-size: 26px;
    line-height: 36px;
    color: white;
    width: 36%;
    margin: auto;
    margin-bottom: 44px;
}
.hero-section-three-data h2 {
    font-size: 150px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 132px;
    color: white;
    padding-top: 30px;
}
/* 29. owl-carousel page 3 */
.navPrev {
  position: absolute;
  top: 31%;
  left: 10%;
  z-index: 2;
}
.navPrev span {
  width: 100px;
  height: 100px;
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
}
.navPrev span img,.navNext span img {
    position: relative;
    margin: auto 0px;
    cursor: pointer;
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 20px;
    border: 5px solid #fff;
}
.navNext {
  position: absolute;
  top: 31%;
  right: 10%;
  z-index: 2;
  background-size: 118px 118px;
}
.navNext span {
  width: 100px;
  height: 100px;
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
}
.navPrev i:hover,.navNext i:hover{
    color: white;
}
.navNext i,.navPrev i {
    left: 50%;
    font-size: 40px;
    position: absolute;
    color: white;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .5s ease-in-out;
}
.navPrev:hover i,.navNext:hover i {
    background-color: #ff3636d9;
    width: 93%;
    height: 93%;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-dots {
    display: none;
}
/* 30. what-we-provide-text */
.what-we-provide-text{
    text-align: center;
    padding: 40px;
    border-radius: 35px;
}
.what-we-provide-text svg{
    width: 80px;
    fill: white;
    height: auto;
}
.what-we-provide-text h6{
    color: white;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 0;
    padding-top: 16px;
}
.what-we-provide-text:hover {
    transform: translateY(-10px);
}
/* 31. small-donations */
.small-donations .heading h6{
    width: 76%;
}
/* 32. progressbar */
.progressbar {
        display: inline-block;
        width: 100px;
        margin-right: 134px;
    }
    .circle {
        width: 180px;
        height: 180px;
        margin: 0 auto;
        margin-top: 10px;
        display: inline-block;
        position: relative;
        text-align: center;
        position: relative;
        z-index: 1;
    }
    
    .circle canvas {
        vertical-align: middle;
        border-radius: 50%;
    }
    
    .circle div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -86px;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 50px;
    transform: translate(10px, 10px);
    font-weight: bold;
    margin-top: -30px;
}
    .circle strong i {
        font-style: normal;
        font-size: 0.6em;
        font-weight: normal;
    }
    .circle span {
        display: block;
        color: var(--title-color);
        margin-top: 12px;
    }
    .circle:before {
    content: "Home Shelter";
    position: absolute;
    top: 65%;
    right: 17%;
    font-size: 15px;
    font-weight: bold;
}
.circle.two:before {
    content: "Sponser Child";
}
/* 33. charity-style-three */
.charity-style-three img{
    border-radius: 35px;
}
.charity-style-three{
    border-radius: 35px;
    border: 1px solid #d5d5d5;
    position: relative;
    margin-bottom: 40px;
}
.charity-style-three-data {
    padding: 40px;
    padding-top: 20px;
    border-radius: 35px;
    border-top: 0;
}
.charity-style-three-data p{
    font-weight: bold;
}
.charity-style-three-data h5 {
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 25px;
    margin-bottom: 0;
}
.charity-style-three-data span{
    color: #999999;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}
.charity-style-three figure{
    overflow: hidden;
    position: relative;
}
.charity-style-three figure:before {
    position: absolute;
    content: "";
    background-color: var(--theme-color);
    opacity: .9;
    width: 0%;
    height: 100%;
    border-radius: 35px;
    opacity: 0;
}
.charity-style-three .btn {
    position: absolute;
    left: 30%;
    top: 18%;
    opacity: 0;
    visibility: hidden;
}
.charity-style-three:hover .btn{
    opacity: 1;
    visibility: visible;
    left: 25%;
}
.charity-style-three:hover figure:before{
    width: 100%;
    opacity: .9;
}
.charity-style-three .progresbar {
    position: absolute;
    right: -7%;
    bottom: -14%;
}
.circle.three:before {
    content: "Donated";
    left: 24%;
}
.circle.three canvas {
    background-color: white;
    width: 150px !important;
    height: 150px !important;
}
.circle.three div {
    top: 37%;
    left: 44%;
    font-size: 40px;
}
.circle.three:before {
    content: "Donated";
    left: 19%;
    top: 50%;
}
/* 34. charity-event */
.charity-event-img img {
    border-radius: 35px;
}
.charity-event-img {
    display: flex;
    flex-wrap: wrap;
    align-items: self-end;
    justify-content: center;
}
.charity-event-img img {
    border-radius: 35px;
    margin: 20px;
}
.upcoming-event-data.style-two {
    margin: 0;
    padding: 30px;
    display: flex;
    position: relative;
    align-items: flex-start;
    margin-left: 40px;
    margin-bottom: 20px;
}
.upcoming-event-data.style-two .article h4 {
    margin-left: 0;
    width: 118px;
    margin-left: -70px;
}
/* 35. fundraising */
.fundraising{
    position: relative;
}
.fundraising:before{
    background-color: var(--title-color);
    opacity: .5;
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
}
.fundraising .heading{
    position: relative;
}
.fundraising .heading h2{
    color: white;
}
.fundraising .heading p{
    color: #858585;
}
.fundraising-data {
    position: relative;
    padding: 40px;
    background-color: var(--theme-color);
    text-align: center;
    transform: translateY(140px);
    margin-top: -140px;
}
.fundraising-data i {
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border: 1px solid #fff;
    border-radius: 50%;
    position: relative;
}
.fundraising-data h3 {
    font-weight: bold;
    color: white;
    padding-top: 40px;
}
.fundraising-data p{
    color: #cfcfcf;
}
.fundraising-data svg {
    fill: white;
    width: 65px;
    height: auto;
}
.gap-margin{
    margin: 0 70px;
}
.fundraising-data.two{
    background-color: #1f1f7c;
}
.fundraising-data.three{
    background-color: #191974;
}
.Fund-cercle{
    position: relative;
}
.Fund-cercle span {
    position: absolute;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 50%;
    left: 34%;
    color: white;
    z-index: 1;
}
/* 36. shop-products */
.gap.shop-products {
    margin-top: 140px;
}
.gifts-img.style-two .add-to-cart {
    width: 0;
    height: 0;
    bottom: 0%;
    right: 32%;
}
.gifts-img.style-two {
    margin: 0;
    padding: 30px;
    padding-bottom: 20px;
}
.gifts-img.style-two .gifts-data {
    text-align: inherit;
}
.gifts-img.style-two i {
    color: #ffb911;
    font-size: 13px;
}
.gifts-img.style-two .start h6{
    color: #555;
    font-size: 13px;
}
.gifts-img.style-two .add-hover i{
    color: white;
}
/* 37. community */
.community {
    padding-top: 160px;
    padding-bottom: 140px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.community .heading.two h2 {
    text-transform: capitalize;
}
.ps-6{
    padding-left: 6rem;
}
form.community-form{
    position: relative;
}
form.community-form input {
    width: 100%;
    height: 75px;
    border-radius: 46px;
    border: 0;
    padding-left: 100px;
    outline: none;
    margin-bottom: 15px;
    color: #555;
    font-weight: bold;
}
form.community-form input::placeholder{
    color: #555;
    font-weight: bold;
}
form.community-form svg {
    width: 80px;
    height: auto;
    position: absolute;
    padding-top: 23px;
    padding-left: 30px;
    padding-right: 20px;
}
form.community-form i{
    position: relative;
}
form.community-form i:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 44px;
    background-color: #e4e4e4;
    margin-left: 80px;
    margin-top: 14px;
}
/* 38. news-article-two */
.news-article-two img {
    border-radius: 35px;
}
.news-article-two a {
    font-weight: 700;
}
.news-article-two h5 {
    margin-bottom: 0;
    color: #555;
    font-size: 16px;
}
.news-article-two span{
    line-height: 0;
}
.news-article-two a h3 {
    font-weight: bold;
    color: var(--title-color);
    padding-bottom: 10px;
    width: 86%;
}
.news-article-two{
    position: relative;
}
.news-article-two img.man-img {
    border-radius: 50%;
    position: absolute;
    right: 8%;
    top: 43%;
    border: 10px solid #fff;
}
/* 39. footer-three */
.footer-three {
    margin: auto;
    position: relative;
    text-align: center;
    width: 50%;
}
.footer-three p {
    color: #ddd;
    padding-top: 35px;
    padding-bottom: 30px;
}
.footer-three .social-media {
    justify-content: center;
}
/* 40. image gallery footer */
ul.image-gallery {
    display: flex;
    position: relative;
    justify-content: center;
    transform: translateY(50px);
    z-index: 1;
}
ul.image-gallery li figure {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 25px;
    position: relative;
}
ul.image-gallery li figure:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0%;
    opacity: 0;
}
ul.image-gallery li figure:hover:before{
    opacity: .8;
    height: 100%;
}
ul.image-gallery li figure img {
    width: 130px;
    height: 130px;
}
ul.image-gallery {
    display: flex;
    position: relative;
    justify-content: center;
}
ul.image-gallery li {
    margin-left: 16px;
}
.footer-bootom-bar.fore{
    background-color: white;
}
.footer-bootom-bar.fore .wpo-lower-footer {
    transform: translateY(0px);
    padding: 20px 0;
    padding-top: 50px;
    justify-content: center;
}
.footer-bootom-bar.fore .wpo-lower-footer P{
    color: var(--title-color);
}
.footer-bootom-bar.fore .wpo-lower-footer a{
    font-weight: bold;
}
/* 41. home 4 */

/* 42. forslider */
.forpage {
    padding-top: 300px;
    padding-bottom: 140px;
    margin-left: -1px;
}
.slider-home-2.for-home.owl-theme .owl-nav.disabled+.owl-dots {
    right: 6%;
    top: 40%;
}
.featured-area-two.forpage:before {
   background-color: #000000d1;
}
.forslider {
    text-align: center;
}
.forslider h1{
    font-size: 80px;
    text-transform: uppercase;
    width: 70%;
    margin: auto;
    font-weight: bold;
}
.heading .btn span{
    color: white;
}
.heading h6{
    color: #555;
    font-weight: 400;
}
.believe-water{
    position: relative;
}
.believe-water img.believe-water-girl {
    position: absolute;
    border-radius: 50%;
    top: 16%;
    z-index: -1;
    width: 540px;
    height: 540px;
    right: 0;
}
.poor-boy-data h2{
    font-size: 60px;
    text-transform: uppercase;
    font-weight: bold;
}
.poor-boy-data h6{
    text-transform: uppercase;
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}
.poor-boy{
    position: relative;
}
.spin-img {
    height: 580px;
    animation: spin 40s normal linear infinite;
    position: absolute;
    left: -3%;
    z-index: -1;
    width: 580px;
    top: -3%;
}
.pt-100{
    padding-top: 100px;
}
.donation img {
    border-radius: 50%;
}
.donation{
    position: relative;
}
.empowers h5{
    font-size: 80px;
    font-weight: bold;
    line-height: 80px;
    color: white;
}
.empowers h3 {
    font-size: 16px;
    color: white;
    line-height: 26px;
}
.empowers {
    background-color: var(--theme-color);
    width: 68%;
    position: absolute;
    text-align: center;
    bottom: 0;
    padding: 65px;
    border-radius: 67% 34% 54% 35% / 33% 54% 55% 43%;
    will-change: border-radius, transform, opacity;
}
/* 43. donate */
.donate.volunteer a i {
    background-color: transparent;
    width: 60px;
    height: 60px;
    border: 1px solid #ababab;
    background-color: white;
}
.donate.volunteer i{
    background-color: var(--theme-color);
}
.volunteer:hover a i{
    transform: rotatey(0deg);
}
.donate.volunteer {
    background-color: white;
    position: relative;
    z-index: 1;
}
.donate.volunteer.two{
    background-color: var(--theme-color);
}
.donate.volunteer p {
    color: #555;
}
.donate.volunteer.two h3,.donate.volunteer.two p{
    color: white;
}
.donate.volunteer h3{
    font-size: 30px;
}
/* 44. volunteer-for */
.get-youth-lnvolved {
    padding-top: 220px;
    position: relative;
    margin-top: -100px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.shaps-bottom {
    position: relative;
    margin-top: -43px;
    z-index: 22;
    transform: translatey(2px);
}
.get-youth-lnvolved::before {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--theme-color);
    opacity: .8;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.volunteer-for{
    position: relative;
}
.volunteer-for h3{
    font-weight: bold;
    font-size: 70px;
}
.volunteer-for h2 {
    color: white;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 20px;
    width: 85%;
}
.volunteer-for li {
    color: white;
    padding-bottom: 10px;
    padding-left: 44px;
    position: relative;
    font-size: 20px;
}
.volunteer-for li:before {
    content: "";
    position: absolute;
    background-color: #ffea00;
    width: 22px;
    height: 1px;
    left: 0;
    top: 33%;
}
.gifts-volunteer img{
    z-index: 5;
    position: relative;
}
.gifts-volunteer{
    position: relative;
}
.colorbolo {
    display: block;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    top: -10%;
}
/* 45. project-today */
.project-today-data .recent-causes-urgent {
    padding: 0;
}
.project-today-data img{
    margin-right: 30px;
    border-radius: 35px; 
}
.project-today-data{
    align-items: center;
    padding: 30px;
    border-radius: 35px;
    border: 1px solid #dbdbdb;
}
.project-today-data .recent-causes-urgent .progress{
    background-color: #ffd7d7;
}
.project-today-data .progress {
    margin-top: 20px;
}
.progress-bar{
    border-radius: 50px;
}
.project-today .owl-item.active .project-today-data{
    padding: 0;
    border: 0;
    display: block;
    margin: 10px;
}
.project-today .owl-item.active.center .project-today-data{
    padding: 30px;
    border-radius: 35px;
    border: 1px solid #dbdbdb;
    display: flex;
    margin: 0;
}
.project-today .owl-item.active .recent-causes-urgent{
    display: none;
}
.project-today .owl-item.cloned .recent-causes-urgent{
    display: none;
}
.project-today .owl-item.active.center .recent-causes-urgent{
    display: block;
}
.project-today-data {
    align-items: center;
    padding: 30px;
    border-radius: 35px;
    border: 1px solid #dbdbdb;
}
.project-today.owl-carousel .owl-item.active img{
    width: 100%;
}
.project-today.owl-carousel .owl-item.active.center img{
    width: auto;
}
.project-today .owl-dots button.owl-dot.active {
    width: 30px;
    height: 10px;
    background-color: var(--theme-color);
    border-radius: 20px;
}
.project-today .owl-dots{
    text-align: center;
    margin-top: 30px;
}
.project-today .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    background-color: #d0d0d0;
    border-radius: 20px;
    margin: 4px;
}
/* 46. news-article-one */
.news-article-one .boder {
    height: 1px;
    width: 10px;
    line-height: 0;
    background-color: #222;
}
.news-article-one{
    position: relative;
}
.news-article-one h6 {
    position: absolute;
    color: white;
    font-weight: bold;
    right: 8%;
    padding: 0px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    line-height: 26px;
    top: 49%;
}
.news-article-one span {
    color: #222;
    font-weight: 600;
}
.news-article-one img{
    border-radius: 35px;
}
.news-article-one h3{
    font-size: 24px;
    text-transform: capitalize;
    font-weight: bold;
    line-height: 34px;
    padding-top: 10px;
}
/* 47. see-impact */
.see-impact-story {
    position: relative;
    border-radius: 35px;
    text-align: center;
    padding: 35px;
    padding-bottom: 0;
    margin-bottom: 37px;
    overflow: hidden;
}
.see-impact p{
    color: var(--title-color);
    font-weight: bold;
    padding-bottom: 20px;
}
.see-impact h2{
    font-weight: bold;
}
.see-impact-story h5{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    padding-bottom: 10px;
    margin: 0;
    color: white;
}
.see-impact-story a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid;
    color: white;
}
.see-impact-story img {
    padding-top: 40px;
}
.see-impact-data img.line-shaps {
    width: auto;
    height: auto;
    padding: 0;
    position: absolute;
    left: 22%;
    bottom: -10%;
}
.see-impact-data {
    position: relative;
    margin: 13px;
}
.see-impact-slids .owl-nav {
    position: absolute;
    left: -34%;
    bottom: 120px;
}
.see-impact-slids .owl-nav button i {
    background-color: var(--theme-color);
    line-height: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3px;
    color: white;
    font-size: 18px;
}
/* 48. continue-saving */
.continue-saving{
    position: relative;
    overflow: hidden;
}
.continue-saving:before{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    opacity: .9;
    top: 0;
}
.help-us-reach{
    position: relative;
}
.help-us-reach h2{
    color: white;
    font-weight: bold;
    width: 100%;
}
.help-us-reach p{
    color: white;
}
.help-us-reach-img{
    position: relative;
}
.help-us-reach-img img {
    position: relative;
    width: 100%;
}
.continue-saving {
    padding-top: 90px;
    background-size: cover;
}
.continue-saving .shaps-bottom {
    margin-top: -42px;
}
ul.social-media-icon.full li a {
    background-color: white;
    border: 0;
    width: 50px;
    height: 50px;
    font-size: 20px;
}
ul.social-media-icon.full li a i{
   color: var(--title-color);
}
/* 49. footer for */
.footer-for .shaps-bottom {
    margin-top: -2px;
    transform: rotate(180deg);
    margin-left: -32px;
}
.footer-logo {
    position: relative;
}
.footer-logo p {
    padding-top: 35px;
    padding-bottom: 50px;
    color: #e5e5e5;
    width: 75%;
}
.footer-logo svg {
    width: 60px;
    fill: white;
}
.footer-logo span{
   color: #e5e5e5;
}
.footer-logo h4{
   color: white;
   font-weight: bold;
}
.footer-logo .btn{
    margin-top: 35px;
}
.footer-logo .btn span{
    color: white;
}
.widget-title {
    position: relative;
}
.Information.widget-title li {
    width: 100%;
}
ul.social-media-icon.full {
    display: flex;
    flex-wrap: inherit;
}
ul.social-media-icon.full li a {
    padding: 0;
}
ul.social-media-icon.full li{
    width: auto;
}
/* 50. footer-from */
.footer-from{
    position: relative;
}
.footer-from ::placeholder{
    color: #555;
}
.footer-from input{
    width: 100%;
    border-radius: 40px;
    height: 66px;
    background-color: white;
    padding-left: 30px;
    color: #555;
    outline: none;
    border: 0;
}
.footer-from button i {
    padding-right: 10px;
    font-size: 22px;
}
.footer-from button {
    position: absolute;
    color: white;
    right: 0;
    border-radius: 48px;
    padding: 21px 30px;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
form.footer-from h5 {
    font-size: 20px;
    color: white;
    padding-bottom: 14px;
}
form.footer-from {
    margin-top: 60px;
    padding-top: 45px;
    border-top: 4px solid #ffffff4a;
}
.footer-from button:hover {
    background-color: #598206;
}
.footer-for .footer-bootom-bar .wpo-lower-footer {
    transform: translateY(0px);
}
.footer-for .footer-bootom-bar {
    position: relative;
    padding: 30px 0;
}
.upcoming-event-data.style-two:hover{
    box-shadow: 0px 0px 54px -12px rgba(0,0,0,0.10);
-webkit-box-shadow: 0px 0px 54px -12px rgba(0,0,0,0.10);
-moz-box-shadow: 0px 0px 54px -12px rgba(0,0,0,0.10);
}
/* 51. about page */
/* 52. page-title-area */
.page-title-area {
    padding-top: 200px;
    position: relative;
    overflow: hidden;
}
.page-title-area:before {
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    background-color: var(--title-color);
    opacity: .5;
    height: 100%;
}
.title-area-data{
    position: relative;
    padding-bottom: 60px;
    border-bottom: 3px solid white;
}
.title-area-data h2{
    color: white;
    font-size: 70px;
    font-weight: bold;
}
.title-area-data p{
    color: white;
}
/* 53. breadcrumb */
ol.breadcrumb {
    position: relative;
}
.breadcrumb{
    padding-top: 25px;
}
.breadcrumb-item+.breadcrumb-item::before{
    content: "-";
    color: white;
    padding-right: 1.5rem;
}
.breadcrumb-item+.breadcrumb-item{
    padding-left: 30px;
}
.breadcrumb li a,.breadcrumb-item.active{
    color: white;
    text-transform: capitalize;
}
/* 54. about-text */
.about-text h3{
    font-size: 30px;
    font-weight: bold;
}
.about-text {
    width: 87%;
}
.about-text span{
    text-transform: uppercase;
    display: block;
    color: #666666;
}
.about-img{
    padding-top: 60px;
}
.about-img img{
    border-radius: 35px;
    width: 100%;
}
/* 55. Cause Details */
.details-title p,.details-title h3,.details-title h2 {
    font-weight: bold;
}
.details-title p{
    text-transform: uppercase;
}
.details-title h3{
    display: inline-block;
    padding-right: 40px;
}
.details-title h2{
    padding-top: 10px;
    padding-bottom: 20px;
}
.details-title h3 span{
    font-size: 18px;
    color: #666;
    font-weight: 500;
}
.details-title{
    position: relative;
}
.details-title .progressbar {
    right: 0;
    position: absolute;
}
ul.heart li {
      font-size: 16px;
    color: #fff;
    display: flex;
    align-items: baseline;
    line-height: 30px;
}
.youtube-video{
    position: relative;
}
@keyframes shadow-pulse
{
0% {
    box-shadow: 0 0 0 0px rgb(255 54 54 / 80%);
    -webkit-box-shadow: 0 0 0 0px rgb(255 54 54 / 80%);
    -moz-box-shadow: 0 0 0 0px rgb(0 189 11302 / 0%);
    -o-box-shadow: 0 0 0 0px rgb(0 189 11302 / 0%);
}
50% {
    box-shadow: 0 0 0 10px rgb(255 54 54 / 80%);
    -webkit-box-shadow: 0 0 0 15px rgb(255 54 54 / 80%);
    -moz-box-shadow: 0 0 0 10px rgb(0 189 1132 / 55%);
    -o-box-shadow: 0 0 0 10px rgb(0 189 1132 / 55%);
}
100% {
    box-shadow: 0 0 0 0px rgb(0 189 113 / 0%);
    -webkit-box-shadow: 0 0 0 0px rgb(0 189 113 / 0%);
    -moz-box-shadow: 0 0 0 10px rgb(0 189 113 / 0%);
    -o-box-shadow: 0 0 0 10px rgb(0 189 113 / 0%);
}
}
.youtube-video i {
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1111;
    transform: translate(-50px, -50px);
    animation: shadow-pulse 2s infinite;
}
.youtube-video i svg {
    height: auto;
    fill: white;
    width: 30px;
}
.share-post-icon{
    display: flex;
    align-items: center;
}
.share-post-icon h6{
    font-size: 20px;
    font-weight: bold;
    padding-right: 30px;
    text-transform: capitalize;
}
.share-post-icon ul.social-media-icon.full li a{
    background-color: var(--theme-color);
    width: 60px;
    height: 60px;
}
.share-post-icon ul.social-media-icon.full li a i{
    color: white;
}
/* 56. teme page */
.team-data-page h2{
    font-weight: bold;
}
.team-data-page span{
    font-size: 18px;
    font-weight: 600;
}
.team-data-page .contact-info svg {
    fill: var(--title-color);
    background-color: #e4e4e4;
}
.team-data-page .contact-info h5,.team-data-page .contact-info a {
   color: #555;
}
/* 57. details-or-information */
.details-or-information {
    padding-top: 60px;
    margin-top: 60px;
    border-top: 3px solid #dedede;
}
.details-or-information h3{
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 20px;
    margin-bottom: 0;
}
.details-or-information p{
    font-size: 18px;
    line-height: 30px;
}
.team-list li {
    padding-bottom: 10px;
}
.team-list li i{
    font-size: 20px;
    padding-right: 10px;
}
.team-list li{
    color: #555;
    font-size: 18px;
}
.team-info.volunteer-for li{
    color: #222;
    font-size: 18px;
    font-weight: 600;
}
/* 58. teme from */
.teme-from{
    padding: 60px;
    background-color: #fafafa;
    border-radius: 35px;
}
.teme-from input{
   width: 100%;
    height: 65px;
    padding-left: 30px;
    outline: none;
    background-color: white;
    color: #555;
    border: 1px solid #c1c1c1;
    border-radius: 40px;margin-bottom: 20px;
}
.teme-from input ::placeholder{
    color: #555;
}
.teme-from textarea {
   width: 100%;
    height: 160px;
    padding-left: 30px;
    padding-top: 20px;
    outline: none;
    background-color: white;
    color: #555;
    border: 1px solid #c1c1c1;
    border-radius: 40px;margin-bottom: 20px;
}
/* 59. fun-facts page 2 */
.fun-facts-style svg {
    width: 127px;
    fill: white;
    height: auto;
    padding: 14px;
}
.fun-facts-style {
    display: flex;
    align-items: flex-start;
}
.nonprofit.two {
    text-align: inherit;
}
.nonprofit.two p {
    width: 82%;
    margin: 0;
    padding-top: 0px;
}
.fun-facts-style i {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    border-radius: 55px;
}
/* 60. please-donate-today */
.please-donate-today {
    background-color: var(--theme-color);
    padding: 70px;
    border-radius: 35px;
    position: relative;
}
.please-donate-today h2{
    font-size: 34px;
    color: white;
}
.please-donate-today p{
    color: white;
}
.donate-form ul li {
    padding-right: 60px;
    padding-top: 10px;
    font-size: 16px;
    color: white;
}
input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}
.please-donate-today form label {
    padding-left: 5px;
}
.please-donate-today h6 {
    font-size: 16px;
    color: white;
    padding-top: 30px;
    padding-bottom: 4px;
}
.please-donate-today form input.give-text-input {
    width: 100%;
    height: 65px;
    border-radius: 53px;
    border: 1px solid #737396;
    outline: none;
    background-color: transparent;
    padding-left: 80px;
    color: white;
}
.please-donate-today form input.give-text-input::placeholder{
    color: white;
}
span.give-currency-symbol {
    position: absolute;
    width: 65px;
    height: 65px;
    border: 1px solid var(--theme-color);
    border-radius: 64%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: aliceblue;
    font-size: 20px;
}
ul.give-donation-levels-wrap {
    display: flex;
    flex-wrap: wrap;
}
ul.give-donation-levels-wrap li {
    padding-right: 12px;
}
.give-donation-level-btn {
    padding: 20px;
    border-radius: 10px;
    border: 0;
    color: white;
    background-color: #4545a8;
    font-size: 16px;
    display: block;
    font-weight: 700;
}
ul.give-donation-levels-wrap a.donating.give-donation-level-btn:hover {
    color: white;
}
.please-donate-today form input.give-submit {
    padding: 20px 40px;
    border-radius: 46px;
    border: 0;
    color: white;
    font-weight: bold;
    margin-top: 30px;
}
.please-donate-today form input.give-submit:hover{
    background-color: #598206;
}
/* 61. donate-page */
.donate-page .nice-select:after {
    content: "";
    width: 0;
    height: 0;
    right: 28px;
    border-left: 5px solid transparent;
    border-right: 4px solid transparent;
    border-top: 10px solid #555;
    transition: all 300ms ease;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.15s ease-in-out;
    border-bottom: 0;
}
.donate-page .nice-select.Advice {
    width: 100%;
    height: 65px;
    padding-top: 12px;
    border-radius: 50px;
    padding-left: 30px;
    background-color: white;
}
span.current {
    font-weight: 700;
}
.nice-select.open .list{
    width: 100%;
}
.donate-page h3 {
    font-weight: 700;
    padding-bottom: 10px;
}
.donate-page h5 {
    font-weight: bold;
    font-size: 22px;
    margin-top: 30px;
    display: inline-block;
}
.donate-page button.give-btn.give-btn-level-custom {
    padding: 20px;
    background-color: white;
    color: var(--title-color);
    border: 1px solid #eaeaea;
    border-radius: 51px;
    padding-left: 30px;
    font-weight: bold;
    width: 100%;
    text-align: inherit;
}
.donate-page button.give-donation-level-btn{
    border-radius: 40px;
}
.donate-page ul.give-donation-levels-wrap li:last-child {
    width: 70%;
}
.donate-page ul.give-donation-levels-wrap li {
    float: left;
}
.donate-page{
    padding: 80px;
    border-radius: 35px;
    background-color: #f1f1f1;
}
.enter-your-information {
    display: flex;
    align-items: flex-start;
}
.enter-your-information label {
    font-size: 17px;
    font-weight: bold;
    color: #555;
    width: 100%;
    padding-bottom: 4px;
}
.enter-your-information-data h5 {
    padding-bottom: 30px;
    margin: 0;
    display: block;
}
.enter-your-information-data {
    background-color: white;
    padding: 40px;
    margin: 10px;
    border-radius: 35px;
}
.enter-your-information input{
    width: 100%;
    height: 60px;
    border-radius: 0;
    outline: none;
    border: 1px solid #ddd;
    border-radius: 40px;
    margin-bottom: 20px;
    padding-left: 30px;
    font-weight: bold;
    color: #555;
}
.nice-select:active, .nice-select.open, .nice-select:focus{
    border: 1px solid #ddd;
}
.enter-your-information input::placeholder{
    font-size: 14px;
    font-weight: bold;
    color: #555;
}
.enter-your-information .nice-select.Advice {
    margin-right: 10px;
}
.enter-your-information input[type="radio"]{
    width: 0;
    height: 0;
}
.radio-to {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.radio-to img {
    padding-left: 20px;
    padding-right: 10px;
}
.enter-your-information input.give-submit {
    padding: 0;
    width: auto;
    height: auto;
    padding: 20px 60px;
    border: 0;
    margin-top: 30px;
    color: white;
}
.enter-your-information input.give-submit:hover{
    background-color: #598206;
}
body.drak-mode .enter-your-information input.give-submit:hover{
    background-color: #598206;
}
.time-number{
    width: 100%;
}
/* 62. blog details 1 */
.blog-details-text img{
    border-radius: 40px;
}
.blog-details-text .article h4 {
    width: 14%;
    margin-left: 40px;
    transform: translateY(-50px);
    margin-bottom: -20px;
}
/* 63. meta-info */
.meta-info{
    padding-top: 10px;
}
.meta-info ul {
    display: flex;
    align-items: center;
}
.meta-info ul li {
    display: flex;
    align-items: center;
    padding-right: 30px;
}
.meta-info ul li h6{
    margin-bottom: 0;
    font-size: 16px;
    padding-left: 6px;
}
.meta-info ul li img {
    margin-right: 15px;
    box-shadow: 0px 3px 1px 5px #0000000f;
}
.meta-info ul li p {
    padding-right: 40px;
}
.meta-info ul li i{
    font-size: 22px;
}
.blog-details-text h2{
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
}
.quote {
    background-color: var(--theme-color);
    padding: 50px;
    border-radius: 35px;
    width: 95%;
    margin: auto;
    margin-top: -60px;
    position: relative;
    display: flex;
    z-index: 11;
}
.quote svg {
    width: 70px;
    height: auto;
    fill: white;
    padding-right: 25px;
}
.quote h3{
    font-size: 26px;
    color: white;
    font-weight: bold;
}
.blog-details-text .team-list{
    padding: 40px 0;
}
/* 64. post-tags */
.post-tags{
    padding: 30px 0;
    display: flex;
    align-items: center;
}
.post-tags h6{
    font-weight: bold;
    padding-right: 20px;
}
.post-tags ul{
    display: flex;
    flex-wrap: wrap;
}
.post-tags li{
    margin-left: 10px;
}
.post-tags li a{
    border-radius: 5px;
    font-size: 14px;
    color: white;
    padding: 20px;
    background-color: var(--theme-color);
    font-weight: bold;
}
/* 65. about-the-theodore */
.about-the-theodore ul.social-media-icon.full li a{
    background-color: var(--theme-color);
    font-size: 17px;
}
.about-the-theodore ul.social-media-icon.full li a i{
    color: white;
}
.about-the-theodore h3 {
    font-weight: bold;
    padding-right: 30px;
}
.about-the-theodore {
    display: flex;
    background-color: white;
    align-items: center;
    border: 1px solid #d5d5d5;
    border-radius: 42px;
    padding-right: 30px;
    margin-top: 50px;
}
/* 66. comment */
.comment{
    padding-top: 70px;
}
.comment h3{
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 20px;
}
.single-comment a {
    position: absolute;
    right: 0px;
    padding: 5px 30px;
    border-bottom-left-radius: 46px;
    border-top-left-radius: 46px;
    top: 17%;
    font-weight: bold;
    color: white;
    text-transform: capitalize;
}
.single-comment span{
    font-weight: bold;
}
.single-comment {
    background-color: white;
    display: flex;
    position: relative;
    padding: 20px;
    border: 1px solid #d5d5d5;
    border-radius: 40px;
    align-items: center;
    padding-right: 40px;
    margin-bottom: 20px;
}
.single-comment h4{
    font-weight: bold;
    padding-right: 20px;
}
.single-comment p{
    font-weight: 600;
}
li.single-comment.children {
    margin-left: 40px;
}
/* 67. leave-comment */
.leave-comment input{
    width: 100%;
    height: 65px;
    border: 1px solid #d5d5d5;
    outline: none;
    margin-bottom: 20px;
    border-radius: 40px;
    padding-left: 30px;
    color: #555;
}
.leave-comment input::placeholder,
.leave-comment textarea::placeholder{
    color: #555;
}
.leave-comment textarea{
    width: 100%;
    height: 190px;
    padding-top: 22px;
    border: 1px solid #d5d5d5;
    outline: none;
    margin-bottom: 20px;
    border-radius: 40px;
    padding-left: 30px;
    color: #555;
}
/* 68. sidebar */
.sidebar h3{
    font-weight: bold;
}
.posts {
    background-color: #f6f6f6;
    padding: 48px;
    border-radius: 40px;
    margin-bottom: 20px;
}
.posts img {
    border-radius: 30px;
}
.recent-posts li {
    display: flex;
    align-items: center;
    padding-top: 15px;
}
.recent-posts img{
    margin-right: 15px;
}
.recent-posts li a {
    font-weight: bold;
    font-size: 13px;
    color: white;
    background-color: var(--theme-color);
    padding: 12px 12px;
    line-height: 0;
    display: inline-block;
    text-transform: capitalize;
}
.recent-posts li h6 a{
    background-color: transparent;
    color: var(--title-color);
    font-weight: bold;
    display: block;
    font-size: 18px;
    line-height: 28px;
    padding: 0;
    padding-top: 8px;
}
/* 69. categories */
ul.categories {
    margin-top: 30px;
}
ul.categories li {
    padding-bottom: 5px;
}
ul.categories li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fafafa;
    padding: 6px;
    border-radius: 49px;
    color: var(--title-color);
    font-size: 16px;
    font-weight: 600;
    padding-left: 30px;
    font-weight: bold;
}
ul.categories li a span {
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 29px;
}
ul.categories li a:hover span{
    color: white;
}
ul.categories li a:hover{
    color: white;
}
/* 70. popular-posts */
.popular-posts{
    padding-top: 20px;
}
.popular-posts li h4 {
    font-weight: bold;
    padding-top: 20px;
    margin: 0;
}
.popular-posts ul > li {
    padding-right: 22px;
    margin-bottom: 20px;
}
.popular-posts .meta-info ul li p{
    padding: 0;
}
.popular-posts .meta-info li {
    margin-bottom: 0;
}
ul.popular-posts li {
    margin-bottom: 20px;
}
ul.video.popular-posts li i svg {
    width: 50px;
    height: auto;
    fill: white;
    background-color: var(--theme-color);
    padding: 14px;
    border-radius: 10px;
    margin-right: 12px;
}
.youtube-video-button {
    display: flex;
    margin-top: 20px;
}
.youtube-video img {
    border-radius: 35px;
}
.popular-posts .youtube-video-button h4 {
    font-size: 18px;
    padding-top: 0;
    line-height: 28px;
}
.youtube-video-button p{
    font-size: 14px;
    font-weight: 600;
}
/* 71. instagram-posts */
.instagram-posts{
    margin-top: 20px;
    display: flex;
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.instagram-posts li{
    width: 33%;
    height: auto;
    padding: 4px;
}
ul.instagram-posts img {
    height: 100px;
    width: 100px;
    object-fit: cover;
    border-radius: 18px;
}
ul.instagram-posts figure{
    position: relative;
    margin-bottom: 0;
}
ul.instagram-posts figure:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 0%;
    opacity: 0;
    overflow: hidden;
    border-radius: 12px;
}
ul.instagram-posts figure:hover:before{
    opacity: .8;
    height: 100%;
}
.posts.Photo a{
    font-weight: bold;
    font-size: 16px;
}
.blog-details-two-style {
    margin: 0 100px;
    padding: 0 100px;
    background-color: #fafafa;
    position: relative;
    z-index: 1;
    border-radius: 20px;
    margin-top: -40px;
    padding-bottom: 100px;
}
/* 72. nav-tabs */
.nav-tabs {
    border: 4px solid #e85913;
}
.nav-pills .nav-link.active {
    border-radius: 0;
    margin: 0;
    color: white;
    font-size: 16px;
    position: relative;
    padding: 0 30.4px;
}
.nav-pills .nav-link.active:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 14px solid #fff;
    border-right: 14px solid transparent;
    bottom: -13%;
    transform: rotate(45deg);
    left: 62px;
}
.nav-pills .nav-link {
    border-radius: 0;
    height: 60px;
    padding: 0 30.4px;
    margin: 0;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 700;
}
.flex-column {
    display: -webkit-box;
    background-color: var(--theme-color);
    border-radius: 43px;
    width: 94%;
    margin: auto;
    overflow: hidden;
    position: relative;
    z-index: 1111;
}
.description {
    padding: 50px;
    border: 1px solid #c1c1c1;
    border-radius: 40px;
    margin-top: -24px;
    padding-top: 70px;
}
.what-do-you-get{
    padding: 0 60px;
    padding-top: 40px;
}
.what-do-you-get h4{
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 10px;
}
.tabs-img{
    margin: 60px 0;
}
.what-do-you-get .team-list{
    padding-top: 40px;
}
/* 73. specification */
ul.specification li:nth-child(even) {
    background-color: #f6f6f6;
}
ul.specification li h6 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    position: relative;
    padding-left: 40px;
}
ul.specification li{
    padding: 20px;
    border-radius: 50px;
}
ul.specification li span {
    position: absolute;
    left: 19%;
    padding-left: 40px;
    border-left: 1px solid #9b9b9b;
}
/* 74. review */
.review h3{
    font-size: 28px;
    font-weight: bold;
}
.review .single-comment{
    border: 0;
    border-bottom: 1px solid #dcdcdc;
    border-radius: 0;
}
.review .single-comment.lest{
    border: 0;
}
.rating{
    display: flex;
    justify-content: space-between;
}
.rating span{
    font-size: 16px;
    font-weight: bold;
}
.rating i{
    font-size: 20px;
}
.add-review{
    background-color: #f6f6f6;
    padding: 60px;
    border-radius: 40px;
}
.add-review.leave-comment .btn {
    width: auto;
    margin: initial;
}
/* 75. get-involved */
.get-involved img{
    border-radius: 35px;
}
.get-involved svg {
    fill: #fff;
    width: 60px;
    height: auto;
}
.get-involved i {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 20px;
}
.get-involved ul li i {
    background-color: transparent;
    width: 0;
    height: 0;
    padding: 0;
     transform: translateY(0px);
    margin-top: 0px;
}
.get-involved.data {
    width: 86%;
    margin: auto;
    background-color: white;
    border-radius: 40px;
    padding: 40px 40px 20px;
    margin-top: -58px;
    position: relative;
    padding-top: 0;
}
.get-involved i {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 20px;
    transform: translateY(-50px);
    margin-top: -12px;
}
.get-involved.data ul li {
    display: flex;
    align-items: center;
    padding-bottom: 8px;
}
.get-involved.data ul li i {
    padding-right: 20px;
}
.get-involved.data h3 {
    font-weight: bold;
    padding-bottom: 5px;
    margin-top: -40px;
    font-size: 20px;
    margin-bottom: 0;
	    color: black;
}

.get-involved.data h3:hover {
    color: var(--theme-color);
    
}
.get-involved:hover{
    transform: translateY(-10px);
}
.get-involved.data:hover {
    transform: translateY(0px);
}
/* 76. develop */
.get-involved.develop{
    display: flex;
}
.get-involved.develop i {
    transform: translatex(-50px);
    margin-top: 0px;
}
.get-involved.develop {
    display: flex;
    background-color: white;
    padding: 40px;
    border-radius: 40px;
    padding-left: 0;
    width: 91%;
    margin-left: auto;
    margin-bottom: 25px;
}
.get-involved.develop h3{
    font-weight: bold;
}
/* 77. get-involved.data.contact */
.get-involved.data.contact {
    width: 100%;
    border: 1px solid #d1d1d1;
    margin: 0;
    margin-top: 62px;
	margin-bottom:30px
}
.get-involved.contact i{
    margin-left: auto;
}
.get-involved.contact h6{
    margin-bottom: 0;
    color: var(--body-color);
}
.get-involved.contact a{
       color: var(--body-color);
    padding-left: 0;
}
.get-involved.data.contact:hover{
    background-color: var(--theme-color);
    border: 1px solid var(--theme-color);
}
.get-involved.data.contact:hover a,
.get-involved.data.contact:hover h6,
.get-involved.data.contact:hover h3{
    color: white;
}
.get-involved.data.contact svg{
    width: 50px;
}
/* 78. map */
.contact-map iframe {
    border-radius: 42px;
  
    height: 531px;
    width: 100%;
}
.dont-stranger{
    position: relative;
    padding: 80px 0;
}
.contact-form{
    overflow: hidden;
}
.dont-stranger:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fafafa;
    top: 0;
    left: 20%;
    border-radius: 40px;
    z-index: -1;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
/* 79. 404 pag */
.error-section {
    position: relative;
    padding-top: 150px;
    padding-bottom: 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.error-section:before{
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .7;
    background-color: var(--title-color);
}
.error h2{
    font-size: 180px;
    line-height: 180px;
    font-weight: bold;
}
.error h3{
    font-size: 40px;
    font-weight: bold;
}
.error {
    position: relative;
    background-color: white;
    border-radius: 400px;
    padding: 120px;
    width: 60%;
    margin: auto;
    text-align: center;
}
.error form{
    margin-top: 30px;
    position: relative;
    margin-bottom: 20px;
}
.error input {
    height: 65px;
    padding-left: 30px;
    width: 100%;
    border-radius: 44px;
    border: 1px solid #c1c1c1;
    outline: none;
}
button.error-button {
    position: absolute;
    background-color: var(--theme-color);
    color: white;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 0;
    right: 5px;
    top: 5px;
}
/* 80. featured-imagebox-gallery */
.featured-imagebox-gallery { margin: 12px 0; }
.featured-imagebox-gallery .featured-link {
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.3, 0.58, 0.55, 1);
    z-index: 1;
}
.featured-imagebox-gallery img{
    border-radius: 35px;
}
.featured-imagebox-gallery .featured-link:before {
    top: 50%;
    left: 50%;
    z-index: 2;
    opacity: 0;
    content: "";
    position: absolute;
    background-color: #ffffff;
    transform: translate(-50%, -50%);
    transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
}
.featured-imagebox-gallery .featured-link:after {
    top: 50%;
    left: 50%;
    z-index: 2;
    opacity: 0;
    content: "";
    position: absolute;
    background-color: white;
    transform: translate(-50%, -50%);
    transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
}
.featured-imagebox-gallery:hover .featured-link:before ,
.featured-imagebox-gallery:hover .featured-link:after {
    opacity: 1;
    top: 50%;
    left: 50%;
}
.featured-imagebox-gallery .featured-link:before {
    height: 40px;
    width: 2px;
    top: 100%;
}
.featured-imagebox-gallery .featured-link:after {
    width: 40px;
    height: 3px;
    left: 100%;
}
.featured-imagebox-gallery .featured-overlay {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: var(--theme-color);
    transition: 0.5s;
    border-radius: 35px;
}
.featured-imagebox-gallery:hover .featured-overlay {
    opacity: 0.8;
}
.p-60{
    padding-left: 60px;
    padding-right: 60px;
}
.featured-imagebox.two.featured-imagebox-gallery img,
.featured-imagebox.two.featured-imagebox-gallery .featured-overlay,
.featured-imagebox.three.featured-imagebox-gallery .featured-overlay,
.featured-imagebox.three.featured-imagebox-gallery img{
    border-radius: 0;
}
.featured-imagebox.three.featured-imagebox-gallery{
    margin: 0;
}
/* checkout-meta */
form.checkout-meta {
    background-color: transparent;
    padding: 0;
}
form.checkout-meta input {
    width: 100%;
    height: 65px;
    border-radius: 44px;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 14px;
    border: 1px solid #e8e8e8;
    font-weight: 700;
    color: var(--title-color);
    outline: none;
}
form.checkout-meta input::placeholder{
    color: var(--title-color);
}
form.checkout-meta.donate-page .nice-select.Advice{
    margin-bottom: 15px;
}
form.checkout-meta .ship-address{
    display: block;
}
form.checkout-meta .ship-address input {
    width: 0%;
    height: 0;
}
.ship-address label {
    padding-left: 30px;
    padding-top: 10px;
    font-weight: bold;
}
.ship-address input[type='radio']:after{
    top: 16px;
}
.cart_totals.cart-Total {
    color: var(--title-color);
    background-color: white;
    border: 1px solid #c1c1c1;
}
.cart_totals.cart-Total tr.Total{
    background-color: #ededed;
}
.woocommerce-additional-fields h3{
    font-size: 24px;
    font-weight: bold;
}
.woocommerce-additional-fields textarea.input-text {
    width: 100%;
    border-radius: 40px;
    height: 300px;
    padding: 25px;
    color: var(--title-color);
    border: 1px solid #e8e8e8;
    outline: none;
}
.woocommerce-additional-fields textarea.input-text::placeholder{
    color: var(--title-color);
    font-weight: bold;
}
/* 81. checkout-side */
form.checkout-meta .checkout-side input {
    width: 0;
}
form.checkout-meta .checkout-side label {
    padding-left: 30px;
}
form.checkout-meta .checkout-side input[type='radio']:after{
    top: 6%;
}
.checkout-side ul li {
    display: flex;
    align-items: baseline;
    height: 44px;
    font-weight: bold;
}
.checkout-side {
    padding: 60px;
    color: white;
    background-color: var(--theme-color);
    border-radius: 40px;
}
.checkout-side ul {
    margin-bottom: 10px;
}
/* 82. product-info */
.product-info .start i {
    font-size: 12px;
    color: #ffa200;
}
.product-info span {
    padding-left: 12px;
    font-weight: bold;
    color: #999;
}
.product-info h2{
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    padding-top: 10px;
}
form.variations_form span {
    padding: 0;
    color: var(--title-color);
}
form.variations_form ins{
    text-decoration: none;
}
form.variations_form ins span{
    font-size: 26px;
}
.stock {
    display: flex;
    align-items: baseline;
}
.stock h6 span {
    color: #79c73b;
    padding-left: 50px;
}
.quantity h6{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
}
.quantity {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
form.variations_form input.input-text {
    width: 30%;
    padding: 20px;
    border-radius: 48px;
    border: 1px solid #c1c1c1;
    margin-left: 20px;
    outline: none;
    font-weight: bold;
}
form.variations_form .btn span{
    color: white;
}
form.variations_form .btn{
    margin: 0;
}
.wishlist {
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.wishlist i {
    background-color: var(--theme-color);
    color: white;
    width: 60px;
    font-size: 22px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    line-height: 0;
}
/* 83. product_meta */
ul.product_meta {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #e2e2e2;
}
ul.product_meta > li {
    display: flex;
    align-items: center;
    padding-top: 10px;
}
ul.pd-cat,ul.pd-tag {
    padding-left: 10px;
}
ul.product_meta li span,{
    color: var(--title-color);
    font-weight: bold;
}
ul.product_meta li a{
    color: #999999;
    font-weight: bold;
    text-transform: capitalize;
}
/* 84. pd-imgs */
ul.pd-imgs li a {
    width: 130px;
    height: 130px;
    display: flex;
}
ul.pd-imgs li a {
    width: 130px;
    height: 130px;
    display: flex;
    border-radius: 20px;
    padding: 8px;
    border: 1px solid #c1c1c1;
}
ul.pd-imgs li{
    margin-right: 10px;
}
ul.pd-imgs {
    display: flex;
    margin-top: 40px;
}
.pd-main-img {
    padding: 20px;
    text-align: center;
    border: 1px solid #c1c1c1;
    border-radius: 45px;
}
li.li-pd-imgs.nav-active{
    position: relative;
    overflow: hidden;
}
li.li-pd-imgs.nav-active:before {
    content: "";
    position: absolute;
    background-color: #26268eb0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
/* 85. event-details */
.event-details img{
    border-radius: 35px;
    font-weight: bold;
    padding-top: 10px;
}
.p-100{
    padding-left: 100px;
    padding-right: 100px;
}
.event-details-text .upcoming-event-time {
    position: relative;
    left: 0;
    width: 30%;
    transform: translateY(-30px);
}
.event-details-text h2{
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;
}
.event-time{
    display: flex;
    align-items: center;
}
.event-time span{
    font-size: 18px;
    color: #999;
}
.event-time h6{
    font-size: 20px;
    color: #333333;
    margin-bottom: 0;
}
.event-time i{
    font-size: 50px;
    padding-right: 20px;
}
.organizer{
    display: flex;
    padding: 30px;
    background-color: #f1f1f1;
    margin-top: 50px;
    align-items: center;
    border-radius: 30px;
}
.organizer img{
    border-radius: 50px;
    margin-right: 20px;
}
.organizer h4{
    font-weight: bold;
    margin-bottom: 0;
} 
.event-details-text p{
    line-height: 30px;
    font-size: 18px;
}
.obviously h3 {
    margin-top: 40px;
    font-size: 28px;
    line-height: 40px;
    color: white;
    padding: 40px 80px;
    background-color: var(--theme-color);
    border-radius: 35px;
}

.event-details-text .contact-map iframe {
    height: 380px;
}
.fundraising.about {
    position: relative;
    margin-bottom: 138px;
    background-repeat: no-repeat;
    background-size: cover;
}
/* 86. shop_table */
table.shop_table {
    width: 100%;
}
table.shop_table thead {
    height: 75px;
    color: white;
    background-color: var(--theme-color);
    -moz-border-radius: 3px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
table.shop_table tr td {
    padding: 20px;
    border: 1px solid #c1c1c1;
    text-align: center;
    margin: -1px !important;
}
table.shop_table td.product-name span {
    font-size: 16px;
    color: #808080;
    display: block;
    font-weight: bold;
} 
table.shop_table td.product-subtotal span {
    font-weight: bold;
    font-size: 22px;
}
table.shop_table td.product-name a {
    font-weight: bold;
    display: block;
    font-size: 20px;
} 
table.shop_table td.product-remove a i{
    font-size: 20px;
}
table.shop_table td.product-quantity input {
    padding: 20px;
    border: 1px solid #c1c1c1;
    outline: none;
    font-weight: bold;
}
table.shop_table td.product-name {
    display: flex;
    text-align: inherit;
    align-items: center;
    margin: -1px;
    margin-top: 0;
}
table.shop_table td.product-name img {
    margin-right: 28px;
    border: 2px solid #c1c1c1;
    padding: 15px;
}
table.shop_table th {
    text-align: center;
}
table.shop_table td.product-price bdi {
    font-size: 24px;
    font-weight: bold;
    display: block;
}
table.shop_table td.product-price del{
    color: #c1c1c1 ;
}
table.shop_table td.product-price {
    text-align: inherit;
}
/* 87. coupon-area */
.coupon-area{
    padding: 45px;
    background-color: #f1f1f1;
    border-radius: 35px;
}
.coupon-area h3{
    font-size: 24px;
    font-weight: bold;
}
.coupon-area p{
    font-weight: bold;
}
.coupon{
    margin-top: 20px;
}
.coupon input {
    width: 100%;
    height: 65px;
    border-radius: 45px;
    padding-left: 30px;
    border: 0;
    margin-bottom: 20px;
    outline: none;
}
/* 88. cart_totals */
.cart_totals {
    text-transform: uppercase;
    padding: 54px;
    background-color: var(--theme-color);
    color: white;
    border-radius: 35px;
    text-align: inherit;
}
table.shop_table_responsive {
    width: 100%;
}
table.shop_table_responsive tr{
    font-weight: bold;
    font-size: 20px;
}
table.shop_table_responsive th{
    padding-bottom: 10px;
}
.cart_totals h4 {
    font-weight: bold;
    padding-bottom: 20px;
    padding-left: 50px;
}
tr.Total {
    background-color: white;
    color: var(--title-color);
    font-weight: bold;
    margin-top: 20px;
}
tr.Total th {
    height: 60px;
    font-weight: bold !important;
    line-height: 60px;
}
table.shop_table_responsive tr {
    font-weight: bold;
    font-size: 20px;
    display: flex;
    border-radius: 36px;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px;
}
.wc-proceed-to-checkout {
    margin-top: 20px;
    text-align: end;
}
/*-------------------       mobile-nav         -----------*/
.mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    background-color: white;
    padding: 50px 40px 15px;
    z-index: 5;
    transition: 0.45s ease-in-out;
    transform: translateX(-101%);
    -webkit-transform: translateX(-101%);
    -moz-transform: translateX(-101%);
    -o-transform: translateX(-101%);
    overflow-y: auto;
}
.mobile-nav ul li a svg {
    width: 11px;
}
.for #nav-icon4{
  color: var(--title-color);   
}
#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon4 span:nth-child(2) {
  top: 13px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.responsive-bar {
    display: none;
}
#nav-icon4 span:nth-child(3) {
  top: 25px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 35px;
  left: 8px;
}

i#nav-icon4 {
    display: none;
}
#nav-icon4 {
  width: 40px;
  height: 25px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: none;
  font-size: 25px;
  color: white;
}

#nav-icon4 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.mobile-nav > ul > li.menu-item-has-children:before {
    content: "";
    background-image: url(../img/down-arrow.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 25px;
    right: 0;
    width: 10px;
    height: 10px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}
.mobile-nav > ul > li.menu-item-has-children.active:before {
    background-image: url(../img/down-arrow-clr.svg);
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.mobile-nav > ul > li {
    position: relative;
    border-bottom: 0px solid #d4d4d4;
    padding: 10px 0;
    display: block;
}
.mobile-nav > ul > li:not(:last-child){
    border-bottom: 1px solid #d4d4d4;
}
.mobile-nav > ul li > a {
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
}
.mobile-nav > ul > li > a {
    font-size: 16px;
    line-height: 30px;
}
.mobile-nav > ul > li.menu-item-has-children > ul.sub-menu {
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 5px;
    position: absolute;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateX(15px);
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -o-transform: translateX(15px);
    border-top: 1px solid #d4d4d4;
    margin-top: 8px;
}
.mobile-nav > ul > li.menu-item-has-children.active > ul.sub-menu{
    position: relative;
    height: auto;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transition-delay: 0.1s;
}
.mobile-nav > ul > li.menu-item-has-children.active > ul.sub-menu li {
    padding: 5px 0;
    position: relative;
}
.res-log img {
    width: auto;
}
.mobile-nav > ul > li.menu-item-has-children.active > ul.sub-menu li:before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: -13px;
}
.res-log {
    margin-bottom: 30px;
}
.mobile-nav .donation {
    display: flex;
    align-items: center;
    margin: 25px 0;
}
.mobile-nav .donation a:first-child{
    margin-right: 40px;
}
.mobile-nav .donation a.theme-btn{
    padding: 10px 30px;
}
.mobile-nav .donation a.cart{
    position: relative;
}
.mobile-nav .donation a.cart:before {
    content: "1";
    color: white;
    width: 25px;
    height: 25px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    top: -7px;
    right: -19px;
    z-index: 1;
    font-size: 13px;
}
.res-rights p{
    color: #d6d6d6;
    font-weight: bold;
    letter-spacing: 5px;
    margin-top: 30px;
}

.mobile-nav.open {
    transform: translateX(0) !important;
    z-index: 33333333;
    box-shadow: 3px 3px 39px -4px rgba(0,0,0,0.75);
-webkit-box-shadow: 3px 3px 39px -4px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 3px 39px -4px rgba(0,0,0,0.75);
}
li.menu-item-has-children.active {
    background-color: transparent;
}
.mobile-nav a#res-cross:before {
    content: "";
    width: 35px;
    height: 35px;
    background-image: url('../img/remove.svg');
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    right: 20px;
}
.bar-menu i {
    color: var(--title-color);
    background-color: transparent;
    font-size: 24px;
}
.responsive-bar-slider {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
/*  cart popup */
.cart-popup {
    position: absolute;
    right: -103px;
    top: 67px;
    width: 340px;
    background-color: #fff;
    padding: 25px 25px 20px;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    box-shadow: 2px 3px 35px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 2px 3px 35px 0px rgb(0 0 0 / 10%);
}
.cart-popup:before {
    content: "";
    width: 41%;
    height: 5px;
    position: absolute;
    left: 59.2%;
    top: -5px;
}
.show-cart{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    border-radius: 30px;
}
.cart-popup img {
    width: 75px;
}
.cart-popup .p-img {
    padding: 10px 5px;
}
.cart-popup .p-data h3 {
    font-size: 18px;
    color: #191919;
    margin-bottom: 5px;
    line-height: 28px;
}
.cart-popup .p-data {
    padding-left: 15px;
}
.cart-popup .p-data p {
    line-height: 25px;
}
.cart-popup ul li {
    margin-bottom: 18px;
}
.cart-popup ul li:not(:last-child) {
    border-bottom: 1px solid #00000014;
    padding-bottom: 15px;
}
.cart-popup ul li a:before {
    content: "";
    width: 25px;
    height: 25px;
    background-image: url('../img/remove.svg');
    background-repeat: no-repeat;
    position: absolute;
    top: -5px;
    left: -10px;
}
.cart-popup .cart-total {
    background-color: #eee;
    padding: 15px;
    margin-bottom: 10px;
}
.cart-popup .cart-total span {
    font-size: 18px;
    line-height: 25px;
    color: #222;
}
.cart-popup .cart-btns a {
    font-size: 16px;
    line-height: 25px;
    color: #222;
    text-transform: uppercase;
}
.cart-popup .cart-btns a.checkout {
    border: 1px solid var(--theme-color);
}
.cart-popup .cart-btns a.checkout:hover{
    background-color: var(--theme-color) ;
    border: 1px solid var(--theme-color);
}
.cart-popup .cart-btns a {
    font-size: 16px;
    line-height: 25px;
    color: #222;
    text-transform: uppercase;
    width: 50%;
    text-align: center;
    padding: 10px;
    border: 2px solid #909090;   
}
.cart-popup .cart-btns a:not(:last-child){
    margin-right: 8px;
}
.donation .light-bg img {
    border-radius: 0px;
}
/*  89. transition   */
 td.product-remove a i,.get-involved.data.contact a,.get-involved.data.contact h6,.get-involved.data.contact h3,
ul.instagram-posts figure:before,.posts.Photo a,.get-involved,.get-involved.data.contact,
.upcoming-event-data a h4,ul.categories li a,ul.categories li a span,ul.popular-posts li h4 a,
.enter-your-information input.give-submit,.news-article-one h3,.recent-causes-data h3,.volunteer i,.Information ul li a,.team-hover,
.add-to-cart a i,.upcoming-event-img > a i,.child-sponsor-slide .owl-nav i,.team-join-data a h5,
.logodata.owl-carousel .owl-item img,.social-media li a i,.contact-info a,.team-join-data,.what-we-provide-text,
.urgent-causes-two .recent-causes-urgent .btn span,.recent-causes-urgent h4,.footer-from button,
.upcoming-event-data.style-two,.news-article-two a h3,ul.image-gallery li figure:before,nav ul ul,
button.error-button,td.product-name a,.cart-popup,.mobile-nav > ul li > a,.cart-popup .cart-btns a.checkout,
.please-donate-today form input.give-submit,button.give-donation-level-btn,.post-tags li a,.gifts-data h5,
.extras a.theme-btn,.upcoming-event-img figure:before,.charity-style-three-data h5,.upcoming-event-time,.navNext i,.see-impact-slids .owl-nav button i,
.add-to-cart a i,.add-to-cart,.article-data h3,.featured-area-two-data i,.charity-style-three figure:before
,.navPrev i,.charity-style-three .btn,.recent-posts li h6 a,.upcoming-event-data,nav ul li ul,
.gifts-slids .owl-nav i,nav ul ul li a{
    transition: .3s ease-in-out;
}
@media only screen and (max-width: 2200px) and (min-width: 1200px){
    .zoom-slider .owl-item.active.center {
        width: 594px !important;
        margin-top: 0;
    }
    .zoom-slider {
        max-height: 728px !important;
    }
    .zoom-slider .owl-item.active {
        width: 320px !important;
        margin: 10px;
        margin-top: 80px;
    }
    .zoom-slider.owl-carousel .owl-item img {
        display: block;
        width: 99%;
        margin-left: 3px;
    }
    .project-today .owl-item.active.center {
        width: 856px !important;
        margin-top: 0 !important;
    }
    .project-today .owl-item.active {
        width: 220px !important;
        margin-top: 90px !important;
    }
    .project-today .owl-stage-outer {
        max-height: 400px;
    }
}
@media only screen and (max-width: 1400px) and (min-width: 1200px){
    .zoom-slider .owl-item.active {
        width: 273px !important;
        margin-top: 90px;
    }
    .zoom-slider .owl-item.active.center {
        width: 520px !important;
        margin-top: 0;
    }
    .project-today .owl-item.active.center {
        width: 676px !important;
        margin-top: 0 !important;
    }
    .project-today.owl-carousel .owl-item.active.center img {
        width: 46%;
    }
    .project-today .owl-item.active {
        width: 220px !important;
        margin-top: 60px !important;
    }
    section.support-a-safe.gap {
        padding-bottom: 0;
    }
}
.shaps-bottom img{
    width: 103%;
}
section.gap.about-img-slidr {
    margin-top: 120px;
}
/* 90. hoverimg */
.hoverimg figure {
    position: relative;
}
.hoverimg figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.hoverimg figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
/* 91. loading */
.preloader {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 999111111;
  left: 0;
  top: 0;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}
.page-loaded .preloader {
  left: -100%;
}
.sec-loading {
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec-loading .one {
  height: 100px;
  width: 100px;
  border: 8px solid white;
  transform: rotate(45deg);
  border-radius: 0 50% 50% 50%;
  position: relative;
  animation: move 0.5s linear infinite alternate-reverse;
}
.sec-loading .one::before {
  content: "";
  position: absolute;
  height: 55%;
  width: 55%;
  border-radius: 50%;
  border: 4px solid transparent;
  border-top-color: white;
  border-bottom-color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: rotate 1s linear infinite;
}

@keyframes rotate {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes move {
  to {
    transform: translateY(15px) rotate(45deg);
  }
}

/* 92. back to top button  */
#button {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  background-color: var(--theme-color);
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 44px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: var(--title-color);
}
#button:active {
  background-color: var(--title-color);
}
#button.show {
  opacity: 1;
  visibility: visible;
}
/* 93. header two  */
header.two .logo-menu {
    background-color: transparent;
    border: 0;
}
header.two .extras a.theme-btn {
    padding: 16px 44px;
}
header.two .logo {
    justify-content: inherit; 
}
header.two nav a{
    color: white;
}
header.two .logo-menu .extras a.pr-cart svg{
    fill: white;
}
header.two .logo:before,header.two nav:before{
    width: 0;
}
header.two nav ul ul li a{
    color: var(--title-color);
}
header.two nav a {
    padding: 10px 18px;
}
header.two nav ul ul {
    top: 74px;
}
header.two nav ul ul li a {
    padding: 0px 10px;
}
/* 94. header three */
header.three .phone span,header.three .phone a,
header.three ul.social-media-icon li a .icon,header.three .login a,header.three .login > i{
    color: #555;
}
header.three ul.social-media-icon li a:hover .icon{
    color: white;
}
header.three .top-bar{
    background-color: white;
}
header.three .logo-menu{
    margin-top: 20px;
}
header.three .top-bar {
    height: 70px;
}
header.two.for .second-bar {
    position: absolute;
    width: 100%;
    z-index: 1111111;
    margin-top: 60px;
}


/*light*/
.light i {
    font-size: 20px;
    transform: rotate(-30deg);
    background-color: white;
    width: 30px;
    height: 30px;
    border-radius: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.light {
    margin-left: 40px;
}
img#theme-icon {
    height: 25px;
    margin-left: 15px;
}
img.dark-icon {
    display: none;
}
img.light-icon {
    display: block;
}
.theme-color {
    border: 3px solid #fff;
    background-color: #222;
    position: fixed;
    right: 0;
    width: 59px;
    height: 40px;
    display: flex;
    align-items: center;
    z-index: 11111;
    border-radius: 35px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    top: 30%;
    border-right: 0;
}
img.var(--title-color)-logo{
    display: none;
}
.our-shop .gifts-img.style-two {
    margin-bottom: 45px;
}

/**********/

.footer-bootom-bar{
	 background-color:var(--theme-color);
	 position:relative;
	 padding:20px 0px 20px;
	 text-align:center
}

 
			
			.header-logo{
				padding:8px 0px 5px 0px
			}
			.header-logo img{
				    height: 75px;
			}
			.header-logo h3{
				font-weight: 600;
    color: var(--theme-color);
    text-align: center;
    line-height: 1.2;
    font-size: 23px;
    margin-bottom: 0px;
	padding-left:10px
			}
			/*************/
			.bb-sec{
				margin-bottom:30px
			}
			.bb-sec h5{
				color:var(--theme-color)
			}
			.bb-sec h3{
				margin-bottom:10px
			}
			.bb-sec h3 a{ 
			color:var(--title-color);
			font-size:25px;
			font-weight:700;
			
			}
			.bb-sec h3 a:hover{ 
			color:var(--theme-color)
			}
			.Eventsec{
				position:relative;
				padding:0px 0px 60px
			}
			
			/**********/
			
			.faturesec{
				position:relative;
				padding:60px 0px 60px
			}
			
		.Activity-sec {
     margin-top: 0;
    position: relative;
    padding: 50px 0px 60px;
	overflow: hidden;
}
			.Activity-sec:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 854px;
    background-image: url(../img/dottes-bg.png);
}
			.objectivesec{
				position:relative;
				padding:0px 0px 60px 
			}
			
			
			/**********/
			
			.objective-bg{
				background:var(--theme-color)
			}
			
			/***********/
			
			.Secial-sevices{
				position:relative;
				padding:60px 0px 60px
			}
			
			/*********/
			
			.s-ser-bg{
				position: relative;
    height: 470px;
    width: 100%;
    z-index: 1;
  
    border-radius: 0px;
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
			}
			
			.serviceb-text{
				padding:30px;
				text-align:center;
				position:relative
			}
			.serviceb-text p{
				color:#fff
			}
			
			/***********/
			.get-involved img{
				height:239px;
				width:100%;
				object-fit:cover
			}
			
			/**********/
			.footer-logo-one{
				
			}
			.footer-logo-one img{
				height:120px
			}
			.footer-logo-one h3{
				font-weight: 600;
    color: var(--theme-color);
    text-align: center;
    line-height: 1.2;
    font-size: 28px;
    margin-bottom: 0px;
    padding-left: 10px;
				color:#fff
			}
			
			/**************/
			
			.Donation-sec{
				position:relative;
				padding:0;
			}
			
			.donation-bg{
				position: relative;
    height: 100%;
    width: 100%;
    z-index: 1;
    border-radius: 0px;
   
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	padding:0px
				
			}
			
			.donation-bg-line{
				position:relative;
				width:100%;
				border:0px dotted #fff;
				padding:0px
			}
			
			.donation-bg-text{
				position:relative;
				width:100%;
				background:#fff;
				padding:0px 30px
			}
			
			.donation-bg-text h3{
				    color: var(--theme-color);
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: 700;
    text-align: center;
			}
		.Bank-bx {
      position: relative;
    padding: 30px;
    width: 100%;
    background: #f7f7f7;
}
			.donation-bg-text h4{
				font-size: 14px;
    margin-bottom: 9px;
    line-height: 1.3;
    font-weight: 700;
    color: var(--title-color);
				
			}
			.donation-bg-text h4 strong{
			    font-weight: 700;
    color: #860001;
			}
			
			/********/
			
			.do-nc{
			    position: relative;
    padding: 0px 0px 0px;
  
    width: 100%;
			}
			
			.donate-row .col-lg-4:first-child{
				  border-right: 1px solid var(--theme-color);
			}
				.donate-row .col-lg-4:last-child{
				  border-left: 1px solid var(--theme-color);
			}
			
			/*************/
			
			.Gal-secs{
	position:relative;
	display:block;
	padding:0px 0px 30px;
}



/*************/

.gallery-img {
	position:relative;
	z-index:2;
	border-radius:10px;
	overflow:hidden;
	box-shadow:
    -50px -50px 0 -40px var(--theme-color),
    50px 50px 0 -40px var(--theme-color);
}

.gallery-card:hover .gallery-img {
	box-shadow: -50px 50px 0 -40px var(--theme-color), 50px -50px 0 -40px var(--theme-color);
}
.gallery-img img {
	width:100%;
	-webkit-transition:0.4s ease-in-out;
	transition:0.4s ease-in-out;
	    object-fit: cover;
      height: 234px;
}
.gallery-img:before {
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-color:#81332b8c;
	visibility:hidden;
	opacity:0;
	-webkit-transition:0.4s ease-in-out;
	transition:0.4s ease-in-out;
	z-index:1
}
.gallery-btn {
	background-color:var(--white-color);
	color:var(--theme-color);
	width:50px;
	height:50px;
	line-height:50px;
	border-radius:10px;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%, 50%);
	-ms-transform:translate(-50%, 50%);
	transform:translate(-50%, 50%);
	-webkit-transition:0.4s ease-in-out;
	transition:0.4s ease-in-out;
	text-align:center;
	visibility:hidden;
	opacity:0;
	z-index:2
}
.gallery-btn:hover {
	background-color:var(--theme-color);
	color:var(--white-color)
}
.gallery-card {
	position:relative;
	margin-bottom:30px;
	    padding: 10px;
		width:100%;
		box-shadow: 0px 1px 14px 12px #e3e3e3;
    border-radius:6px;
}

.gallery-card .gallery-content {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding:30px 15px;
	text-align:center;
	z-index:3;
	-webkit-transition:0.4s ease-in-out;
	transition:0.4s ease-in-out;
	visibility:visible;
	opacity:0;
	-webkit-transform:translateY(50px);
	-ms-transform:translateY(50px);
	transform:translateY(50px);
	-webkit-transition-delay:0.1s;
	transition-delay:0.1s
}
.gallery-card .gallery-title {
	font-size:20px;
	font-weight:600;
	color:var(--white-color);
	margin-bottom:0
}
.gallery-card .gallery-tag {
	color:var(--white-color);
	font-weight:500;
	display:block;
	margin-bottom:4px
}
.gallery-card:hover .gallery-img:before {
	visibility:visible;
	opacity:0.8
}
.gallery-card:hover .gallery-img img {
	-webkit-transform:scale(1.06);
	-ms-transform:scale(1.06);
	transform:scale(1.06);
	-webkit-transition: .8s ease all;
    transition: .8s ease all;
    webkit-transform: scale(1.2) rotate(5deg);
    -ms-transform: scale(1.2) rotate(5deg);
    transform: scale(1.2) rotate(5deg);
}
.gallery-card:hover .gallery-btn {
	-webkit-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	visibility:visible;
	opacity:1
}
.gallery-card:hover .gallery-content {
	visibility:visible;
	opacity:1;
	-webkit-transform:translateY(0);
	-ms-transform:translateY(0);
	transform:translateY(0)
}

.slider-home-1.owl-carousel .slides.item{
	position:relative
}
.slider-home-1.owl-carousel .slides.item:before{
content: "";
    background: rgb(0 0 0 / 45%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.slider-home-1.owl-carousel .slides.item .container{
	position:relative
}



/* new updation */

.breadcrumb-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 160px 0;
    overflow: hidden;
}
.bg-f {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ddd;
}
.breadcrumb-title {
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: left;
}
.breadcrumb-title h2 {
    font-size: 40px;
    font-weight: 700;
    color: var(--theme-color);
    margin: 0 0 15px;
}
.breadcrumb-title .breadcrumb-menu {
    text-align: left;
}
.breadcrumb-title .breadcrumb-menu li:first-child {
    margin-left: 0;
}
.breadcrumb-title .breadcrumb-menu li {
       display: inline-block;
    margin: 0 10px;
    position: relative;
    color: var(--theme-color);
    font-weight: 600;
}
.breadcrumb-title .breadcrumb-menu li:after {
    position: absolute;
    top: 1px;
    right: -13px;
    content: "/";
    font-size: 16px;
    background-color: transparent;
    color: var(--title-color);
}
.breadcrumb-wrap:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, rgb(255 255 255 / 52%) 70%, rgba(255, 255, 255, 0.03) 95%);
}
.breadcrumb-title .breadcrumb-menu li:last-child:after {
	content:unset;
}
section.About-section {
    position: relative;
    padding: 40px 0px 40px 0px;
}



.headings {
    text-align: center;
}
.headings p {
    font-weight: bold;
    color: var(--title-color);
    text-transform: uppercase;
    padding-top: 20px;
    letter-spacing: 0px;
    margin-bottom: 0px;
}
.headings h2 {
    font-weight: bold;
    text-transform: capitalize;
    width: 100%;
    margin: auto;
    padding-bottom: 30px;
    color: var(--theme-color);
    font-size: 40px;
    line-height: 1.1;
}
.hoverimgs figure {
    position: relative;
}


.blog-area.grid-colum.full-blog.blog-standard.full-blog.grid-colum.default-padding.mb-4 {
    position: relative;
    padding: 40px 0px 40px 0px;
}
.blog-area .item {
    background: var(--white);
    box-shadow: 0 0 25px rgb(0 0 0 / 8%);
}
.blog-area .item .thumb {
    position: relative;
    z-index: 1;
}
.blog-area .item .thumb .date {
    position: absolute;
    left: 30px;
    bottom: 0;
    background: var(--theme-color);
    color: #fff;
    padding: 10px 24px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}
.blog-area .item .thumb .date strong {
    display: block;
    font-size: 30px;
    font-weight: 700;
}
.blog-area .item .thumb .date::after {
    position: absolute;
    left: 0;
    bottom: -10px;
    content: "";
    border-left: 0 solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid var(--theme-color);
}
.blog-area .info {
    overflow: hidden;
    padding: 30px;
    position: relative;
    z-index: 1;
}
.blog_span {
    color: var(--theme-color);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}
.blog-area h1, .blog-area h2, .blog-area h3, .blog-area h4, .blog-area h5, .blog-area h6 {
    font-weight: 500;
    color: #0E1E36 !important;
}


/* blog-detail */
.blog-details {
    position: relative;
    padding: 60px 0px 60px;
}
.blog-details__left {
    position: relative;
    display: block;
}
.blog-details__img {
    position: relative;
    display: block;
    border-radius: 10px;
}
.blog-details__img img {
    width: 100%;
    border-radius: 10px;
}
.blog-details__content {
    position: relative;
    display: block;
    margin-top: 22px;
}
.blog-details .blog-details__title {
    font-size: 30px;
    line-height: 40px;
    margin-top: 12px;
    margin-bottom: 7px;
    font-weight: 700;
}
.blog-details .tts-lavel {
    color: var(--theme-color);
    font-weight: 600;
    font-size: 18px;
}
.blog-details .sidebar__post {
    position: relative;
    display: block;
    padding: 30px 16px 17px;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}
.blog-details .sidebar__post .sidebar__title {
    margin-left: 20px;
    font-weight: 600;
    color: var(--theme-color);
    font-size: 23px;
}
.sidebar__post .sidebar__post-list {
    margin: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.sidebar__post .sidebar__post-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 20px 17px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.sidebar__post .sidebar__post-list .sidebar__post-image {
    margin-right: 20px;
    -webkit-box-flex: 70px;
    -ms-flex: 70px 0 0;
    flex: 70px 0 0;
}
.blog-details .sidebar__post .sidebar__post-list .sidebar__post-image>img {
    width: 80px;
    border-radius: 10px;
    height: 100px;
    object-fit: cover;
}
.sidebar__post .sidebar__post-list .sidebar__post-content {
    position: relative;
    top: -3px;
}
.sidebar__post .sidebar__post-list .sidebar__post-content h3 {
    font-size: 18px;
    margin: 0;
    line-height: 26px;
    letter-spacing: 0;
}
.blog-details .sidebar__post .sidebar__post-list .sidebar__post-content h3 a {
    color: #0e2207;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.sidebar__post .sidebar__post-list li:hover {
    background-color: #fff;
    border-radius: 10px;
}
.sidebar__post .sidebar__post-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 20px 17px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

/* gallery */
.GalsSec {
    padding: 50px 0px 60px 0px;
}
.masonry-thumbs {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1px;
    margin-right: -1px;
    margin-bottom: -2px;
    overflow: hidden;
    -webkit-transition: height .4s ease;
    -o-transition: height .4s ease;
    transition: height .4s ease;
    width: 100%;
    position: relative;
}
.masonry-thumbs .grid-item {
    display: inline-block;
    position: relative;
    width: 100%;
    /* max-width: 100%; */
    /* height: auto; */
    overflow: hidden;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 0;
    border: 5px solid var(--theme-color);
}
.grid-item:before {
    bottom: 0;
    content: "";
    left: 50%;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    position: absolute;
    right: 51%;
    top: 0;
    background: rgb(18 18 18 / 59%) none repeat scroll 0 0;
}
.masonry-thumbs .grid-item img {
    object-fit: cover;
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    height: 235px;
    width: 100%;
}
.grid-item:after {
    bottom: 50%;
    content: "";
    left: 0;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    position: absolute;
    right: 0;
    top: 50%;
    background: rgb(18 18 18 / 59%) none repeat scroll 0 0;
}
.grid-item:hover:before, .grid-item:hover:after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
}
.masonry-thumbs a:hover i {
    opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.masonry-thumbs a i {
    opacity: 0;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    color: rgba(255, 255, 255, 0.7);
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.65);
    padding: 5px;
    font-size: 14px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    -webkit-backface-visibility: hidden;
}


/* contact page */
.Contact-sec {
    position: relative;
    padding: 50px 0px 0px;
}
.style-eight {
    position: relative;
    border-radius: 5px;
    padding: 49px 30px 25px;
    background: #fff;
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 14px 9px;
    min-height: unset;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 55px;
}
.style-eight .service-box-icon {
    color: #333;
    font-size: 25px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.style-eight .service-box-icon {
    position: absolute;
    top: -25px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    box-shadow: rgb(154 152 152 / 10%) 0px 10px 14px 9px;
    left: 40%;
}
.style-eight .service-box-icon i {
    margin-bottom: 15px;
    display: inline-block;
    color: #fff;
}
.style-eight .service-box-icon i {
    color: var(--theme-color);
    font-size: 30px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
    background: var(--theme-color);
}
.style-eight .service-content {
    position: relative;
    z-index: 1;
}
.style-eight .service-content p {
    margin-bottom: 5px;
    margin-top: 0px;
    text-align: center;
    font-size: 16px;
    color: #212124;
}
.style-eight::after {
    content: '';
    position: absolute;
    height: 40px;
    width: 40px;
    background: var(--theme-color);
    bottom: 0;
    border-radius: 100% 0 6px 0px;
    right: 0;
}
.style-eight:hover {
    background: #f7f8f9;
}
.contactform {
    padding: 40px 40px;
    margin-bottom: 30px;
    background-color: var(--theme-color);
    box-shadow: 0px 20px 50px 0px rgb(0 0 0 / 20%);
    background: var(--theme-color);
}
.contactform .form-group {
    margin-bottom: 20px;
}
.form-group {
    margin-bottom: var(--bs-gutter-x);
    position: relative;
}
.contactform .form-group label {
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.contact-sec {
    position: relative;
    padding: 60px 0px 0px 60px;
}
.contactform .form-group .form-control {
    border: 1px solid #eee !important;
    padding-left: 15px;
    padding-left: 15px;
    color: #1a2238;
    font-size: 15px;
    box-shadow: unset !important;
    transition: .5s;
    background-color: #f7f8f9 !important;
}
.contactform .form-group textarea {
    height: 110px;
}
textarea.form-control, textarea {
    min-height: 150px;
    padding-top: 16px;
    padding-bottom: 17px;
}
textarea.form-control {
    min-height: calc(1.5em + .75rem + 2px);
}
select, .form-control, .form-select, textarea, input {
    height: 55px;
    padding: 0 25px 0 20px;
    padding-right: 45px;
    border: 1px solid transparent;
    color: var(--body-color);
    background-color: var(--smoke-color);
    border-radius: 5px;
    font-size: 15px;
    width: 100%;
    font-family: var(--body-font);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.slick-slide:focus, button:focus, a:focus, a:active, input, input:hover, input:focus, input:active, textarea, textarea:hover, textarea:focus, textarea:active {
    outline: none;
}
textarea {
    resize: vertical;
}


.theme-btn.btn-border {
 
    transition: all 0.3s ease;
}


.theme-btn.btn-border:hover {
    border-color: green; 
    color: var(--theme-color);
}

.info h4 a {
    color: black;
    text-decoration: none; 
    transition: color 0.3s ease;
	    font-weight: 700;
    font-size: 22px;
}

.info .theme-btn.btn-border{
	color: var(--theme-color); 
	font-weight:600
}
.info h4 a:hover {
    color: var(--theme-color); 
}
.blog-area .info {
    margin-bottom: 30px;
}
.help-mans img {
    height: 450px;
    object-fit: cover;
}
.help-mans {
    overflow: hidden; 
    position: relative;
    display: inline-block; 
    width:100%;
}


.help-mans img {
    transition: opacity 0.5s ease, transform 0.5s ease; 
}


.help-mans:hover img {
    opacity: 0.5; 
    transform: translateX(-20px); 
}


.GalsSec .grid-item {
    position: relative;
    overflow: hidden; /* Ensure images do not overflow */
}

.GalsSec img {
    width: 100%;
    height: auto; /* Maintain aspect ratio */
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.GalsSec .grid-item:hover img {
    transform: scale(1.05); /* Slight zoom effect */
    opacity: 0.8;
}

.GalsSec .fas.fa-camera {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px;
    border-radius: 50%;
    display: none; /* Hide by default */
}

.GalsSec .grid-item:hover .fas.fa-camera {
    display: block; /* Show on hover */
}
.col-lg-4.col-md-6.mb-4.gal-th {
    padding:10px;
}

/********/

.Contact-iinersec{
	position:relative;
	padding:60px 0px 30px
	}
	
	/***********/
	
	/**********/
.Gallery-innersec{
	position:relative;
	padding:50px 0px 50px;
}
.img-hover-wrap {
	-webkit-transition: transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
	-moz-transform-style: flat !important;
	-webkit-backface-visibility: hidden;
	
	margin-top:15px;
}

.img-hover-wrap:hover {
	-webkit-transform: scale(1.06);
	-ms-transform: scale(1.06);
	-o-transform: scale(1.06);
	transform: scale(1.06);
	z-index: 2;
}

.img-hover-card > a::after {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	
	z-index: 0;
	-webkit-transition: background-color .3s ease;
	-o-transition: background-color .3s ease;
	transition: background-color .3s ease;
}

.img-hover-wrap:hover .img-hover-card > a::after { background-color: rgba(0, 0, 0, 0.6); }

.img-hover-card {
	position: relative;
    display: block;
    will-change: transform;
    transition: all .3s ease;
    border: 10px solid #62122f30;
	    border: none;
    border-radius: 20px;
}

.img-hover-card a {
	width: 100%;
	max-width: 100%;
	display: block;
	z-index: 99;
}
.img-hover-card a img{
	width:100%;
	box-shadow: 0px 1px 14px 12px #e3e3e3;
    border-radius: 6px;
	padding:15px
	
}
.img-hover-card.hover-in {
	transition: -webkit-transform .2s ease-out;
	transition: transform .2s ease-out;
	transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.img-hover-card.hover-3d { z-index: 2; }

.img-hover-card.hover-out {
	transition: -webkit-transform .2s ease-in;
	transition: transform .2s ease-in;
	transition: transform .2s ease-in, -webkit-transform .2s ease-in;
}

.img-hover-wrap:hover .img-hover-card { box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4); }

.img-hover-wrap .img-hover-detail {
	position: absolute;
  
    top: auto;
    left: 0;
    bottom: 0;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -webkit-transition: transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease;
	opacity: 0;
	    text-align: center;
    width: 100%;
	
}

.img-hover-wrap:hover .img-hover-detail {
	opacity: 1;
	-webkit-transform: scale(1.06) translateY(-5px) translateZ(50px);
	-ms-transform: scale(1.06) translateY(-5px) translateZ(50px);
	-o-transform: scale(1.06) translateY(-5px) translateZ(50px);
	transform: scale(1.06) translateY(-5px) translateZ(50px);
}

.img-hover-wrap .img-hover-title {
	margin: 0 0 0px 0;
	font-size: 20px;
	font-weight: 500;
	text-align:center;
	z-index: 9;
	padding:10px
}

.img-hover-wrap .img-link {
	opacity: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #FFF;
	border-radius: 50%;
	text-align: center;
	line-height: 18px;
	font-size: 11px;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.img-hover-wrap:hover .img-link { opacity: 1; }

.img-hover-detail a { color: #fff; }


/*************/

.service-box {
    text-align: center;
    --shape-size: 92px;
    padding: 40px 40px 42px 40px;
    border-radius: 10px;
    border: 2px solid #ecfbe6;
    position: relative;
    margin-bottom: 25px;
    background-color: var(--white-color);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    --shape-size: 82px;
    padding: 30px 30px 32px 30px;
    position: relative;
    width: 100%;
}
.service-box .sr-icon {
  background-color: var(--white-color);
  padding: 13px;
  margin-top: calc(var(--shape-size) / -2 - 13px);
  display: inline-block;
  margin-bottom: 13px;
  position: relative;
  z-index: 2;
  border-radius: 50%;
}

.service-box .sr-icon img {
  width: var(--shape-size);
  height: var(--shape-size);
  line-height: var(--shape-size);
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 3em;
  display: inline-block;
  padding:10px;
  text-align: center;
  border-radius: inherit;
}
.service-box .sr-img {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.service-box .sr-img:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--theme-color)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, var(--theme-color) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.8;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  z-index: 1;
}
.service-box .sr-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  height: 250px;
    object-fit: cover;
    width: 100%;
}
.service-box .sr-content {
  padding: 0 0px;
}
.service-box .sr-content h3{
	font-size:22px;
	font-weight:700;
	margin-bottom:10px
}
.service-box .icon-btn {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin: 0 0 -24px -25px;
}
.service-box:hover {
  border-color: var(--theme-color);
  -webkit-box-shadow: 0px 12px 47px 0px rgba(39, 71, 125, 0.07);
          box-shadow: 0px 12px 47px 0px rgba(39, 71, 125, 0.07);
}
.service-box:hover .sr-img:before {
  height: 100%;
}
.service-box:hover .sr-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/**********/

.Activity-innersec {
    position: relative;
    padding: 30px 0px 30px;
}
.sr-icon i {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 9px;
    margin-top: 0;
    background-color: var(--theme-color);
}
.sr-icon svg {
    fill: #fff;
    width: 60px;
    height: auto;
}

/**********/

/**************************/
#youmyModal{
	top:60px;
	    z-index: 100000000
}
#youmyModal .modal-header{
	    text-align: center;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    padding: 15px 30px 15px;
    background: var(--theme-color);
    margin-bottom: 0px;
}
#youmyModal .modal-body {
    position: relative;
    
    padding: 20px;
}
#youmyModal .modal-content{
	-webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
}
#youmyModal  h5{
	   color: #fff;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    /* margin: 0px auto; */
    line-height: 30px;
}

#youmyModal .btn-close {
       color: #fff;
    position: relative;
    display: block;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    background: #fff;
	line-height: 10px;
	outline:none;
}
#youmyModal .btn-close span {
	color:var(--theme-color);
}
@media (min-width: 576px) {
   #youmyModal .modal-dialog {
        max-width: 525px;
        margin: 1.75rem auto;
    }
}
.slider-contactform{
	
}
.slider-contactform input::placeholder, .slider-contactform textarea::placeholder{
	color:#000;
	font-size:15px;
}
.slider-contactform textarea ~ i, .slider-contactform select ~ i, .slider-contactform input ~ i {
	color:#000;
}
.slider-contactform textarea{
	height: 100px;
    min-height: 100px;
}
.slider-contactform .form-group {
    margin-bottom: 15px;
    position: relative;
}
.slider-contactform .form-group input {
     width: 100%;
    height: 50px;
    border-radius: 6px;
    background: #f4faff;
    font-size: 16px;
    font-weight: 500;
    color: var(--title-color);
    border: 1px solid #d8edff;
    outline: none;
    padding: 5px 10px;
}
.slider-contactform .form-group select {
     width: 100%;
    height: 50px;
    border-radius: 6px;
    background: #f4faff;
    font-size: 16px;
    font-weight: 500;
    color: var(--title-color);
    border: 1px solid #d8edff;
    outline: none;
    padding: 5px 10px;
}
.slider-contactform .form-group textarea {
     width: 100%;
    height: 120px;
    border-radius: 6px;
    background: #f4faff;
    font-size: 16px;
    font-weight: 500;
    color: var(--title-color);
    border: 1px solid #d8edff;
    outline: none;
    padding: 5px 10px;
}
.slider-contactform .form-group input::placeholder; .slider-contactform .form-group textarea::placeholder{
	 font-size: 16px;
	  color: var(--title-color);
}
.slider-contactform .as-btn{
	
padding: 17.5px 22px;
    border-radius: 9999px;
    font-size: 13px;
}

/***************/
.dontate-modal{
	position:relative;
	padding:0px 0px 30px
}
.dontate-modal h2{
	    font-size: 19px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--title-color);
    margin-bottom: 15px;

}

.dontate-modal h3{
				    background: var(--theme-color);
    font-size: 18px;
    margin-bottom: 13px;
    font-weight: 700;
    color: #fff;
    padding: 10px 15px;
			}
			.dontate-modal .Bank-bx{
				position:relative;
				padding:20px 0px;
				width:100%;
				padding-top:0px
			}
			.dontate-modal h4{
				font-size: 15px;
    margin-bottom: 9px;
    line-height: 1.3;
    font-weight: 700;
    color: var(--title-color);
				
			}
			.dontate-modal h4 strong{
			    font-weight: 700;
    color: var(--theme-color);
			}
			
			
			
			/**************/
			
			/*********/

.Service-inner{
    position: relative;
    padding: 0px 0px 0px;
   
}
.Products-innersec{
	position:relative;
}

.Products-innersec .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}
.Products-innersec .col-lg-6 {
    padding-left: 0px;
    padding-right: 0px;
}
.Classtt-img {
    height: 100%;
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.classttt-right {
    padding: 40px 80px 40px;
    position: relative;
    width: 100%;
  
}

.classttt-right h3{
       font-size: 32px;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 1.3em;
    color: var(--theme-color);
    text-transform: capitalize;
    text-align: left;
}

.classttt-right ul{
	position:relative;
	padding:0;
	margin-bottom:0px
}
.classttt-right ul li{
	position:relative;
	padding-left:15px;
	list-style:none;
	margin-bottom:10px;
	display:block;
	font-weight:500;
	color:var(--body-color)
}

.classttt-right ul li:before{
	content:'';
	left:0;
	top:8px;
	width:8px;
	height:8px;
	background:var(--title-color);
	border-radius:50%;
	position:absolute;
}
.cc-img{
	    width: 100%;
    position: relative;
	height: 100%;
}
.cc-img img{
	height: 100%;
    object-fit: cover;
}
.Life-sec{
	position:relative
}

.Life-sec h3{
	margin-top:15px;
	margin-bottom:10px;
	font-weight:700;
	font-size:22px;
	color:var(--theme-color)
}

/**********/
.Consulting-sec{
	background:var(--theme-color);
	padding:50px 0px 50px;
	
	position:relative;
}

.consul-desc p{
	color:#fff
}

img.involve-icon{


height:50px;
}


.fa-heart:before {
    content: "\f004";
}

ul.heart {
    list-style: none; /* Remove default list styles */
    padding: 0; /* Remove default padding */
 
  }
  
  ul.heart li {
    position: relative; /* Allow positioning of the ::before pseudo-element */
    padding-left: 30px; /* Add space for the heart symbol */
    margin-bottom: 10px; /* Space between items */
   
  }
  
  ul.heart li::before {
    content: "\2764"; /* Heart symbol */
    position: absolute; /* Position it absolutely relative to the list item */
    left: 0; /* Align to the left edge of the list item */
    top: 26%; /* Vertically center it */
    transform: translateY(-50%); /* Adjust for vertical centering */
    color: white!important; /* Color of the heart symbol */
    font-size: 20px; /* Size of the heart symbol */
  }
  
  
  
  
  
  .donate-offer {
    padding: 30px;
    margin-bottom: 30px;
    background: var(--white-color);
}
.footer-buttons.mt-4 p {
    /* font-size: 17px; */
    color: var(--theme-color);
}
.btn:hover:after {
    color: white;
    -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
    transform: translateX(-9%) translateY(-25%) rotate(45deg);
    background: var(--theme-color2);
}
/* Change text color to white on button hover */
.donate-offer .button-group a:hover ~ .footer-buttons p {
    color: #fff; /* Text color when button is hovered */
  }
  .footer-buttons.mt-4 h3 {
    font-weight: 800;
    color: var(--theme-color);
    margin-top: -19px;
}


.btns {
    border: none;
    text-align: center;
    cursor: pointer;
    text-transform: capitalize;
    outline: none;
    overflow: hidden;
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    background-color: var(--theme-color);
    padding: 30px 48px;
    margin: 0 auto;
    border-radius: 60px;
    line-height: 0;
}
.btns-primary:hover {
    color: #fff;
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}
.btns:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 469%;
    width: 133%;
  
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: translateX(-76%) translateY(-24%) rotate(45deg);
    transform: translateX(76%) translateY(-24%) rotate(41deg);
}
.btns:hover:after {
    color: white;
    -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
    transform: translateX(-9%) translateY(-25%) rotate(45deg);
    
}
.button-group {
    position: relative;
    padding: 30px;
}




/* history section */
.History-main-sec {
    padding: 40px 0px 40px;
    position: relative;
}
.subheading {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: var(--theme-color2);
    letter-spacing: 8px;
    font-weight: 600;
    position: relative;
}
.subheading:before {
    position: absolute;
    top: 49%;
    right: -170px;
    content: '';
    width: 150px;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
}
.subheading:after {
    position: absolute;
    top: 49%;
    left: -170px;
    content: '';
    width: 150px;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
}
.History-bg {
    text-align: left;
    position: relative;
}
.massee {
    width: 100%;
    position: relative;
    width: 100%;
}
.mass-box {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}
.mass-box p {
    margin-bottom: 10px;
}

/************/




.Consulting-sec .consul-desc {
   
 margin-top:20px;
 margin-bottom:30px;
    padding: 20px;
  }
  .heading.two {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: inherit;
}
  
.info-box {
    background: var(--theme-color3);
    color: #fff; /* Text color */
    padding: 15px;
    border-radius: 8px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
  
  .info-box p {
    margin: 0;
    text-align: center;
  }
  .info-box:hover {
    background: var(--theme-color3);
}
.Consulting-sec {
        background: #a6b4bbc2!important;
    background-position: center;
    margin-bottom:50px;
}
.slider-home-1.owl-carousel .slides.item {
    height: 650px;
    object-fit: cover;
    position: relative;
}
.home-life h1 {
    font-size: 35px;
    font-weight: 700;
}
 .home-life {
        margin-top: 70px;
        color: white;
        text-align: center;
        position: relative;
        left: 20%;
    }


.btn {
    border: none;
    text-align: center;
    cursor: pointer;
    text-transform: capitalize;
    outline: none;
    overflow: hidden;
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    background-color: var(--theme-color);
    padding: 30px 48px;
    margin: 0 auto;
    border-radius: 60px;
    line-height: 0;
}
.btnread {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: var(--theme-color2);
    border: 1px solid transparent;
   padding: 0.375rem .95rem;
    font-size: 1rem;
    border-radius: 1.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btnread:hover {
    color: var(--theme-color3);
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}
.btnread span {
    position: relative;
    z-index: 1;
    color: white;
}
/* .Consulting-sec:after {
    content: "";
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0.03) 95%);
    z-index: 1; 
  } */
  
  
  
  
  
  
  
  
 .header-logo h3 {
    font-size: 23px;
}

 
  .call-container {
    background: var(--theme-color2);
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 51px;
    text-align: center;
}

.call-container p {
    color: white;
    margin: 0;
    font-size: 18px;
}

.theme-btns {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: var(--theme-color);
    border: none;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.theme-btns:hover {
    background-color: var(--theme-color2);
    transform: scale(1.05);
}

.theme-btns:active {
    background-color: var(--theme-color);
    transform: scale(0.95);
}

.theme-btns.disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.text-below {
    margin-top: 20px;
    font-size: 16px;
    color: #333;
}

.social-media {
    display: flex;
    color: white;
    align-items: center;
    margin-top: -14px;
}
a.theme-btns:hover {
    color: white;
    background: var(--theme-color);
}
ul.social-media-icon li a {
    margin: 0 -3px!important;
}
/* .phone-data {
    display: flex;
    margin-top: -46px;
} */




.location-box {
    
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0px;
    padding: 20px;
    border-radius: 50px;
}
.location-box span.fa-phone {
    font-size: 30px;
    color: #fff;
    line-height: 30px;
    margin-right: 15px;
    background: var(--theme-color);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
}
.fa-phone:before {
    content: "\f095";
}
.location-box .content-box .text-title {
       font-size: 16px;
    color: #ffffff !important;
    display: block;
    line-height: 19px;
    font-weight: 600;
}
.location-box .content-box .title {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
     padding: 0px 38px!important;
}
.location-box .content-box .title a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}


.top-bar-slid {
    position: relative;
    top: -15px;
}






.help-man-datas {
    margin-top: -21px;
}

.Whatfull {
    width: 100%;
    position: relative;
    margin-bottom: 0px;
    padding: 0px;
    background: #fff;
    padding: 38px;
}
.Whatfull .inimgage {
    float: left;
    padding-right: 40px;
}
.Whatfull .indescription {
    padding: 0px 0px;
    width: 100%;
}
.logo.header-logo h3 span {
    font-size: 13px;
}
.footer-logo-one h3 span {
    font-size: 16px;
}
.heading h2 span {
    font-size: 22px;
}
.headings h2 span {
    font-size: 22px;
}








.sidebar-menu {
    position: fixed;
    top: 43%;
    right: -20px;
    transform: rotateZ(450deg);
    background-color: var(--theme-color);
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
	display:none!important
}

.sidebar-menu li {
    list-style: none; /* Remove bullet points */
    margin: 10px 0; /* Spacing between items */
}

.sidebar-menu a {
    text-decoration: none; /* Remove underline */
    color: white; /* Link color */
    font-weight: bold; /* Bold text */
    padding: 8px 12px; /* Padding for a button-like appearance */
    transition: background-color 0.3s; /* Smooth background change */
}

.sidebar-menu a:hover {
  
    border-radius: 5px; /* Rounded corners on hover */
}
.btn-primary:hover {
    color: #fff;
font-size:18px;
    background-color: var(--theme-color2);
    border-color: var(--theme-color2);
} 

.btn-check:active+.btn-secondary, .btn-check:checked+.btn-secondary, .btn-secondary.active, .btn-secondary:active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: var(--theme-color2);
    border-color: var(--theme-color2);
}

.heading.two.dta {
    margin-top: 10px;
}


@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.8; /* Change this to control how faded it gets */
    }
}

.blinking {
    animation: blink 1s infinite; /* 1s duration, infinite repetition */
}

.btn:hover:after {
display:none;
}

a.btn.btn-primary.blinking:hover {
    color: white !important;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: var(--theme-color2);
    border-color: var(--theme-color2);
    box-shadow: 0 0 0 .25rem var(--theme-color2);
}








.dontate-modal .Bank-bx {
    background: white;
}


.volunteer.donation a {
    color: var(--theme-color2);
}
.volunteer.fundraise.mb-0 a {
    color: var(--theme-color2);
}
.volunteer.donation a:hover {
    color:  var(--theme-color);
}

.mt-20.btn:hover {
    background: var(--theme-color2);
}

.heading.two.dta {
    position: relative;
    left: 20%;
}
ul.heart li {
    font-size: 18px!important;
}

a.btn.donate {
    background: var(--theme-color2);
}
a.btn.donatess {
    background: white;
}
a.btn.donatess:hover {
    color: var(--theme-color);
}
a.btn.donate:hover {
background:white;
    color: var(--theme-color);
}
a.btn.donate span:hover {
    color: var(--theme-color);
}
a.btn.donate:hover {
    color: var(--theme-color);
}
.volunteer.fundraise.mb-0 a:hover {
    color: var(--theme-color);
}
.btns {
    border: none;
    text-align: center;
    cursor: pointer;
    text-transform: capitalize;
    outline: none;
    overflow: hidden;
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 18px!important;
    background-color: var(--theme-color);
    padding: 20px 20px!important;
    margin: 0 auto;
    border-radius: 60px;
    line-height: 0;
}

.content-box {
    margin-top: 7px;
    margin-bottom: -9px;
}



span.colon {
    left: 38px;
    position: relative;
}

span.colon1 {
    left: 3px;
    position: relative;
}
span.colon2 {
    left: 47px;
    position: relative;
}
span.colon3 {
    left: 68px;
    position: relative;
}
span.colon4 {
    left: 35px;
    position: relative;
}



.charitable strong {
    color: #860001;
}

.charitable span.branch {
    position: relative;
     
    font-weight: bolder;
}
.charitable .branchs {
    position: relative;
    
    font-weight: bolder;
}
.charitable .branchss {
    position: relative;
     
    font-weight: bolder;
}
span.branchsss {
    position: relative;
    left: 10px;
}






.charitable1 strong {
    color: #860001;
}

.charitable1 span.branch1 {
    position: relative;
    left: -34px;
    font-weight: bolder;
}
.charitable1 .branchs1 {
    position: relative;
    left: -56px;
    font-weight: bolder;
}
.charitable1 .branchss1 {
    position: relative;
    left: -66px;
    font-weight: bolder;
}
span.branchsss1 {
    position: relative;
    left: -9px;
}





.charitable2 strong {
    color: #860001;
}

.charitable2 span.branch2 {
    position: relative;
    left: -30px;
    font-weight: bolder;
}
.charitable2 .branchs2 {
    position: relative;
    left: -72px;
    font-weight: bolder;
}
.charitable2 .branchss2 {
    position: relative;
    left: -67px;
    font-weight: bolder;
}
span.branchsss2 {
    position: relative;
    left: -8px;
}

span.colon6 {
    position: relative;
    left: 39px;
}
span.colon7 {
    position: relative;
    left: 52px;
}

.ffosec{
	Position:relative;
	    padding-bottom: 30px; 
    border-bottom: 1px solid #ffffff54;
}
.button-group-footer   {
	Position:relative;
	margin-top:15px;
	display:block;
	    padding-top: 10px;
}
.button-group-footer  .btn-secondary {
	    background-color:#fff;
		
		color:var(--theme-color);
		border:none!important;
		outline:none;
		border:1px solid #fff!important;
}

.button-group-footer  .btn-secondary:hover{
	color:var(--white-color);
	background-color:transparent;
	border:1px solid #fff!important
}
.widget-title .footer-buttons  h3 {
    font-size: 21px;
    font-weight: 700;
    color: white;
    text-transform: capitalize;
    margin-bottom: 20px !important;
}

.widget-title .footer-buttons p{
	
	font-size:18px
}
.widget-title .btnread{
	    color: var(--theme-color);
		    background-color:#fff;
			border:1px solid #fff!important;
			   
}
.widget-title .btnread:hover{
	    color: var(--theme-color);
		    background-color:transparent!important;
			border:1px solid #fff!important;
			   
}
.widget-title .btnread span {
    position: relative;
    z-index: 1;
    color: var(--theme-color);
	
}
.widget-title .btnread:hover span {
    position: relative;
    z-index: 1;
    color: #fff;
}
 /***********************FIXED_BTN***********************/
.fixedRit {
	position: fixed;
    bottom: 0px;
    z-index: 5;
    border-radius: 0px;
    overflow: hidden;
    left: unset;
    background: transparent;
    border-radius: 3px;
    box-shadow: unset;
    right: 0px;
    z-index: 10;
opacity: 0;
    visibility: hidden;

}
.fixedRit-sticky{
	opacity: 1;
    visibility: visible;
	 bottom: 140px;
}
.fixedRit ul {
	margin:0px;
	padding-left:0px;
}
.fixedRit ul li{
	list-style:none;
}

.fixedRit ul a {
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	padding:5px;
	height:40px;
	width:40px;
transition:all .3s;
    height: 60px;
    width: 50px;
    font-size: 32px;
}
.fixedRit ul a.call {
	
	    color: #fff;
    background: #25b6d7;
	    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 0;
}
.fixedRit ul a.mail {
	
	    color: #fff;
    background: #cb2312;
}
.fixedRit ul a.whatsapp {
    border-top-left-radius: 10px;
    border-top-right-radius: 0;
    color: #fff;
    background: #0cd602;
}

.fixedRit ul a span {
	text-transform:uppercase;
	font-size:10px;
	display:none;
	color:#fff;
transition:all .3s;
color: #fff;
    transition: all .3s;
    line-height: 19px;
}
@media only screen and (min-width: 768px) {
.fixedRit ul a span {
display:block
}
}


.fixedRit ul a:hover {
	background:var(--theme-color)
}
.fixedRit ul a:hover span {
	color:#fff
}
.fixedRit ul a:hover svg {
	fill:#fff
}
.fixedRit ul a:hover i{
	color:#fff;
}

			/*****/
			
			
			/***************/

.pbmit-service-style-1{
position:relative;
width:100%
}
.pbmit-service-style-1 .pbminfotech-post-item {
    margin-bottom: 30px;
}
.pbmit-service-style-1 .pbmit-service-img-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 50px 0 0 0;
}
.pbmit-service-style-1 .pbmit-featured-wrapper img, .pbmit-service-style-1 .pbmit-service-icon-wrapper i, .pbmit-service-style-1 .pbminfotech-box-content {
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.pbmit-service-style-1 .pbmit-featured-wrapper img{
	width:100%;
	height:278px;
	object-fit:cover;
}
.pbmit-service-style-1:hover .pbmit-featured-wrapper img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.pbmit-service-style-1 .pbminfotech-box-content {
    position: relative;
    padding: 30px 35px;
    margin-top: -35px;
    margin-left: 30px;
    border-radius: 0 0 50px 0;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);
    background: #fff;
    z-index: 1;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.pbmit-service-style-1:hover .pbminfotech-box-content {
    background-color: var(--theme-color);
    color: #fff;
	    transform: translateY(-30px);
  
    -webkit-transition: .6s;
    transition: .6s;
}
.pbmit-service-style-1 .pbmit-service-title {
  position: relative;
    font-size: 20px;
    line-height: 1.2;
    margin: 0px;
    text-transform: capitalize;
    font-weight: 600;
    color: var(--title-color);
	    width: calc(100% - 73px);
	 
}
.pbmit-service-style-1 .pbmit-service-title a {
     color: var(--title-color);
}
.pbmit-service-style-1:hover .pbmit-service-title a {
    color: #fff;
}
.pbmit-service-style-1 .pbmit-service-title:after {
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -2px;
    width: 50px;
    height: 4px;
    left: -65px;
    background-color: var(--theme-color);
}
.pbmit-service-style-1 .pbmit-service-icon-wrapper {
      width: 56px;
}
.pbmit-service-style-1 .pbmit-service-icon-wrapper i {
    font-size: 60px;
    line-height: 60px;
    color: var(--title-color);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.pbmit-service-style-1:hover .pbmit-service-icon-wrapper i {
    color: var(--theme-color);
}
.pbmit-service-style-1 .pbmit-service-icon-wrapper img {
    width: 64px;

   
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	    -webkit-filter: brightness(0) invert(0);
    filter: brightness(0) invert(0);
}
.pbmit-service-style-1:hover .pbmit-service-icon-wrapper img {
    color: var(--theme-color);
	    -webkit-filter: none;
    filter: unset;
	    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.pbmit-service-content {
    padding-top: 10px;
}
.pbmit-service-style-1 .pbmit-service-content p {
       margin-bottom: 5px;
    width: 100%;
    overflow: hidden;
    height: unset;
    transition: all .2s ease-in-out;
}
.pbmit-service-style-1:hover .pbmit-service-content p {
    color: #fff;
	 height: auto;
}

/***********/
			.headingoh p {
    font-weight: 500;
    color: var(--body-color);
    text-transform: capitalize;
    padding-top: 20px;
    letter-spacing: 0px;
    margin-bottom: 0px;
    margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) {
.ss-container .col-lg4{
	flex: 0 0 auto;
        width: 30%;
}
	
}


.donation {
    position: relative;
    background-color: #fff !important;
	box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);
}

.donation.volunteer h3 {
	color: var(--title-color) !important;
}

.donation.volunteer p {
	color: var(--body-color) !important;
}

.donation.volunteer .btn-donate {
    color: var(--theme-color) !important;
    text-decoration: underline;
}
.aa-s{
	display:flex;
	align-items:center
}
.aa-s strong{
	    text-transform: uppercase;
    font-size: 13px;
    width: 107px;
}

.aa-s span{
	 text-transform: uppercase;
    font-size: 13px;
    width: calc(100% - 107px);
}









/* new style */
.Consulting-sec .container {
    width: 100%;
    padding: 0px 0px;
    max-width: 100%;
}
.consul-img {
    position: relative;
}
.consul-img img {
    height: 470px;
    object-fit: cover;
}
.Consulting-sec {
    background: var(--theme-color2) !important;
    padding: 0px !important;
    position: relative;
}
.info-box {
    background: var(--theme-color)!important;
}
.info-box:hover {
    background: var(--title-color) !important;
}
.get-involved {
    display: flex;
    align-items: center; /* Aligns items vertically centered */
}

.icon-container {
    margin-right: 15px; /* Space between icon and text */
}

.get-involved h3,
.get-involved h6 {
    margin: 0; /* Remove default margin */
}
.get-involved.contact i {
    background: var(--theme-color2);
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 60px;
}
.address-data {
    margin-left: 15px; /* Adjust as needed */
}

.address-data h3 {
    margin-bottom: 5px; /* Space between title and address */
}
.address-data {
    margin-left: 15px;
    margin-top: 0px;
}

.get-involved {
    display: flex;
    flex-direction: column; /* Stack items vertically */
    align-items: center; /* Center items horizontally */
    padding: 15px; /* Optional padding */
    border: 1px solid #ccc; /* Optional border for visibility */
}

.icon-container {
    margin-bottom: 10px; /* Space between icon and text */
}

.address-data {
    text-align: center; /* Center text in description */
}
.get-involved.data.contact {
     margin-top: 0px!important; 
    margin-bottom: 30px;
}
.get-involved.data {
    width: 86%;
    margin: auto;
    background-color: white;
    border-radius: 40px;
    padding: 20px 10px 20px!important;
}
.get-involved.contact h6 {
    font-size: 13px;
    margin-bottom: 0;
    color: var(--body-color);
}

.help-man-datas p:nth-child(1n) {
  
}



    .help-man-datas p:nth-child(2n) {
      
    }
    .help-man-datas p:nth-child(3n) {
        
    }
    .help-man-datas p:nth-child(4n) {
       
    }
    .help-man-datas p:nth-child(5n) {
        
    }
   .help-man-datas p:nth-child(6n) {
    
}
    .help-man-datas p:nth-child(7n) {
     
    }
    .help-man-datas p:nth-child(8n) {
       
    }
    .help-man-datas p:nth-child(9n) {
    }
    .Contact-iinersec {
        position: relative;
        padding: 60px 0px 60px;
    }
    .get-involved.contact h6 {
        font-size: 13px;
        margin-bottom: 0;
        color: var(--body-color);
    }
    .contact-info i {
        margin-right: -1px;
        position: absolute;
        content: "";
        left: -13px;
        top: 0;
    }
    .contact-info h5 {
        margin-bottom: 0;
        font-size: 14px;
        line-height: 26px;
        color: var(--body-color);
        font-weight: 500;
        padding-left: 18px;
    }






.sticky-header {
        position: fixed; /* or sticky */
        top: 0;
        width: 100%;
        z-index: 99999; /* Ensure it's above other elements */
        background: var(--theme-color);
        box-shadow: 0 0 20px rgba(0, 0, 0, .05);
        visibility: hidden; /* Start hidden */
        opacity: 0; /* Start invisible */
        transition: opacity 0.3s, visibility 0.3s; /* Smooth transition */
    }
    
    .sticky-header.fixed-header {
        visibility: visible;
        opacity: 1; /* Make visible when fixed */
    }
    @media(max-width:991.98px) {
    .sticky-header {
    padding:5px 0
    }
    }
    .sticky-header.fixed-header {
        opacity:1;
        z-index:9999;
        visibility:visible
    }
  .sticky-header .logo {
    padding: 0px 0;
}
    .sticky-header .logo img {
        height: 40px;
    }
    .sticky-header .nav-outer {
        position:relative;
        background:0 0
    }
    .sticky-header .inner-container {
        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
    }
    .sticky-header .main-menu .navigation>li {
    margin: 0;
        margin-right: 20px;
        padding: 0px 0;
    }
    .sticky-header .main-menu .navigation>li>a {
        color:#fff
    }
    .sticky-header .main-menu .navigation>li:before {
      
        background-color: #fff;
      
    }
    .sticky-header .main-menu .navigation>li.current>a, .sticky-header .main-menu .navigation>li:hover>a {
        color:#fff
    }
    .sticky-header .outer-box, .sticky-header .navbar-header {
        display:none
    }
    .sticky-header .mobile-nav-toggler {
        color:var(--theme-color-dark)
    }




    .sticky-header {
        background-color: var(--theme-color); /* Set your theme color */
        position: fixed; /* Or sticky, depending on your layout */
        top: 0;
        width: 100%;
        z-index: 9999;
        padding: 10px 0; /* Adjust padding as needed */
    }
    
    .nav-outer {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .logo h3 {
        margin: 0; /* Remove margin for better alignment */
        font-size: 1rem; /* Adjust font size as needed */
    }
    
    .main-menu {
        display: flex;
    }
    
    .navigation {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    .navigation li {
        margin: 0 15px; /* Adjust spacing between items */
    }
    
    .navigation li a {
        text-decoration: none;
        color: #fff; /* Change to your desired color */
        padding: 10px; /* Add padding for better click area */
        white-space: nowrap; /* Prevent line breaks within links */
    }
    
   
    
    
    .mobile-nav-toggler {
        display: none; /* Initially hide the mobile toggler */
    }
    
    /* Responsive styles */
    @media (max-width: 768px) {
        .mobile-nav-toggler {
            display: block; /* Show on mobile */
        }
    
        .navigation {
            display: none; /* Hide nav on mobile */
            flex-direction: column; /* Stack items vertically */
            position: absolute;
            top: 100%; /* Position below the header */
            left: 0;
            width: 100%;
            background: var(--theme-color); /* Background color for dropdown */
        }
    
        .navigation.show {
            display: flex; /* Show nav when toggler is clicked */
        }
    }
    


    .nav-outer h3 {
        font-size: 23px;
    }

    .nav-outer .logo {
        display: flex; /* Use flexbox for alignment */
        align-items: center; /* Center items vertically */
    }
    
    .nav-outer  .logo img {
        max-height: 50px; /* Adjust logo size */
        margin-right: 10px; /* Space between logo and title */
    }
    
    .nav-outer   .logo h3 {
        margin: 0; /* Remove default margin */
        font-size: 1rem; /* Adjust font size */
        line-height: 1.2; /* Adjust line height for better spacing */
    }
    
    /* Optional: Style for the <span> inside h3 */
    .nav-outer  .logo h3 span {
        display: block; /* Keeps it on a new line */
        font-size: 0.8rem; /* Smaller font size for the subtitle */
    }
    