/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6{
	font-family: "PT Serif", serif;
}
:root {
  --oxpins-font: "Public Sans", sans-serif;
  --oxpins-font-three:"Caveat", cursive;
  --gray: #6f7775;
  --gray-rgb: 111, 119, 117;
  --white: #ffffff;
  --white-rgb: 255, 255, 255;
  --base: #00685e;
  --base-rgb: 0, 113, 93;
  --black: #06241B;
  --black-rgb: 40, 55, 52;
  --text-color:#52565C;
  --primary: #ea5148;
  --primary-rgb: 251, 212, 90;
  --extra: #f9f4e8;
  --extra-rgb: 249, 244, 232;
  --bdr-color: #eee9db;
  --bdr-color-rgb: 238, 233, 219;
  --bdr-radius: 20px;
  --light-green:#f5fbf2;
  --bannertxt-color:#06241c;
  --light-orange:#FFEEDA;
  --oxpins-extra:#f0faf7
}
.container{
  max-width: 1365px;
}
.flex-center{
  display: flex;
  align-items: center;
  justify-content: center;
}
.row {
  --bs-gutter-x: 30px;
}

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

body {
  font-family: var(--oxpins-font);
  color: var(--gray);
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
}

body.locked {
  overflow: hidden;
}

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

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

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--black);
  font-family: "PT Serif", serif;
  margin: 0;
}

p {
  margin: 0;
}

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

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

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

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

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

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

.container {
  padding-left: 15px;
  padding-right: 15px;
}
.center-flex {
  display: flex;
  justify-content: center; 
  align-items: center;    
}
.beteween-flex {
  display: flex;
  justify-content: space-between; 
  align-items: center;    
}
.flex-end{
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1360px;
  }
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

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

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

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

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

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  opacity: 0.4;
  z-index: -1;
}
/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
img{max-width: 100%;height: auto;}
.banner-card-sec{
  position: relative;
  z-index: 1;
}
.main-slider__content{margin-top: 70px;position: relative;}
.main-slider__content::before{
  content: '';
  background: url(../images/Sparkle.svg) no-repeat;
  width: 50px;
  height: 50px;
  display: inline-block;
  animation: float-bob 10s infinite;
  position: relative;
  left: 20px;
}
.main-slider__content p{
  font-size: 20px;
  margin-bottom: 15px;
}
.text-card h3{
  color: var(--base);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.banner-img{
  position: relative;
}
.causes-one .owl-nav button,.join-us .owl-nav button{
  background: var(--primary);
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.banwave{
  position: absolute;
  top:0px;

  transition: all 500ms ease;
  z-index: 0;
}
.waveouter{
 position: absolute;
 top:100px;
 width: 222px;
 height: 145px;
 left: -185px;
}
.star{
  animation: zoomInOut 10s linear infinite;
  width: 45px;
  height: 45px;
  float: right;
  margin-top: 25px;
  margin-right: 20px;
}
.wave2{
  top:40px;
  opacity: 0.8;
  /* animation: wave 13s linear infinite reverse; */
  z-index: 3;
}
.wave3{
  top:80px;
  opacity: 0.7;
  /* animation: wave 16s linear infinite; */
  z-index: 2;
}

.wave4{
  top:120px;
  opacity: 0.5;
  /* animation: wave 20s linear infinite; */
  z-index: 1;
}
.main-banner-section{
  padding-bottom: 50px;
  margin-top: -20px;
}
.sm-title{
	font-size: 16px;
	font-weight: 700;
	color: var(--base);
	margin-bottom: 10px;
}
.lg-title{
  font-size: 42px;
  font-weight: 700;
  line-height: 55px;
}
.lg-title span{color: var(--base);}
.banner-title{
	font-size: 56px;
	font-weight: 700;
	color: #06241B;
	margin-bottom: 15px;
	margin-top: 0px;
}
.banner-title span{
	color: var(--base);position: relative;
  
}
.banner-title span::before{
	content: '';
	background: url(../images/banner-txtline.svg);
	position: absolute;
	left: 10px;
    width: 100%;
    bottom: -10px;
	height: 18px;
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
}

.banner-title span:first-child:before{bottom: -15px;}
.banner-txt{
	max-width: 755px;
	width: 100%;
	font-size: 20px;
}
.text-card{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.text-card p{text-align: left;max-width: 330px;font-size: 18px;font-weight: 400;}
.join-us .text-card p{max-width: initial;}
.main-slider__btn:hover {
  color: var(--base);
}

.main-slider__btn:before {
  background-color: var(--white);
}

/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--base, #a47c68);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999991;
}

.custom-cursor__cursor-two {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--base);
  opacity: 0.3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: 999991;
}

.custom-cursor__hover {
  background-color: var(--base);
  opacity: 0.4;
}

.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: 0.4;
}

.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  background-color: var(--primary);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  /* text-transform: uppercase; */
  letter-spacing: 0;
  border-radius: 8px;
  padding: 10px 49px 10px;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
}

.thm-btn:before {
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: -230%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
  background-color: var(--black);
}

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

.thm-btn:hover:before {
  top: -40%;
}

.section-title {
  position: relative;
  display: block;
  margin-top: -4px;
  margin-bottom: 46px;
}

.section-title__tagline {
  font-size: 24px;
  color: var(--base);
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
  font-family: var(--oxpins-font-three);
}

.section-title__title {
  margin: 0;
  color: var(--black);
  font-size: 50px;
  line-height: 60px;
  font-weight: 900;
  letter-spacing: -0.04em;
  margin-top: 6px;
}

.preloader {
  position: fixed;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-image: url(../images/loader.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px auto;
  width: 100%;
  height: 100%;
}

/* scroll to top */
.scroll-to-top {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: var(--primary);
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 50%;
  transition: all 0.4s ease;
}

.scroll-to-top i {
  color: var(--black);
  font-size: 18px;
  line-height: 50px;
}

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

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

/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
  position: relative;
  display: block;
  width: 100%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 99;
  position: relative;
}

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

.main-menu__wrapper {
  position: relative;
  display: block;
  padding-left: 60px;
  padding-right: 50px;
}

.main-menu__wrapper-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-menu__left {
  position: relative;
  display: block;
  width: 20%;
  margin-right: 115px;
  /* height: auto; */
}

.main-menu__logo {
  display: block;
}

.main-menu__logo img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  /* height: 70px; */
  width: 90%;
}

.main-menu__shape-1 {
  position: absolute;
  bottom: -5px;
  right: -120px;
}

.main-menu__shape-1 img {
  width: auto;
}

.main-menu__right {
  display: block;
  width: 91%;
}

.main-menu__right-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.main-menu__right-top-left {
  display: block;
}

.main-menu__volunteers {
  display: flex;
  align-items: center;
}

