/*
Theme Name: Zoo Safari Pro
Description: Safari Pro WordPress Theme is the perfect choice for building Safari Pro website. This theme is packed with features designed to help you promote your business and attract new customers. With its clean and modern design, the Safari Pro WordPress Theme will make a lasting impression on your visitors. The WordPress Safari Pro theme can be used for any website. It’s a sleek, minimalist, contemporary theme that incorporates the latest technology. The industrial theme features an elegant and chic design that will help your site stand out among the rest of your competitors.
Author: wpelemento
Theme URI: https://preview.wpelemento.com/zoo-safari/
Author URI: https://www.wpelemento.com/
Version: 0.0.1
Tested up to: 6.0.3
Requires PHP: 7.4
Text Domain: zoo-safari-pro
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: education, portfolio, blog, wide-blocks, one-column, two-columns, right-sidebar, left-sidebar, grid-layout, custom-background, custom-colors, custom-header, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, editor-style, theme-options, threaded-comments
Elementor Wptheme WordPress Theme has been created by wpelemento(https://www.wpelemento.com), 2023.
Elementor Wptheme WordPress Theme is released under the terms of GNU GPL
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
}
html {
  overflow-x: hidden;
}
.bkr_container {
  max-width: 1360px;
  width: 100%;
  padding-left:20px;
  padding-right: 20px;
  margin: 0 auto;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Poppins", sans-serif;
  margin-bottom: 0;
}
p {
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
}
a {
  text-decoration: none;
}
ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
img {
  max-width: 100% !important;
}
.sticky-header {
  position: fixed !important;
  width: 100%;
  z-index: 9999 !important;
  top: 0;
  left: 0;
  right: 0;
  padding: 8px 10px;
  animation: slideDown 0.75s ease-out;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 6px #CCBABAF2;
}
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
      transform: translateY(0);
  }
}

/* ========================== Top Slider Start ========================== */

#top-slider {
  position: relative;
}
#top-slider .bdt-prime-slider-skin-crelly .bdt-position-bottom-left {
  bottom: 4%;
  left: unset;
  right: 16.2%;
  z-index: 1;
}
#top-slider .bdt-prime-slider-skin-crelly .bdt-navigation-arrows {
  margin-left: 0px;
}
#top-slider .bdt-prime-slider-skin-crelly .bdt-margin-large-bottom {
  margin-bottom: 0px !important;
}
#top-slider .bdt-prime-slider-skin-crelly .bdt-navigation-arrows {
  display: flex;
  margin-left: 0px;
  gap: 15px;
}
#top-slider .bdt-prime-slider-skin-crelly .bdt-ps-counternav {
  bottom: 85px;
  height: 30px;
  width: 70px;
  display: block;
}
#top-slider .bdt-prime-slider-skin-crelly .bdt-ps-counternav:before {
  content: '';
  position: absolute;
  width: 3px;
  height: 35px;
  background: #FFF;
  left: 68px;
  top: 7px;
  transform: rotate(13deg);
}
#top-slider .bdt-prime-slider .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag {
  text-shadow: 4px 4px #00000040;
}
.top-slider-bottom-content {
  position: absolute;
  bottom: 25px;
  left: 0;
}
.top-slider-bottom-content-col2 {
  height: 225px;
}
.top-slider-bottom-content-col3 {
  height: 200px;
}
.top-slider-bottom-content-col4 {
  height: 180px;
}
#top-slider .bdt-navigation-arrows .bdt-active a {
  font: 700 50px/50px "poppins";
}
#top-slider .bdt-prime-slider-skin-crelly .bdt-ps-counternav span {
  font-size: 28px;
  font-weight: 700;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(41px, 16px);
}
.home .mfp-iframe-holder .mfp-close.ekit-popup-close {
  top: 10%;
}

/* ========================== Top Slider End ========================== */


/* ========================== Services Section Start ========================== */

