/**
    Theme Name: Gainioz - Charity & Donation HTML Template
    Author: insighttheme
    Author URI: https://themeforest.net/user/insighttheme
    Support: shilonmahadi7@gmail.com
    Description: Gainioz - Charity & Donation HTML Template
    Version: 1.0
*/
/**
* [Table of contents]

## 1. Helpers

    1.1 Variables
    1.2 Media Queries
    1.3 Mixins

## 2. Base

    2.1 Reset CSS
    2.2 Base or Default CSS

## 3. Layouts

    3.1 Navigation
    3.2 Header
    3.3 Hero
    3.4 About
    3.5 Features
    3.6 Review
    3.7 Footer
    3.8 Sidebar
    3.9 Forms
    3.10 Portfolio
    3.11 Blog
    3.12 Sponsors
    3.13 Fact
    3.14 Volunteer
  3.15 Donation
    3.16 Services
    3.17 Breadcumb
    3.18 Mission 
    3.19 Stories
    3.20 Events
    3.21 Products

## 4. Components
    4.1 Buttons
    4.2 Social
    4.3 Navbar
    4.4 Section Title
    4.5 Contact Block
    4.6 Faq Block
    4.7 pagination
*/

/* 
css variable color
*/
:root {
  --tp-primary: #7fb432;
  --tp-secondary: #eb9309;
  --tp-body: #666666;
  --tp-black: #000;
  --tp-white: #fff;
}

/*
1.1 Variables
*/
/*-- Margin Top --*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

/*-- Margin Left --*/
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

/*-- Margin Right --*/
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

html,
body {
  min-height: 100%;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

ul {
  margin: 0;
  padding: 0;
}


img {
  max-width: 100%;
  height: auto;
}

i {
  font-style: normal;
}

figure {
  margin: 0;
  padding: 0;
}

.clearfix:after {
  content: "";
  clear: both;
  display: table;
}

a,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
  border: none;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

a:hover {
  text-decoration: none;
  outline: none;
  color: var(--tp-secondary);
  transition: 0.3s;
}

label {
  color: #666;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  outline: 0 solid;
}

body {
  font-family: "Barlow", sans-serif;
  color: var(--tp-body);
  font-size: toEm(16);
}

p {
  line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
  color: var(--tp-black);
}

button {
  cursor: pointer;
}

button.button {
  background: transparent;
  border: 0px;
  transition: 0.3s;
}

::-moz-selection {
  background: #313131;
  color: var(--tp-white);
  text-shadow: none;
}

::selection {
  background: #313131;
  color: var(--tp-white);
  text-shadow: none;
}

h1 {
  font-size: calc(1.55rem + 3.6vw);
}

@media (min-width: 1200px) {
  h1 {
    font-size: 48px;
  }
}

h2 {
  font-size: calc(1.46875rem + 2.625vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: calc(1.40625rem + 1.875vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 33px;
  }
}

h4 {
  font-size: calc(1.35625rem + 1.275vw);
}

@media (min-width: 1200px) {
  h4 {
    font-size: 26px;
  }
}

h5 {
  font-size: calc(1.31875rem + 0.825vw);
}

@media (min-width: 1200px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h6 {
    font-size: 16px;
  }
}

.bgPrimary {
  background: var(--tp-secondary);
}

.bgSecondary {
  background: var(--tp-primary);
}

.shadeBg {
  background-color: #ffefec;
}

.colorSecondary {
  color: var(--tp-primary);
}

.fontPrimary {
  font-family: "Oswald", sans-serif;
}

.fontSecondary {
  font-family: "Barlow", sans-serif;
}

.wh-100 {
  width: 100%;
  height: 100%;
}

.after-before, .pageBreadcumb--style1::before, .pageBreadcumb--style1::after, .missionSection--style1::before, .missionSection--style1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.hidden-transition {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.visible-transition {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.letter--spacing05 {
  letter-spacing: 0.05em;
}

.bg-centerized {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.vertical-align-center, .productDetails-block__rating ul li, .productDetails-block__model, .productDetails-block__quantity .input-group-btn, .productDetails-block__buttons {
  display: flex;
  align-items: center;
}

svg,
path,
.icon {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.border-top {
  border-top: 1px solid rgba(136, 146, 165, 0.25);
}

.container {
  max-width: 1314px;
}

.container--custom {
  max-width: 1644px;
}

.bbb, .review__box {
  background: var(--tp-white);
  border: 1px solid #f1f1f1;
  box-shadow: 0px 10px 15px rgba(221, 221, 221, 0.15);
}

.mask {
  -webkit-mask-image: url(../image/shapes/mask-shape1.svg);
          mask-image: url(../image/shapes/mask-shape1.svg);
}

.mask--about {
  position: absolute;
  top: 0;
  z-index: -1;
  left: -11px;
  padding: 1px;
}

@media (max-width: 1199px) {
  .mask--about {
    left: -30%;
  }
}

@media (max-width: 991px) {
  .mask--about {
    display: none;
  }
}

.mask--about .mask__overlay {
  position: absolute;
  left: 2px;
  top: -1px;
}

.mask--review {
  -webkit-mask-image: url(../image/shapes/testi-shape3.svg);
          mask-image: url(../image/shapes/testi-shape3.svg);
  bottom: 9%;
  right: 0;
  z-index: -1;
}

.mask--review .mask__overlay {
  position: absolute;
  left: -3px;
  top: -1px;
  transform: scale(1.007);
}

@media (max-width: 1199px) {
  .mask--review {
    display: none;
  }
}

.mask-aboutBack {
  position: absolute;
  left: 0;
  top: 66%;
  z-index: -11;
}

@media (max-width: 1199px) {
  .mask-aboutBack {
    left: -30%;
  }
}

@media (max-width: 991px) {
  .mask-aboutBack {
    display: none;
  }
}

.color-title {
  color: #0d0d0d;
}

@-webkit-keyframes toBottomFromTop {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}

@keyframes toBottomFromTop {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}

.gx-35 {
  --bs-gutter-x: 2.188rem;
}

@media (max-width: 1666px) {
  .gx-35 {
    --bs-gutter-x: 1.5rem;
  }
}

.gx-50 {
  --bs-gutter-x: 3.125rem;
}

@media (max-width: 1666px) {
  .gx-50 {
    --bs-gutter-x: 1.5rem;
  }
}

.swiper-slide:focus-visible {
  outline: none;
}

.gray-bg {
  background: #f7f7f7;
}

.sectionButton--right {
  text-align: right;
}

@media (max-width: 992px) {
  .sectionButton--right {
    text-align: left;
  }
}

.sectionShape {
  position: absolute;
  z-index: 1;
  display: flex;
  right: 0;
  left: 0;
  width: 100%;
}

.sectionShape--top {
  top: 0;
}

.sectionShape--bottom {
  bottom: 0;
}

.innerWrapper {
  margin-right: 50px;
}
.innerWrapper-2 {
  margin-right: 50px;
}

.innerWrapperSidebar {
  padding: 35px;
  border: 1px solid #f4f4f4;
}

@media (max-width: 991px) {
  .innerWrapperSidebar {
    padding: 15px;
  }
}

.image-saturation {
  filter: saturate(0);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.hoverStyle:hover .image-saturation {
  filter: saturate(1);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.ourHr {
  background-color: #f1f1f1;
  opacity: 1;
}

.mb-24 {
  margin-bottom: 24px;
}

.contact--layout1 {
  padding-top: 140px;
}

/*---------------------------------------------------*/
/*  mouse cursor animation
/*---------------------------------------------------*/
.mouseCursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: var(--tp-secondary);
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
 margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -30px;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-color: var(--tp-secondary);
  opacity: 0.2;
}

.cursor-outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border: 2px solid var(--tp-secondary);
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  transition: all 0.08s ease-out;
}

.cursor-outer.cursor-hover {
  opacity: 0;
}

.mim_tm_all_wrap[data-magic-cursor="hide"] .mouseCursor {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1111;
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 576px) {
  .progress-wrap.active-progress {
    opacity: 1;
  }
}

.progress-wrap {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  width: 2.3rem;
  height: 2.3rem;
  cursor: pointer;
  display: block;
  border-radius: 100%;
  box-shadow: inset 0 0 0 0.1rem rgba(128, 130, 134, 0.25);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.75rem);
  transition: all 200ms linear, margin-right 0ms;
}

@media (prefers-reduced-motion: reduce) {
  .progress-wrap {
    transition: none;
  }
}

.progress-wrap.active-progress {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}

.progress-wrap:after {
  position: absolute;
  content: "\f062";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  text-align: center;
  line-height: 2.3rem;
  font-size: 14px;
  color: var(--tp-secondary);
  left: 0;
  top: 0;
  height: 2.3rem;
  width: 2.3rem;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}

@media (prefers-reduced-motion: reduce) {
  .progress-wrap:after {
    transition: none;
  }
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--tp-secondary);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

@media (prefers-reduced-motion: reduce) {
  .progress-wrap svg.progress-circle path {
    transition: none;
  }
}

.template-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  transition: all 0.5s ease-in-out;
  transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  transform-origin: 0 0 0;
}

.template-search .animation-shape-lines {
  color: var(--tp-secondary);
}

.template-search .animation-shape-lines::before, .template-search .animation-shape-lines::after {
  background-color: var(--tp-secondary);
}

.template-search .search-form {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  width: 60%;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .template-search .search-form {
    width: 100%;
    padding: 0 15px;
  }
}

.template-search .search-form input[type="search"] {
  color: rgba(127, 180, 50, 0.7);
  font-size: 24px;
  text-align: left;
  border: 1px solid #c3c3c3;
  margin: 0 auto;
  padding: 25px 10px 25px 30px;
  outline: none;
  background-color: transparent;
  width: 100%;
}

.template-search .search-form .search-btn {
  padding: 24px 10px;
  box-shadow: none;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  position: absolute;
  right: 4px;
  height: 80px;
  width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  background: var(--tp-secondary);
  color: var(--tp-white);
  border-radius: 0;
}

.template-search .search-form .search-btn i:before {
  font-size: 24px;
  font-weight: 700;
  margin-left: 0;
}

.template-search .search-form .search-btn:focus {
  box-shadow: none;
  outline: none;
}

.template-search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  color: var(--tp-secondary);
  border: none;
  opacity: 1;
  visibility: visible;
  padding: 3px 15px 5px;
  font-size: 20px;
  font-weight: 300;
  border-radius: 2px;
  cursor: pointer;
  box-shadow: 0 1px 2px 0px rgba(255, 255, 255, 0.75);
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: grid;
  place-content: center;
}

.template-search .close:focus {
  box-shadow: none;
  border: none;
  outline: none;
}

.template-search .close:hover {
  background-color: var(--tp-secondary);
  color: var(--tp-white);
  transform: scale(1.1);
}

.template-search.open {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}

.review--layout2 {
  padding-bottom: 95px;
}

#preloader {
  background: var(--tp-white);
  height: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-position: center;
}

#preloader .loading {
  display: flex;
}

#preloader .ctn-preloader {
  padding-left: 15px;
  padding-right: 15px;
}

#preloader .spinner {
  -webkit-animation: spinner 3s infinite linear;
  animation: spinner 3s infinite linear;
  border-radius: 50%;
  border: 3px solid #f1f6f8;
  border-left-color: var(--tp-secondary);
  border-top-color: var(--tp-secondary);
  margin: 0 auto 0em auto;
  position: absolute;
  left: -40px;
  right: -40px;
  bottom: -40px;
  top: -40px;
}

#preloader .spinner:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 6px solid var(--tp-white);
  box-shadow: 0 0 20px 0 rgba(4, 46, 56, 0.2);
  background: var(--tp-secondary);
  position: absolute;
  right: 31px;
  top: 41px;
  border-radius: 50%;
}

@media (max-width: 576px) {
  #preloader .spinner:before {
    top: 18px;
  }
}

#preloader .round_spinner {
  border-width: 1px;
  border-color: #eef3f4;
  border-style: solid;
  border-radius: 50%;
  background-color: #fdfdfd;
  box-shadow: 0 0 100px 0 rgba(4, 46, 56, 0.14);
  width: 248px;
  height: 248px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 40px auto 80px;
}

@media (max-width: 576px) {
  #preloader .round_spinner {
    width: 155px;
    height: 155px;
  }
}

#preloader .round_spinner h4 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 0;
  color: white;
}

#preloader .round_spinner h4 span {
  font-weight: 700;
}

#preloader .head {
  display: block;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  font-family: "Oswald", sans-serif;
  margin: 5% 0 1% 0;
  padding: 0;
  z-index: 99;
  position: relative;
}

#preloader p {
  color: #6b707f;
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  border: none;
  margin: 0;
  padding: 0;
}

@-webkit-keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}

@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}

/***************************

page marcup

***************************/
html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #a8a8a8;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  filter: brightness(120%);
}

.mainMenu > ul {
  display: flex;
  gap: 35px;
}

@media (max-width: 1199px) {
  .mainMenu > ul {
    gap: 15px;
    justify-content: center;
  }
}

.mainMenu > ul > li {
  position: relative;
  padding: 60px 0;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.sticky-on.sticky .mainMenu > ul > li {
  padding: 40px 0;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.mainMenu > ul > li > a {
  font-size: 15px;
  font-weight: 600;
  color: var(--tp-black);
  text-transform: uppercase;
  position: relative;
}

.mainMenu > ul > li > a::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: var(--tp-secondary);
  display: inline-block;
  border-radius: 50%;
  margin-right: 2px;
  opacity: 0;
  visibility: hidden;
  transform: scale(5);
  transition: all 0.8s;
}

.mainMenu > ul > li:hover > a {
  color: var(--tp-secondary);
}

.mainMenu > ul > li:hover > a::before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: all 0.8s cubic-bezier(0.52, 1.64, 0.37, 0.66) 0s;
}


.mainMenu  ul li .submenu {
  position: absolute;
  top: 120%;
  left: 0;
  width: 200px;
  padding: 17px 0;
  padding-bottom: 15px;
  background: var(--tp-white);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
  -moz-box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
  -ms-box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
  -o-box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
  box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  visibility: hidden;
  opacity: 0;
  z-index: 11;
}

.mainMenu  ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
}

.mainMenu  ul li .submenu li > a {
  width: 100%;
  display: block;
  padding: 3px 30px;
  text-transform: capitalize;
  color: #0d0d0d;
  font-weight: 500;
  position: relative;
}

