body {
  /* background-image: linear-gradient(to bottom, rgba(6, 65, 62, 0.8), rgba(5, 21, 66, 0.966)), url("./img/bg_industries.png"); */
  background-size: cover;
  min-height: 100vh;
  background: white;
  font-family: "Lato Regular", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

::-moz-selection {
  /* Code for Firefox */
  background: #febf1c;
  color: white;
}

::selection {
  background: #febf1c;
  color: white;
}

/* 
 .section {
    position:relative;
    height:100vh;
    scroll-behavior: smooth;
    overflow-y: auto;
    scroll-snap-type: y mandatory;
  } */

@media (min-width: 1600px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1480px;
  }
}

.text-primary {
  color: #0c806f !important;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: orange;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  font-weight: 400;
  font-family: "Lato Bold", sans-serif;
}
.bg-green {
  background: #0c806f;
}
.bg-blue {
  background: #0aafff;
}
.bg-lightgreen {
  background: #9abb22;
}
.bg-orange {
  background: #ee9230;
}

.bg1 {
  background: linear-gradient(
      to right,
      rgba(58, 172, 138, 0.747),
      rgba(3, 61, 112, 0.836)
    ),
    url(img/bg_sections.jpg) no-repeat;
  background-size: cover;
}

.bg2 {
  background: linear-gradient(to right, #4d73feb5, #17a2b8c9),
    url(img/bg_sections.jpg) no-repeat;
  background-size: cover;
}

.bg3 {
  background: linear-gradient(
      to right,
      rgba(111, 76, 236, 0.822),
      rgba(81, 3, 112, 0.747)
    ),
    url(img/bg_sections.jpg) no-repeat;
  background-size: cover;
}

.bg4 {
  background: rgb(18, 99, 144);
  background: linear-gradient(
    100deg,
    #096394 51%,
    rgba(228, 242, 255, 1) 51%,
    rgba(228, 242, 255, 1) 100%
  );
}

.wrapper_section {
  padding: 100px 0px;
  color: rgb(2, 46, 62);
}

.wrapper_section h2 {
  font-size: 4vh;
  font-weight: 600;
  margin-bottom: 25px;
}

.wrapper_section .btn {
  border-radius: 25px;
  padding: 8px 25px;
}

.buytickets {
  position: absolute;
  top: 170px;
  left: 0px;
}
.buytickets a {
  background: #febf1c;
  color: #000;
  padding: 10px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 0px 25px 25px 0px;
}

.seperator-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 400px; */
    height: auto !important;
  height: 36vw; 
  flex-direction: column;
  color: white;
  text-transform: uppercase;
  background: url(img/darktiger.jpg) no-repeat center center;
  background-size: cover;
}

.btn-primary {
  background: #febf1c;
  color: #000;
  border: none;
  border-radius: 5px;
}

.btn-primary:hover {
  background: #002b45;
  border-color: #002b45;
  border-radius: none;
}

.bg-secondary {
  background: #d17308 !important;
}

.bg-primary {
  background: #209a69 !important;
}

.bg_nav {
  /* background: #00308F; */
  /* background: linear-gradient(284deg, rgba(16, 66, 131, 1) 0%, rgba(34, 174, 135, 1) 100%) !important; */
  /* border-bottom: thin solid #05050593; */
  background: #1d8261;
  border-top: 1px solid rgb(255, 240, 201);
}

header {
  /* background: linear-gradient(284deg, rgb(8, 126, 114) 0%, rgb(11, 39, 81)100%); */

  width: 100%;
  /* background: linear-gradient(to bottom, rgba(4, 48, 77, 1), rgba(5, 26, 66, 0.5)); */
  /* background: white; */
  z-index: 9999;
  position: absolute;
  border-bottom: 1px solid rgba(157, 153, 124, 0.5);
}
.breadcrumb {
  margin-top: 90px;
  background: rgba(0, 0, 0, 0.253);
}

.breadcrumb .breadcrumb-item a {
  color: rgb(213, 238, 102);
}

.breadcrumb .breadcrumb-item {
  color: white;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: rgba(255, 255, 255, 0.425);
  content: "/";
}

.bg-header {
  color: white;
  position: absolute;
  background: green;
}

.bg-inner-page {
  background: #27354c;
}

.slider-links {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  flex-flow: flex-end;
  gap: 5px;
  float: right;
  position: absolute;
  bottom: 80px;
  right: 5%;
  z-index: 9999999;
}
.slider-links a {
  color: white;
  /* border: thin solid rgba(255, 255, 255, 0.5); */
  padding: 15px 20px;
  transition: all 0.5s;
  text-decoration: none;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.397);
  text-shadow: 0px 2px 5px rgba(0, 0, 0);
}

.slider-links a:hover {
  color: white;
  /* border: thin solid rgba(255, 255, 255, 0.5); */

  border-radius: 25px;
  text-decoration: none;
  background: #002b45;
}

.news_section {
  background: #209a69;
  color: white;

  padding: 10px;
}

.about-section {
  background: url(img/wood_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 25px 0px;
  position: relative;
}
.about-section h2 {
  font-weight: bold;

  color: #74a000;
  font-size: clamp(2rem, 3vw, 3rem);
  letter-spacing: 2px;
}

.about-section h2 {
  font-weight: bold;
  color: #74a000;
  font-size: clamp(2rem, 3vw, 3rem);
  letter-spacing: 2px;
}

.about-section p {
  color: white;
}

.about-img {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0px 5px 10px #333;
  margin-bottom: 20px;
}

.visitor-info {
  background: #209a69;
  padding-bottom: 10px;
}

.visitor-info .sub-head {
  background: rgba(255, 255, 255, 0.2);
  padding: 10px;
  color: white;
  font-size: 1.2rem;
}
.visitor-info h3 {
  background: #27293e;
  color: white;
  font-size: 22px;
  padding: 10px 0px;
  text-align: center;
}

.visitor-info ul {
  list-style-type: none;
  margin-left: 15px;
  margin-bottom: 15px;
}
.visitor-info ul li a {
  color: rgba(255, 255, 255, 0.8);
  padding: 15px;
}

.visitor-info ul li::before {
  content: "\f05d";
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 14px;
  color: orange;
}

.visitor-info .table {
  background: white;
}
.visitor-info .table td {
  border: 1px solid #91b7a5;
}
.visitor-info .table tr:nth-child(even) {
  background: #ecf8dd;
}

.visitor-info .table {
  width: 95%;
  margin: 20px auto;
  margin-bottom: 15px;
  font-weight: bold;
  border: thin solid rgba(255, 255, 255, 0.2) !important;
}
.visitor-info .table th {
  background: #27293e;
  color: white;
  text-align: center;
  border: 1px solid #91b7a5;
}

.entry-fee-wrapper {
  background: white;
  border: thin solid #ccc;
  border-left: none;
  border-top: none;
}

.entry-fee-wrapper h3 {
  background: #d17308;
  color: white;
  font-size: 22px;
  padding: 10px 0px;
  text-align: center;
}

.entry-fee-wrapper ul {
  margin-bottom: 10px;
}
.entry-fee-wrapper ul li {
  padding-left: 15px;
  font-size: 14px;
}
.entry-fee-wrapper span {
  font-weight: bold;
  color: #209a69;
}
.entry-fee-wrapper ul li::before {
  content: "\f05d";
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 14px;
  color: #209a69;
  margin-right: 15px;
}

.animal-talk-section {
  padding: 20px 0px 10px;
}

.gallery-section {
  padding: 50px 0px 50px 0px;
  position: relative;
  background: url(img/bg_gallery.jpg) no-repeat center center;

  background-size: cover;
  overflow-x: hidden;
}

.gallery-section h2,
.testimonials h2,
.animal-talk-section h2 {
  font-size: clamp(2rem, 3vw, 3rem);
  text-align: center;
  font-weight: 400;
  color: #d17308;

  text-transform: capitalize;
  letter-spacing: 2px;
  font-weight: 100;
}

.days-list {
  margin-top: 50px;
}

.days-list li.active {
  margin-top: 50px;
}

.days-list li {
  padding: 20px 15px;
  border-bottom: 2px solid #209a69;
  display: flex;
  justify-content: space-between;
}

.days-list > li.active {
  background: rgb(246, 220, 172);
  margin-top: 0px;
}
.gallery-section h2 span,
.animal-talk-section h2 span {
  font-weight: bolder;
  color: #209a69;
}

.adoption-section {
  position: relative;
  padding: 50px 0px;
  background: #209a69;
}

.adoption-section h2 {
  text-align: center;
  font-weight: 400;
  color: white;
}

.adoption-section h2 span {
  font-weight: bolder;
  color: white;
}

.adoption-section p {
  color: white;
}
.donation-section {
  position: relative;
  padding: 50px 0px;
  background: #f7f3d5;
}

.donation-section h2 {
  text-align: center;
  font-weight: 400;
  color: #d17308;
}

.donation-section h2 span {
  font-weight: bolder;
  color: #209a69;
}

.gallery-section h2::after,
.donation-section h2::after,
.adoption-section h2::after {
  content: "";
  height: 2px;
  width: 100px;
  background: rgba(0, 23, 20, 0.555);
  position: absolute;
  top: 100px;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
}
.logo-container {
  display: block;
}

.border-right {
  border-right: 2px solid #888 !important;
}

.logo img {
  float: left;
  margin-right: 8px;
  height: 80px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.logo h1 {
  font-weight: bold;
  padding-top: 22px;
  color: #93c551;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-size: 25px;
}

.logo h1 span {
  font-size: 14px;
  display: block;
  color: rgba(255, 255, 255, 0.9);
}

.logo P {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  float: none;
}

.btn-secondary {
  background: #d17308;
  border: thin solid #d17308;
}
.inner-page-wrap {
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.4) 100%
    ),
    url(img/about_inner_bg.jpg) no-repeat center bottom;
  background-size: cover;

  overflow: hidden;
  background-size: 100%;
  margin-top: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  position: relative;
  padding-top: 160px;  /* 260px */
  padding-bottom: 260px;
}