.main-menu__volunteers-icon {
  position: relative;
  height: 44px;
  width: 44px;
  background-color: var(--primary);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-menu__volunteers-icon:hover img {
  animation: menuIconShake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes menuIconShake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

.main-menu__volunteers-text-box {
  margin-left: 10px;
}

.main-menu__volunteers-text {
  font-size: 21px;
  font-weight: 700;
  color: var(--black);
  font-family: var(--oxpins-font-three);
}

.main-menu__volunteers-text a {
  color: var(--black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__volunteers-text a:hover {
  color: var(--base);
}

.main-menu__volunteers-text span {
  position: relative;
  display: inline-block;
}

.main-menu__volunteers-text span:before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  background-color: var(--black);
  height: 1px;
}

.main-menu__right-top-right {
  display: flex;
  align-items: center;
}

.main-menu__right-top-address {
  display: block;
}

.main-menu__right-top-address-list {
  display: flex;
  align-items: center;
}

.main-menu__right-top-address-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__right-top-address-list li:before {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 3px;
  right: -40px;
  background-color: var(--bdr-color);
  width: 1px;
}

.main-menu__right-top-address-list li:last-child:before {
  display: none;
}

.main-menu__right-top-address-list li + li {
  margin-left: 80px;
}

.main-menu__right-top-address-list li.icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__right-top-address-list li.icon img {
  position: relative;
  display: inline-block;
  width: 30px;
}

.main-menu__right-top-address-list li.icon:last-child  img {
  font-size: 28px;
}

.main-menu__right-top-address-list li .content {
  margin-left: 15px;
}

.main-menu__right-top-address-list li .content p {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.main-menu__right-top-address-list li .content h5 {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  font-family: var(--oxpins-font);
}

.main-menu__right-top-address-list li .content h5 a {
  color: var(--black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__right-top-address-list li .content h5 a:hover {
  color: var(--base);
}

.main-menu__right-top-social {
  display: flex;
  align-items: center;
  margin-left: 50px;
}

.main-menu__right-top-social a {
  position: relative;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--black);
  font-size: 14px;
  background-color: var(--extra);
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.main-menu__right-top-social a:hover {
  color: var(--white);
  background-color: var(--base);
}

.main-menu__right-top-social a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--base);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.main-menu__right-top-social a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.main-menu__right-top-social a + a {
  margin-left: 10px;
}

.main-menu__right-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--base);
  padding-left: 50px;
  border-top-left-radius: 15px;
}

.main-menu__main-menu-box {
  display: block;
}

.main-menu__main-menu-content-box {
  position: relative;
  display: block;
}

.main-menu__search-cat-btn-box {
  display: flex;
  align-items: center;
}
.main-menu__btn-box {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
  gap: 20px;
}

.main-menu__btn-box .log-txt{
  color:#fff
}
.main-menu__btn-box .log-txt i{margin-right:5px ;}
.main-menu__btn {
  font-size: 14px;
  font-weight: 700;
  color: var(--white);
  background-color: var(--primary);
  padding-left: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__btn:hover {
  background-color: var(--black);
  color: var(--white);
}

.main-menu__btn:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -10000000000000px;
  background-color: var(--primary);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}

.main-menu__btn:hover:before {
  background-color: var(--black);
}

.main-menu__btn span {
  font-size: 15px;
  padding-right: 10px;
  position: relative;
}

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

@media (min-width: 1200px) {
  .main-menu .main-menu__list,
  .main-menu .main-menu__list > li > ul,
  .main-menu .main-menu__list > li > ul > li > ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list > li > ul,
  .stricky-header .main-menu__list > li > ul > li > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.main-menu .main-menu__list > li,
.stricky-header .main-menu__list > li {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

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

.main-menu .main-menu__list > li > a,
.stricky-header .main-menu__list > li > a {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #90c8be;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 600;
}

.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li.current-menu-ancestor > a,
.main-menu .main-menu__list > li.current-menu-item > a,
.main-menu .main-menu__list > li.current-menu-page > a,
.main-menu .main-menu__list > li.current_page_item > a,
.main-menu .main-menu__list > li:hover > a,
.stricky-header .main-menu__list > li.current > a,
.stricky-header .main-menu__list > li.current_page_item > a,
.stricky-header .main-menu__list > li.current-menu-ancestor > a,
.stricky-header .main-menu__list > li.current-menu-item > a,
.stricky-header .main-menu__list > li.current-menu-page > a,
.stricky-header .main-menu__list > li:hover > a {
  color: var(--white);
}

.main-menu .main-menu__list > li > ul,
.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 270px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
  z-index: 99;
  overflow: hidden;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 39.2px 0.8px rgba(0, 0, 0, 0.1);
  padding: 31px 20px 31px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.main-menu .main-menu__list > li > ul > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul > li > ul {
  display: none;
}

.main-menu .main-menu__list > li:hover > ul,
.main-menu .main-menu__list > li > ul > li:hover > ul,
.stricky-header .main-menu__list > li:hover > ul,
.stricky-header .main-menu__list > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}

.main-menu .main-menu__list > li > ul > li,
.main-menu .main-menu__list > li > ul > li > ul > li,
.stricky-header .main-menu__list > li > ul > li,
.stricky-header .main-menu__list > li > ul > li > ul > li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.main-menu .main-menu__list > li > ul > li + li,
.main-menu .main-menu__list > li > ul > li > ul > li + li,
.stricky-header .main-menu__list > li > ul > li + li,
.stricky-header .main-menu__list > li > ul > li > ul > li + li {
  border-top: none;
  margin-top: 10px;
}

.main-menu .main-menu__list > li > ul > li > a,
.main-menu .main-menu__list > li > ul > li > ul > li > a,
.stricky-header .main-menu__list > li > ul > li > a,
.stricky-header .main-menu__list > li > ul > li > ul > li > a {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: var(--gray);
  letter-spacing: 0;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 20px 5px;
  -webkit-transition: 500ms;
  transition: 500ms;
  background-color: var(--white);
  border-radius: var(--bdr-radius);
}

.main-menu .main-menu__list > li > ul > li:hover > a,
.main-menu .main-menu__list > li > ul > li > ul > li:hover > a,
.stricky-header .main-menu__list > li > ul > li:hover > a,
.stricky-header .main-menu__list > li > ul > li > ul > li:hover > a {
  background-color: var(--extra);
  color: var(--black);
}

.main-menu .main-menu__list > li > ul > li > a::before,
.main-menu .main-menu__list > li > ul > li > ul > li > a::before,
.stricky-header .main-menu__list > li > ul > li > a::before,
.stricky-header .main-menu__list > li > ul > li > ul > li > a::before {
  position: absolute;
  top: 50%;
  right: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f30b";
  font-size: 14px;
  color: var(--base);
  transform: translateY(-50%) scale(0);
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .main-menu__list > li > ul > li:hover > a::before,
.main-menu .main-menu__list > li > ul > li > ul > li:hover > a::before,
.stricky-header .main-menu__list > li > ul > li:hover > a::before,
.stricky-header .main-menu__list > li > ul > li > ul > li:hover > a::before {
  transform: translateY(-50%) scale(1);
}

.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
  top: 0;
  left: 100%;
}

.main-menu .main-menu__list li ul li > ul.right-align,
.stricky-header .main-menu__list li ul li > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}

.main-menu-three__main-menu-box .main-menu__list > .megamenu,
.main-menu-two__main-menu-box .main-menu__list > .megamenu,
.main-menu__wrapper .main-menu__list > .megamenu {
  position: static;
}

.main-menu-three__main-menu-box .main-menu__list > .megamenu > ul,
.main-menu-two__main-menu-box .main-menu__list > .megamenu > ul,
.main-menu__wrapper .main-menu__list > .megamenu > ul {
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.main-menu-three__main-menu-box .main-menu__list > .megamenu > ul > li,
.main-menu-two__main-menu-box .main-menu__list > .megamenu > ul > li,
.main-menu__wrapper .main-menu__list > .megamenu > ul > li {
  padding: 0 !important;
}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
  .stricky-header .main-menu__logo img{
    width: 150px;
  }
  .stricky-header .main-menu__wrapper-inner{padding: 0;}
}
.stricky-header.stricky-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

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

.mobile-nav__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .mobile-nav__buttons {
    display: none;
  }
}
.mobile-nav__buttons a {
  font-size: 20px;
  color: var(--base);
  cursor: pointer;
}

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

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

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

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

@media (min-width: 1200px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}
/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  visibility: hidden;
}

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

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

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--black);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

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

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

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--white);
  cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list > li > ul,