.mainMenu ul li .submenu li .submenu {
  left: 120%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.mainMenu ul li .submenu li:hover > a {
  color: var(--tp-secondary);
}

.mainMenu ul li .submenu li:hover > .submenu {
  left: 100%;
  visibility: visible;
  opacity: 1;
}

.mainMenu ul li.menu-last .submenu {
  left: auto;
  right: 0;
}
.mainMenu ul li.menu-last .submenu li .submenu {
  left: auto;
  right: 100%;
}


.mainMenu ul li:hover > .submenu {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

.headerBurgerMenu__button {
  background-color: transparent;
  border: 1px solid transparent;
}

.headerBurgerMenu__button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
}

.headerBurgerMenu .line {
  fill: none;
  stroke: black;
  stroke-width: 3;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.headerBurgerMenu .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 3;
}

.headerBurgerMenu .line2 {
  stroke-dasharray: 40 60;
  stroke-width: 3;
}

.headerBurgerMenu .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 3;
}

.headerBurgerMenu .menu-status-close .line1,
.headerBurgerMenu .sidebarBtn.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 3;
}

.headerBurgerMenu .menu-status-close .line2,
.headerBurgerMenu .sidebarBtn.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 3;
}

.headerBurgerMenu .menu-status-close .line3,
.headerBurgerMenu .sidebarBtn.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 3;
}

.header-right-enable.header__wrapper{justify-content: space-between;}
.header-right-enable .header__menu{flex-grow: 0;}


.offscreen-navigation .sub-menu {
  padding-left: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: none;
}

.offscreen-navigation li > a {
  display: block;
  position: relative;
  color: black;
  font-size: 16px;
  font-weight: 500;
}

.offscreen-navigation .sub-menu li > a {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 5.5px 0px;
  color: #7d7d7e;
}

.offscreen-navigation .sub-menu li > a:hover {
  color: var(--tp-secondary);
}

.offscreen-navigation .menu > li {
  padding-bottom: 8px;
}

.offscreen-navigation .menu > li a.animation.opened {
  color: var(--tp-secondary);
}

.offscreen-navigation li.menu-item-has-children > a:after {
  content: "\f067";
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  transition: 0.1s;
  right: 0;
  position: absolute;
  font-size: 13px;
  font-weight: 700;
}

.offscreen-navigation li.menu-item-has-children > a.opened:after {
  content: "\f068";
}

.cc--slideNav {
  position: absolute;
  background: var(--tp-white);
  width: 100%;
  left: 0;
  padding: 30px;
  height: 100%;
  overflow-y: auto;
  box-shadow: 0 0 10px 0 #0000001c;
  top: 0;
  z-index: 999;
  transform: translateX(-100%);
  transition: all 1s;
  max-width: 320px;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
  overflow-y: scroll;
  min-height: 500px;
}

.cc--slideNav::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}

.cc--slideNav.show {
  transform: translateX(0%);
  display: none;
}

@media (max-width: 991px) {
  .cc--slideNav.show {
    display: block;
  }
}

@media (max-width: 767px) {
  .cc--slideNav {
    max-width: 270px;
    padding: 20px;
  }
}

.cc-header-menu {
  padding: 21px 15px 21px;
  z-index: 99;
  background: var(--tp-white);
  display: none;
}

@media (max-width: 991px) {
  .cc-header-menu {
    display: block;
  }
}

.mean-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 41px;
}

.mean-bar__logo {
  max-width: 140px;
}

.header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}



.header__wrapper {
  display: flex;
  align-items: center;
  gap: 124px;
}

@media (max-width: 1666px) {
  .header__wrapper {
    gap: 40px;
  }
}

@media (max-width: 1199px) {
  .header__wrapper {
    gap: 20px;
    padding: 10px 0;
  }
}

.header__menu {
  flex-grow: 1;
}

.header__right {
  display: flex;
  align-items: center;
  gap: 50px;
}

@media (max-width: 1666px) {
  .header__right {
    gap: 40px;
  }
}

.header__actions ul {
  display: inline-flex;
  align-items: center;
  gap: 30px;
}

.header--styleTwo .header__actions ul {
  gap: 13px;
}

.header__actions ul li a {
  position: relative;
}

.header__actions ul li a span {
  position: absolute;
  font-size: 10px;
  height: 19px;
  width: 19px;
  background: var(--tp-secondary);
  color: var(--tp-white);
  display: grid;
  place-content: center;
  border-radius: 50%;
  right: -45%;
  top: 10%;
}

.header--styleTwo .header__actions ul li a span,
.header--styleThree .header__actions ul li a span {
  right: -8px;
  top: 0;
}

.header--styleTwo .header__actions ul li a,
.header--styleThree .header__actions ul li a {
  width: 50px;
  height: 50px;
  background: var(--tp-white);
  border: 1px solid #f1f1f1;
  box-sizing: border-box;
  box-shadow: 0px 10px 15px rgba(221, 221, 221, 0.15);
  display: grid;
  place-content: center;
  border-radius: 50%;
}

.header--styleTwo .header__actions ul li a svg path,
.header--styleThree .header__actions ul li a svg path {
  fill: #0d0d0d;
}

.header__actions ul li:hover a svg path {
  fill: var(--tp-secondary);
}

@media (max-width: 1199px) {
  .header__actions {
    display: none;
  }
}

.header__actions--style2 ul {
  gap: 15px;
}

.header__actions--style2 ul li a {
  width: 50px;
  height: 50px;
  background: var(--tp-white);
  border: 1px solid #f1f1f1;
  box-sizing: border-box;
  box-shadow: 0px 10px 15px rgba(221, 221, 221, 0.15);
  display: grid;
  place-content: center;
  border-radius: 50%;
}

.header__actions--style2 ul li a svg path {
  fill: #0d0d0d;
}

.header__actions--style2 ul li a span {
  right: -8px;
  top: 0;
}

.header.sticky-on.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  box-shadow: 0px 7px 65px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  background-color: var(--tp-white);
}

@media (max-width: 991px) {
  .header--mobile {
    display: block;
    padding-left: 15px;
  }
}

@media (max-width: 991px) {
  .header--mobile .header__actions {
    display: block;
  }
}

.header--mobile .header__actions ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (max-width: 767px) {
  .header--mobile .header__actions ul {
    gap: 10px;
  }
}

.header--styleTwo .header__menu nav ul {
  justify-content: center;
}

.header--styleFour {
  position: relative;
  background-color: var(--tp-white);
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px){
  .header--styleFour {
    padding-left: 0;
    padding-right: 0;
  }

  .innerWrapper-2 {
    margin-right: 0px;
  }
  .innerWrapper {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px){
  .header--styleFour {
    padding-left: 0;
    padding-right: 0;
  }
    .innerWrapper-2 {
    margin-right: 0px;
  }
  .innerWrapper {
    margin-right: 0px;
  }
}
@media (max-width: 575px){
  .header--styleFour {
    padding-left: 0;
    padding-right: 0;
  }
    .innerWrapper-2 {
    margin-right: 0px;
  }
  .innerWrapper {
    margin-right: 0px;
  }
}


.header--styleFour.sticky-on.sticky {
  position: fixed;
  z-index: 999;
}

/* mean menu css  */

.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: #0d0d0d;
  border-top: 1px solid #ebebeb;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--tp-primary);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
  line-height: 14px;
  border: 1px solid #ebebeb !important;
  height: 30px;
  width: 30px;
  line-height: 30px;
  color: #0d0d0d;
  line-height: 30px;
  top: 0;
  font-weight: 400;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: var(--tp-primary);
  color: var(--tp-white);
  border-color: var(--tp-primary);
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
  color: #0d0d0d;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  color: #0d0d0d;
}


/* offcanvas css start */

.offcanvas__wrapper {
  position: relative;
  padding: 20px;
}
.offcanvas__logo img {
  width: 150px;
}
@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}
.offcanvas__close-btn {
  display: inline-block;
  font-size: 16px;
  height: 45px;
  width: 45px;
  line-height: 43px;
  background: var(--tp-primary);
  color: var(--tp-white);
  border-radius: 50%;
  border: 0;
  outline: 0;
}
.offcanvas__close-btn:hover {
  background: #0d0d0d;
}
.offcanvas__top {
  padding-bottom: 20px;
  border-bottom: 1px solid #dedede;
}
.offcanvas__search {
  position: relative;
}
.offcanvas__search input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-right: 20px;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid #dedede;
  font-size: 14px;
}
.offcanvas__search input::placeholder {
  color: #49535B;
}
.offcanvas__search input:focus {
  border-color: #0d0d0d;
}
.offcanvas__search button {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  color: #49535B;
    border: 0;
  outline: 0;
  background: transparent;
}
.offcanvas__text p {
  margin-bottom: 25px;
}
.offcanvas__contact h4 {
  font-size: 22px;
  margin-bottom: 20px;
}
.offcanvas__contact ul li:not(:last-child) {
  margin-bottom: 20px;
}
.offcanvas__contact ul li:hover i {
  background: var(--tp-primary);
  color: var(--tp-white);
  border-color: var(--tp-primary);
}
.offcanvas__contact ul li:hover a {
  color: #0d0d0d;
}
.offcanvas__contact-icon i {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #dedede;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.offcanvas__contact-text a {
  font-size: 18px;
  font-weight: 500;
  color: #555C63;
}
.offcanvas__map iframe {
  width: 100%;
  height: 200px;
  border: none;
}

.offcanvas__social a:not(:last-child) {
  margin-right: 5px;
}
.offcanvas__social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #F1F1F1;
  color: var(--tp-primary);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 8px;
}
.offcanvas__social a:hover {
  background: var(--tp-primary);
  color: var(--tp-white);
}

a,
.btn,
button,
span,
p,
i,
input,
select,
textarea,
li,
img,
svg path,
*::after,
*::before,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}



.hero {
  position: relative;
  padding-top: 190px;
}

@media (max-width: 991px) {
  .hero {
    padding-top: 85px;
  }
}

@media (max-width: 991px) {
  .hero {
    padding-top: 55px;
  }
}

.hero__shape {
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 1666px) {
  .hero__shape {
    display: none;
  }
}

.hero__shape--one {
  left: 50%;
  top: 28%;
}

.hero__shape--two {
  right: 43%;
  top: 76%;
}

.hero__content {
  padding-left: 66px;
  position: relative;
z-index: 1;
}

@media (max-width: 767px) {
  .hero__content {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .hero__content {
    padding-left: 0;
    margin-top: 80px;
  }
}

.hero__title--small {
  color: var(--tp-secondary);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 25px;
}

.hero__title--big {
  font-size: calc(1.75rem + 6vw);
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 31px;
}

@media (min-width: 1200px) {
  .hero__title--big {
    font-size: 5.25rem;
  }
}

.hero__text {
  font-size: 1.25rem;
  line-height: 1.6em;
  color: #0d0d0d;
  margin-bottom: 46px;
}

.hero__figure {
  -webkit-mask-image: url(../image/shapes/shapes2.svg);
  mask-image: url(../image/shapes/shapes2.svg);
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  position: relative;
  margin-right: -70px;
  margin-left: 108px;
}

@media (max-width: 1666px) {
  .hero__figure {
    margin-right: 0;
  }
}

@media (max-width: 1199px) {
  .hero__figure {
    margin-left: 0;
  }
}

.hero__figure__thumbs {
  width: 100%;
}

.hero__figure__overlay {
  position: absolute;
  top: 1px;
  width: 100%;
  right: 0;
  left: 0;
}

.hero__figure--style2 {
  -webkit-mask-image: none;
          mask-image: none;
}

.hero--style2 .hero__title--small {
  justify-content: center;
  font-size: calc(1.5rem + 3vw);
  letter-spacing: 0;
  font-weight: normal;
  color: var(--tp-black);
  margin-bottom: 7px;
}

@media (min-width: 1200px) {
  .hero--style2 .hero__title--small {
    font-size: 3.75rem;
  }
}

.hero--style2 .hero__title--big {
  font-size: calc(1.875rem + 7.5vw);
  font-weight: 500;
  margin-bottom: 72px;
}

@media (min-width: 1200px) {
  .hero--style2 .hero__title--big {
    font-size: 7.5rem;
  }
}

.hero--style2 .hero__content {
  padding-left: 0;
}


.hero.hero--style2 {
  padding-top: 45px;
}

.hero--style2 .hero__figure {
  margin: 0;
  margin-top: -168px;
}

.hero--style2 .hero__topDown__text {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #d2d2d2;
  text-transform: uppercase;
  padding-top: 15px;
}

.hero--style3 {
  padding-top: 268px;
  padding-bottom: 130px;
}


@media (max-width: 1400px) {
  .hero--style3 {
    padding-bottom: 30px;
  }
}



.hero--style3 .hero__map {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 1666px) {
  .hero--style3 .hero__map {
    max-width: 600px;
  }
}

@media (max-width: 1199px) {
  .hero--style3 .hero__map {
    display: none;
  }
}

@media (max-width: 992px) {
  .hero--style3 {
    padding-top: 110px;
    padding-bottom: 0px;
  }

}

.hero--style3 .hero__figure {
  -webkit-mask-image: none;
          mask-image: none;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}

@media (max-width: 1666px) {
  .hero--style3 .hero__figure {
    max-width: 600px;
  }
}

@media (max-width: 1200px) {
  .hero--style3 .hero__figure {
    max-width: 395px;
  }
}

@media (max-width: 1400px) {
  .mask--about {
    left: -130px;
  }
}

@media (max-width: 1200px) {
  .mask--about {
    left: -205px;
  }
}

@media (max-width: 992px) {
  .mask--about {
    left: -250px;
  }
}

@media (max-width: 992px) {
  .hero--style3 .hero__figure {
    max-width: 250px;
  }
}

@media (max-width: 575px) {
  .hero--style3 .hero__figure {
    max-width: 190px;
  }
}

.hero--style3 .hero__title--big {
  margin-bottom: 24px;
}

.hero--style3 .hero__title--small {
  font-size: calc(1.375rem + 1.5vw);
  margin-bottom: 0;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--tp-black);
}

@media (min-width: 1200px) {
  .hero--style3 .hero__title--small {
    font-size: 2.5rem;
  }
}

.hero--style3 .hero__text {
  margin-bottom: 36px;
}

.hero--style3 .hero__profile {
  margin-top: 0;
  padding-top: 60px;
}

.hero--style3 .hero__profile ul {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  margin-left: 0;
}

.hero--style3 .hero__instaTitle {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--tp-black);
  display: block;
  padding-top: 17px;
}

.hero--style3 .hero__instaTitle span {
  color: var(--tp-secondary);
}


@media (max-width: 992px) {
  .tp-header-3{
    position: static;
  }
  .admin-bar .header.tp-header-3{
      margin-top: 0;
  }
}

@media (max-width: 767px) {
  .tp-header-3{
    position: static;
  }
}
@media (max-width: 575px) {
  .tp-header-3{
    position: static;
  }
}



.about {
  position: relative;
}

.about__shape {
  position: absolute;
}

.about__shape--one {
  left: 37%;
  top: 20%;
  -webkit-animation: scale-up-one 4s infinite;
          animation: scale-up-one 4s infinite;
}

.about__shape--two {
  top: 3%;
  left: 6%;
  -webkit-animation: scale-up-one 4s infinite;
          animation: scale-up-one 4s infinite;
}