.inner-page-wrap h2 {
  color: white;
  font-size: 5vh;
  text-align: center;
  position: absolute;
  bottom: 21px;
  line-height: 51px;
}

.inner-page-wrap .card-title h3 {
  color: #209a69;
  margin-bottom: 0px !important;
}
.card-title,
.card-title h3 {
  margin-bottom: 0px !important;
}
.inner-page-wrap h2 span {
  font-weight: 100;
  display: block;
  color: white;
  padding: 5px 10px;
  font-size: 4vh;
}

.tabs-wrap .nav-pills .nav-link.active,
.tabs-wrap .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #209a69;
}

.tabs-wrap .nav-pills {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.tabs-wrap .nav-link {
  background: white;
  border: 1px solid #209a69;
  color: #209a69;
}

.select-input {
  width: 33%;
  float: left;
}

.payment-section {
  display: block;
  clear: both;
}

.chipanzee-wrap {
  background: linear-gradient(rgba(112, 153, 62, 0.36), rgba(0, 24, 55, 0.66)),
    url(img/chipanzee.jpg);
  background-position: 50%;
  min-height: 400px;
  max-height: 80vh;
  overflow: hidden;
  background-size: 100%;
  margin-top: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
}

.chipanzee-wrap h2 {
  color: white;
  font-size: 5vh;
}

.chipanzee-wrap h2 span {
  display: block;
  color: white;
  padding: 5px 10px;
  font-size: 4vh;
  font-weight: 100;
}

.donation-amount {
  background: #eaf5cb;
  padding: 10px;
  border: thin solid #ccc;
  min-height: 120px;
}

.officials_wrapper {
  background: #f1f7f9;
  padding: 20px 0px 0px;
}

.officials_wrapper .officials {
  text-align: center;
}

.officials_wrapper .officials h2 {
  font-size: 16px;
  font-weight: bold;
}

.officials_wrapper .officials p {
  margin-bottom: 0px;
}

.officials_wrapper .officials h2 span {
  font-size: 16px;
  font-weight: normal;
  display: block;
}

.officials_wrapper .officials img {
  width: 125px;
  margin-bottom: 10px;
  z-index: 999;
  position: relative;
  box-shadow: 0px 0px 5px rgba(3, 3, 3, 0.356);
}

.officials_wrapper .officials .wrap-box {
  position: relative;
  width: 125px;
  height: 125px;
  align-self: center;
  margin: 0px auto;
  margin-bottom: 20px;
}

.officials_wrapper .officials .wrap-box::before {
  background: #00308f;
  content: "";
  width: 80px;
  height: 80px;
  top: -10px;
  left: -10px;
  display: block;
  position: absolute;
  z-index: 2;
}

.officials_wrapper .officials .wrap-box::after {
  background: #f29423;
  content: "";
  width: 80px;
  height: 80px;
  bottom: -10px;
  right: -10px;
  display: block;
  position: absolute;
  z-index: 2;
}

.service-links-wrapper {
  background: #394660;
  padding: 20px 0px;
}

.service-links {
  display: flex;
  align-items: center;
  height: 65px;
  width: 100%;
  padding: 0px 20px;
  border-radius: 5px;
}

.service-links img {
  padding-right: 15px;
  margin-right: 5px;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
}

.bg-link-1 {
  background: #f29423;
}

.bg-link-2 {
  background: #7dac2a;
}

.bg-link-3 {
  background: #31b0d8;
}

.dashboard_wrapper {
  padding-top: 50px;
  position: relative;
}

.welcome-content {
  background-image: linear-gradient(to bottom, #00308fd0, #00308fd0),
    url("img/training.png");
  background-size: cover;
  padding: 50px;
  text-align: center;
  color: white;
  margin: 50px 0px;
}

.welcome-content h2 {
  text-align: center;
}

.service-links-wrapper a {
  color: white;
  font-size: 16px;
  text-transform: uppercase;
}

.innertitle {
  /* background: rgb(235, 248, 222); */
  background: #0e8b4c;
}

h2.title {
  font-weight: 500;
  margin-bottom: 45px;
  padding: 25px 0px;
  font-size: 24px;
  color: #fff;
}

h2.title span {
  font-weight: 600;
  margin-bottom: 45px;
  text-align: center;
  padding-top: 50px 0px;
}

.carousel {
  position: relative;
}

.carousel-item img::after,
.carousel-item video::after {
  display: block;

  clear: both;

  content: "";

  background: linear-gradient(to bottom, rgb(29, 55, 45), rgba(0, 0, 0, 0));

  width: 100%;

  height: 200px;

  position: absolute;

  z-index: 999;
}

.carousel-inner {
  height: calc(87vh);
  background: #223042;
  position: relative;
  overflow: hidden;
}

.carousel-inner .carousel-item {
  position: relative;
}

.carousel-inner .carousel-item img {
  height: 100vh;
}
.carousel-inner .carousel-item {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}
.carousel-caption {
  position: absolute !important;
  color: white;
  width: 30%;
  left: auto !important;
  right: 15% !important;
  bottom: 25% !important;
  text-align: left;
  z-index: 1;
  font-weight: 100;
}
/*simba animation */
.simba {
  width: 440px;
  margin: auto;
  text-align: center;
  position: relative;
  padding: 0 0 30px;
  position: fixed;
  top: 128px;
  right: -123px;
      z-index: 999999;
}

.holder {
  width: 30px;
  height: 20px;
  background: rgb(169, 111, 66);
  margin: auto;
  border-radius: 0 0 50% 50%;
}

.thread {
  display: inline-block;
  width: 2px;
  height: 45vh;
  background: rgb(169, 111, 66);
  border-radius: 5px;
  position: relative;
  transform-origin: 50% 0;
  animation: moveIt 10.5s ease-in-out infinite;
}

.thread:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: red;
  border: 2px solid white;
  top: -4.5px;
  left: -3.5px;
}

.knob {
  width: 10px;
  height: 10px;
  position: absolute;
  top: -18px;
  left: -4.5px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  border-bottom: 2px solid transparent;
}

.pendulum {
  width: 100px;
  height: 200px;
  background: url(img/simba.png) no-repeat;
  background-size: auto;
  background-size: contain;
  border-radius: 50%;
  position: absolute;
  bottom: -191px;
  left: -49px;
}

.shadow {
  width: 30px;
  height: 15px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  margin: 50px auto 0;
  animation: moveShade 1.25s ease-in-out alternate infinite;
}

@keyframes moveIt {
  0%,
  100% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
}

@keyframes moveShade {
  0% {
    transform: translateX(-45px) scale(1.4, 0.5);
    filter: blur(20px);
  }
  50% {
    filter: blur(3px);
  }
  100% {
    transform: translateX(45px) scale(1.4, 0.5);
    filter: blur(20px);
  }
}

.carousel-inner .carousel-item::after {
  top: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(
    to bottom,
    rgba(14, 26, 48, 0.2),
    rgba(19, 53, 104, 0.2)
  );
  width: 100%;
  height: 100%;
  content: "";
}

.carousel-inner .carousel-caption h2 {
  display: inline-block;
  color: white;
  font-size: 70px;
  line-height: 100px;
  font-family: "Lato Regular", sans-serif;
}

.carousel-inner .carousel-caption p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  /* background: rgb(210, 123, 2); */
}