.mobile-nav__content .main-menu__list > li > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list > li > ul,
.mobile-nav__content .main-menu__list > li > ul > li > ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 0.5em;
}

.mobile-nav__content .main-menu__list > li:not(:last-child),
.mobile-nav__content .main-menu__list > li > ul > li:not(:last-child),
.mobile-nav__content .main-menu__list > li > ul > li > ul > li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list > li > a > .main-menu-border {
  display: none !important;
}

.mobile-nav__content .main-menu__list > li > a,
.mobile-nav__content .main-menu__list > li > ul > li > a,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-family: var(--oxpins-font, "Rubik", sans-serif);
  font-weight: 500;
  height: 46px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 500ms;
  transition: 500ms;
}

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

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

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

/* no menu after 2rd level dropdown */
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > ul {
  display: none !important;
}

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

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

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

.mobile-nav__top .main-menu__login a {
  color: var(--oxpins-text-dark);
}

.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

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

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

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

.mobile-nav__contact li a {
  color: #ffffff;
  -webkit-transition: 500ms;
  transition: 500ms;
}

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

.mobile-nav__contact li > i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--base);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 11px;
  margin-right: 10px;
  color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
  display: none;
}

/*--------------------------------------------------------------
# About One
--------------------------------------------------------------*/
.about-one,.join-us {
  position: relative;
  display: block;
  padding: 100px 0 90px;
  z-index: 1;
  background: var(--light-green);
}
.join-us .lg-title span{display: block;}
.about-one::before{
  content: '';
  background:url(../images/lines.svg) no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  display: inline-block;
  right: 0;
  z-index: -1;
  background-position: right;
  background-size: contain;
  animation: animation1 10s linear infinite;
}
.about-one__img-box {
  position: relative;
  display: block;
}
.contimg-outer{position: relative;z-index: 1;}
.contimg-outer img{width:100%}
.about-one__img {
  position: relative;
  display: block;
  background: var(--light-orange);
  border-radius: 80px;
  margin-top: 100px;
}

.about-one__img img {
  width: 100%;
}
.about-one__left{padding-right: 50px;position: relative;}
.about-one__left::before{
  position: absolute;
  left:0;
  background: url(../images/abt-dot-line.svg) no-repeat;
  height: 250px;
  width: 250px;
  content: '';
  transform: rotate(-10deg);
  left: -125px;
  z-index: 2;
  top: -80px;
  animation: wave 10s linear infinite;
}
.causes-one .section-title p,.com-txt{
  max-width:100%;
  margin: auto;
  font-size: 17px;
  margin-top: 15px;
  line-height: 28px;
  font-weight: 400;
}
.about-one__text{
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  max-width: 650px;
}
.about-one__right {
  position: relative;
  display: block;
}

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

.about-one__fund {
  position: relative;
  display: block;
  padding-left: 25px;
  margin-top: 34px;
  margin-bottom: 43px;
}

.about-one__fund:before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 7px;
  left: 0;
  width: 6px;
  background-color: var(--base);
}

.about-one__fund-text {
  font-size: 18px;
  font-weight: 500;
  color: var(--black);
  line-height: 34px;
}

.about-one__fund-text span {
  color: var(--primary);
  font-weight: 800;
}

.about-one__points {
  position: relative;
  display: flex;
  margin-bottom: 41px;
  flex-direction: column;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.about-one__points li {
  position: relative;
  display: flex;
  gap: 10px;
}
.about-one__points li .icon {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.contact-form{
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}
.contact-form .formfeild{
  margin-bottom: 15px;
}
.contact-form .form-control{
  background: #E8E9E8;
  height: 50px;
}
.contact-form textarea.form-control{
  height: 100px;
  resize: none;
}
/*--------------------------------------------------------------
# Events One
--------------------------------------------------------------*/
.events-one {
  position: relative;
  display: block;
  background-color: var(--oxpins-extra);
  padding: 90px 0 90px;
  z-index: 1;
}
.events-one__right::before{
  content: '';
  background-image: url(../images/team-bg.svg);
  background-repeat: no-repeat;
  width: 200px;
  height: 300px;
  left: -40px;
  position: absolute;
  display: inline-block;
  top: -75px;
  background-size: contain;
  animation: shapeMover 10s linear infinite;
}
.events-one__right {
  position: relative;
  display: block;
  /* margin-left: -30px; */
  /* margin-right: -50px; */
}

.events-one__carousel {
  position: relative;
  display: block;
}
.events-one__single {
  position: relative;
  display: block;
  -webkit-box-shadow: 0px 12px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 12px 15px 0px rgba(0, 0, 0, 0.2);
  border-radius: var(--oxpins-bdr-radius);
  background:#fff;
  padding:10px;
	border-radius:16px;
  transition: transform 500ms ease;
}
.events-one__single:hover{
  background: var(--primary);
}
.events-one__single:hover .events-one__content,.events-one__single:hover a{color: #fff;}
.events-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  z-index: 1;
}
.events-one__single:hover .events-one__img:after {
  transform: scale(1, 1);
  transform-origin: bottom center;
}

.events-one__img img {
  width: 100%;
  border-radius: var(--oxpins-bdr-radius);
  transform: scale(1);
  transition: transform 500ms ease;
}

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



.events-one__content {
 text-align: center;
 margin-top: 10px;
}


.events-one__title {
  font-size: 20px;
  font-weight: 800;
  line-height: 28px;
}

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


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

.events-one__carousel.owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}
.team-section .events-one__carousel.owl-carousel .item{
  margin: 10px !important;
}
.events-one__carousel.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.events-one__carousel.owl-theme .owl-nav {
  position: absolute;
  bottom: -70px;
  right: 0px;
  margin: 0;
}
.team-section .events-one__carousel.owl-theme .owl-nav{display: none;}

.events-one__carousel.owl-theme .owl-nav .owl-next,.team-one__carousel.owl-theme .owl-nav .owl-next {
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  color: var(--black);
  border: 2px solid var(--black);
  font-size: 15px;
  margin: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.events-one__carousel.owl-theme .owl-nav .owl-prev,.team-one__carousel.owl-theme .owl-nav .owl-prev {
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  color: var(--black);
  border: 2px solid var(--black);
  font-size: 15px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.events-one__carousel.owl-theme .owl-nav .owl-next,.team-one__carousel.owl-theme .owl-nav .owl-next {
  margin-left: 5px;
}

.events-one__carousel.owl-theme .owl-nav .owl-prev,.team-one__carousel.owl-theme .owl-nav .owl-prev {
  margin-right: 5px;
}

.events-one__carousel.owl-theme .owl-nav .owl-next:hover,
.events-one__carousel.owl-theme .owl-nav .owl-prev:hover,
.team-one__carousel.owl-theme .owl-nav .owl-next:hover,
.team-one__carousel.owl-theme .owl-nav .owl-prev:hover {
  background-color: var(--base);
  color: var(--white);
  border: 2px solid var(--base);
}
/*--------------------------------------------------------------
# Causes One
--------------------------------------------------------------*/
.causes-one {
  position: relative;
  display: block;
  padding: 90px 0 60px;
}

.causes-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: var(--bdr-radius);
  border: 1px solid var(--bdr-color);
  min-height: 240px;
  text-align: center;
}
.causes-one__single p{
  font-size: 15px;
}
.causes-one__img {
  position: relative;
  display: block;
  border-top-left-radius: var(--bdr-radius);
  border-top-right-radius: var(--bdr-radius);
  overflow: hidden;
  z-index: 1;
  padding: 20px;
}

.causes-one__img:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(var(--black-rgb), 0.3);
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: perspective(400px) rotateX(-90deg) scale(0.2);
  -ms-transform: perspective(400px) rotateX(-90deg) scale(0.2);
  transform: perspective(400px) rotateX(-90deg) scale(0.2);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  border-top-left-radius: var(--bdr-radius);
  border-top-right-radius: var(--bdr-radius);
  z-index: 1;
}

.causes-one__single:hover .causes-one__img:before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg) scale(1);
  -ms-transform: perspective(400px) rotateX(0deg) scale(1);
  transform: perspective(400px) rotateX(0deg) scale(1);
}