.about__shape--three {
  top: 4%;
  left: 35%;
}

.about--style3 {
  padding-top: 180px;
}

.aboutArea--padding {
  padding-top: 79px;
  padding-bottom: 40px;
}

.aboutContent__text {
  padding-right: 66px;
  margin-bottom: 26px;
}

@media (max-width: 767px) {
  .aboutContent__text {
    padding-right: 0;
  }
}

.aboutContent__quote {
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
  color: #0d0d0d;
  margin-bottom: 46px;
}

.aboutContent__buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.aboutContent--style2 .aboutContent__text {
  padding-right: 35px;
}

.aboutContent--style3 {
  padding-left: 13px;
}

.aboutContent--style3 .aboutContent__quote {
  margin-bottom: 14px;
  font-weight: 600;
  font-size: 18px;
}

.aboutContent--style3 .aboutContent__text {
  padding-right: 0px;
  margin-bottom: 30px;
}

.aboutThumb {
  margin-right: -114px;
  position: relative;
}

@media (max-width: 1666px) {
  .aboutThumb {
    margin-right: 0;
  }
}

.aboutThumb__figure img {
  border-radius: 50%;
}

.aboutThumb__text {
  position: absolute;
  bottom: 43px;
  left: -80px;
}

@media (max-width: 767px) {

  .aboutThumb__text {
    left: 0;
  }

}



.aboutThumb__text__title {
  font-size: calc(1.2625rem + 0.15vw);
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}

@media (min-width: 1200px) {
  .aboutThumb__text__title {
    font-size: 1.375rem;
  }
}

.aboutThumb__text__year {
  display: block;
  font-size: calc(2.0625rem + 9.75vw);
  font-family: "Oswald", sans-serif;
  line-height: 1;
  -webkit-text-stroke: 2px #f1f1f1;
  -text-fill-color: var(--tp-white);
  -webkit-text-fill-color: var(--tp-white);
  font-weight: 500;
}

@media (min-width: 1200px) {
  .aboutThumb__text__year {
    font-size: 9.375rem;
  }
}

.aboutThumb--style3 {
  margin-left: 164px;
}

@media (max-width: 1666px) {
  .aboutThumb--style3 {
    margin-left: 0;
  }
}

.joinContent {
  text-align: right;
  padding-left: 81px;
  padding-top: 130px;
  padding-bottom: 130px;
}