#services .pp-posts .pp-post-thumbnail img {
  width: 48px;
  height: 48px;
}
#services .pp-posts .pp-post-thumbnail {
  border: 5px solid #F3F0E5;
  margin: 0 auto 15px auto;
  border-radius: 100%;
  width: 96px;
  height: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#services .pp-posts .pp-carousel-item:hover .pp-post-thumbnail {
  border: 5px solid #85975A;
}
#services .pp-posts .pp-carousel-item:hover .pp-post-title a {
  color: #85975A;
}
#services .pp-posts .pp-carousel-item:hover {
  background-color: #85975A;
}
#services .pp-posts .pp-carousel-item:hover .pp-post-title a,
#services .pp-posts .pp-carousel-item:hover .pp-post-excerpt p {
  color: #FFFFFF;
}
#services .pp-posts .pp-carousel-item:hover .pp-post-thumbnail {
  border: 5px solid #FFFFFF;
}
#services .pp-posts .pp-carousel-item:hover .pp-post-thumbnail img {
  filter: brightness(0) saturate(100%) invert(1);
}
#services .services-col2 .pp-posts .swiper-wrapper {
    padding-bottom: 5px;
}
.elementskit-btn > svg {
  margin-left: 13px !important;
  background-color: #85975A;
  width: 52px !important;
  height: 52px !important;
  padding: 16px;
  border-radius: 50px;
  border: 2px solid #F3F0E5;
  transform: translateX(1px);
}
.elementskit-btn {
  height: 42px !important;
}

/* ========================== Services Section End ========================== */

/* ========================== About Us Section Start ========================== */

#about-us .about-us-right-col .about-image-box .elementor-image-box-img {
  border: 4px solid #85975A;
  border-radius: 100px;
  width: 86px;
  height: 74px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  background-color: #FFF;
}
#about-us .about-us-right-col .elementor-image-box-wrapper:hover .elementor-image-box-img {
  border: 4px solid #000000;
} 


/* ========================== About Us Section End ========================== */

/* ========================== Counter Section Start ========================== */

#counter .elementor-image-carousel-wrapper .elementor-swiper-button-prev {
  left: -12%;
  background-color: #85975A;
  border: 2px solid #FFF;
  width: 54px;
  height: 54px;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  &:hover {
    background-color: #000000;
  }
}
#counter .elementor-image-carousel-wrapper .elementor-swiper-button-next {
  right: -12%;
  background-color: #85975A;
  border: 2px solid #FFF;
  width: 54px;
  height: 54px;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  &:hover {
    background-color: #000000;
  }
}
#counter .elementor-image-carousel-wrapper .figure-wrapper {
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px 3px 6px 0px #00000029;
  width: 100%;
  height: 190px;
  align-items: center;
  justify-content: center;
  display: flex;
  &:hover {
    background-color: #85975A;
  }
}
#counter .elementor-image-carousel-wrapper .swiper-slide .image-wrapper {
  border: 4px solid #F3F0E5;
  border-radius: 50px;
  width: 82px;
  height: 82px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
#counter .elementor-image-carousel-wrapper .figure-wrapper:hover .image-wrapper {
  border: 4px solid #FFFFFF;
}
#counter .elementor-image-carousel-wrapper .figure-wrapper:hover .elementor-image-carousel-caption {
  color: #FFFFFF;
}
#counter .elementor-image-carousel-wrapper .figure-wrapper:hover figure img {
  filter: brightness(0) saturate(100%) invert(1);
}
#counter .elementor-image-carousel-wrapper .swiper-slide .swiper-slide-inner figure img {
  width: 40px;
  height: 40px;
}
#counter .elementor-widget-image-carousel .swiper {
  padding-bottom: 10px;
}

/* ========================== Counter Section End ========================== */

/* ========================== Discover Animal Section Start ========================== */

