/*!
Theme Name: Sneha2023
Theme URI: https://www.snehacare.org/
Author: GWT
Author URI: https://www.genesiswtech.com/
Description: Sneha's Care is a non-profit animal rescue organization, based in Kathmandu, Nepal. 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sneha
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Sneha is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&family=Rubik:wght@300;400;500;600;700;800&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;500;600;700;800;900&family=Roboto:wght@300;400;500;700;900&display=swap");
:root {
  --primary--color: #e09f3e;
  --secondary--color: #b42225;
}

html {
  color: #000;
  scroll-behavior: smooth;
  font-family: "Roboto", sans-serif;
}

p {
  color: #000000bf;
}

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

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
}

.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #101010;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
}

.btn {
  color: #fff;
  padding: 12px 24px;
  display: inline-block;
  border: none;
  cursor: pointer;
  transition: 0.3s linear;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  background: linear-gradient(90deg, #ff2828 0%, #ff4b13 100%);
  z-index: 1;
  vertical-align: middle;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  z-index: -1;
  background: var(--secondary--color);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  -moz-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  -ms-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  -o-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
}
.btn:hover span {
  width: 225%;
  height: 562.5px;
}

.btn.btn-light span {
  background: linear-gradient(90deg, #ff2828 0%, #ff4b13 100%);
}

.btn-outline {
  border: 1px solid var(--secondary--color);
  background: transparent;
  color: var(--secondary--color);
}

.btn.btn-red {
  background: var(--secondary--color);
  border: none;
}

.btn-outline-white {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-outline-black {
  border: 1px solid #111;
  background: transparent;
  color: #111;
}

.btn-dark {
  background: #613a19;
}

.btn.btn-outline-white:hover,
.btn.btn-outline-black:hover {
  border-color: var(--secondary--color);
}

.btn:hover {
  color: #fff;
}

.btn-small {
  font-size: 14px;
  padding: 9px 13px;
}

/* Header */

.header--top {
  margin-bottom: 15px;
}

.header__right .btn {
  font-size: 14px;
  padding: 11px 16px;
  background: var(--secondary--color);
}

.header__right .btn img {
  width: 20px;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.header__right .btn i {
  color: #fff;
}

.contact__btn a {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  padding-left: 55px;
}

.contact__btn a i {
  position: absolute;
  top: 25px;
  left: 20px;
  font-size: 21px;
}

.header__socials {
  color: #111;
  font-family: "Rubik", sans-serif;
}

.header__socials > a {
  color: #111;
  margin-left: 11px;
  font-size: 18px;
}

.site-header {
  /* background: linear-gradient(90deg, #ff2828 0%, #ff4b12 100%); */
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 999;
}

.header__socials > a svg {
  height: 20px;
}

.site-header .custom-logo-link {
  display: block;
}

/* .site-header.uk-active {
  background: #fff;
} */

.custom-logo-link {
  display: inline-block;
  vertical-align: middle;
}

.custom-logo-link img {
  width: 70px;
}

.site-header .custom-logo-link img {
  padding: 15px 0;
  /* filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1); */
}

.site-nav > div > ul {
  display: flex;
  height: 100%;
  padding: 0;
  margin: 0;
}

.site-nav {
  display: flex;
  align-items: center;
  align-self: stretch;
}

.site-nav > div {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  height: 100%;
}

.site-nav > div > ul > li {
  margin-left: 24px;
  position: relative;
  display: flex;
  align-items: center;
}

.site-nav > div > ul > li > ul {
  position: absolute;
  top: 180%;
  left: 0;
  width: 300px;
  padding: 0;
  list-style: none;
  z-index: 8;
  margin: 0;
  background: #111;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  box-shadow: 0 0 3px #00000036;
}

.site-nav > div > ul > li {
  position: relative;
}

.site-nav > div > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transition: 0.3s linear;
  z-index: 32;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}

.site-nav > div > ul > li > ul > li > a {
  display: block;
  color: #fff;
  text-decoration: none;
  display: block;
  align-items: center;
  padding: 10px 25px;
  font-size: 15px;
  border-bottom: 1px solid #f1f1f117;
}

.site-nav > div > ul > li > ul > li {
  position: relative;
}

.site-nav > div > ul > li:first-child {
  margin-left: 0px;
}

.site-nav > div > ul > li > a {
  transition: 0s;
  color: #111;
  font-size: 17px;
  /*text-transform: uppercase;
  */
  font-family: "Roboto", sans-serif;
  display: flex;
  font-weight: 500;
  -webkit-align-items: center;
  -webkit-align-self: stretch;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
}

.site-nav > div > ul > li:hover > a,
.site-nav > div > ul > li > ul > li:hover > a,
.site-nav > div > ul > li.current-menu-item > a {
  color: var(--secondary--color);
}

.site-nav > div > ul > li > ul > li,
.site-nav > div > ul > li > ul > li > ul > li,
.site-nav > div > ul > li > ul > li > ul > li > ul > li,
.site-nav > div > ul > li > ul > li > ul > li > ul > li > ul > li,
.site-nav > div > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li {
  position: relative;
  border-bottom: 1px solid #ffffff3b;
}

.site-nav > div > ul > li > ul > li > ul,
.site-nav > div > ul > li > ul > li > ul > li > ul,
.site-nav > div > ul > li > ul > li > ul > li > ul > li > ul,
.site-nav > div > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
  position: absolute;
  top: 0;
  left: 105%;
  width: 250px;
  padding: 0;
  list-style: none;
  z-index: 8;
  margin: 0;
  background: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

.site-nav > div > ul > li > ul > li > ul > li > a,
.site-nav > div > ul > li > ul > li > ul > li > ul > li > a,
.site-nav > div > ul > li > ul > li > ul > li > ul > li > ul > li > a,
.site-nav
  > div
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > a {
  display: block;
  color: #fff;
  text-decoration: none;
  display: block;
  align-items: center;
  padding: 10px;
  font-size: 14px;
  border-bottom: 1px solid #00000017;
}

.site-nav > div > ul > li > ul > li > ul > li > a:hover {
  color: #d93030;
}

.site-nav > div > ul > li > ul > li > ul > li > ul,
.site-nav > div > ul > li > ul > li > ul > li > ul > li > ul,
.site-nav > div > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
  left: 0;
}

.site-nav > div > ul > li > ul > li:hover > ul,
.site-nav > div > ul > li > ul > li > ul > li:hover > ul,
.site-nav > div > ul > li > ul > li > ul > li > ul > li:hover > ul,
.site-nav > div > ul > li > ul > li > ul > li > ul > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  left: 100%;
  transition: 0.3s linear;
  z-index: 32;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}