.carousel-inner .carousel-caption h2 span {
  font-family: "Lato Black", sans-serif;
  -webkit-text-stroke: 1px #ffffff;
  font-size: 140px;
  color: transparent;
  display: block;
}

.officials_wrapper {
  background: white;
  padding: 10px 0px;
}

.zoo_feature_links {
  padding: 15px;
  background: #2d3134;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.feature_link {
  padding: 20px 15px;
  background: #424649;
  color: white;
  flex-grow: 1;
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.feature_link h4 {
  margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: 100;
  font-family: "Lato Light", sans-serif;
}
.feature_link p {
  margin-bottom: 0px;
  font-size: 14px;
}

.animal-zones {
  background: white;
  padding: 50px 0px;
}

.animal-zones .animal-zone-img {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.animal-zones .animal-zone-img::after {
  content: "";
  background: url(img/mask.png) no-repeat center center;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.section_title {
  position: relative;
  text-align: center;
  font-family: "Lato Black", sans-serif;
  font-size: 2em;
  line-height: 1.55556em;
}

.section_title span {
  font-family: "Lato Black", sans-serif;
  -webkit-text-stroke: 1px rgba(130, 128, 128, 0.3);
  color: transparent;
  text-transform: uppercase;
  font-size: 1.5em;
  line-height: 1.55556em;
  position: absolute;
  text-align: center;
  left: 0;
  top: 50;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.history-section {
  padding: 50px 0px 100px;

  background: url(img/bottom_design_bg.png) bottom center repeat-x,
    linear-gradient(to bottom, #2d3134, #2d3134);
}

.photogallery_section {
  padding: 50px 0px;
   background: linear-gradient(to bottom, white, #ffeaa9);
     overflow:hidden;
}

.photo-gallery {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;

}
.photo-gallery li {
  flex-grow: 1;
  width: 24%;
  position: relative;
  height: 15%;
  overflow: hidden;
}

.photo-gallery li span {
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
  background: white;
  color: black;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.photo-gallery li:hover span {
  opacity: 1;
  left: 50%;
  transform: translate(-50%, -50%);
}

.photo-gallery li span::after {
  content: "";
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.photo-gallery li:hover span:hover::after {
  opacity: 1;
  width: 140px;
  height: 140px;
}

.photo-gallery li img {
  width: 100%;
  object-fit: cover;
  height: 20vw;
}

.zoo-amenities-section {
  padding: 50px 0px;
  background: white;
}
.amenities {
  text-align: center;
}

.amenities img {
  width: 80px;
}

.counter-section {
  padding: 50px 0px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(img/Selfie-Point.jpg) no-repeat center center;
  background-size: cover;
  height: 20vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.counter-wrapper {
  text-align: center;
  color: white;
  justify-content: center;
  align-items: center;
}
.counter-wrapper h2 {
  color: #febf1c;
  text-align: center;
}
.counter {
  font-size: 3vw;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 1);
  color: transparent;
  font-family: "Lato Black", sans-serif;
}

.latest-moments-section {
  padding: 50px 0px;
  background: white;
}
.latest-moments .date {
  background: #323232;
  color: white;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 15px;
}

.latest-moments p {
  color: #5a5a5a;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 15px;
}

.testimonials-section {
  padding: 50px 0px;
  background: #2d3134;
}

.testimonials {
  display: flex;
  flex-direction: column;
}

.testimonial-description {
  background: #4e4e4e;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  position: relative;
}

.testimonial-description::before {
  position: absolute;
  bottom: 0;
  left: 5%;
  content: "";
  top: 9px;
  border-color: transparent transparent transparent #4e4e4e;
  border-width: 11px;
}
.testimonials .testimonial-description p {
  color: white;
  margin-bottom: 0px;
}

.testimonials .testimonial-profile {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}
.testimonials .testimonial-profile .testimonial-profile-name {
  color: white;
}
.testimonials .testimonial-profile .testimonial-profile-name h4 {
  color: white;
  margin-bottom: 0px;
}
.testimonials .testimonial-profile .testimonial-profile-name p {
  color: white;
  margin-bottom: 0px;
}
.testimonials .testimonial-profile-img {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #fff;
}

.testimonials .testimonial-profile-img img {
  object-fit: contain;
  width: 80px;
  height: 80px;
}

.top-bar {
  /* background: rgb(2, 46, 62); */
  color: #fff;
}

.top-bar p {
  margin: 0px;
  font-weight: bold;
}

.top-bar a {
  color: #fff;

  font-size: 16px;
}

.top-bar button {
  color: #fff;
  border: none;
  background: none !important;

  margin-left: 1px;
}

.navbar-dark .navbar-nav .nav-link {
  color: white;
  text-transform: uppercase;
  text-shadow: 0px 0px 2px #000;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 15rem;
  margin: 0;
  font-size: 1rem;
  text-align: left;
  list-style: none;
  background-color: #500d0d;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  padding: 0px;
}

.dropdown-menu .dropdown-item {
  color: #fff;
  padding: 8px 15px;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
  color: #16181b !important;
  text-decoration: none;
  background-color: #ff5f31;
}

ul.liststyles {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

ul.liststyles li {
  margin-bottom: 10px;
  text-align: justify;
  padding-bottom: 10px;
  padding-left: 30px;
  background: url("img/listicon.png") no-repeat left top;
  background-size: 2%;
  background-position-y: 5px;
  border-bottom: 1px dotted #4e9a46;
}

ul.liststyles li a {
  color: #16181b;
}

footer {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9)),
    url(img/footer_bg.jpg) no-repeat right center;
  background-size: cover;
  color: rgba(255, 255, 255, 0.5);
  padding: 50px 0px 20px;
  font-size: 14px;
}

footer h5 {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}

footer ul {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
}

footer ul li {
  padding: 3px 0px;
  border-bottom: thin dotted rgba(255, 255, 255, 0.1);
}

footer ul li a {
  color: #f90;
}

footer img {
  width: 80px;
}

footer .small-img img {
  height: 50px;
}

.footer-menu-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.footer-menu-list li {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0px 15px;
  font-size: 20px;
}
.footer-menu-list li a{
 color:white;
}

.footer-menu-list li a:hover {
  color: rgb(248, 180, 55);
}

.footer-address {
  font-size: 18px;
  color: rgb(255 255 255 / 79%);
}
.footer-menu-list li:last-child {
  border-right: none;
  padding-right: 15px;
}

footer .border-top {
  border-top: thin solid rgba(255, 255, 255, 0.1) !important;
}

footer .border-top img {
  height: 30px;
  width: 206px;
}

.footer-wrap {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: white;
}

.footer-logo {
  float: left;
  display: block;
  margin-right: 10px;
}

.innerpage {
  background: #ecebeb;
  padding: 50px 0px;
}

.innerpage h2 {
  text-transform: uppercase;
  font-weight: 100;
  margin-bottom: 50px;
  text-align: center;
}

.innerpage h2::after {
  width: 70px;
  height: 5px;
  background: #4e9a46;
  content: "";
  position: absolute;
  display: block;
  margin-top: 16px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  right: 50%;
}

.btn-success {
  background: #087c21;
  border-color: #087c21;
  color: #000;
  font-weight: bold;
}

.profiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 10px 15px;
  padding-top: 10px;
  padding-top: 15px;
  align-items: center;
  margin-bottom: 5px;
}

.profiles_img_container {
  background: #e2cb9c;
  padding: 6px;
}

.profiles img {
     width: 142px;
    height: 160px;
  border: 2px solid white;
}

.zones h6 {
	text-align: center;
}

.zones{
	width: 75%;
    height: 80%;
}

.profiles h2 {
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 1.3;
  text-align: center;
  font-weight: normal;

  margin: 0px;
  letter-spacing: -0.21px;
}
.profiles h2 span {
  display: block;
  font-weight: normal;
  font-family: "Lato Regular", sans-serif;
  font-size: 16px;
}

.profiles p {
  font-weight: normal;
  display: block;
  font-size: 10px;
  padding: 0px;
  margin: 0px;
  color: rgba(0, 0, 0, 0.8);
}

.login-container {
  margin-top: 5%;
  margin-bottom: 5%;
}
.login-form-1 {
  padding: 5%;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
  border-radius: 10px;
}
.login-form-1 h3 {
  text-align: center;
  color: #00308f;
}
.login-form-2 {
  padding: 5%;
  background: #00308f;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}
.login-form-2 h3 {
  text-align: center;
  color: #fff;
}
.login-container form {
  padding: 10%;
}
.btnSubmit {
  width: 50%;
  border-radius: 1rem;
  padding: 1.5%;
  border: none;
  cursor: pointer;
}
.login-form-1 .btnSubmit {
  font-weight: 600;
  color: #fff;
  background-color: #00308f;
}
.login-form-2 .btnSubmit {
  font-weight: 600;
  color: #00308f;
  background-color: #fff;
}
.login-form-2 .ForgetPwd {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
.login-form-1 .ForgetPwd {
  color: #00308f;
  font-weight: 600;
  text-decoration: none;
}

.social-icons a {
  background: #3a647d;
  color: white;
  padding: 3px 10px;
  margin-left: 1px;
}

div#goog-gt-tt {
  padding: 10px 14px;
  display: none !important;
}

.anim {
  animation: myAnim 3s ease 0s 1 normal forwards;
}

.circle_anim {
  animation: circle_rotate 5s infinite linear;
  transform-origin: center;
  transform-box: fill-box;
}

@keyframes circle_rotate {
  0% {
    transform: rotatez(0deg);
  }

  100% {
    transform: rotatez(360deg);
  }
}

@keyframes myAnim {
  0% {
    opacity: 0;
    margin-left: -1000px;
  }

  100% {
    margin-top: 0px;
    opacity: 1;
  }
}

/*  Gallery Grid system    */

.stacked {
  display: grid;
}

.stacked > * {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

.card_content {
  background: linear-gradient(#0000, black);
  margin: 29px 0rem 0px;
  padding: 15px 10px;
  align-self: end;
  box-shadow: 0 0.25rem 1rem rgb(0 0 0 / 0.1);
  text-align: center;
}

.product__grid {
  display: grid;
  gap: 0.15rem;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
}

.cards {
  aspect-ratio: 1/1.1;
  border-radius: 0px;
}

.card__img {
  width: 100%;
  aspect-ratio: 1/1.1;
  object-fit: cover;
}

.cards.featured {
  grid-row: span 2;
  grid-column: span 2;
}

.cards.featured .card__img {
  aspect-ratio: 1/1.1;
}

.card__title {
  font-size: 18px;
  text-align: center;
  color: white;
}

.card__description {
  font-size: 14px;
  text-align: center;
}

.language-buttons {
  display: flex;
  margin: 0px;
  margin-bottom: 10px;
}
.language-buttons button {
  padding: 2px 10px;
  margin-right: 5px;
  border-collapse: collapse;
  background: none;
  border: none;
  color: white;
}
.language-buttons button:last-child {
  padding: 2px 10px;
  margin-right: 0px;
}

.language-buttons button:last-child {
  margin-right: 0px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.sticky + .carousel-inner {
  padding-top: 102px;
}

header .bg-gr {
  border-radius: 50px;
  background: linear-gradient(to right, #05955c, #829e36);
}

.main-nav {
  position: relative;
  border: 1px solid #bbb;
  background: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 41px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}

.nav-brand {
  float: left;
  margin: 0;
}
.nav-brand img {
  height: 80px;
  margin-right: 6px;
}

.nav-brand a {
  display: block;
  padding: 11px 11px 11px 20px;
  color: #555;

  font-size: 20px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}

#main-menu {
  clear: both;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 768px) {
  #main-menu {
    float: right;
    clear: none;
  }
  
}

/* Mega menus */

/* make mega menus take the full width of .main-nav */

#main-menu,
#main-menu > .has-mega-menu {
  position: static !important;
}

#main-menu .mega-menu {
  margin-left: -1px !important;
  margin-right: -1px !important;
  right: 0 !important;
  width: auto !important;
  max-width: 90% !important;
  right:0 !important;
  position:absolute;
  left:auto !important;
  
}

#main-menu > .has-mega-menu .scroll-up,
#main-menu > .has-mega-menu .scroll-down {
  margin-left: 0 !important;
}

/* clear any floats inside the mega menus */

#main-menu .mega-menu > li {
  overflow: auto;
}

/* reset mega menu list/link styles (which are inherited from the SmartMenus core/theme styles) */

#main-menu .mega-menu {
  color: #353451;
}

#main-menu .mega-menu ul {
  position: static;
  display: block;
  margin: 0.83em 0;
  border: 0;
  padding: 0 0 0 20px;
  width: auto;
  background: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#main-menu .mega-menu ul li {
  display: list-item;
  list-style-type: disc;
  border: 0;
  color: white;
  border-bottom: thin dotted #fff;
}

#main-menu .mega-menu a {
  display: inline;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  text-decoration: underline;
  font-size: 17px;
}

/* simple columns inside the mega menus */

#main-menu .mega-menu .column-1-3 {
  padding: 0 20px;
}

@media (min-width: 768px) {
  #main-menu .mega-menu .column-1-3 {
    float: left;
    width: 33.33%;
  }
  
    #main-menu .mega-menu .column-1-4 {
    float: left;
    width: 23%;
    margin:0px 10px;
    
  }
}