.home-safaribooking-section .safaribooking-item {
  background-color: #00000075;
  border-radius: 10px;
  padding: 10px;
  &:hover {
    background-color: #FFFFFF;
  }
}
.home-safaribooking-section .safaribooking-item:hover .safari-location p,
.home-safaribooking-section .safaribooking-item:hover .safaribooking-title a,
.home-safaribooking-section .safaribooking-item:hover .safaribooking-price h6, 
.home-safaribooking-section .safaribooking-item:hover .safaribooking-short-desc, 
.home-safaribooking-section .safaribooking-item:hover .rating-digit {
  color: #000000;
}
.home-safaribooking-section .safaribooking-item .safaribooking-featured-img img {
  height: 188px;
  object-fit: cover;
  border-radius: 6px;
}
.home-safaribooking-section .safaribooking-item .safari-location p {
  font: 400 14px/22px "Poppins";
  color: #FFFFFF;
  transition: 0.3s ease-in-out;
}
.home-safaribooking-section .safaribooking-item .safaribooking-title a {
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  color: #FFFFFF;
  font: 700 20px/30px "poppins";
  transition: 0.3s ease-in-out;
}
.home-safaribooking-section .safaribooking-item .safaribooking-content {
  color: #FFFFFF;
}
.home-safaribooking-section .safaribooking-item .safaribooking-price h6 {
  font: 400 24px/30px "Lilita One";
  color: #FFFFFF;
  transition: 0.3s ease-in-out;
}
.home-safaribooking-section .safaribooking-item .safaribooking-short-desc {
  font: 400 12px/22px "Poppins";
  color: #FFFFFF;
  transition: 0.3s ease-in-out;
}
.home-safaribooking-section .safaribooking-item .safaribooking-content .rating-digit {
  font: 600 18px/20px "Poppins";
  transition: 0.3s ease-in-out;
}
.home-safaribooking-section .safaribooking-item .safaribooking-content .rating-icon svg path {
  fill: #FF8800;
}
.home-safaribooking-section .safaribooking-carousel .owl-nav button {
  font-size: 40px !important;
  color: #FFFFFF !important;
  background-color: #000000 !important;
  border-radius: 50px !important;
  width: 50px;
  height: 50px;
  line-height: 31px !important;
}
.home-safaribooking-section .safaribooking-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
}
.home-safaribooking-section .safaribooking-carousel .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 5px 7px;
  background: #FFFFFF;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}
.home-safaribooking-section .safaribooking-carousel .owl-dots .owl-dot.active span, 
.home-safaribooking-section .safaribooking-carousel .owl-dots .owl-dot:hover span {
  background: #000000;
}
.home-safaribooking-section .safaribooking-carousel .owl-dots {
  display: flex;
  justify-content: center;
  transform: translateY(30px);
}

/* ========================== Discover Animal Section End ========================== */

/* ========================== Event Section Start ========================== */

