@charset "UTF-8";
body {
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  margin: auto;
  color: #0c0c0c;
}

.mthead h2 {
  font-weight: bold;
}

.navbar-toggler:focus {
  box-shadow: unset;
}

.btn {
  border-radius: 0px;
}

a {
  text-transform: capitalize;
  text-decoration: none;
}

.p-r-0 {
  padding-right: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: capitalize;
  font-family: "Roboto Condensed", sans-serif;
}

ul {
  padding: 0px;
  margin: 0px;
}

.heading {
  text-align: center;
}
.heading h2 {
  color: #0f1941;
  text-transform: uppercase;
  font-weight: 900;
  padding: 30px 10px;
}
.heading h2 span {
  font-weight: 300;
}
.heading p {
  color: rgba(0, 0, 0, 0.55);
  font-size: 12px;
}

header {
  border-bottom: 1px solid #eee;
}
header .navbar {
  padding: 0px;
}
header .navbar-nav li {
  padding: 15px 2px;
}
header .navbar-nav li a.nav-link.active {
  color: rgb(15, 25, 65) !important;
}
header .navbar-nav li a {
  color: rgb(15, 25, 65) !important;
  font-size: 14px;
  position: relative;
  font-weight: 500;
  text-transform: capitalize;
}
header .navbar-nav li a:hover {
  color: #d0560d !important;
  text-decoration: none;
}
header .navbar-nav li a i.fa-solid.fa-house {
  font-size: 9px;
  /* margin-top: 7px; */
  position: relative;
  top: -1px;
}
header .navbar-nav .mpost a {
  border-radius: 20px 0px;
  padding: 10px 30px !important;
  background: #d0560d;
  color: #fff !important;
}
header .navbar-nav .mpost a i {
  margin-right: 5px;
}
header .navbar-nav .mpost a:hover {
  background: #081035;
  color: #fff !important;
}
header .dropdown-menu {
  top: 100%;
  width: -moz-max-content;
  width: max-content;
  max-width: 460px;
  border-radius: 0px;
  transition: 0.4s;
}
header .dropdown-menu .ulinner {
  padding: 0px 15px;
}
header .dropdown-menu .ulinner h5 {
  font-weight: 700;
  text-transform: capitalize;
  border-bottom: 1px solid #eee;
  padding: 10px;
  font-size: 15px;
  position: relative;
}
header .dropdown-menu .ulinner ul {
  border-radius: 0px;
}
header .dropdown-menu .ulinner ul li {
  list-style: none;
  padding: 0px;
}
header .dropdown-menu .ulinner ul li a {
  transition: 0.3s ease-in-out;
  padding: 5px 10px;
}
header .dropdown-menu .ulinner ul li a:before {
  display: none;
}
header .dropdown-menu .ulinner ul li a:hover {
  background-color: #d0560d;
  color: #fff !important;
  text-decoration: none;
}
header .topbar {
  background: linear-gradient(45deg, #d0560d, #d0a70d);
  text-align: center;
  color: #fff;
}
header .topbar p {
  margin: 0px;
  color: #d0560d;
  padding: 10px 0px;
}
header .topbar ul {
  padding: 5px;
  align-items: center;
}
header .topbar ul li {
  display: inline-block;
  margin-right: 10px;
}
header .topbar ul li a {
  color: #fff;
  font-size: 14px;
  transition: 0.3s ease-in-out;
  text-transform: lowercase;
}
header .topbar ul li a i {
  margin-right: 5px;
}
header .topbar ul li a:hover {
  color: #d0560d;
}
header .topbar .left {
  text-align: left;
}
header .topbar .ftsocial {
  text-align: right;
}
header .topbar .ftsocial li a {
  font-size: 18px;
}
header .topbar form.d-flex {
  padding: 5px;
}
header .topbar form.d-flex input {
  border-radius: 0px;
  max-height: 37px;
  outline: unset;
  border: 0px;
}
header .topbar form.d-flex input:focus {
  box-shadow: unset;
  background: #eee;
  outline: unset;
  border: 0px;
}
header .topbar form.d-flex .btn-primary {
  background: #ebc4a1;
  border-color: #d0560d;
  transition: 0.3s ease-in-out;
  color: white;
  position: relative;
  left: -42px;
}
header .topbar form.d-flex .btn-primary:hover {
  color: #ffe1c6;
}
header .navbar-brand {
  width: 150px;
}
header .cninfo {
  border: 1px solid #eee;
  border-radius: 100px;
  padding: 0px 15px;
}
header .cninfo li {
  display: flex;
  list-style: none;
  font-size: 14px;
  border-bottom: 1px solid rgba(238, 238, 238, 0.168627451);
  line-height: 40px;
  align-items: center;
}
header .cninfo li span {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  display: inline-flex;
}
header .cninfo li span img {
  width: 20px;
}
header .cninfo li a {
  text-transform: lowercase;
}
header .cninfo li .right span {
  display: flex;
  width: 100%;
  text-transform: capitalize;
}
@media only screen and (min-width: 1024px) {
  header .dropdown:hover .dropdown-menu {
    display: block;
  }
}

#mainbxt {
  /* Parent Class for all content */
}
#mainbxt #slider {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}
#mainbxt #slider .overlay {
  background: #000;
  width: 100%;
  opacity: 0.2;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9;
}
#mainbxt #slider .carousel-caption {
  position: absolute;
  z-index: 9;
  top: 30%;
}
#mainbxt #slider .carousel-caption h3 {
  font-size: 50px;
  font-weight: bold;
}
#mainbxt #slider .carousel-caption h3 span {
  font-size: 30px;
}
#mainbxt #slider .carousel-caption .btn {
  color: #fff;
  font-size: 14px;
  background: linear-gradient(45deg, #d0560d, #d0a70d);
  border-radius: 100px;
  padding: 10px 25px;
  transition: 0.3s ease-in-out;
}
#mainbxt #slider .carousel-caption .btn:hover {
  background: #081035;
}
#mainbxt #slider .carousel-control-next,
#mainbxt #slider .carousel-control-prev {
  z-index: 99;
}
#mainbxt #slider .carousel-inner,
#mainbxt #slider .carousel-item,
#mainbxt #slider .carousel-item img {
  height: 600px;
}
#mainbxt #slider .carousel-control-next-icon,
#mainbxt #slider .carousel-control-prev-icon {
  background: #d0560d;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
}
#mainbxt #slider .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
#mainbxt #slider .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
#mainbxt #mbbox {
  margin: 0 auto;
  padding: 20px;
}
#mainbxt #mbbox .header {
  text-align: center;
  padding: 30px 0;
  color: #000;
  border-radius: 8px;
}
#mainbxt #mbbox .image-section img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
#mainbxt #mbbox .details-section {
  background-color: white;
  border-radius: 8px;
}
#mainbxt #mbbox .donation-options {
  list-style-type: none;
  padding: 0;
}
#mainbxt #mbbox .donation-options li {
  background-color: white;
  border-radius: 8px;
  padding: 20px;
  margin: 5px 0;
  width: 49%; /* Making the items float next to each other */
  display: inline-block;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
