:root {
  --c1: #439699;
  /* --c1:#0b4d3c; */
  --c2: #69a9b5;
  --c3: rgb(60, 57, 49);
  --c4: #142b3b;
  --bg: linear-gradient(188deg, #f8f6f5 10%, #dbf9f4 100%);
}

* {
  outline: none;
}

button,
a {
  box-shadow: none !important;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

/* @font-face {
  font-family: 'Philosopher Regular';
  src: local('Philosopher Regular'), url('Philosopher-Regular.woff') format('woff');
  } */
.c1 {
  color: var(--c1) !important;
}

.c2 {
  color: var(--c2) !important;
}

.c3 {
  color: var(--c3) !important;
}

.c4 {
  color: var(--c4) !important;
}

.bg {
  background-color: var(--bg);
}

/* .c5{
  color: var(--c5) !important;
} */

.b {
  color: black !important;
}

a {
  text-decoration: none !important;
}

.ls {
  letter-spacing: 1px;
}

.lh {
  line-height: 2rem !important;
}

p {
  color: #3d3931;
  line-height: 1.5rem;
  font-size: 15px;
  letter-spacing: 1px;
}

.w {
  color: #fff !important;
}

@font-face {
  font-family: 'Outfit';
  src: url(../OutfitRegular.ttf);
}

@font-face {
  font-family: 'Nunito-Regular';
  src: url(../Nunito-Regular.otf);
}


.sf {
  font-family: 'Vudotronic' !important;
}

.hf {
  font-family: 'Outfit' !important;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Outfit' !important;
}

html {
  width: 100vw !important;
  overflow-x: hidden !important;

}

body {
  margin: 0% !important;
  padding: 0% !important;
  font-family: 'Nunito-Regular' !important;
  /* overflow-x: hidden !important; */
  letter-spacing: 1px;
  width: 100vw;
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth !important;
  color: #3d3931;
}

h1,
h2,
h3 {
  font-family: 'CormorantInfant' !important;
}

* {
  box-sizing: border-box;
  /* border: 1px solid black; */
}

/* top first section */

.first-top {
  background-color: var(--c1);
  /* position: relative; */
}

/* .first-top::before{
  content: '';
  background-image: url(../images/footer-1.jpg);
  background-position: center;
  background-size: cover;
  position: absolute;
  inset: 0%;
  z-index: -1;
} */
.first-text {
  display: flex;
  align-items: center;
}

.first-text .ftp {
  font-size: 13px;
  /* color: #fff !important; */
  letter-spacing: 1px;
}

.first-bx-img {
  width: 28px;
}

.top-nv-soc-img {
  width: 20px;
}

.get-help {
  background-color: var(--c1) !important;
  border-radius: 0% !important;
  color: #ffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center;
}

.cus-img {
  width: 20%;
}

.cus-text {
  text-align: start;
}

/* navbar toggle */


.mega-menu-trigger {
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.mega-menu-trigger .trigger-inner {
  height: 20px;
}

.mega-menu-trigger .trigger-inner {
  /* height: 50%; */
  width: 30px;
  position: relative;
}

.trigger-inner span:nth-child(1) {
  top: 0%;
  left: 0;
}

.trigger-inner span:nth-child(3) {
  top: 100%;
  left: 0;
}

.trigger-inner span {
  position: absolute;
  width: 36px;
  height: 2px;
  background-color: #0b6761;
  border-radius: 100px;
  transition: all .2s cubic-bezier(.075, .82, .165, 1);
}

.burger-active .trigger-inner span:nth-child(1) {
  transform: rotate(-45deg);
}

.burger-active .trigger-inner span:nth-child(3) {
  transform: rotate(45deg);
}

.burger-active .trigger-inner span:nth-child(1),
.burger-active .trigger-inner span:nth-child(3) {
  top: 50%;
}

.burger-active .trigger-inner p.txt {
  opacity: 0;
  transition: opacity 0.2s ease;
}

.trigger-inner p.txt {
  font-size: 10px;
  top: 5px;
  letter-spacing: 2px;
  position: absolute;
  line-height: inherit;
  margin-bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #0b6761;
  width: 32px;
  text-align: center;
}


/* top first section */

.first-top {
  background-color: #fff;
  /* position: relative; */
}

.bg-c2 {
  background-color: var(--c2);
  border-radius: 100px;
}

/* .first-top::before{
  content: '';
  background-image: url(../images/footer-1.jpg);
  background-position: center;
  background-size: cover;
  position: absolute;
  inset: 0%;
  z-index: -1;
} */
.first-text {
  display: flex;
  align-items: center;
}

.first-text .ftp {
  font-size: 13px;
  color: #191919;
  letter-spacing: 0.8px;
}

.first-bx-img {
  width: 25px;
}

.top-nv-soc-img {
  width: 19px;

}

/* ----------------- navbar --------------------------*/
/* navbar */
nav button.donate {
  background-color: var(--c1) !important;
  color: #fff !important;
}

nav button.donate:hover {
  background-color: #337b7e !important;
  color: #fff !important;
}

.nav-bx {
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-btn {
  /* transform: translateX(-150%); */
  background-color: #000 !important;
  color: #FFF !important;
}

.nav-icon {
  width: 40px;
}

.icon-top-count {
  background-color: #ffffff;
  color: #000 !important;
}

/* nav bar */
.home-nav {
  display: none !important;
}

.navbar {
  z-index: 50;
  transition: all .5s;
  background-color: #ffff;
}

.logo {
  height: 45px;
}

.nav-menus {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.newnav {
  position: fixed !important;
  top: 0% !important;
  left: 0%;
  width: 100%;
  z-index: 50;
  background-color: #fff !important;
  box-shadow: #32325d40 0px 6px 12px -2px, #0000004d 0px 3px 7px -3px !important;
}

.home-d-nav {
  display: unset !important;
}

/* .newnav .nav-link{
  color: #fff;
} */
@keyframes mymove {
  0% {
    transform: translateY(-50%);
  }

  100% {
    transform: translatey(0%);
  }
}

.dropdown-item {
  color: black !important;
}

.search-bx {
  width: 40%;
}

.serc-btn {
  background-color: var(--c1) !important;
  color: #fff !important;
}

.nav-item {
  padding: 0px 5px;
  display: flex;
  align-items: center;
}

.nav-link {
  /* color: #ffff !important; */
  font-weight: bold !important;
  letter-spacing: 1px;
  font-size: 13px !important;
}

.nav-active {
  /* background-color: var(--c1) !important; */
  /* border-bottom: 2px solid var(--c1) !important; */
  color: var(--c1) !important;
  font-weight: bold !important;
}

/* .newnav .nav-link:hover{
  color: #ffff !important;
} */
.nv-icon {
  /* background-color: #ff6f00; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-div img {
  width: 40px;
}

/* .icon-div img{
width: 50px;
} */
.icon-div i {
  font-size: 20px;
}

.nv-icon p {
  margin-bottom: 0% !important;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: unset !important;
}

.dropdown:hover .dropdown-menu {
  transform: scale(1);
  /* background-color: var(--c2); */
}

.dropdown-item {
  background-color: unset !important;
  transition: all .5s;
  font-size: 14px;
  color: black !important;
  /* font-family: Arial, Helvetica, sans-serif !important; */
  /* height: 30px; */
  display: flex !important;
  align-items: center;
}

.dropdown-item i {
  margin-right: 6px;

}

.dropdown-menu {
  border-radius: 0% !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
  border-top: 3px solid var(--c1) !important;
}

.dropdown-item:hover {
  /* transform: translateX(10px); */
  transition: all .5s;
  background-color: var(--bg-dark) !important;

}

.navbar .dropdown-menu {
  min-width: 220px;
  border-radius: 0% !important;
  border-top: 3px solid var(--c1);
}

/* Open dropdown on hover */
/* .nav-item.dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: 0; 
} */

/* Open sub-dropdowns on hover */
.dropdown-menu li:hover>.dropdown-menu {
  display: block;
}

/* Optionally add some transition effects */
/* .dropdown-menu {
  transition: all 0.3s ease;
} */

.dropdown-menu .dropdown-menu {
  left: 100%;
  top: 0;
  margin-top: 0;
}

.navbar .dropdown-item {
  font-size: 14px;
}

/* navbar dropdown */
.dropdown-menu[data-bs-popper] {
  top: 116% !important;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.arow-right .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
  position: absolute;
  right: 18px;
  top: 37%;
}

.navbar .dropdown-item.nav-active,
.navbar .dropdown-item:hover {
  transform: unset;
  background-color: #f1f8ff !important;
  color: var(--c1) !important;
  transition: all .5s;
}

.nv-fl {
  position: relative;
  overflow: hidden;
}

.nav-flower {
  width: 37%;
  position: absolute;
  bottom: -18%;
  right: -13%;
  animation: animName 15s linear infinite;
}

/* .navbar .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: black !important;
} */
/* .newnav .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #fff !important;
} */

.newnav .clr-nav-tog {
  color: #fff !important;
}

.quotation {
  line-height: 50px;
}

.quotes-start,
.quotes-end {
  margin-top: -20px;
}

.quotes-start {
  transform: rotate(350deg);
}

.quotes-end {
  transform: rotate(367deg) scaleX(-1);
}

/* testimonial */

.testimonials-wrap {
  padding: 40px 0;
}

.heading-section {
  text-align: center;
}

.sub-heading {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  display: block;
  font-weight: 600;
  color: #2e9ca1;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.heading-section h2 {
  font-size: 28px;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 15px;
}

.testimonial-box {
  display: flex;
  gap: 15px;
  position: relative;
  padding: 30px 20px;
  background: #fff;
  border: 1px solid #00000008;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 #0000000a;
}

.user-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  min-width: 80px;
  background-size: 100%;
}

.carousel-testimonial .item {
  padding: 30px 10px;
}

.quote {
  position: absolute;
  top: -20px;
  color: #2e9da1;
  font-size: 27px;
}

.name {
  margin-bottom: 0;
  line-height: 14px;
  font-size: 17px;
  font-weight: 500;
}

.position {
  color: #adadad;
  font-size: 14px;
}

.carousel-testimonial .owl-nav {
  text-align: center;
}

.carousel-testimonial .owl-nav button.owl-next,
.carousel-testimonial .owl-nav button.owl-prev {
  padding: 0 12px !important;
}

.carousel-testimonial .owl-nav button {
  outline: none;
  padding: 0;
}

.carousel-testimonial .owl-nav button.owl-next span,
.carousel-testimonial .owl-nav button.owl-prev span {
  display: block;
  font-size: 40px;
  width: 25px;
  height: 25px;
  vertical-align: 0px;
  line-height: 16px;
}

.carousel-testimonial .owl-nav button.owl-next.disabled,
.carousel-testimonial .owl-nav button.owl-prev.disabled {
  opacity: 0.5;
}


/* testimonial - end */
/* @keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
} */

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }

  100% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 1;
  }

  0% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.animate {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

.btn-search {
  background-color: var(--c2) !important;

}

.nav-gift {
  width: 20px;
}

.btn-log {
  background-color: var(--c1) !important;
  color: #fff !important;
  border-radius: 50% !important;
}

.mob-s-nav .ab-lgo-bx {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c1);
}

.mob-s-nav .ab-lgo-bx img {
  width: 50%;
}

@keyframes trin {

  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  20%,
  32%,
  44%,
  56%,
  68% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  23%,
  35%,
  47%,
  59%,
  71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  26%,
  38%,
  50%,
  62%,
  74% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  29%,
  41%,
  53%,
  65%,
  77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

}

.phn {
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.grow {
  animation-name: grow;
  animation-duration: 6s;
  /* animation-iteration-count: 3; */
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes grow {
  0% {
    width: 10%;
  }

  50% {
    width: 50%;
  }

  100% {
    width: 10%;
  }
}

.user-nav-btn {
  background-color: #e8e7e7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  outline: none;
  border: none;
  width: 55px;
  height: 55px;
}

.nav-user-img {
  width: 30px;

}

.soc-bx:hover .soc-icon {
  animation: gelatine 0.5s;
}

@keyframes gelatine {

  from,
  to {
    transform: scale(1, 1);
  }

  25% {
    transform: scale(0.9, 1.1);
  }

  50% {
    transform: scale(1.1, 0.9);
  }

  75% {
    transform: scale(0.95, 1.05);
  }
}

.nav-bx-ser {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.nav-text-ser {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  transition: all 2s;
}

.nav-text-ser .i {
  font-size: 14px;
}

.nav-bx-ser::before {
  content: '';
  height: 100%;
  width: 0px;
  background-color: #000;
  position: absolute;
  left: 0%;
  top: 0%;
  /* display: none; */
  transition: all .5s;
}

.nav-bx-ser:hover::before {
  content: '';
  height: 100%;
  width: 3px;
  background-color: #000;
  position: absolute;
  left: 0%;
  top: 0%;
  display: block;
  transition: all .8s;
}

.nav-bx-ser:hover .nav-text-ser {
  color: #fff;
  transition: all .5s;
}

.nav-bx-ser::after {
  content: '';
  height: 100%;
  width: 0%;
  background-color: var(--c1);
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: -1;
  /* display: none; */
  transition: all 1s;
}

.nav-bx-ser:hover::after {
  content: '';
  width: 100%;
  z-index: -1;
  /* display: none; */
  transition: all .5s;
}

.active-nav-bx-ser {
  background-color: var(--c1);
  position: relative;
}

.active-nav-bx-ser::before {
  content: '';
  height: 100%;
  width: 3px;
  background-color: #000;
  position: absolute;
  left: 0%;
  top: 0%;
}

.active-nav-bx-ser .nav-text-ser {
  color: #fff;
}


/* navbar dropdown */
/* .dropdown-menu[data-bs-popper] {
  top: 100% !important;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
.arow-right .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
  position: absolute;
  right: 18px;
  top: 37%;
}
.navbar .dropdown-item:hover{
transform: unset;
  background-color: #f9dede !important;
  color: var(--c1) !important;
  transition: all .5s;
} */

/* --- mega menu ----- */
.custom-mega-menu {
  position: static;
}

.custom-mega-menu .custom-dropdown-menu {
  width: 100%;
  left: 0;
  right: 0;
  border: none;
  padding: 0;
  margin: 0;
  display: none;
  /* Hide by default */
}

.custom-mega-menu-container {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem;
}

.custom-mega-menu-column {
  flex: 1 1 25%;
  padding: 1rem;
  box-sizing: border-box;
}

.custom-dropdown:hover .custom-dropdown-menu,
.custom-dropdown.show .custom-dropdown-menu {
  display: block;
}

.custom-dropdown-submenu {
  position: relative;
}

.custom-dropdown-submenu:hover .custom-dropdown-menu,
.custom-dropdown-submenu.show .custom-dropdown-menu {
  display: block;
}

.custom-dropdown-submenu .custom-dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  display: none;
  /* Hide by default */
}

.small-p {
  font-size: 14px;
  margin-bottom: 2px;
}

.custom-dropdown-submenu a {
  color: #000;
}

.custom-dropdown-menu {
  margin-left: 10%;
  margin-top: 1.5rem;
}

/* .custom-dropdown-item {
  width: 100%;
} */
.in-drop:hover {
  background-color: #70b6e2;
  margin-top: 1.5rem;
}

.sub-dropdown-item:hover {
  background-color: #70b6e2 !important;
  width: 100%;
}

.new-add-menu {
  left: 5% !important;
  top: 100% !important;
}

.mega-in .nav-link {
  color: #000 !important;
}

.mega-in .nav-link:hover {
  color: var(--c1) !important;
}

@media screen and (max-width: 1324px) {
  .nav-link {
    font-size: 12px;
  }

  .logo {
    height: 43px;
  }
}

@media (max-width: 992px) {
  .dropdown .dropdown-menu {
    background-color: transparent !important;
  }

  .navbar .dropdown-item {
    font-size: 13px;
  }

  .dropdown-item {
    align-items: flex-start;
  }

  .dropdown-item i {
    margin-top: 3px;
  }

  .custom-mega-menu-column {
    flex: 1 1 50%;
  }

  .custom-dropdown-menu {
    margin-left: 10%;
    margin-top: 1.5rem;
  }
}

@media (max-width: 768px) {
  .custom-mega-menu-column {
    flex: 1 1 100%;
  }
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

  .navbar .has-megamenu {
    position: static !important;
  }

  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
  }

}

/* ============ desktop view .end// ============ */

.treat-you-main {
  position: relative;
}

.treat-you-left {
  /* position: absolute; */
}

.treat-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.tret-you-right p {
  font-size: 14.5px;
}

/* ============ mobile view ============ */
@media(max-width: 991px) {

  .navbar.fixed-top .navbar-collapse,
  .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }
}

.enq-btn-nv {
  display: flex !important;
  align-items: center;
}

.nv-rnd {
  background-color: #4aa36e42;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: relative;
}

.nv-rnd-img {
  width: 45%;
  z-index: 3;
}

.nv-rnd::after {
  content: '';
  width: 80%;
  height: 80%;
  border-radius: 100%;
  background-color: var(--c1);
  position: absolute;
}



.js {
  text-align: justify !important;
}



/* call and whats app */
.fix-icon-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  bottom: 5%;
  right: 1%;
  z-index: 60;
}

.fix-img {
  width: 30px;
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.in-fix-box {
  display: flex;
  align-items: center;
  background-color: #40c351;
  border-radius: 12px;
}

.in-fix-p {
  color: #FFF;
}

.call-fix-side {
  /* width: 40px;
  height: 40px;*/
  border-radius: 50%;
  /* background-color: #222; */
  border: 3px solid #fff;
  /* position: fixed;
  left: 1%;
  bottom: 5%;
  z-index: 60; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.call-img-fix {
  width: 40px;
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;

}

.call-img-fix.donate {
  width: 100px;
}

@keyframes trin {

  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  20%,
  32%,
  44%,
  56%,
  68% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  23%,
  35%,
  47%,
  59%,
  71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  26%,
  38%,
  50%,
  62%,
  74% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  29%,
  41%,
  53%,
  65%,
  77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

}

.cal-nv-btn {
  background-color: var(--c1) !important;
  color: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center;
  position: relative;
  width: 170px;
  font-size: 13px !important;
  transition: all .5s;
}

.btn-round-bx {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid var(--c1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  left: -10%;
}

.call-nv {
  width: 20px;
}

.cal-nv-btn:hover {
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  transition: all .5s;
}

/* scrol bar */
/* width */
body::-webkit-scrollbar {
  width: 5px;
}

/* Track */
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(255, 255, 255);
  border-radius: 10px;
}

/* Handle */
body::-webkit-scrollbar-thumb {
  background: var(--c2);
  border-radius: 10px;
}

/* ----------- hero ------------- */

.hero {
  width: 100%;
  position: relative;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--c1);
}

.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: #ffffff;
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}

.autoplay-progress span {
  color: #ffffff;
}

.hero-slide {
  position: relative;
}

.shade-botom {
  position: absolute;
  bottom: 0%;
  left: 0%;
  background-color: transparent;
  /* background-image: linear-gradient(180deg,#fefcf300 30%, #fefcf3 100%); */
  z-index: 3;
  width: 100%;
  height: 50%;
}

.hero-sl-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #ffffff !important;
}