.causes-one__img img {
  width: 100%;
  border-top-left-radius: var(--bdr-radius);
  border-top-right-radius: var(--bdr-radius);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
  height: 115px;
}

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

.causes-one__cat {
  position: absolute;
  bottom: 3px;
  left: 6px;
  background-color: var(--primary);
  padding: 3px 5px;
  border-radius: 15px;
  z-index: 2;
  opacity: 0;
}
.causes-one__single:hover .causes-one__cat {
  opacity: 1;
}
.vol-sec .causes-one__single{
  padding: 15px;
  min-height: 340px;
}
.donate-sec .causes-one__single{ min-height: 225px;}
.donate-sec {margin: 0 -15px;padding: 30px 0 30px !important;}
.vol-sec .causes-one__single .com-txt{
margin-top: 10px;
line-height: 22px;
}
.causes-one__cat p {
  font-size: 15px;
  color: var(--white);
  line-height: 18px;
  font-family: var(--oxpins-font-three);
  font-weight: 700;
}

.causes-one__content {
  position: relative;
  display: block;
  padding: 22px 30px 30px;
  border-top: 0;
}

.causes-one__title {
  font-size: 26px;
  line-height: 36px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

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

.causes-one__title a:hover {
  color: var(--primary);
}

.causes-one__text {
  padding-top: 11px;
  padding-bottom: 21px;
}

/*--------------------------------------------------------------
# Become Volunteer One
--------------------------------------------------------------*/
.become-volunteer-one {
  position: relative;
  display: block;
  z-index: 1;
  padding: 90px 0 100px;
}

.become-volunteer-one__bg-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--base);
  z-index: -1;
}
.become-volunteer-one__inner {
  position: relative;
  display: block;
  text-align: center;
}

.become-volunteer-one__sub-title {
  font-size: 22px;
  color: #FFB459;
  font-weight: 700;
  font-family: var(--oxpins-font-three);
}

.become-volunteer-one__title {
  font-size: 45px;
  color: var(--white);
  font-weight: 900;
  /* letter-spacing: -0.04em; */
  line-height: 50px;
  margin-top: 9px;
  margin-bottom: 20px;
}


/*--------------------------------------------------------------
# Gallery One
--------------------------------------------------------------*/
.gallery-one {
  position: relative;
  display: block;
  background: var(--light-green);
  padding: 60px 0;
}

.gallery-one__top {
  position: relative;
  display: block;
  background-color: var(--primary);
  text-align: center;
  padding: 58px 0;
}

.gallery-one__top:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 10px solid var(--primary);
}

.gallery-one__top-title {
  font-size: 40px;
  font-weight: 900;
  line-height: 40px;
  letter-spacing: -0.04em;
}

.gallery-one__bottom {
  position: relative;
  display: block;
}

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

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

.gallery-one__single {
  position: relative;
  display: block;
  float: left;
  width: 25%;
  padding: 0 5px 0;
  overflow: hidden;
  margin-bottom: 30px;
}

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

.gallery-one__img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: var(--bdr-radius);
  content: "";
  background: rgb(250, 211, 91);
  background: linear-gradient(180deg, rgba(250, 211, 91, 0.0928746499) 53%, rgb(250, 211, 91) 100%);
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  -moz-transform: translateY(100%);
  transform: translateY(100%);
}

.gallery-one__single:hover .gallery-one__img:before {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  -moz-transform: translateY(0%);
  transform: translateY(0%);
}

.gallery-one__img img {
  width: 100%;
  border-radius: var(--bdr-radius);
}

.gallery-one__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 44px;
  text-align: center;
  transform: translateY(-100px);
  opacity: 0;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}

.gallery-one__single:hover .gallery-one__content {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  -moz-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}