.site-nav > div > ul > li > ul > li > ul > li:hover > ul {
  left: 45px;
  top: 50px;
  background: #111;
}

.site-nav > div > ul > li > ul > li > ul > li > ul > li:hover > ul {
  left: 45px;
  top: 41px;
  background: #111;
}
.site-nav > div > ul > li > ul > li > ul > li > ul > li > ul > li:hover > ul {
  left: 50px;
  top: 40px;
  background: #111;
}

.site-nav > div > ul > li > ul > li > ul > li > ul > li:hover > a {
  color: var(--secondary--color);
}

.button {
  color: #fff;
  cursor: pointer;
  padding: 9px 28px;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
}

.button:hover {
  color: inherit;
}

.btn-green {
  background: #090;
  border: 1px solid #090;
}

.btn-green:hover {
  border: transparent 1px solid;
  color: #fff;
  background: #292a39;
}

.btn-red {
  background: #d93030;
  border: 1px solid #d93030;
}

.btn-red:hover {
  border: transparent 1px solid;
  color: #fff;
  background: #292a39;
}

.btn-curve {
  border-radius: 50px;
}

/* Header */

.sliderblueholder {
  position: absolute;
  z-index: 2;
  display: block;
  width: 100%;
  top: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #000000a1, #fff0);

  left: 0;
}

.sliderblueholder > div {
  position: absolute;
  z-index: 3;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  /* padding-right: 6vw; */
  padding-left: 8vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 50%;
}

.masthead__scroll {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  left: 30px;
  color: #fff;
  z-index: 2;
  top: 33%;
  /* left: 30px; */
  /* left: auto; */
}

.each-campaigns img {
  width: 100%;
}

.masthead__scroll .line {
  width: 1px;
  height: 60px;
  overflow: hidden;
  margin: 0 9px 15px 0;
  font-size: 11px;
}

.masthead__scroll .line {
  width: 1px;
  height: 60px;
  overflow: hidden;
  margin: 0 9px 15px 0;
}

.masthead__scroll .line::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(180deg, #fff 50%, hsla(0, 0%, 100%, 0) 0);
  background-position: 0 -60px;
  background-size: 100% 200%;
  -webkit-animation: scrolldown 5s cubic-bezier(0.76, 0, 0.3, 1) infinite
    forwards;
  animation: scrolldown 5s cubic-bezier(0.76, 0, 0.3, 1) infinite forwards;
}

.masthead__scroll .d-text {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.sliderblueholder > div h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 12px;
  text-transform: uppercase;
  line-height: 1.3;
}

.sliderblueholder > div p {
  padding-right: 89px;
  font-size: 18px;
  margin: 0;
  color: #fff;
  margin-bottom: 25px;
  line-height: 1.3;
}

.swiper-button-next,
.swiper-button-prev {
  color: #111;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 25px;
}

.advisor-designation-details .main-title h2 {
  margin-bottom: 0;
}

.advisor-designation-details .main-title p {
  margin: 0;
  font-style: italic;
  font-weight: bold;
  font-size: 16px;
}

.bannerImg {
  width: 100%;
  max-height: 100vh;
}

.bannerSlider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner__section--new .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  border: #b9b9b9 1px solid;
  background: none;
  opacity: 1;
  -webkit-transition: width 0.4s linear;
  -moz-transition: width 0.4s linear;
  -ms-transition: width 0.4s linear;
  -o-transition: width 0.4s linear;
  transition: width 0.4s linear;
}

.banner__section--new .swiper-pagination-bullet-active {
  background: var(--secondary--color) !important;
  border-color: var(--secondary--color);
}

.swiper-horizontal > .swiper-pagination-bullets {
  bottom: 140px;
}

@-webkit-keyframes scrolldown {
  0% {
    background-position: 0 -60px;
  }

  75% {
    background-position: 0 0;
  }

  to {
    background-position: 0 60px;
  }
}

@keyframes scrolldown {
  0% {
    background-position: 0 -60px;
  }

  75% {
    background-position: 0 0;
  }

  to {
    background-position: 0 60px;
  }
}

.about_section {
  background: url(./assets/img/banner02.jpg) 0 0 no-repeat;
  background-size: cover;
  margin: 25px;
  background-position: 50% bottom;
  position: relative;
}

.about_section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #000000a1, #fff0);
}

.main-title h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  color: #ff4b13;
}
.about_section .uk-container {
  position: relative;
}

.about_section .content-area p {
  font-size: 22px;
  line-height: 1.8;
  color: #fff;
}

.about_section-lower {
  padding: 50px;
  background: #fff;
}

.about_section-lower h3 {
  color: #d93030;
  font-size: 35px;
}

.about_section-lower p {
  font-size: 18px;
  color: #000;
}