.swiper-button-next,
.swiper-button-prev {
  color: #000 !important;

}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 35px !important;
}

/* ---- about section ------- */
.lite-bg {
  background-color: #adf5f89a;
}

.icn-abt {
  background-color: #adf5f89a;
  width: 150px;
  text-align: center;
}

.btn-c1 {
  background-color: var(--c1) !important;
  background-position: center center;
  background-image: url(../images/pattern-footer.png);
  color: #fff !important;
  transition: all .5s;
}

.btn-c1:hover {
  background-color: var(--c2) !important;
  transition: all .5s;
}

.btn-c2 {
  background-color: var(--c2) !important;
  background-position: center center;
  background-image: url(../images/pattern-footer.png);
  color: #fff !important;
  transition: all .5s;
}

.btn-c2:hover {
  background-color: var(--c1) !important;
  transition: all .5s;
}

/* --- our services ---- */
.bg-patern {
  position: relative;
}

.bg-patern::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  z-index: -2;
  /* background-color: var(--c1); */
  background-image: var(--bg);
  /* background-image: url(../images/pattern-footer.png); */
  background-position: center center;
}

.in-tx {
  background-color: #b2f5ea;
}

.round-line {
  position: absolute;
  width: 50%;
  height: 100%;
  object-fit: cover;
  top: 0%;
  right: 0;
  z-index: -1;
  object-position: left;
}