.gallery-one__single .img-popup {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.gallery-one__sub-title {
  font-size: 24px;
  color: var(--black);
  font-weight: 700;
  line-height: 24px;
  font-family: var(--oxpins-font-three);
  padding-bottom: 8px;
}

.gallery-one__title {
  font-size: 34px;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 34px;
}

.gallery-one__title a {
  color: var(--black);
}
.become-volunteer-one__inner .com-txt{color: #fff;}
.email-grp{gap:20px;margin-top: 30px;}
.email-grp .form-control{
  width: 426px;
  height: 50px;
}
.contact{
  padding: 60px 0;
  background: var(--light-green);
}
.contact .lg-title span{display: block;}
.contactdet{
  justify-content: start;
  margin-bottom: 15px;
  gap:10px
}
.cont-icon{
  background: #FFEEDA;
  width: 45px;
  height: 45px;
  border-radius: 25px;
  border: 1px solid var(--primary);
  color: var(--primary);
  font-size: 20px;
  flex-shrink: 0;
}
.cont-icon.phone{
  transform: rotate(90deg);
}
.cont-det h6{
  font-size: 18px;
  color: var(--base);
  font-weight: 700;
  margin-bottom: 5px;
}
.cont-det span{
  font-size: 18px;
  line-height: 25px;
  color: #52565C;
}
.cont-img{
  margin-bottom: 20px;
  position: relative;
  margin-right: 20px;
}
/*--------------------------------------------------------------
# FAQ One
--------------------------------------------------------------*/
.faq-one {
  position: relative;
  display: block;
  padding: 120px 0 60px;
  z-index: 1;
}


.faq-one__left {
  position: relative;
  display: block;
}

.faq-one-accrodion .accrodion {
  position: relative;
  display: block;
  border: 2px solid var(--bdr-color);
  border-radius: 35px;
  background-color: var(--white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-one-accrodion .accrodion.active {
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.05);
}

.faq-one-accrodion .accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 21px 40px 21px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  border-radius: 35px;
}

.faq-one-accrodion .accrodion-title h4 {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
  line-height: 28px;
  color: var(--black);
  letter-spacing: -0.02em;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.faq-one-accrodion .accrodion + .accrodion {
  margin-top: 20px;
}

.faq-one-accrodion .accrodion.active .accrodion-title {
  color: var(--base);
}

.faq-one-accrodion .accrodion.active .accrodion-title h4 {
  color: var(--base);
}

.faq-one-accrodion .accrodion-title h4::before {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  color: var(--extra);
  background-color: var(--black);
  position: absolute;
  top: 50%;
  right: -13px;
  height: 15px;
  width: 15px;
  line-height: 15px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
  content: "\f068";
  color: var(--primary);
  background-color: #fff;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq-one-accrodion .accrodion .accrodion-title h4::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
  background-color: var(--extra);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4::after {
  background-color: var(--primary);
}

.faq-one-accrodion .accrodion-content {
  position: relative;
  padding: 0px 40px 21px;
  margin-top: -9px;
}

.faq-one-accrodion .accrodion-content p {
  margin: 0;
  font-size: 16px;
}
.faqicon{
  text-align: center;
  margin-top: 35px;
  flex-direction: column;
}
.faq-card{
  flex-direction: column;
  align-items: self-end;
  justify-content: start;
}
.faqcard1{
  margin-top: 120px;
}
.faq-count{
  font-size: 40px;
  font-weight: 700;
  color: var(--black);
}
.faq-sts{
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}
.faq-img{
  width: 85px;
  height: 85px;
  border-radius: 10px;
  background: #FFEEDA;
  padding: 10px;
  margin-bottom: 5px;
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
  position: relative;
  display: block;
  background-color: #fff7f4;
  z-index: 1;
}

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

.footer-widget__title {
  font-size: 20px;
  color: var(--black);
  font-weight: 800;
  line-height: 20px;
  margin-bottom: 15px;
  letter-spacing: -0.02em;
}

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

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

.footer-widget__about-logo {
  position: relative;
  display: block;
  /* height: 70px; */
  width: 50%;
  /* text-align: center; */
  margin: auto;
}

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

.footer-widget__about-text {
  color: var(--black);
  font-weight: 400;
}

.footer-widget__btn {
  position: relative;
  display: block;
  text-align: center;
}

.footer-widget__btn a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 800;
  color: var(--white);
  background-color: var(--primary);
  padding: 10px 40px 10px;
  text-transform: uppercase;
  border-radius: 25px;
  transition: all 500ms ease;
}

.footer-widget__btn a span {
  position: relative;
  top: 1px;
  padding-right: 9px;
}

.footer-widget__btn a:hover {
  background-color: var(--black);
  color: var(--white);
}

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

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

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

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

.footer-widget__links-list li a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: var(--black);
  font-weight: 400;
  transition: all 500ms ease;
}

.footer-widget__links-list li a:hover {
  padding-left: 15px;
  color: var(--black);
}

.footer-widget__links-list li a:before {
  position: absolute;
  top: 36%;
  left: 0;
  bottom: 0;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 500ms ease;
  font-size: 15px;
  color: var(--primary);
}

.footer-widget__links-list li a:hover:before {
  opacity: 1;
}

.footer-widget__non-profit {
  position: relative;
  /* display: flex; */
}

.footer-widget__non-profit-list {
  position: relative;
  /* display: flex; */
  gap: 20px;
  /* align-items: center; */
  justify-content: end;
}

.footer-widget__non-profit-list li {
  position: relative;
  display: block;
  font-size: 14px;
}

.footer-widget__non-profit-list li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: var(--black);
  font-weight: 400;
  transition: all 500ms ease;
}

.footer-widget__contact {
  position: relative;
  display: block;
  margin-left: 100px;
}

.footer-widget__contact-text {
  color: var(--black);
  font-weight: 400;
  padding-bottom: 10px;
}

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

.footer-widget__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-widget__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-widget__contact-list li .icon i {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: var(--primary);
}
.footerweget{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.footer-widget__contact-list li .text {
  margin-left: 15px;
}

.footer-widget__contact-list li .text p {
  font-weight: 700;
}

.footer-widget__contact-list li .text p a {
  color: var(--black);
  transition: all 500ms ease;
}

.footer-widget__contact-list li .text p a:hover {
  color: var(--primary);
}

.site-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 22px;
}

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

.site-footer__social a:hover {
  color: var(--base);
  background-color: var(--white);
}

.site-footer__social a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--white);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.site-footer__social a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

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

.site-footer__bottom {
  position: relative;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid grey;
  margin-top: 0;
}

.site-footer__bottom-inner {
  position: relative;
  display: block;
  text-align: center;
  padding: 20px 0 0;
}

.site-footer__bottom-text {
  font-size: 15px;
  color: var(--black);
  font-weight: 400;
}