.page-numbers {
  border: 1px solid #000;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  overflow: hidden;
  margin-right: 11px;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

.page-numbers:before,
.page-numbers.current:before {
  width: 100%;
  height: 100%;
  background: #d93030;
  content: "";
  position: absolute;
  left: -100%;
  z-index: -1;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

.page-numbers:hover:before,
.page-numbers.current:before {
  color: #fff;
  width: 100%;
  left: 0;
}

.page-numbers.next,
.prev.page-numbers {
  padding-left: 20px;
  width: auto;
  padding-right: 13px;
}

.page-numbers:hover,
.page-numbers.current {
  border: 1px solid #d93030;
  color: #fff;
}

.posts-navigation .screen-reader-text {
  display: none;
}

.nav-links {
  display: flex;
  justify-content: space-between;
}

.nav-links > div {
  padding: 5px 10px;
  background: #d93030;
}

.nav-links > div a {
  color: #fff;
}

.nav-links > div:hover {
  color: #fff;
  background: #d93030;
}

.navigation.posts-navigation {
  margin-top: 40px;
  width: 100%;
}

.grid {
  display: grid;
}

.is-two-column {
  grid-template-columns: repeat(2, 1fr);
}

.each-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.each-col:nth-child(even) .image-wrapper {
  order: 2;
}

.each-col p {
  margin-top: 13px;
  line-height: 1.6;
  color: #000;
}

.cat-header-title {
  font-size: 20px;
  color: #1a1a1a;
  font-weight: 700;
}

.cat-header-title > a {
  color: #1a1a1a;
}

.cat-header-title > a:hover {
  color: #6d6d6f;
}

.single-stat {
  height: 100%;
  text-align: center;
  background: #c24545;
}

.single-stat img {
  width: 100px;
  height: 100px;
}

.single-stat p {
  color: #fff;
  line-height: normal;
}

.single-stat__number {
  font-size: 44px;
  margin-bottom: 0;
}

.single-stat__info {
  font-size: 20px;
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
}
.allifited__with {
  padding: 40px 0;
  background: #eaeaea;
}

.home-spacing {
  padding: 70px 0;
}

.small-cap {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #d93030;
  padding-bottom: 4px;
  display: block;
}

.each-service img {
  width: 100%;
}

.cat-head {
  font-size: 43px;
  line-height: 1.2;
  font-weight: bold;
}

.content-area p {
  line-height: 1.9;
}

.events__block .content {
  padding: 12px 0;
}

.title {
  font-size: 19px;
  margin: 0;
}

.post-date {
  margin: 0;
}

.title a {
  color: #000;
}

.events__block .post-date {
  padding: 7px 0;
  color: #d93030;
  font-size: 15px;
}

.events__block > div > a {
  display: block;
  width: 100%;
  height: 285px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.events__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.events__block .content {
  padding: 24px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.events__block .title a {
  color: #000;
}

.img-wrapper > a {
  display: block;
  width: 100%;
  height: 200px;
}

.img-wrapper > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newsletter {
  background: url(./assets/img/stay-connected.jpg) 0 0 no-repeat;
  margin-bottom: 25px;
  background-size: cover;
}

.news-letter {
  position: relative;
}

.news-letter p {
  color: #fff;
  margin: 0;
  line-height: 1.5;
}

.mc4wp-form-fields label {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  background: #f1f1f1;
  width: 100%;
  background: none;
  margin: 0;
  outline: 0;
  border: 0;
  font-family: "Roboto", sans-serif;
  background: #f1f1f1;
}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea,
.wpcf7-form-control-wrap select {
  max-width: 100%;
  width: 100%;
  border: 0 none;
  padding: 10px;
  background: #fff;
  color: #666;
  transition: 0.2s ease-in-out;
  transition-property: color, background-color, border;
  height: 40px;
  box-sizing: border-box;
  font-size: 14px;
  font-family: "Barlow", sans-serif;
  border: 1px solid #ccc;
}

.wpcf7-form-control-wrap textarea {
  height: auto;
}

.wpcf7-form input[type="submit"] {
  color: #fff;
  cursor: pointer;
  padding: 12px 28px;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  background: linear-gradient(90deg, #ff2828 0%, #ff4b13 100%);
  border: none;
  width: auto;
  height: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.content .button {
  margin-top: 15px;
}

.sidebar h3 {
  background: #d93030;
  color: #fff;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 21px;
  font-weight: 600;
  padding: 10px 19px;
  text-transform: uppercase;
}

.sidebar ul {
  display: block;
  background: #f1f1f1;
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 15px;
}

.sidebar ul li {
  color: #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}

.sidebar ul li a {
  color: #000;
}

.sidebar ul li a:hover {
  color: #d93030;
}

.sidebar ul li:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}

.anchor-text {
  position: relative;
  color: #d93030;
  font-weight: 700;
  display: inline-block;
}

.anchor-text:before {
  width: 0%;
  background: #d93030;
  height: 2px;
  -webkit-transition: width 0.3s linear;
  -moz-transition: width 0.3s linear;
  -ms-transition: width 0.3s linear;
  -o-transition: width 0.3s linear;
  transition: width 0.3s linear;
  content: "";
  position: absolute;
  top: 150%;
  left: 0;
}

.anchor-text:hover {
  -webkit-transition: width 0.3s linear;
  -moz-transition: width 0.3s linear;
  -ms-transition: width 0.3s linear;
  -o-transition: width 0.3s linear;
  transition: width 0.3s linear;
  color: #d93030;
  opacity: 0.9;
}

.anchor-text:hover:before {
  width: 100%;
}

.hero-video {
  background: #000;
  position: relative;
}

.hero-video img {
  opacity: 0.3;
}

.hero-video .uk-button {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  height: 100%;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 100px;
  color: #fff;
}

.uk-title {
  margin: 16px 0 3px 0;
  font-size: 20px;
}

.uk-title a,
.uk-title {
  color: #000;
}

.each-services-col p {
  margin: 0;
  line-height: 1.9;
}

/* .each-campaigns .content {
  padding: 20px 0 0 0;
} */
.each-campaigns .content p {
  margin: 5px 0 0 0;
  font-size: 15px;
}

.img-holder a {
  display: block;
  overflow: hidden;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}

.img-holder a img {
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}

.img-holder a:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);

  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

.each-service {
  position: relative;
}

.each-service h3 a {
  display: block;
}

.each-service .button {
  margin-top: 20px;
}

.each-service .content {
  padding: 20px;
}

.what__wedo .heading-wrap {
  position: sticky;
  top: 25px;
}

.each-service h3 a:hover {
  color: #d93030;
}

.each-service p {
  margin: 11px 0 0 0;
}

.section {
  padding: 50px 0;
}

/* .help__section {
  background: #f4f1ec;
  position: relative;
}

.help__section::after {
  content: "";
  position: absolute;
  right: 50px;
  bottom: 50px;
  width: 105px;
  height: 100px;
  background: url("./assets/img/paw.png") 0 0 no-repeat;
  opacity: 0;
  transform: rotate(-25deg);
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
} */

.photo__gallery-section {
  margin-bottom: 80px;
}
/* 
.site-footer {
  padding: 45px 0;
  background: #d93030;
  color: #fff;
}

.site-footer h4 {
  font-size: 23px;
  margin: 0;
}

.contact-col a {
  font-size: 28px;
  font-weight: bold;
  display: inline-block;
  position: relative;

  font-family: "Quicksand", sans-serif;
  color: #e1a821;
}

.contact-col a:before {
  content: "\f2b6";
  padding-right: 12px;
  font-family: "Material-Design-Iconic-Font";
}

.contact-us {
  margin-top: 12px;
}

.contact-us p {
  margin: 0 0 6px 0;
}

.footer-link h4 {
  margin-bottom: 9px;
}

.footer-link ul {
  margin: 0;
  padding: 0;

  list-style: none;
}

.footer-link ul li a {
  font-size: 17px;
  margin-bottom: 9px;
  display: block;
}

.footer-link ul li a:hover {
  opacity: 0.7;
}

.social-info a {
  display: inline-block;
  margin-right: 8px;
}

.social-info a:hover {
  opacity: 0.6;
}

.last-footer {
  margin-top: 40px;
  text-align: center;
  padding-top: 40px;
  border-top: 1px solid #ffffff14;
}

.last-footer p {
  font-size: 16px;
  margin: 0 0 12px 0;
}

.last-footer p a {
  color: #fff;
} */

.each-gallery a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.img-zoom {
  overflow: hidden;
  display: block;
}

.each-gallery a::before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  color: #fff;
  font-size: 46px;
  left: 0;
  z-index: 1;

  content: "\f14e";
  font-family: Material-Design-Iconic-Font;
  background: #d9303087;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

.each-gallery a:hover::before {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

.img-zoom:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.img-zoom img,
.img-zoom:hover img {
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -ms-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.uk-responsive-menu,
.uk-responsive-menu:hover {
  color: #000;
}

#offcanvas-reveal ul > li {
  color: #fff;
  position: relative;
  border-bottom: 1px solid #1717170a;
  border-top: 1px solid #ffffff0d;
  position: relative;
}

#offcanvas-reveal ul > li:last-child {
  border-bottom: none;
}

#offcanvas-reveal ul > li > a {
  display: block;
  font-size: 14ox;
  font-weight: bold;
  padding: 8px 20px;
  text-transform: uppercase;
  color: #fff;
}

#offcanvas-reveal ul > li > span.uk-icon {
  width: 40px;
  line-height: 36px;
  color: #fff;
  background: #363636;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  height: 43px;
  text-align: center;
}

#offcanvas-reveal .uk-offcanvas-bar {
  padding: 0;
}

#offcanvas-flip .uk-offcanvas-bar {
  background: #fff;
  box-shadow: 11px 10px 15px rgba(0, 0, 0, 0.08);
  color: inherit;
}

#offcanvas-reveal ul > li > ul {
  background: #363636;
  padding: 0;
  position: relative;
  z-index: 1;
  margin: 0;
  display: none;
}