#events-section .events-sec-left-col .events-left-image {
  width: 240px;
  height: 130px;
  border-radius: 8px;
  object-fit: fill;
}
#events-section .events-sec-left-col .event-left-side-list-content {
  text-align: left;
}
#events-section .event-detail-bg {
  position: relative;
  min-height: 700px;
  z-index: 2;
  object-fit: cover;
  background-repeat: no-repeat;
  border-radius: 0 0 10px 10px;
}
#events-section .event-detail-bg .bg-dark {
  border-radius: 0 0 10px 10px;
}
#events-section .events-sec-left-col .events-left-side-content {
  padding-top: 50px;
}
#events-section .events-sec-left-col .events-left-side-list {
  background-color: #FFFFFF;
  box-shadow: 0px 3px 6px 0px #00000026;
  padding: 10px 20px 10px 10px;
}
#events-section .events-sec-left-col .event-left-side-list-content h6 {
  font: 400 20px/20px "Lilita One";
  color: #000000;
}
#events-section .events-sec-left-col button.active .event-left-side-list-content h6 {
  color: #85975A;
} 
#events-section .events-sec-left-col .events-subtitle {
  color: #85975A;
  font: 400 18px/20px "Lilita One";
}
#events-section .events-sec-left-col .events-title {
  color: #000000;
  font: 400 40px/50px "Lilita One";
  padding: 10px 0;
}
#events-section .events-sec-left-col .events-shortpara {
  color: #000000;
  font: 400 14px/20px "Poppins";
}
#events-section .events-sec-left-col .nav button:last-child {
  margin-bottom: 0px !important;
}
#events-section .events-sec-left-col .event-left-side-list-content p {
  color: #000000;
  font: 400 14px/24px "Poppins";
}
#events-section .events-sec-right-col .events-sec-right-col-content {
  padding: 85px 65px;
}
#events-section .events-sec-right-col .events-sec-right-col-content p.small-text {
  font: 400 16px/28px "Poppins";
  color: #FFFFFF;
}
#events-section .events-sec-right-col-content a h2 {
  color: #FFFFFF;
  font: 400 28px/35px "Lilita One";
}
#events-section .events-sec-right-col-content .events-sec-right-col-btn a {
  background-color: #000;
  color:#FFFFFF;
  border-radius: 50px;
  border: unset;
  padding: 17px 10px 17px 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  height: 44px;
  &:hover {
    background-color: #85975A;
  }
}
#events-section .events-sec-right-col-content .btn-arrow {
  background-color: #85975A;
  width: 48px;
  height: 48px;
  border-radius: 50px;
  padding: 4px;
  font-size: 16px;
  transform: translate(16px, -1px);
  border: 1px solid #FFFFFF;
  justify-content: center;
  align-items: center;
  display: flex;
}
#events-section .events-sec-right-col-content svg {
  width: 18px;  
  height: 18px; 
  font-size: 18px;
  color: #FFFFFF;   
}

/* ========================== Event Section End ========================== */

/* ========================== Discover Animal Section Start ========================== */

.home-safaribooking-section .safaribooking-item {
  background-color: #00000075;
  border-radius: 10px;
  padding: 10px;
  &:hover {
    background-color: #FFFFFF;
  }
}
.home-safaribooking-section .safaribooking-item:hover .safari-location p,
.home-safaribooking-section .safaribooking-item:hover .safaribooking-title a,
.home-safaribooking-section .safaribooking-item:hover .safaribooking-price h6, 
.home-safaribooking-section .safaribooking-item:hover .safaribooking-short-desc, 
.home-safaribooking-section .safaribooking-item:hover .rating-digit {
  color: #000000;
}
.home-safaribooking-section .safaribooking-item .safaribooking-featured-img img {
  height: 188px;
  object-fit: cover;
  border-radius: 6px;
}
.home-safaribooking-section .safaribooking-item .safari-location p {
  font: 400 14px/22px "Poppins";
  color: #FFFFFF;
  transition: 0.3s ease-in-out;
}
.home-safaribooking-section .safaribooking-item .safaribooking-title a {
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  color: #FFFFFF;
  font: 700 20px/30px "poppins";
  transition: 0.3s ease-in-out;
}
.home-safaribooking-section .safaribooking-item .safaribooking-content {
  color: #FFFFFF;
}
.home-safaribooking-section .safaribooking-item .safaribooking-price h6 {
  font: 400 24px/30px "Lilita One";
  color: #FFFFFF;
  transition: 0.3s ease-in-out;
}
.home-safaribooking-section .safaribooking-item .safaribooking-short-desc {
  font: 400 12px/22px "Poppins";
  color: #FFFFFF;
  transition: 0.3s ease-in-out;
}
.home-safaribooking-section .safaribooking-item .safaribooking-content .rating-digit {
  font: 600 18px/20px "Poppins";
  transition: 0.3s ease-in-out;
}
.home-safaribooking-section .safaribooking-item .safaribooking-content .rating-icon svg path {
  fill: #FF8800;
}
.home-safaribooking-section .safaribooking-carousel .owl-nav button {
  /* font-size: 40px !important; */
  color: #FFFFFF !important;
  background-color: #000000 !important;
  border-radius: 50px !important;
  width: 50px;
  height: 50px;
  line-height: 31px !important;
  border: 2px solid #FFF;
  &:hover {
    background-color: #85975A !important;
  }
}
.home-safaribooking-section .safaribooking-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
  position: inherit;
  bottom: 44%;
}
.home-safaribooking-section .safaribooking-carousel .owl-nav .owl-prev {
  transform: translateX(-160px);
  align-items: center;
  justify-content: center;
  display: flex;
}
.home-safaribooking-section .safaribooking-carousel .owl-nav .owl-next {
  transform: translateX(160px);
  align-items: center;
  justify-content: center;
  display: flex;
}
.home-safaribooking-section .safaribooking-carousel .owl-nav .owl-prev svg,
.home-safaribooking-section .safaribooking-carousel .owl-nav .owl-next svg {
  font-size: 20px;
}
.home-safaribooking-section .safaribooking-carousel .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  margin: 0px 10px;
  background: #FFFFFF;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}