.site-footer__bottom-text a {
  color: var(--black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

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

/*--------------------------------------------------------------
# Team One
--------------------------------------------------------------*/
.team-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

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

.team-one__img {
  position: relative;
  display: block;
  border-radius: var(--bdr-radius);
  overflow: hidden;
  z-index: 1;
}

.team-one__img:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(var(--black-rgb), 0.3);
  width: 0%;
  transform: translateY(100%);
  border-radius: var(--bdr-radius);
  transition: all 500ms ease;
  z-index: 1;
}

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

.team-one__img img {
  width: 100%;
  border-radius: var(--bdr-radius);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}

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

.team-one__content {
  position: relative;
  display: block;
  background-color: var(--black);
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  border-bottom-left-radius: var(--bdr-radius);
  border-bottom-right-radius: var(--bdr-radius);
  padding: 27px 0 28px;
}

.team-one__name {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.04em;
}

.team-one__name  {
  color: var(--white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-one__name :hover {
  color: var(--primary);
}

.team-one__sub-title {
  font-size: 16px;
  color: var(--primary);
  font-weight: 700;
  font-family: var(--oxpins-font-three);
  line-height: 16px;
}

.team-one__social {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: var(--primary);
  padding: 10px 22px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transform: scaleY(0) translateX(-50%);
  transform-origin: center;
  transform-style: preserve-3d;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  transform-origin: bottom center;
  z-index: 2;
}

.team-one__single:hover .team-one__social {
  transform: scaleY(1) translateX(-50%);
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.team-one__social a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: var(--black);
}

.team-one__social a + a {
  margin-left: 15px;
}
/*--------------------------------------------------------------
# News Page
--------------------------------------------------------------*/
.news-page {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  position: relative;
  display: block;
  padding: 141px 0 132px;
  background-color: var(--black);
  z-index: 1;
}

.page-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: var(--black);
  background-blend-mode: luminosity;
  opacity: 0.7;
  z-index: -1;
}

.page-header__inner {
  position: relative;
  display: block;
  text-align: center;
  z-index: 15;
}

.page-header__inner h2 {
  font-size: 40px;
  color: var(--white);
  line-height: 50px;
  margin-bottom: 6px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.thm-breadcrumb {
  position: relative;
  display: block;
}

.thm-breadcrumb li {
  position: relative;
  display: inline-block;
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-breadcrumb li + li {
  margin-left: 10px;
}

.thm-breadcrumb li a {
  position: relative;
  display: inline-block;
  color: var(--white);
  font-size: 16px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-breadcrumb li:hover a {
  color: var(--primary);
}

.thm-breadcrumb li.active {
  color: var(--primary);
}
/*about-us page*/
.vl-breadcrumb-title {
    padding-top: 208px;
    padding-bottom: 100px;
}
.sp2 {
    padding: 50px 20px 70px;
}
.vl-about-vission-bg{
 background: #f6f4ee;
}
.mb-50 {
    margin-bottom: 50px;
}
.vl-about5 .vl-about-content2 .large-thumb img {
    border-radius: 8px;
    height: 650px;
    object-fit: cover;
}
.vl-about5 .vl-about-content .vl-sm-thumb img {
    border-radius: 8px;
    height: 350px;
    object-fit: cover;
}
.vl-about5 .vl-about-content .vl-sm-thumb2 img {
    border-radius: 8px;
    height: 300px;
    object-fit: cover;
}
.vl-about-mission-bg {
    background: #F6F4EE;
}
.vl-about-vission-bg .vl-vission-tab2 {
    margin-top: 24px;
    border-top: 2px solid #E8E8E7;
    max-width: 479px;
}
.vl-about-vission-bg .vl-vission-tab2 .nav {
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 24px;
}
.vl-about-vission-bg .vl-vission-tab2 .nav-pills .nav-link.active, .vl-about-vission-bg .vl-vission-tab2 .nav-pills .show > .nav-link {
    color: var(--base);
    background-color: inherit;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    border-top: 2px solid var(--base);
    border-radius: inherit;
    padding-top: 20px;
    margin-top: -22px;
}
.vl-about-vission-bg .vl-vission-tab2 .nav-link {
    color: var(--black);
      font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    padding: inherit;
}
.vl-counter5 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: var(--base);
}
.mb-30 {
    margin-bottom: 30px;
}
.icon-left-arrow:before {
    content: "\f060";
}
.icon-right-arrow:before {
   content: "\f061";
}
.owl-nav .icon-left-arrow,.owl-nav .icon-right-arrow{
  font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
/*--- # Megamenu Popup --*/
.mobile-nav__container .main-menu__list > .megamenu.megamenu-clickable > ul,
.main-menu .main-menu__list > .megamenu.megamenu-clickable > ul,
.stricky-header .main-menu__list > .megamenu.megamenu-clickable > ul {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100vw;
  height: 100vh;
  visibility: visible;
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
  z-index: 999999;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
  padding: 0;
  background-color: var(--white);
  display: block !important;
  margin: 0;
}

.main-menu__list > li.megamenu-clickable > ul::-webkit-scrollbar {
  display: none;
}

.mobile-nav__container .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active,
.main-menu .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active,
.stricky-header .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
  transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
}

body.megamenu-popup-active {
  overflow: hidden;
}

body.megamenu-popup-active .stricky-header {
  bottom: 0;
}

body.megamenu-popup-active .mobile-nav__content {
  overflow: unset;
}
.welcome-flex{
  display: flex;
  gap: 20px;
  align-items: center;
}
.welcome-one__video-link{
  display: flex;
  align-items: center;
  gap: 10px;
}
.welcome-one__video-icon{
    position: relative;
    height: 65px;
    width: 65px;
    background-color: var(--base);
    border-radius: 50%;
    font-size: 15px;
    color: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.welcome-one__video-icon:hover{
    background-color: var(--primary);
}
.mobile-nav__content .demo-one .container {
  padding-left: 15px;
  padding-right: 15px;
}

.megamenu-popup {
  position: relative;
}
.megamenu-popup .megamenu-clickable--close {
  position: absolute;
  top: 18px;
  right: 20px;
  display: block;
  color: var(--black);
}
@media (min-width: 1300px) {
  .megamenu-popup .megamenu-clickable--close {
    top: 38px;
    right: 40px;
  }
}
.megamenu-popup .megamenu-clickable--close:hover {
  color: var(--base);
}
.megamenu-popup .megamenu-clickable--close span {
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  color: currentColor;
  transition: all 500ms ease;
}
.megamenu-popup .megamenu-clickable--close span::before, .megamenu-popup .megamenu-clickable--close span::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.megamenu-popup .megamenu-clickable--close span::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.about-four__points li{
  position: relative;
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.about-gallery .gallery-one__img{
  width: 100%;
    height: 400px;
}
.about-gallery .gallery-one__img img{
      width: 100%;
    height: 100%;
    object-fit: fill;
    object-position: center;
}
.gallery-one__img img{
      width: 100%;
    border-radius: var(--bdr-radius);
}
.about-gallery .gallery-one__single{
      width: 33.33%;
}
.about-four__points li .icon{
      position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 16px;
    width: 16px;
    background-color: var(--primary);
    border-radius: 50%;
    font-size: 10px;
    color: var(--white);
}

/* Medium screen  */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .causes-one__content {
    padding: 22px 25px 30px;
  }
  .feature-one__top-title {
    font-size: 28px;
  }
  .testimonial-one__left {
    margin-right: 0;
  }
  .testimonial-one__left .section-title__title {
    font-size: 48px;
  }
  .testimonial-one {
    padding: 120px 0 140px;
  }
  .gallery-one__single {
    width: 50%;
  }
  .gallery-one__single:last-child {
    float: none;
    margin: 0 auto;
  }
  .faq-one__left .section-title__title {
    font-size: 45px;
  }
  .footer-widget__contact {
    margin-left: 0;
    margin-top: 32px;
  }
  .footer-widget__non-profit {
    margin-top: 32px;
  }
  .about-one__left {
    max-width: 600px;
    margin: 0 auto 0;
  }
  .about-one__right {
    max-width: 100%;
    margin: 30px auto 0;
  }
  .about-one, .join-us,.causes-one,.events-one,.gallery-one{padding: 40px 0;}
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-one {
    padding: 120px 0 140px;
  }
  .testimonial-one__left {
    margin-bottom: 40px;
  }
  .gallery-one__single {
    width: 50%;
  }
  .gallery-one__single:last-child {
    float: none;
    margin: 0 auto;
  }
  .faq-one__left {
    margin-bottom: 50px;
  }
  .footer-widget__contact {
    margin-left: 0;
    margin-top: 32px;
  }
  .footer-widget__non-profit {
    margin-top: 32px;
  }
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
  .section-title__title {
    font-size: 35px;
    line-height: 45px;
  }
  .section-title__title br {
    display: none;
  }
  .causes-one__content {
    padding: 22px 25px 30px;
  }
  .become-volunteer-one__title br {
    display: none;
  }
  .feature-one__single {
    padding: 50px 20px 50px;
  }
  .feature-one__top-inner {
    flex-direction: column;
    align-items: baseline;
  }
  .feature-one__top-title-box {
    margin-left: 0;
    margin-top: 20px;
  }
  .feature-one__top-title {
    font-size: 30px;
  }
  .testimonial-one {
    padding: 120px 0 140px;
  }
  .about-gallery .gallery-one__single{width: 100%;}
  .testimonial-one__left {
    margin-bottom: 40px;
    margin-right: 0;
  }
  .testimonial-one__client-img {
    left: 10px;
  }
  .testimonial-one__client-info {
    top: -95px;
    left: 155px;
  }
  .testimonial-one__client-name {
    font-size: 18px;
    line-height: 28px;
  }
  .testimonial-one__quote {
    right: 10px;
  }
  .testimonial-one__single {
    padding: 72px 20px 44px;
  }
  .gallery-one__single {
    width: 100%;
  }
  .faq-one__left {
    margin-bottom: 50px;
  }
  .faq-one__text-1 {
    margin-right: 0;
  }
  .counter-one__single {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .counter-one__single:before {
    display: none;
  }
  .footer-widget__links {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px;
  }
  .footer-widget__contact {
    margin-left: 0;
    margin-top: 10px;
  }
  .contact-one__list {
    align-items: baseline;
    justify-content: inherit;
    flex-direction: column;
  }
  .contact-one__single + .contact-one__single {
    margin-top: 30px;
  }
  .contact-one__inne {
    padding: 42px 20px 43px;
  }
}
@media only screen and  (max-width: 1200px) {
  .causes-one__content {
    padding: 22px 15px 30px;
    text-align: center;
    display: flex;
  }
  .causes-one__title {
    font-size: 24px;
  }
  .main-menu .main-menu__list > li + li, .stricky-header .main-menu__list > li + li{
    margin-left: 20px;
  }
  .main-menu__right-bottom{padding-left: 20px;}
  .banner-title{font-size: 35px;}
  .main-slider__content p,.about-one__text,.about-one__points,.testimonial-one__text-2{font-size: 17px;}
  .text-card h3{
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 26px;
    }
    .text-card p{line-height: 22px;    font-size: 15px;}
    .lg-title{font-size: 30px;line-height: 35px;}
    
    .causes-one .section-title p, .com-txt{    font-size: 16px;line-height:22px}
    .become-volunteer-one,.faq-one{
    padding: 50px 0 60px;
    }
    .faq-count{font-size: 25px;}
    .faq-sts{font-size: 18px;}
    .faq-img{
      width: 50px;
      height: 50px;
    }
    .testimonial-one__client-name,.become-volunteer-one__title{font-size: 25px;}
}
/*--------------------------------------------------------------
# Slider All Responsice Css
--------------------------------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1425px) {
  .main-slider__nav {
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    align-items: flex-end;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-slider__nav {
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    align-items: flex-end;
  }
  .main-slider-two__title {
    font-size: 75px;
    line-height: 80px;
    margin-top: 16px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-slider__nav {
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    align-items: flex-end;
  }
  .main-slider-two__title {
    font-size: 65px;
    line-height: 75px;
    margin-top: 16px;
    margin-bottom: 25px;
  }
  .main-slider-two__title br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .main-slider .image-layer {
    display: none;
  }
  .main-slider__title {
    font-size: 42px;
    line-height: 52px;
  }
  .main-slider__nav {
    display: none;
  }
  .main-slider-two__nav {
    display: none;
  }
  .main-slider-two__title {
    font-size: 45px;
    line-height: 60px;
    margin-top: 14px;
    margin-bottom: 25px;
  }
  .main-slider-two__title br {
    display: none;
  }
  .main-slider-three__title {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 28px;
  }
  .main-slider-three__title br {
    display: none;
  }
  .main-slider-three .container {
    padding-top: 214px;
  }
  .footer-widget__non-profit{padding: 0 15px;}
  .cont-det span{font-size: 14px;line-height: 18px;}
  .cont-det h6{font-size: 14px;}
  .cont-icon{
    width: 30px;
    height: 30px;
    line-height: 30px
  }
}
/*--------------------------------------------------------------
# Main Menu All Responsice Css
--------------------------------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu__right-top-address {
    display: none;
  }
  .main-menu .mobile-nav__toggler {
    color: var(--white);
    display: inline-block;
    padding: 17px 0;
  }
  .main-menu .mobile-nav__toggler:hover {
    color: var(--primary);
  }
  .main-menu-two__left {
    padding-left: 30px;
  }
  .main-menu-two__right-top {
    display: none;
  }
  .main-menu-two__shape-1 {
    display: none;
  }
  .main-menu-two__right-bottom {
    background-color: var(--black);
    padding-left: 0;
    padding-right: 30px;
  }
  .main-menu-two__search {
    color: var(--white);
  }
  .main-menu-two__cart {
    color: var(--white);
  }
  .main-menu-two .mobile-nav__toggler {
    padding: 17px 0;
    margin-right: 60px;
  }
  .main-menu-two__wrapper-inner {
    padding: 8px 0;
  }
  .main-menu-two__btn:hover {
    background-color: var(--white);
    color: var(--base);
  }
  .main-menu-three__btn-box {
    display: none;
  }
  .main-menu-three__search-cat {
    margin-left: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-menu__right-top-address {
    display: none;
  }
  .main-menu .mobile-nav__toggler {
    color: var(--white);
    display: inline-block;
    padding: 17px 0;
  }
  .main-menu .mobile-nav__toggler:hover {
    color: var(--primary);
  }
  .main-menu__wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  .main-menu__shape-1 {
    display: none;
  }
  .main-menu-two__left {
    padding-left: 30px;
  }
  .main-menu-two__right-top {
    display: none;
  }
  .main-menu-two__shape-1 {
    display: none;
  }
  .main-menu-two__right-bottom {
    background-color: var(--black);
    padding-left: 0;
    padding-right: 30px;
  }
  .main-menu-two__search {
    color: var(--white);
  }
  .main-menu-two__cart {
    color: var(--white);
  }
  .main-menu-two .mobile-nav__toggler {
    padding: 17px 0;
    margin-right: 60px;
    color: var(--white);
  }
  .main-menu-two__wrapper-inner {
    padding: 8px 0;
  }
  .main-menu-two__btn:hover {
    background-color: var(--white);
    color: var(--base);
  }
  .main-menu-three__btn-box {
    display: none;
  }
  .main-menu-three__search-cat {
    margin-left: 270px;
  }
  .main-menu-three__right-top {
    padding: 21.5px 30px;
  }
  .main-menu-three__right-bottom {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .main-menu__wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  .main-menu__shape-1 {
    display: none;
  }
  .main-menu__right-top {
    display: none;
  }
  .main-menu .mobile-nav__toggler {
    color: var(--base);
    display: inline-block;
    padding: 17px 0;
  }
  .main-menu .mobile-nav__toggler:hover {
    color: var(--black);
  }
  .main-menu__main-menu-content-box {
    display: none;
  }
  .main-menu__right-bottom {
    background-color: var(--white);
    padding-left: 0;
  }
  .banner-title span::before{display: none;}
  .vl-about-vission-bg .vl-vission-tab2 .nav-pills .nav-link.active, .vl-about-vission-bg .vl-vission-tab2 .nav-pills .show > .nav-link,.vl-about-vission-bg .vl-vission-tab2 .nav-link{font-size: 15px;}
  .main-menu__left {
    width: auto;
    margin-right: 0;
    float: left;
  }
  .main-menu__right {
    width: auto;
    float: right;
  }
  .main-menu__wrapper-inner {
    padding: 8px 0;
  }
  .main-menu-two__left {
    padding-left: 30px;
  }
  .main-menu-two__right-top {
    display: none;
  }
  .main-menu-two__shape-1 {
    display: none;
  }
  .main-menu-two__right-bottom {
    background-color: var(--black);
    padding-left: 0;
    padding-right: 30px;
  }
  .main-menu-two__main-menu-content-box {
    display: none;
  }
  .main-menu-two .mobile-nav__toggler {
    padding: 17px 0;
    margin-right: 0px;
    color: var(--white);
  }
  .main-menu-two .mobile-nav__toggler:hover {
    color: var(--primary);
  }
  .main-menu-two__wrapper-inner {
    padding: 8px 0;
  }
  .main-menu-three__wrapper {
    padding: 8px 30px;
  }
  .main-menu-three__right-top {
    display: none;
  }
  .main-menu-three__right-bottom {
    padding: 0;
  }
  .main-menu-three .mobile-nav__toggler {
    color: var(--white);
  }
  .main-menu-three__btn-box {
    display: none;
  }
  .main-menu-three__search-cat {
    display: none;
  }
  .donate-sec .causes-one__single{min-height: auto;}
}
@media only screen and (min-width: 1841px) and (max-width: 1900px) {
  .main-menu-two__shape-1 {
    display: none;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .main-menu-two__left {
    padding-left: 60px;
  }
  .main-menu-two__shape-1 {
    display: none;
  }
  .main-menu-two__right-top {
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu-two__left {
    padding-left: 30px;
  }
  .main-menu-two__shape-1 {
    display: none;
  }
  .main-menu-two__right-top {
    padding-right: 30px;
  }
  .main-menu-two__right-top {
    padding-right: 30px;
    padding-left: 30px;
  }
  .main-menu-two__right-top-address-list li + li {
    margin-left: 30px;
  }
  .main-menu-two__right-top-address-list li:before {
    display: none;
  }
  .main-menu-two__right-bottom {
    padding-left: 30px;
    padding-right: 30px;
  }
  .main-menu-two__search-box:before {
    display: none;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1840px) {
  .main-menu-two__left {
    padding-left: 60px;
  }
  .main-menu-two__shape-1 {
    right: -105px;
  }
  .main-menu-three__search-cat {
    margin-left: 230px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .main-menu__right-top-social {
    display: none;
  }
  .main-menu-three__search-cat {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu__right-top-social {
    display: none;
  }
 
  .main-menu__right-top-address-list li + li {
    margin-left: 14px;
  }
  .main-menu__right-top-address-list li:before {
    display: none;
  }
  .main-menu__volunteers {
    margin-right: 20px;
  }
  .main-menu__search-box {
    display: none;
  }
  .main-menu__cat-box {
    display: none;
  }
  .main-menu-three__search-cat {
    margin-left: 40px;
  }
  .main-menu-three__btn-box {
    display: none;
  }
}
@media (max-width: 1191px) {
.waveouter{
    top: 60px;
    left: -140px;
  }
  .banner-title{font-size: 23px;}
  .main-slider__content p,.text-card p{font-size: 14px;line-height: 20px;}
  .text-card h3{font-size: 18px;}
  .about-one::before{
    width: 50%;
    height: 50%;
  }
  .about-one__left::before{    left: -225px;}
  .about-one, .join-us,.causes-one,.become-volunteer-one,.events-one,.faq-one,.testimonial-one{padding: 30px 0 30px;}
  .lg-title{
      font-size: 20px;
          line-height: 25px
  }
  .about-one__text,.about-one__points,.causes-one .section-title p, .com-txt{font-size: 15px;line-height: 22px;}
  .section-title{margin-bottom: 20px;}
  .become-volunteer-one__title{font-size: 20px;line-height: 28px;}
   .faq-count{font-size: 20px;}
    .faq-sts{font-size: 15px;}
    .faq-img{
      width: 50px;
      height: 50px;
    }
    .testimonial-one__client-name{font-size: 20px;}
    .testimonial-one__text-2{font-size: 15px;line-height: 19px;}
    .testimonial-one__single{padding: 40px 20px 30px;}
    .footer-widget__about{margin-right: 10px;}
}
@media (max-width: 991px) {
  .main-slider__content{margin-top: 30px;}
  .banner-img{margin-top: 20px;}
  .waveouter{display: none;}
  .main-slider__content::before{left:70px}
  .about-one__left::before{left: -170px;}
  .about-one__img{margin-top: 30px;}
  .faq-row{flex-direction: row-reverse;}
}
@media (max-width: 767px) {
  .thm-btn{padding: 10px 20px 10px;font-size: 14px;}
  .email-grp{flex-direction: column;}
  .testimonial-one__client-img img{
    width: 80px !important;
    height: 80px !important;
  }
  .testimonial-one__client-img{    top: -65px;}
  .footerweget{flex-direction: column;align-items: center;gap:10px}
  .banner-img{margin-top: 20px;}
  .faq-row{flex-direction: column-reverse;}
  .section-title{text-align: center;}
  .faqcard1{margin-top: 0;}
  .faq-card{
    display: flex;
    justify-content: space-around;
    flex-direction: row;
  }
  .main-menu__logo img{
    width: 150px;
  }
  .custom-cursor__cursor,.custom-cursor__cursor-two{display: none;}
  .team-one{padding: 50px 0 30px;}
  .join-img{margin-bottom: 20px;}
  .welcome-one__video-icon{
    width: 45px;
    height: 45px;
  }
  .welcome-one__video-text{font-size: 20px;}
  .sp2{padding: 20px 15px;}
}
@media (max-width: 480px) {
  .email-grp .form-control{width: 100%;}
  .email-grp{
      gap: 10px;
  }
  .site-footer__bottom,.welcome-flex{flex-direction: column;align-items: center;gap:10px}
  .site-footer__bottom-inner{padding: 0;}
  .waveouter{display: none;}
}
.join-us {
  background-color: #ffffff; /* light background */
  color: #222222; /* dark text */
}
.join-us h2 {
  text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}