#offcanvas-reveal ul {
  font-size: inherit;
}

#offcanvas-reveal ul > li > ul > li a {
  color: #fff;
  padding: 11px 11px 11px 17px;
  text-transform: uppercase;
  font-size: 14px;
}

#offcanvas-reveal ul > li > ul > li.menu-item-has-children > span {
  width: 40px;
  line-height: 36px;
  color: #fff;
  background: #ffffff17;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  height: 40px;
  text-align: center;
  background: 0 0;
}

#offcanvas-reveal ul > li,
#offcanvas-reveal ul > li > ul > li {
  position: relative;
}

#offcanvas-reveal ul > li > ul > li > ul {
  display: none;
  background: #fff;
}

#offcanvas-reveal ul > li > ul > li > ul > li > a {
  color: #333;
}

#offcanvas-reveal ul > li > ul > li > ul > li > a:hover {
  opacity: 0.8;
}

#offcanvas-reveal ul > li .uk-icon svg {
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

.mobile-dropDown-up svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

.donors {
  text-align: center;
}

.count {
  background: #f2f2f2;
  padding-bottom: 80px;
}

.header-social > a {
  margin-left: 15px;
}

.widget-title {
  color: #fff;
  background: #b42129;
  padding: 10px 20px;
  font-size: 25px;
  margin: 0;
}

.widget {
  margin-bottom: 20px;
}

.widget ul {
  padding: 11px 0 12px 0;
  list-style: none;
  margin: 0;
  background: #f1f1f1;
}

.widget ul li {
  padding: 6px 0 6px 12px;
  color: #000;
}

.widget ul li a {
  color: #000;
}

.widget ul li a:hover {
  color: #b42129;
}

.frame iframe {
  width: 100%;
}

.contact-address > p > a {
  display: block;
  padding-bottom: 4px;
  font-weight: 400;
  color: #b42129;
  font-size: 18px;
}

.social-icons {
  margin-top: 15px;
}

.contact-address > p {
  margin: 0;
}

.social-icons a {
  display: inline-block;
  margin-right: 15px;
  font-size: 25px;
  color: #b42129;
  font-weight: 500;
}

.landing_content {
  padding: 50px 0;
}

.landing_content .nav-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.landing_content .nav-links a {
  color: #000;
}

.landing_content .nav-links a:hover {
  color: #d93030;
}

.landing-header {
  margin-bottom: 30px;
}

.landing-header a {
  color: #000;
}

.header-social {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
}

.mobile-social {
  text-align: center;
}

.header-social ul li,
.mobile-social li {
  display: inline-block;
}

.header-social ul {
  margin: 0 0 0 15px;
  padding: 0;
  list-style: none;
}

.header-social ul li a,
.mobile-social li a {
  margin-right: 12px;
}

#offcanvas-reveal .mobile-social ul > li > a {
  border: none;
  color: #000 !important;
  padding: 0;
  padding-right: 15px;
}

.mobile-social h4 {
  margin: 0;
  padding-top: 10px;
  color: #000;
}

.mobile-header {
  padding: 15px;
  text-align: center;
  background: #eee;
}

.mobile-social {
  padding-bottom: 10px;
  background: #f1f1f1;
}

.mobile-social li {
  border: none;
  padding: 0;
}

.bannerText-holder {
  position: absolute;
  top: 50%;
  left: 0;
  color: var(--secondary--color);
  width: 100%;
  transform: translateY(-50%);
}

.burger__menu {
  display: none;
}

.the-content h6,
.the-content h5,
.the-content h4,
.the-content h3,
.the-content h2,
.the-content h1 {
  margin-top: 20px;
  font-weight: 700;
}

.the-content h1 {
  font-size: 33px;
}

.the-content h2 {
  font-size: 28px;
}

.the-content h3 {
  font-size: 24px;
}

.the-content h4 {
  font-size: 22px;
}

.the-content h5 {
  font-size: 20px;
}

.the-content h6 {
  font-size: 18px;
}

.the-content p,
.the-content {
  line-height: 1.7;
  text-align: justify;
}

.the-content figcaption {
  text-align: center;
  font-size: 14px;
  margin-top: 5px;
}

.the-content img {
  margin-top: 10px;
}

.the-content ul {
  padding-left: 16px;
}

.the-content ul li {
  line-height: 1.7;
  color: #000000bf;
  padding-bottom: 4px;
}

.default-banner .post-thumbnail {
  width: 100%;
  max-height: 400px;
  overflow: hidden;
}

.default-banner .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.default-banner .cat-head {
  font-weight: bold;
}

.team-member figure {
  margin: 0;
  width: 100px;
  text-align: center;
  height: 100px;
  left: 0;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  display: inline-block;
  top: 0;
}

.team-member h4 {
  margin: 9px 0 0 0;
}

.team-member h4 small {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  color: #333;
  padding-top: 4px;
}