.home-safaribooking-section .safaribooking-carousel .owl-dots .owl-dot.active span, 
.home-safaribooking-section .safaribooking-carousel .owl-dots .owl-dot:hover span {
  background: #000000;
}
.home-safaribooking-section .safaribooking-carousel .owl-dots {
  display: flex;
  justify-content: center;
  transform: translateY(30px);
}
.home-safaribooking-section .safaribooking-carousel .owl-dot {
  background-color: unset !important;
  border: unset !important;
}
.home-safaribooking-section .safaribooking-carousel .owl-dot.active span {
  width: 25px;
  height: 25px;
}

/* ========================== Discover Animal Section End ========================== */

/* ========================== Pricing Plan Section Start ========================== */

.pricing-plan-row button svg {
  font-size: 0;
}
.pricing-plan-row .elementskit-single-pricing {
  padding: 10px 20px 22px 20px;
}
.pricing-plan-row .slick-slide {
  margin: 0 8px;
}
#pricing-plan .pricing-plan-row .slick-arrow {
  opacity: 1;
}
#pricing-plan .pricing-plan-row .slick-prev {
  position: absolute;
  left: unset;
  right: 0;
  background: #000000;
  transform: translate(70px, 10px);
  bottom: 12%;
  top: unset;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  z-index: 1;
  border: 2px solid #FFFFFF;
  &:hover {
    background-color: #85975A;
  }
}
#pricing-plan .pricing-plan-row .slick-next {
  position: absolute;
  top: unset;
  bottom: 12%;
  background: #000000;
  right: 0;
  transform: translate(130px, 10px);
  width: 50px;
  height: 50px;
  border-radius: 50px;
  z-index: 1;
  border: 2px solid #FFFFFF;
  &:hover {
    background-color: #85975A;
  }
}
#pricing-plan .pricing-plan-row .slick-prev:before {
  content: '\f060';
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Font Awesome 5 Free';
  opacity: 1;
}
#pricing-plan .pricing-plan-row .slick-next:before {
  content: '\f061';
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Font Awesome 5 Free';
  opacity: 1;
}
#pricing-plan .pricing-plan-row .slick-list {
  padding-bottom: 8px;
}
#pricing-plan .pricing-plan-row .ekit-wid-con .elementskit-single-pricing .elementskit-pricing-btn svg {
  width: 53px;
  max-width: 53px;
  height: 53px;
  background-color: #85975A;
  border: 2px solid #FFFFFF;
  border-radius: 50px;
  padding: 15px;
  transform: translate(14px, -2px);
}
#pricing-plan .pricing-plan-row .ekit-wid-con .elementskit-single-pricing .elementskit-pricing-btn {
  display: inline;
}

/* ========================== Pricing Plan Section End ========================== */

/*============================= Gallery Section Start =========================*/