/* Sample image placeholder */
.main-nav {
  position: relative;
  border: 1px solid transparent !important;
  background: transparent !important;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0) !important;
  -moz-box-shadow: 0 1px 41px rgba(0, 0, 0, 0) !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0) !important;
  justify-content: space-between;
}
.mega-menu-sample-image {
  margin: 0.83em 0;
  border: 1px solid;
  height: 80px;
  line-height: 80px;
  text-align: center;
}

/* Mobile menu toggle button */

.main-menu-btn {
margin: 10px;
    position: absolute;
    display: inline-block;
    width: 29px;
    height: 29px;
    text-indent: 29px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    right: 0;
    top: 0;
}

/* hamburger icon */

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #fff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu-btn-icon:before {
  content: "";
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: "";
  top: 7px;
  left: 0;
}

/* x icon */

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* hide menu state checkbox (keep it visible to screen readers) */

#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* hide the menu in mobile view */

#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}

#main-menu-state:checked ~ #main-menu {
  display: block;
}

@media (min-width: 768px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
    margin-top: 2.1%;
  }
}

.main-nav {
  position: relative;
  border: 1px solid #bbb;
  background: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 41px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-align: right;
}
.sm-simple > li {
  border-top: 0;
  display: flex;
}

@keyframes animbg1 {
  0% {
    background: linear-gradient(to right, #00abff, #410077);
  }
  50% {
    background: linear-gradient(to right, #410077, #00abff);
  }
}

@media (min-width: 768px) {
  .sm-simple {
    background: transparent !important;
  }
  .sm-simple > li {
    border-top: 0;
    border-left: 1px solid transparent !important;
    display: flex;
  }
  .sm-simple li a {
    color: white !important;
  }
  .sm-simple li ul li a {
    color: white !important;
    text-decoration: none !important;
  }
}

.header-style {
  transition: all 0.3s ease; /* Add smooth transition */
  background: linear-gradient(to bottom, rgb(8, 16, 13), rgba(0, 0, 0, 0));
}
header.sticky {
  position: fixed;
  top: -8px;
  width: 100%;
  animation: fallDown 0.9s ease; /* Add falling animation */
}
@keyframes fallDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

.layer-bg {
  background-image: url(../../images/layer1.jpg);
}
.layer-1 {
  background-image: url(../../images/layer2.png);
}
.layer-2 {
  background-image: url(../../images/layer3.png);
}
.layer-slide-1 {
  background: url(../../images/slide-1.jpg) center center;
  background-size: cover;
}
.layer-slide-2 {
  background: url(../../images/slide-2.jpg) center center;
  background-size: cover;
}
.layer-slide-3 {
  background: url(../../images/slide-3.jpg) center center;
  background-size: cover;
}
.layer-slide-4 {
  background: url(../../images/slide-4.jpg) center center;
  background-size: cover;
}
.layer-slide-5 {
  background: url(../../images/slide-5.jpg) center center;
  background-size: cover;
}
.tutorial-link {
  color: #fff;
  font-size: 18px;
  text-decoration: underline;
}
.tutorial-link:hover {
  color: #ede0d5;
}
.homeslick .slick-center .box-ex-promo {
  padding: 7px;
  margin-top: 10px;
}
.homeslick .slick-slide:focus {
  outline: transparent;
}
.homeslick .slick-dots {
  bottom: -50px;
}
.homeslick .slick-dots li {
  margin: 0 10px;
}
.homeslick .slick-dots li button:before {
  font-size: 15px;
  color: #fff !important;
}
.homeslick .box-ex-promo {
  overflow: hidden;
  margin: 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
}
.homeslick .box-ex-promo .top-section {
  background-color: #fff;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
@media (min-width: 768px) {
  .homeslick .box-ex-promo .top-section:hover .bottom-section {
    height: 100%;
    background-size: cover;
  }
  .homeslick .box-ex-promo .top-section:hover .bottom-section .bar-section,
  .homeslick .box-ex-promo .top-section:hover .bottom-section span {
    opacity: 0;
  }
  .homeslick .box-ex-promo .top-section:hover .bottom-section .bottom-wrap {
    display: block;
  }
}
.homeslick .box-ex-promo .top-section .bottom-section {
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35%;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}
.homeslick .box-ex-promo .top-section .bottom-section .bottom-wrap {
  width: 100%;
  height: 100%;
  display: none;
}
.homeslick .box-ex-promo .top-section .bottom-section .bottom-table {
  display: table;
  width: 100%;
  height: 100%;
}
.homeslick
  .box-ex-promo
  .top-section
  .bottom-section
  .bottom-table
  .bottom-cell {
  display: table-cell;
  vertical-align: middle;
}
.homeslick
  .box-ex-promo
  .top-section
  .bottom-section
  .bottom-table
  .button-default {
  width: 100%;
  padding: 20px 0;
}
.homeslick .box-ex-promo .top-section .bottom-section .bar-section {
  max-width: 50%;
  height: 5px;
  margin: 0 auto;
  margin-top: 20px;
}
.homeslick .box-ex-promo .top-section .ex-one {
  padding: 20px;
  height: 300px;
}
.homeslick .box-ex-promo .top-section .ex-one .left-ex {
  width: 50%;
  text-align: left;
}
.homeslick .box-ex-promo .top-section .ex-one .left-ex h4 {
  font-size: 50px;
  text-align: left;
}
.homeslick .box-ex-promo .top-section .ex-one .left-ex p {
  padding-top: 10px;
  font-size: 14px;
  font-weight: 600;
}
.homeslick .box-ex-promo.box-blue {
  background-color: #07d0ee;
  background: -webkit-linear-gradient(to left, #00d2ff, #3a7bd5);
  background: linear-gradient(to left, #00d2ff, #3a7bd5);
}
.homeslick .box-ex-promo.box-blue .ex-one,
.homeslick .box-ex-promo.box-blue p {
  color: #07d0ee;
}
.homeslick .box-ex-promo.box-blue .bottom-section {
  background-color: #07d0ee;
  background: -webkit-linear-gradient(to left, #00d2ff, #3a7bd5);
  background: linear-gradient(to left, #00d2ff, #3a7bd5);
}
.homeslick .box-ex-promo.box-blue .bar-section {
  background-color: #07d0ee;
}
.homeslick .box-ex-promo.box-purple {
  background-color: #7570fc;
  background: -webkit-linear-gradient(to left, #4776e6, #8e54e9);
  background: linear-gradient(to left, #4776e6, #8e54e9);
}
.homeslick .box-ex-promo.box-purple .ex-one,
.homeslick .box-ex-promo.box-purple p {
  color: #7570fc;
}
.homeslick .box-ex-promo.box-purple .bottom-section {
  background-color: #7570fc;
  background: -webkit-linear-gradient(to left, #4776e6, #8e54e9);
  background: linear-gradient(to left, #4776e6, #8e54e9);
}
.homeslick .box-ex-promo.box-purple .bar-section {
  background-color: #453efb;
}
.homeslick .box-ex-promo.box-green {
  background-color: #04ad23;
  background: -webkit-linear-gradient(to left, #56ab2f, #a8e063);
  background: linear-gradient(to left, #56ab2f, #a8e063);
}
.homeslick .box-ex-promo.box-green .ex-one,
.homeslick .box-ex-promo.box-green p {
  color: #04ad23;
}
.homeslick .box-ex-promo.box-green .bottom-section {
  background-color: #04ad23;
  background: -webkit-linear-gradient(to left, #56ab2f, #a8e063);
  background: linear-gradient(to left, #56ab2f, #a8e063);
}
.homeslick .box-ex-promo.box-green .bar-section {
  background-color: #04ad23;
}
.homeslick .box-ex-promo.box-orange {
  background-color: #ff9c00;
  background: -webkit-linear-gradient(to left, #ff512f, #f09819);
  background: linear-gradient(to left, #ff512f, #f09819);
}
.homeslick .box-ex-promo.box-orange .ex-one,
.homeslick .box-ex-promo.box-orange p {
  color: #ff9c00;
}
.homeslick .box-ex-promo.box-orange .bottom-section {
  background-color: #ff9c00;
  background: -webkit-linear-gradient(to left, #ff512f, #f09819);
  background: linear-gradient(to left, #ff512f, #f09819);
}
.homeslick .box-ex-promo.box-orange .bar-section {
  background-color: #ff9c00;
}
.homeslick .box-ex-promo.box-pink {
  background-color: #ff508e;
  background: -webkit-linear-gradient(to left, #f857a6, #ff5858);
  background: linear-gradient(to left, #f857a6, #ff5858);
}
.homeslick .box-ex-promo.box-pink .ex-one,
.homeslick .box-ex-promo.box-pink p {
  color: #ff508e;
}
.homeslick .box-ex-promo.box-pink .bottom-section {
  background-color: #ff508e;
  background: -webkit-linear-gradient(to left, #f857a6, #ff5858);
  background: linear-gradient(to left, #f857a6, #ff5858);
}
.homeslick .box-ex-promo.box-pink .bar-section {
  background-color: #ff1d6d;
}

/*# sourceMappingURL=sm-simple.css.map */
.bg-about-top {
  background: #ebecd7;
  padding: 25px;
  z-index: 99999;
  width: 100%;
  border-radius: 10px;
  min-height: 220px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 18% 11% 3% 17%/2% 2% 34% 4%;
}

.widget_about-top {
  flex: 1;
  padding: 0px 25px;
  border-right: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: space-between;
  flex-grow: 1;
}
.widget_about-top .btn-primary {
  background: #c0cba7;
  color: black;
}

.widget_about-top h5 {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 28px;
}
.widget_about-top .time {
  font-size: 16px;
  font-weight: bold;
}

.widget_about-top a {
  color: black;
  margin-bottom: 0px;
}

.widget_about-top .links a {
  color: white;
  text-shadow: 0px 1px 1px #000;
}
.widget_about-top .links a:nth-child(1) {
  color: white;
  background: linear-gradient(to right, rgb(174, 25, 25), rgb(255, 140, 0));
  text-shadow: 0px 1px 1px #000;
  border: 2px solid white;
  border-radius: 11% 11% 8% 15%/7% 8% 9% 9%;
}
.widget_about-top .links a:nth-child(2) {
  color: white;
  background: linear-gradient(to right, rgb(48, 18, 18), rgb(168, 59, 0));
  text-shadow: 0px 1px 1px #000;
  border: 2px solid white;
  border-radius: 18% 11% 3% 17%/2% 2% 34% 4%;
}
.widget_about-top .links a:nth-child(3) {
  color: white;
  background: linear-gradient(to right, rgb(0, 80, 37), rgb(129, 168, 0));
  text-shadow: 0px 1px 1px #000;
  border: 2px solid white;
  border-radius: 11% 11% 8% 15%/7% 8% 9% 9%;
}

.widget_about-top:last-child {
  border-right: none;
}

.animal-talk-section {
  background: #e5eadf;
}

.animaltalk-img-wrap {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: clip;
}
.animaltalk-img-wrap img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: fill;
}

.animal-img-wrap {
  border-radius: 20px;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
.animal-img-wrap .time {
  position: absolute;
  z-index: 999;
  background: linear-gradient(to right, #dd9305, rgb(187, 71, 2));
  color: white;
  right: 5%;
  border-radius: 10px;
  padding: 5px 10px;
  margin-top: -10px;
}
.animal-img-wrap .img-wrap {
  border-radius: 18% 11% 3% 17%/2% 2% 34% 4%;

  overflow: hidden;
  /* transform: rotate(2deg); */
  position: relative;
  transition: transform 0.3s;
}

.animal-img-wrap .img-wrap:nth-child(3n + 1) {
  rotate: -1deg;
}

.animal-img-wrap .img-wrap img {
  height: 200px;
}
.animal-img-wrap .img-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.524)
  );
}

.animal-talk-wrapper {
  display: flex;
  display: flex;
  align-items: center;
  gap: 15px;
}
.animal-talk-wrapper h2 {
  background: orange;
  color: white;
  padding: 5px 10px;
  font-size: 20px;
}

.row .col-md-3:nth-child(3n + 1) .animal-img-wrap .img-wrap {
  border-radius: 11% 11% 8% 15%/7% 8% 9% 9%;
  overflow: hidden;
  transform: rotate(-2deg);
}

.row .col-md-3:nth-child(3n + 1) .animal-img-wrap .img-wrap:hover {
  transform: rotate(0deg);
}

.animal-img-wrap .img-wrap:hover {
  transform: rotate(-2deg);
}
.animal-img-wrap h3 {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 16px;
  color: white;
  width: 100%;
  padding: 10px;
}
.bg-select-ats {
  background: #07955b;
  border-radius: 18% 11% 3% 17%/2% 2% 34% 4%;
  rotate: -1deg;
}

.bg-select-ats p {
  color: rgba(255, 255, 255, 0.8);
}
.bg-select-ats h4 {
  font-size: 2.5rem;
}

.tabs {
  display: flex;
  position: relative;
  padding: 0.25rem;
  border-radius: 50px;
  border: none !important;
}

.tabs * {
  z-index: 2;
}


input[type="radio"]:checked + label {
  color: #f5f3f1;
}

.tabs button {
  border: thin solid #ccc !important;
  /* border-radius: 3% 45% 13% 9%/35% 9% 7% 10%; */
  border-radius: 20px !important;
  color: white !important;
}

.tabs select {
  border: thin solid #ccc !important;
  border-radius: 25px !important;
}

.tab {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  width: 200px;
  font-size: 1.25rem;
  font-weight: 500;
  border-radius: 50px;
  cursor: pointer;
  transition: color 0.15s ease-in;
  background: transparent !important;
  border: none !important;
}

.glider {
  position: absolute;
  display: flex;
  height: 44px;
  width: 200px;
  background-image: linear-gradient(to right, red, orange);
  z-index: 1;
  /* border-radius: 3% 45% 13% 9%/35% 9% 7% 10%; */
  border-radius: 20px;
  transition: 0.25s ease-out;
}

button.active ~ .glider {
  transform: translateX(0);
  color: white;
}

.nav-tabs button:nth-child(2).active ~ .glider {
  transform: translateX(100%);
}

.nav-tabs button:nth-child(3).active ~ .glider {
  transform: translateX(200%);
}

/* gallery styles */

/* Common style */
figure {
  position: relative;
  overflow: hidden;
  max-height: 500px;
  width: 100%;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0px;
  border-radius: 18% 11% 3% 17%/2% 2% 34% 4%;
}

figure img {
  position: relative;
  display: block;
  min-height: 350px;
  max-width: 100%;
  opacity: 0.8;
  object-fit: cover;
  border: 1px solid #fff;
}

figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure figcaption::before,
figure figcaption::after {
  pointer-events: none;
}
figure figcaption,
figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}

figure h2 span {
  font-weight: 800;
}

figure h2,
figure p {
  margin: 0;
}

figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

figure.effect-zoe figcaption {
  top: auto;
  bottom: 0;
  padding: 1em;
  height: 3.75em;
  background: linear-gradient(to right, #05955c, #829e36);
  color: white !important;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

figure.effect-zoe h2 {
  float: left;
  font-size: 18px;
  color: white;
}

figure.effect-zoe p.icon-links a {
  float: right;
  color: #fff;
  font-size: 1.4em;
}

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
  color: #252d31;
}

figure.effect-zoe p.description {
  position: absolute;
  bottom: 8em;
  padding: 2em;
  color: #fff;
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  -webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
}

figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}

figure.effect-zoe p.icon-links a span::before {
  display: inline-block;
  padding: 8px 10px;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-eye::before {
  content: "\e000";
}

.icon-paper-clip::before {
  content: "\e001";
}

.icon-heart::before {
  content: "\e024";
}

figure.effect-zoe h2 {
  display: inline-block;
}

figure.effect-zoe:hover p.description {
  opacity: 1;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-zoe:hover h2 {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.mega-menu h2 {
  font-size: 18px;
  color: #febf1c;
}

.vision,
.mission {
  background: #cacaca;
  padding: 15px;
  margin-bottom: 15px;
}
.vision h4,
.mission h4 {
  color: white;
  border-bottom: 1px dotted #fafafa;
  padding-bottom: 10px;
}

.vision {
  background: linear-gradient(to right, #05955c, #829e36);
  color: white;
}
.mission {
  background: linear-gradient(to right, #dd9305, rgb(187, 71, 2));
  color: white;
}
.goals {
  background: #f0f2e3;
  margin-top: 20px;
  padding: 25px 0px;
}

.mega-menu h2 {
  margin-bottom: 0px !important;
  margin-top: 20px;
}
#main-menu .mega-menu ul {
  position: static;
  display: block;
  margin: 5px 0px !important;
  border: 0;
  padding: 0 0 0 20px;
  width: auto;
  background: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 740px) {
	.footer-menu-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.read-more-label{
  left:0 !important}
.simba {
  width: 500px;
  margin: auto;
  text-align: center;
  position: relative;
  padding: 0 0 30px;
  position: fixed;
  top: 136px;
  right: -123px;
  z-index: 999999;
  display:none;
}
	
	.seperator-banner {
    display: flex;
    justify-content: center;
    align-items: center;
        height: auto !important;
    flex-direction: column;
    color: white;
    text-transform: uppercase;
    background: url(img/darktiger.jpg) no-repeat center center;
    background-size: cover;
}
	
	.counter-section {
    padding: 50px 0px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(img/Selfie-Point.jpg) no-repeat center center;
    background-size: cover;
    height: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
  .header-style {
    transition: all 0.3s ease;
    background: linear-gradient(
      to bottom,
      rgb(0, 0, 0),
      rgba(0, 0, 0, 0.3)
    );
  }
  .nav-brand img {
    height: 50px;
  }
  .bg-about-top {
    margin-top: 0px;
  }
  .carousel-inner {
    padding-top: 100px;
    height: 311px;
    overflow: hidden;
  }
  .carousel-inner .carousel-item {
    height: auto;
  }

  .language-buttons {
    margin: 0px auto;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  .sm-simple a,
  .sm-simple a:hover,
  .sm-simple a:focus,
  .sm-simple a:active {
    padding: 13px 20px;
    padding-right: 20px;
    padding-right: 58px;
    color: #fff !important;

    font-size: 16px;
    font-weight: normal;
    line-height: 17px;
    text-decoration: none;
  }
  .product__grid {
    display: grid;
    gap: 0.15rem;
    grid-template-columns: auto;
  }

  .card__description {
    font-size: 14px;
    text-align: center;
    display: none;
  }

  .card_content {
    margin: 0.5rem 0.5rem 0.5rem;
    padding: 5px;
    align-self: end;
    box-shadow: 0 0.25rem 0.1rem rgb(0 0 0 / 0.1);
  }
  .top-bar .social-icons a {
    color: white;
  }
  .top-bar a {
    color: #223042;
    border-right: thin solid rgba(0, 0, 0, 0.2);
    padding: 0px 5px;
    font-size: 14px;
  }

  .justify-content-end {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .logo {
    display: block;
  }
  .logo img {
    float: left;
    margin-right: 8px;
    height: 57px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .logo h1 {
    font-size: 17px;
    font-weight: bold;
    padding-top: 15px;
    color: #93c551;
    text-transform: uppercase;
    margin-bottom: 0px;
  }
  .logo h1 span {
    display: block;
    font-weight: bold;
    font-size: 14px;
  }

  .profiles h2 {
    font-size: 10px;

    letter-spacing: 0px;
    line-height: 1.3;
    text-align: center;
    font-weight: 600;
    margin: 0px;
  }
  .profiles p {
    font-weight: normal;
    display: block;
    font-size: 10px;
    padding: 0px;
    margin: 0px;
  }

  .carousel-inner {
    height: auto;
  }

  .center {
    display: flex;
    justify-content: center;
    margin-bottom: 2px;
  }

  .float-right {
    float: none !important;
    background: #021b2a;
  }
  .language-buttons {
    display: block;
    width: 100%;
  }

  .bg-header {
    color: white;
    z-index: 9999;
    position: relative;
    background: #209a69;
  }

  .slider-links {
    display: none;
    flex-wrap: wrap;
    flex-direction: row;
    flex-flow: flex-end;
    gap: 5px;
    float: right;
    position: absolute;
    bottom: 5%;
    right: 2%;
    z-index: 9999999;
    left: 8%;
  }
  .slider-links a {
    padding: 5px;
  }

  .language-buttons {
    display: block;
    width: auto;
    margin-bottom: 5px;
  }

  .language-buttons a {
    width: auto;
    margin-bottom: 5px;
    color: white;
    margin-right: 5px;
    border: thin solid #93c55177;
  }

  .top-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .main-nav {
    margin-left: -15px;
    margin-right: -15px;
  }

  .carousel-inner .carousel-item img {
    height: auto;
  }
  .widget_about-top {
    border-right: none;
    margin-bottom: 20px;
  }

  .animal-talk-section .tabs {
    display: flex;
    position: relative;
    padding: 0.5rem;
    border-radius: 50px;
    border: none !important;
  }

  .tab {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    width: 145px;
    font-size: 1.25rem;
    font-weight: 500;
    border-radius: 50px;
    cursor: pointer;
    transition: color 0.15s ease-in;
    background: transparent !important;
    border: none !important;
  }
}
.swiper-container {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 500px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 8px;
  border-radius: 18% 11% 3% 17%/2% 2% 34% 4%;
}

.picture {
  width: 500px;
  height: 320px;
  overflow: hidden;
}
.picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.detail {
  padding: 25px 20px;
  font-weight: 600;
  text-align: center;
}
.detail h3 {
  margin: 0;
  font-size: 20px;
}
.detail span {
  display: block;
  font-size: 16px;
  color: #f44336;
}

.custom-menu {
  margin-right: 2px;
}
.custom-menu img {
  position: absolute;
  height: 84px;
  left: -66px;
  top: -15px;
}

.sticky-icon {
  z-index: 999999;
  position: fixed;
  top: 15%;
  right: 0%;
  width: 180px;
  display: flex;
  flex-direction: column;
}

.sticky-icon a {
  transform: translate(130px, 0px);
  border-radius: 50px 0px 0px 50px;
  text-align: left;
  margin: 2px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px 5px;
  font-size: 14px;

  transition: all 0.8s;
  background: rgba(0, 0, 0, 0.5);
}
.sticky-icon a i {
  width: 30px;
  height: 30px;
}
.sticky-icon a:hover {
  color: #fff;
  transform: translate(0px, 0px);
}
.sticky-icon a:hover i {
  transform: rotate(360deg);
}
/*.search_icon a:hover i  {
	transform:rotate(360deg);}*/
.Facebook {
  background-color: #2c80d3;
  color: #fff;
}

.Youtube {
  background-color: #fa0910;
  color: #fff;
}

.Twitter {
  background-color: #53c5ff;
  color: #fff;
}

.Instagram {
  background-color: #fd1d1d;
  color: #fff;
}

.Google {
  background-color: #d34836;
  color: #fff;
}
.sticky-icon a i {
  background-color: #ffffff1d;
  height: 30px;
  width: 30px;
  color: #ffffff93;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  transition: all 0.5s;
  padding: 0px 5px;
  margin-right: 20px;
}
/* .sticky-icon a i.fa-facebook-f {
  background-color: #fff;
  color: #2c80d3;
}

.sticky-icon a i.fa-google-plus-g {
  background-color: #fff;
  color: #d34836;
}

.sticky-icon a i.fa-instagram {
  background-color: #fff;
  color: #fd1d1d;
}

.sticky-icon a i.fa-youtube {
  background-color: #fff;
  color: #fa0910;
}

.sticky-icon a i.fa-twitter {
  background-color: #fff;
  color: #53c5ff;
}
.fas fa-shopping-cart {
  background-color: #fff;
} */
#myBtn {
  height: 50px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  text-align: center;
  padding: 10px;
  text-align: center;
  line-height: 40px;
  border: none;
  outline: none;
  background-color: #1e88e5;
  color: white;
  cursor: pointer;
  border-radius: 50%;
}
.fa-arrow-circle-up {
  font-size: 30px;
}

#myBtn:hover {
  background-color: #555;
}
.sticky-icon .language-buttons a {
  color: white;
  margin: 0px;
  padding: 0px;
  margin-left: 10px;
}
.sticky-icon .language-buttons a:hover {
  transform: translate(100px, 0px) !important;
}

.gallery {
  width: 100%;
  padding: 60px 0;
  position: relative;
  z-index: 0;
}

.gallery-container {
  align-items: center;
  display: block;
  height: 325px;
  margin: 0px auto;
  max-width: 900px;
  position: relative;
  margin-top: 20px;
}

.gallery-item a img {
  height: 150px;
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 150px;
  z-index: 0;
  background: #fff;
  padding: 0px;
  border: 3px solid rgb(211 162 123);
}

.gallery-item-1 a img {
  left: -20%;
  opacity: 0.4;
  transform: translateX(-50%);
  top: 23%;
}

.gallery-item-2 a img {
  left: -5%;
  transform: translateX(-50%);
  top: 15%;
}
.gallery-item-3 a img {
  left: 19%;
  transform: translateX(-50%);
  top: 7%;
}
.gallery-item-4 a img {
  left: 30%;
  transform: translateX(-50%);
}

.gallery-item-5 a img {
  left: 81%;
  opacity: 0.4;
  transform: translateX(-50%);
  top: 7%;
}

.gallery-item-6 a img {
  left: 105%;
  opacity: 0.4;
  transform: translateX(-50%);
  top: 15%;
}

.gallery-item-7 a img {
  left: 120%;
  opacity: 0.4;
  transform: translateX(-50%);
  top: 23%;
}

.gallery-item-2 a img,
.gallery-item-6 a img {
  height: 200px;
  opacity: 1;
  width: 200px;
  z-index: 2;
}

.gallery-item-3 a img,
.gallery-item-5 a img {
  height: 250px;
  opacity: 1;
  width: 250px;
  z-index: 5;
}

.gallery-item-7 a img {
  height: 150px;
  opacity: 0.4;
  width: 150px;
  z-index: 1;
}

.gallery-item-4 a img {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6), 0 0 60px rgba(0, 0, 0, 0.45),
    0 0 110px rgba(0, 0, 0, 0.25), 0 0 100px rgba(0, 0, 0, 0.1);
  /* height: 300px;
  opacity: 1;
  left: 50%;
  transform: translateX(-50%);
  width: 500px;
  z-index: 9; */
 /*  height: 370px;
    opacity: 1;
    left: 50%;
    transform: translateX(-50%);
    width: 560px;
    z-index: 9;
    margin-top: -28px; */
    height: 460px;
    opacity: 1;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    z-index: 9;
    margin-top: -70px;
}


/* .gallery-controls {
position: absolute;
  bottom: -49px;
  width: 82px;
  z-index: 9999;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999999;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999999;
}
 */
.gallery-controls {
  position: absolute;
  top: 107%;
  width: auto;
  z-index: 9999;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999999;
}

/* .gallery-controls button {
background-color: transparent;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  margin: 0px;
  padding: 0 12px;
  text-transform: capitalize;
  color: transparent;
  height: 27px;

  


} */
.gallery-controls button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  margin: 0 20px;
  padding: 12px 12px;
  text-transform: capitalize;
  color: #00000000;
  background: black;
  margin: 0px 2px;
  width: 50px;
}


.gallery-controls button:focus {
  outline: none;
}

.gallery-controls-previous {
  position: relative;
  margin:0px;
  width:50px;
}

/* .gallery-controls-previous::before {
  border: solid #676767;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  height: 20px;
  left: 0;
  padding: 2px;
  position: absolute;
  top: 0;
  transform: rotate(135deg) translateY(-50%);
  transition: left 0.15s ease-in-out;
  width: 20px;
  z-index: 999999999;
} */

.gallery-controls-previous::before {
  border: solid #fff;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  height: 20px;
  left: 6px;
  padding: 2px;
  position: absolute;
  top: 0;
  transform: rotate(135deg) translateY(-50%) translateX(-50%);
  transition: left 0.15s ease-in-out;
  width: 20px;
  z-index: 999999999;
  top: 29%;
}

.gallery-controls-next {
  position: relative;
   width:50px;
}

/* .gallery-controls-next::before {
  border: solid #676767;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  height: 20px;
  padding: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
  transition: right 0.15s ease-in-out;
  width: 20px;
  z-index: 999999999;
} */

.gallery-controls-next::before {
  border: solid #fff;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  height: 20px;
  padding: 2px;
  position: absolute;
  right: 0;
  top: 58%;
  transform: rotate(-45deg) translateY(-50%) translateY(-50%);
  transition: right 0.15s ease-in-out;
  width: 20px;
  z-index: 999999999;
  background: ;
  left: 50%;
}

.gallery-nav {
  bottom: -15px;
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  position: absolute;
  width: 100%;
}

.gallery-nav li {
  background: #ccc;
  border-radius: 50%;
  height: 10px;
  margin: 0 16px;
  width: 10px;
}

.gallery-nav li.gallery-item-selected {
  background: #555;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .gallery-container {
    margin-top: 20px;
  }


.cart_wrapper {
}

.quantity-input {
  display: flex;
  align-items: center;
}
.quantity-input input {
  text-align: center;
  width: 60px;
  margin: 0 5px;
}
.product-card {
  margin-bottom: 20px;
}

.note {
  font-size: 14px;
}

.product-card .item {
  width: 20%;
}
.product-card h3 {
}
.order-summary {
  border: 2px solid #8ec800;
  padding: 20px;
  background-color: #fefefe;
}

.carousel-wrap {
  margin: 90px auto;
  padding: 0 5%;
  width: 80%;
  position: relative;
}
/* To disable arrows on first and last slide */
.disabled {
  display: block !;
}

.testimonials .card {
  background: linear-gradient(
      to bottom,
      transparent,
      rgba(255, 255, 255, 0.967)
    ),
    url(img/testimonals_item_bg.png) no-repeat bottom center;
  background-size: 100% 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  width: 90% !important;
  border: 2px solid green !important;
}
.testimonials .card-text {
  font-size: 16px;
  padding-bottom: 10px;
}
.testimonials .card-title {
  color: #06955c;
}
.testimonials .card hr {
  margin: 10px 0px;
  color: orangered;
  border: 2px solid orangered;
}

.gallery-section {
  padding: 50px 0px;
  position: relative;
}

.animal-zone-content{
	/*white-space: break-spaces
     text-align: justify; */
    margin-top: 120px;
}