.team-member figure img {
  padding: 8px;
  display: block;
  border: 2px solid #d93030;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  position: relative;
  z-index: 2;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.wpcf7-form init textarea {
  width: 100%;
}

.error-404 img {
  max-width: 400px;
}

.uk-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.uk-panel ul li {
  color: #000;
  padding: 3px 0;
}

.uk-panel ul li strong {
  font-weight: bold;
  color: #d93030;
}

.payment-method img {
  max-width: 300px;
}

.payment-method h3 {
  margin: 0;
}

table tr td {
  padding: 20px;
}

table tr td a {
  color: #000;
}

table tr td a:hover {
  color: #d93030;
}

figcaption a {
  color: #000;
}

figcaption a:hover {
  color: #d93030;
}

.bg-banner {
  padding-top: 300px;
  padding-bottom: 400px;
  position: relative;
}

.bg-banner .img-bg,
.bg-banner .swiper-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bg-banner .img-bg img,
.bg-banner .swiper-container {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-text {
  position: absolute;
  top: 50%;
  width: 100%;
  justify-content: center;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 111;
}

.banner-title h3 {
  color: #fff;
  font-size: 85px;
  line-height: 1.1;
  margin-top: 18px;
  text-shadow: 2px 2px #0000003b;
  text-transform: uppercase;
}

.category-adoption > a,
.category-farm-animal-profile > a {
  display: block;
  width: 100%;
  height: 300px;
}

.category-adoption > a img,
.category-farm-animal-profile > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.our-team .img-holder {
  height: 250px;
  overflow: hidden;
  padding: 5px;
  width: 250px;
  margin: auto;
  box-shadow: 0 0 7px -2px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}

.our-team img {
  border-radius: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.our-faculty .info h4,
.testimon .info h4,
.our-children .info h4,
.our-team .info h4 {
  color: #d93030;
  font-weight: 700;
  font-size: 20px;
  margin: 0;
  line-height: 24px;
  margin-bottom: 5px;
}

.our-faculty .info p,
.testimon .info p,
.our-children .info p,
.our-team .info p {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  margin: 0;
}

/* .uk-modal-dialog {
  width: 100%;
  height: 750px;
}

.uk-modal-dialog iframe {
  height: 100%;
} */

.multimedia > a {
  display: block;
  width: 100%;
  height: 213px;
  position: relative;
}
.multimedia > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.multimedia > a::before {
  content: "\f408";
  font-family: "Material-Design-Iconic-Font";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 43px;
  height: 29px;
  font-size: 57px;
  background: #fff;
  line-height: 28px;
  text-align: center;
  border-radius: 50px;
  color: #ff0000;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.multimedia .cat-header-title {
  font-size: 20px;
  margin-top: 9px;
  text-align: center;
}

.the-contents {
  padding: 10px 40px;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin: 0;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
  margin-top: 5px;
}

.the-content p a {
  color: #d93030;
}

.newsletter-content .cat-header-title {
  font-size: 21px;
  margin-top: 12px;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1.5em;
}

.application-form p {
  display: flex;
  align-items: center;
}
.application-form label {
  display: inline-block;
  margin-right: 20px;
  font-weight: 600;
  text-align: left;
  flex: 1;
  line-height: 1.43;
}
.application-form textarea {
  height: 90px;
  max-width: 388px;
  border: none;
  border: 1px solid #e5e5e5;
}
.application-form h3.section__title {
  color: #1476b8;
  opacity: 1;
  font-size: 30px;
  text-align: center;
}
.application-form .wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  color: #fff;
  background: #46b450;
  font-weight: 600;
  font-size: 13px;
  padding: 7px 20px;
  margin-top: 0;
}
.form-details {
  padding: 25px;
  box-shadow: 0 0 5px #0000001a;
  margin-bottom: 25px;
}

.application-form .wpcf7-form-control-wrap {
  margin-left: 0;
  margin-right: 0;
  flex: 2;
}

.application-form .wpcf7-form-control-wrap input[type="radio"],
.application-form .wpcf7-form-control-wrap input[type="checkbox"] {
  width: auto;
  height: auto;
}

[data-class="wpcf7cf_group"] .wpcf7-form-control-wrap {
  margin-top: 15px;
  display: block;
}

.heading-wrap {
  margin-bottom: 30px;
}

.heading-wrap .heading {
  font-size: 38px;
  color: #333;
  margin-bottom: 8px;
  /* text-transform: uppercase; */
  font-weight: 700;
}
.animal__content h3 {
  font-size: 30px;
  margin-bottom: 12px;
  font-weight: 700;
  line-height: 1.2;
  /* text-transform: uppercase; */
}
.animal__content h3 a {
  color: #ff4b13;
}

.animal__content h3 a:hover {
  color: var(--secondary--color);
}

.animal__content p {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 0;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  align-items: center;
}

.residence__container {
  margin-bottom: 30px;
}

.residence__container:nth-child(even) .grid-container .animal__images {
  order: 2;
}

.overlay--content {
  position: relative;
}

.overlay--content > a {
  display: block;
  width: 100%;
  height: 450px;
}

.overlay--content > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay-text {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  background-image: linear-gradient(180deg, #0000, #000001);
  padding: 15px 30px;
}

.overlay-text h3 {
  font-size: 28px;
}

.overlay-text h3 a {
  color: #fff;
}

.scale {
  overflow: hidden;
}

.scale img {
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}
.events__block:hover .scale img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  filter: blur(2px);
  -webkit-filter: blur(2px);
}

.tour__img > a {
  display: block;
  width: 100%;
  height: 400px;
}

.tour__img > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.take__tour .heading {
  margin-bottom: 8px;
}

.take__tour .heading-wrap p {
  margin-bottom: 18px;
}

.icon__wrap {
  text-align: center;
}

.icon__wrap img {
  height: 64px;
}

.icon__wrap h4 {
  margin-top: 12px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  color: #ff4b13;
}

.stats__content {
  padding: 30px 25px;
  text-align: center;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.stats__content strong {
  display: block;
  font-size: 45px;
  color: var(--secondary--color);
}

.stats__content span {
  color: var(--secondary--color);
  font-size: 20px;
}

.heading-wrap p {
  margin-top: 8px;
  line-height: 1.6;
  width: 75%;
}

.testimonialStory {
  flex: 2;
  margin-left: 25px;
}
.testimonial--content > div > a {
  flex: 2;
  display: block;
  height: 300px;
  width: 100%;
}

.testimonial--content > div > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonialStory > h3 {
  font-size: 27px;
  margin-bottom: 12px;
  /* text-transform: uppercase; */
  font-weight: 700;
}

.testimonialStory > h3 > a {
  color: #101010;
}

.testimonialStory p {
  font-size: 18px;
  margin-bottom: 18px;
  line-height: 1.8;
  margin-top: 0;
}

.uk-dotnav > * > * {
  width: 32px;
  height: 6px;
  border-radius: 15px;
}

.uk-dotnav > .uk-active > *,
.uk-dotnav > * > :focus,
.uk-dotnav > * > :hover {
  background-color: var(--secondary--color);
  border-color: transparent;
}

.dog__content {
  text-align: center;
}

.dog__content > a {
  width: 100%;
  display: block;
  height: 245px;
  margin: 0 auto;
  /* border-radius: 50%; */
}

.dog__content > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* border-radius: 50%; */
}

.dog__content > a.scale:hover {
  border-radius: 50%;
}

.dog__content h3 {
  margin-top: 12px;
  font-size: 20px;
}

.dog__content h3 a {
  color: #222;
}

.dog__content h3 a:hover {
  color: var(--secondary--color);
}

.newsletter__section {
  padding: 50px 0;
  background: #f2f2f2;
  position: relative;
  margin-top: 50px;
}

.mc4wp-form-fields p {
  width: 100%;
  margin-right: 15px;
}

.mc4wp-form-fields input[type="submit"] {
  color: #fff;
  cursor: pointer;
  padding: 9px 18px;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  background: linear-gradient(90deg, #ff2828 0%, #ff4b13 100%);
  border: none;
  width: auto;
  border-radius: 5px;
  height: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.mc4wp-form-fields input[type="submit"]:hover {
  background: var(--secondary--color);
}

.newsletter__section::before {
  content: "";
  background: url("./assets/img/newsletter.png") center right no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin-right: 400px;
  margin-top: -45px;
  padding: 15px 0;
}

.mc4wp-form-fields p {
}

.btn > i {
  color: var(--secondary--color);
  margin-right: 5px;
}

.donate__section {
  background: url("./assets/img/banner-snehacare.png") top center no-repeat;
  background-size: cover;
  position: relative;
  margin-top: 100px;
  padding: 120px 0;
}

.donate__section .btn > i {
  color: #fff;
}

.donate__section::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(40px);
}

.donate__section::after {
  content: "";
  background: url("./assets/img/dog-artwork.png") right center no-repeat;
  position: absolute;
  right: 280px;
  top: -81px;
  width: 233px;
  height: 100%;
  padding: 110px 0;
  z-index: 999;
}

.donate__section .heading {
  color: #fff;
  margin-bottom: 12px;
  font-size: 50px;
}

.donate__section p {
  color: #fff;
  margin-bottom: 18px;
  font-size: 20px;
  line-height: 1.4;
}

.donate__section .heading-wrap {
  margin-top: 70px;
  position: relative;
  z-index: 111;
}

.donate-btn {
  position: fixed;
  left: 0;
  top: 50%;
  z-index: 999;
  writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.donate-btn a {
  padding: 19px 10px;
  text-transform: uppercase;
  background: var(--secondary--color);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.donate-btn a:hover {
  background: var(--primary--color);
}

.donate-btn img {
  margin-bottom: 8px;
  width: 30px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.slider-carousel .each-col img {
  width: 100%;
  height: 250px;
}

.slider-carousel {
  overflow: hidden;
}

.cat-header-title {
  margin-top: 13px;
  margin-bottom: 5px;
}

.cat-header-title a {
  color: #1a1a1a;
}

.each-col p {
  margin: 0;
  font-size: 16px;
}

.image-wrapper img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.our-stories .heading-wrap p {
  margin: 0 auto;
  width: 50%;
  line-height: 1.6;
}

.stories--grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 25px;
}

.events__block {
  grid-column: span 3;
}

.events__block > div {
  overflow: hidden;
  position: relative;
}

.events__block:first-child,
.events__block:nth-child(6) {
  grid-column: span 6;
}

.events__block:nth-child(7),
.events__block:nth-child(8),
.events__block:nth-child(9) {
  grid-column: span 4;
}

/* .events__block:nth-last-child(5) {
  grid-column: span 6;
  grid-row: span 2;
} */

.events__block > div > a {
  height: 250px;
}

/* .events__block:nth-last-child(5) > div > a {
  height: 527px;
} */

.events__block:first-child > div > a,
.events__block:nth-child(6) > div > a {
  height: 400px;
}

.events__block:nth-child(6) {
  margin-top: -150px;
}

.events__block .story-content {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 2;
  padding: 0 15px;
}

.events__block > div > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, #0000, #0000018c);
  z-index: 1;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.events__block .title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 800;
}

.events__block .title a {
  color: #fff;
}

.events__block > div > a img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.events__block > div > a::after {
  content: "\f176";
  position: absolute;
  right: -25px;
  bottom: -25px;
  color: #fff;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  z-index: 1;
}

.events__block:hover > div > a::after {
  right: 25px;
  bottom: 25px;
  transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
}

.animal__images > a {
  display: block;
  width: 100%;
  height: 400px;
}

.animal__images > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-footer {
  padding: 50px 0 5px 0;
}

.footer-details {
  display: flex;
}

.footer-details .custom-logo-link img {
  width: 100px;
}

.footer-details > div {
  margin-left: 25px;
}

.footer-details > div h4 {
  color: #ff4b13;
  font-size: 24px;
  margin-bottom: 6px;
}

.footer-details > div p {
  line-height: 1.5;
}
.footer-details .header__socials {
  margin-top: 8px;
}

.footer-links h3 {
  font-family: "Rubik", sans-serif;
  color: #ff4b13;

  font-size: 25px;
  position: relative;
  padding-bottom: 12px;
  margin: 0;
  font-weight: 600;
}

.footer-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links ul li {
  padding-bottom: 8px;
  font-size: 15px;
}

.footer-links ul li a {
  display: inline-block;
  position: relative;
  color: #111;
  font-size: 15px;
  transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
}

.footer-links ul li a:before {
  left: -20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s linear;
  top: 0;
  content: "\f105";
  position: absolute;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-family: 16px;
}

.footertext {
  font-size: 14px;
}

.footertext p {
  margin-bottom: 15px;
  font-size: 15px;
}

.footertext p a {
  color: #111;
}

.footer-details > div p {
  margin: 0;
}

.site-footer .header__socials,
.site-footer .header__socials > a {
  color: #111;
}

.burger__menu {
  font-size: 20px;
  color: var(--secondary--color);
  margin-left: 15px;
}

.burger__menu:hover {
  color: var(--secondary--color);
}

.header__right {
  display: flex;
  align-items: center;
}
.our-stories,
.count,
.site-footer {
  position: relative;
}
.our-stories::before,
.count::before,
.site-footer::before,
.site-footer::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("./assets/img/bg2-paws.png") 0 0 no-repeat;
  width: 100%;
  opacity: 0.1;
  height: 100%;
  z-index: -1;
}

.count::before {
  background: url("./assets/img/footer-overlay.png") 0 0 no-repeat;
  z-index: 0;
  background-position: center;
  opacity: 1;
}

.site-footer::before,
.site-footer::after {
  content: "";
  position: absolute;
  background-image: url("./assets/img/paw.png");
  right: 25px;
  bottom: 25px;
  left: auto;
  top: auto;
  width: 105px;
  height: 100px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.site-footer::after {
  left: 25px;
  right: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.default-banner .post-thumbnail img {
  width: 100%;
}

/* .default-banner .post-thumbnail::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(180.81deg, rgba(0, 0, 0, 0.1) 0.7%, rgba(0, 0, 0, 0.75) 99.31%);
} */

.bannerText-holder p {
  width: 50%;
  color: #fff;
  font-size: 17px;
  line-height: 1.6;
  margin: 0;
  margin-top: 8px;
}

.each-col .image-wrapper img {
  width: 100%;
  height: 250px;
}

.dogProfile {
  background: #f2f2f2;
  border-top: 2px solid #11111131;
}

.dogProfile .heading-wrap span,
.cat__heading span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ff4b13;
}

.cat__heading span {
  font-size: 20px;
  display: block;
  margin-bottom: 15px;
}

.dogProfile .heading-wrap .heading,
.cat__heading .heading {
  margin-top: 5px;
}

.img-desc {
  margin-top: 8px;
}

.img-desc span {
  font-size: 15px;
}

.img-desc .cat-header-title {
  margin: 0;
}

/* .feeding--section .main-title {
  position: sticky;
  top: 25px;
} */

.footer-details > div p a {
  color: #000000bf;
}

.news-letter .main-title h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 12px;
}

.site-footer {
  border-top: 1px solid #aaa;
}

.site-nav > div > ul > li.menu-item-has-children span {
  color: #111;
  margin-left: 5px;
}

.site-nav > div > ul > li:hover > a span {
  color: var(--secondary--color);
}

#services-container {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  overflow: hidden;
  background-color: #ddd;
}

#services-container .services__content {
  position: relative;
  min-width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333;
  text-align: left;
}

.bannerImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* #menu-item-3418::after {
	content: "1";
	position: absolute;
	right: -17px;
	top: 24px;
	width: 20px;
	height: 15px;
	background: var(--secondary--color);
	text-align: center;
	border-radius: 50px;
	font-size: 10px;
	line-height: 15px;
	color: #fff;
	font-weight: bold;
} */