.gallery-section #gallery-1 img {
  border: unset !important;
}
.gallery-section #gallery-1 {
  display: grid;
  grid-template-columns: repeat(12,1fr);
  grid-template-rows: repeat(2,250px);
  gap: 12px;
  margin: 0;
}
.gallery-section #gallery-1 .gallery-item {
  margin-top: 0px !important;
}
.gallery-section #gallery-1 .gallery-item:nth-child(1) {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 5;
}
.gallery-section #gallery-1 .gallery-item:nth-child(2) { 
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 5;
  grid-column-end: 9;
}
.gallery-section #gallery-1 .gallery-item:nth-child(3) {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 9;
  grid-column-end: 13;
}
.gallery-section #gallery-1 .gallery-item:nth-child(4) {
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column-start: 5;
  grid-column-end: 8;
}
.gallery-section #gallery-1 .gallery-item:nth-child(6) {
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column-start: 8;
  grid-column-end: 11;
}
.gallery-section #gallery-1 .gallery-item:nth-child(7) {
  height: 100% !important;
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column-start: 11; 
  grid-column-end: 13;
}
.gallery-section #gallery-1 .gallery-item .landscape, .gallery-section #gallery-1 .gallery-item .portrait {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover !important;
}
.gallery-section #gallery-1 .gallery-item img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 10px;
}
.gallery-section #gallery-1 .gallery-item img:hover {
  filter: brightness(0.6);
  transition: 0.5s ease-in-out;
}
.gallery-section #gallery-1 .gallery-item {
  width: 100% !important;
  padding: 0px;
  max-width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
}
.gallery-section dt.gallery-icon.landscape img, .gallery-section dt.gallery-icon.portrait img {
  height: 100%;
  width: 100%;
  object-fit: cover;
} 

/*============================= Gallery Section End =========================*/


/*=============== Testimonial Start ===============*/

#testimonial {
  position: relative;
}
.testimonial-content .uc_quote_slider .owl-nav button.owl-prev {
  position: absolute;
  left: unset !important;
  right: 3.5% !important;
  transform: translateY(-95px);
  border: 1px solid #FFF;
}
.testimonial-content .uc_quote_slider .owl-nav button.owl-prev:hover, 
.testimonial-content .uc_quote_slider .owl-nav button.owl-next:hover {
  border: 1px solid #85975A;
}
.testimonial-content .uc_quote_slider .owl-nav button.owl-next {
  transform: translateY(-95px);
  border: 1px solid #FFF;
}
.testimonial-content .uc_quote_slider .uc_quote_item .ue-icon {
  position: absolute;
  right: 30px;
  top: 20px;
}
.testimonial-content .uc_quote_slider .uc_quote_item .ue-icon svg path {
  fill: #EBEBEB;
}
.testimonial-content .uc_quote_slider .owl-item.active.uc-active-item .ue-icon svg path {
  fill: #85975A;
  opacity: 1;
}
.testimonial-content .uc_quote_slider .owl-item.active.uc-active-item .uc_quote_item {
  background-color: #FFFFFF !important;
  border-radius: 10px !important;
  &:hover {
    background-color: #85975A !important;
  }
}
.testimonial-content .uc_quote_slider .owl-item.active.uc-active-item .uc_quote_item .ue-text p,
.testimonial-content .uc_quote_slider .owl-item.active.uc-active-item .uc_quote_item .ue_subtitle {
  color: #000000;
}
.testimonial-content .uc_quote_slider .owl-item.active.uc-active-item .uc_quote_item .ue_title {
  color: #85975A;
}
.testimonial-content .uc_quote_slider .owl-item.active.uc-active-item .uc_quote_item .ue-image img {
  border-color: #85975A;
}
.testimonial-content .uc_quote_slider .owl-item.active.uc-active-item .uc_quote_item:hover .ue_title,
.testimonial-content .uc_quote_slider .owl-item.active.uc-active-item .uc_quote_item:hover .ue_subtitle,
.testimonial-content .uc_quote_slider .owl-item.active.uc-active-item .uc_quote_item:hover .ue-text p {
  color: #FFFFFF;
}
.testimonial-content .uc_quote_slider .owl-item.active.uc-active-item .uc_quote_item:hover .ue-image img {
  border-color: #FFFFFF;
}
.testimonial-content .uc_quote_slider .owl-item.active.uc-active-item .uc_quote_item:hover .ue-icon svg path {
  fill: #FFFFFF;
}
.testimonial-content .uc_quote_slider .ue-text p {
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  display: -webkit-box;
}
.testimonial-content .uc_quote_slider .uc_author {
  flex-direction: row !important;
  align-items: center !important;
}
.testimonial-content .uc_carousel .ue-item {
  backdrop-filter: blur(2px)
}
.testimonial-content .owl-dot.active {
  transform: translateY(5px);
}