.what-we-do-box {
  background-color: #ffff;
  height: 100%;
}

.ww-d-img-box {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.ww-d-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
  object-position: center center;
}

.what-we-do-box:hover .ww-d-img {
  transform: scale(1.1);
  transition: all .5s;
}

.ww-d-p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.btn-nxt-line {
  height: 1px;
  background-color: #46454561;
  flex-grow: 1;
}

/* ------------- */
.ayur-img {
  width: 100%;
  border-radius: 0% 20% 0% 0%;
  height: 700px;
  object-fit: cover;
}

.line-h {
  background-color: var(--c1);
  height: 2px;
  width: 100px;
}

/* -------- */
.bg-grad {
  background-image: var(--bg);
}

.why-icon {
  width: 60px;
}

.check-ion {
  width: 25px;
}

.over-lap-div {
  background-color: #fff;
  transform: translateX(-20%);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/* -== tree planting ---- */
.nature-full {
  background-image: url(../images/planting-bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-position: center center; */
}

.in-plant-bg {
  background-color: #ffffffb8;
}

/* ------------------------ */

/* ====footer===== */
.footer {
  /* background-image: url(../images/truck-cargo.jpg); */
  background-size: cover;
  /* background-color: var(--bg); */
  /* background-color: rgba(10, 10, 10, 0.393); */
  position: relative;
}

.footer::after {
  content: '';
  /* background-image: url(../images/footer-bg3.webp); */
  background-size: cover;
  background-color: #9ff4f73d;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  z-index: -1;

}

.f-logo {
  width: 90%;
}

.full-so {
  display: flex;
  /* background-color: #daa52a; */
  /* height: 100px; */
}

.soc-bx {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
}

.soc-icon {
  width: 50%;
  /* height: 50%; */
  transition: all .5s;
}

.soc-bx:hover .soc-icon {
  animation: gelatine 0.5s;
}

@keyframes gelatine {

  from,
  to {
    transform: scale(1, 1);
  }

  25% {
    transform: scale(0.9, 1.1);
  }

  50% {
    transform: scale(1.1, 0.9);
  }

  75% {
    transform: scale(0.95, 1.05);
  }
}

.foot-arrow {
  width: 16px;
}

.foot-p {
  display: flex;
  align-items: start;
  transition: all .5s;
  margin-top: 1rem;
  font-size: 14px;
}

.foot-p img {
  margin-top: 5px;
}

.foot-p:hover {
  transform: translateX(5%);
  transition: all .5s;
}

/* .ft-main{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
} */
.f-con-div {
  display: flex;
}

.f-con-bx {
  background-color: var(--c1);
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.con-f-icon {
  width: 50%;
}

.f-con-txt {
  width: 60%;
}

.f-con-h {
  font-size: 14px;
}

/* ======== */
.foot-logos {
  width: 100%;
}

/* .foot-new-box{
  height: 100%;
  background-color: #000;
} */

.btn-soc {
  color: var(--c1) !important;
  border: 1px solid var(--c1) !important;
}

.btn-soc:hover {
  background-color: var(--c1) !important;

  color: #fff !important;
}

/* --------------------------contact page ----------------------- */
.bg-c1-lite {
  background-color: #e6fae9;
}

.con-box {
  width: 100%;
  display: flex;
  align-items: flex-start;
}

.con-box img {
  width: 40px;
}

.con-right {
  background-color: #fff;
  box-shadow: -10px -10px 25px rgba(255, 255, 255, 0.08),
    10px 10px 25px rgba(0, 0, 0, 0.08);
}

.chat {
  width: 50px;
}

.area-text {
  background-color: #f6f6f6 !important;
}

.btn-primary {
  background-color: var(--c1) !important;
  color: #fff !important;
}

.con-input {
  width: 100% !important;
}

/* ------------ blood donetion process ----------------- */
.blood-d-work-bx {
  width: 100%;
  background-color: #fff;
  border-radius: 12px;
  height: 100%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.dw-num {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: absolute;
  top: -3%;
  right: -2%;
  background-color: var(--c1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.bd-wrk-img {
  width: 60px;
}

.do-work {
  position: relative;
  background-image: linear-gradient(107deg, #FFFFFF00 25%, #dbf9f4 60%);
}

.do-work::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  background-image: url(../images/donation-cell.png);
  background-size: cover;
  background-attachment: fixed;
  z-index: -1;
}

/* ------- */

.impact-bx {
  background-color: #fff;
  border-radius: 13px;
  position: relative;
  width: 100%;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid var(--c1);
}

.impact-bx::after {
  content: '';
  background-color: var(--c1);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 5%;
  left: 1%;
  z-index: -1;
  border-radius: 13px;
}

.impact-main {
  position: relative;
}

.impact-main::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  background-image: var(--bg);
  background-size: cover;
  background-attachment: fixed;
  z-index: -2;
}

.blood-table th {
  background-color: var(--c1) !important;
  color: #fff !important;
}

.blood-table tr td strong {
  color: var(--c1);
}

/* ================= gallery =============  */

/* gallery section */
.gall-div {
  width: 100%;
  height: 250px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
}

.gall1-div {
  width: 100%;
  height: 300px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
}

.gal-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gall-over {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  transition: all .5s;
}

.full-screen {
  width: 50px;
}

.gall1-div:hover .gall-over {
  width: 85%;
  height: 85%;
  opacity: 1;
  transition: all .5s;
}

.other-hero {
  display: flex;
  align-items: center;
  position: relative;
  background-color: rgba(0, 0, 0, 0.414);
  min-height: 40vh;
}

.cancer-hero::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  background-image: url(../images/cancer-banner.jpg);
  background-size: cover;
  background-position: right;
  z-index: -2;
}

.can-ofer-bx {
  background-color: #fff;
  border-radius: 13px;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid var(--c1);
}

.can-ofer-bx::after {
  content: '';
  background-color: var(--c1);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 5%;
  left: 1%;
  z-index: -1;
  border-radius: 13px;
}

.tk-ac-crd {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tk-rnd {
  width: 130px;
  height: 130px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.tk-img {
  width: 60%;
}

/* ----------- hiv and aids page ------- */
.hiv-aids-hero::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  background-image: url(../images/hiv-aids-banner.jpg);
  background-size: cover;
  background-position: right;
  z-index: -2;
}

.hiv-par-bx {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 12px;
  border-bottom: 2px solid var(--c1);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.hiv-in-img {
  width: 80px;
}

/* --------- Helth care for disabilities page -------- */
.helth-dis-hero::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  background-image: url(../images/dis-ab-banner.jpg);
  background-size: cover;
  background-position: center;
  z-index: -2;
}

.dis-ab-crd {
  width: 100%;
  border-radius: 12px;
  border-bottom: 2px solid var(--c1);
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.dis-ab-icons {
  width: 80px;
}

/* -- youth and women empowerment --- */
.women-hero::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  background-image: url(../images/bg1.jpg);
  background-size: cover;
  background-position: center;
  z-index: -2;
}

.wmn-num-rnd {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c1);
}

.wmn-rnd-h {
  font-size: 18px;
  margin-top: 1.5rem;
}

/* -------- urban area -------- */
.urban-hero::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  background-image: url(../images/urban.jpg);
  background-size: cover;
  background-position: center;
  z-index: -2;
}

/* ------ Environmental Conservation ------ */
.envi-hero::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  background-image: url(../images/planting-bg.jpg);
  background-size: cover;
  background-position: center;
  z-index: -2;
}

.bg-grad2 {
  position: relative;
}

.bg-grad2::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  z-index: -3;
}

/* ------- humen rights ------ */
.humen-hero::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  background-image: url(../images/humen-right-2.jpg);
  background-size: cover;
  background-position: center;
  z-index: -2;
}