.title__sticky {
  position: sticky;
  top: 100px;
}

.contact-form .the-contents {
  padding: 0;
}

.rescued__section {
  width: 75%;
  margin-bottom: 50px;
}

.rescued__section.heading-wrap h2 {
  font-size: 50px;
  line-height: 60px;
}

.rescued__section.heading-wrap h2 span {
  font-weight: 900;
  color: var(--secondary--color);
}

.rescued__section.heading-wrap p {
  width: 100%;
}

.newsletter-footer p {
  font-size: 14px;
}

.banner__img,
.banner__img img {
  /* border-radius: 0 0 0 600px; */
  clip-path: circle(54.3% at 62% 28%);
  height: 600px;
  width: 100%;
  object-fit: cover;
}

.banner__section--new {
  background: linear-gradient(180deg, #fdd 0%, rgba(255, 222, 222, 0) 100%);
}

@media (min-width: 960px) {
  .uk-container-expand-left,
  .uk-container-expand-right {
    max-width: calc(50% + (1200px / 2) - 0px);
  }
}

.banner__content h1 {
  font-size: 43px;
  font-weight: 700;
  margin-bottom: 12px;
  /* text-transform: uppercase; */
  line-height: 1.1;
}
.banner__content p {
  font-size: 18px;
  line-height: 1.6;
}

.banner__section--new {
  height: calc(100vh - 90px);
}

.banner__section--new > * {
  height: calc(100vh - 90px);
}

.gallery-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.gallery-item a img {
  width: 100%;
}

.supporters__col img {
  object-fit: contain;
}

.supporters__col .image-wrapper {
  background: #f1f1f1;
}

.animal__content .heading-wrap {
  margin: 0;
}

.heading-wrap .heading-sm {
  font-size: 25px;
  margin-top: 14px;
  margin-bottom: 5px;
}

.img-desc > div > div {
  flex: 2;
  margin-right: 10px;
}

.meta-post {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.post__date {
  font-size: 14px;
}

.post__date span {
  font-weight: 500;
}

.adopt__section {
  background: #f1f1f1;
}

.suggested__section.dogProfile {
  background: transparent;
  border: none;
}

.card-border,
.multimedia {
  padding: 20px;
  box-shadow: 0 0 9px #00000024;
}

.main-title span {
  /* color: #fff; */
  /* background: var(--secondary--color); */
  /* padding: 8px 10px; */
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  color: #333;
  text-transform: uppercase;
}

.main-title h2 {
  margin-top: 0;
  margin-top: 10px;
}

.the-content figure {
  width: 100% !important;
}

.donation-choice {
  display: flex;
  margin-top: 5px;
}

.donate-selection input {
  display: none;
}

.donate-selection {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  border: 1px solid #eee;
  padding: 16px;
  border-radius: 4px;
  width: 150px;
  display: flex;
  align-self: stretch;
  align-items: center;
  cursor: pointer;
}

.donate-selection i {
  position: absolute;
  right: 15px;
  top: 5px;
  color: #000;
  display: none;
}

.donate-selection img {
  width: 150px;
  height: 45px;
  object-fit: contain;
  margin: auto;
}

.donate-selection.active {
  background: var(--primary--color);
}

.donate-selection.active i {
  display: block;
}

#tabs.dntplgn_form_wrapper > ul li {
  background: var(--secondary--color);
  width: 100%;
}

#tabs.dntplgn_form_wrapper > ul li:last-child {
  display: none;
}