/*=============== Testimonial End ===============*/

/*=============== Team Section Start ===============*/

.team-section-content .swiper-pagination-bullet-active {
  border-color: #85975A !important;
}
.team-section-content .swiper-container-wrap .swiper-pagination {
  margin-top: 40px;
}
.team-section-content .pp-tm-overlay-content-wrap .pp-tm-content {
  padding: 15px;
  top: unset;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  bottom: 0%;
}
.team-section-content .pp-tm .pp-tm-overlay-content-wrap:before {
  opacity: 0.1;
}
.team-section-content .pp-tm {
  background-color: #FFFFFF;
  box-shadow: 0px 3px 6px 0px #00000026;
  &:hover {
    background-color: #85975A;
  }
}
.team-section-content .pp-tm .pp-tm-image {
  width: 100%;
}
.team-section-content .swiper-container-wrap .elementor-swiper-button-next {
  right: 0px;
  top: -18%;
  width: 50px;
  height: 50px;
}
.team-section-content .swiper-container-wrap .elementor-swiper-button-prev {
  left: unset !important;
  right: 5%;
  top: -18%;
  width: 50px;
  height: 50px;
}
.team-section-content .swiper-container-wrap .pp-slider-arrow {
  opacity: 1 !important;
}
.team-section-content .pp-tm:hover .pp-tm-name {
  color: #FFFFFF;
}
.team-section-content .pp-tm:hover .pp-tm-position {
  color: #FFFFFF;
}
.team-section-content .pp-tm-wrapper .swiper-wrapper {
  padding-bottom: 10px;
}

/*=============== Team Section End ===============*/


/*=============== Blog Section Start ===============*/

.blog-section-content .pp-posts-container .pp-posts .pp-post-wrap .pp-post-thumbnail img {
  height: 220px;
  object-fit: cover;
}
.blog-section-content .pp-posts-container .swiper-pagination {
  margin-top: 40px;
}
.blog-section-content .pp-posts-container .pp-slider-arrow {
  position: absolute;
  bottom: 0;
  transform: translateY(90px);
  top: unset;
  width: 50px;
  height: 50px;
}
.blog-section-content .pp-posts-container .pp-post-excerpt p {
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}
.blog-section-content .pp-posts-container .pp-post-title a {
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  height: 55px;
}
.blog-section-content .pp-posts-container .pp-post-meta {
  display: flex;
  justify-content: space-between;
}
.blog-section-content .pp-posts-container .swiper-wrapper {
  align-items: flex-start;
  padding-bottom: 10px;
  /* margin: 0 auto;
  transform: translateX(0px) !important; */
}
.blog-section-content .pp-posts-container .swiper-wrapper .pp-slider-arrow svg {
  height: 17px;
}
.blog-section-content .pp-posts-container .pp-carousel-item:hover .pp-post-title a {
  color: #FFFFFF;
}
.blog-section-content .pp-posts-container .pp-carousel-item:hover .pp-post-excerpt p {
  color: #FFFFFF;
}
.blog-section-content .pp-posts-container .pp-carousel-item:hover .pp-post-meta {
  color: #FFFFFF;
}
.blog-section-content .pp-posts-container .pp-carousel-item:hover .pp-meta-text a {
  color: #FFFFFF;
}
.blog-section-content .pp-posts-container .pp-carousel-item:hover .pp-post-meta svg path {
  fill: #FFFFFF;
}
.blog-section-content .pp-posts-container .pp-carousel-item .pp-post-meta .pp-post-author .pp-meta-text a {
  display: inline-block;
  max-width: 5ch;  
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; 
}