/* ---------- Critical Care ------- */
.cc-hero::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  background-image: url(../images/c-care.jpg);
  background-size: cover;
  background-position: center right;
  z-index: -2;
}

/* --------- Ayurveda Services ------------ */
.ay-hero::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  background-image: url(../images/ayus-bg.jpg);
  background-size: cover;
  background-position: center top;
  z-index: -2;
}

.cilp-img {
  clip-path: polygon(0% 0%, 100% 0, 100% 83%, 84% 100%, 0% 100%);
}

/* ---------- about page --------- */
.ab-hero::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  background-image: url(../images/ab-bg-hero.jpg);
  background-size: cover;
  background-position: center;
  z-index: -2;
}

/* ========================================================================================================================= */

/* --------------------------------------make it responsive------------------------ */
@media screen and (max-width:1250px) {
  .logo {
    height: 35px;
  }

  .nav-link {
    font-size: 12px !important;
  }

  .full-img-div {
    width: 100%;
    height: 208px;
  }

  /* hero */
  .f-first {
    font-size: 50px;
  }

}

@media screen and (max-width:1025px) {
  .ab-h {
    font-size: 32px;
  }

  .logo {
    width: 55px;
    height: unset;
  }

  /* navbar */
  .top-nav-one {
    display: none;
  }

  .menu {
    width: 42px;
  }

  /* .logo{
            width: 77px;
        } */
  .nav-menus {
    display: flex;
    align-items: unset !important;
    justify-content: unset;

  }

  /* .nav-link{
            color: #000 !important;
        } */
  .offcanvas {
    width: 100% !important;
  }

  .dropdown-item {
    white-space: unset !important;
    font-size: 12px;
  }

  .menu {
    width: 52px;
  }

  .offcanvas-header {
    background-color: var(--c2);
  }

  .ww-d-img-box {
    width: 100%;
    height: 176px;
    overflow: hidden;
  }



}