.dntplgn_donate_monthly .dntplgn_submit_button {
  background: var(--secondary--color);
  color: #fff;
  border: none;
  outline: none;
  color: #fff;
  padding: 12px 24px;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: pointer;
}

.paypal_monthly a {
  display: block;
  font-size: 14px;
  text-align: center;
  color: #222;
  text-transform: uppercase;
  font-weight: 600;
}

.shop__cat img {
  height: 405px;
  object-fit: cover;
}

.shop__page .main-title h2 {
  margin-bottom: 8px;
}

.shop__page .main-title p {
  margin: 0;
  font-size: 18px;
  width: 50%;
  margin-bottom: 18px;
}

.shop__page .main-title .btn {
  font-size: 14px;
  padding: 10px 15px;
}

#modal-merchandise-form .wpcf7-form p {
  margin: 0;
  margin-bottom: 10px;
}

#modal-merchandise-form h2 {
  font-size: 30px;
}

#modal-merchandise-form .wpcf7-form label {
  font-size: 14px;
  font-weight: 500;
  display: block;
}

#modal-merchandise-form .wpcf7-form input[type="submit"] {
  font-family: "Nunito Sans", sans-serif;
  font-weight: bold;
  font-size: 14px;
}

/* main-banner - section  */
.banner__section .item .main__banner__text {
  position: absolute;
  left: 50%;
  bottom: 50px;
  width: 75%;
  padding: 0 100px;
  text-align: center;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.main__banner__text h1 {
  margin: 0;
}
.main__heading {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
.sub__heading p {
  margin: 0;
}
.sub__heading p {
  color: #ffffffd0;
  font-size: 23px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 35px;
}
.banner__section {
  height: calc(100vh - 90px);
  background: #000;
  position: relative;
}
.banner__slider {
  position: relative;
  height: calc(100vh - 90px);
  overflow: hidden;
  margin: 0;
}
.banner__slider::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.2) 52.6%,
    rgba(0, 0, 0, 0.5) 100%
  );
}
.banner__slider picture,
.banner__slider picture video {
  display: block;
  max-height: 100%;
  width: 100%;
  overflow: hidden;
}