/*=============== Blog Section End ===============*/

/*=============== Home Top Slider Book Now Section Start ===============*/

.booking-form label {
  color: #FFF;
  text-transform: capitalize;
  font: 500 15px/20px "poppins";
}
.booking-form input {
  width: 100%;
}
.booking-form .book-now-button {
  display: inline-flex;
  align-items: end;
}
.booking-form input,
.booking-form select,
.booking-form input[type="submit"], 
.booking-form input[type="email"],
.booking-form input[type="date"],
.booking-form input[type="time"],
.booking-form input[type="tel"] {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  font-family: 'poppins';
  border-radius: 4px;
  margin: 5px 0 5px;
  width: 100%;
  padding: 6px 12px;
  transition: linear all 0.3s;
  border: unset;
}
.booking-form .book-now-btn button {
  background-color: #85975A;
  color: #FFFFFF;
  border-radius: 50px;
  border: unset;
  padding: 17px 10px 17px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  height: 44px;
  gap: 10px;
}
.booking-form .book-now-btn button svg {
  background-color: #000;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  padding: 15px;
  font-size: 15px;
  transform: translate(11px, 0px);
  border: 2px solid #FFFFFF;
  justify-content: center;
  align-items: center;
  display: flex;
}
.top-slider-bottom-content-col1 form .wpcf7-response-output {
  margin: 1em 0em 0em !important;
  padding: 7px 10px !important;
  color: #FFF;
  border: 1px solid #FFF !important;
}
.top-slider-bottom-content-col1 form .wpcf7-not-valid-tip {
  color: #FFF;
  font-size: 14px;
}

/*=============== Home Top Slider Book Now Section End ===============*/


/*========== Star Rating CSS Start ============*/

.star-rating {
  color: #FEC004;
  margin-top: 0;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: star;
  float: unset !important;
}
.star-rating:before {
  content: "\73\73\73\73\73";
  color: #dab7b7bf !important;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
}

/*========== Star Rating CSS End ============*/

/*========== Return to Top Start ============*/

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #85975A;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 999;
  cursor: pointer;
}
#return-to-top div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#return-to-top:hover {
  background-color: #000000;
  border: 2px solid #85975A;
}

/*========== Return to Top End ============*/

/*============= Preloader Start =============*/

.spinner-loading-box {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 999999;
  background: #F3F0E5;
  justify-content: center;
  align-items: center;
  display: flex;
}
.spinner-loading-box img {
  max-width: 200px !important;
}
.spinner-loading-box img, .ets-theme-header-section :is(.ets-topabr-address, .ets-topabr-email) li {
  width: 100%;
}
.demo {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

/* HTML: <div class="loader"></div> */
.loader {
  width: 60px;              /* 2 * 30px */
  height: 60px;
  border-radius: 50%;
  display: grid;
  -webkit-mask: linear-gradient(#000 0 0);
  animation: spin 2s linear infinite;
}

.loader::before,
.loader::after {
  content: "";
  grid-area: 1/1;
  width: 50%;
  background:
    radial-gradient(farthest-side, #85975A 96%, transparent) 25.98px -15px,
    radial-gradient(farthest-side, #85975A 96%, transparent) 25.98px -15px,
    radial-gradient(farthest-side, #eeeeee 96%, transparent) 15px -25.98px,
    radial-gradient(farthest-side, #85975A 96%, transparent) 0 -30px,
    radial-gradient(farthest-side, #eeeeee 96%, transparent) -15px -25.98px,
    radial-gradient(farthest-side, #85975A 96%, transparent) -25.98px -15px,
    radial-gradient(farthest-side, #eeeeee 96%, transparent) -30px 0,
    radial-gradient(farthest-side, #85975A 96%, transparent) -25.98px 15px;
  background-size: 60px 60px;
  background-repeat: no-repeat;
}

.loader::after {
  transform: rotate(180deg);
  transform-origin: right;
}

@keyframes spin {
  to { transform: rotate(-1turn); }
}

/*============= Preloader End =============*/





