@media screen and (max-width:1200px) {
  .ftp {
    font-size: 12px !important;
  }

  .first-text {
    font-family: 12px;
  }
}

@media screen and (min-width:960px) and (max-width:1100px) {
  .logo {
    width: 200px;
    height: unset;
  }

  .nav-link {
    font-size: 10px !important;
  }

  nav button.donate {
    font-size: 12px;
  }

  .navbar {
    margin-top: 10px;
  }

  .enq-btn {
    font-size: 10px !important;
  }

  .navbar {
    padding-top: unset !important;
    padding-bottom: unset !important;
  }

  .nv-tx {
    font-size: 12px;
  }

  .nv-rnd {
    width: 50px;
    height: 50px;
  }

  .nv-call-us {
    font-size: 12px !important;
  }

}

@media (min-width:920px) and (max-width:1200px) {}

@media screen and (max-width:920px) {
  body {
    overflow-x: hidden !important;
  }

  .sm-js {
    text-align: justify !important;
  }

  /* navbar */
  .top-nav-one {
    display: none;
  }

  .menu {
    width: 42px;
  }

  .navbar {
    z-index: 1050;
  }

  .nav-menus {
    display: flex;
    align-items: unset !important;
    justify-content: unset;

  }

  .nav-link {
    color: #000 !important;
    font-size: 20px !important;
    font-weight: normal !important;
  }

  .offcanvas {
    width: 100% !important;
  }

  .dropdown-item {
    white-space: unset !important;
    font-size: 16px;
  }

  .dropdown-menu {
    border: unset !important;
    box-shadow: unset !important;
  }

  @-webkit-keyframes slideIn {
    0% {
      -webkit-transform: transform;
      -webkit-opacity: 0;
    }

    100% {
      -webkit-transform: translateY(-8%);
      -webkit-opacity: 1;
    }

    0% {
      -webkit-transform: translateY(0);
      -webkit-opacity: 0;
    }
  }

  .menu {
    width: 52px;
  }

  .offcanvas-header {
    background-color: var(--c1);
  }

  .logo-nv {
    width: 35px;
  }

  .nav-link:focus,
  .nav-active {
    background-color: unset !important;
    color: var(--c1) !important;
    font-weight: bold !important;
    border-bottom: unset !important;
  }

  .offcanvas-body {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .navbar .nav-item {
    min-height: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  /* .dropdown:hover .dropdown-menu {
    margin-top: 2rem !important;
} */
  .navbar .logo-in-nv {
    display: flex !important;
    transition: all .5s;
  }

  .top-nav-up {
    display: none !important;
  }

  /* what we do */
  .ww-d-img-box {
    width: 100%;
    height: 190px;
    overflow: hidden;
  }

  .ayur-img {
    width: 100%;
    border-radius: 0% 20% 0% 0%;
    height: 382px;
    object-fit: cover;
  }

  .over-lap-div {
    background-color: #fff;
    transform: translateX(0%);
    box-shadow: unset;
  }

  .nature-full {
    background-position: center center;
  }

  .do-work {
    position: relative;
    background-image: linear-gradient(350deg, #FFFFFF00 25%, #dbf9f4 60%);
  }

  .animate {
    animation-duration: unset;
    -webkit-animation-duration: unset;
    animation-fill-mode: unset;
    -webkit-animation-fill-mode: unset;
  }
}



@media screen and (max-width:720px) {}



@media screen and (max-width:660px) {
  .menu {
    width: 32px;
  }

  .logo {
    width: 200px;
    height: unset;
  }

  .sm-js {
    text-align: justify !important;
  }


  /* ----about ------- */
  .ab-img {
    width: 100%;
    border-radius: 2rem;
    height: 100%;
    object-fit: cover;
  }

  .blood-table tr th {
    font-size: 13px;
  }

  .blood-table tr td {
    font-size: 12px;
  }
}

@media screen and (max-width:500px) {}

@media screen and (max-width:400px) {}

@media screen and (max-width:380px) {}

@media screen and (max-width:320px) {}

@media screen and (min-width:321px) and (max-width:425px) {}




/* gallery */

/* .gallery-container {
  max-width: 1200px;
  margin: auto;
  padding: 20px;
} */

/* .gallery-container a.gallery-item {
  height: 360px !important;
  width: 300px !important;
}

.gallery-container a.gallery-item img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover !important;

} */