#mainbxt #mbbox .donation-options li h3 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}
#mainbxt #mbbox .donation-options li p {
  font-size: 16px;
  margin: 5px 0 0;
}
#mainbxt #mbbox .whatsapp-button {
  display: block;
  background: linear-gradient(45deg, #d0560d, #d0a70d);
  color: white;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  margin-top: 20px;
}
#mainbxt #mbbox .footer {
  text-align: center;
  padding: 20px;
  background-color: #333;
  color: white;
  position: fixed;
  width: 100%;
  bottom: 0;
}
#mainbxt .ctabx {
  background-color: #faf8f3;
  /* Hover effect on the image */
}
#mainbxt .ctabx .main-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  margin-top: 20px;
}
#mainbxt .ctabx .slider-section {
  width: 100%;
  height: 300px;
  position: relative;
  background-color: #333;
  overflow: hidden;
  border-radius: 10px;
  transition: transform 0.3s ease;
}
#mainbxt .ctabx .swiper-wrapper {
  width: 100%;
  height: 100%;
}
#mainbxt .ctabx .swiper-slide {
  width: 100%;
  height: 100%;
}
#mainbxt .ctabx .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
#mainbxt .ctabx .slider-section:hover .swiper-slide img {
  transform: scale(1.1); /* Zoom in */
  opacity: 0.8; /* Optional: Change opacity */
}
#mainbxt .ctabx .cta-wrapper {
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
}
#mainbxt .ctabx .cta-button {
  color: #000;
  background-color: #fff;
  text-decoration: none;
  padding: 15px 32px;
  font-size: 18px;
  border-radius: 5px;
  transition: 0.3s ease-in-out;
  display: inline-block;
}
#mainbxt .ctabx .cta-button:hover {
  opacity: 0.8;
}
#mainbxt .vidbx {
  background-color: #faf8f3;
}
#mainbxt .dnt .bdinner {
  background: #faf8f3;
  padding: 55px 50px;
  /* height: 100%; */
}
#mainbxt .dnt .bdinner a.btn {
  background: linear-gradient(45deg, #d0560d, #d0a70d);
  color: #fff;
  padding: 10px 50px;
  border: 0px;
}
#mainbxt .dnt .bdinner p {
  margin-top: 0;
  margin-bottom: 1rem;
  background: linear-gradient(45deg, #fff, transparent);
  padding: 10px;
}
#mainbxt .dnt .bdinner p strong {
  font-weight: bolder;
  color: #686666;
}
#mainbxt .aboutus .list-points li {
  display: flex;
  padding: 15px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #ccc;
}
#mainbxt .aboutus .list-points li span.title {
  font-weight: 700;
  margin-bottom: 0 !important;
  color: #49331B;
}
#mainbxt .aboutus .list-points li span {
  flex: 0 0 50%;
  max-width: 50%;
}
#mainbxt .aboutus .about-box-layout3 {
  background: #fff;
  padding: 40px;
  /* background: #faf8f3; */
  padding: 40px;
  box-shadow: 0px 5px 24px 0px rgba(217, 217, 217, 0.75);
  /* padding: 70px 70px; */
  border-radius: 10px;
  border: 1px solid #FF9800;
}
#mainbxt .aboutus .about-box-layout3 h3 {
  font-size: 1.75rem;
  font-weight: bold;
  text-align: left;
}
#mainbxt .aboutus .about-box-layout3 .form-control {
  border-color: #e57119;
}
#mainbxt .aboutus .about-box-layout3 .form-control:focus {
  box-shadow: unset;
  background: #faf8f3;
  border-color: #e57119;
}
#mainbxt .aboutus .about-box-layout3 .form-group {
  margin-bottom: 10px;
}
#mainbxt .aboutus .about-box-layout3 .fw-btn-fill {
  background: linear-gradient(45deg, #d0560d, #d0a70d);
  border: 0px;
  width: 100%;
  padding: 10px;
}
#mainbxt .aboutus .about-box-layout3 .fw-btn-fill .fas {
  font-size: 14px;
}
#mainbxt .team-section .btn {
  border: 0px;
  background: linear-gradient(45deg, #d0560d, #d0a70d);
  transition: 0.3s ease-in-out;
}
#mainbxt .team-section .btn:hover {
  background: linear-gradient(45deg, #d0a70d, #d0560d);
}
#mainbxt .team-section .card {
  overflow: hidden;
}
#mainbxt .team-section .card:hover .card-body {
  bottom: 0px;
}
#mainbxt .team-section .card-body {
  transition: 0.3s ease-in-out;
  flex: 1 1 auto;
  padding: 1rem 1rem;
  background: rgba(24, 24, 26, 0.73);
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: -62px;
}
#mainbxt .team-section .card-body span.pst {
  height: 24px;
  display: block;
}
#mainbxt .team-section .card-body .ftsocial {
  display: flex;
  justify-content: center;
}
#mainbxt .team-section .card-body .ftsocial li {
  list-style: none;
}
#mainbxt .team-section .card-body .ftsocial li a {
  padding: 10px;
  color: #fff;
}
#mainbxt .counterbx {
  background-color: #fff;
  /* Animation for the counters */
}
#mainbxt .counterbx .dtcounter {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  margin-bottom: 15px;
}
#mainbxt .counterbx .stflx {
  display: flex;
  justify-content: center;
  align-items: center;
}
#mainbxt .counterbx .stflx span {
  font-size: 48px;
  font-weight: bold;
  color: #d05a0d;
  margin-bottom: 10px;
}
#mainbxt .counterbx .counter {
  font-size: 48px;
  font-weight: bold;
  color: #d05a0d;
  margin-bottom: 10px;
}
#mainbxt .counterbx .cnta1 {
  font-size: 18px;
  color: #555;
}
@keyframes countup {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
#mainbxt .counterbx .counter {
  animation: countup 1s ease-out;
}