.banner__slider img,
.banner__slider video {
  /* position: absolute; */
  height: 100%;
  object-fit: cover;
  width: 100%;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }

  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }

  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.banner__slider img {
  -webkit-animation: scale 40s ease infinite;
  animation: scale 40s ease infinite;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner__section .owl-nav .owl-prev,
.banner__section .owl-nav .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
  text-indent: 101%;
  outline: none;
  white-space: nowrap;
  width: 20%;
  z-index: 4;
}

.banner__section .owl-nav .owl-prev {
  left: 0;
  cursor: url("./assets/img/left.png") 0 0, pointer;
}

.banner__section .owl-nav .owl-next {
  right: 0;
  cursor: url("./assets/img/right.png") 0 0, pointer;
}
.check-in-out-section {
  position: absolute;
  left: 0;
  bottom: 100px;
  z-index: 10;
  width: 100%;
}
.checkin-section {
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 120px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.checkin-section .btn a {
  color: white;
  background: var(--primary);
}
.checkin-section .btn a:hover {
  background: white;
  color: var(--primary);
}
/* main-banner - section  */
.main__banner__text.banner__bottom {
  padding: 20px;
}
.main__banner__text.banner__bottom .main__heading {
  font-size: 46px;
  color: var(--secondary--color);
  opacity: 1;
}

.slider__arrow {
  width: 60px;
  height: 60px;
  background: #dad9d5;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.slider__arrow:hover {
  background: #fff;
}

.slider__arrow.uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) {
  stroke: #111;
}

.sponsor__form {
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 0 5px #0000004b;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.sponsor__form .uk-subnav li a {
  color: var(--secondary--color);
  padding: 10px 20px;
  display: inline-block;
  border: none;
  cursor: pointer;
  transition: 0.3s linear;
  position: relative;
  font-size: 13px;
  font-weight: 600;
  overflow: hidden;
  border: 1px solid var(--secondary--color);
  /* background: linear-gradient(90deg, #ff2828 0%, #ff4b13 100%); */
  z-index: 1;
  vertical-align: middle;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  width: 100%;
  text-align: center;
  -ms-border-radius: 5px;
}

.sponsor__form .uk-subnav li a:hover,
.sponsor__form .uk-subnav li.uk-active a {
  background: var(--secondary--color);
  color: #fff;
}

.sponsor__form .uk-subnav > * {
  flex: 1;
}

.sponsor__form input {
  margin-top: 12px;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 23px;
  font-weight: 600;
  font-family: "Nunito Sans", sans-serif;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  padding-left: 40px;
  color: var(--secondary--color);
}

.sponsor__form label {
  position: relative;
}

.sponsor__form label span {
  position: absolute;
  left: 18px;
  font-size: 23px;
  height: 57px;
  line-height: 57px;
  display: block;
  color: #333;
}

.btn-submit {
  background: var(--secondary--color);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  font-family: "Nunito", sans-serif;

  &:hover {
    background-color: var(--primary--color);
  }
}

.sponsor__text h3 {
  color: var(--secondary--color);
  font-size: 25px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 7px;
}

.sponsor__text p {
  margin: 0;
  margin-right: 15px;
}

.sponsor__container {
  padding: 30px;
  margin-top: 30px;
  background: rgba(255, 221, 221, 0.651);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.default-banner-text {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 30px;
  z-index: 2;
}

.default-banner-text > div {
  width: 100%;
}

.default-banner-text h1 {
  color: #fff;
  font-size: 50px;
  text-shadow: 0 0 2px #00000077;
}

.default-banner-text .btn {
  font-size: 14px;
  padding: 11px 16px;
  background: var(--secondary--color);
}

.default-banner-text .btn i {
  color: #fff;
}
.single__banner {
  position: relative;
}

.single__banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00000033;
  z-index: 1;
}

.sanctuary__section {
  padding: 100px 0;
  background-size: cover;
  background-attachment: fixed;
}

.sanctuary-card {
  position: relative;
  text-align: center;
}

.sanctuary-card > a {
  display: block;
  position: relative;
}

.sanctuary-card > a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, transparent, #00000069);
}

.sanctuary-card > a img {
  height: 300px;
}

.sanctuary-card > a h3 {
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  width: 100%;
  margin: 0;
}

.card-content p {
  margin: 6px 0;
}

.kennel-card {
  text-align: center;
  padding: 15px;
  box-shadow: 0 0 5px #0000002a;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.kennel-card a {
  color: #333;
}

.kennel-card h3 {
  font-size: 20px;
  margin: 10px 0;
  color: #333;
}

.kennel-card-progress progress {
  display: block;
  text-align: center;
  width: 100%;
}

.kennel-card-progress progress::-webkit-progress-bar {
  background: #ff0000;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.kennel-card-progress label {
  font-size: 14px;
  display: block;
  font-weight: bold;
  margin-top: 5px;
  text-align: left;
}

#fundRaise {
  width: 100%;
  height: 10px;
  background-color: #f0f0f0; /* Light grey background for the progress bar */
  border-radius: 10px; /* Rounded corners */
}

#fundRaise::-webkit-progress-bar {
  background-color: #f0f0f0; /* Background color of the unfilled part */
  border-radius: 10px;
}

#fundRaise::-webkit-progress-value {
  background-color: #b42225; 
  border-radius: 10px;
}

#fundRaise::-moz-progress-bar {
  background-color: #b42225; 
  border-radius: 10px;
}

.kennels__section .sanctuary__section {
  padding: 50px 0;
}