@media (max-width: 575px) {
  .joinContent {
    text-align: right;
    padding-left: 0;
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

.joinContent__text {
  margin-bottom: 35px;
}

.joinSectionThumb {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  -webkit-mask-image: url(../image/shapes/joinmaskshape.png);
          mask-image: url(../image/shapes/joinmaskshape.png);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

@media (max-width: 1200px) {

  .joinSectionThumb {
    left: -15%;
  }
}

@media (max-width: 992px) {

  .joinSectionThumb {
    left: -25%;
  }
}

@media (max-width: 768px) {

  .joinSectionThumb {
    display: none;
  }
}

@media (max-width: 1666px) {
  .joinSectionThumb {
    max-width: 811px;
  }
}

div.joinSectionThumb img {
  height: 100%;
  max-width: inherit;
}

.aboutThumb3 {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-mask-image: url(../image/shapes/about-mask-shape-h3.png);
          mask-image: url(../image/shapes/about-mask-shape-h3.png);
}

@media (max-width: 1200px) {

  .aboutThumb3 {
    right: -15%;
  }
}


.aboutDetailsThumb {
  border-radius: 50%;
  overflow: hidden;
}

.aboutDetailsThumb--big {
  margin: 0 -80px;
  z-index: 1;
  position: relative;
}

@media (max-width: 1199px) {
  .aboutDetailsThumb--big {
    margin: -80px 0;
  }
}

@media (max-width: 1199px) {
  .aboutDetailsThumb--big {
    margin: 0px 0;
  }
}

@media (max-width: 1199px) {
  .aboutDetailsThumb img {
    width: 100%;
  }
}

img.map-about-tab {
  position: absolute;
  right: 0;
  left: 0;
  z-index: -1;
}

.featureArea__map {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  z-index: -1;
  opacity: 0.05;
}

.keyFeatureBox {
  background: var(--tp-white);
  border: 1px solid #f1f1f1;
  box-sizing: border-box;
  box-shadow: 0px 10px 15px rgba(221, 221, 221, 0.15);
  padding: 45px 45px 15px 45px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .keyFeatureBox {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
  }
}

.feature--bg {
  background: #f7f7f7;
}

.keyFeatureBlock {
  background: var(--tp-white);
  border: 1px solid #f1f1f1;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 36px 25px 36px 0;
  margin-left: 41px;
  position: relative;
}

.keyFeatureBlock__text {
  margin-bottom: 0;
}

.keyFeatureBlock__icon {
  width: 82px;
  height: 82px;
  display: grid;
  place-content: center;
  background: var(--tp-white);
  border: 1px solid #f1f1f1;
  box-sizing: border-box;
  box-shadow: 0px 10px 15px rgba(221, 221, 221, 0.15);
  border-radius: 50%;
  margin-left: -41px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.keyFeatureBlock:hover .keyFeatureBlock__icon {
  border-color: var(--tp-secondary);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.keyFeatureBlock__content {
  padding-left: 30px;
}

@media (max-width: 767px) {
  .keyFeatureBlock__content {
    padding-left: 20px;
  }
}

.keyFeatureBlock__heading {
  font-size: calc(1.2625rem + 0.15vw);
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 8px;
}

@media (min-width: 1200px) {
  .keyFeatureBlock__heading {
    font-size: 1.375rem;
  }
}

.keyFeatureBlock__skill {
  position: absolute;
  height: 10px;
  bottom: -5px;
}

.keyFeatureBlock__skill::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: var(--tp-white);
  border: 2px solid var(--tp-secondary);
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.keyFeatureBlock__skill__bar {
  background: var(--tp-secondary);
  height: 2px;
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.keyFeatureBlock--style2, .keyFeatureBlock--style3 {
  flex-direction: column;
  align-items: start;
  margin-left: 0;
  padding: 40px 37px;
  background: var(--tp-white);
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  gap: 25px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.keyFeatureBlock--style2 .keyFeatureBlock__icon, .keyFeatureBlock--style3 .keyFeatureBlock__icon {
  margin-left: 0;
  width: unset;
  height: unset;
  border: 0;
}

.keyFeatureBlock--style2 .keyFeatureBlock__content, .keyFeatureBlock--style3 .keyFeatureBlock__content {
  padding-left: 0;
}

.keyFeatureBlock--style2 .keyFeatureBlock__heading, .keyFeatureBlock--style3 .keyFeatureBlock__heading {
  margin-bottom: 13px;
}

.keyFeatureBlock--style2 .keyFeatureBlock__text, .keyFeatureBlock--style3 .keyFeatureBlock__text {
  margin-bottom: 13px;
}

.keyFeatureBlock--style2 .keyFeatureBlock__link, .keyFeatureBlock--style3 .keyFeatureBlock__link {
  display: inline-flex;
  gap: 6px;
}

.keyFeatureBlock--style2 .keyFeatureBlock__link__dot, .keyFeatureBlock--style3 .keyFeatureBlock__link__dot {
  width: 8px;
  height: 8px;
  display: inline-block;
  background: #e6e6e6;
  border-radius: 50%;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.keyFeatureBlock--style2 .keyFeatureBlock__link:hover svg, .keyFeatureBlock--style3 .keyFeatureBlock__link:hover svg {
  transform: translateX(10px);
}

.keyFeatureBlock--style2 .keyFeatureBlock__link:hover svg path, .keyFeatureBlock--style3 .keyFeatureBlock__link:hover svg path {
  fill: var(--tp-secondary);
}

.keyFeatureBlock--style2:hover, .keyFeatureBlock--style3:hover {
  background: var(--tp-white);
  border: 1px solid #dcdcdc;
  box-shadow: 0px 10px 15px rgba(221, 221, 221, 0.15);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.keyFeatureBlock--style2:hover .keyFeatureBlock__link__dot, .keyFeatureBlock--style3:hover .keyFeatureBlock__link__dot {
  background: var(--tp-secondary);
}

.keyFeatureBlock--style3 {
  gap: 35px;
  border: 0;
  padding: 40px 33px;
  border-radius: 0;
}

.keyFeatureBlock--style3 .keyFeatureBlock__icon {
  position: relative;
}

.keyFeatureBlock--style3 .keyFeatureBlock__icon::before {
  position: absolute;
  content: "";
  width: 55px;
  height: 55px;
  background-color: #f7f7f7;
  border-radius: 50%;
  top: 0;
  left: 16px;
}

.keyFeatureBlock--style3 .keyFeatureBlock__icon img {
  position: relative;
  z-index: 1;
}

.keyFeatureBlock--style3 .keyFeatureBlock__heading {
  margin-bottom: 25px;
}

.keyFeatureBlock--style3 .keyFeatureBlock__text {
  font-size: 15px;
  margin-bottom: 43px;
}

.keyFeatureBlock--style3:hover {
  border: 0;
  box-shadow: none;
}

.keyFeatureBlock--style4 {
  flex-direction: column;
  margin-left: 0;
  align-items: self-start;
  padding: 0 29px 35px 37px;
}

.keyFeatureBlock--style4 .keyFeatureBlock__icon {
  margin-left: -7px;
  margin-top: -41px;
  margin-bottom: 20px;
}

.keyFeatureBlock--style4 .keyFeatureBlock__content {
  padding-left: 0;
}

.keyFeatureBlock--style4 .keyFeatureBlock__heading {
  margin-bottom: 13px;
}

.keyFeatureBlock--style5 {
  padding: 0px 37px 0px 0px;
  gap: 20px;
}

@media (max-width: 1199px) {
  .keyFeatureBlock--style5 {
    padding: 0;
  }
}

.keyFeatureBlock--style5 .keyFeatureBlock__text {
  margin-bottom: 15px;
}

.keyFeatureBlock--style5 .keyFeatureBlock__link {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #0d0d0d;
  align-items: center;
}

.keyFeatureBlock--style5 .keyFeatureBlock__link:hover {
  color: var(--tp-secondary);
  letter-spacing: 0.1em;
}

.keyFeatureBlock--style5 .keyFeatureBlock__heading {
  margin-bottom: 14px;
}

.keyFeatureBlock--style5 .keyFeatureBlock__icon::before {
  width: 36px;
  height: 36px;
  background-color: rgba(235, 147, 9, 0.1);
  left: -15px;
  bottom: 5px;
  top: auto;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.keyFeatureBlock--style5:hover .keyFeatureBlock__icon::before {
  transform: scale(1.3);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.donnerAreaContent__bigTitle {
  font-size: calc(2.625rem + 16.5vw);
  line-height: 1;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .donnerAreaContent__bigTitle {
    font-size: 15rem;
  }
}

.donnerAreaContent__bigTitle__number {
  -webkit-text-stroke: 4px var(--tp-secondary);
  -webkit-text-fill-color: var(--tp-black);
}

@media (max-width: 991px) {
  .donnerAreaContent__bigTitle__number {
    -webkit-text-stroke: 2px var(--tp-secondary);
  }
}

.donnerAreaContent__bigTitle__text {
  color: var(--tp-secondary);
}

.donnerAreaContent__heading {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 500;
  margin-bottom: 33px;
}

@media (min-width: 1200px) {
  .donnerAreaContent__heading {
    font-size: 2.5rem;
  }
}

.g-15 {
  --bs-gutter-x: 0.75rem;
  --bs-gutter-y: 0.75rem;
}

.featureBlock__wrap, .featureBlock__donation {
  background: var(--tp-white);
  border: 1px solid #f1f1f1;
  box-shadow: 0px 10px 15px rgba(221, 221, 221, 0.15);
  padding: 10px;
  margin-bottom: 15px;
}

.featureBlock__thumb {
  margin-bottom: 19px;
  position: relative;
}

.featureBlock__thumb img{
  width: 100%;
}

.featureBlock__hashLink {
  position: absolute;
  left: 0;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--tp-white);
  font-weight: 600;
  background-image: url(../image/shapes/featuredCateShape1.png);
  min-width: 152px;
  min-height: 64px;
  background-repeat: no-repeat;
  padding: 9px 11px;
  top: 0;
}

.featureBlock__content {
  padding: 0 15px 5px 15px;
}

.featureBlock__heading {
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.5em;
  margin-bottom: 12px;
  cursor: pointer;
  padding-right: 50px;
}

@media (max-width: 1199px) {
  .featureBlock__heading {
    padding-right: 0;
  }
}

.featureBlock__heading__link {
  display: inline;
  padding-bottom: 0;
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  background: linear-gradient(to bottom, #000 0%, #000 98%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 100%;
}

.featureBlock__donation {
  padding: 20px 25px 20px;
}

.featureBlock__donation__progress {
  margin-bottom: 25px;
}

.featureBlock__donation__text {
  display: block;
  text-align: right;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--tp-black);
  transform: translateX(3px);
  margin-bottom: 4px;
}

.featureBlock__donation__line {
  position: relative;
  display: block;
}

.featureBlock__donation__line .skill-bars {
  height: 16px;
  width: 100%;
  display: block;
  background-color: transparent;
}

.featureBlock__donation__line .skill-bars::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background: #f2f2f2;
  top: 50%;
  transform: translateY(-50%);
}

.featureBlock__donation__line .skill-bars__line {
  position: absolute;
  height: 16px;
  width: 100%;
  display: block;
  background-color: transparent;
  top: 50%;
  transform: translateY(-50%);
}

.featureBlock__donation__line .skill-bars__line::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background: var(--tp-secondary);
  top: 50%;
  transform: translateY(-50%);
}

.featureBlock__donation__line .skill-bars__line::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border: 4px solid var(--tp-secondary);
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
  background: var(--tp-white);
  left: auto;
  right: 0;
}

.featureBlock__eqn {
  display: flex;
  justify-content: space-between;
}

.featureBlock__eqn__block {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .featureBlock__eqn__block {
    margin-bottom: 20px
  }
}


.featureBlock__eqn__title {
  font-size: 11px;
  font-weight: 600;
  color: var(--tp-body);
  display: block;
  margin-bottom: 2px;
}

.featureBlock__eqn__price {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #0d0d0d;
}

.featureBlock:hover .featureBlock__heading__link, .featureBlock--active .featureBlock__heading__link {
  background-size: 100% 1px;
  color: var(--tp-black);
}

.featureBlock:hover .featureBlock__hashLink, .featureBlock--active .featureBlock__hashLink {
  background-image: url(../image/shapes/featuredCateShape2.png);
  color: var(--tp-white);
}
.featureBlock__hashLink__text {
  display: inline-block;
}
.mvvTabs__wrapper {
  gap: 70px;
}

@media (max-width: 1199px) {
  .mvvTabs__wrapper {
    gap: 30px;
  }
}

@media (max-width: 991px) {
  .mvvTabs__wrapper {
    flex-wrap: wrap;
  }
}

.mvvTabs__wrapper .nav {
  gap: 30px;
  flex-direction: column;
}

@media (max-width: 991px) {
  .mvvTabs__wrapper .nav {
    flex-direction: row;
  }
}

.mvvTabs__wrapper .tab-content {
  border: 1px solid #f1f1f1;
  padding: 48px 120px 35px 50px;
  height: 100%;
  background-color: var(--tp-white);
  width: 100%;
}

@media (max-width: 1199px) {
  .mvvTabs__wrapper .tab-content {
    padding: 30px 55px 69px 55px;
  }
}

@media (max-width: 767px) {
  .mvvTabs__wrapper .tab-content {
    padding: 30px 15px 30px 15px;
  }
}

.mvvTabs .nav-link {
  font-size: calc(1.275rem + 0.3vw);
  color: #a1a1a1;
  text-transform: uppercase;
  background: var(--tp-white);
  border: 1px solid #f1f1f1;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  padding: 55.5px 35px;
  position: relative;
  min-width: 309px;
}

@media (min-width: 1200px) {
  .mvvTabs .nav-link {
    font-size: 1.5rem;
  }
}

@media (max-width: 991px) {
  .mvvTabs .nav-link {
    padding: 23.5px 35px;
    min-width: auto;
  }
}

@media (max-width: 767px) {
  .mvvTabs .nav-link {
    width: 100%;
  }
}

.mvvTabs .nav-link::before {
  position: absolute;
  content: "";
  height: 0%;
  width: 4px;
  background-color: var(--tp-secondary);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.mvvTabs .nav-link.nav-link.active {
  color: #0d0d0d;
  background: var(--tp-white);
  border: 1px solid #f1f1f1;
  box-sizing: border-box;
  box-shadow: 0px 10px 15px rgba(221, 221, 221, 0.15);
}

.mvvTabs .nav-link.nav-link.active::before {
  opacity: 1;
  visibility: visible;
  height: 100%;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.mvvTabs__heading {
  text-transform: uppercase;
  margin-bottom: 33px;
}

@media (max-width: 1200px) {
  .mvvTabs__heading {
    font-size: 2.4375rem;
  }
}

.mvvTabs__skills {
  display: flex;
  gap: 100px;
}

@media (max-width: 767px) {
  .mvvTabs__skills {
    display: block;
  }
}


.mvvTabs__skills__counter {
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 3px;
}

@media (min-width: 1200px) {
  .mvvTabs__skills__counter {
    font-size: 1.5rem;
  }
}

.mvvTabs__skills__title {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.featureTab {
  position: relative;
  z-index: 1;
}

.featureTab .nav-tabs {
  justify-content: center;
  border-bottom: 0;
  gap: 45px;
}

@media (max-width: 991px) {
  .featureTab .nav-tabs {
    gap: 20px;
  }
}

.featureTab .nav-tabs .nav-link {
  background: #fdfdfd;
  border: 1px solid #f1f1f1;
  border-radius: 143px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #a2a2a2;
  padding: 37px 76px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

@media (max-width: 991px) {
  .featureTab .nav-tabs .nav-link {
    padding: 20px 30px;
  }
}

.featureTab .nav-tabs .nav-link.active {
  color: #0d0d0d;
  background: var(--tp-white);
  border: 1px solid #dcdcdc;
  box-shadow: 0px 10px 15px rgba(221, 221, 221, 0.15);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.featureTab__content {
  padding-top: 93px;
}

.featureTab__content .featureBlock__donation__progress {
  margin-bottom: 94px;
}

.featureTab__content__counter {
  font-weight: 500;
  font-size: calc(2.375rem + 13.5vw);
  text-align: center;
  margin-bottom: 27px;
}

@media (min-width: 1200px) {
  .featureTab__content__counter {
    font-size: 12.5rem;
  }
}

.featureTab__content .skill-bars::before {
  height: 15px;
  border-radius: 90px;
}

.featureTab__content .skill-bars .skill-bar::before {
  height: 15px;
  border-radius: 90px;
}

.featureTab__content .skill-bars .skill-bar::after {
  width: 53px;
  height: 53px;
  border-width: 15px;
}

.featureTab__content .skill-bar--text {
  transform: translateX(7.5px);
  margin-bottom: 28px;
}

.featureTab__content .skill-bar--text span {
  width: 68px;
  height: 27px;
  display: inline-grid;
  place-content: center;
  background: var(--tp-white);
  border: 1px solid #0d0d0d;
  box-sizing: border-box;
  box-shadow: 0px 10px 15px rgba(221, 221, 221, 0.15);
  border-radius: 2px;
  position: relative;
}

.featureTab__content .skill-bar--text span::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #0d0d0d transparent transparent transparent;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
}

.featureTab--style2 .nav-tabs {
  gap: 25px;
}

@media (max-width: 991px) {
  .featureTab--style2 .nav-tabs {
    gap: 10px;
  }
}

.featureTab--style2 .nav-tabs .nav-item .nav-link {
  font-size: 1rem;
  padding: 20px 40px;
}

@media (max-width: 991px) {
  .featureTab--style2 .nav-tabs .nav-item .nav-link {
    font-size: 0.875rem;
    padding: 7px 20px;
  }
}

.review__box {
  position: relative;
}

@media (max-width: 767px) {
  .review__box__images {
    display: none;
  }
}

.review__box__images li {
  position: absolute;
  list-style: none;
}

.review__box__images li > img {
  opacity: 0.6;
}

.review__box__images li:nth-child(1) {
  bottom: 22%;
  left: 0%;
  -webkit-animation: scale-up-one 5s linear infinite;
          animation: scale-up-one 5s linear infinite;
}

.review__box__images li:nth-child(2) {
  top: 20%;
  left: -5%;
  animation: scale-up-one 8s linear infinite reverse;
}

.review__box__images li:nth-child(3) {
  bottom: 97%;
  left: 9px;
  -webkit-animation: scale-up-one 10s linear infinite;
          animation: scale-up-one 10s linear infinite;
}

.review__box__images li:nth-child(4) {
  top: -10%;
  left: 18%;
  animation: scale-up-one 12s linear infinite reverse;
}

.review__shape {
  position: absolute;
}

.review__shape--one {
  right: 0;
  bottom: 35%;
  z-index: -1;
}

.review__shape--two {
  right: 0;
  bottom: -4%;
  z-index: -1;
}

.reviewblock {
  max-width: 770px;
  margin: 0 auto;
  position: relative;
  padding: 65px 15px 95px;
}

@media (max-width: 767px) {
  .reviewblock {
    padding: 45px 15px 65px;
  }
}

.reviewblock__content {
  position: relative;
  z-index: 1;
}

.reviewblock__author__image {
  border-radius: 50%;
  background-color: var(--tp-white);
  border: 4px solid var(--tp-white);
  margin-bottom: 33px;
}

.reviewblock__author__name {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0d0d0d;
}

.reviewblock__quoteIcon__one {
  display: block;
  margin-bottom: 30px;
}

.reviewblock__quoteIcon__two {
  position: absolute;
  line-height: 0;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-30%);
}

@media (max-width: 767px) {
  .reviewblock__quoteIcon__two {
    transform: translateY(-50%);
  }
}

@media (max-width: 767px) {
  .reviewblock__quoteIcon__two > svg {
    width: 80%;
  }
}

.reviewblock__qotes {
  font-size: calc(1.3125rem + 0.75vw);
  line-height: 1.4em;
  font-weight: 400;
  margin-bottom: 35px;
}

@media (min-width: 1200px) {
  .reviewblock__qotes {
    font-size: 1.875rem;
  }
}

.reviewblock--style2 {
  padding: 0;
  margin-bottom: 50px;
}

.reviewblock--style2 .reviewblock__authorImage {
  margin-bottom: 26px;
}

.reviewblock--style2 .reviewblock__authorImage img {
  border-radius: 50%;
}

.reviewblock--style2 .reviewblock__authorName {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 22px;
}

.reviewblock--style2 .reviewblock__authorSpeech {
  font-size: 0.9375rem;
}

.reviewblock--style2 .reviewblock__authorDes {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.reviewblock--style3 {
  padding: 0px 130px 95px;
}

@media (max-width: 1400px) {

  .reviewblock--style3 {
    padding: 0px 60px 95px;
  }

}

.reviewblock--style3 .reviewblock__content {
  margin-top: -55px;
}

.reviewblock--style3 .reviewblock__qotes {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  .reviewblock--style3 .reviewblock__qotes {
    font-size: 1.5rem;
  }
}

.reviewblock--style3 .reviewblock__author__image {
  border-color: var(--tp-secondary);
  border-width: 2px;
}

.footer {
  position: relative;
}

.footer__shape {
  position: absolute;
  top: -1px;
  width: 100%;
}

.footer--bg {
  background: #0d0d0d;
}

.footer__social {
  text-align: right;
}

@media (max-width: 575px) {
  .footer__social {
    text-align: left;
  }
}

.footer-top-inner{
   border-bottom: 1px solid #303030;
   padding-bottom: 50px;
  padding-top: 80px;
}

.footer__line {
  margin: 0;
  opacity: 1;
  background-color: #303030;
  height: 1px;
}


@media (max-width: 575px) {
  .footer__logo{
    margin-bottom: 20px
  }
}



.footer__heading {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 25px;
}

.footer__widget ul li {
  margin-bottom: 10px;
  color: var(--tp-white);
}

.footer__widget ul li a {
  font-size: 15px;
  color: var(--tp-white);
  display: inline-block;
}

.footer__widget ul li:last-child {
  margin-bottom: 0;
}

.footer__widget ul li a:hover {
  color: var(--tp-secondary);
}
.footer__widget .nice-select .option{
  color: inherit;
}

.footer__widget .nice-select::after{
  right: 20px;
}

.footer__widget .nice-select{
 border-radius: 0;
}
.footer__widget .wp-calendar-nav{
  color: var(--tp-primary);
}

.footer__widget .wp-calendar-table a{
  color: var(--tp-primary);
}

.footer__newsletter__formGroup {
  display: flex;
  position: relative;
  align-items: flex-start;
}

.footer__newsletter__input {
  flex: 0 0 auto;
  width: 100%;
  height: 55px;
  background-color: #303030;
  border: 0;
  padding: 0 17px;
  color: #a1a1a1;
}

.footer__newsletter__input:focus-visible, .footer__newsletter__input:focus, .footer__newsletter__input:hover {
  outline: none;
}

.footer__newsletter__input::-moz-placeholder {
  color: #a1a1a1;
}

.footer__newsletter__input:-ms-input-placeholder {
  color: #a1a1a1;
}

.footer__newsletter__input::placeholder {
  color: #a1a1a1;
}

.footer__newsletter__button {
  position: absolute;
  right: 0;
  height: 100%;
  background-color: var(--tp-secondary);
  text-transform: uppercase;
  border: 0;
  color: var(--tp-white);
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0 30px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.footer__newsletter__button:hover {
  background-color: var(--tp-primary);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.footer__newsletter__check, .footer__newsletter__check[type="checkbox"] {
  background-color: #484848;
  border-radius: 0;
  margin-right: 11px;
  margin-top: 5px;
}

.footer__newsletter__label {
  color: #a1a1a1;
}

.footer__copyright__text {
  color: var(--tp-white);
  font-size: 0.9375rem;
  text-align: center;
}


.sidebarTitle__heading {
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 500;
}

@media (min-width: 1200px) {
  .sidebarTitle__heading {
    font-size: 18px;
  }
}

.sidebarCategories ul {
  display: grid;
  gap: 15px;
}
.sidebarCategories ul li{
  list-style: none;
}

.sidebarCategories ul li a {
  display: flex;
  justify-content: space-between;
  border: 1px solid #f4f4f4;
  padding: 11px 17px;
  padding-bottom: 15px;
  color: var(--tp-body);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  font-weight: 500;
}

.sidebarCategories ul li a:hover {
  border-color: #e4e4e4;
  box-shadow: 0px 10px 15px rgba(221, 221, 221, 0.15);
  color: var(--tp-secondary);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.sidebarContacts {
  display: flex;
  gap: 35px;
  flex-direction: column;
}

.sidebarContacts input,
.sidebarContacts textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #f6f3ee;
  resize: none;
  padding-bottom: 8px;
  margin-bottom: 20px;
}

.sidebarContacts textarea {
  height: 140px;
}

.tp-sidebar-contact input,.tp-sidebar-contact textarea{
  border: 0;
  border-bottom: 1px solid #f6f3ee;
  padding-bottom: 8px;
  margin-bottom: 20px;
  width: 100%;
}
.tp-sidebar-contact textarea{
  height: 140px;
}
.sidebarContacts .btn {
  align-self: flex-start;
}

.searchInput {
  position: relative;
}

.searchInput__box {
  width: 100%;
  min-height: 46px;
  border: 1px solid #f7f7f7;
  font-size: 14px;
  color: var(--tp-body);
  padding: 0 19px;
}

.searchInput__box::-moz-placeholder {
  font-size: 14px;
  color: var(--tp-body);
}

.searchInput__box:-ms-input-placeholder {
  font-size: 14px;
  color: var(--tp-body);
}

.searchInput__box::placeholder {
  font-size: 14px;
  color: var(--tp-body);
}

.searchInput__button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  border: 0;
  background-color: transparent;
}

.sidebarBlogs ul {
  display: grid;
  gap: 20px;
}

.blogBlockSmall {
  display: flex;
  align-items: center;
  gap: 24px;
}

.blogBlock {
  position: relative;
}

.blogBlockSmall__thumb-bg {
  height: 70px;
  width: 70px;
  background-size: cover;
  background-position: left;
}

.blogBlockSmall__thumb__link {
  display: inline-block;
}

.blogBlockSmall__thumb__link img {
  filter: saturate(0);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.blogBlockSmall__content {
  flex: 1;
}

.blogBlockSmall__heading {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 0.06em;
}

.blogBlockSmall__meta {
  font-size: 0.875rem;
  display: block;
  margin-bottom: 7px;
}

.blogBlockSmall:hover .blogBlockSmall__thumb__link img {
  filter: saturate(1);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transform: scale(1.1);
}

.blogBlockSmall--style2 .blogBlockSmall__heading {
  font-family: "Barlow", sans-serif;
  letter-spacing: 0;
  font-size: 1.125rem;
  color: var(--tp-body);
  font-weight: 500;
}

.blogBlockSmall--style2 .blogBlockSmall__heading a {
  display: inline;
  padding-bottom: 0;
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  background: linear-gradient(to bottom, #000 0%, #000 98%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 100%;
}

.blogBlockSmall--style2:hover .blogBlockSmall__heading a {
  background-size: 100% 1px;
  color: var(--tp-black);
}


.blog-bottom-border{
  border-bottom: 1px solid #f4f4f4;
}

.sidebarContact {
  padding-right: 35%;
}

.sidebarContact ul {
  display: grid;
  gap: 18px;
}

.sidebarContact ul li {
  color: var(--tp-body);
}

.sidebarContact ul li span {
  font-weight: 600;
  font-size: 15px;
  color: #0d0d0d;
}

.sidebarTags ul,
.blogDetails-tags ul {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

.sidebarTags ul li a,
.blogDetails-tags ul li a {
  text-transform: uppercase;
  color: #a0a0a0;
  text-transform: uppercase;
  border: 1px solid #f6f3ee;
  display: inline-block;
  font-weight: 600;
  border-radius: 4px;
  padding: 11px 29px;
  font-size: 12px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.sidebarTags ul li:hover a,
.blogDetails-tags ul li:hover a {
  background-color: var(--tp-secondary);
  border-color: var(--tp-secondary);
  color: var(--tp-white);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.portfolioBlock {
  overflow: hidden;
}

.portfolioBlock__figure__shape {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(40px);
}

.portfolioBlock__figure__shape > img {
  width: 100%;
  min-height: 285px;
}

.portfolioBlock__figure__thumb {
  width: 100%;
}

.portfolioBlock__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0 15px 30px 15px;
  opacity: 0;
  visibility: hidden;
  transition: all 1.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.portfolioBlock__content p{
  color: var(--tp-white);
  padding: 0 30px;
}
.portfolioBlock__heading {
  font-size: calc(1.325rem + 0.9vw);
  font-weight: 500;
  color: var(--tp-white);
  padding-bottom: 16px;
  overflow: hidden;
  transition: all 1.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

@media (min-width: 1200px) {
  .portfolioBlock__heading {
    font-size: 2rem;
  }
}

.portfolioBlock__heading > a {
  display: inline;
  padding-bottom: 0;
  transition: all 1.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  background: linear-gradient(to bottom, var(--tp-white) 0%, var(--tp-white) 98%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 100%;
  transform: translateY(-50px);
}

.portfolioBlock__heading:hover > a {
  color: var(--tp-white);
}

.portfolioBlock__hashLink {
  color: var(--tp-white);
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  overflow: hidden;
  transition: all 1.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.portfolioBlock__hashLink > span {
  display: block;
  transform: translateY(50px);
  transition: all 1.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.portfolioBlock__hashLink:hover {
  color: var(--tp-white);
}

.portfolioBlock__hashLink:hover span {
  -webkit-animation: toBottomFromTop 0.6s forwards;
          animation: toBottomFromTop 0.6s forwards;
}

.portfolioBlock:hover .portfolioBlock__content, .portfolioBlock--active .portfolioBlock__content {
  opacity: 1;
  visibility: visible;
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.portfolioBlock:hover .portfolioBlock__figure__shape, .portfolioBlock--active .portfolioBlock__figure__shape {
  opacity: 1;
  visibility: visible;
  transition: 1.5s cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transform: translateY(0px);
}

.portfolioBlock:hover .portfolioBlock__heading > a, .portfolioBlock--active .portfolioBlock__heading > a {
  background-size: 100% 1px;
  color: var(--tp-white);
  transform: translateY(0px);
  transition: all 1.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.portfolioBlock:hover .portfolioBlock__hashLink > span, .portfolioBlock--active .portfolioBlock__hashLink > span {
  transform: translateY(0px);
  transition: all 1.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.portfolioBlock--style2 .portfolioBlock__more {
  position: absolute;
  right: 0;
  left: 0;
  width: 81px;
  height: 81px;
  margin: 0 auto;
  display: grid;
  place-content: center;
  background: #0d0d0d;
  border-radius: 50%;
  border: 2px solid var(--tp-white);
  top: -40.5px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: all 2s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.portfolioBlock--style2 .portfolioBlock__more:hover {
  background: var(--tp-white);
}

.portfolioBlock--style2 .portfolioBlock__more:hover svg path {
  fill: var(--tp-secondary);
}

.portfolioBlock--style2 .portfolioBlock__content {
  padding: 0 15px 80px 15px;
}

.portfolioBlock--style2:hover .portfolioBlock__more, .portfolioBlock--style2.portfolioBlock--active .portfolioBlock__more {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: all 2s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.blogBlock__content {
  background: var(--tp-white);
  border: 1px solid #f1f1f1;
  box-shadow: 0px 10px 15px rgba(221, 221, 221, 0.15);
}

.blogBlock__heading {
  font-size: calc(1.3125rem + 0.75vw);
  font-weight: 500;
}

@media (min-width: 1200px) {
  .blogBlock__heading {
    font-size: 1.875rem;
  }
}

.blogBlock__meta__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 35px;
  padding-left: 0 !important;
}
.blogBlock__tag {
  display: inline-block;
}
.blogBlock__tag a {
  background-color: var(--tp-secondary);
color: var(--tp-white);
text-transform: uppercase;
letter-spacing: 0.05em;
font-size: 12px;
font-weight: 600;
display: inline-block;
padding: 2.5px 11px;
}




.blogBlock__meta__list li{
  list-style: none;
}

@media (max-width: 1199px) {
  .blogBlock__meta__list {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .blogBlock__meta__list li{
    margin-bottom: 7px;
  }
}

.blogBlock__metaUser {
  display: inline-flex;
  align-items: center;
  gap: 11px;
}

.blogBlock__meta__list .blogBlock__metaUser__thumb {
  max-width: 36px;
  border-radius: 50%;
}

.blogBlock__metaUser__name {
  font-size: 1rem;
  font-weight: 600;
  color: #191b1e;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.blogBlock__metaUser:hover .blogBlock__metaUser__name {
  color: var(--tp-secondary);
}

.blogBlock__reactButton {
  background-color: transparent;
  border: 0;
}

.blogBlock__reactButton__count {
  color: #a8a8a8;
}

.blogBlock__reactButton__count::after {
  position: relative;
  content: "\f086";
  font-family: "Font Awesome 6 Pro";
  padding-left: 7px;
  color: #0d0d0d;
  font-size: 15px;
  font-weight: 400;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.blogBlock__reactButton:hover .blogBlock__reactButton__count::after {
  font-weight: 900;
  color: #f67575;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.blogBlock__date {
  display: flex;
  align-items: center;
  gap: 7px;
}

.blogBlock__date__text {
  color: #a8a8a8;
}

.blogBlock__date i {
  color: #0d0d0d;
  font-size: 15px;
}

.blogBlock--style1 .blogBlock__content {
  padding: 70px 80px;
  max-width: 702px;
  margin: -13.6% auto 0 auto;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .blogBlock--style1 .blogBlock__content {
    padding: 20px 15px;
    max-width: 702px;
    margin: -7.6% 15px 0 15px;
  }
}

.blogBlock--style2 .blogBlock__content {
  padding: 40px 40px;
  max-width: 100%;
  margin: -13.6% 25px 0 25px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .blogBlock--style2 .blogBlock__content {
    padding: 20px 15px;
    max-width: 702px;
    margin: -7.6% 15px 0 15px;
  }
}

.blogBlock--style3 .blogBlock__content {
  padding: 40px 40px;
}

.blogBlock--style4 .blogBlock__header {
  padding-right: 20%;
}

.blogBlock--style4 .blogBlock__content {
  border: 0;
  box-shadow: none;
}

.blogBlock--style4 .blogBlock__button {
  text-align: right;
  margin-top: -35px;
  padding-right: 80px;
}

.blogBlock--style4 .blogBlock__button .btn {
  width: 70px;
  height: 70px;
  margin-bottom: 5px;
}

.blogBlock--style4 .blogBlock__text {
  font-size: 18px;
}

.blogBlock--style4 .blogBlock__meta ul {
  display: flex;
  gap: 25px;
  row-gap: 0;
  align-items: center;
  flex-wrap: wrap;
}

.blogBlock__figure {
  margin-bottom: 30px;
}


span{
  transition: .3s ease;
}


.blogBlock--style4 .blogBlock__meta ul li:hover a,
.blogBlock--style4 .blogBlock__meta ul li:hover span {
  color: var(--tp-primary);
}

.blogBlock--style4 .blogBlock__meta__text {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  color: var(--tp-body);
  font-weight: 500;
  text-transform: capitalize;
}
.blogBlock--style4 .blogBlock__meta__text i{
  color: var(--tp-primary);
  font-weight: 500;
}

.blogBlock--style4 .blogBlock__meta--style2 {
  padding-top: 20px;
  border-top: 1px solid #f4f4f4;
  padding-right: 55px;
}

.blogBlock--style4 .blogBlock__quotes {
  font-family: "Oswald", sans-serif;
  font-size: calc(1.28125rem + 0.375vw);
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.52em;
  color: #0d0d0d;
  background-color: #f3f3f3;
  padding: 65px 90px 65px 46px;
  margin-bottom: 0;
  position: relative;
}

@media (min-width: 1200px) {
  .blogBlock--style4 .blogBlock__quotes {
    font-size: 1.5625rem;
  }
}

.blogBlock--style4 .blogBlock__quotes::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: var(--tp-secondary);
}

.blogDetails-title__heading {
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 500;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .blogDetails-title__heading {
    font-size: 1.5rem;
  }
}

.blogDetails-tags {
  display: flex;
  align-items: center;
  gap: 30px;
}

.blogDetails-share {
  gap: 30px;
  justify-content: flex-end;
}

.blogDetails-share.itSocial ul {
  gap: 20px;
}

.blogDetails-share.itSocial ul li a {
  padding: 0;
  width: unset;
  height: unset;
  color: #0d0d0d;
  border: none;
}

.blogDetails-share.itSocial ul li a.facebook {
  color: #0072ac;
}

.blogDetails-share.itSocial ul li a.twitter {
  color: #3ac4ff;
}

.blogDetails-share.itSocial ul li a.instagram {
  color: #e1306c;
}

.blogDetails-share.itSocial ul li a.linkedin {
  color: #0072ac;
}

.blogDetails-share.itSocial ul li a.pinterest {
  color: #da0021;
}

.blogDetails-share.itSocial ul li:hover a {
  background-color: unset;
  color: unset;
}

.blogDetails-socialTags {
  padding: 40px 0;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}

.comments ul {
  display: grid;
  gap: 62px;
}

.commentsBlock {
  display: flex;
  gap: 30px;
}

.commentsBlock__figure {
  overflow: hidden;
  border-radius: 50%;
}

.commentsBlock__content {
  flex: 1;
}

.commentsBlock__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}

.commentsBlock__name {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #0d0d0d;
}

.commentsBlock__date {
  font-size: 12px;
  font-weight: 600;
  color: #949392;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.commentsBlock__reply__link {
  font-size: calc(1.28125rem + 0.375vw);
  color: #0d0d0d;
}

@media (min-width: 1200px) {
  .commentsBlock__reply__link {
    font-size: 1.5625rem;
  }
}

.commentsBlock__text {
  font-size: 14px;
  margin-bottom: 0;
}

.commentsBlock--reply {
  padding-left: 100px;
}

.commentsPost__input input,
.commentsPost__input textarea {
  width: 100%;
  border: 1px solid #eeeeee;
  font-size: 14px;
  padding: 0 22px;
}

.commentsPost__input input::-moz-placeholder, .commentsPost__input textarea::-moz-placeholder {
  color: #949392;
}

.commentsPost__input input:-ms-input-placeholder, .commentsPost__input textarea:-ms-input-placeholder {
  color: #949392;
}

.commentsPost__input input::placeholder,
.commentsPost__input textarea::placeholder {
  color: #949392;
}

.commentsPost__input input {
  min-height: 60px;
}

.commentsPost__input textarea {
  min-height: 209px;
  padding: 17px 22px;
}

.commentsPost__check .form-check {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.commentsPost__check .form-check-input {
  margin-top: 0;
  border-radius: 50%;
  width: 23px;
  height: 23px;
}

.commentsPost__check .form-check-label {
  font-size: 16px;
}

.sponsorsTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 37px;
  margin-bottom: 52px;
}

@media (max-width: 767px) {
  .sponsorsTitle {
    display: block;
    text-align: center;
  }
}

.sponsorsTitle__heading {
  font-size: 1.125rem;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  margin-bottom: 0;
}

.sponsorsTitle__line {
  height: 1px;
  border: 1px solid #f3f3f3;
  flex-grow: 1;
}

@media (max-width: 767px) {
  .sponsorsTitle__line {
    display: none;
  }
}

.sponsorsTitle--style2 {
  margin-bottom: 31px;
}

.sponsorsTitle--style2 .sponsorsTitle__heading {
  font-size: calc(1.3125rem + 0.75vw);
}

@media (min-width: 1200px) {
  .sponsorsTitle--style2 .sponsorsTitle__heading {
    font-size: 1.875rem;
  }
}

.sponsorsItem {
  text-align: center;
  filter: grayscale(1);
}

.factWrapper {
  margin: 0 110px;
}

.factWrapper--two {
  margin-top: -115px;
}

@media (max-width: 1199px) {
  .factWrapper {
    margin: 0 0;
  }
}

.factBlock {
  min-height: 322px;
  background: var(--tp-white);
  border: 1px solid #efefef;
  box-sizing: border-box;
  border-radius: 50%;
  min-width: 322px;
  display: grid;
  place-content: center;
  text-align: center;
  padding: 0 35px;
}

@media (max-width: 991px) {
  .factBlock {
    min-width: 100%;
    min-height: 296px;
  }
}

.factBlock__heading {
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  font-size: calc(1.34375rem + 1.125vw);
  margin-bottom: 14px;
}

@media (min-width: 1200px) {
  .factBlock__heading {
    font-size: 2.1875rem;
  }
}

.factBlock__ext {
  color: var(--tp-secondary);
}

.factBlock__tag {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #0d0d0d;
  display: block;
  margin-bottom: 13px;
}

.factBlock__text {
  margin-bottom: 0;
}

.factBlock--one {
  -webkit-animation: jump 3s linear infinite;
          animation: jump 3s linear infinite;
}

.factBlock--two {
  -webkit-animation: jump 5s linear infinite;
          animation: jump 5s linear infinite;
}

.factBlock--three {
  -webkit-animation: jump 8s linear infinite;
          animation: jump 8s linear infinite;
}

.factBlock--four {
  -webkit-animation: jump 10s linear infinite;
          animation: jump 10s linear infinite;
}

.factBlock--five {
  -webkit-animation: jump 12s linear infinite;
          animation: jump 12s linear infinite;
}

.fact--layout1 {
  z-index: 1;
}

.fact--layout1 .fact__map {
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: -1;
  opacity: 0.05;
}

.volunteerUser__box {
  display: inline-block;
  text-align: center;
}

.volunteerUser__thumb {
  border-radius: 50%;
  overflow: hidden;
}

.volunteerUser__profile {
  display: block;
  margin-top: -88px;
  position: relative;
}

.volunteerUser__profile ul {
  background: var(--tp-white);
  border: 1px solid #f1f1f1;
  box-shadow: 0px 10px 15px rgba(221, 221, 221, 0.15);
  border-radius: 134px;
  padding: 30px;
  display: inline-flex;
  margin-left: -11px;
  position: relative;
  padding-right: 41px;
}

.volunteerUser__profile ul li {
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--tp-white);
  margin-right: -11px;
  position: relative;
}

.volunteerUser__profile ul li:nth-child(1) {
  z-index: 6;
}

.volunteerUser__profile ul li:nth-child(2) {
  z-index: 5;
}

.volunteerUser__profile ul li:nth-child(3) {
  z-index: 4;
}

.volunteerUser__profile ul li:nth-child(4) {
  z-index: 3;
}

.volunteerUser__profile ul li:nth-child(5) {
  z-index: 2;
}

.volunteerUser__profile ul li:nth-child(6) {
  z-index: 1;
}

.volunteerUser__profile ul li:last-child::after, .volunteerUser__profile ul li:last-child::before {
  position: absolute;
}

.volunteerUser__profile ul li:last-child::before {
  border-radius: 50%;
  background: var(--tp-black);
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.6;
}

.volunteerUser__profile ul li:last-child::after {
  content: "200+";
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: var(--tp-white);
}

.volunteerBlock__name {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 15px;
}

.volunteerBlock__figure {
  margin-bottom: 31px;
  overflow: hidden;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--tp-white);
}

.volunteerBlock__figure__thumb {
  border-radius: 50%;
  filter: grayscale(1);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.volunteerBlock:hover .volunteerBlock__figure__thumb {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transform: scale(1.2);
  filter: grayscale(0);
}

.liveDonation {
  box-shadow: 0px 10px 15px rgba(221, 221, 221, 0.15);
  background: var(--tp-white);
  padding: 70px 90px;
  position: relative;
  z-index: 1;
  margin: 0 40px;
}

@media (max-width: 992px) {

  .liveDonation {
    padding: 70px 15px;
  }
}

@media (max-width: 575px) {

  .liveDonation {
    padding: 70px 15px;
    margin: 0
  }

  .featureBlock__eqn{
    display: block;
  }
}


.liveDonation .liveDonationTitle {
  margin-bottom: 50px;
}

.liveDonation .liveDonationTitle__small {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0d0d0d;
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 18px;
}

.liveDonation .liveDonationTitle__small span {
  width: 14px;
  height: 14px;
  background: #ff2200;
  display: inline-block;
  border-radius: 50%;
}

.liveDonation .liveDonationTitle__heading {
  font-size: calc(1.46875rem + 2.625vw);
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .liveDonation .liveDonationTitle__heading {
    font-size: 3.4375rem;
  }
}

.liveDonation .featureBlock__donation {
  padding: 0;
  margin-bottom: 0;
  border: 0;
  box-shadow: none;
}

.liveDonation .featureBlock__donation__text {
  transform: translateX(0px);
  margin-bottom: 15px;
  font-size: 15px;
  color: var(--tp-secondary);
}

.liveDonation .featureBlock__donation__line .skill-bars {
  height: 12px;
}

.liveDonation .featureBlock__donation__line .skill-bars::before {
  height: 12px;
}

.liveDonation .featureBlock__donation__line .skill-bars .skill-bar::before {
  height: 12px;
}

.liveDonation .featureBlock__donation__line .skill-bars .skill-bar::after {
  height: 37px;
  width: 37px;
  border-width: 12px;
  right: -1px;
}

.liveDonation .featureBlock__donation__progress {
  margin-bottom: 35px;
}

.liveDonation .featureBlock__eqn__title {
  font-size: 15px;
}

.liveDonation .featureBlock__eqn__price {
  font-size: 24px;
}

.liveDonation__button {
  text-align: right;
  margin-bottom: 50px;
}


@media (max-width: 1200px) {
  .liveDonation__button {
    text-align: left;
  }

}

.featureBlock__donation--style2 {
  padding: 0;
  border: 0;
  margin-bottom: 40px;
  box-shadow: none;
}

.featureBlock__donation--style2 .featureBlock__donation {
  padding: 0;
  margin-bottom: 0;
  border: 0;
  box-shadow: none;
}

.featureBlock__donation--style2 .featureBlock__donation__text {
  transform: translateX(0px);
  margin-bottom: 15px;
  font-size: 15px;
  color: var(--tp-secondary);
}

.featureBlock__donation--style2 .featureBlock__donation__line .skill-bars {
  height: 12px;
}

.featureBlock__donation--style2 .featureBlock__donation__line .skill-bars::before {
  height: 12px;
}

.featureBlock__donation--style2 .featureBlock__donation__line .skill-bars .skill-bar::before {
  height: 12px;
}

.featureBlock__donation--style2 .featureBlock__donation__line .skill-bars .skill-bar::after {
  height: 37px;
  width: 37px;
  border-width: 12px;
  right: -1px;
}

.featureBlock__donation--style2 .featureBlock__donation__progress {
  margin-bottom: 35px;
}

.featureBlock__donation--style2 .featureBlock__eqn__title {
  font-size: 15px;
}

.featureBlock__donation--style2 .featureBlock__eqn__price {
  font-size: 24px;
}

.donationDetails__warning p {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding: 23px 0;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
}


@media (max-width: 767px) {
  .donationDetails__warning p {
    display: block;
  }
}


.donationDetails__warning p svg path {
  fill: var(--tp-secondary);
}

.donationDetails__warning p span {
  font-size: 16px;
  font-weight: 600;
  color: var(--tp-black);
  padding-left: 9px;
  padding-right: 5px;
}

.donationDetails__title {
  font-size: calc(1.3125rem + 0.75vw);
}

@media (min-width: 1200px) {
  .donationDetails__title {
    font-size: 1.875rem;
  }
}

.donationDetails__heading {
  font-size: calc(1.275rem + 0.3vw);
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .donationDetails__heading {
    font-size: 1.5rem;
  }
}

.donationDetails__payments {
  padding: 37px 0;
}

.donationDetails__cross {
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  padding: 19px 0;
}

.donationDetails__cross p {
  color: #a1a1a1;
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 0;
}

.donationDetails__cross p svg {
  top: 8px;
  position: relative;
}

.donationDetails__text {
  font-size: 1.0625rem;
}



.payments__methods {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

.payments__method {
  display: inline-flex;
  align-items: center;
}

.payments__input {
  display: none;
}

.payments__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #001b36;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.payments__label__check {
  display: inline-flex;
  width: 16px;
  height: 16px;
  background-color: #f2f2f2;
  border-radius: 50%;
  border: 1px solid #dadada;
  position: relative;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.payments__label__check::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--tp-white);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transform: translate(-50%, -50%) scale(0);
}

.payments__input:checked + .payments__label {
  color: var(--tp-secondary);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.payments__input:checked + .payments__label .payments__label__check {
  background-color: var(--tp-secondary);
  border-color: var(--tp-secondary);
}

.payments__input:checked + .payments__label .payments__label__check::before {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transform: translate(-50%, -50%) scale(1);
}


@media (max-width: 575px) {
  .paymentsInput {
    margin-bottom: 15px;
  }
}

.paymentsHeader,
.paymentsCustoms {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.paymentsHeader {
  margin-bottom: 25px;
}

.paymentsCustoms__field {
  min-height: 60px;
  padding: 0 25px;
  background: var(--tp-white);
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  box-shadow: 0px 10px 15px rgba(221, 221, 221, 0.15);
  border-radius: 143px;
  font-size: 14px;
  font-weight: 600;
  color: #0d0d0d;
}

.paymentsCustoms__field::-moz-placeholder {
  color: #0d0d0d;
  font-weight: 600;
}

.paymentsCustoms__field:-ms-input-placeholder {
  color: #0d0d0d;
  font-weight: 600;
}

.paymentsCustoms__field::placeholder {
  color: #0d0d0d;
  font-weight: 600;
}

.paymentsAmountChoice {
  display: flex;
  align-items: center;
  gap: 15px;
}

.paymentsAmountChoice__label {
  background: #fdfdfd;
  border: 1px solid #f1f1f1;
  box-sizing: border-box;
  border-radius: 143px;
  font-size: 14px;
  font-weight: 600;
  color: #a1a1a1;
  display: inline-grid;
  min-height: 60px;
  place-content: center;
  padding: 0 30px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.payments__input:checked + .paymentsAmountChoice__label {
  border-color: #dcdcdc;
  color: var(--tp-secondary);
  background-color: var(--tp-white);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.services--style3 {
  padding-top: 224px;
  padding-bottom: 100px;
}

.pageBreadcumb {
  background: no-repeat center center;
  background-size: cover;
}

.pageBreadcumb--style1 {
  padding: 165px 0 138px;
}

.pageBreadcumb--style1::before, .pageBreadcumb--style1::after {
  background: rgba(13, 13, 13, 0.45);
}

.pageTitle {
  position: relative;
  z-index: 1;
}

.pageTitle__heading {
  font-size: calc(1.5rem + 3vw);
}

@media (min-width: 1200px) {
  .pageTitle__heading {
    font-size: 3.75rem;
  }
}

.pageTitle .breadcrumb {
  justify-content: center;
}

.pageTitle .breadcrumb li {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.pageTitle .breadcrumb li a {
  color: var(--tp-white);
}

.pageTitle .breadcrumb li a:hover {
  color: var(--tp-secondary);
}

.pageTitle .breadcrumb li.active {
  color: var(--tp-secondary);
}

.pageTitle .breadcrumb li.active::before {
  color: var(--tp-white);
}

.breadcrumb-menu span,
.breadcrumb-menu i {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--tp-white);
  transition: .3s ease;
}
.breadcrumb-menu span:hover {
  color: var(--tp-secondary);
}

.breadcrumb-menu span.current-item {
  color: var(--tp-secondary);
}
.breadcrumb-menu > span,
.breadcrumb-menu > i {
  margin-right: 10px;
}

.pageBreadcumbTopDown {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  margin-bottom: -46px;
  z-index: 9;
}

.missionSection--style1 {
  padding-top: 125px;
  padding-bottom: 130px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.missionSection--style1::before, .missionSection--style1::after {
  background: rgba(13, 13, 13, 0.5);
  z-index: -1;
}

.missionBlock {
  display: flex;
  align-items: center;
  padding: 30px 25px;
  gap: 29px;
}

@media (max-width: 1199px) {
  .missionBlock {
    gap: 20px;
    padding: 25px 20px;
  }
}

.missionBlock__counter {
  font-size: 35px;
  font-weight: 500;
  color: var(--tp-white);
  font-family: "Oswald", sans-serif;
  display: block;
  margin-bottom: 2px;
  text-transform: uppercase;
}

.missionBlock__title {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--tp-white);
}

.mission-video-main {
  position: relative;
  display: inline-block;
}

.video {
  height: 117.37px;
  width: 117.37px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background: transparent;
  color: var(--tp-secondary);
  display: grid;
  z-index: 999;
  place-content: center;
  font-size: 18px;
  border: 1px solid var(--tp-white);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.video i {
  position: relative;
  z-index: 1;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.video::after, .video::before {
  position: absolute;
  content: "";
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.video::before {
  height: 117.37px;
  width: 117.37px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-animation: waves 2s ease-in-out infinite;
          animation: waves 2s ease-in-out infinite;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.video::after {
  height: 118.37px;
  width: 118.37px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  -webkit-animation: waves 2s ease-in-out infinite;
          animation: waves 2s ease-in-out infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.video:hover {
  color: var(--tp-white);
  background-color: var(--tp-secondary);
  border-color: var(--tp-secondary);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.video:hover i {
  transform: scale(1.4);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.video:hover::before, .video:hover::after {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  border-color: transparent;
}

.video:hover::before {
  background-color: rgba(235, 147, 9, 0.3);
}

.video:hover::after {
  background-color: rgba(235, 147, 9, 0.15);
}

@-webkit-keyframes waves {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes waves {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.fa-play:before {
  content: "\f04b";
}

.missionVideo {
  text-align: right;
  padding-top: 50px;
}

@media (max-width: 1666px) {
  .missionVideo {
    text-align: center;
  }
}

.storiesBlock {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 100px;
  padding: 59px 117px 59px 70px;
  border: 1px solid #f1f1f1;
  box-shadow: 0px 10px 15px rgba(221, 221, 221, 0.15);
}



@media (max-width: 1200px) {
  .storiesBlock {
    padding: 59px 50px 59px 35px;
  }
}


.storiesBlock__content {
  flex: 1;
}

.storiesBlock__thumb {
  border-radius: 50%;
  overflow: hidden;
}




.storiesBlock__thumb__link {
  display: inline-block;
}

.storiesBlock__thumb img {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.storiesBlock__heading {
  font-size: calc(1.3125rem + 0.75vw);
  margin-bottom: 24px;
  padding-right: 10%;
}

@media (min-width: 1200px) {
  .storiesBlock__heading {
    font-size: 1.875rem;
  }
}

.storiesBlock__meta {
  margin-bottom: 25px;
}

.storiesBlock__meta ul {
  display: flex;
  align-items: center;
  gap: 5px;
}

.storiesBlock__meta ul li {
  text-transform: uppercase;
  font-weight: 600;
  list-style: none;
}

.storiesBlock__meta__postUser {
  color: #0d0d0d;
}

.storiesBlock__meta__postUserName {
  color: var(--tp-body);
}

.storiesBlock__meta__date {
  color: var(--tp-secondary);
}

.storiesBlock__text {
  font-size: 1.125rem;
  margin-bottom: 30px;
}

.storiesBlock__detailsLink {
  font-size: 0.9375rem;
  text-transform: uppercase;
  color: #0d0d0d;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.storiesBlock__detailsLink:hover svg path {
  fill: var(--tp-secondary);
}

.storiesBlock:hover .storiesBlock__thumb img {
  transform: scale(1.15);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

@media (max-width: 991px) {
  .storiesBlock {
    display: block;
  }

  .storiesBlock__thumb{
    border-radius: 0;
    margin-bottom: 25px
  }
  .storiesBlock__thumb img{
    border-radius: 50%;
  }

  .storiesBlock:hover .storiesBlock__thumb img {
    transform: scale(1);
  }

  .storiesBlock__meta ul{
    display: block;
  }

}

.storiesDetails__text--first::first-letter {
  color: #0d0d0d;
  padding: 0px 22px;
  margin-right: 10px;
  font-size: 200%;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  border: 1px solid #f1f1f1;
  box-shadow: 0px 10px 15px rgba(221, 221, 221, 0.15);
  background-color: var(--tp-white);
  display: inline-block;
  float: left;
  padding: 15px 15px;
}

@media (min-width: 1200px) {
  .storiesDetails__text--first::first-letter {
    font-size: 2.1875rem;
  }
}
.donationDetails__header {
  position: relative;
}
.eventsBlock {
  display: flex;
  align-items: center;
  gap: 82px;
  flex-wrap: wrap;
  border: 1px solid #f1f1f1;
  box-shadow: 0px 10px 15px rgba(221, 221, 221, 0.15);
}
.event-d-cat {
  position: absolute;
  top: 50px;
  left: 50px;
}
.event-d-cat a {
  background: var(--tp-secondary);
  padding: 5px 20px;
  border-radius: 30px;
  color: var(--tp-white);
  font-size: 14px;
  margin-right: 8px;
}
@media (max-width: 1199px) {
  .eventsBlock {
    gap: 30px;
  }
}

.eventsBlock__thumb {
  position: relative;
}

@media (max-width: 991px) {
  .eventsBlock__thumb {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .eventsBlock__thumb__image {
    width: 100%;
  }
}

.eventsBlock__content {
  flex: 1;
  padding: 0 115px 0 0;
}

@media (max-width: 1199px) {
  .eventsBlock__content {
    padding: 30px;
  }
}

@media (max-width: 991px) {
  .eventsBlock__content {
    flex: 100%;
    padding: 15px;
  }
}

.eventsBlock__heading {
  font-size: calc(1.3125rem + 0.75vw);
  margin-bottom: 26px;
}

@media (min-width: 1200px) {
  .eventsBlock__heading {
    font-size: 1.875rem;
  }
}

.eventsBlock__meta {
  margin-bottom: 35px;
}

.eventsBlock__meta ul {
  display: grid;
  gap: 18px;
}

.eventsBlock__meta ul li {
  text-transform: uppercase;
  font-size: 15px;
  list-style: none;
}

.eventsBlock__meta__title {
  font-weight: 700;
  color: #0d0d0d;
}

.eventsBlock__meta__text {
  color: #acacac;
}

.eventsBlock__text {
  font-size: 1.125rem;
  margin-bottom: 75px;
}

.eventsBlock__detailsLink {
  font-size: 0.9375rem;
  text-transform: uppercase;
  color: #0d0d0d;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.eventsBlock__detailsLink:hover svg path {
  fill: var(--tp-secondary);
}

.eventAddress {
  background-color: #f4f4f4;
  padding: 49px 39px;
}

.eventAddress ul {
  display: flex;
  gap: 40px;
}

.eventAddress ul li {
  display: grid;
  gap: 13px;
}

.eventAddress ul li span {
  display: block;
  font-size: 15px;
}

.eventAddress__heading {
  font-size: 18px;
  margin-bottom: 7px;
}

.shopFilter__tab {
  border: 1px solid #f4f4f4;
  border-radius: 0px;
  padding: 11px 30px;
}

.shopFilter__tab ul {
  gap: 8px;
  border-bottom: 0;
  align-items: center;
}

.shopFilter__tab ul li {
  margin: 0;
}

.shopFilter__tab ul li .nav-link {
  width: unset;
  height: unset;
  padding: 0;
  display: grid;
  place-content: center;
  background: transparent;
  border-radius: 5px;
  border: 0;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.shopFilter__tab ul li .nav-link.active {
  background-color: transparent;
}

.shopFilter__tab ul li .nav-link.active path {
  fill: var(--tp-secondary);
}

.shopFilter__tab ul li .count {
  color: var(--tp-primary);
}

.shopFilter__tab__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 113px;
}

.product-result {
  font-size: 15px;
  font-weight: 500;
  color: #0d0d0d;
}

.userProfileFilter__sort {
  border: none;
  height: unset;
  line-height: 1;
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  padding: 5px 0;
  padding-right: 20px;
}

.userProfileFilter__sort::after {
  content: "\f063";
  font-family: fontAwesome;
  border: 0;
  width: unset;
  transform: unset;
  height: unset;
  transform: translateY(-50%);
  margin-top: 0;
  right: 0;
}

.userProfileFilter__sort.open::after {
  transform: translateY(-50%);
  content: "\f062";
}

.productBlock {
  border: 1px solid #f4f4f4;
  background-color: var(--tp-white);
  position: relative;
  padding: 45px 30px 30px 30px;
}

.productBlock__name {
  font-size: 1.25rem;
  font-weight: 500;
  color: #0d0d0d;
  text-transform: uppercase;
}

.productBlock__content {
  text-align: center;
  position: relative;
}

.productBlock__content__hover {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.productBlock__content__hover::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--tp-white);
  transform: scaleY(0);
  transform-origin: bottom;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.productBlock__price {
  display: block;
  color: #8b8f9e;
  color: #fc4351;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 5px;
}

.productBlock__ratings {
  font-size: 12px;
}

.productBlock__ratings .active {
  color: #f7931e;
}

.productBlock__thumb {
  min-height: 190px;
  text-align: center;
  margin-bottom: 15px;
  position: relative;
}

.productBlock__thumb__hover {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.productBlock__thumb__main {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.productBlock__tags {
  position: absolute;
  top: 25px;
  left: 25px;
  display: inline-block;
  text-transform: uppercase;
  background: #fc4351;
  border-radius: 3px;
  color: var(--tp-white);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.05em;
  padding: 3px 13px;
  z-index: 99;
}

.productBlock__actions {
  display: flex;
  justify-content: center;
  gap: 7px;
}

.productBlock__actions button {
  background-color: var(--tp-white);
  border: 1px solid #edeffa;
  border-radius: 0;
  display: grid;
  place-content: center;
  width: 40px;
  height: 40px;
  position: relative;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  z-index: 1;
}

.productBlock__actions button::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: var(--tp-secondary);
  z-index: -1;
  transform: scale(0, 0) rotate(360deg);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.productBlock__actions button:hover {
  background-color: transparent;
  color: var(--tp-white);
  border-color: var(--tp-secondary);
}

.productBlock__actions button:hover svg path {
  fill: var(--tp-white);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.productBlock__actions button:hover::after {
  transform: scale(1, 1) rotate(0deg);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.productBlock:hover .productBlock__thumb__main {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.productBlock:hover .productBlock__thumb__hover {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.productBlock:hover .productBlock__content__hover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.productBlock:hover .productBlock__content__hover::before {
  transform: scaleY(1);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  opacity: 1;
  visibility: visible;
}

.productBlock--style2 {
  display: flex;
  gap: 15px;
}

.productBlock--style2 .productBlock__thumb {
  min-width: 200px;
}

.productBlock--style2 .productBlock__content {
  flex: 1;
  text-align: left;
}

.productBlock--style2 .productBlock__content__hover {
  justify-content: flex-start;
  align-items: center;
}

.productBlock--style2 .productBlock__price {
  color: #fc4351;
  font-weight: 700;
  font-size: 20px;
}

.productBlock--style2 .productBlock__text {
  margin-bottom: 5px;
}

.bs-tooltip-top {
  margin-top: 50px;
}

.bs-tooltip-bottom {
  margin-bottom: 50px;
}

.tooltip-inner {
  font-size: 12px;
  padding: 10px 21px;
  color: #a1a1a1;
  text-align: center;
  background-color: var(--tp-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid #edeffa;
  border-radius: 2px;
}

.tooltip.show {
  opacity: 1;
}

.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
  left: 50% !important;
  transform: translate(-50%, 0px) !important;
}

.bs-tooltip-top .tooltip-arrow {
  bottom: 1px;
}

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[x-placement^="top"] .tooltip-arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #edeffa;
}

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .tooltip-arrow::before {
  bottom: 0;
  border-bottom-color: #edeffa;
}

.productImages-gallery__main {
  min-width: 470px;
  min-height: 503px;
  border: 1px solid #f4f4f4;
  display: grid;
  place-content: center;
}

.productImages-gallery__small {
  min-width: 105px;
  min-height: 108px;
  display: grid;
  place-content: center;
  border: 1px solid #f4f4f4;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.productImages-gallery .nav {
  gap: 22px;
}

.productImages-gallery .nav-link {
  padding: 0;
}

.productImages-gallery .nav-link.active {
  background-color: transparent;
}

.productImages-gallery .nav-link.active .productImages-gallery__small {
  border-color: var(--tp-secondary);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.productImages-gallery__tabs {
  gap: 28px;
}

.productDetails-block__heading {
  font-size: calc(1.3125rem + 0.75vw);
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .productDetails-block__heading {
    font-size: 1.875rem;
  }
}

.productDetails-block__rating {
  margin-bottom: 30px;
}

.productDetails-block__rating ul li i {
  color: #f7931e;
  font-size: 14px;
  gap: 3px;
}

.productDetails-block__rating ul li span {
  padding-left: 14px;
  font-weight: 500;
  color: #121416;
}

.productDetails-block__price > span {
  font-size: 30px;
  color: var(--tp-black);
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}

.productDetails-block__price > span sub {
  bottom: 0;
  color: #b9b9b9;
}

.productDetails-block__title {
  font-size: 16px;
  font-weight: 500;
  color: #0d0d0d;
  display: block;
  margin-bottom: 10px;
}

.productDetails-block__model {
  gap: 16px;
}

.productDetails-block__model__single input {
  display: none;
}

.productDetails-block__model__single label {
  font-size: 12px;
  font-weight: 600;
  color: #8b8f9e;
  text-transform: uppercase;
  background-color: #f4f4f4;
  padding: 3px 13px;
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.05em;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.productDetails-block__model__single input:checked + label {
  color: var(--tp-white);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  background-color: var(--tp-primary);
}

.productDetails-block__quantity {
  display: flex;
  align-items: center;
  gap: 10px;
}

.productDetails-block__quantity .btn {
  background-color: transparent;
  font-size: 19px;
  width: unset;
  height: unset;
  padding: 0;
  display: grid;
  place-content: center;
  box-shadow: none;
}

.productDetails-block__quantity .input-group > .form-control,
.productDetails-block__quantity .input-group > .form-select {
  flex: 0 0 auto;
  min-width: 30px;
  border: 0;
  padding: 0;
}

.productDetails-block__quantity .input-group > .form-control:focus, .productDetails-block__quantity .input-group > .form-control:active, .productDetails-block__quantity .input-group > .form-control:hover,
.productDetails-block__quantity .input-group > .form-select:focus,
.productDetails-block__quantity .input-group > .form-select:active,
.productDetails-block__quantity .input-group > .form-select:hover {
  -webkit-appearance: none;
  margin: 0;
}

.productDetails-block__quantity .input-group-btn button {
  font-size: 14px;
}

.productDetails-block__quantity [data-dir="dwn"] {
  color: #8d8884;
}

.productDetails-block__buttons {
  gap: 33px;
}

.btn--styleOne {
  border-radius: 0;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--tp-white);
  font-size: 14px;
  padding: 17px 40px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  box-shadow: none;
}

.btn--styleOne:hover {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  color: var(--tp-white);
}

.btn--styleOne:focus, .btn--styleOne:active {
  outline: none;
  border: 0;
  box-shadow: none;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.btn--styleOne.btn--primary {
  background-color: var(--tp-secondary);
}

.btn--styleOne.btn--primary:hover {
  background-color: var(--tp-primary);
  color: var(--tp-white);
}

.btn--styleOne.btn--secondary {
  background-color: var(--tp-primary);
}

.btn--styleOne.btn--secondary:hover {
  background-color: var(--tp-secondary);
  color: var(--tp-white);
}

.btn--icon {
  background: var(--tp-white);
  border: 1px solid #f1f1f1;
  box-sizing: border-box;
  box-shadow: 0px 10px 15px rgba(221, 221, 221, 0.24);
  border-radius: 50%;
  overflow: hidden;
  padding: 0;
  width: 55px;
  height: 55px;
  place-content: center;
}

.btn--icon .btn__icon {
  color: #60646b;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.btn--icon .btn__icon path {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.btn--icon:hover {
  border-color: transparent;
}

.btn--icon:hover .btn__icon {
  color: var(--tp-white);
}

.btn--icon:hover .btn__icon path {
  fill: var(--tp-white);
}

.btn--icon2 {
  width: 92px;
  height: 92px;
  border: 0;
  box-shadow: 0px 4px 40px rgba(139, 139, 139, 0.18);
}

.btn__icon {
  -webkit-animation: scale-up-one 1.5s linear infinite;
          animation: scale-up-one 1.5s linear infinite;
}

.it-btn {
  z-index: 1;
  transition: color 0.5s;
  position: relative;
}

.it-btn__inner {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}


.btn--black .it-btn__inner {
  background-color: var(--tp-black);
}
.btn--black {
  background-color: var(--tp-black);
}
.btn--icon .it-btn__inner {
  background: transparent;
}

.it-btn__blobs {
  position: relative;
  display: block;
  height: 100%;
  filter: url("#goo");
}

.it-btn__blob {
  position: absolute;
  width: 25%;
  height: 100%;
  background: var(--tp-primary);
  border-radius: 100%;
  transform: translate3d(0, 150%, 0) scale(1.7);
  transition: transform 0.65s;
}

.btn--secondary .it-btn__blob {
  background-color: var(--tp-secondary);
}

.btn--black .it-btn__blob {
  background-color: var(--tp-secondary);
}

.btn--icon .it-btn__blob {
  background: var(--tp-secondary);
}

@supports (filter: url("#goo")) {
  .it-btn__blob {
    transform: translate3d(0, 150%, 0) scale(1.4);
  }
}

.it-btn__blob:nth-child(1) {
  left: 0%;
  transition-delay: 0s;
}

.it-btn__blob:nth-child(2) {
  left: 30%;
  transition-delay: 0.09s;
}

.it-btn__blob:nth-child(3) {
  left: 60%;
  transition-delay: 0.18s;
}

.it-btn__blob:nth-child(4) {
  left: 90%;
  transition-delay: 0.27s;
}

.it-btn:hover .it-btn__blob {
  transform: translateZ(0) scale(1.7);
}

@supports (filter: url("#goo")) {
  .it-btn:hover .it-btn__blob {
    transform: translateZ(0) scale(1.4);
  }
}

.it-btn__animation {
  position: absolute;
  bottom: 0;
  height: 100%;
  left: 0;
  width: 100%;
}

.itSocial ul {
  display: inline-flex;
  gap: 8px;
}

.itSocial ul li a {
  height: 50px;
  width: 50px;
  display: grid;
  place-content: center;
  border: 1px solid rgba(247, 247, 247, 0.15);
  border-radius: 50%;
  font-size: 14px;
  color: var(--tp-white);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.itSocial ul li:hover a {
  background: var(--tp-primary);
  border-color: var(--tp-primary);
  color: var(--tp-white);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.itSocial--sidebar ul li a {
  color: var(--tp-body);
  border-color: var(--tp-body);
}

.itSocial--volunteer ul {
  gap: 30px;
}

.itSocial--volunteer ul li{
  list-style: none;
}
.itSocial--volunteer ul li a {
  color: var(--tp-body);
  height: unset;
  width: unset;
  border: none;
}

.itSocial--volunteer ul li:hover a {
  background-color: transparent;
  color: var(--tp-secondary);
}

.sectionTitle__small {
  color: var(--tp-secondary);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 18px;
}

.sectionTitle__small i {
  -webkit-animation: scale-up-one 2s linear infinite;
          animation: scale-up-one 2s linear infinite;
}

.sectionTitle__big {
  line-height: 1.19;
  text-transform: uppercase;
  font-size: 50px;
}
@media (max-width: 767px) {
  .sectionTitle__big {
    font-size: 35px;
  }
}

.sliderNav__btn {
  width: 63px;
  height: 54px;
  display: grid;
  place-content: center;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.sliderNav--style1 {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

@media (max-width: 992px) {
  .sliderNav--style1 {
    justify-content: flex-start;
  }
}


.sliderNav--style1 .sliderNav__btn.btn-prev {
  background: #0d0d0d;
}

.sliderNav--style1 .sliderNav__btn.btn-next {
  background: var(--tp-secondary);
}

.sliderNav--style1 .sliderNav__btn:hover {
  background: var(--tp-primary);
}

.sliderNav--style2 {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 120px;
}

@media (max-width: 1200px) {
  .sliderNav--style2 {
    padding: 0 60px;
  }
}

@media (max-width: 992px) {
  .sliderNav--style2 {
    padding: 0 30px;
  }
}

@media (max-width: 768px) {
  .sliderNav--style2 {
    display: none;
  }
}

@media (max-width: 575px) {
  .sliderNav--style2 {
    display: none;
  }
}


.sliderNav--style2 .sliderNav__btn {
  border: 1px solid #f1f1f1;
  width: 55px;
  height: 55px;
  border-radius: 50%;
}

.sliderNav--style2 .sliderNav__btn svg path {
  fill: #0d0d0d;
}

.sliderNav--style2 .sliderNav__btn:hover {
  background-color: var(--tp-secondary);
  color: var(--tp-white);
  border-color: var(--tp-secondary);
}

.sliderNav--style2 .sliderNav__btn:hover svg path {
  fill: var(--tp-white);
}

div.testi-slider-active2 {
  padding-top: 165px;
}

.it-pagination {
  display: flex;
  justify-content: center;
  padding-top: 50px;
}

.it-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: transparent;
  border: 1px solid #c9c9c9;
  opacity: 1;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.it-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tp-secondary);
  border-color: var(--tp-secondary);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.contactBlock {
  padding: 0 50px 50px 50px;
  border: 1px solid #eeeeee;
  margin-top: 60px;
}

.contactBlock__figure {
  margin-bottom: 35px;
  margin-top: -66px;
}

.contactBlock__figure .contactBlock__figure__thumb {
  border-radius: 50%;
}

.contactBlock__heading {
  font-size: calc(1.275rem + 0.3vw);
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .contactBlock__heading {
    font-size: 1.5rem;
  }
}

.contactBlock__text {
  font-size: 1.125rem;
  margin-bottom: 10px;
  font-weight: 500;
}

.contactBlock a {
  display: block;
  color: var(--tp-body);
  font-size: 18px;
}

.commentsPost--style2 {
  padding: 80px 112px;
  border: 1px solid #eeeeee;
  background-color: var(--tp-white);
  position: relative;
  z-index: 99;
}

#myMap {
  margin-top: -120px;
}

#myMap iframe {
  width: 100%;
  min-height: 704px;
}

.ccFaqBlock {
  margin-left: 12%;
  margin-top: -40px;
}

@media (max-width: 991px) {
  .ccFaqBlock {
    padding: 0 0;
    margin-left: 0;
  }
}

.ccFaqBlock .accordion .accordion-button {
  font-size: calc(1.275rem + 0.3vw);
  background: transparent;
  padding-left: 0px;
  color: var(--tp-secondary);
  border-color: transparent;
  box-shadow: none;
  text-transform: uppercase;
  font-weight: 500;
  padding: 42px 20px 42px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

@media (min-width: 1200px) {
  .ccFaqBlock .accordion .accordion-button {
    font-size: 1.5rem;
  }
}

.ccFaqBlock .accordion .accordion-button::after {
  background-image: none;
  display: none;
}

.ccFaqBlock .accordion .accordion-button::before {
  content: "\f148";
  font-family: fontAwesome;
  left: auto;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.ccFaqBlock .accordion .accordion-button.collapsed {
  color: #0d0d0d;
  border-bottom: 1px solid #f6f3ee;
}

.ccFaqBlock .accordion .accordion-button.collapsed::before {
  content: "\f149";
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.ccFaqBlock .accordion .accordion-item {
  background-color: transparent;
  border: 0;
  margin-bottom: 0px;
}

.ccFaqBlock .accordion .accordion-body {
  color: var(--tp-body);
  padding: 0px 0px 35px;
  border-bottom: 1px solid #f6f3ee;
  font-size: 18px;
  padding-left: 20px;
}

.paginationBlock {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
  margin-bottom: 40px;
}

.paginationBlock > nav > ul {
  align-items: center;
  gap: 7px;
}

.paginationBlock > nav > ul .page-item--prev .page-link, .paginationBlock > nav > ul .page-item--next .page-link {
  min-height: 48px;
  border: 0;
  box-shadow: none;
  display: grid;
  place-content: center;
  min-width: 48px;
  border-radius: 6px;
  color: #a1a1a1;
  border: 1px solid #f2f2f2;
}

.paginationBlock__number {
  min-height: 48px;
  display: flex;
  align-items: center;
  background: var(--tp-white);
  border-radius: 6px;
}

.paginationBlock__number > ul {
  display: flex;
  align-items: center;
  gap: 7px;
}

.paginationBlock__number > ul .page-item .page-link {
  box-shadow: none;
  border: 0;
  width: 48px;
  height: 48px;
  display: grid;
  place-content: center;
  font-size: 16px;
  color: #66687b;
  border-radius: 6px;
  border: 1px solid #f2f2f2;
}

.paginationBlock__number > ul .page-item .page-link:hover {
  background-color: var(--tp-secondary);
  color: var(--tp-white);
  border-color: var(--tp-secondary);
  box-shadow: 4px 4px 8px rgba(235, 147, 9, 0.25);
}



.tp-slider-active .slide-prev, .tp-slider-active .slide-next {
  position: absolute;
  font-size: 20px;
  background: var(--tp-white);
  height: 65px;
  width: 65px;
  line-height: 65px;
  font-size: 20px;
  color: #09150f;
  border-radius: 50%;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 9;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  left: 80px;
  margin: 0px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  box-shadow: 0px 0px 30px 0px rgba(0, 5, 63, 0.1);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-active .slide-prev, .tp-slider-active .slide-next {
    left: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-slider-active .slide-prev, .tp-slider-active .slide-next {
    left: calc(50% - 60px);
    top: auto;
    bottom: 120px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 18px;
  }
}
.tp-slider-active .slide-prev:hover, .tp-slider-active .slide-next:hover {
  background: #06ae5a;
  color: var(--tp-white);
}


.offcanvas-toggle-btn {
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 24px;
  color: #0d0d0d;
}


.post-slider-paginations button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 25px;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 56px;
  text-align: center;
  font-size: 16px;
  color: var(--tp-common-white);
  border: 2px solid rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
}

.post-slider-paginations button.postbox-button-next{
  left: auto;
  right: 25px;
}

.error__area{
  padding-top: 120px;
  padding-bottom: 120px;
}


.footer-col-2-4{
  padding-left: 70px;
}

@media (max-width: 767px) {

  .footer-col-2-4{
    padding-left: 0;
  }
}

.btn--styleOne.btn--primary:hover{
  background-color: var(--tp-primary);
}

.btn--styleOne.btn--secondary:hover{
  background-color: var(--tp-secondary);
}

.tp-post-de-list ul li a {
  font-size: 18px;
  color: #191825;
  padding: 19px 40px;
  display: block;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.tp-post-de-list ul li {
  position: relative;
  display: block;
  margin-bottom: 10px;
  background: #F5F5F5;
}
.tp-post-de-list ul li::before {
  position: absolute;
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  top: 23px;
  right: 20px;
  color: var(--tp-secondary);
  font-size: 17px;
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background: var(--tp-white);
  padding: 0 14px;
  border-radius: 11px;
  line-height: 27px;
}
.service-details-wrapper{
  margin: 0;
  margin-left: 50px;
}
.tp-post-de-list ul li a:hover {
  color: var(--tp-secondary);
}
.tp-post-de-list ul li:hover::before {
  background: var(--tp-secondary);
  color: var(--tp-white);
}

.featureBlock__donation__bar label {
  font-weight: 600;
  font-size: 17px;
  transform: translateY(18px);
}
.team-icon a {
  color: #666;
  height: 35px;
  width: 35px;
  background: #EAEFF5;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  font-size: 13px;
  line-height: 35px;
  margin-right: 5px;
}
.team-icon a:hover{
    background: var(--tp-secondary);
    color: var(--tp-white);
  }
.team-designation {
  font-weight: 600;
  color: var(--tp-secondary);
  font-size: 18px;
  display: block;
  margin-bottom: 30px;
}
.team-details-img img {
  filter: grayscale(100%);
}

hr.sep {
  border-bottom: 1px solid #f2f2f2;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
  opacity: 1;
}

/*campign form*/
#charitable-user-fields {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
#charitable-user-fields .charitable-form-field {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  #charitable-user-fields .charitable-form-field {
    width: 100%;
  }
}
#charitable-user-fields .charitable-form-field input {
  width: 100%;
  border: 1px solid #eeeeee;
  font-size: 14px;
  padding: 0 22px;
  min-height: 55px;
}
#charitable-user-fields .charitable-form-field label {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #666;
  margin-bottom: 8px;
}
.charitable-form-fields .charitable-fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
#charitable-donor-fields .charitable-form-header {
  padding: 0;
}
#charitable-meta-fields, #charitable-user-fields {
  padding: 0;
}
.charitable-donation-form {
  padding-top: 0;
}
.charitable-form-field {
  margin-bottom: 0;
}
#charitable-donor-fields {
  padding: 0;
}
.donation-mainform{
  position: relative;
  display: block;
  background: var(--tp-white);
  padding: 53px 60px 60px;
  margin-left: 0;
  box-shadow: 0px 5px 24px 6px rgba(0, 0, 0, 0.06);
}
.charitable-submit-field .button {
  border-radius: 0;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--tp-white);
  font-size: 14px;
  padding: 17px 50px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  box-shadow: none;
  background-color: var(--tp-secondary);
}
.charitable-form-header {
  font-size: 20px;
  font-weight: 600;
  color: var(--tp-black);
}
.charitable-donation-form .donation-amounts .donation-amount {
  position: relative;
  float: left;
  width: auto;
  margin: 0;
  border: 1px solid #ddd;
  background-color: transparent;
  list-style: none;
  margin-right: 20px;
  padding-top: 0;
}

.charitable-donation-form .charitable-form-fields .charitable-fieldset .donation-amounts .suggested-donation-amount label .amount {
  padding: 12px 20px;
  margin: 0;
  border-radius: 0;
  color: #222222;
  border: 1px solid #e3e9f4;
  display: block;
  padding-bottom: 14px;
}
.charitable-donation-form .charitable-form-fields .charitable-fieldset .donation-amounts .suggested-donation-amount label input[type="radio"]:checked + .amount {
  background: #f00;
  color: var(--tp-white);
}
.charitable-donation-form .donation-amounts .donation-amount input[type="radio"] {
  margin: 0 6px 0 0;
  vertical-align: middle;
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.charitable-donation-form .donation-amounts .donation-amount {
  position: relative;
  float: left;
  width: auto;
  margin: 0;
  border: 0;
  background-color: transparent;
  list-style: none;
  margin-right: 20px !important;
  padding-top: 0;
  margin-bottom: 10px;
}
.charitable-donation-form .charitable-form-fields .charitable-fieldset .donation-amounts .custom-donation-amount {
  padding: 0px;
  border-radius: 0px;
  border: 0px solid #e3e9f4;
  width: auto;
  margin-right: 0px;
  margin-bottom: 0;
  width: 100%;
}
.charitable-donation-form .charitable-form-fields .charitable-fieldset .donation-amounts .custom-donation-amount .custom-donation-amount-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  border: 0;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .charitable-donation-form .charitable-form-fields .charitable-fieldset .donation-amounts .custom-donation-amount .custom-donation-amount-wrapper {
    flex-wrap: wrap;
  }
  .donation-mainform {
    padding: 25px 30px 35px;
  }
}
.charitable-donation-form .charitable-form-fields .charitable-fieldset .donation-amounts .custom-donation-amount .custom-donation-amount-wrapper label {
  padding: 0px;
  margin: 0;
  border-radius: 0px;
  color: #222222;
  border: 0px solid #e3e9f4;
  display: block;
  position: relative;
  width: 100%;
  margin-right: 20px;
}
.charitable-donation-form .charitable-form-fields .charitable-fieldset .donation-amounts .custom-donation-amount .custom-donation-amount-wrapper label input[type="radio"] {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  opacity: 0;
  cursor: pointer;
}
.charitable-donation-form .charitable-form-fields .charitable-fieldset .donation-amounts .custom-donation-amount .custom-donation-amount-wrapper label input[type="radio"] + .description {
  padding: 15px 20px;
  margin: 0;
  border-radius: 0;
  color: #222222;
  cursor: pointer;
  border: 1px solid #eeeeee;
  display: block;
  position: relative;
  font-weight: 600;
  margin-bottom: 20px;
}
.charitable-donation-form .charitable-form-fields .charitable-fieldset .donation-amounts .custom-donation-amount .custom-donation-amount-wrapper label input[type="radio"]:checked + .description {
  background: var(--tp-secondary);
  color: var(--tp-white);
  border-color: var(--tp-secondary);
}
.charitable-donation-form .charitable-form-fields .charitable-fieldset .donation-amounts .custom-donation-amount .custom-donation-input {
  padding: 11px 20px;
  margin: 0;
  border-radius: 0;
  color: #222222;
  border: 1px solid #eee;
  display: block;
  width: 100%;
  height: 53px;
  margin-bottom: 20px;
}
.charitable-donation-form .charitable-form-fields .charitable-fieldset .donation-amounts .suggested-donation-amount label input[type="radio"]:checked + .amount {
  background: var(--tp-secondary);
  color: var(--tp-white);
  border-color: var(--tp-secondary);
}
.charitable-donation-form .donation-amounts .donation-amount .custom-donation-amount-wrapper, .charitable-donation-form .donation-amounts .donation-amount > label {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 16px;
  cursor: pointer;
}
.volunteerUser__profile.hero__profile img {
  max-width: 100%;
  width: auto;
}