.fadeindown {
  animation: fadeindown 0.5s ease-in-out;
}

.fadeup {
  animation: fadeinup 0.5s ease-in-out;
}

.fadeinleft {
  animation: fadeinleft 0.5s ease-in-out;
}

@keyframes fadeindown {
  0% {
    opacity: 0;
    transform: translate3d(0px, -100%, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeinup {
  0% {
    opacity: 0;
    transform: translateY(45px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeinleft {
  0% {
    opacity: 0;
    transform: translateX(-45px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
    transform: none;
  }
}
a.whatsapp {
  position: fixed;
  bottom: 25px;
  right: 15px;
  z-index: 9;
  width: 40px;
  display: flex;
  background: #27f519;
  color: #fff;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 100px;
  text-decoration: none;
  font-size: 24px;
}

a.callbtn {
  position: fixed;
  bottom: 138px;
  right: 15px;
  z-index: 9;
  background: #585e7e;
  color: #fff;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 100px;
  text-decoration: none;
  font-size: 17px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.adopt {
  overflow: hidden;
  /* Style for navigation arrows */
  /* Position the previous arrow on the left side */
  /* Position the next arrow on the right side */
  /* Style for pagination dots */
  /* Style for active pagination dot */
  /* ARROWS */
  /* PAGINATION */
}
.adopt .owl-prev, .adopt .owl-next {
  font-size: 16px;
  background-color: #333;
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%); /* Vertically centers the arrows */
  z-index: 10; /* Ensures arrows are above the content */
}
.adopt .owl-prev {
  left: 10px; /* Adjust left position */
}
.adopt .owl-next {
  right: 10px; /* Adjust right position */
}
.adopt .owl-dots .owl-dot span {
  background-color: #333;
}
.adopt .owl-dots .owl-dot.active span {
  background-color: #007bff;
}
.adopt .swiper-button-next:after, .adopt .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 22px;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.adopt .btn-primary {
  color: #fff;
  background: linear-gradient(45deg, #d0560d, #d0a70d);
  border-color: transparent;
}
.adopt .bk-slider {
  position: relative;
  min-height: 550px;
  padding: 50px 0 100px;
}
.adopt .card-body {
  flex: 1 1 auto;
  padding: 0px;
}
.adopt .swiper {
  width: 100%;
  overflow: visible;
}
.adopt .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
  background: white;
  transition: all 0.3s ease;
}
.adopt .swiper-slide.swiper-slide-active {
  background: transparent;
  transform: scale(1.3);
  z-index: 2;
  padding: 10px;
}
.adopt .card-body ul li {
  display: inline-block;
  width: 49%;
}
.adopt .card-body ul li span:nth-child(1) {
  display: block;
}
.adopt .bk-slider {
  position: relative;
  min-height: 575px;
  padding: 0px;
  background: #faf8f3;
  display: flex;
  align-items: center;
}
.adopt .swiper-slide {
  background: transparent;
}
.adopt .swiper-button-next:after, .adopt .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 22px;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  background: hsla(0, 12.46%, 13.18%, 0.45);
  padding: 10px;
}
.adopt .card-body ul li span:nth-child(1) {
  display: block;
  font-size: 10px;
  margin-top: 10px;
  color: #5c5b5b;
}
.adopt .card {
  padding: 15px;
  border-radius: 20px;
  background-color: #faf8f3;
}
.adopt .card img {
  width: 100%;
}
.adopt .card-body ul {
  padding: 10px;
  margin: 0px;
  text-align: left;
}
.adopt .swiper-button-prev,
.adopt .swiper-button-next {
  color: #f69259;
}
.adopt .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}
.adopt .swiper-pagination {
  display: none;
}
.adopt .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #fff;
  background: linear-gradient(45deg, #f69259, #f16975);
}

.testimonialsbx {
  background: #faf8f3;
  /* Container styling */
  /* Testimonial card styles */
  /* Owl carousel settings */
  /* Navigation buttons styles */
  /* Arrow hover effect */
}
.testimonialsbx button.owl-prev {
  background: #d05a0d !important;
  width: 35px;
  height: 35px;
  color: #fff;
  left: -53px;
}
.testimonialsbx button.owl-next {
  background: #d05a0d !important;
  width: 35px;
  color: #fff;
  height: 35px;
  right: -53px;
}
.testimonialsbx .container {
  max-width: 1200px;
  margin: 0 auto;
}
.testimonialsbx .testimonial-card {
  padding: 30px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin: 15px;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease;
}
.testimonialsbx .testimonial-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}
.testimonialsbx .testimonial-card .test-content {
  padding: 15px;
}
.testimonialsbx .testimonial-card h4 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #333;
  font-weight: 700;
}
.testimonialsbx .testimonial-card .paragraph-text {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}
.testimonialsbx .testimonial-card .read-more::after {
  content: "→";
  margin-left: 5px;
  font-size: 18px;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.testimonialsbx .owl-carousel .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonialsbx .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.testimonialsbx .owl-prev, .testimonialsbx .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  background-color: #007bff; /* Background color for the arrow */
  color: #fff;
  border: none;
  padding: 15px;
  border-radius: 50%; /* Make the buttons circular */
  z-index: 10;
  transition: background-color 0.3s ease, transform 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonialsbx .owl-prev {
  left: 10px;
}
.testimonialsbx .owl-next {
  right: 10px;
}
.testimonialsbx .owl-prev:hover, .testimonialsbx .owl-next:hover {
  background-color: #0056b3;
  transform: scale(1.1); /* Slightly enlarge on hover */
}
.testimonialsbx .owl-dots {
  margin-top: 15px;
}
.testimonialsbx .owl-stage {
  padding: 0px !important;
}

.ntadoop {
  /* Basic Reset for Campaigns */
  /* Progress Bar */
  /* Raised & Goal Section */
  /* Campaign Button */
  /* Responsive Grid */
  /* Spacing Adjustments */
}
.ntadoop .row.align-items-center {
  justify-content: space-between;
  margin-bottom: 10px;
}
.ntadoop .campaign-img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
.ntadoop .campaign-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: white;
  margin-top: 15px;
  text-align: center;
}
.ntadoop .slide_content .fs-3 {
  font-size: 19px !important;
}
.ntadoop .slide_content:hover {
  background-color: #db6010;
}
.ntadoop .campaign-subtitle {
  font-size: 1rem;
  font-weight: auto;
  color: white;
  text-align: center;
  margin-top: 10px;
  line-height: 1.4;
  height: 107px;
}
.ntadoop .social_share_container {
  position: relative;
  display: inline-block;
}
.ntadoop .social_share_btn {
  cursor: pointer;
  color: white;
}
.ntadoop .social_share_box {
  position: absolute;
  top: 100%;
  right: 0;
  background: #333;
  padding: 10px;
  border-radius: 5px;
  display: none;
  z-index: 10;
}
.ntadoop .social_share_box a {
  margin: 0 5px;
  color: #fff;
  font-size: 1.25rem;
}
.ntadoop .social_share_box a:hover {
  color: #d05a0d;
}
.ntadoop .social_share_container:hover .social_share_box {
  display: block;
}
.ntadoop .progress {
  height: 8px;
  background-color: #f2f2f2;
  border-radius: 10px;
  margin-top: 10px;
}
.ntadoop .progress-bar {
  height: 100%;
  border-radius: 10px;
}
.ntadoop .row h6 {
  font-size: 0.9rem;
  font-weight: 500;
}
.ntadoop .ff-epilogue {
  font-family: "Epilogue", sans-serif;
}
.ntadoop .f-14 {
  font-size: 14px;
}
.ntadoop .f-16 {
  font-size: 16px;
}
.ntadoop .campaign-btn {
  background-color: white;
  color: #d05a0d;
  padding: 10px 20px;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  transition: background-color 0.3s ease;
  margin-top: 10px;
  width: 100%;
}
.ntadoop .campaign-btn:hover {
  background-color: #000;
  color: white !important;
}
.ntadoop .knowMore-donate {
  color: white;
  text-decoration: underline;
  font-weight: bold;
  padding-left: 10px;
}
.ntadoop .knowMore-donate:hover {
  color: #d05a0d;
  text-decoration: none;
}
@media (min-width: 576px) {
  .ntadoop .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 575px) {
  .ntadoop .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ntadoop .social_share_box {
    right: auto;
    left: 0;
  }
}
.ntadoop .mb-4 {
  margin-bottom: 30px;
}
.ntadoop .pt-3 {
  padding-top: 15px;
}
.ntadoop .pb-3 {
  padding-bottom: 15px;
}
.ntadoop .slide_content {
  background: linear-gradient(45deg, #d0560d, #d0a70d);
  padding: 15px;
}
.ntadoop .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: rgba(48, 8, 0, 0.57);
  transition: width 0.6s ease;
}

.gln .gallery-item {
  margin-bottom: 10px;
}
.gln .gallery-item a {
  border: 2px solid #d05a0d;
  display: block;
}

footer {
  background: linear-gradient(180deg, #d0a30d, rgba(177, 185, 40, 0));
}
footer p {
  margin-bottom: 0px;
}
footer iframe {
  height: 100%;
}
footer .bmht {
  background: rgba(255, 255, 255, 0.1);
  padding: 10px;
}
footer a.nav-linkm {
  padding: 10px;
}
footer ul.navbar-navm {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer ul.navbar-navm li.nav-itemm {
  list-style: none;
}
footer a {
  color: #000000;
}
footer a:hover {
  color: #d05a0d;
}
footer a.ftlogo {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}
footer .ftp {
  width: 100%;
}
footer .social-link a {
  background-color: #eddca2;
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
footer .copyright {
  background: #e2c669 !important;
  color: #000 !important;
}
footer .copyright a {
  color: #775f0c;
}

.prmsg .pmmsd {
  border: 3px double #d05a0d;
  padding: 21px;
  margin-top: 15px;
}
.prmsg .lead {
  text-transform: uppercase;
  letter-spacing: 6px;
}

@media only screen and (max-width: 1441px) {
  #mainbxt #mbbox .donation-options li h3 {
    font-size: 17px;
  }
  #mainbxt #mbbox h4 {
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  .adopt .owl-carousel .owl-item {
    opacity: 0.7;
  }
  .adopt .owl-carousel .owl-item.center {
    transform: scale(1.3);
    opacity: 1;
    transition: transform 0.3s ease;
    z-index: 9999;
  }
  .owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    padding: 80px 0px;
  }
}
@media only screen and (max-width: 1023px) {
  #mainbxt .counterbx .dtcounter {
    width: 100%;
    margin: 0px;
    margin-bottom: 15px;
  }
  .whyus .whyinner .wrapper {
    width: 100%;
  }
  .topbar {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #mainbxt #mbbox .image-section img {
    margin-bottom: 10px;
  }
  #mainbxt .aboutus .about-box-layout3 {
    padding: 40px 20px;
  }
  #mainbxt .dnt .bdinner {
    padding: 15px;
  }
  .adopt .bk-slider {
    position: relative;
    min-height: auto;
    padding: 15px 0px;
    background: #faf8f3;
    display: flex;
    align-items: center;
  }
  .adopt .card {
    margin: 10px;
  }
  #mainbxt .ctabx .main-container {
    grid-template-columns: repeat(1, 1fr);
  }
  #mainbxt #mbbox .donation-options li {
    background-color: white;
    border-radius: 8px;
    padding: 10px;
    margin: 5px 0;
    width: 49%;
    display: inline-block;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* height: 163px; */
  }
  #mainbxt #mbbox {
    padding: 0px;
  }
  .miinner {
    margin-bottom: 15px;
  }
  #mainbxt #slider .carousel-caption {
    top: 20%;
  }
  #mainbxt #slider .carousel-caption h3 {
    font-size: 28px;
  }
  .enquiry .enquiryinner h4 {
    font-size: 26px;
  }
  #mainbxt #slider .carousel-inner,
  #mainbxt #slider .carousel-item,
  #mainbxt #slider .carousel-item img {
    height: 275px;
  }
  .navbar-light .navbar-toggler {
    border: 0px;
  }
  p {
    font-size: 14px;
  }
  #mainbxt #slider {
    background: #03091d;
  }
  ul.navbar-nav {
    background: #f5f5f5;
    padding: 15px;
  }
  header .navbar-nav li {
    padding: 5px 5px;
  }
  header .dropdown-menu {
    max-width: 100%;
    min-width: 100%;
    border: 0px;
  }
}
@media only screen and (max-width: 413px) {
  header .navbar-brand {
    width: 270px;
  }
}/*# sourceMappingURL=style.css.map */