@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400&family=Poppins:wght@300&display=swap");
@keyframes colorchange {
  0% {
    fill: #0091d1;
  }
  100% {
    fill: #17b8ff;
  }
}
@keyframes opac {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  font-family: "Noto Sans";
  margin: 0px;
  overflow-x: hidden;
  font-weight: 900;
  color: #122347;
  position: relative;
}

.alert-danger {
  color: red;
  font-size: 12px;
  margin-top: 5px;
}

::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: #473325;
  border: 1px solid #473325;
  border-radius: 20px;
}

::-webkit-scrollbar-track {
  background: rgb(183, 170, 159);
}

body a {
  text-decoration: none;
  color: #333;
  font-family: "Noto Sans" !important;
  cursor: pointer;
}
body a:hover {
  color: #005891;
}
body a:focus {
  outline: 0px !important;
}

i {
  margin-right: 8px;
}
@media screen and (max-width: 1600px) {
  i {
    margin-right: 5px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 20px;
  position: relative;
  font-family: "Noto Sans Black" !important;
  font-weight: 400 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase;
}
@media screen and (max-width: 1600px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 10px;
  }
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-family: "Noto Sans" !important;
}

h1,
.single .entry-title {
  font-size: 40px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #122d31 !important;
  text-transform: uppercase;
}
@media screen and (max-width: 1600px) {
  h1,
  .single .entry-title {
    font-size: 36px;
  }
}
@media screen and (max-width: 980px) {
  h1,
  .single .entry-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  h1,
  .single .entry-title {
    font-size: 26px;
    margin-bottom: 10px;
  }
}

h2 {
  font-size: 36px;
  padding-bottom: 10px;
  color: #122d31 !important;
  line-height: 1.2;
}
@media screen and (max-width: 1600px) {
  h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 980px) {
  h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
  }
}

h3 {
  font-size: 30px;
  color: #122d31 !important;
}
@media screen and (max-width: 1600px) {
  h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 980px) {
  h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}
h3.gm-pending-text {
  text-align: center;
}

h4 {
  font-size: 28px;
  color: #122d31 !important;
}
@media screen and (max-width: 1600px) {
  h4 {
    font-size: 26px;
  }
}
@media screen and (max-width: 980px) {
  h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 22px;
  }
}

p {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
  line-height: 1.5;
  font-family: "Noto Sans" !important;
  font-weight: 400;
}
@media screen and (max-width: 1600px) {
  p {
    font-size: 16px;
  }
}
@media screen and (max-width: 980px) {
  p {
    font-size: 14px;
  }
}

ul li {
  list-style: none;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
  -webkit-appearance: none;
}

input:focus {
  outline: 0px !important;
}

.wpcf7-not-valid-tip {
  font-family: "Roboto", sans-serif !important;
}

#scroll-top i {
  margin: 0px;
}

img {
  width: 100%;
}

.invalid .wpcf7-response-output,
.sent .wpcf7-response-output,
.error .wpcf7-response-output,
.valid .wpcf7-response-output {
  font-size: 14px;
  margin: 0px;
  margin-top: 20px;
  color: #fff;
  padding: 7px 10px !important;
  margin: 28px 10px 0px !important;
  width: auto;
  font-family: "gothambold";
}
@media screen and (max-width: 980px) {
  .invalid .wpcf7-response-output,
  .sent .wpcf7-response-output,
  .error .wpcf7-response-output,
  .valid .wpcf7-response-output {
    margin: 28px 0px 0px !important;
  }
}
@media screen and (max-width: 480px) {
  .invalid .wpcf7-response-output,
  .sent .wpcf7-response-output,
  .error .wpcf7-response-output,
  .valid .wpcf7-response-output {
    font-size: 13px;
  }
}

.invalid .wpcf7-response-output {
  background: #a10b0b;
  color: #fff;
  font-weight: 500;
  border-color: #a10b0b !important;
  text-align: center;
}

.sent .wpcf7-response-output {
  background: #037912;
  color: #fff;
  font-weight: 500;
  border-color: #037912 !important;
}

form input:focus:invalid,
form textarea:focus:invalid,
form select:focus:invalid {
  color: #333 !important;
  border: 1px solid #ddd !important;
}

a#scroll-top {
  right: 13px;
}

.search-results .site-content {
  padding: 50px;
}
@media screen and (max-width: 1024px) {
  .search-results .site-content {
    padding: 30px;
  }
}

.bw-innerpage-banner-section {
  padding: 0 !important;
}
.bw-innerpage-banner-section .bw-innerpage-banner-title {
  color: #fff !important;
  font-family: "Noto Sans Black" !important;
  font-weight: 400 !important;
  letter-spacing: 2px !important;
  font-size: 35px;
  word-wrap: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bw-innerpage-banner-section .bw-innerpage-banner-title {
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  .bw-innerpage-banner-section .bw-innerpage-banner-title {
    font-size: 18px;
  }
}

.bw-innerpage-banner-section {
  padding: 0 !important;
}
.bw-innerpage-banner-section .bw-innerpage-banner-slider-wrap .slick-slide {
  height: 80vh !important;
}
.bw-innerpage-banner-section .bw-innerpage-banner-slider-wrap .slick-slide .bw-innerpage-banner-gallery-image {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bw-innerpage-banner-section .bw-innerpage-banner-slider-wrap .slick-slide .bw-innerpage-banner-gallery-image .bw-innerpage-banner-title {
  color: #fff !important;
  font-family: "Noto Sans Black" !important;
  font-weight: 400 !important;
  letter-spacing: 2px !important;
  font-size: 35px;
  word-wrap: normal;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .bw-innerpage-banner-section .bw-innerpage-banner-slider-wrap .slick-slide .bw-innerpage-banner-gallery-image .bw-innerpage-banner-title {
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  .bw-innerpage-banner-section .bw-innerpage-banner-slider-wrap .slick-slide .bw-innerpage-banner-gallery-image .bw-innerpage-banner-title {
    font-size: 18px;
  }
}

.bw-testimonial-section.bw-innerpage-testimonial-section .bw-testimonial-row {
  max-width: 700px !important;
  margin-inline: auto;
}
.bw-testimonial-section.bw-innerpage-testimonial-section .bw-testimonial-row .slick-arrow {
  display: none !important;
}
.bw-testimonial-section.bw-innerpage-testimonial-section .bw-title-wrap h3 {
  position: relative;
  padding-bottom: 0px;
  color: #fff !important;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0px !important;
}
@media screen and (max-width: 1600px) {
  .bw-testimonial-section.bw-innerpage-testimonial-section .bw-title-wrap h3 {
    padding-bottom: 0px;
  }
}

.bw-about-section.bw-innerpage-about-section {
  padding-bottom: 50px !important;
  overflow: hidden !important;
  row-gap: 0;
}
.bw-about-section.bw-innerpage-about-section .bw-title-wrap h3,
.bw-about-section.bw-innerpage-about-section .bw-title-wrap h2 {
  position: relative;
  padding-bottom: 0px;
  color: #4b3729 !important;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .bw-about-section.bw-innerpage-about-section .bw-title-wrap h3,
  .bw-about-section.bw-innerpage-about-section .bw-title-wrap h2 {
    padding-bottom: 0px;
  }
}
.bw-about-section.bw-innerpage-about-section .bw-content-wrap {
  margin-top: 0px !important;
  text-align: center;
}
.bw-about-section.bw-innerpage-about-section .bw-content-wrap p {
  font-size: 22px;
}

.bw-innerpage-content-section.bw-related-blog-section {
  position: relative !important;
  background: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 110px !important;
  margin-bottom: -120px !important;
}
.bw-innerpage-content-section.bw-related-blog-section .bw-innerpage-subtitle h3 {
  text-align: center;
}
.bw-innerpage-content-section.bw-related-blog-section .bw-related-blog-row {
  display: flex;
  margin-inline: -40px;
  justify-content: center;
}
@media screen and (max-width: 1600px) {
  .bw-innerpage-content-section.bw-related-blog-section .bw-related-blog-row {
    margin-inline: -27px;
  }
}
@media screen and (max-width: 767px) {
  .bw-innerpage-content-section.bw-related-blog-section .bw-related-blog-row {
    flex-wrap: wrap;
    margin-inline: -20px;
  }
}
@media screen and (max-width: 560px) {
  .bw-innerpage-content-section.bw-related-blog-section .bw-related-blog-row {
    margin-inline: 0px;
  }
}
.bw-innerpage-content-section.bw-related-blog-section .bw-related-blog-row .bw-related-blog-wrap {
  padding: 20px 40px;
  text-align: center;
  width: 33.33%;
  padding-top: 0px !important;
  margin-bottom: 20px;
}
@media screen and (max-width: 1600px) {
  .bw-innerpage-content-section.bw-related-blog-section .bw-related-blog-row .bw-related-blog-wrap {
    padding: 20px 27px;
  }
}
@media screen and (max-width: 767px) {
  .bw-innerpage-content-section.bw-related-blog-section .bw-related-blog-row .bw-related-blog-wrap {
    width: 50%;
    padding: 20px;
  }
  .bw-innerpage-content-section.bw-related-blog-section .bw-related-blog-row .bw-related-blog-wrap:nth-of-type(2) {
    border-right: 0px !important;
  }
}
@media screen and (max-width: 560px) {
  .bw-innerpage-content-section.bw-related-blog-section .bw-related-blog-row .bw-related-blog-wrap {
    width: 100%;
    padding: 10px 0px;
    margin-bottom: 10px;
    border-right: 0px !important;
  }
}
.bw-innerpage-content-section.bw-related-blog-section .bw-related-blog-row .bw-related-blog-wrap:not(:last-child) {
  border-right: 1px solid #4b3729;
}
.bw-innerpage-content-section.bw-related-blog-section .bw-related-blog-row .bw-related-blog-wrap .bw-related-blog-wrap-inner .bw-related-blog-image {
  margin-bottom: 20px;
}
.bw-innerpage-content-section.bw-related-blog-section .bw-related-blog-row .bw-related-blog-wrap .bw-related-blog-wrap-inner .bw-related-blog-image img {
  height: 450px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: unset !important;
  transform: none !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
}
@media screen and (max-width: 1600px) {
  .bw-innerpage-content-section.bw-related-blog-section .bw-related-blog-row .bw-related-blog-wrap .bw-related-blog-wrap-inner .bw-related-blog-image img {
    height: 350px;
  }
}
@media screen and (max-width: 980px) {
  .bw-innerpage-content-section.bw-related-blog-section .bw-related-blog-row .bw-related-blog-wrap .bw-related-blog-wrap-inner .bw-related-blog-image img {
    height: 250px;
  }
}
.bw-innerpage-content-section.bw-related-blog-section .bw-related-blog-row .bw-related-blog-wrap .bw-related-blog-wrap-inner .bw-related-blog-title h3 {
  text-align: center;
  line-height: normal;
}
.bw-innerpage-content-section.bw-related-blog-section .bw-related-blog-row .bw-related-blog-wrap .bw-related-blog-wrap-inner .bw-related-blog-title h3 a {
  font-family: "Noto Sans Black" !important;
  color: #483426 !important;
  font-size: 19px;
  margin-bottom: 15px;
  line-height: 1.2;
  text-align: center;
}
.bw-innerpage-content-section.bw-related-blog-section .bw-related-blog-row .bw-related-blog-wrap .bw-related-blog-wrap-inner .bw-related-blog-title h3 a:hover {
  color: #a57452 !important;
}
@media screen and (max-width: 1600px) {
  .bw-innerpage-content-section.bw-related-blog-section .bw-related-blog-row .bw-related-blog-wrap .bw-related-blog-wrap-inner .bw-related-blog-title h3 a {
    font-size: 16px;
  }
}
.bw-innerpage-content-section.bw-related-blog-section .bw-related-blog-row .bw-related-blog-wrap .bw-related-blog-wrap-inner .bw-related-blog-expert {
  font-family: "Noto Sans Medium" !important;
  font-size: 19px;
  color: #483426;
  font-weight: 300 !important;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .bw-innerpage-content-section.bw-related-blog-section .bw-related-blog-row .bw-related-blog-wrap .bw-related-blog-wrap-inner .bw-related-blog-expert {
    font-size: 16px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 980px) {
  .bw-innerpage-content-section.bw-related-blog-section .bw-related-blog-row .bw-related-blog-wrap .bw-related-blog-wrap-inner .bw-related-blog-expert {
    font-size: 14px;
  }
}
.bw-innerpage-content-section.bw-related-blog-section .bw-related-blog-row .bw-related-blog-wrap .bw-related-blog-wrap-inner .bw-related-read-more a {
  font-size: 14px !important;
  font-weight: bold !important;
  text-align: right;
  color: #483426 !important;
  -webkit-text-decoration: underline dotted !important;
  text-decoration: underline dotted !important;
  text-underline-offset: 3px;
  margin-top: 10px;
  display: inline-block;
}
.bw-innerpage-content-section.bw-related-blog-section .bw-related-blog-row .bw-related-blog-wrap .bw-related-blog-wrap-inner .bw-related-read-more a:hover {
  color: #a57452 !important;
}

.bw-gallery-section {
  background: #f2f2f2;
}
.bw-gallery-section h3 {
  text-align: center;
}
.bw-gallery-section .gallery {
  display: flex;
  flex-wrap: wrap;
  margin-inline: -10px;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .bw-gallery-section .gallery {
    margin-inline: 0px !important;
  }
}
.bw-gallery-section .gallery .gallery-item {
  padding: 10px;
  width: 50%;
  max-width: 100% !important;
  margin-bottom: 0px !important;
}
@media screen and (max-width: 560px) {
  .bw-gallery-section .gallery .gallery-item {
    width: 100%;
    padding-inline: 0px !important;
  }
}
.bw-gallery-section .gallery .gallery-item .gallery-icon {
  background: transparent;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2196078431);
  padding: 0px;
  overflow: hidden;
}
.bw-gallery-section .gallery .gallery-item .gallery-icon a {
  overflow: hidden;
  width: 100%;
}
.bw-gallery-section .gallery .gallery-item .gallery-icon a:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.bw-gallery-section .gallery .gallery-item .gallery-icon a img {
  margin: 0 auto;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.8117647059);
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .bw-gallery-section .gallery .gallery-item .gallery-icon a img {
    height: 400px;
  }
}
@media screen and (max-width: 560px) {
  .bw-gallery-section .gallery .gallery-item .gallery-icon a img {
    height: auto;
  }
}

.bw-content-image-wrap {
  display: none;
}

.bw-innerpage-content .gallery {
  display: flex;
  flex-wrap: wrap;
  margin-inline: -10px;
}
.bw-innerpage-content .gallery .gallery-item {
  width: 50%;
  padding: 10px;
  margin-bottom: 0px !important;
  max-width: 100%;
}
@media screen and (max-width: 560px) {
  .bw-innerpage-content .gallery .gallery-item {
    width: 100%;
  }
}
.bw-innerpage-content .gallery .gallery-item img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0px 2px 15px 0px #cdcdcd;
}
@media screen and (max-width: 1200px) {
  .bw-innerpage-content .gallery .gallery-item img {
    height: 400px;
  }
}
@media screen and (max-width: 560px) {
  .bw-innerpage-content .gallery .gallery-item img {
    height: auto;
  }
}
.bw-innerpage-content .gallery .gallery-item a {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .bw-innerpage-content .gallery .gallery-item:last-child {
    padding-bottom: 0;
  }
}
.bw-innerpage-content ul {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: 0px;
}
.bw-innerpage-content ul li {
  position: relative;
  font-family: "Noto Sans" !important;
  font-size: 18px !important;
  line-height: 1.5;
  margin-bottom: 18px;
  width: 50%;
  padding-inline: 25px;
  color: #000 !important;
  font-weight: 400;
}
@media screen and (max-width: 1600px) {
  .bw-innerpage-content ul li {
    font-size: 16px !important;
    line-height: 1.3 !important;
    padding-inline: 20px;
  }
}
@media screen and (max-width: 767px) {
  .bw-innerpage-content ul li {
    width: 100%;
    padding-right: 0px !important;
  }
}
.bw-innerpage-content ul li::before {
  content: "\f0da";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  left: 0px;
  top: -3px;
  font-size: 24px;
  font-weight: 600;
  color: #b7aa9f;
}
.bw-innerpage-content ul li:last-child {
  margin-bottom: 0;
}

.bw-innerpage-content-section {
  padding: 60px 50px !important;
}
@media screen and (max-width: 1600px) {
  .bw-innerpage-content-section {
    padding: 30px 50px !important;
  }
}
@media screen and (max-width: 1200px) {
  .bw-innerpage-content-section {
    padding-inline: 40px !important;
  }
}
@media screen and (max-width: 980px) {
  .bw-innerpage-content-section {
    padding: 25px 30px !important;
  }
}
@media screen and (max-width: 580px) {
  .bw-innerpage-content-section {
    padding: 25px 20px !important;
  }
}

.bw-innerpage-subtitle h3 {
  text-align: center;
}

.bw-accordion-wrap .elementor-accordion .elementor-tab-title {
  position: relative;
  padding-right: 25px;
  background: #f3f3f3;
}
.bw-accordion-wrap .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
  position: absolute;
  right: 10px;
  color: #a57452;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .bw-accordion-wrap .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
    right: 5px;
  }
}
.bw-accordion-wrap .elementor-accordion .elementor-tab-title .elementor-accordion-title {
  color: #473325;
  font-family: "Noto Sans" !important;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media screen and (max-width: 1600px) {
  .bw-accordion-wrap .elementor-accordion .elementor-tab-title .elementor-accordion-title {
    font-size: 14px !important;
    line-height: 1.4 !important;
  }
}
.bw-accordion-wrap .elementor-accordion .elementor-tab-title.elementor-active {
  background: #b7aa9f;
}
.bw-accordion-wrap .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon {
  color: #fff;
}
.bw-accordion-wrap .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-title {
  color: #fff;
}
.bw-accordion-wrap .elementor-accordion .elementor-tab-content p {
  font-family: "Noto Sans" !important;
  font-size: 18px !important;
  color: #483426 !important;
  line-height: 1.5;
  margin-bottom: 22px;
  text-align: left;
}
@media screen and (max-width: 1600px) {
  .bw-accordion-wrap .elementor-accordion .elementor-tab-content p {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 980px) {
  .bw-accordion-wrap .elementor-accordion .elementor-tab-content p {
    font-size: 14px !important;
  }
}
.bw-accordion-wrap .elementor-accordion .elementor-tab-content p img {
  margin-bottom: 15px;
}
.bw-accordion-wrap .elementor-accordion .elementor-tab-content p strong {
  margin-block: 15px 10px;
  display: inline-block;
}
.bw-accordion-wrap .elementor-accordion .elementor-tab-content ul li {
  font-size: 18px !important;
  line-height: 1.5 !important;
}
@media screen and (max-width: 1600px) {
  .bw-accordion-wrap .elementor-accordion .elementor-tab-content ul li {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 980px) {
  .bw-accordion-wrap .elementor-accordion .elementor-tab-content ul li {
    font-size: 14px !important;
  }
}
.bw-accordion-wrap .elementor-accordion .elementor-tab-content ul ul {
  margin-top: 10px !important;
}
.bw-accordion-wrap .elementor-accordion .elementor-tab-content .bw-safari-accordion-content-left {
  overflow: auto;
  margin-bottom: 20px;
}
.bw-accordion-wrap .elementor-accordion .elementor-tab-content .bw-safari-accordion-content-left table {
  margin-bottom: 0px !important;
  border: 2px solid #000 !important;
  max-width: 400px;
}
.bw-accordion-wrap .elementor-accordion .elementor-tab-content .bw-safari-accordion-content-left table tr td {
  min-width: auto;
  text-align: left !important;
  font-family: "Noto Sans" !important;
  text-transform: uppercase;
  padding: 5px 10px;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.bw-accordion-wrap .elementor-accordion .elementor-tab-content .bw-safari-accordion-content-left table tr td.table-title {
  text-transform: uppercase;
}
.bw-accordion-wrap .elementor-accordion .elementor-tab-content h3 {
  color: #4b3729 !important;
  text-transform: uppercase;
  font-size: 20px !important;
  font-family: "Noto Sans Medium" !important;
}
@media screen and (max-width: 1600px) {
  .bw-accordion-wrap .elementor-accordion .elementor-tab-content h3 {
    font-size: 19px !important;
  }
}
@media screen and (max-width: 980px) {
  .bw-accordion-wrap .elementor-accordion .elementor-tab-content h3 {
    font-size: 18px !important;
  }
}
.bw-accordion-wrap .elementor-accordion .elementor-tab-content ul {
  margin-left: 0px !important;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.bw-accordion-wrap .elementor-accordion .elementor-tab-content ul li {
  position: relative;
  font-family: "Noto Sans" !important;
  color: #483426 !important;
  line-height: 1.5;
  margin-bottom: 15px;
  width: 50%;
  padding-inline: 20px;
}
@media screen and (max-width: 1600px) {
  .bw-accordion-wrap .elementor-accordion .elementor-tab-content ul li {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 767px) {
  .bw-accordion-wrap .elementor-accordion .elementor-tab-content ul li {
    width: 100%;
    padding-right: 0px !important;
  }
}
.bw-accordion-wrap .elementor-accordion .elementor-tab-content ul li::before {
  content: "\f0da";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  left: 0px;
  top: -1px;
  font-size: 20px;
  font-weight: 600;
  color: #b7aa9f;
}
.bw-accordion-wrap .elementor-accordion .elementor-tab-content ul li:last-child {
  margin-bottom: 0;
}
.bw-accordion-wrap .elementor-accordion .elementor-tab-content ul li strong {
  margin-bottom: 20px;
  display: block;
}
.bw-accordion-wrap .elementor-accordion .elementor-tab-content ul li a:hover {
  color: #a57452;
}
.bw-accordion-wrap .elementor-accordion .elementor-tab-content ul li ul li {
  width: 100% !important;
}
.bw-accordion-wrap .elementor-accordion .elementor-tab-content .gallery {
  display: flex;
  flex-wrap: wrap;
  margin-inline: -20px;
}
.bw-accordion-wrap .elementor-accordion .elementor-tab-content .gallery .gallery-item {
  width: 25%;
  padding: 20px;
  margin-bottom: 0px !important;
  max-width: 100%;
}
@media screen and (max-width: 980px) {
  .bw-accordion-wrap .elementor-accordion .elementor-tab-content .gallery .gallery-item {
    width: 33.33%;
  }
}
@media screen and (max-width: 767px) {
  .bw-accordion-wrap .elementor-accordion .elementor-tab-content .gallery .gallery-item {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .bw-accordion-wrap .elementor-accordion .elementor-tab-content .gallery .gallery-item {
    width: 100%;
  }
}
.bw-accordion-wrap .elementor-accordion .elementor-tab-content .gallery .gallery-item img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0px 2px 15px 0px #cdcdcd;
}
@media screen and (max-width: 1200px) {
  .bw-accordion-wrap .elementor-accordion .elementor-tab-content .gallery .gallery-item img {
    height: 240px;
  }
}
@media screen and (max-width: 980px) {
  .bw-accordion-wrap .elementor-accordion .elementor-tab-content .gallery .gallery-item img {
    height: 200px;
  }
}
@media screen and (max-width: 480px) {
  .bw-accordion-wrap .elementor-accordion .elementor-tab-content .gallery .gallery-item img {
    height: 230px;
  }
}
.bw-accordion-wrap .elementor-accordion .elementor-tab-content .gallery .gallery-item a {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .bw-accordion-wrap .elementor-accordion .elementor-tab-content .gallery .gallery-item:last-child {
    padding-bottom: 0;
  }
}
.bw-accordion-wrap .elementor-accordion .elementor-accordion-item:nth-child(3) .bw-safari-accordion-content-left p {
  margin-bottom: 5px !important;
}
.bw-accordion-wrap.bw-wb-highlights-container .elementor-accordion .elementor-tab-content p strong {
  margin-block: 0px;
  display: inline;
}
.bw-accordion-wrap.bw-safari-td-accordion-wrap .elementor-accordion .elementor-tab-content ul li {
  width: 100%;
}
.bw-accordion-wrap.bw-safari-td-accordion-wrap .elementor-accordion .bw-safari-accordion-content .bw-safari-accordion-content-left .row {
  display: flex;
}
@media screen and (max-width: 767px) {
  .bw-accordion-wrap.bw-safari-td-accordion-wrap .elementor-accordion .bw-safari-accordion-content .bw-safari-accordion-content-left .row {
    flex-wrap: wrap;
  }
}
.bw-accordion-wrap.bw-safari-td-accordion-wrap .elementor-accordion .bw-safari-accordion-content .bw-safari-accordion-content-left .col {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .bw-accordion-wrap.bw-safari-td-accordion-wrap .elementor-accordion .bw-safari-accordion-content .bw-safari-accordion-content-left .col {
    width: 100%;
  }
}
.bw-accordion-wrap.bw-safari-td-accordion-wrap .elementor-accordion .bw-safari-accordion-content .bw-safari-accordion-content-left .col ul li {
  display: flex;
}
.bw-accordion-wrap.bw-safari-td-accordion-wrap .elementor-accordion .bw-safari-accordion-content .bw-safari-accordion-content-left .col ul li strong {
  white-space: nowrap;
}

.elementor-accordion .elementor-accordion-item:nth-child(1) {
  display: none;
}

.elementor-accordion .elementor-accordion-item:nth-child(2) {
  border-top: 1px solid rgb(213, 216, 220) !important;
}

.bw-youtube-video-section .bw-youtube-video-wrap {
  max-width: 800px !important;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2196078431);
  padding: 15px;
  border-radius: 20px;
}
@media screen and (max-width: 560px) {
  .bw-youtube-video-section .bw-youtube-video-wrap {
    padding: 10px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
  }
}
.bw-youtube-video-section iframe {
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.bw-lodge-activity-section .bw-innerpage-content .gallery {
  display: none !important;
}

.bw-terms-content-section .bw-innerpage-content {
  margin-inline: auto;
  max-width: 80% !important;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border: 1px solid #dfdfdf;
  padding: 40px;
  background: rgba(183, 170, 159, 0.0901960784);
}
@media screen and (max-width: 1200px) {
  .bw-terms-content-section .bw-innerpage-content {
    padding: 30px;
  }
}
@media screen and (max-width: 980px) {
  .bw-terms-content-section .bw-innerpage-content {
    padding: 20px;
    max-width: 100% !important;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .bw-terms-content-section .bw-innerpage-content {
    padding: 15px;
  }
}
@media screen and (max-width: 560px) {
  .bw-terms-content-section .bw-innerpage-content h2 {
    font-size: 22px !important;
  }
}
.bw-terms-content-section .bw-innerpage-content ul,
.bw-terms-content-section .bw-innerpage-content ol {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.bw-terms-content-section .bw-innerpage-content ul li,
.bw-terms-content-section .bw-innerpage-content ol li {
  position: relative;
  font-family: "Noto Sans" !important;
  font-size: 17px !important;
  color: #483426 !important;
  line-height: 1.5;
  margin-bottom: 15px;
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .bw-terms-content-section .bw-innerpage-content ul li,
  .bw-terms-content-section .bw-innerpage-content ol li {
    font-size: 15px !important;
    line-height: 1.3 !important;
  }
}
@media screen and (max-width: 980px) {
  .bw-terms-content-section .bw-innerpage-content ul li,
  .bw-terms-content-section .bw-innerpage-content ol li {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 767px) {
  .bw-terms-content-section .bw-innerpage-content ul li,
  .bw-terms-content-section .bw-innerpage-content ol li {
    width: 100%;
  }
}
.bw-terms-content-section .bw-innerpage-content ul li:last-child,
.bw-terms-content-section .bw-innerpage-content ol li:last-child {
  margin-bottom: 0;
}
.bw-terms-content-section .bw-innerpage-content ul li strong,
.bw-terms-content-section .bw-innerpage-content ol li strong {
  margin-bottom: 20px;
  display: block;
}
.bw-terms-content-section .bw-innerpage-content ul li a:hover,
.bw-terms-content-section .bw-innerpage-content ol li a:hover {
  color: #a57452;
}
.bw-terms-content-section .bw-innerpage-content ul li ul li,
.bw-terms-content-section .bw-innerpage-content ul li ol li,
.bw-terms-content-section .bw-innerpage-content ol li ul li,
.bw-terms-content-section .bw-innerpage-content ol li ol li {
  width: 100% !important;
}

.bw-flyin-safari-section .bw-innerpage-content h4 {
  margin: 20px 0px;
}
.bw-flyin-safari-section .bw-innerpage-content table {
  margin-bottom: 20px !important;
}
.bw-flyin-safari-section .bw-innerpage-content table td,
.bw-flyin-safari-section .bw-innerpage-content table th {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
  line-height: 1.5;
  font-family: "Noto Sans" !important;
}
@media screen and (max-width: 1600px) {
  .bw-flyin-safari-section .bw-innerpage-content table td,
  .bw-flyin-safari-section .bw-innerpage-content table th {
    font-size: 16px;
  }
}
@media screen and (max-width: 980px) {
  .bw-flyin-safari-section .bw-innerpage-content table td,
  .bw-flyin-safari-section .bw-innerpage-content table th {
    font-size: 14px;
  }
}
@media screen and (max-width: 580px) {
  .bw-flyin-safari-section .bw-innerpage-content table td,
  .bw-flyin-safari-section .bw-innerpage-content table th {
    padding: 5px;
  }
}
@media screen and (max-width: 580px) {
  .bw-flyin-safari-section .bw-innerpage-content table p {
    font-size: 12px;
  }
}

.bw-safari-second-overview-section .bw-safari-subtitle a {
  color: #a57452;
}
.bw-safari-second-overview-section .bw-safari-subtitle a:hover {
  color: #473325;
}
.bw-safari-second-overview-section h4 {
  text-align: center;
  margin: 20px 0px;
}
.bw-safari-second-overview-section .gallery {
  display: flex;
  flex-wrap: wrap;
  margin-inline: -10px;
}
.bw-safari-second-overview-section .gallery .gallery-item {
  width: 50%;
  padding: 10px;
  margin-bottom: 0px !important;
  max-width: 100%;
}
@media screen and (max-width: 560px) {
  .bw-safari-second-overview-section .gallery .gallery-item {
    width: 100%;
  }
}
.bw-safari-second-overview-section .gallery .gallery-item img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0px 2px 15px 0px #cdcdcd;
}
@media screen and (max-width: 1200px) {
  .bw-safari-second-overview-section .gallery .gallery-item img {
    height: 400px;
  }
}
@media screen and (max-width: 560px) {
  .bw-safari-second-overview-section .gallery .gallery-item img {
    height: auto;
  }
}
.bw-safari-second-overview-section .gallery .gallery-item a {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .bw-safari-second-overview-section .gallery .gallery-item:last-child {
    padding-bottom: 0;
  }
}
.bw-safari-second-overview-section table {
  margin-bottom: 20px !important;
}
.bw-safari-second-overview-section table td,
.bw-safari-second-overview-section table th {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
  line-height: 1.5;
  font-family: "Noto Sans" !important;
}
@media screen and (max-width: 1600px) {
  .bw-safari-second-overview-section table td,
  .bw-safari-second-overview-section table th {
    font-size: 16px;
  }
}
@media screen and (max-width: 980px) {
  .bw-safari-second-overview-section table td,
  .bw-safari-second-overview-section table th {
    font-size: 14px;
  }
}
@media screen and (max-width: 580px) {
  .bw-safari-second-overview-section table td,
  .bw-safari-second-overview-section table th {
    padding: 5px;
  }
}
@media screen and (max-width: 580px) {
  .bw-safari-second-overview-section table p {
    font-size: 12px;
  }
}
.bw-safari-second-overview-section table ~ p a {
  color: #a57452;
}
.bw-safari-second-overview-section table ~ p a:hover {
  color: #473325;
}

.postid-4411 .bw-accordion-wrap .elementor-accordion .elementor-tab-content .bw-safari-accordion-content-left table,
.postid-2096 .bw-accordion-wrap .elementor-accordion .elementor-tab-content .bw-safari-accordion-content-left table {
  max-width: 500px !important;
}

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

@font-face {
  font-family: "Jungle Adventurer";
  src: url("../../fonts/JungleAdventurerRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  src: url("../../fonts/NotoSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans Black";
  src: url("../../fonts/NotoSans-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans Medium";
  src: url("../../fonts/NotoSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.bw-enquiry-booking-btn {
  text-align: center;
}
.bw-enquiry-booking-btn a {
  background: linear-gradient(180deg, #473325, #afa399);
  border: 1px solid #fff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 23px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  cursor: pointer;
  margin-top: 10px;
  font-weight: 900 !important;
  letter-spacing: 1px;
}
@media screen and (max-width: 1600px) {
  .bw-enquiry-booking-btn a {
    font-size: 16px;
    padding-block: 8px !important;
  }
}
@media screen and (max-width: 980px) {
  .bw-enquiry-booking-btn a {
    font-size: 14px;
    padding-inline: 10px !important;
    padding-block: 9px !important;
  }
}
.bw-enquiry-booking-btn a:hover {
  background: linear-gradient(0deg, #473325, #afa399);
}

@keyframes video-banner-title {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
header {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
header#site-header.bw-sticky-header {
  position: fixed !important;
  top: 0px;
}
header#site-header.bw-sticky-header ~ main#main {
  padding-top: 120px;
}
header#site-header.bw-sticky-header .bw-header-right-col {
  padding: 0px;
  justify-content: flex-end;
  --widgets-spacing: 0;
}
header#site-header.bw-sticky-header .bw-header-right-col .bw-header-menu nav {
  top: 61px !important;
}
header#site-header.bw-sticky-header .bw-header-right-col .bw-header-menu nav .menu-item {
  padding-bottom: 0px;
}
header#site-header.bw-sticky-header .bw-header-right-col .bw-header-menu nav .menu-item a {
  padding-left: 15px;
  letter-spacing: 1.3px;
  font-size: 12px;
  padding-block: 5px !important;
}
@media screen and (max-width: 1300px) {
  header#site-header.bw-sticky-header .bw-header-right-col .bw-header-menu nav .menu-item a {
    padding-left: 10px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 1200px) {
  header#site-header.bw-sticky-header .bw-header-right-col .bw-header-menu nav .menu-item a {
    font-size: 10px;
    padding-left: 6px;
  }
}
header#site-header.bw-sticky-header .bw-header-right-col .bw-header-menu nav > ul {
  padding-block: 0px 0px;
}
header#site-header.bw-sticky-header .bw-header-right-col .bw-header-menu .elementor-menu-toggle i {
  margin: 0px !important;
  font-size: 18px;
}
header#site-header.bw-sticky-header .bw-header-right-col .bw-header-social-icons {
  padding-bottom: 0px !important;
  padding-top: 5px;
  width: -moz-fit-content;
  width: fit-content;
}
header#site-header.bw-sticky-header .bw-header-right-col .bw-header-social-icons a i {
  font-size: 15px;
}
header#site-header.bw-sticky-header .bw-header-right-col .bw-header-social-icons a svg {
  width: auto;
  height: 15px;
}
header#site-header.bw-sticky-header .bw-header-left-col img {
  max-width: 70px !important;
}
@media screen and (max-width: 1024px) {
  header#site-header.bw-sticky-header .bw-header-left-col img {
    max-width: 60px !important;
  }
}
header#site-header.bw-sticky-header .bw-search-field {
  margin-bottom: 10px;
  margin-right: 10px;
}
header#site-header.bw-sticky-header .bw-search-field .elementor-search-form__icon i {
  width: 15px;
  font-size: 15px;
}
header .bw-header-section {
  padding: 0px 40px 0px;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  header .bw-header-section {
    padding: 0px 30px 0px;
  }
}
@media screen and (max-width: 1024px) {
  header .bw-header-section {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 560px) {
  header .bw-header-section {
    padding: 0px 20px 0px;
  }
}
header .bw-header-section .bw-header-left-col {
  width: auto;
}
@media screen and (max-width: 1400px) {
  header .bw-header-section .bw-header-left-col {
    justify-content: center;
  }
}
header .bw-header-section .bw-header-left-col > div {
  text-align: left;
}
header .bw-header-section .bw-header-left-col img {
  max-width: 180px !important;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
@media screen and (max-width: 1600px) {
  header .bw-header-section .bw-header-left-col img {
    max-width: 160px !important;
  }
}
@media screen and (max-width: 1400px) {
  header .bw-header-section .bw-header-left-col img {
    max-width: 140px !important;
  }
}
@media screen and (max-width: 1200px) {
  header .bw-header-section .bw-header-left-col img {
    max-width: 100px !important;
  }
}
@media screen and (max-width: 1024px) {
  header .bw-header-section .bw-header-left-col img {
    max-width: 90px !important;
  }
}
@media screen and (max-width: 1024px) {
  header .bw-header-section .bw-header-left-col {
    padding-left: 0px !important;
  }
}
header .bw-header-section .bw-header-right-col {
  width: 100%;
  justify-content: flex-end;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  header .bw-header-section .bw-header-right-col {
    padding-right: 0px !important;
  }
}
header .bw-header-section .bw-header-right-col .bw-search-field {
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 10px;
  outline: none;
  border: none;
}
@media screen and (max-width: 1024px) {
  header .bw-header-section .bw-header-right-col .bw-search-field {
    display: none;
  }
}
header .bw-header-section .bw-header-right-col .bw-search-field form input {
  padding: 0 !important;
}
header .bw-header-section .bw-header-right-col .bw-search-field .elementor-search-form__icon {
  padding: 0 10px;
}
header .bw-header-section .bw-header-right-col .bw-search-field .elementor-search-form__icon i {
  width: 25px;
  margin: 0 auto;
  font-size: 25px;
  color: #483426;
}
header .bw-header-section .bw-header-right-col .bw-search-field .elementor-search-form__icon .elementor-screen-only {
  display: none;
}
header .bw-header-section .bw-header-right-col .bw-header-social-icons {
  padding-bottom: 10px;
  padding-top: 20px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1600px) {
  header .bw-header-section .bw-header-right-col .bw-header-social-icons {
    padding-bottom: 0px !important;
    padding-top: 15px;
  }
}
@media screen and (max-width: 1024px) {
  header .bw-header-section .bw-header-right-col .bw-header-social-icons {
    width: 100%;
  }
}
header .bw-header-section .bw-header-right-col .bw-header-social-icons .elementor-social-icons-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .bw-header-section .bw-header-right-col .bw-header-social-icons .elementor-grid-item:last-child a {
  margin-right: 0px !important;
}
header .bw-header-section .bw-header-right-col .bw-header-social-icons .elementor-grid-item:last-child a i {
  margin-right: 0px !important;
}
header .bw-header-section .bw-header-right-col .bw-header-social-icons a {
  background: transparent !important;
  height: auto !important;
  width: auto;
  margin-right: 10px;
}
header .bw-header-section .bw-header-right-col .bw-header-social-icons a i {
  color: #000;
  font-size: 30px;
}
@media screen and (max-width: 1600px) {
  header .bw-header-section .bw-header-right-col .bw-header-social-icons a i {
    font-size: 25px;
  }
}
@media screen and (max-width: 1024px) {
  header .bw-header-section .bw-header-right-col .bw-header-social-icons a i {
    font-size: 18px;
  }
}
header .bw-header-section .bw-header-right-col .bw-header-social-icons a i:hover {
  color: #483426;
}
@media screen and (max-width: 1600px) {
  header .bw-header-section .bw-header-right-col .bw-header-social-icons a {
    margin-right: 5px;
  }
}
header .bw-header-section .bw-header-right-col .bw-header-social-icons a svg {
  width: auto;
  height: 28px;
}
@media screen and (max-width: 1600px) {
  header .bw-header-section .bw-header-right-col .bw-header-social-icons a svg {
    height: 24px;
  }
}
@media screen and (max-width: 1024px) {
  header .bw-header-section .bw-header-right-col .bw-header-social-icons a svg {
    height: 18px;
  }
}
header .bw-header-section .bw-header-right-col .bw-header-social-icons a svg:hover path {
  fill: #483426;
}
header .bw-header-section .bw-header-right-col .bw-header-social-icons a svg path {
  fill: #000;
}
header .bw-header-section .bw-header-right-col .bw-header-menu {
  width: 100%;
}
header .bw-header-section .bw-header-right-col .bw-header-menu nav {
  justify-content: flex-end;
}
header .bw-header-section .bw-header-right-col .bw-header-menu nav > ul {
  position: relative;
  padding-block: 20px 0px;
}
@media screen and (max-width: 1600px) {
  header .bw-header-section .bw-header-right-col .bw-header-menu nav > ul {
    padding-block: 10px 0px;
  }
}
header .bw-header-section .bw-header-right-col .bw-header-menu nav > ul::before {
  content: "";
  position: absolute;
  width: 95%;
  height: 1px;
  background: #000;
  right: 0px;
  top: 0px;
}
@media screen and (max-width: 1024px) {
  header .bw-header-section .bw-header-right-col .bw-header-menu nav > ul::before {
    display: none !important;
  }
}
header .bw-header-section .bw-header-right-col .bw-header-menu nav .menu-item {
  position: unset;
}
header .bw-header-section .bw-header-right-col .bw-header-menu nav .menu-item:last-child a {
  padding-right: 0px !important;
}
header .bw-header-section .bw-header-right-col .bw-header-menu nav .menu-item a {
  font-family: "Noto Sans";
  font-size: 18px;
  color: #483426;
  letter-spacing: 1.5px;
  background: transparent !important;
  padding-left: 0px;
  padding-bottom: 10px;
  text-transform: uppercase;
  padding-right: 15px;
}
@media screen and (min-width: 1600px) {
  header .bw-header-section .bw-header-right-col .bw-header-menu nav .menu-item a {
    font-size: 16px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 1600px) {
  header .bw-header-section .bw-header-right-col .bw-header-menu nav .menu-item a {
    font-size: 13px;
    padding-right: 0px;
    padding-left: 13px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 1400px) {
  header .bw-header-section .bw-header-right-col .bw-header-menu nav .menu-item a {
    letter-spacing: 1.3px;
    font-size: 12px;
  }
}
@media screen and (max-width: 1300px) {
  header .bw-header-section .bw-header-right-col .bw-header-menu nav .menu-item a {
    font-size: 11px;
    padding-left: 5px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 1200px) {
  header .bw-header-section .bw-header-right-col .bw-header-menu nav .menu-item a {
    font-size: 10px;
    padding-left: 8px;
  }
}
header .bw-header-section .bw-header-right-col .bw-header-menu nav .menu-item a .sub-arrow {
  padding-left: 5px !important;
}
@media screen and (max-width: 1300px) {
  header .bw-header-section .bw-header-right-col .bw-header-menu nav .menu-item a .sub-arrow {
    padding-left: 2px !important;
  }
}
header .bw-header-section .bw-header-right-col .bw-header-menu nav .menu-item a:hover {
  color: #a57452 !important;
}
header .bw-header-section .bw-header-right-col .bw-header-menu nav .menu-item a.elementor-item-active {
  background: transparent !important;
  color: #a57452 !important;
  text-decoration: underline;
}
header .bw-header-section .bw-header-right-col .bw-header-menu nav .menu-item a.elementor-item-active:hover {
  color: #000 !important;
}
header .bw-header-section .bw-header-right-col .bw-header-menu nav .menu-item a::after {
  display: none !important;
}
header .bw-header-section .bw-header-right-col .bw-header-menu nav .menu-item a:hover ~ .sub-menu {
  height: -moz-fit-content;
  height: fit-content;
  opacity: 1;
  padding: 20px;
}
@media screen and (max-width: 1600px) {
  header .bw-header-section .bw-header-right-col .bw-header-menu nav .menu-item a:hover ~ .sub-menu {
    padding: 10px;
  }
}
header .bw-header-section .bw-header-right-col .bw-header-menu nav .menu-item a:hover ~ .sub-menu .menu-item a {
  pointer-events: auto;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  header .bw-header-section .bw-header-right-col .bw-header-menu nav .menu-item a.highlighted ~ .sub-menu {
    display: block !important;
  }
}
header .bw-header-section .bw-header-right-col .bw-header-menu nav .menu-item.current-menu-parent > a, header .bw-header-section .bw-header-right-col .bw-header-menu nav .menu-item.current-menu-item > a {
  background: transparent !important;
  color: #a57452 !important;
  text-decoration: unset !important;
}
header .bw-header-section .bw-header-right-col .bw-header-menu nav .menu-item.current-menu-parent > a:hover, header .bw-header-section .bw-header-right-col .bw-header-menu nav .menu-item.current-menu-item > a:hover {
  color: #000 !important;
}
header .bw-header-section .bw-header-right-col .bw-header-menu nav .menu-item .sub-menu {
  min-width: 100vw !important;
  right: -50px;
  left: unset !important;
  padding: 0px 20px;
  display: flex !important;
  justify-content: center;
  margin: 0px !important;
  height: 0%;
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  max-width: unset;
  background: #f9f4f0;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  header .bw-header-section .bw-header-right-col .bw-header-menu nav .menu-item .sub-menu {
    right: -30px;
  }
}
@media screen and (max-width: 1024px) {
  header .bw-header-section .bw-header-right-col .bw-header-menu nav .menu-item .sub-menu {
    display: none !important;
    width: auto;
    background: transparent !important;
    height: auto !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    min-width: 100% !important;
    padding: 0px 10px;
  }
  header .bw-header-section .bw-header-right-col .bw-header-menu nav .menu-item .sub-menu .menu-item {
    pointer-events: auto !important;
  }
  header .bw-header-section .bw-header-right-col .bw-header-menu nav .menu-item .sub-menu .menu-item a {
    pointer-events: auto !important;
    cursor: pointer !important;
    background: transparent;
  }
  header .bw-header-section .bw-header-right-col .bw-header-menu nav .menu-item .sub-menu .menu-item a:hover {
    color: #a57452 !important;
  }
  header .bw-header-section .bw-header-right-col .bw-header-menu nav .menu-item .sub-menu .menu-item a.elementor-item-active {
    background: transparent !important;
    color: #a57452 !important;
    text-decoration: underline;
  }
  header .bw-header-section .bw-header-right-col .bw-header-menu nav .menu-item .sub-menu .menu-item a.elementor-item-active:hover {
    color: #000 !important;
  }
}
header .bw-header-section .bw-header-right-col .bw-header-menu nav .menu-item .sub-menu:hover {
  height: -moz-fit-content;
  height: fit-content;
  opacity: 1;
  padding: 20px;
}
@media screen and (max-width: 1600px) {
  header .bw-header-section .bw-header-right-col .bw-header-menu nav .menu-item .sub-menu:hover {
    padding: 10px;
  }
}
header .bw-header-section .bw-header-right-col .bw-header-menu nav .menu-item .sub-menu:hover .menu-item {
  pointer-events: auto !important;
}
header .bw-header-section .bw-header-right-col .bw-header-menu nav .menu-item .sub-menu:hover .menu-item a {
  pointer-events: auto;
  cursor: pointer;
}
header .bw-header-section .bw-header-right-col .bw-header-menu nav .menu-item .sub-menu .menu-item {
  pointer-events: none !important;
}
header .bw-header-section .bw-header-right-col .bw-header-menu nav .menu-item .sub-menu .menu-item a {
  font-family: "Noto Sans";
  font-size: 16px;
  letter-spacing: 2px;
  color: #483426;
  pointer-events: none;
  background: transparent !important;
  font-weight: 400;
}
header .bw-header-section .bw-header-right-col .bw-header-menu nav .menu-item .sub-menu .menu-item a:active {
  text-decoration: underline;
}
header .bw-header-section .bw-header-right-col .bw-header-menu nav .menu-item .sub-menu .menu-item a:hover {
  background: transparent;
  text-decoration: underline;
}
@media screen and (max-width: 1600px) {
  header .bw-header-section .bw-header-right-col .bw-header-menu nav .menu-item .sub-menu .menu-item a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  header .bw-header-section .bw-header-right-col .bw-header-menu nav .menu-item .sub-menu .menu-item a {
    font-size: 12px;
  }
}
header .bw-header-section .bw-header-right-col .bw-header-menu nav .menu-item .sub-menu .menu-item a::after {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  header .bw-header-section .bw-header-right-col .bw-header-menu nav {
    margin-top: 0px;
    position: fixed;
    animation: none !important;
    height: 100vh !important;
    overflow-y: auto !important;
    padding: 20px;
    transition: 0.5s;
    left: 100% !important;
    top: 106px;
    border: 0px !important;
    --menu-height: unset !important;
    transform: none !important;
    max-height: unset !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    background: #ebebeb;
    width: 50%;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  header .bw-header-section .bw-header-right-col .bw-header-menu nav {
    width: 80%;
  }
}
@media screen and (max-width: 560px) {
  header .bw-header-section .bw-header-right-col .bw-header-menu nav {
    width: 100%;
  }
}
header .bw-header-section .bw-header-right-col .bw-header-menu .elementor-menu-toggle {
  background-color: transparent;
  color: #000;
  margin-right: 0px !important;
}
header .bw-header-section .bw-header-right-col .bw-header-menu .elementor-menu-toggle:hover {
  color: #a57452;
  background-color: transparent;
}
header .bw-header-section .bw-header-right-col .bw-header-menu .elementor-menu-toggle i {
  margin: 0px !important;
}
header .bw-header-section .bw-header-right-col .bw-header-menu .elementor-menu-toggle.elementor-active ~ nav {
  left: 50% !important;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  header .bw-header-section .bw-header-right-col .bw-header-menu .elementor-menu-toggle.elementor-active ~ nav {
    left: 20% !important;
  }
}
@media screen and (max-width: 560px) {
  header .bw-header-section .bw-header-right-col .bw-header-menu .elementor-menu-toggle.elementor-active ~ nav {
    left: 0% !important;
  }
}
@media screen and (max-width: 1024px) {
  header .bw-header-section .bw-header-search-mob-wrap {
    width: 100%;
  }
}
header .bw-header-search-mob-section {
  display: none;
}
@media screen and (max-width: 1024px) {
  header .bw-header-search-mob-section {
    display: block;
  }
}
header .bw-header-search-mob-section > div {
  padding: 0;
}
header .bw-search-field-mobile {
  display: none !important;
}
header .bw-search-field-mobile input {
  padding-left: 10px !important;
}
@media screen and (max-width: 1024px) {
  header .bw-search-field-mobile {
    display: block !important;
  }
}
header .bw-search-field-mobile button {
  width: 50px;
  background-color: #483426 !important;
}

.site-footer .footer-widgets-inner {
  width: 100%;
  max-width: 100%;
}
.site-footer .bw-footer-top-section {
  background: #483426;
  position: relative;
  padding: 40px 50px;
}
@media screen and (max-width: 1024px) {
  .site-footer .bw-footer-top-section {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 980px) {
  .site-footer .bw-footer-top-section {
    padding-inline: 30px !important;
  }
}
@media screen and (max-width: 580px) {
  .site-footer .bw-footer-top-section {
    padding-inline: 20px !important;
  }
}
.site-footer .bw-footer-top-section p,
.site-footer .bw-footer-top-section a,
.site-footer .bw-footer-top-section h2,
.site-footer .bw-footer-top-section h4 {
  color: #fff !important;
}
.site-footer .bw-footer-top-section p,
.site-footer .bw-footer-top-section a {
  font-size: 20px !important;
  font-weight: 300 !important;
  font-family: "Poppins", sans-serif !important;
  letter-spacing: 1px;
}
@media screen and (max-width: 1600px) {
  .site-footer .bw-footer-top-section p,
  .site-footer .bw-footer-top-section a {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer .bw-footer-top-section p,
  .site-footer .bw-footer-top-section a {
    font-size: 14px;
  }
}
.site-footer .bw-footer-top-section p a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.site-footer .bw-footer-top-section p a:hover {
  color: #b7aa9f !important;
}
.site-footer .bw-footer-top-section h2,
.site-footer .bw-footer-top-section h4 {
  font-family: "Jungle Adventurer" !important;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media screen and (max-width: 1600px) {
  .site-footer .bw-footer-top-section h2,
  .site-footer .bw-footer-top-section h4 {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer .bw-footer-top-section h2,
  .site-footer .bw-footer-top-section h4 {
    font-size: 18px;
  }
}
.site-footer .bw-footer-top-section::before {
  content: "";
  position: absolute;
  background: url(../../images/footer-image-new-08.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 290px;
  top: -280px;
  left: 0px;
}
@media screen and (max-width: 1600px) {
  .site-footer .bw-footer-top-section::before {
    height: 250px;
    top: -240px;
  }
}
@media screen and (max-width: 1400px) {
  .site-footer .bw-footer-top-section::before {
    height: 200px;
    top: -190px;
  }
}
@media screen and (max-width: 1300px) {
  .site-footer .bw-footer-top-section::before {
    height: 150px;
    top: -140px;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer .bw-footer-top-section::before {
    height: 120px;
    top: -100px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .bw-footer-top-section::before {
    height: 100px;
    top: -90px;
    background-size: 140%;
    background-position: 80% 100%;
  }
}
.site-footer .bw-footer-top-section .bw-footer-col {
  padding-inline: 20px;
}
@media screen and (max-width: 1600px) {
  .site-footer .bw-footer-top-section .bw-footer-col {
    padding-inline: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer .bw-footer-top-section .bw-footer-col {
    width: 50% !important;
  }
}
@media screen and (max-width: 580px) {
  .site-footer .bw-footer-top-section .bw-footer-col {
    width: 100% !important;
    padding-inline: 0px !important;
    margin-bottom: 20px !important;
  }
}
.site-footer .bw-footer-top-section .bw-footer-col-one {
  padding-left: 0px !important;
}
.site-footer .bw-footer-top-section .bw-footer-col-one .bw-footer-logo {
  margin-bottom: 30px;
}
.site-footer .bw-footer-top-section .bw-footer-col-one .bw-footer-logo > div {
  text-align: left;
}
.site-footer .bw-footer-top-section .bw-footer-col-one .bw-footer-logo img {
  max-width: 250px;
}
@media screen and (max-width: 1600px) {
  .site-footer .bw-footer-top-section .bw-footer-col-one .bw-footer-logo img {
    max-width: 180px;
  }
}
.site-footer .bw-footer-top-section .bw-footer-col-one .bw-footer-text {
  margin-bottom: 30px;
}
@media screen and (max-width: 1600px) {
  .site-footer .bw-footer-top-section .bw-footer-col-one .bw-footer-text {
    margin-bottom: 20px;
  }
}
.site-footer .bw-footer-top-section .bw-footer-col-one .bw-footer-social-icon-wrap {
  margin-bottom: 30px;
}
@media screen and (max-width: 1600px) {
  .site-footer .bw-footer-top-section .bw-footer-col-one .bw-footer-social-icon-wrap {
    margin-bottom: 20px;
  }
}
.site-footer .bw-footer-top-section .bw-footer-col-one .bw-footer-social-icon-wrap .elementor-social-icons-wrapper {
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.site-footer .bw-footer-top-section .bw-footer-col-one .bw-footer-social-icon-wrap a {
  background: transparent !important;
  width: auto !important;
}
.site-footer .bw-footer-top-section .bw-footer-col-one .bw-footer-social-icon-wrap a i {
  color: #ffffff;
  font-size: 30px;
  margin-right: 30px;
}
.site-footer .bw-footer-top-section .bw-footer-col-one .bw-footer-social-icon-wrap a i:hover {
  color: #000;
}
@media screen and (max-width: 1600px) {
  .site-footer .bw-footer-top-section .bw-footer-col-one .bw-footer-social-icon-wrap a i {
    margin-right: 10px;
    font-size: 25px;
  }
}
.site-footer .bw-footer-top-section .bw-footer-col-one .bw-footer-social-icon-wrap a svg {
  width: auto;
  height: 28px;
  margin-right: 30px;
}
@media screen and (max-width: 1600px) {
  .site-footer .bw-footer-top-section .bw-footer-col-one .bw-footer-social-icon-wrap a svg {
    height: 25px;
    margin-right: 10px;
  }
}
.site-footer .bw-footer-top-section .bw-footer-col-one .bw-footer-social-icon-wrap a svg:hover path {
  fill: #000;
}
.site-footer .bw-footer-top-section .bw-footer-col-one .bw-footer-social-icon-wrap a svg path {
  fill: #ffffff;
}
@media screen and (max-width: 1600px) {
  .site-footer .bw-footer-top-section .bw-footer-col-one .bw-footer-affiliation-title h4 {
    font-size: 18px;
  }
}
.site-footer .bw-footer-top-section .bw-footer-col-one .bw-footer-affiliation-image-wrap {
  padding-left: 0px !important;
  flex-wrap: wrap;
  margin-left: -10px;
}
@media screen and (max-width: 560px) {
  .site-footer .bw-footer-top-section .bw-footer-col-one .bw-footer-affiliation-image-wrap {
    margin-left: 0px !important;
  }
}
.site-footer .bw-footer-top-section .bw-footer-col-one .bw-footer-affiliation-image-wrap .bw-footer-affiliation-image {
  width: 50%;
  padding: 10px;
}
@media screen and (max-width: 560px) {
  .site-footer .bw-footer-top-section .bw-footer-col-one .bw-footer-affiliation-image-wrap .bw-footer-affiliation-image {
    width: 100%;
    padding-inline: 0px !important;
    text-align: left;
  }
}
.site-footer .bw-footer-top-section .bw-footer-col-one .bw-footer-affiliation-image-wrap .bw-footer-affiliation-image img {
  height: auto;
  width: 100%;
}
.site-footer .bw-footer-top-section .bw-footer-col-one .bw-footer-affiliation-image-wrap .bw-footer-affiliation-image.bw-footer-affiliation-image-three {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .site-footer .bw-footer-top-section .bw-footer-col-two,
  .site-footer .bw-footer-top-section .bw-footer-col-four {
    padding-left: 30px !important;
  }
}
@media screen and (max-width: 580px) {
  .site-footer .bw-footer-top-section .bw-footer-col-two,
  .site-footer .bw-footer-top-section .bw-footer-col-four {
    padding-left: 0px !important;
  }
}
.site-footer .bw-footer-top-section .bw-footer-col-four {
  padding-right: 0px !important;
}
@media screen and (max-width: 560px) {
  .site-footer .bw-footer-top-section .bw-footer-col-four {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer .bw-footer-top-section .bw-footer-col-three {
    padding-left: 0px !important;
  }
}
.site-footer .bw-footer-top-section .bw-footer-menu-col h4 {
  margin-bottom: 20px;
}
@media screen and (max-width: 1600px) {
  .site-footer .bw-footer-top-section .bw-footer-menu-col h4 {
    margin-bottom: 15px;
  }
}
.site-footer .bw-footer-top-section .bw-footer-menu-col a {
  font-weight: 300 !important;
  padding-left: 0px !important;
  white-space: initial;
  padding-bottom: 8px !important;
  font-family: "Poppins", sans-serif !important;
  letter-spacing: 1px;
}
.site-footer .bw-footer-top-section .bw-footer-menu-col a:hover {
  color: #b7aa9f !important;
}
.site-footer .bw-footer-top-section .bw-footer-menu-col a::after {
  display: none;
}
@media screen and (max-width: 1600px) {
  .site-footer .bw-footer-top-section .bw-footer-menu-col a {
    padding-bottom: 0px !important;
  }
}
.site-footer .bw-footer-top-section .bw-footer-menu-col nav ul {
  flex-direction: column;
}
.site-footer .bw-footer-bottom-section p,
.site-footer .bw-footer-bottom-section a {
  font-weight: 300 !important;
  color: #fff !important;
}
.site-footer .bw-footer-bottom-section .bw-copy-right-menu {
  padding-block: 15px;
}
.site-footer .bw-footer-bottom-section .bw-copy-right-menu a {
  padding-block: 0px !important;
  border-right: 2px solid #fff;
  font-size: 18px;
  font-family: "Poppins", sans-serif !important;
}
.site-footer .bw-footer-bottom-section .bw-copy-right-menu a:hover {
  color: #a57452 !important;
}
@media screen and (max-width: 1600px) {
  .site-footer .bw-footer-bottom-section .bw-copy-right-menu a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer .bw-footer-bottom-section .bw-copy-right-menu a {
    margin-bottom: 10px;
    font-size: 14px;
    padding-inline: 10px !important;
  }
}
.site-footer .bw-footer-bottom-section .bw-copy-right-menu a::after {
  display: none;
}
.site-footer .bw-footer-bottom-section .bw-copy-right-menu .menu-item:last-child a {
  border: 0px !important;
}
.site-footer .bw-footer-bottom-section .bw-copyright-content p {
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .site-footer .bw-footer-bottom-section .bw-copyright-content p {
    font-size: 14px;
  }
}
.site-footer .bw-footer-bottom-section .bw-copyright-content p a {
  font-family: "Poppins", sans-serif !important;
}
.site-footer .bw-footer-bottom-section .bw-copyright-content p a:hover {
  color: #a57452 !important;
}
.site-footer .bw-footer-bottom-section .bw-copyright-content p .privacy-text {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 2px solid #fff;
}

.bw-home-title-wrap h2 {
  position: relative;
  padding-bottom: 50px;
  font-size: 45px;
  color: #4b3729 !important;
  text-transform: uppercase;
}
@media screen and (max-width: 1600px) {
  .bw-home-title-wrap h2 {
    font-size: 35px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1300px) {
  .bw-home-title-wrap h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .bw-home-title-wrap h2 {
    font-size: 24px;
  }
}
.bw-home-title-wrap h2::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 100%;
  background: url(../../images/under-heading-image-new.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
@media screen and (max-width: 1300px) {
  .bw-home-title-wrap h2::before {
    bottom: -10px;
  }
}
@media screen and (max-width: 1600px) {
  .bw-home-title-wrap h2::before {
    width: 150px;
  }
}
@media screen and (max-width: 1300px) {
  .bw-home-title-wrap h2::before {
    width: 120px;
  }
}

.bw-home-section {
  padding: 80px 40px !important;
}
@media screen and (max-width: 1600px) {
  .bw-home-section {
    padding: 50px 30px !important;
  }
}
@media screen and (max-width: 980px) {
  .bw-home-section {
    padding: 30px 20px !important;
  }
}
.bw-home-section .bw-home-btn a {
  background: linear-gradient(180deg, #473325, #afa399);
  border: 1px solid #fff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  width: 220px;
  font-size: 23px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  cursor: pointer;
  position: relative;
  z-index: 9;
  font-weight: 900;
  letter-spacing: 1px;
}
@media screen and (max-width: 1600px) {
  .bw-home-section .bw-home-btn a {
    width: 150px;
    font-size: 16px;
    padding-block: 8px !important;
  }
}
@media screen and (max-width: 980px) {
  .bw-home-section .bw-home-btn a {
    width: 120px;
    font-size: 14px;
    padding-inline: 10px !important;
    padding-block: 9px !important;
  }
}
.bw-home-section .bw-home-btn a:hover {
  background: linear-gradient(0deg, #473325, #afa399);
}

.bw-home-banner-section {
  background: #000;
}
@media screen and (max-width: 1300px) {
  .bw-home-banner-section {
    min-height: 85vh !important;
  }
}
@media screen and (max-width: 1024px) {
  .bw-home-banner-section {
    min-height: 70vh !important;
  }
}
.bw-home-banner-section .bw-home-banner-text h2 {
  color: #fff !important;
  font-size: 45px;
  font-family: "Noto Sans Black" !important;
}
@media screen and (max-width: 1600px) {
  .bw-home-banner-section .bw-home-banner-text h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .bw-home-banner-section .bw-home-banner-text h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .bw-home-banner-section .bw-home-banner-text h2 {
    font-size: 18px;
  }
}

.bw-subscribe-section {
  position: relative !important;
  background: url(../../images/newsletter-bg.jpg);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 200px !important;
  padding-bottom: 350px !important;
  margin-bottom: 10px !important;
}
.bw-subscribe-section::before {
  content: "" !important;
  position: absolute;
  background: rgba(255, 255, 255, 0.768627451);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
@media screen and (max-width: 1600px) {
  .bw-subscribe-section {
    padding-top: 150px !important;
    padding-bottom: 250px !important;
  }
}
@media screen and (max-width: 1300px) {
  .bw-subscribe-section {
    padding-top: 100px !important;
    padding-bottom: 150px !important;
  }
}
@media screen and (max-width: 980px) {
  .bw-subscribe-section {
    padding-top: 70px !important;
    padding-bottom: 120px !important;
  }
}
@media screen and (max-width: 560px) {
  .bw-subscribe-section {
    padding-top: 60px !important;
    padding-bottom: 120px !important;
  }
}
.bw-subscribe-section .bw-subscribe-title-wrap h2 {
  color: #000 !important;
  font-size: 70px;
  padding-bottom: 0px !important;
}
.bw-subscribe-section .bw-subscribe-title-wrap h2::before {
  display: none;
}
@media screen and (max-width: 1600px) {
  .bw-subscribe-section .bw-subscribe-title-wrap h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 1300px) {
  .bw-subscribe-section .bw-subscribe-title-wrap h2 {
    padding-bottom: 20px;
    font-size: 40px;
  }
}
@media screen and (max-width: 980px) {
  .bw-subscribe-section .bw-subscribe-title-wrap h2 {
    font-size: 36px;
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 560px) {
  .bw-subscribe-section .bw-subscribe-title-wrap h2 {
    font-size: 26px;
  }
}
.bw-subscribe-section .bw-newsletter-content-wrap p {
  text-align: center;
  max-width: 800px;
  margin-inline: auto;
  font-weight: 900;
  font-family: "Noto Sans medium" !important;
  margin-bottom: 3px;
}
.bw-subscribe-section .bw-subscribe-form-wrap form .be-subscribe-form-row {
  display: flex;
  justify-content: center;
  max-width: 900px;
  margin-inline: auto !important;
}
@media screen and (max-width: 1300px) {
  .bw-subscribe-section .bw-subscribe-form-wrap form .be-subscribe-form-row {
    max-width: 700px;
  }
}
@media screen and (max-width: 767px) {
  .bw-subscribe-section .bw-subscribe-form-wrap form .be-subscribe-form-row {
    flex-wrap: wrap;
  }
}
.bw-subscribe-section .bw-subscribe-form-wrap form .be-subscribe-form-row .bw-subscribe-form-col {
  padding-inline: 20px;
}
@media screen and (max-width: 1600px) {
  .bw-subscribe-section .bw-subscribe-form-wrap form .be-subscribe-form-row .bw-subscribe-form-col {
    padding-inline: 15px;
  }
}
@media screen and (max-width: 980px) {
  .bw-subscribe-section .bw-subscribe-form-wrap form .be-subscribe-form-row .bw-subscribe-form-col {
    padding-inline: 10px;
  }
}
@media screen and (max-width: 767px) {
  .bw-subscribe-section .bw-subscribe-form-wrap form .be-subscribe-form-row .bw-subscribe-form-col {
    width: 100%;
    padding-inline: 0px !important;
    padding-bottom: 5px !important;
    margin-bottom: 5px !important;
  }
}
.bw-subscribe-section .bw-subscribe-form-wrap form .be-subscribe-form-row .bw-subscribe-form-col input {
  height: 60px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  color: #fff !important;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 100;
}
.bw-subscribe-section .bw-subscribe-form-wrap form .be-subscribe-form-row .bw-subscribe-form-col input::-moz-placeholder {
  color: #fff !important;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}
.bw-subscribe-section .bw-subscribe-form-wrap form .be-subscribe-form-row .bw-subscribe-form-col input::placeholder {
  color: #fff !important;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}
@media screen and (max-width: 1600px) {
  .bw-subscribe-section .bw-subscribe-form-wrap form .be-subscribe-form-row .bw-subscribe-form-col input {
    height: 50px;
    font-size: 16px;
  }
  .bw-subscribe-section .bw-subscribe-form-wrap form .be-subscribe-form-row .bw-subscribe-form-col input::-moz-placeholder {
    font-size: 16px;
  }
  .bw-subscribe-section .bw-subscribe-form-wrap form .be-subscribe-form-row .bw-subscribe-form-col input::placeholder {
    font-size: 16px;
  }
}
@media screen and (max-width: 980px) {
  .bw-subscribe-section .bw-subscribe-form-wrap form .be-subscribe-form-row .bw-subscribe-form-col input {
    height: 45px;
    font-size: 14px;
  }
  .bw-subscribe-section .bw-subscribe-form-wrap form .be-subscribe-form-row .bw-subscribe-form-col input::-moz-placeholder {
    font-size: 14px;
  }
  .bw-subscribe-section .bw-subscribe-form-wrap form .be-subscribe-form-row .bw-subscribe-form-col input::placeholder {
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  .bw-subscribe-section .bw-subscribe-form-wrap form .be-subscribe-form-row .bw-subscribe-form-col input {
    height: 40px;
    font-size: 12px;
  }
  .bw-subscribe-section .bw-subscribe-form-wrap form .be-subscribe-form-row .bw-subscribe-form-col input::-moz-placeholder {
    font-size: 12px;
  }
  .bw-subscribe-section .bw-subscribe-form-wrap form .be-subscribe-form-row .bw-subscribe-form-col input::placeholder {
    font-size: 12px;
  }
}
.bw-subscribe-section .bw-subscribe-form-wrap form .be-subscribe-form-row .bw-subscribe-form-col.bw-subscribe-form-col-left {
  width: 100%;
  padding: 0px !important;
  display: flex;
}
@media screen and (max-width: 767px) {
  .bw-subscribe-section .bw-subscribe-form-wrap form .be-subscribe-form-row .bw-subscribe-form-col.bw-subscribe-form-col-left {
    flex-wrap: wrap;
  }
}
.bw-subscribe-section .bw-subscribe-form-wrap form .be-subscribe-form-row .bw-subscribe-form-col.bw-subscribe-form-col-left span.wpcf7-form-control-wrap {
  width: 50%;
  padding-right: 15px !important;
}
@media screen and (max-width: 767px) {
  .bw-subscribe-section .bw-subscribe-form-wrap form .be-subscribe-form-row .bw-subscribe-form-col.bw-subscribe-form-col-left span.wpcf7-form-control-wrap {
    width: 100%;
    padding-inline: 0px !important;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.bw-subscribe-section .bw-subscribe-form-wrap form .be-subscribe-form-row .bw-subscribe-form-col.bw-subscribe-form-col-left span.wpcf7-form-control-wrap.your-email {
  padding-left: 10px;
}
.bw-subscribe-section .bw-subscribe-form-wrap form .be-subscribe-form-row .bw-subscribe-form-col.bw-subscribe-form-col-left span.wpcf7-form-control-wrap.your-name {
  padding-right: 10px;
}
.bw-subscribe-section .bw-subscribe-form-wrap form .be-subscribe-form-row .bw-subscribe-form-col.bw-subscribe-form-col-left span.wpcf7-form-control-wrap input {
  background: #a79385;
  padding-inline: 30px;
}
@media screen and (max-width: 980px) {
  .bw-subscribe-section .bw-subscribe-form-wrap form .be-subscribe-form-row .bw-subscribe-form-col.bw-subscribe-form-col-left span.wpcf7-form-control-wrap input {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 560px) {
  .bw-subscribe-section .bw-subscribe-form-wrap form .be-subscribe-form-row .bw-subscribe-form-col.bw-subscribe-form-col-left span.wpcf7-form-control-wrap input {
    padding-inline: 10px !important;
  }
}
.bw-subscribe-section .bw-subscribe-form-wrap form .be-subscribe-form-row .bw-subscribe-form-col.bw-subscribe-form-col-right {
  padding-right: 0px !important;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bw-subscribe-section .bw-subscribe-form-wrap form .be-subscribe-form-row .bw-subscribe-form-col.bw-subscribe-form-col-right {
    text-align: center;
  }
}
.bw-subscribe-section .bw-subscribe-form-wrap form .be-subscribe-form-row .bw-subscribe-form-col.bw-subscribe-form-col-right input {
  width: 230px;
  background: linear-gradient(180deg, #473325, #afa399);
  border: 1px solid #fff;
}
.bw-subscribe-section .bw-subscribe-form-wrap form .be-subscribe-form-row .bw-subscribe-form-col.bw-subscribe-form-col-right input:hover {
  background: linear-gradient(0deg, #473325, #afa399);
}
@media screen and (max-width: 980px) {
  .bw-subscribe-section .bw-subscribe-form-wrap form .be-subscribe-form-row .bw-subscribe-form-col.bw-subscribe-form-col-right input {
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .bw-subscribe-section .bw-subscribe-form-wrap form .be-subscribe-form-row .bw-subscribe-form-col.bw-subscribe-form-col-right input {
    width: 140px;
  }
}
@media screen and (max-width: 560px) {
  .bw-subscribe-section .bw-subscribe-form-wrap form .be-subscribe-form-row .bw-subscribe-form-col.bw-subscribe-form-col-right input {
    width: 100px;
  }
}
.bw-subscribe-section .bw-subscribe-form-wrap form .be-subscribe-form-row .bw-subscribe-form-col.bw-subscribe-form-col-right .ajax-loader,
.bw-subscribe-section .bw-subscribe-form-wrap form .be-subscribe-form-row .bw-subscribe-form-col.bw-subscribe-form-col-right .wpcf7-spinner {
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 2px;
}
.bw-subscribe-section .bw-subscribe-form-wrap form .wpcf7-response-output {
  max-width: 900px;
  margin-inline: auto !important;
  font-family: "Noto Sans" !important;
}
@media screen and (max-width: 1300px) {
  .bw-subscribe-section .bw-subscribe-form-wrap form .wpcf7-response-output {
    max-width: 700px;
  }
}
@media screen and (max-width: 560px) {
  .bw-subscribe-section .bw-subscribe-form-wrap form .wpcf7-response-output {
    font-size: 12px;
  }
}

.bw-about-section {
  position: relative !important;
  background: #e8e8e8;
  overflow: hidden !important;
}
.bw-about-section .bw-wb-image-top img {
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.bw-about-section.bw-why-botswana-section .bw-content-wrap {
  margin-top: 0px !important;
}
.bw-about-section .bw-content-wrap {
  max-width: 70% !important;
  margin: 20px auto !important;
}
@media screen and (max-width: 980px) {
  .bw-about-section .bw-content-wrap {
    max-width: 90% !important;
  }
}
@media screen and (max-width: 560px) {
  .bw-about-section .bw-content-wrap {
    max-width: 100% !important;
  }
}
.bw-about-section .bw-content-wrap p {
  color: #483426;
  font-size: 24px;
}
@media screen and (max-width: 1600px) {
  .bw-about-section .bw-content-wrap p {
    font-size: 16px !important;
  }
}
.bw-about-section .bw-content-wrap p a {
  color: #a57452 !important;
}
.bw-about-section .bw-content-wrap p a:hover {
  color: #473325 !important;
}

.bw-testimonial-section {
  background: url(../../images/testimonial-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.bw-testimonial-section::before {
  content: "" !important;
  position: absolute;
  background: rgba(0, 0, 0, 0.4901960784);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.bw-testimonial-section .bw-title-wrap h2 {
  color: #fff !important;
}
.bw-testimonial-section .bw-title-wrap h2::before {
  background: url(../../images/under-heading-image-white-new.png) !important;
  background-position: bottom center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
.bw-testimonial-section .bw-testimonial-row {
  max-width: 80%;
  margin-inline: auto;
  margin-bottom: 10px !important;
}
@media screen and (max-width: 1300px) {
  .bw-testimonial-section .bw-testimonial-row {
    max-width: 90% !important;
  }
}
@media screen and (max-width: 1024px) {
  .bw-testimonial-section .bw-testimonial-row {
    max-width: 100% !important;
  }
}
.bw-testimonial-section .bw-testimonial-row .slick-track .slick-slide {
  padding: 20px 30px;
}
@media screen and (max-width: 1600px) {
  .bw-testimonial-section .bw-testimonial-row .slick-track .slick-slide {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .bw-testimonial-section .bw-testimonial-row .slick-track .slick-slide {
    padding-inline: 10px;
  }
}
@media screen and (max-width: 480px) {
  .bw-testimonial-section .bw-testimonial-row .slick-track .slick-slide {
    padding-inline: 0px !important;
  }
}
.bw-testimonial-section .bw-testimonial-row .slick-track .slick-slide .bw-testimonial-person-name {
  margin-bottom: 20px;
}
@media screen and (max-width: 1600px) {
  .bw-testimonial-section .bw-testimonial-row .slick-track .slick-slide .bw-testimonial-person-name {
    margin-bottom: 10px;
  }
}
.bw-testimonial-section .bw-testimonial-row .slick-track .slick-slide .bw-testimonial-person-name span {
  color: #fff !important;
  font-family: "Noto Sans";
  font-weight: 600 !important;
  font-size: 20px;
}
@media screen and (max-width: 1600px) {
  .bw-testimonial-section .bw-testimonial-row .slick-track .slick-slide .bw-testimonial-person-name span {
    font-size: 16px;
  }
}
@media screen and (max-width: 980px) {
  .bw-testimonial-section .bw-testimonial-row .slick-track .slick-slide .bw-testimonial-person-name span {
    font-size: 14px;
  }
}
.bw-testimonial-section .bw-testimonial-row .slick-track .slick-slide .bw-testimonial-wrap {
  background: rgba(0, 0, 0, 0.5568627451);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  padding: 20px;
  font-family: "Noto Sans";
  display: block;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.bw-testimonial-section .bw-testimonial-row .slick-track .slick-slide .bw-testimonial-wrap:hover {
  background: rgba(0, 0, 0, 0.6901960784) !important;
}
.bw-testimonial-section .bw-testimonial-row .slick-track .slick-slide .bw-testimonial-wrap .bw-testimonial-content p {
  color: #fff !important;
  font-size: 20px;
  font-weight: 300 !important;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .bw-testimonial-section .bw-testimonial-row .slick-track .slick-slide .bw-testimonial-wrap .bw-testimonial-content p {
    font-size: 16px;
  }
}
@media screen and (max-width: 980px) {
  .bw-testimonial-section .bw-testimonial-row .slick-track .slick-slide .bw-testimonial-wrap .bw-testimonial-content p {
    font-size: 14px;
  }
}
.bw-testimonial-section .bw-testimonial-row .slick-track .slick-slide .bw-testimonial-rating {
  margin-top: 10px;
}
.bw-testimonial-section .bw-testimonial-row .slick-track .slick-slide .bw-testimonial-rating .bw-testimonial-star.has-color i {
  color: #f9b909;
}
.bw-testimonial-section .bw-testimonial-row .slick-track .slick-slide .bw-testimonial-rating .bw-testimonial-star i {
  font-size: 20px;
}
.bw-testimonial-section .bw-testimonial-row .slick-dots {
  position: unset;
  margin-top: 20px;
}
.bw-testimonial-section .bw-testimonial-row .slick-dots li {
  margin: 0px 15px;
}
@media screen and (max-width: 1600px) {
  .bw-testimonial-section .bw-testimonial-row .slick-dots li {
    margin: 0px 10px;
  }
}
@media screen and (max-width: 767px) {
  .bw-testimonial-section .bw-testimonial-row .slick-dots li {
    margin: 0px 5px;
  }
}
.bw-testimonial-section .bw-testimonial-row .slick-dots .slick-active button::before {
  color: #483426 !important;
  opacity: 1 !important;
}
.bw-testimonial-section .bw-testimonial-row .slick-dots button {
  width: 40px;
  height: 40px;
}
.bw-testimonial-section .bw-testimonial-row .slick-dots button::before {
  font-size: 30px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  color: #b5a99f !important;
  opacity: 1 !important;
}
@media screen and (max-width: 1600px) {
  .bw-testimonial-section .bw-testimonial-row .slick-dots button::before {
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .bw-testimonial-section .bw-testimonial-row .slick-dots button::before {
    font-size: 20px;
    line-height: 20px;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .bw-testimonial-section .bw-testimonial-row .slick-dots button {
    width: 30px;
    height: 30px;
  }
}

.bw-safari-expert-section {
  position: relative !important;
}
.bw-safari-expert-section .bw-home-title-wrap h2 {
  padding-bottom: 10px !important;
}
.bw-safari-expert-section .bw-home-title-wrap h2::before {
  display: none !important;
}
.bw-safari-expert-section .bw-safari-expert-row {
  margin-bottom: 30px;
  justify-content: center;
}
@media screen and (max-width: 1300px) {
  .bw-safari-expert-section .bw-safari-expert-row {
    flex-wrap: wrap;
    --widgets-spacing: 0px !important;
    padding-inline: 0px;
  }
}
@media screen and (max-width: 560px) {
  .bw-safari-expert-section .bw-safari-expert-row {
    padding-inline: 10px !important;
  }
}
@media screen and (max-width: 480px) {
  .bw-safari-expert-section .bw-safari-expert-row {
    padding-inline: 0px !important;
  }
}
.bw-safari-expert-section .bw-safari-expert-row .bw-safari-expert-col {
  padding: 20px;
}
@media screen and (max-width: 1600px) {
  .bw-safari-expert-section .bw-safari-expert-row .bw-safari-expert-col {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 1300px) {
  .bw-safari-expert-section .bw-safari-expert-row .bw-safari-expert-col {
    width: 33.33% !important;
    padding: 20px;
  }
}
@media screen and (max-width: 980px) {
  .bw-safari-expert-section .bw-safari-expert-row .bw-safari-expert-col {
    width: 50% !important;
    padding: 20px;
    flex-direction: column;
    display: flex;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .bw-safari-expert-section .bw-safari-expert-row .bw-safari-expert-col {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 560px) {
  .bw-safari-expert-section .bw-safari-expert-row .bw-safari-expert-col {
    width: 100% !important;
    padding-inline: 0px;
  }
}
.bw-safari-expert-section .bw-safari-expert-row .bw-safari-expert-col .bw-safari-expert-image img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
  overflow: hidden;
}
.bw-safari-expert-section .bw-safari-expert-row .bw-safari-expert-col .bw-safari-expert-list-wrap {
  box-shadow: 0px 2px 15px 0px #cdcdcd;
  padding: 20px;
  background: #fff;
  height: 100%;
}
.bw-safari-expert-section .bw-safari-expert-row .bw-safari-expert-col .bw-safari-expert-list-wrap h3,
.bw-safari-expert-section .bw-safari-expert-row .bw-safari-expert-col .bw-safari-expert-list-wrap p {
  font-family: "Noto Sans" !important;
  text-align: center !important;
}
@media screen and (max-width: 1600px) {
  .bw-safari-expert-section .bw-safari-expert-row .bw-safari-expert-col .bw-safari-expert-list-wrap h3,
  .bw-safari-expert-section .bw-safari-expert-row .bw-safari-expert-col .bw-safari-expert-list-wrap p {
    font-size: 16px;
  }
}
@media screen and (max-width: 980px) {
  .bw-safari-expert-section .bw-safari-expert-row .bw-safari-expert-col .bw-safari-expert-list-wrap h3,
  .bw-safari-expert-section .bw-safari-expert-row .bw-safari-expert-col .bw-safari-expert-list-wrap p {
    font-size: 14px;
  }
}
.bw-safari-expert-section .bw-safari-expert-row .bw-safari-expert-col .bw-safari-expert-list-wrap h3 {
  font-size: 22px;
  font-weight: 600 !important;
  text-transform: uppercase;
}
@media screen and (max-width: 1600px) {
  .bw-safari-expert-section .bw-safari-expert-row .bw-safari-expert-col .bw-safari-expert-list-wrap h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 980px) {
  .bw-safari-expert-section .bw-safari-expert-row .bw-safari-expert-col .bw-safari-expert-list-wrap h3 {
    font-size: 14px;
  }
}
.bw-safari-expert-section .bw-safari-expert-row .bw-safari-expert-col .bw-safari-expert-list-wrap p {
  line-height: 2;
}

.bw-safari-styles-section {
  background: #f2f2f2;
}
@media screen and (max-width: 767px) {
  .bw-safari-styles-section .bw-safari-styles-row {
    padding-inline: 0px !important;
  }
}
.bw-safari-styles-section .bw-safari-styles-row .bw-safari-style-col {
  padding: 30px;
  width: 50%;
}
@media screen and (max-width: 1600px) {
  .bw-safari-styles-section .bw-safari-styles-row .bw-safari-style-col {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 767px) {
  .bw-safari-styles-section .bw-safari-styles-row .bw-safari-style-col {
    width: 100% !important;
    padding: 20px 10px;
  }
}
@media screen and (max-width: 480px) {
  .bw-safari-styles-section .bw-safari-styles-row .bw-safari-style-col {
    padding: 20px 0px;
  }
}
.bw-safari-styles-section .bw-safari-styles-row .bw-safari-style-col .bw-safary-style-image img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
  max-width: 90%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1600px) {
  .bw-safari-styles-section .bw-safari-styles-row .bw-safari-style-col .bw-safary-style-image img {
    height: 350px;
    width: 100% !important;
  }
}
@media screen and (max-width: 980px) {
  .bw-safari-styles-section .bw-safari-styles-row .bw-safari-style-col .bw-safary-style-image img {
    height: 300px;
    width: 100% !important;
    max-width: 95%;
  }
}
.bw-safari-styles-section .bw-safari-styles-row .bw-safari-style-col .bw-safari-style-text-wrap {
  padding: 20px;
  padding-top: 240px !important;
  margin-top: -220px;
  box-shadow: 0px 2px 15px 0px #cdcdcd;
  padding: 20px;
  background: #fff;
}
@media screen and (max-width: 1600px) {
  .bw-safari-styles-section .bw-safari-styles-row .bw-safari-style-col .bw-safari-style-text-wrap {
    padding-top: 250px !important;
    margin-top: -240px;
  }
}
@media screen and (max-width: 980px) {
  .bw-safari-styles-section .bw-safari-styles-row .bw-safari-style-col .bw-safari-style-text-wrap {
    padding-top: 240px !important;
    margin-top: -220px;
  }
}
.bw-safari-styles-section .bw-safari-styles-row .bw-safari-style-col .bw-safari-style-text-wrap h3 {
  font-family: "Noto Sans Black" !important;
  color: #483426 !important;
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .bw-safari-styles-section .bw-safari-styles-row .bw-safari-style-col .bw-safari-style-text-wrap h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 980px) {
  .bw-safari-styles-section .bw-safari-styles-row .bw-safari-style-col .bw-safari-style-text-wrap h3 {
    font-size: 16px;
  }
}
.bw-safari-styles-section .bw-safari-styles-row .bw-safari-style-col .bw-safari-style-text-wrap p {
  font-family: "Noto Sans" !important;
  font-size: 22px;
  text-align: center !important;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .bw-safari-styles-section .bw-safari-styles-row .bw-safari-style-col .bw-safari-style-text-wrap p {
    font-size: 16px;
  }
}
@media screen and (max-width: 980px) {
  .bw-safari-styles-section .bw-safari-styles-row .bw-safari-style-col .bw-safari-style-text-wrap p {
    font-size: 14px;
  }
}
.bw-safari-styles-section .bw-safari-styles-row .bw-safari-style-col .bw-safari-style-text-wrap p a {
  background: linear-gradient(180deg, #473325, #afa399);
  border: 1px solid #fff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  width: 180px;
  font-size: 18px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  cursor: pointer;
  position: relative;
  z-index: 9;
  font-weight: 900;
  letter-spacing: 1px;
  padding: 12px 24px;
  line-height: 1;
  color: #fff;
  display: block;
  margin: 10px auto 0;
}
.bw-safari-styles-section .bw-safari-styles-row .bw-safari-style-col .bw-safari-style-text-wrap p a:hover {
  background: linear-gradient(0deg, #473325, #afa399);
}
@media screen and (max-width: 1600px) {
  .bw-safari-styles-section .bw-safari-styles-row .bw-safari-style-col .bw-safari-style-text-wrap p a {
    padding: 10px;
    width: 160px;
    font-size: 16px;
  }
}
@media screen and (max-width: 980px) {
  .bw-safari-styles-section .bw-safari-styles-row .bw-safari-style-col .bw-safari-style-text-wrap p a {
    width: 140px;
    font-size: 14px;
  }
}

.bw-destination-section .bw-home-title-wrap h2 {
  padding-bottom: 0px !important;
}
.bw-destination-section .bw-home-title-wrap h2::before {
  display: none !important;
}
.bw-destination-section .bw-home-destinations-row {
  margin-inline: auto;
}
.bw-destination-section .bw-home-destinations-row .slick-prev,
.bw-destination-section .bw-home-destinations-row .slick-next {
  top: 40%;
  z-index: 9;
  height: auto !important;
}
.bw-destination-section .bw-home-destinations-row .slick-prev::before,
.bw-destination-section .bw-home-destinations-row .slick-next::before {
  font-size: 40px;
  color: #4b3729;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
@media screen and (max-width: 980px) {
  .bw-destination-section .bw-home-destinations-row .slick-prev::before,
  .bw-destination-section .bw-home-destinations-row .slick-next::before {
    font-size: 30px;
  }
}
.bw-destination-section .bw-home-destinations-row .slick-next {
  right: -10px;
}
@media screen and (max-width: 980px) {
  .bw-destination-section .bw-home-destinations-row .slick-next {
    right: -5px;
  }
}
.bw-destination-section .bw-home-destinations-row .slick-next::before {
  content: "\f105";
}
.bw-destination-section .bw-home-destinations-row .slick-prev {
  left: -10px;
}
@media screen and (max-width: 980px) {
  .bw-destination-section .bw-home-destinations-row .slick-prev {
    left: -5px;
  }
}
.bw-destination-section .bw-home-destinations-row .slick-prev::before {
  content: "\f104";
}
.bw-destination-section .bw-home-destinations-row .slick-list {
  margin-inline: 15px;
}
.bw-destination-section .bw-home-destinations-row .slick-track {
  margin-bottom: 50px;
}
@media screen and (max-width: 980px) {
  .bw-destination-section .bw-home-destinations-row .slick-track {
    margin-bottom: 10px;
  }
}
.bw-destination-section .bw-home-destinations-row .slick-track .slick-slide {
  padding: 20px 30px;
}
@media screen and (max-width: 1600px) {
  .bw-destination-section .bw-home-destinations-row .slick-track .slick-slide {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .bw-destination-section .bw-home-destinations-row .slick-track .slick-slide {
    padding-inline: 10px;
  }
}
@media screen and (max-width: 480px) {
  .bw-destination-section .bw-home-destinations-row .slick-track .slick-slide {
    padding-inline: 5px !important;
  }
}
.bw-destination-section .bw-home-destinations-row .slick-track .slick-slide .bw-home-destinations {
  height: 100% !important;
}
.bw-destination-section .bw-home-destinations-row .slick-track .slick-slide .bw-home-destinations .bw-home-destination-image img {
  height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100% !important;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1600px) {
  .bw-destination-section .bw-home-destinations-row .slick-track .slick-slide .bw-home-destinations .bw-home-destination-image img {
    height: 450px;
  }
}
@media screen and (max-width: 1400px) {
  .bw-destination-section .bw-home-destinations-row .slick-track .slick-slide .bw-home-destinations .bw-home-destination-image img {
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .bw-destination-section .bw-home-destinations-row .slick-track .slick-slide .bw-home-destinations .bw-home-destination-image img {
    height: 300px;
  }
}
@media screen and (max-width: 560px) {
  .bw-destination-section .bw-home-destinations-row .slick-track .slick-slide .bw-home-destinations .bw-home-destination-image img {
    height: 260px;
  }
}
.bw-destination-section .bw-home-destinations-row .slick-track .slick-slide .bw-home-destinations .bw-home-destination-content-wrap {
  box-shadow: 0px 2px 15px 0px #cdcdcd;
  padding: 20px;
  background: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .bw-destination-section .bw-home-destinations-row .slick-track .slick-slide .bw-home-destinations .bw-home-destination-content-wrap {
    box-shadow: 0px 2px 5px 0px #cdcdcd;
  }
}
.bw-destination-section .bw-home-destinations-row .slick-track .slick-slide .bw-home-destinations .bw-home-destination-content-wrap .bw-home-destination-title a {
  font-family: "Noto Sans Black" !important;
  color: #483426;
  font-size: 19px;
  margin-bottom: 15px;
  line-height: 1.2;
  text-transform: uppercase;
}
@media screen and (max-width: 1600px) {
  .bw-destination-section .bw-home-destinations-row .slick-track .slick-slide .bw-home-destinations .bw-home-destination-content-wrap .bw-home-destination-title a {
    font-size: 16px;
  }
}
@media screen and (max-width: 980px) {
  .bw-destination-section .bw-home-destinations-row .slick-track .slick-slide .bw-home-destinations .bw-home-destination-content-wrap .bw-home-destination-title a {
    font-size: 14px;
  }
}
.bw-destination-section .bw-home-destinations-row .slick-track .slick-slide .bw-home-destinations .bw-home-destination-content-wrap .bw-home-destination-excerpt {
  font-family: "Noto Sans Medium" !important;
  font-size: 19px;
  color: #483426;
  font-weight: 300 !important;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .bw-destination-section .bw-home-destinations-row .slick-track .slick-slide .bw-home-destinations .bw-home-destination-content-wrap .bw-home-destination-excerpt {
    font-size: 16px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 980px) {
  .bw-destination-section .bw-home-destinations-row .slick-track .slick-slide .bw-home-destinations .bw-home-destination-content-wrap .bw-home-destination-excerpt {
    font-size: 14px;
  }
}
.bw-destination-section .bw-home-destinations-row .slick-dots li {
  margin: 0px 15px;
}
@media screen and (max-width: 1600px) {
  .bw-destination-section .bw-home-destinations-row .slick-dots li {
    margin: 0px 10px;
  }
}
@media screen and (max-width: 767px) {
  .bw-destination-section .bw-home-destinations-row .slick-dots li {
    margin: 0px 5px;
  }
}
.bw-destination-section .bw-home-destinations-row .slick-dots .slick-active button::before {
  color: #483426 !important;
  opacity: 1 !important;
}
.bw-destination-section .bw-home-destinations-row .slick-dots button {
  width: 40px;
  height: 40px;
}
.bw-destination-section .bw-home-destinations-row .slick-dots button::before {
  font-size: 30px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  color: #b5a99f !important;
  opacity: 1 !important;
}
@media screen and (max-width: 1600px) {
  .bw-destination-section .bw-home-destinations-row .slick-dots button::before {
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .bw-destination-section .bw-home-destinations-row .slick-dots button::before {
    font-size: 20px;
    line-height: 20px;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .bw-destination-section .bw-home-destinations-row .slick-dots button {
    width: 30px;
    height: 30px;
  }
}

.bw-available-space-section {
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.5490196078), rgba(0, 0, 0, 0.5490196078)), url(../../images/available-space-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.bw-available-space-section::before {
  content: "" !important;
  position: absolute !important;
  background: url(../../images/tree-element.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 500px !important;
  height: 85% !important;
  bottom: -10px !important;
  left: -250px !important;
  top: unset !important;
}
.bw-available-space-section::after {
  content: "" !important;
  position: absolute;
  background: url(../../images/giraf.png);
  width: 360px;
  height: 400px;
  bottom: -10px;
  right: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.bw-available-space-section .bw-home-title-wrap h2 {
  color: #fff !important;
}
.bw-available-space-section .bw-home-title-wrap h2::before {
  background: url(../../images/under-heading-image-white-new.png) !important;
  background-position: bottom center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
.bw-available-space-section .bw-available-trip-list-row {
  margin-bottom: 70px;
  padding: 0px;
}
@media screen and (max-width: 560px) {
  .bw-available-space-section .bw-available-trip-list-row {
    padding-inline: 0px !important;
  }
}
@media screen and (max-width: 480px) {
  .bw-available-space-section .bw-available-trip-list-row {
    padding-inline: 0px !important;
  }
}
.bw-available-space-section .bw-available-trip-list {
  max-width: 80% !important;
  margin-inline: auto;
}
@media screen and (max-width: 1300px) {
  .bw-available-space-section .bw-available-trip-list {
    max-width: 90% !important;
  }
}
@media screen and (max-width: 1024px) {
  .bw-available-space-section .bw-available-trip-list {
    max-width: 100% !important;
  }
}
.bw-available-space-section .bw-available-trip-list .bw-home-upcoming-trips {
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 980px) {
  .bw-available-space-section .bw-available-trip-list .bw-home-upcoming-trips {
    padding-inline: 10px;
  }
}
@media screen and (max-width: 767px) {
  .bw-available-space-section .bw-available-trip-list .bw-home-upcoming-trips {
    flex-wrap: wrap;
    padding-inline: 0px;
    justify-content: center;
  }
}
@media screen and (max-width: 560px) {
  .bw-available-space-section .bw-available-trip-list .bw-home-upcoming-trips {
    padding-inline: 0px !important;
  }
}
.bw-available-space-section .bw-available-trip-list .bw-home-upcoming-trips .bw-home-upcoming-trips-row {
  width: 33.33%;
  padding: 10px 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 980px) {
  .bw-available-space-section .bw-available-trip-list .bw-home-upcoming-trips .bw-home-upcoming-trips-row {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .bw-available-space-section .bw-available-trip-list .bw-home-upcoming-trips .bw-home-upcoming-trips-row {
    width: 50%;
  }
}
@media screen and (max-width: 560px) {
  .bw-available-space-section .bw-available-trip-list .bw-home-upcoming-trips .bw-home-upcoming-trips-row {
    width: 100%;
    padding-inline: 0px !important;
  }
}
.bw-available-space-section .bw-available-trip-list .bw-home-upcoming-trips .bw-home-upcoming-trips-row .bw-home-upcoming-trips-image img {
  width: 100%;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1600px) {
  .bw-available-space-section .bw-available-trip-list .bw-home-upcoming-trips .bw-home-upcoming-trips-row .bw-home-upcoming-trips-image img {
    height: 400px;
  }
}
.bw-available-space-section .bw-available-trip-list .bw-home-upcoming-trips .bw-home-upcoming-trips-row .bw-home-upcoming-trips-title {
  position: absolute;
  bottom: 10px;
  background: rgba(0, 0, 0, 0.6784313725);
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: calc(100% - 39px);
  text-align: center;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1600px) {
  .bw-available-space-section .bw-available-trip-list .bw-home-upcoming-trips .bw-home-upcoming-trips-row .bw-home-upcoming-trips-title {
    height: 80px;
  }
}
@media screen and (max-width: 980px) {
  .bw-available-space-section .bw-available-trip-list .bw-home-upcoming-trips .bw-home-upcoming-trips-row .bw-home-upcoming-trips-title {
    width: calc(100% - 19px);
  }
}
@media screen and (max-width: 560px) {
  .bw-available-space-section .bw-available-trip-list .bw-home-upcoming-trips .bw-home-upcoming-trips-row .bw-home-upcoming-trips-title {
    width: 100%;
  }
}
.bw-available-space-section .bw-available-trip-list .bw-home-upcoming-trips .bw-home-upcoming-trips-row .bw-home-upcoming-trips-title h4 {
  color: #fff !important;
  font-family: "Noto Sans Black" !important;
  font-size: 27px;
  margin-bottom: 0px !important;
}
@media screen and (max-width: 1600px) {
  .bw-available-space-section .bw-available-trip-list .bw-home-upcoming-trips .bw-home-upcoming-trips-row .bw-home-upcoming-trips-title h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1300px) {
  .bw-available-space-section .bw-available-trip-list .bw-home-upcoming-trips .bw-home-upcoming-trips-row .bw-home-upcoming-trips-title h4 {
    font-size: 18px;
  }
}

.bw-home-latest-news-section {
  position: relative !important;
  background: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bw-home-latest-news-section .bw-home-title-wrap h2 {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 560px) {
  .bw-home-latest-news-section .bw-home-title-wrap h2 {
    padding-bottom: 0px !important;
  }
}
.bw-home-latest-news-section .bw-home-title-wrap h2::before {
  background: url(../../images/logo-element.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px !important;
  height: 100%;
  right: -110px !important;
  left: unset;
  transform: none !important;
  bottom: unset !important;
  top: -10px;
}
@media screen and (max-width: 560px) {
  .bw-home-latest-news-section .bw-home-title-wrap h2::before {
    display: none;
  }
}
.bw-home-latest-news-section .bw-home-latest-news-wrap {
  max-width: 80% !important;
  margin-inline: auto;
  margin-bottom: 30px !important;
  margin-top: 30px !important;
}
@media screen and (max-width: 1300px) {
  .bw-home-latest-news-section .bw-home-latest-news-wrap {
    max-width: 90% !important;
  }
}
@media screen and (max-width: 1024px) {
  .bw-home-latest-news-section .bw-home-latest-news-wrap {
    max-width: 100% !important;
  }
}
.bw-home-latest-news-section .bw-home-latest-news-wrap .elementor-posts-container {
  grid-column-gap: unset !important;
  grid-row-gap: unset !important;
  display: flex !important;
  align-items: flex-start !important;
  margin-inline: -20px;
}
@media screen and (max-width: 1600px) {
  .bw-home-latest-news-section .bw-home-latest-news-wrap .elementor-posts-container {
    margin-inline: 0px !important;
  }
}
@media screen and (max-width: 767px) {
  .bw-home-latest-news-section .bw-home-latest-news-wrap .elementor-posts-container {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.bw-home-latest-news-section .bw-home-latest-news-wrap .elementor-posts-container article {
  padding-top: 0px !important;
  padding: 20px 40px;
  text-align: center;
  width: 33.33%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1600px) {
  .bw-home-latest-news-section .bw-home-latest-news-wrap .elementor-posts-container article {
    padding: 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .bw-home-latest-news-section .bw-home-latest-news-wrap .elementor-posts-container article {
    width: 50%;
    padding: 20px;
  }
  .bw-home-latest-news-section .bw-home-latest-news-wrap .elementor-posts-container article:nth-of-type(2) {
    border-right: 0px !important;
  }
}
@media screen and (max-width: 560px) {
  .bw-home-latest-news-section .bw-home-latest-news-wrap .elementor-posts-container article {
    width: 100%;
    padding: 10px 0px;
    border-right: 0px !important;
    margin-bottom: 10px;
  }
}
.bw-home-latest-news-section .bw-home-latest-news-wrap .elementor-posts-container article:not(:last-child) {
  border-right: 1px solid #4b3729;
}
.bw-home-latest-news-section .bw-home-latest-news-wrap .elementor-posts-container article .elementor-post__thumbnail__link .elementor-post__thumbnail {
  padding-bottom: 0px !important;
}
.bw-home-latest-news-section .bw-home-latest-news-wrap .elementor-posts-container article .elementor-post__thumbnail__link .elementor-post__thumbnail img {
  height: 450px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: unset !important;
  transform: none !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
}
@media screen and (max-width: 1600px) {
  .bw-home-latest-news-section .bw-home-latest-news-wrap .elementor-posts-container article .elementor-post__thumbnail__link .elementor-post__thumbnail img {
    height: 350px;
  }
}
@media screen and (max-width: 980px) {
  .bw-home-latest-news-section .bw-home-latest-news-wrap .elementor-posts-container article .elementor-post__thumbnail__link .elementor-post__thumbnail img {
    height: 250px;
  }
}
.bw-home-latest-news-section .bw-home-latest-news-wrap .elementor-posts-container article .elementor-post__text .elementor-post__title a {
  font-family: "Noto Sans Medium" !important;
  font-size: 22px;
  color: #483426;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 10px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 700;
}
.bw-home-latest-news-section .bw-home-latest-news-wrap .elementor-posts-container article .elementor-post__text .elementor-post__title a:hover {
  color: #a57452 !important;
}
@media screen and (max-width: 1600px) {
  .bw-home-latest-news-section .bw-home-latest-news-wrap .elementor-posts-container article .elementor-post__text .elementor-post__title a {
    font-size: 18px;
  }
}
.bw-home-latest-news-section .bw-home-latest-news-wrap .elementor-posts-container article .elementor-post__excerpt p {
  font-family: "Noto Sans" !important;
  font-weight: 400 !important;
  color: #000;
  font-size: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .bw-home-latest-news-section .bw-home-latest-news-wrap .elementor-posts-container article .elementor-post__excerpt p {
    font-size: 16px;
  }
}
@media screen and (max-width: 980px) {
  .bw-home-latest-news-section .bw-home-latest-news-wrap .elementor-posts-container article .elementor-post__excerpt p {
    font-size: 14px;
  }
}
.bw-home-latest-news-section .bw-home-latest-news-wrap .elementor-posts-container article.post-4606 img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.bw-logo-section .bw-logo-image-row {
  max-width: 80% !important;
  margin-inline: auto;
  margin-top: 30px !important;
  --widgets-spacing: 0px;
}
@media screen and (max-width: 1300px) {
  .bw-logo-section .bw-logo-image-row {
    max-width: 90% !important;
  }
}
@media screen and (max-width: 1024px) {
  .bw-logo-section .bw-logo-image-row {
    max-width: 100% !important;
  }
}
.bw-logo-section .bw-logo-image-row .bw-logo-image {
  width: 25%;
}
.bw-logo-section .bw-logo-image-row .bw-logo-image img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
@media screen and (max-width: 1600px) {
  .bw-logo-section .bw-logo-image-row .bw-logo-image img {
    width: 90px;
    height: 90px;
  }
}
@media screen and (max-width: 560px) {
  .bw-logo-section .bw-logo-image-row .bw-logo-image {
    width: 40%;
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 480px) {
  .bw-logo-section .bw-logo-image-row .bw-logo-image {
    width: 50%;
  }
}

.bw-home-map-section {
  padding: 0px !important;
}
.bw-home-map-section::before {
  content: "" !important;
  position: absolute !important;
  width: 200px !important;
  height: 200px !important;
  background: url(../../images/botswana-map.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0 !important;
  left: 0 !important;
  opacity: 1 !important;
  z-index: 9;
}
@media screen and (max-width: 1200px) {
  .bw-home-map-section::before {
    width: 160px !important;
    height: 160px !important;
  }
}
@media screen and (max-width: 767px) {
  .bw-home-map-section::before {
    width: 130px !important;
    height: 130px !important;
  }
}
@media screen and (max-width: 560px) {
  .bw-home-map-section::before {
    width: 80px !important;
    height: 80px !important;
  }
}
.bw-home-map-section .elementor-widget-container {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .bw-home-map-section .elementor-widget-container .bw-home-map {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
}
.bw-home-map-section .elementor-widget-container .bw-home-map svg {
  display: block;
}
.bw-home-map-section .elementor-widget-container .bw-home-map svg path[style="fill:#0091d1"] {
  animation: colorchange 0.5s infinite alternate;
  -webkit-animation: colorchange 0.5s infinite alternate;
}
@media screen and (max-width: 1200px) {
  .bw-home-map-section .elementor-widget-container .bw-home-map svg {
    min-width: 1200px;
  }
}
@media screen and (max-width: 1024px) {
  .bw-home-map-section .elementor-widget-container .bw-home-map svg {
    transform: translateX(-70px);
  }
}
@media screen and (max-width: 767px) {
  .bw-home-map-section .elementor-widget-container .bw-home-map svg {
    min-width: 930px;
    transform: translateX(-70px);
    -webkit-transform: translateX(-70px);
    -moz-transform: translateX(-70px);
    -ms-transform: translateX(-70px);
    -o-transform: translateX(-70px);
  }
}
.bw-home-map-section .elementor-widget-container .bw-home-map svg .map-pointer {
  cursor: pointer;
}
.bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  top: 0;
  pointer-events: none;
}
.bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner {
  max-width: 250px;
  background: #fff;
  border-radius: 20px;
  position: relative;
  pointer-events: auto;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner {
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: 30px !important;
    bottom: unset !important;
    max-width: 280px !important;
    width: 100% !important;
    -webkit-transform: translateX(-50%) !important;
    -moz-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    -o-transform: translateX(-50%) !important;
  }
}
.bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner::before {
  top: 0px;
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: white;
  transform: rotate(45deg) translateX(-50%);
  left: 50%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner::before {
    display: none;
  }
}
.bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner.active {
  opacity: 1;
  pointer-events: auto;
}
.bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner.bw-map-pin-1871 {
  position: absolute;
  left: 34.2%;
  bottom: 14%;
}
@media screen and (max-width: 1600px) {
  .bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner.bw-map-pin-1871 {
    left: 32%;
  }
}
@media screen and (max-width: 1400px) {
  .bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner.bw-map-pin-1871 {
    left: 31%;
  }
}
@media screen and (max-width: 1300px) {
  .bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner.bw-map-pin-1871 {
    left: 31%;
  }
}
@media screen and (max-width: 1200px) {
  .bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner.bw-map-pin-1871 {
    left: 28%;
  }
}
@media screen and (max-width: 1024px) {
  .bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner.bw-map-pin-1871 {
    left: 20%;
  }
}
@media screen and (max-width: 768px) {
  .bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner.bw-map-pin-1871 {
    left: 10%;
  }
}
.bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner.bw-map-pin-1871::before {
  bottom: -25px;
  top: unset;
}
.bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner.bw-map-pin-1870 {
  position: absolute;
  left: 37%;
  bottom: 15%;
}
@media screen and (max-width: 1600px) {
  .bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner.bw-map-pin-1870 {
    left: 36%;
  }
}
@media screen and (max-width: 1400px) {
  .bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner.bw-map-pin-1870 {
    left: 34%;
  }
}
@media screen and (max-width: 1300px) {
  .bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner.bw-map-pin-1870 {
    left: 33%;
  }
}
@media screen and (max-width: 1200px) {
  .bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner.bw-map-pin-1870 {
    left: 30%;
  }
}
@media screen and (max-width: 1024px) {
  .bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner.bw-map-pin-1870 {
    left: 23%;
  }
}
@media screen and (max-width: 768px) {
  .bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner.bw-map-pin-1870 {
    left: 15%;
  }
}
.bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner.bw-map-pin-1870::before {
  bottom: -25px;
  top: unset;
}
.bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner.bw-map-pin-1798 {
  position: absolute;
  left: 64%;
  top: 21%;
}
@media screen and (max-width: 1600px) {
  .bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner.bw-map-pin-1798 {
    left: 63%;
  }
}
@media screen and (max-width: 1400px) {
  .bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner.bw-map-pin-1798 {
    left: 62%;
  }
}
@media screen and (max-width: 1300px) {
  .bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner.bw-map-pin-1798 {
    left: 61%;
  }
}
@media screen and (max-width: 1200px) {
  .bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner.bw-map-pin-1798 {
    left: 62%;
  }
}
@media screen and (max-width: 1024px) {
  .bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner.bw-map-pin-1798 {
    left: 56%;
  }
}
.bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner.bw-map-pin-1797 {
  position: absolute;
  left: 38%;
  bottom: 56%;
}
@media screen and (max-width: 1600px) {
  .bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner.bw-map-pin-1797 {
    left: 37%;
  }
}
@media screen and (max-width: 1400px) {
  .bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner.bw-map-pin-1797 {
    left: 36%;
  }
}
@media screen and (max-width: 1300px) {
  .bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner.bw-map-pin-1797 {
    left: 34%;
  }
}
@media screen and (max-width: 1200px) {
  .bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner.bw-map-pin-1797 {
    left: 32%;
  }
}
@media screen and (max-width: 1024px) {
  .bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner.bw-map-pin-1797 {
    left: 25%;
  }
}
@media screen and (max-width: 768px) {
  .bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner.bw-map-pin-1797 {
    left: 16%;
  }
}
.bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner.bw-map-pin-1797::before {
  bottom: -25px;
  top: unset;
}
.bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner.bw-map-pin-1796 {
  position: absolute;
  left: 47.5%;
  bottom: 25%;
}
@media screen and (max-width: 1600px) {
  .bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner.bw-map-pin-1796 {
    left: 46%;
  }
}
@media screen and (max-width: 1400px) {
  .bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner.bw-map-pin-1796 {
    left: 45%;
  }
}
@media screen and (max-width: 1300px) {
  .bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner.bw-map-pin-1796 {
    left: 44%;
  }
}
@media screen and (max-width: 1200px) {
  .bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner.bw-map-pin-1796 {
    left: 43%;
  }
}
@media screen and (max-width: 1024px) {
  .bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner.bw-map-pin-1796 {
    left: 36%;
  }
}
@media screen and (max-width: 768px) {
  .bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner.bw-map-pin-1796 {
    left: 31%;
  }
}
.bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner.bw-map-pin-1796::before {
  bottom: -25px;
  top: unset;
}
.bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner.bw-map-pin-1795 {
  position: absolute;
  left: 38%;
  bottom: 58%;
}
@media screen and (max-width: 1600px) {
  .bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner.bw-map-pin-1795 {
    left: 37%;
  }
}
@media screen and (max-width: 1400px) {
  .bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner.bw-map-pin-1795 {
    left: 36%;
  }
}
@media screen and (max-width: 1300px) {
  .bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner.bw-map-pin-1795 {
    left: 34%;
  }
}
@media screen and (max-width: 1200px) {
  .bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner.bw-map-pin-1795 {
    left: 32%;
  }
}
@media screen and (max-width: 1024px) {
  .bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner.bw-map-pin-1795 {
    left: 25%;
  }
}
@media screen and (max-width: 768px) {
  .bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner.bw-map-pin-1795 {
    left: 16%;
  }
}
.bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner.bw-map-pin-1795::before {
  bottom: -25px;
  top: unset;
}
.bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner.bw-map-pin-874 {
  position: absolute;
  left: 50%;
  top: 22%;
}
@media screen and (max-width: 1600px) {
  .bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner.bw-map-pin-874 {
    left: 49%;
  }
}
@media screen and (max-width: 1400px) {
  .bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner.bw-map-pin-874 {
    left: 47.5%;
  }
}
@media screen and (max-width: 1300px) {
  .bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner.bw-map-pin-874 {
    left: 46.5%;
  }
}
@media screen and (max-width: 1200px) {
  .bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner.bw-map-pin-874 {
    left: 45.5%;
  }
}
@media screen and (max-width: 1024px) {
  .bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner.bw-map-pin-874 {
    left: 39%;
  }
}
@media screen and (max-width: 768px) {
  .bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner.bw-map-pin-874 {
    left: 35%;
  }
}
.bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner .bw-map-popup-image {
  position: relative;
}
.bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner .bw-map-popup-image i {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 25px;
  height: 25px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  font-size: 16px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner .bw-map-popup-image i:hover {
  color: #fff;
  background: #000;
}
@media screen and (max-width: 767px) {
  .bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner .bw-map-popup-image i {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
}
.bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner .bw-map-popup-image a {
  display: block;
  border-radius: 20px 20px 0px 0px;
  overflow: hidden;
}
.bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner .bw-map-popup-image a img {
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1300px) {
  .bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner .bw-map-popup-image a img {
    height: 130px;
  }
}
.bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner .bw-map-popup-content-wrap {
  padding: 10px;
}
.bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner .bw-map-popup-content-wrap .bw-map-popup-title h3 {
  margin-bottom: 0px !important;
  line-height: normal;
}
.bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner .bw-map-popup-content-wrap .bw-map-popup-title h3 a {
  font-family: "Noto Sans Black" !important;
  color: #483426 !important;
  font-size: 16px;
  margin-bottom: 5px;
  line-height: normal;
  display: block;
}
@media screen and (max-width: 1300px) {
  .bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner .bw-map-popup-content-wrap .bw-map-popup-title h3 a {
    font-size: 14px;
  }
}
.bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner .bw-map-popup-content-wrap .bw-map-popup-expert {
  font-family: "Noto Sans" !important;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: normal;
  color: #483426 !important;
}
@media screen and (max-width: 1300px) {
  .bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner .bw-map-popup-content-wrap .bw-map-popup-expert {
    font-size: 12px;
  }
}
.bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner .bw-map-popup-content-wrap .bw-map-popup-read-more {
  text-align: right;
}
.bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner .bw-map-popup-content-wrap .bw-map-popup-read-more a {
  font-size: 14px !important;
  font-weight: bold !important;
  text-align: right;
  color: #483426 !important;
  -webkit-text-decoration: underline dotted !important;
  text-decoration: underline dotted !important;
  text-underline-offset: 3px;
  margin-top: 5px;
  display: inline-block;
}
@media screen and (max-width: 1300px) {
  .bw-home-map-section .elementor-widget-container .bw-home-map-popup-wrap .bw-home-map-popup-wrap-inner .bw-map-popup-content-wrap .bw-map-popup-read-more a {
    font-size: 12px;
  }
}

.home .bw-home-section.bw-home-banner-section {
  padding: 0px !important;
}
.home .bw-home-banner-section {
  min-height: unset !important;
}
.home .bw-home-banner-section .bw-home-banner-video .elementor-wrapper {
  aspect-ratio: unset !important;
}
.home .bw-home-banner-section .bw-home-banner-video video {
  height: 100vh !important;
}
@media screen and (max-width: 1300px) {
  .home .bw-home-banner-section .bw-home-banner-video video {
    height: 85vh !important;
  }
}
@media screen and (max-width: 1024px) {
  .home .bw-home-banner-section .bw-home-banner-video video {
    height: 70vh !important;
  }
}
.home .bw-home-banner-section .bw-home-banner-text {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0px 40px !important;
}
@media screen and (max-width: 1600px) {
  .home .bw-home-banner-section .bw-home-banner-text {
    padding: 0px 30px !important;
  }
}
@media screen and (max-width: 980px) {
  .home .bw-home-banner-section .bw-home-banner-text {
    padding: 0px 20px !important;
  }
}

.bw-upcoming-trips-sec {
  padding: 0px;
}
.bw-upcoming-trips-sec .bw-upcoming-trips-row {
  max-width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 980px) {
  .bw-upcoming-trips-sec .bw-upcoming-trips-row {
    max-width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .bw-upcoming-trips-sec .bw-upcoming-trips-row {
    max-width: 100%;
  }
}
.bw-upcoming-trips-sec .bw-upcoming-trips-row .bw-upcoming-trip-list {
  width: 33.33%;
  padding: 15px;
}
@media screen and (max-width: 980px) {
  .bw-upcoming-trips-sec .bw-upcoming-trips-row .bw-upcoming-trip-list {
    width: 50%;
  }
}
@media screen and (max-width: 580px) {
  .bw-upcoming-trips-sec .bw-upcoming-trips-row .bw-upcoming-trip-list {
    width: 100%;
    padding: 15px 0px;
  }
}
.bw-upcoming-trips-sec .bw-upcoming-trips-row .bw-upcoming-trip-list .bw-upcoming-trip-list-wrap {
  background: rgb(255, 255, 255);
  text-align: center;
  height: 100%;
  position: relative;
  box-shadow: 0 2px 15px 0 #cdcdcd;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.bw-upcoming-trips-sec .bw-upcoming-trips-row .bw-upcoming-trip-list .bw-upcoming-trip-list-wrap .bw-trip-info-block {
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .bw-upcoming-trips-sec .bw-upcoming-trips-row .bw-upcoming-trip-list .bw-upcoming-trip-list-wrap .bw-trip-info-block {
    padding: 15px 10px;
  }
}
.bw-upcoming-trips-sec .bw-upcoming-trips-row .bw-upcoming-trip-list .bw-upcoming-trip-list-wrap .bw-avilable-space {
  position: absolute;
  width: 95px;
  height: 95px;
  background: url(../../images/black-badge-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 120%;
  display: flex;
  justify-content: center;
  right: 10px;
  top: 10px;
  overflow: visible !important;
}
.bw-upcoming-trips-sec .bw-upcoming-trips-row .bw-upcoming-trip-list .bw-upcoming-trip-list-wrap .bw-avilable-space p {
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 900;
  line-height: normal;
  margin: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
}
.bw-upcoming-trips-sec .bw-upcoming-trips-row .bw-upcoming-trip-list .bw-upcoming-trip-list-wrap .bw-avilable-space p span {
  font-size: 32px;
  line-height: 1;
  padding-top: 20px;
}
.bw-upcoming-trips-sec .bw-upcoming-trips-row .bw-upcoming-trip-list .bw-upcoming-trip-list-wrap .bw-avilable-space p span.limited-seats {
  font-size: 16px;
  line-height: 1.3;
  padding-top: 30px;
}
.bw-upcoming-trips-sec .bw-upcoming-trips-row .bw-upcoming-trip-list .bw-upcoming-trip-list-wrap .bw-trip-image img {
  max-height: 250px;
  min-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.bw-upcoming-trips-sec .bw-upcoming-trips-row .bw-upcoming-trip-list .bw-upcoming-trip-list-wrap .upcoming-text {
  background: red;
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  left: -30px;
  top: 23px;
  transform: rotate(-45deg);
  text-transform: uppercase;
  font-size: 14px;
  box-shadow: 3px 4px 7px 0 rgba(0, 0, 0, 0.4392156863);
  color: #fff;
  overflow: hidden;
  padding: 0px 26px;
}
.bw-upcoming-trips-sec .bw-upcoming-trips-row .bw-upcoming-trip-list .bw-upcoming-trip-list-wrap .upcoming-text:before {
  content: "";
  position: absolute;
  width: 0px;
  background: rgba(255, 255, 255, 0.7607843137);
  height: 118%;
  box-shadow: 0px 0px 30px 20px rgba(255, 255, 255, 0.8901960784);
  transform: rotate(43deg);
  top: -2px;
  animation: glow 2s linear infinite;
  -webkit-animation: glow 2s linear infinite;
}
.bw-upcoming-trips-sec .bw-upcoming-trips-row .bw-trip-info-block .bw-book-now a {
  padding: 5px 15px;
  display: inline-block;
  background: linear-gradient(180deg, #473325, #afa399);
  border: 1px solid #fff;
  color: #fff;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  cursor: pointer;
  margin-top: 10px;
  font-weight: 900 !important;
  letter-spacing: 1px;
}
.bw-upcoming-trips-sec .bw-upcoming-trips-row .bw-trip-info-block .bw-book-now a:hover {
  background: linear-gradient(0deg, #473325, #afa399);
}
.bw-upcoming-trips-sec .bw-upcoming-trips-row .bw-trip-info-block .bw-trip-date p,
.bw-upcoming-trips-sec .bw-upcoming-trips-row .bw-trip-info-block .bw-trip-amount p,
.bw-upcoming-trips-sec .bw-upcoming-trips-row .bw-trip-info-block .bw-trip-route p,
.bw-upcoming-trips-sec .bw-upcoming-trips-row .bw-trip-info-block .bw-trip-desc p {
  font-weight: 400;
}
.bw-upcoming-trips-sec .bw-upcoming-trips-row .bw-trip-info-block .bw-trip-date p span,
.bw-upcoming-trips-sec .bw-upcoming-trips-row .bw-trip-info-block .bw-trip-amount p span,
.bw-upcoming-trips-sec .bw-upcoming-trips-row .bw-trip-info-block .bw-trip-route p span,
.bw-upcoming-trips-sec .bw-upcoming-trips-row .bw-trip-info-block .bw-trip-desc p span {
  padding: 0px 5px;
  font-weight: 900;
  font-family: "Noto Sans Black";
  color: #473326;
}
.bw-upcoming-trips-sec .bw-upcoming-trips-row .bw-trip-info-block .bw-trip-desc p {
  line-height: normal;
}
.bw-upcoming-trips-sec .bw-upcoming-trips-row .bw-trip-info-block .bw-trip-name h4 {
  font-family: "Noto Sans Black" !important;
  color: #483426 !important;
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .bw-upcoming-trips-sec .bw-upcoming-trips-row .bw-trip-info-block .bw-trip-name h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 980px) {
  .bw-upcoming-trips-sec .bw-upcoming-trips-row .bw-trip-info-block .bw-trip-name h4 {
    font-size: 16px;
  }
}
.bw-upcoming-trips-sec .bw-upcoming-trips-row .bw-trip-info-block .bw-trip-name h4 .trip-code {
  font-weight: 100 !important;
  display: block;
}

@keyframes glow {
  0% {
    left: -20%;
  }
  100% {
    left: 120%;
  }
}
#wpfront-notification-bar-spacer #wpfront-notification-bar {
  background: #483426 !important;
}

.bw-contact-banner-section {
  padding: 0 !important;
}

.bw-contact-page-section {
  padding: 0 !important;
  padding-bottom: 0px !important;
}
@media screen and (max-width: 767px) {
  .bw-contact-page-section {
    flex-direction: column-reverse !important;
    padding-bottom: 0px !important;
  }
}
.bw-contact-page-section .bw-contact-required {
  color: red;
  padding-left: 1px;
}
.bw-contact-page-section .bw-contact-page-col-left {
  padding: 45px 50px;
  background: url(../../images/bw-people-carrier.png);
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 980px) {
  .bw-contact-page-section .bw-contact-page-col-left {
    padding: 20px 35px;
  }
}
@media screen and (max-width: 767px) {
  .bw-contact-page-section .bw-contact-page-col-left {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .bw-contact-page-section .bw-contact-page-col-left {
    padding: 20px 20px;
    padding-bottom: 30px;
  }
}
.bw-contact-page-section .bw-contact-page-col-left .bw-contact-page-content h3 {
  color: #fff !important;
  font-weight: 500;
  position: relative;
  width: 100%;
  margin-bottom: 25px;
  font-size: 32px;
}
@media screen and (max-width: 1600px) {
  .bw-contact-page-section .bw-contact-page-col-left .bw-contact-page-content h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .bw-contact-page-section .bw-contact-page-col-left .bw-contact-page-content h3 {
    font-size: 24px;
  }
}
.bw-contact-page-section .bw-contact-page-col-left .bw-contact-page-content h3::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 1px;
  bottom: 3px;
  background: #fff;
  left: 0;
}
.bw-contact-page-section .bw-contact-page-col-left .bw-contact-page-content p {
  color: #fff !important;
  font-weight: 400;
  margin-bottom: 30px;
  padding-left: 24px;
  width: 50%;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .bw-contact-page-section .bw-contact-page-col-left .bw-contact-page-content p {
    width: 50%;
  }
}
@media screen and (max-width: 580px) {
  .bw-contact-page-section .bw-contact-page-col-left .bw-contact-page-content p {
    width: 100%;
  }
}
.bw-contact-page-section .bw-contact-page-col-left .bw-contact-page-content p a {
  color: #fff !important;
}
.bw-contact-page-section .bw-contact-page-col-left .bw-contact-page-content p a:hover {
  color: #ada197 !important;
}
.bw-contact-page-section .bw-contact-page-col-left .bw-contact-page-content p:last-child {
  margin-bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.1098039216);
  padding: 20px !important;
}
.bw-contact-page-section .bw-contact-page-col-left .bw-contact-page-content p:last-child strong:last-child {
  padding-bottom: 0;
  padding-top: 20px;
}
.bw-contact-page-section .bw-contact-page-col-left .bw-contact-page-content p:last-child strong:last-child::before {
  display: none;
}
.bw-contact-page-section .bw-contact-page-col-left .bw-contact-page-content p:nth-child(2) strong::before {
  content: "\f3c5";
}
.bw-contact-page-section .bw-contact-page-col-left .bw-contact-page-content p:nth-child(3) strong::before {
  content: "\f3c5";
}
.bw-contact-page-section .bw-contact-page-col-left .bw-contact-page-content p:nth-child(4) strong::before {
  content: "\f095";
  transform: rotate(90deg);
}
.bw-contact-page-section .bw-contact-page-col-left .bw-contact-page-content p:nth-child(5) strong::before {
  content: "\f073";
}
.bw-contact-page-section .bw-contact-page-col-left .bw-contact-page-content p:nth-child(6) strong::before {
  content: "";
}
.bw-contact-page-section .bw-contact-page-col-left .bw-contact-page-content p:nth-child(even) {
  padding-left: 30px;
}
@media screen and (max-width: 980px) {
  .bw-contact-page-section .bw-contact-page-col-left .bw-contact-page-content p:nth-child(even) {
    padding-left: 24px;
  }
}
@media screen and (max-width: 580px) {
  .bw-contact-page-section .bw-contact-page-col-left .bw-contact-page-content p:nth-child(even) {
    padding-left: 24px;
  }
}
.bw-contact-page-section .bw-contact-page-col-left .bw-contact-page-content p strong {
  padding-bottom: 6px;
  display: inline-block;
  position: relative;
  letter-spacing: 1px;
  font-size: 17px;
}
.bw-contact-page-section .bw-contact-page-col-left .bw-contact-page-content p strong::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  left: -25px;
  top: 0px;
  font-size: 16px;
}
.bw-contact-page-section .bw-contact-page-col-left .bw-contact-page-content .elementor-widget-container {
  display: flex;
  flex-wrap: wrap;
}
.bw-contact-page-section .bw-contact-page-col-left::before {
  content: "";
  width: 100%;
  position: absolute;
  height: 100%;
  background: #000;
  opacity: 0.9;
}
.bw-contact-page-section .bw-contact-page-col-right {
  padding: 45px 50px;
  box-shadow: inset 1px 1px 10px -1px rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 980px) {
  .bw-contact-page-section .bw-contact-page-col-right {
    padding: 20px 35px;
  }
}
@media screen and (max-width: 767px) {
  .bw-contact-page-section .bw-contact-page-col-right {
    box-shadow: unset;
  }
}
@media screen and (max-width: 480px) {
  .bw-contact-page-section .bw-contact-page-col-right {
    padding: 30px 20px;
    padding-bottom: 20px;
  }
}
.bw-contact-page-section .bw-contact-page-col-right .bw-form.bw-contct-form {
  display: flex;
  flex-wrap: wrap;
}
.bw-contact-page-section .bw-contact-page-col-right .bw-form.bw-contct-form .bw-contact-form-row {
  width: 50%;
}
@media screen and (max-width: 980px) {
  .bw-contact-page-section .bw-contact-page-col-right .bw-form.bw-contct-form .bw-contact-form-row {
    width: 100%;
  }
}
.bw-contact-page-section .bw-contact-page-col-right .bw-form.bw-contct-form .bw-contact-form-row label {
  font-weight: 500;
}
.bw-contact-page-section .bw-contact-page-col-right .bw-form.bw-contct-form .bw-contact-form-row input {
  height: 50px;
}
.bw-contact-page-section .bw-contact-page-col-right .bw-form.bw-contct-form .bw-contact-form-row-one {
  padding-right: 10px;
}
@media screen and (max-width: 980px) {
  .bw-contact-page-section .bw-contact-page-col-right .bw-form.bw-contct-form .bw-contact-form-row-one {
    padding-right: 0px;
  }
}
.bw-contact-page-section .bw-contact-page-col-right .bw-form.bw-contct-form .bw-contact-form-row-two {
  padding-left: 10px;
}
@media screen and (max-width: 980px) {
  .bw-contact-page-section .bw-contact-page-col-right .bw-form.bw-contct-form .bw-contact-form-row-two {
    padding-left: 0px;
    padding-top: 13px;
  }
}
.bw-contact-page-section .bw-contact-page-col-right .bw-form.bw-contct-form .bw-contact-form-row-three,
.bw-contact-page-section .bw-contact-page-col-right .bw-form.bw-contct-form .bw-contact-form-row-four {
  width: 100% !important;
  padding-top: 15px;
}
.bw-contact-page-section .bw-contact-page-col-right .bw-form.bw-contct-form .bw-contact-form-row-four {
  margin-top: 22px;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .bw-contact-page-section .bw-contact-page-col-right .bw-form.bw-contct-form .bw-contact-form-row-four {
    text-align: center;
  }
}
.bw-contact-page-section .bw-contact-page-col-right .bw-form.bw-contct-form .bw-contact-form-row-four input {
  background: linear-gradient(180deg, #473325, #afa399);
  border: 1px solid #fff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  width: 220px;
  font-size: 18px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  cursor: pointer;
  margin-top: 10px;
  font-weight: 900;
  letter-spacing: 1px;
}
@media screen and (max-width: 1600px) {
  .bw-contact-page-section .bw-contact-page-col-right .bw-form.bw-contct-form .bw-contact-form-row-four input {
    width: 150px;
    font-size: 16px;
    padding-block: 8px !important;
  }
}
@media screen and (max-width: 980px) {
  .bw-contact-page-section .bw-contact-page-col-right .bw-form.bw-contct-form .bw-contact-form-row-four input {
    width: 120px;
    font-size: 14px;
    padding-inline: 10px !important;
    padding-block: 9px !important;
  }
}
.bw-contact-page-section .bw-contact-page-col-right .bw-form.bw-contct-form .bw-contact-form-row-four input:hover {
  background: linear-gradient(0deg, #473325, #afa399);
}
.bw-contact-page-section .bw-contact-page-col-right .bw-form.bw-contct-form .bw-contact-form-row-four .wpcf7-spinner {
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 2px;
}
.bw-contact-page-section .bw-contact-page-col-right .wpcf7-response-output {
  font-family: "Noto Sans" !important;
  margin: 28px 0px 0px !important;
  text-align: center;
}
.bw-contact-page-section .bw-contact-page-col-right h3 {
  text-align: left;
  font-size: 32px;
  position: relative;
  color: #4b3729 !important;
  margin-bottom: 23px;
}
@media screen and (max-width: 1600px) {
  .bw-contact-page-section .bw-contact-page-col-right h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .bw-contact-page-section .bw-contact-page-col-right h3 {
    font-size: 24px;
  }
}
.bw-contact-page-section .bw-contact-page-col-right h3::before {
  content: "";
  position: absolute;
  width: 188px;
  height: 1px;
  bottom: 3px;
  background: #4b3729;
  left: 0;
}

.bw-enquiry-booking-section {
  position: relative !important;
  background: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden !important;
}
.bw-enquiry-booking-section .bw-enquiry-booking-section-inner {
  max-width: 700px;
  margin-inline: auto;
}
.bw-enquiry-booking-section .bw-enquiry-booking-btn {
  text-align: center;
}
.bw-enquiry-booking-section .bw-enquiry-booking-btn a {
  background: linear-gradient(180deg, #473325, #afa399);
  border: 1px solid #fff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  cursor: pointer;
  margin-top: 10px;
  font-weight: 900;
  letter-spacing: 1px;
}
@media screen and (max-width: 1600px) {
  .bw-enquiry-booking-section .bw-enquiry-booking-btn a {
    font-size: 20px;
    padding-block: 8px !important;
  }
}
@media screen and (max-width: 980px) {
  .bw-enquiry-booking-section .bw-enquiry-booking-btn a {
    font-size: 16px;
    padding-inline: 10px !important;
    padding-block: 9px !important;
  }
}
.bw-enquiry-booking-section .bw-enquiry-booking-btn a:hover {
  background: linear-gradient(0deg, #473325, #afa399);
}

.bw-workers-review-section:not(:last-child) {
  padding-bottom: 0px !important;
}
.bw-workers-review-section .bw-workers-review-section-inner {
  max-width: 1200px !important;
  margin: 0px auto;
  background: #f3f3f3;
  display: flex;
  flex-direction: row !important;
  padding: 0px !important;
}
@media screen and (max-width: 980px) {
  .bw-workers-review-section .bw-workers-review-section-inner {
    flex-direction: column-reverse !important;
  }
}
@media screen and (max-width: 980px) {
  .bw-workers-review-section .bw-workers-review-section-inner .bw-image-col {
    order: 1;
  }
}
.bw-workers-review-section .bw-workers-review-section-inner .bw-our-story-review-col {
  width: 50% !important;
  padding: 0px !important;
}
@media screen and (max-width: 980px) {
  .bw-workers-review-section .bw-workers-review-section-inner .bw-our-story-review-col {
    width: 100% !important;
  }
}
.bw-workers-review-section .bw-workers-review-section-inner .bw-our-story-review-col .bw-content-wrap {
  padding: 30px;
}
@media screen and (max-width: 1024px) {
  .bw-workers-review-section .bw-workers-review-section-inner .bw-our-story-review-col .bw-content-wrap {
    padding: 20px;
  }
}
.bw-workers-review-section .bw-workers-review-section-inner .bw-our-story-review-col .bw-content-wrap a {
  font-size: 14px !important;
  font-weight: bold !important;
  text-align: right;
  color: #483426 !important;
  margin-top: 15px;
  -webkit-text-decoration: underline dotted !important;
  text-decoration: underline dotted !important;
  text-underline-offset: 3px;
  margin-top: 15px;
  display: inline-block;
}
.bw-workers-review-section .bw-workers-review-section-inner .bw-our-story-review-col .bw-content-wrap a:hover {
  color: #a57452 !important;
}
.bw-workers-review-section .bw-workers-review-section-inner .bw-our-story-review-col .bw-image-wrap {
  height: 100%;
}
.bw-workers-review-section .bw-workers-review-section-inner .bw-our-story-review-col .bw-image-wrap img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bw-our-story-gallery-section {
  padding-inline: 20px !important;
}
.bw-our-story-gallery-section .bw-our-story-gallery-section-inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row !important;
}
@media screen and (max-width: 980px) {
  .bw-our-story-gallery-section .bw-our-story-gallery-section-inner {
    padding: 0px !important;
  }
}
.bw-our-story-gallery-section .bw-our-story-gallery-section-inner .bw-enquiry-booking-btn-about {
  width: 100%;
}
.bw-our-story-gallery-section .bw-our-story-gallery-section-inner .bw-our-story-gallery {
  width: 25%;
  padding: 20px;
}
@media screen and (max-width: 1600px) {
  .bw-our-story-gallery-section .bw-our-story-gallery-section-inner .bw-our-story-gallery {
    padding: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .bw-our-story-gallery-section .bw-our-story-gallery-section-inner .bw-our-story-gallery {
    width: 33.33%;
  }
}
@media screen and (max-width: 980px) {
  .bw-our-story-gallery-section .bw-our-story-gallery-section-inner .bw-our-story-gallery {
    width: 50%;
  }
}
@media screen and (max-width: 560px) {
  .bw-our-story-gallery-section .bw-our-story-gallery-section-inner .bw-our-story-gallery {
    width: 100%;
    padding-inline: 0px;
  }
}
.bw-our-story-gallery-section .bw-our-story-gallery-section-inner .bw-our-story-gallery .elementor-image-box-wrapper {
  position: relative;
}
.bw-our-story-gallery-section .bw-our-story-gallery-section-inner .bw-our-story-gallery .elementor-image-box-wrapper:hover .elementor-image-box-img img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.bw-our-story-gallery-section .bw-our-story-gallery-section-inner .bw-our-story-gallery .elementor-image-box-wrapper .elementor-image-box-img {
  width: 100% !important;
  position: relative;
  margin-bottom: 0px !important;
  overflow: hidden;
}
.bw-our-story-gallery-section .bw-our-story-gallery-section-inner .bw-our-story-gallery .elementor-image-box-wrapper .elementor-image-box-img::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.493);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}
.bw-our-story-gallery-section .bw-our-story-gallery-section-inner .bw-our-story-gallery .elementor-image-box-wrapper .elementor-image-box-img img {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.bw-our-story-gallery-section .bw-our-story-gallery-section-inner .bw-our-story-gallery .elementor-image-box-wrapper .elementor-image-box-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  height: 100%;
  z-index: 9;
}
.bw-our-story-gallery-section .bw-our-story-gallery-section-inner .bw-our-story-gallery .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
  font-size: 24px;
  color: #ffffff !important;
  margin-bottom: 0px !important;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  height: 100%;
}
@media screen and (max-width: 1600px) {
  .bw-our-story-gallery-section .bw-our-story-gallery-section-inner .bw-our-story-gallery .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .bw-our-story-gallery-section .bw-our-story-gallery-section-inner .bw-our-story-gallery .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .bw-our-story-gallery-section .bw-our-story-gallery-section-inner .bw-our-story-gallery .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
    font-size: 18px;
  }
}
.bw-our-story-gallery-section .bw-our-story-gallery-section-inner .bw-our-story-gallery .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title a {
  font-family: "Noto Sans Black" !important;
  font-weight: 400 !important;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  height: 100%;
  padding: 20px;
}

.bw-testimonial-section.bw-feedback-testimonial-section .bw-testimonial-row {
  max-width: 640px !important;
  padding: 10px;
}
.bw-testimonial-section.bw-feedback-testimonial-section .bw-testimonial-row .slick-arrow {
  display: block !important;
}
.bw-testimonial-section.bw-feedback-testimonial-section .bw-testimonial-row .slick-arrow::before {
  content: "\f104";
  color: rgba(255, 255, 255, 0.6509803922);
  font-size: 30px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
@media screen and (max-width: 980px) {
  .bw-testimonial-section.bw-feedback-testimonial-section .bw-testimonial-row .slick-arrow::before {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .bw-testimonial-section.bw-feedback-testimonial-section .bw-testimonial-row .slick-arrow::before {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .bw-testimonial-section.bw-feedback-testimonial-section .bw-testimonial-row .slick-arrow::before {
    font-size: 22px;
  }
}
.bw-testimonial-section.bw-feedback-testimonial-section .bw-testimonial-row .slick-arrow.slick-prev {
  left: -15px;
}
.bw-testimonial-section.bw-feedback-testimonial-section .bw-testimonial-row .slick-arrow.slick-prev::before {
  content: "\f104";
}
.bw-testimonial-section.bw-feedback-testimonial-section .bw-testimonial-row .slick-arrow.slick-next {
  right: -15px;
}
.bw-testimonial-section.bw-feedback-testimonial-section .bw-testimonial-row .slick-arrow.slick-next::before {
  content: "\f105";
}
@media screen and (max-width: 480px) {
  .bw-testimonial-section.bw-feedback-testimonial-section .bw-testimonial-row .slick-track .slick-slide {
    padding: 5px 5px !important;
  }
}
.bw-testimonial-section.bw-feedback-testimonial-section .bw-testimonial-row .slick-track .slick-slide .bw-testimonial-wrap .bw-testimonial-content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-hyphens: auto;
          hyphens: auto;
  word-break: break-word;
  font-size: 18px;
}
@media screen and (max-width: 1600px) {
  .bw-testimonial-section.bw-feedback-testimonial-section .bw-testimonial-row .slick-track .slick-slide .bw-testimonial-wrap .bw-testimonial-content p {
    font-size: 16px;
  }
}
@media screen and (max-width: 980px) {
  .bw-testimonial-section.bw-feedback-testimonial-section .bw-testimonial-row .slick-track .slick-slide .bw-testimonial-wrap .bw-testimonial-content p {
    font-size: 14px;
  }
}
.bw-testimonial-section.bw-feedback-testimonial-section .bw-testimonial-row .slick-track .slick-slide .bw-testimonial-wrap .bw-testimonial-content .testimonial-btn {
  display: block;
  text-align: right;
  position: relative;
  height: 30px;
}
.bw-testimonial-section.bw-feedback-testimonial-section .bw-testimonial-row .slick-track .slick-slide .bw-testimonial-wrap .bw-testimonial-content .testimonial-btn span {
  color: #fff !important;
  font-size: 16px;
  font-weight: 300 !important;
  text-align: left;
  opacity: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  position: absolute;
  right: 0;
  bottom: 0;
}
.bw-testimonial-section.bw-feedback-testimonial-section .bw-testimonial-row .slick-track .slick-slide .bw-testimonial-wrap .bw-testimonial-content .testimonial-btn span.less {
  opacity: 0;
  pointer-events: none;
}
.bw-testimonial-section.bw-feedback-testimonial-section .bw-testimonial-row .slick-track .slick-slide .bw-testimonial-wrap .bw-testimonial-content .testimonial-btn span.more {
  cursor: pointer;
  pointer-events: unset;
}
.bw-testimonial-section.bw-feedback-testimonial-section .bw-testimonial-row .slick-track .slick-slide.slick-current .bw-testimonial-wrap .bw-testimonial-content.active p {
  display: block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  overflow: visible;
}
.bw-testimonial-section.bw-feedback-testimonial-section .bw-testimonial-row .slick-track .slick-slide.slick-current .bw-testimonial-wrap .bw-testimonial-content.active .testimonial-btn span.more {
  opacity: 0;
  pointer-events: none;
}
.bw-testimonial-section.bw-feedback-testimonial-section .bw-testimonial-row .slick-track .slick-slide.slick-current .bw-testimonial-wrap .bw-testimonial-content.active .testimonial-btn span.less {
  opacity: 1;
  cursor: pointer;
  pointer-events: unset;
}

.bw-innerpage-subtitle h3 {
  text-align: center;
}

.bw-lodge-activity-section .bw-lodge-activity-content {
  max-width: 75% !important;
  margin: 20px auto !important;
  margin-top: 0 !important;
  position: relative;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  overflow: hidden;
  padding: 30px;
  padding-top: 0;
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .bw-lodge-activity-section .bw-lodge-activity-content {
    max-width: 80% !important;
  }
}
@media screen and (max-width: 980px) {
  .bw-lodge-activity-section .bw-lodge-activity-content {
    max-width: 95% !important;
  }
}
@media screen and (max-width: 560px) {
  .bw-lodge-activity-section .bw-lodge-activity-content {
    max-width: 100% !important;
  }
}
.bw-lodge-activity-section .bw-lodge-activity-content h3 {
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .bw-lodge-activity-section .bw-lodge-activity-content h3 {
    padding-bottom: 30px;
  }
}
.bw-lodge-activity-section .bw-lodge-activity-content ul {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: 0px;
}
.bw-lodge-activity-section .bw-lodge-activity-content ul li {
  position: relative;
  font-family: "Noto Sans" !important;
  font-size: 19px !important;
  color: #483426 !important;
  line-height: 1.5;
  margin-bottom: 18px;
  width: 50%;
  padding-inline: 25px;
}
@media screen and (max-width: 1600px) {
  .bw-lodge-activity-section .bw-lodge-activity-content ul li {
    font-size: 16px !important;
    line-height: 1.3 !important;
    padding-inline: 20px;
  }
}
@media screen and (max-width: 767px) {
  .bw-lodge-activity-section .bw-lodge-activity-content ul li {
    width: 100%;
    padding-right: 0px !important;
  }
}
.bw-lodge-activity-section .bw-lodge-activity-content ul li::before {
  content: "\f0da";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  left: 0px;
  top: -3px;
  font-size: 24px;
  font-weight: 600;
  color: #b7aa9f;
}
.bw-lodge-activity-section .bw-lodge-activity-content ul li:last-child {
  margin-bottom: 0;
}

.bw-lodge-more-section .bw-lodge-learn-more-button .elementor-button-wrapper {
  text-align: center;
}
.bw-lodge-more-section .bw-lodge-learn-more-button a {
  background: linear-gradient(180deg, #473325, #afa399);
  border: 1px solid #fff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  width: 220px;
  font-size: 23px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  cursor: pointer;
  position: relative;
  z-index: 9;
  font-weight: 900;
  letter-spacing: 1px;
}
@media screen and (max-width: 1600px) {
  .bw-lodge-more-section .bw-lodge-learn-more-button a {
    width: 150px;
    font-size: 16px;
    padding-block: 8px !important;
  }
}
@media screen and (max-width: 980px) {
  .bw-lodge-more-section .bw-lodge-learn-more-button a {
    width: 120px;
    font-size: 14px;
    padding-inline: 10px !important;
    padding-block: 9px !important;
  }
}
.bw-lodge-more-section .bw-lodge-learn-more-button a:hover {
  background: linear-gradient(0deg, #473325, #afa399);
}

.bw-lodge-map-section {
  padding: 0px !important;
}
.bw-lodge-map-section .elementor-widget-container {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .bw-lodge-map-section .elementor-widget-container .lodge_map {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
}
.bw-lodge-map-section .elementor-widget-container .lodge_map svg {
  display: block;
}
.bw-lodge-map-section .elementor-widget-container .lodge_map svg path[style="fill:#0091d1"] {
  animation: colorchange 0.5s infinite alternate;
  -webkit-animation: colorchange 0.5s infinite alternate;
}
@media screen and (max-width: 1200px) {
  .bw-lodge-map-section .elementor-widget-container .lodge_map svg {
    min-width: 1200px;
  }
}
@media screen and (max-width: 1024px) {
  .bw-lodge-map-section .elementor-widget-container .lodge_map svg {
    transform: translateX(-70px);
  }
}
@media screen and (max-width: 767px) {
  .bw-lodge-map-section .elementor-widget-container .lodge_map svg {
    min-width: 930px;
    transform: translateX(-70px);
    -webkit-transform: translateX(-70px);
    -moz-transform: translateX(-70px);
    -ms-transform: translateX(-70px);
    -o-transform: translateX(-70px);
  }
}
.bw-lodge-map-section .elementor-widget-container .lodge_map svg .map-pointer {
  cursor: pointer;
  display: none;
}
.bw-lodge-map-section .elementor-widget-container .lodge_map svg .map-pointer.current-point {
  display: block;
}
.bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  top: 0;
  pointer-events: none;
}
.bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner {
  max-width: 250px;
  background: #fff;
  border-radius: 20px;
  position: relative;
  pointer-events: auto;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner {
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: 30px !important;
    bottom: unset !important;
    max-width: 280px !important;
    width: 100% !important;
    -webkit-transform: translateX(-50%) !important;
    -moz-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    -o-transform: translateX(-50%) !important;
  }
}
.bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner::before {
  top: 0px;
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: white;
  transform: rotate(45deg) translateX(-50%);
  left: 50%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner::before {
    display: none;
  }
}
.bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.active {
  opacity: 1;
  pointer-events: auto;
}
.bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-pin-1871 {
  position: absolute;
  left: 35.2%;
  bottom: 14%;
}
@media screen and (max-width: 1600px) {
  .bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-pin-1871 {
    left: 34%;
  }
}
@media screen and (max-width: 1400px) {
  .bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-pin-1871 {
    left: 33%;
  }
}
@media screen and (max-width: 1300px) {
  .bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-pin-1871 {
    left: 33%;
  }
}
@media screen and (max-width: 1200px) {
  .bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-pin-1871 {
    left: 33%;
  }
}
@media screen and (max-width: 1024px) {
  .bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-pin-1871 {
    left: 24%;
  }
}
@media screen and (max-width: 768px) {
  .bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-pin-1871 {
    left: 15%;
  }
}
.bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-pin-1871::before {
  bottom: -25px;
  top: unset;
}
.bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-pin-1870 {
  position: absolute;
  left: 37%;
  bottom: 15%;
}
@media screen and (max-width: 1600px) {
  .bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-pin-1870 {
    left: 36%;
  }
}
@media screen and (max-width: 1400px) {
  .bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-pin-1870 {
    left: 34%;
  }
}
@media screen and (max-width: 1300px) {
  .bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-pin-1870 {
    left: 33%;
  }
}
@media screen and (max-width: 1200px) {
  .bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-pin-1870 {
    left: 30%;
  }
}
@media screen and (max-width: 1024px) {
  .bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-pin-1870 {
    left: 23%;
  }
}
@media screen and (max-width: 768px) {
  .bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-pin-1870 {
    left: 15%;
  }
}
.bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-pin-1870::before {
  bottom: -25px;
  top: unset;
}
.bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-pin-1798 {
  position: absolute;
  left: 64%;
  top: 21%;
}
@media screen and (max-width: 1600px) {
  .bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-pin-1798 {
    left: 63%;
  }
}
@media screen and (max-width: 1400px) {
  .bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-pin-1798 {
    left: 62%;
  }
}
@media screen and (max-width: 1300px) {
  .bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-pin-1798 {
    left: 61%;
  }
}
@media screen and (max-width: 1200px) {
  .bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-pin-1798 {
    left: 62%;
  }
}
@media screen and (max-width: 1024px) {
  .bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-pin-1798 {
    left: 56%;
  }
}
.bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-pin-1797 {
  position: absolute;
  left: 38%;
  bottom: 56%;
}
@media screen and (max-width: 1600px) {
  .bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-pin-1797 {
    left: 37%;
  }
}
@media screen and (max-width: 1400px) {
  .bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-pin-1797 {
    left: 36%;
  }
}
@media screen and (max-width: 1300px) {
  .bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-pin-1797 {
    left: 34%;
  }
}
@media screen and (max-width: 1200px) {
  .bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-pin-1797 {
    left: 32%;
  }
}
@media screen and (max-width: 1024px) {
  .bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-pin-1797 {
    left: 25%;
  }
}
@media screen and (max-width: 768px) {
  .bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-pin-1797 {
    left: 16%;
  }
}
.bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-pin-1797::before {
  bottom: -25px;
  top: unset;
}
.bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-pin-1796 {
  position: absolute;
  left: 47.5%;
  bottom: 25%;
}
@media screen and (max-width: 1600px) {
  .bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-pin-1796 {
    left: 46%;
  }
}
@media screen and (max-width: 1400px) {
  .bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-pin-1796 {
    left: 45%;
  }
}
@media screen and (max-width: 1300px) {
  .bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-pin-1796 {
    left: 44%;
  }
}
@media screen and (max-width: 1200px) {
  .bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-pin-1796 {
    left: 43%;
  }
}
@media screen and (max-width: 1024px) {
  .bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-pin-1796 {
    left: 36%;
  }
}
@media screen and (max-width: 768px) {
  .bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-pin-1796 {
    left: 31%;
  }
}
.bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-pin-1796::before {
  bottom: -25px;
  top: unset;
}
.bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-pin-1795 {
  position: absolute;
  left: 38%;
  bottom: 58%;
}
@media screen and (max-width: 1600px) {
  .bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-pin-1795 {
    left: 37%;
  }
}
@media screen and (max-width: 1400px) {
  .bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-pin-1795 {
    left: 36%;
  }
}
@media screen and (max-width: 1300px) {
  .bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-pin-1795 {
    left: 34%;
  }
}
@media screen and (max-width: 1200px) {
  .bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-pin-1795 {
    left: 32%;
  }
}
@media screen and (max-width: 1024px) {
  .bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-pin-1795 {
    left: 25%;
  }
}
@media screen and (max-width: 768px) {
  .bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-pin-1795 {
    left: 16%;
  }
}
.bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-pin-1795::before {
  bottom: -25px;
  top: unset;
}
.bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-pin-874 {
  position: absolute;
  left: 50%;
  top: 22%;
}
@media screen and (max-width: 1600px) {
  .bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-pin-874 {
    left: 49%;
  }
}
@media screen and (max-width: 1400px) {
  .bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-pin-874 {
    left: 47.5%;
  }
}
@media screen and (max-width: 1300px) {
  .bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-pin-874 {
    left: 46.5%;
  }
}
@media screen and (max-width: 1200px) {
  .bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-pin-874 {
    left: 45.5%;
  }
}
@media screen and (max-width: 1024px) {
  .bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-pin-874 {
    left: 39%;
  }
}
@media screen and (max-width: 768px) {
  .bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-pin-874 {
    left: 35%;
  }
}
.bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner .bw-map-popup-image {
  position: relative;
}
.bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner .bw-map-popup-image i {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 25px;
  height: 25px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  color: #000;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner .bw-map-popup-image i:hover {
  color: #fff;
  background: #000;
}
@media screen and (max-width: 767px) {
  .bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner .bw-map-popup-image i {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
}
.bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner .bw-map-popup-image img {
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 20px 0px 0px;
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 1300px) {
  .bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner .bw-map-popup-image img {
    height: 130px;
  }
}
.bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner .bw-map-popup-content-wrap {
  padding: 10px;
}
.bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner .bw-map-popup-content-wrap .bw-map-popup-title h3,
.bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner .bw-map-popup-content-wrap .bw-map-popup-title a {
  margin-bottom: 0px !important;
  line-height: normal;
  font-family: "Noto Sans Black" !important;
  color: #483426 !important;
  font-size: 16px;
  margin-bottom: 5px;
  line-height: normal;
  display: block;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
}
@media screen and (max-width: 1300px) {
  .bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner .bw-map-popup-content-wrap .bw-map-popup-title h3,
  .bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner .bw-map-popup-content-wrap .bw-map-popup-title a {
    font-size: 14px;
  }
}
.bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner .bw-map-popup-content-wrap .bw-map-popup-title h3:hover,
.bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner .bw-map-popup-content-wrap .bw-map-popup-title a:hover {
  opacity: 0.8;
}
.bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner .bw-map-popup-content-wrap .bw-map-popup-expert {
  font-family: "Noto Sans" !important;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: normal;
  color: #483426 !important;
}
@media screen and (max-width: 1300px) {
  .bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner .bw-map-popup-content-wrap .bw-map-popup-expert {
    font-size: 12px;
  }
}
.bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner .bw-map-popup-content-wrap .bw-map-popup-read-more {
  text-align: right;
}
.bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner .bw-map-popup-content-wrap .bw-map-popup-read-more a {
  font-size: 14px !important;
  font-weight: bold !important;
  text-align: right;
  color: #483426 !important;
  -webkit-text-decoration: underline dotted !important;
  text-decoration: underline dotted !important;
  text-underline-offset: 3px;
  margin-top: 5px;
  display: inline-block;
}
@media screen and (max-width: 1300px) {
  .bw-lodge-map-section .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner .bw-map-popup-content-wrap .bw-map-popup-read-more a {
    font-size: 12px;
  }
}

/*23-11-2023*/
.bw-lodge-banner-section {
  flex-wrap: nowrap !important;
}
.bw-lodge-banner-section .bw-innerpage-banner-video-title {
  font-size: 40px;
  font-family: "Noto Sans Black";
  letter-spacing: 2px;
  line-height: 1.3;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  animation-name: video-banner-title;
  animation-duration: 30s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
  color: #fff;
  opacity: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .bw-lodge-banner-section .bw-innerpage-banner-video-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .bw-lodge-banner-section .bw-innerpage-banner-video-title {
    font-size: 20px;
  }
}

.bw-destination-relsafari-section .bw-innerpage-subtitle h3 {
  text-align: center;
}
.bw-destination-relsafari-section .bw-related-safari-row {
  display: flex;
  flex-wrap: wrap;
  margin-inline: -20px;
}
@media screen and (max-width: 580px) {
  .bw-destination-relsafari-section .bw-related-safari-row {
    margin-inline: 0px !important;
  }
}
.bw-destination-relsafari-section .bw-related-safari-row .bw-related-safari-wrap {
  padding: 20px;
  width: 25%;
}
@media screen and (max-width: 1200px) {
  .bw-destination-relsafari-section .bw-related-safari-row .bw-related-safari-wrap {
    width: 33.33%;
  }
}
@media screen and (max-width: 767px) {
  .bw-destination-relsafari-section .bw-related-safari-row .bw-related-safari-wrap {
    width: 50%;
  }
}
@media screen and (max-width: 580px) {
  .bw-destination-relsafari-section .bw-related-safari-row .bw-related-safari-wrap {
    width: 100%;
    padding-inline: 0px !important;
  }
}
.bw-destination-relsafari-section .bw-related-safari-row .bw-related-safari-wrap .bw-related-safari-wrap-inner {
  box-shadow: 0px 2px 15px 0px #cdcdcd;
  padding: 20px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  background: #fff;
  position: relative;
  z-index: 1;
}
.bw-destination-relsafari-section .bw-related-safari-row .bw-related-safari-wrap .bw-related-safari-wrap-inner .bw-related-safari-image {
  margin-bottom: 20px;
}
.bw-destination-relsafari-section .bw-related-safari-row .bw-related-safari-wrap .bw-related-safari-wrap-inner .bw-related-safari-image img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  height: 400px !important;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100% !important;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1600px) {
  .bw-destination-relsafari-section .bw-related-safari-row .bw-related-safari-wrap .bw-related-safari-wrap-inner .bw-related-safari-image img {
    height: 250px !important;
  }
}
.bw-destination-relsafari-section .bw-related-safari-row .bw-related-safari-wrap .bw-related-safari-wrap-inner .bw-related-safari-title h3 {
  margin-bottom: 10px;
}
.bw-destination-relsafari-section .bw-related-safari-row .bw-related-safari-wrap .bw-related-safari-wrap-inner .bw-related-safari-title h3 a {
  font-family: "Noto Sans Black" !important;
  color: #483426;
  font-size: 19px;
  margin-bottom: 15px;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bw-destination-relsafari-section .bw-related-safari-row .bw-related-safari-wrap .bw-related-safari-wrap-inner .bw-related-safari-title h3 a:hover {
  color: #a57452 !important;
}
@media screen and (max-width: 1600px) {
  .bw-destination-relsafari-section .bw-related-safari-row .bw-related-safari-wrap .bw-related-safari-wrap-inner .bw-related-safari-title h3 a {
    font-size: 16px;
  }
}
.bw-destination-relsafari-section .bw-related-safari-row .bw-related-safari-wrap .bw-related-safari-wrap-inner .bw-related-safari-expert {
  font-family: "Noto Sans Medium" !important;
  font-size: 19px;
  color: #483426;
  font-weight: 300 !important;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .bw-destination-relsafari-section .bw-related-safari-row .bw-related-safari-wrap .bw-related-safari-wrap-inner .bw-related-safari-expert {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bw-destination-relsafari-section .bw-related-safari-row .bw-related-safari-wrap .bw-related-safari-wrap-inner .bw-related-read-more {
  text-align: right;
}
.bw-destination-relsafari-section .bw-related-safari-row .bw-related-safari-wrap .bw-related-safari-wrap-inner .bw-related-read-more a {
  font-size: 14px !important;
  font-weight: bold !important;
  text-align: right;
  color: #483426 !important;
  -webkit-text-decoration: underline dotted !important;
  text-decoration: underline dotted !important;
  text-underline-offset: 3px;
  margin-top: 10px;
  display: inline-block;
}
.bw-destination-relsafari-section .bw-related-safari-row .bw-related-safari-wrap .bw-related-safari-wrap-inner .bw-related-read-more a:hover {
  color: #a57452 !important;
}

.bw-destination-rellodge-section .bw-innerpage-subtitle h3 {
  text-align: center;
}
.bw-destination-rellodge-section .bw-related-lodge-row {
  display: flex;
  flex-wrap: wrap;
  margin-inline: -20px;
}
@media screen and (max-width: 580px) {
  .bw-destination-rellodge-section .bw-related-lodge-row {
    margin-inline: 0px !important;
  }
}
.bw-destination-rellodge-section .bw-related-lodge-row .bw-related-lodge-wrap {
  padding: 20px;
  width: 25%;
}
@media screen and (max-width: 1200px) {
  .bw-destination-rellodge-section .bw-related-lodge-row .bw-related-lodge-wrap {
    width: 33.33%;
  }
}
@media screen and (max-width: 767px) {
  .bw-destination-rellodge-section .bw-related-lodge-row .bw-related-lodge-wrap {
    width: 50%;
  }
}
@media screen and (max-width: 580px) {
  .bw-destination-rellodge-section .bw-related-lodge-row .bw-related-lodge-wrap {
    width: 100%;
    padding-inline: 0px !important;
  }
}
.bw-destination-rellodge-section .bw-related-lodge-row .bw-related-lodge-wrap .bw-related-lodge-wrap-inner {
  box-shadow: 0px 2px 15px 0px #cdcdcd;
  padding: 20px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  background: #fff;
  position: relative;
  z-index: 1;
}
.bw-destination-rellodge-section .bw-related-lodge-row .bw-related-lodge-wrap .bw-related-lodge-wrap-inner .bw-related-lodge-image {
  margin-bottom: 20px;
}
.bw-destination-rellodge-section .bw-related-lodge-row .bw-related-lodge-wrap .bw-related-lodge-wrap-inner .bw-related-lodge-image img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  height: 400px !important;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100% !important;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1600px) {
  .bw-destination-rellodge-section .bw-related-lodge-row .bw-related-lodge-wrap .bw-related-lodge-wrap-inner .bw-related-lodge-image img {
    height: 250px !important;
  }
}
.bw-destination-rellodge-section .bw-related-lodge-row .bw-related-lodge-wrap .bw-related-lodge-wrap-inner .bw-related-lodge-title h3 {
  margin-bottom: 10px;
  line-height: 1;
}
.bw-destination-rellodge-section .bw-related-lodge-row .bw-related-lodge-wrap .bw-related-lodge-wrap-inner .bw-related-lodge-title h3 a {
  font-family: "Noto Sans Black" !important;
  color: #483426;
  font-size: 19px;
  margin-bottom: 15px;
  line-height: 1;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bw-destination-rellodge-section .bw-related-lodge-row .bw-related-lodge-wrap .bw-related-lodge-wrap-inner .bw-related-lodge-title h3 a:hover {
  color: #a57452 !important;
}
@media screen and (max-width: 1600px) {
  .bw-destination-rellodge-section .bw-related-lodge-row .bw-related-lodge-wrap .bw-related-lodge-wrap-inner .bw-related-lodge-title h3 a {
    font-size: 16px;
  }
}
.bw-destination-rellodge-section .bw-related-lodge-row .bw-related-lodge-wrap .bw-related-lodge-wrap-inner .bw-related-lodge-expert {
  font-family: "Noto Sans Medium" !important;
  font-size: 19px;
  color: #483426;
  font-weight: 300 !important;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .bw-destination-rellodge-section .bw-related-lodge-row .bw-related-lodge-wrap .bw-related-lodge-wrap-inner .bw-related-lodge-expert {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bw-destination-rellodge-section .bw-related-lodge-row .bw-related-lodge-wrap .bw-related-lodge-wrap-inner .bw-related-read-more {
  text-align: right;
}
.bw-destination-rellodge-section .bw-related-lodge-row .bw-related-lodge-wrap .bw-related-lodge-wrap-inner .bw-related-read-more a {
  font-size: 14px !important;
  font-weight: bold !important;
  text-align: right;
  color: #483426 !important;
  -webkit-text-decoration: underline dotted !important;
  text-decoration: underline dotted !important;
  text-underline-offset: 3px;
  margin-top: 10px;
  display: inline-block;
}
.bw-destination-rellodge-section .bw-related-lodge-row .bw-related-lodge-wrap .bw-related-lodge-wrap-inner .bw-related-read-more a:hover {
  color: #a57452 !important;
}

.bw-destination-tab-section {
  display: block !important;
  position: relative !important;
  background: url(../../images/chobe.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.bw-destination-tab-section::before {
  content: "" !important;
  position: absolute;
  background: rgba(255, 255, 255, 0.7803921569);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.bw-destination-tab-section .bw-destination-tab-list-section {
  padding: 0px !important;
  display: block;
}
.bw-destination-tab-section .bw-tab-wrapper .bw-tab-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin-inline: auto;
  margin-bottom: 0px;
}
@media screen and (max-width: 1024px) {
  .bw-destination-tab-section .bw-tab-wrapper .bw-tab-menu {
    max-width: 100%;
  }
}
.bw-destination-tab-section .bw-tab-wrapper .bw-tab-menu li {
  padding: 0px 15px 0px;
  list-style: none;
  width: 33.33%;
}
@media screen and (max-width: 1600px) {
  .bw-destination-tab-section .bw-tab-wrapper .bw-tab-menu li {
    padding-inline: 10px;
  }
}
@media screen and (max-width: 480px) {
  .bw-destination-tab-section .bw-tab-wrapper .bw-tab-menu li {
    padding-inline: 5px;
  }
}
.bw-destination-tab-section .bw-tab-wrapper .bw-tab-menu li.active a {
  color: #a57452;
}
.bw-destination-tab-section .bw-tab-wrapper .bw-tab-menu li.active a::before {
  bottom: -30px;
}
@media screen and (max-width: 767px) {
  .bw-destination-tab-section .bw-tab-wrapper .bw-tab-menu li.active a::before {
    bottom: -21px;
  }
}
.bw-destination-tab-section .bw-tab-wrapper .bw-tab-menu li.active a::after {
  color: #a57452;
}
.bw-destination-tab-section .bw-tab-wrapper .bw-tab-menu li:nth-of-type(1) a::after {
  content: "\f14e";
  font-family: "Font Awesome 5 Free";
}
.bw-destination-tab-section .bw-tab-wrapper .bw-tab-menu li:nth-of-type(2) a::after {
  content: "\f18c";
  font-family: "Font Awesome 5 Brands";
}
.bw-destination-tab-section .bw-tab-wrapper .bw-tab-menu li:nth-of-type(3) a::after {
  content: "\f183";
  font-family: "Font Awesome 5 Free";
}
.bw-destination-tab-section .bw-tab-wrapper .bw-tab-menu li:nth-of-type(4) a::after {
  content: "\f185";
  font-family: "Font Awesome 5 Free";
}
.bw-destination-tab-section .bw-tab-wrapper .bw-tab-menu li a {
  padding: 15px;
  color: #000;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  position: relative;
  display: block;
  text-align: center;
  font-size: 20px;
  padding-bottom: 30px;
  overflow: hidden;
  padding-top: 50px;
}
@media screen and (max-width: 1600px) {
  .bw-destination-tab-section .bw-tab-wrapper .bw-tab-menu li a {
    padding-inline: 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .bw-destination-tab-section .bw-tab-wrapper .bw-tab-menu li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .bw-destination-tab-section .bw-tab-wrapper .bw-tab-menu li a {
    font-size: 12px;
    padding-inline: 5px;
    padding-top: 45px;
  }
  .bw-destination-tab-section .bw-tab-wrapper .bw-tab-menu li a span {
    display: none;
  }
}
.bw-destination-tab-section .bw-tab-wrapper .bw-tab-menu li a:hover {
  color: #a57452;
}
.bw-destination-tab-section .bw-tab-wrapper .bw-tab-menu li a::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  font-size: 30px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  background: #efefef;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #a57452;
}
@media screen and (max-width: 767px) {
  .bw-destination-tab-section .bw-tab-wrapper .bw-tab-menu li a::after {
    width: 45px;
    height: 45px;
    font-size: 25px;
  }
}
.bw-destination-tab-section .bw-tab-wrapper .bw-tab-menu li a::before {
  content: "";
  width: 35px;
  height: 35px;
  background: #f2f2f2;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: rotate(45deg) translate(-50%);
  transition: bottom 0.3s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .bw-destination-tab-section .bw-tab-wrapper .bw-tab-menu li a::before {
    width: 25px;
    height: 25px;
  }
}
.bw-destination-tab-section .bw-tab-wrapper .bw-tab-menu li a.mobile-text {
  display: none;
}
@media screen and (max-width: 767px) {
  .bw-destination-tab-section .bw-tab-wrapper .bw-tab-menu li a.mobile-text {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .bw-destination-tab-section .bw-tab-wrapper .bw-tab-menu li a.desktop-text {
    display: none;
  }
}

.bw-destination-content-section.bw-tab-content {
  max-width: 80% !important;
  margin-inline: auto;
  background: #f2f2f2;
  border-radius: 30px;
  transition: 0.2s !important;
  opacity: 1 !important;
  -webkit-transition: 0.2s !important;
  -moz-transition: 0.2s !important;
  -ms-transition: 0.2s !important;
  -o-transition: 0.2s !important;
}
@media screen and (max-width: 1024px) {
  .bw-destination-content-section.bw-tab-content {
    max-width: calc(100% - 60px) !important;
  }
}
@media screen and (max-width: 560px) {
  .bw-destination-content-section.bw-tab-content {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .bw-destination-content-section.bw-tab-content {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }
}

.bw-destination-map-section {
  padding: 0px !important;
}
.bw-destination-map-section .bw-destination-map-wrap .elementor-widget-container {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .bw-destination-map-section .bw-destination-map-wrap .elementor-widget-container .destination_map {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
}
.bw-destination-map-section .bw-destination-map-wrap .elementor-widget-container .destination_map svg {
  display: block;
  transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  -webkit-transform: translateY(50px);
  overflow: visible !important;
}
.bw-destination-map-section .bw-destination-map-wrap .elementor-widget-container .destination_map svg path,
.bw-destination-map-section .bw-destination-map-wrap .elementor-widget-container .destination_map svg polygon {
  fill: rgba(0, 57, 255, 0.1490196078) !important;
}
.bw-destination-map-section .bw-destination-map-wrap .elementor-widget-container .destination_map svg text {
  font-size: 16px !important;
  fill: #333 !important;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .bw-destination-map-section .bw-destination-map-wrap .elementor-widget-container .destination_map svg {
    min-width: 1200px;
  }
}
@media screen and (max-width: 1024px) {
  .bw-destination-map-section .bw-destination-map-wrap .elementor-widget-container .destination_map svg {
    transform: translateX(70px) translateY(50px);
    -webkit-transform: translateX(70px) translateY(50px);
    -moz-transform: translateX(70px) translateY(50px);
    -ms-transform: translateX(70px) translateY(50px);
    -o-transform: translateX(70px) translateY(50px);
  }
}
@media screen and (max-width: 767px) {
  .bw-destination-map-section .bw-destination-map-wrap .elementor-widget-container .destination_map svg {
    min-width: 930px;
    transform: translateX(70px) translateY(35px);
    -webkit-transform: translateX(70px) translateY(35px);
    -moz-transform: translateX(70px) translateY(35px);
    -ms-transform: translateX(70px) translateY(35px);
    -o-transform: translateX(70px) translateY(35px);
  }
}
@media screen and (max-width: 560px) {
  .bw-destination-map-section .bw-destination-map-wrap .elementor-widget-container .destination_map svg {
    transform: translateX(50px) translateY(25px);
    -webkit-transform: translateX(50px) translateY(25px);
    -moz-transform: translateX(50px) translateY(25px);
    -ms-transform: translateX(50px) translateY(25px);
    -o-transform: translateX(50px) translateY(25px);
    min-width: 700px;
  }
}
.bw-destination-map-section .bw-destination-map-wrap .elementor-widget-container .destination_map svg .map-pointer {
  display: none;
}
.bw-destination-map-section .bw-destination-map-wrap .elementor-widget-container .destination_map svg .map-pointer.current-point {
  display: block;
}

.bw-destination-explore-container-wrap {
  padding: 0px !important;
}
.bw-destination-explore-container-wrap > div {
  flex-direction: row !important;
  max-width: 100% !important;
}
.bw-destination-explore-container-wrap .bw-destination-explore-content {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .bw-destination-explore-container-wrap .bw-destination-explore-content {
    width: 100%;
    padding: 0px !important;
  }
}
.bw-destination-explore-container-wrap .bw-destination-explore-content .bw-explore-area-title h3 {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .bw-destination-explore-container-wrap .bw-destination-explore-content .bw-explore-area-title h3 {
    margin-bottom: 15px;
  }
}
.bw-destination-explore-container-wrap .bw-destination-explore-content h3 {
  display: none;
}
.bw-destination-explore-container-wrap.single-content-column .bw-destination-explore-content {
  width: 100%;
}

.bw-destination-explore-content > div {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  max-width: 100% !important;
}
@media screen and (max-width: 767px) {
  .bw-destination-explore-content > div {
    display: block !important;
  }
}
.bw-destination-explore-content .gallery-item {
  width: 100% !important;
}
.bw-destination-explore-content .gallery-item img {
  width: 100% !important;
}
.bw-destination-explore-content .bw-destination-content {
  height: 100%;
}
.bw-destination-explore-content .bw-destination-content > div {
  display: flex !important;
  justify-content: space-between !important;
  flex-direction: column !important;
}
@media screen and (max-width: 767px) {
  .bw-destination-explore-content .bw-destination-content > div {
    justify-content: unset !important;
  }
}

.postid-1134 .bw-destination-explore-content:nth-child(1),
.postid-1136 .bw-destination-explore-content:nth-child(1) {
  width: 100% !important;
}
.postid-1134 .bw-destination-explore-content:nth-child(2),
.postid-1136 .bw-destination-explore-content:nth-child(2) {
  display: none;
}
.postid-1134 .bw-destination-explore-content .gallery-item,
.postid-1136 .bw-destination-explore-content .gallery-item {
  width: 50% !important;
}
@media screen and (max-width: 560px) {
  .postid-1134 .bw-destination-explore-content .gallery-item,
  .postid-1136 .bw-destination-explore-content .gallery-item {
    width: 100% !important;
  }
}

.bw-destination-banner-slider .swiper-slide-image,
.bw-safari-banner-slider .swiper-slide-image,
.bw-private-banner-slider .swiper-slide-image {
  height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.bw-destination-banner-title,
.bw-safari-banner-title,
.bw-private-banner-title {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  text-align: center;
  width: 100%;
  padding: 0px 10px;
}
.bw-destination-banner-title h1,
.bw-safari-banner-title h1,
.bw-private-banner-title h1 {
  color: #fff !important;
  font-family: "Noto Sans Black" !important;
  font-weight: 400 !important;
  letter-spacing: 2px !important;
  font-size: 35px;
  word-wrap: normal;
  position: relative;
  z-index: 2;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .bw-destination-banner-title h1,
  .bw-safari-banner-title h1,
  .bw-private-banner-title h1 {
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  .bw-destination-banner-title h1,
  .bw-safari-banner-title h1,
  .bw-private-banner-title h1 {
    font-size: 18px;
  }
}

.bw-safari-highlight-section {
  position: relative !important;
  background: url(../../images/Aerial-Landscape-Okavango_1.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.bw-safari-highlight-section::before {
  content: "" !important;
  position: absolute;
  background: rgba(255, 255, 255, 0.7803921569);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.bw-safari-highlight-section .bw-safari-highlight-section-inner {
  max-width: 75% !important;
  margin: 20px auto !important;
}
@media screen and (max-width: 1600px) {
  .bw-safari-highlight-section .bw-safari-highlight-section-inner {
    max-width: 80% !important;
  }
}
@media screen and (max-width: 980px) {
  .bw-safari-highlight-section .bw-safari-highlight-section-inner {
    max-width: 95% !important;
  }
}
@media screen and (max-width: 560px) {
  .bw-safari-highlight-section .bw-safari-highlight-section-inner {
    max-width: 100% !important;
  }
}
.bw-safari-highlight-section .bw-safari-content-col-left {
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .bw-safari-highlight-section .bw-safari-content-col-left {
    margin-right: 0px;
    margin-bottom: 40px;
  }
}
.bw-safari-highlight-section .bw-safari-content-col-right {
  margin-left: 25px;
}
@media screen and (max-width: 767px) {
  .bw-safari-highlight-section .bw-safari-content-col-right {
    margin-left: 0px;
  }
}
.bw-safari-highlight-section .bw-innerpage-content-col {
  padding: 20px;
  box-shadow: 0px 2px 20px 0px rgba(72, 52, 38, 0.16);
  --widgets-spacing: 0px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.bw-safari-highlight-section .bw-innerpage-content-col::before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 100%;
}
.bw-safari-highlight-section .bw-innerpage-content-col .bw-safari-highlight-content ul {
  margin-top: 0;
}
.bw-safari-highlight-section .bw-innerpage-content-col .bw-safari-highlight-content ul li {
  position: relative;
  font-family: "Noto Sans" !important;
  font-size: 18px !important;
  color: #483426 !important;
  line-height: 1.5;
  margin-bottom: 18px;
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .bw-safari-highlight-section .bw-innerpage-content-col .bw-safari-highlight-content ul li {
    font-size: 16px !important;
    line-height: 1.3 !important;
  }
}
.bw-safari-highlight-section .bw-innerpage-content-col .bw-safari-highlight-content ul li::before {
  content: "\f0da";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  left: 0px;
  top: -3px;
  font-size: 24px;
  font-weight: 600;
  color: #b7aa9f;
}
.bw-safari-highlight-section .bw-innerpage-content-col .bw-safari-highlight-content ul li:last-child {
  margin-bottom: 0;
}
.bw-safari-highlight-section .bw-innerpage-content-col h3 {
  font-family: "Noto Sans Black" !important;
  font-size: 22px;
  font-weight: 100 !important;
  color: #483426 !important;
  margin-bottom: 20px !important;
}
@media screen and (max-width: 1600px) {
  .bw-safari-highlight-section .bw-innerpage-content-col h3 {
    font-size: 18px !important;
  }
}

.bw-safari-td-section .bw-safari-subtitle h3 {
  font-family: "Noto Sans Medium" !important;
  font-size: 28px;
  color: #483426 !important;
  font-weight: 500 !important;
}

.bw-safari-map-section {
  padding: 0px !important;
}
.bw-safari-map-section .bw-safari-map-wrap .elementor-widget-container {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .bw-safari-map-section .bw-safari-map-wrap .elementor-widget-container .safari_map {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
}
.bw-safari-map-section .bw-safari-map-wrap .elementor-widget-container .safari_map svg {
  display: block;
}
.bw-safari-map-section .bw-safari-map-wrap .elementor-widget-container .safari_map svg path[style="fill:#0091d1"] {
  animation: colorchange 0.5s infinite alternate;
  -webkit-animation: colorchange 0.5s infinite alternate;
}
@media screen and (max-width: 1200px) {
  .bw-safari-map-section .bw-safari-map-wrap .elementor-widget-container .safari_map svg {
    min-width: 1200px;
  }
}
@media screen and (max-width: 767px) {
  .bw-safari-map-section .bw-safari-map-wrap .elementor-widget-container .safari_map svg {
    min-width: 900px;
  }
}
@media screen and (max-width: 560px) {
  .bw-safari-map-section .bw-safari-map-wrap .elementor-widget-container .safari_map svg {
    min-width: 700px;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
  }
}
.bw-safari-map-section .bw-safari-map-wrap .elementor-widget-container .safari_map svg .map-pointer {
  cursor: pointer;
}
.bw-safari-map-section .bw-safari-map-wrap .elementor-widget-container .bw-map-popup-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  top: 0;
  pointer-events: none;
}
.bw-safari-map-section .bw-safari-map-wrap .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner {
  max-width: 400px;
  background: #fff;
  border-radius: 20px;
  position: absolute;
  pointer-events: auto;
  opacity: 0;
  pointer-events: none;
  min-width: 200px;
  left: 50% !important;
  top: 20px !important;
  transform: translateX(-50%);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  border: 2px solid #000;
}
@media screen and (max-width: 767px) {
  .bw-safari-map-section .bw-safari-map-wrap .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner {
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: 30px !important;
    bottom: unset !important;
    max-width: 280px !important;
    width: 100% !important;
    -webkit-transform: translateX(-50%) !important;
    -moz-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    -o-transform: translateX(-50%) !important;
  }
}
.bw-safari-map-section .bw-safari-map-wrap .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner::before {
  display: none !important;
}
.bw-safari-map-section .bw-safari-map-wrap .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.active {
  opacity: 1;
  pointer-events: auto;
}
.bw-safari-map-section .bw-safari-map-wrap .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner .bw-map-popup-text {
  display: none;
}
.bw-safari-map-section .bw-safari-map-wrap .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner .bw-map-popup-image {
  position: relative;
}
.bw-safari-map-section .bw-safari-map-wrap .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner .bw-map-popup-image img {
  display: none;
}
.bw-safari-map-section .bw-safari-map-wrap .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner .bw-map-popup-image i {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 25px;
  height: 25px;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  color: #ffffff;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  border: 1px solid #000;
}
.bw-safari-map-section .bw-safari-map-wrap .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner .bw-map-popup-image i:hover {
  color: #000000;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .bw-safari-map-section .bw-safari-map-wrap .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner .bw-map-popup-image i {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
}
.bw-safari-map-section .bw-safari-map-wrap .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner .bw-map-popup-content-wrap {
  padding: 10px;
}
.bw-safari-map-section .bw-safari-map-wrap .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner .bw-map-popup-content-wrap .bw-map-popup-title h3 {
  margin-bottom: 0px !important;
  line-height: normal;
  padding: 10px 20px;
  font-family: "Noto Sans Black" !important;
  color: #483426 !important;
  font-size: 16px;
  margin-bottom: 5px;
  line-height: normal;
  display: block;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .bw-safari-map-section .bw-safari-map-wrap .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner .bw-map-popup-content-wrap .bw-map-popup-title h3 {
    font-size: 14px;
  }
}

@media screen and (max-width: 560px) {
  .postid-2082 .bw-safari-map-section .bw-safari-map-wrap .elementor-widget-container .safari_map svg {
    transform: translateX(20px);
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
  }
}

/*24-11-2023*/
.bw-safari-content-section p {
  text-align: center;
}

/*01-12-2023*/
.bw-ps-pln-btn {
  margin: 0 auto;
}
.bw-ps-pln-btn a {
  background: linear-gradient(180deg, #473325, #afa399);
  border: 1px solid #fff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  width: 220px;
  font-size: 18px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  cursor: pointer;
  margin-top: 10px;
  font-weight: 900 !important;
  letter-spacing: 1px;
}
.bw-ps-pln-btn a:hover {
  background: linear-gradient(0deg, #473325, #afa399);
}
@media screen and (max-width: 1600px) {
  .bw-ps-pln-btn a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .bw-ps-pln-btn a {
    width: 200px;
    font-size: 14px;
  }
}

.postid-2096 .bw-safari-map-section .bw-safari-map-wrap .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner {
  max-width: 250px !important;
  border: none;
}
.postid-2096 .bw-safari-map-section .bw-safari-map-wrap .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner img {
  display: block;
  border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -ms-border-radius: 20px 20px 0 0;
  -o-border-radius: 20px 20px 0 0;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}
.postid-2096 .bw-safari-map-section .bw-safari-map-wrap .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: white;
  transform: rotate(225deg) translateX(-65%);
  -webkit-transform: rotate(225deg) translateX(-65%);
  -moz-transform: rotate(225deg) translateX(-65%);
  -ms-transform: rotate(225deg) translateX(-65%);
  -o-transform: rotate(225deg) translateX(-65%);
  bottom: -19px;
  z-index: -1;
  left: 43%;
  border-width: 0px 2px 2px 0px;
  display: block !important;
  top: -20px;
}
@media screen and (max-width: 768px) {
  .postid-2096 .bw-safari-map-section .bw-safari-map-wrap .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner::before {
    display: none !important;
  }
}
.postid-2096 .bw-safari-map-section .bw-safari-map-wrap .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner .bw-map-popup-content-wrap .bw-map-popup-title h3 {
  padding: 5px 0px;
  text-align: left;
}
.postid-2096 .bw-safari-map-section .bw-safari-map-wrap .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner .bw-map-popup-text {
  display: block;
}
.postid-2096 .bw-safari-map-section .bw-safari-map-wrap .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner .bw-map-popup-text p {
  font-family: "Noto Sans" !important;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: normal;
  color: #483426 !important;
  text-align: left;
  font-weight: 600;
}
.postid-2096 .bw-safari-map-section .bw-safari-map-wrap .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner .bw-map-popup-text a {
  font-size: 14px !important;
  font-weight: bold !important;
  text-align: right;
  color: #483426 !important;
  -webkit-text-decoration: underline dotted !important;
  text-decoration: underline dotted !important;
  text-underline-offset: 3px;
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}
.postid-2096 .bw-safari-map-section .bw-safari-map-wrap .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-point-1 {
  left: 38% !important;
  top: unset !important;
  bottom: 35% !important;
}
.postid-2096 .bw-safari-map-section .bw-safari-map-wrap .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-point-1::before {
  top: unset;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .postid-2096 .bw-safari-map-section .bw-safari-map-wrap .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-point-1 {
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: 20px !important;
    bottom: unset !important;
    -webkit-transform: translateX(-50%) !important;
  }
}
.postid-2096 .bw-safari-map-section .bw-safari-map-wrap .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-point-2 {
  left: 49% !important;
  bottom: 46%;
  top: unset !important;
}
@media screen and (max-width: 1024px) {
  .postid-2096 .bw-safari-map-section .bw-safari-map-wrap .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-point-2 {
    left: 35% !important;
  }
}
@media screen and (max-width: 768px) {
  .postid-2096 .bw-safari-map-section .bw-safari-map-wrap .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-point-2 {
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: 20px !important;
    bottom: unset !important;
    -webkit-transform: translateX(-50%) !important;
  }
}
.postid-2096 .bw-safari-map-section .bw-safari-map-wrap .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-point-2::before {
  top: unset;
  bottom: 0;
}
.postid-2096 .bw-safari-map-section .bw-safari-map-wrap .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-point-3 {
  left: 41% !important;
  top: 42% !important;
}
@media screen and (max-width: 1200px) {
  .postid-2096 .bw-safari-map-section .bw-safari-map-wrap .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-point-3 {
    left: 40% !important;
    top: 43% !important;
  }
}
@media screen and (max-width: 1024px) {
  .postid-2096 .bw-safari-map-section .bw-safari-map-wrap .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-point-3 {
    left: 37% !important;
  }
}
@media screen and (max-width: 768px) {
  .postid-2096 .bw-safari-map-section .bw-safari-map-wrap .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-point-3 {
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: 20px !important;
    bottom: unset !important;
    -webkit-transform: translateX(-50%) !important;
  }
}
.postid-2096 .bw-safari-map-section .bw-safari-map-wrap .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-point-3::before {
  top: -20px;
}
.postid-2096 .bw-safari-map-section .bw-safari-map-wrap .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-point-4 {
  left: 52.2% !important;
  top: 18% !important;
}
@media screen and (max-width: 1200px) {
  .postid-2096 .bw-safari-map-section .bw-safari-map-wrap .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-point-4 {
    left: 28%;
    top: 18% !important;
  }
}
@media screen and (max-width: 1024px) {
  .postid-2096 .bw-safari-map-section .bw-safari-map-wrap .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-point-4 {
    left: 20%;
  }
}
@media screen and (max-width: 768px) {
  .postid-2096 .bw-safari-map-section .bw-safari-map-wrap .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-point-4 {
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: 20px !important;
    bottom: unset !important;
    -webkit-transform: translateX(-50%) !important;
  }
}
.postid-2096 .bw-safari-map-section .bw-safari-map-wrap .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-point-5 {
  left: 65% !important;
  top: 15% !important;
}
@media screen and (max-width: 1200px) {
  .postid-2096 .bw-safari-map-section .bw-safari-map-wrap .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-point-5 {
    top: 16% !important;
    left: 67% !important;
  }
}
@media screen and (max-width: 1024px) {
  .postid-2096 .bw-safari-map-section .bw-safari-map-wrap .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-point-5 {
    left: 70% !important;
  }
}
@media screen and (max-width: 768px) {
  .postid-2096 .bw-safari-map-section .bw-safari-map-wrap .elementor-widget-container .bw-map-popup-wrap .bw-map-popup-wrap-inner.bw-map-point-5 {
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: 20px !important;
    bottom: unset !important;
    -webkit-transform: translateX(-50%) !important;
  }
}

.bw-archive-page-section {
  padding: 60px 50px !important;
}
@media screen and (max-width: 1600px) {
  .bw-archive-page-section {
    padding: 30px 20px !important;
  }
}
@media screen and (max-width: 980px) {
  .bw-archive-page-section {
    padding: 25px 20px !important;
  }
}
.bw-archive-page-section .type-destinations {
  display: unset !important;
  padding: 20px 12px !important;
}
@media screen and (max-width: 580px) {
  .bw-archive-page-section .type-destinations {
    padding: 14px 6px !important;
  }
}
.bw-archive-page-section h3 {
  font-size: 19px !important;
  font-weight: 400 !important;
  color: #483426 !important;
  margin-bottom: 15px !important;
  line-height: normal;
  letter-spacing: 0px !important;
  text-align: left;
  font-family: "Noto Sans Black" !important;
}
@media screen and (max-width: 1600px) {
  .bw-archive-page-section h3 {
    font-size: 16px !important;
  }
}
.bw-archive-page-section h3 a {
  font-family: "Noto Sans Black" !important;
  color: #483426 !important;
  font-size: 19px;
  margin-bottom: 15px;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bw-archive-page-section h3 a:hover {
  color: #a57452 !important;
}
@media screen and (max-width: 1600px) {
  .bw-archive-page-section h3 a {
    font-size: 16px;
  }
}
.bw-archive-page-section .elementor-posts-container {
  display: flex;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  margin-inline: -20px;
}
@media screen and (max-width: 1600px) {
  .bw-archive-page-section .elementor-posts-container {
    margin-inline: -10px;
  }
}
@media screen and (max-width: 480px) {
  .bw-archive-page-section .elementor-posts-container {
    margin-inline: 0px;
  }
}
.bw-archive-page-section .elementor-posts-container .bw-la-wrap-outer {
  width: 33.33%;
  padding: 20px !important;
}
@media screen and (max-width: 980px) {
  .bw-archive-page-section .elementor-posts-container .bw-la-wrap-outer {
    width: 50%;
    padding: 10px !important;
  }
}
@media screen and (max-width: 480px) {
  .bw-archive-page-section .elementor-posts-container .bw-la-wrap-outer {
    width: 100%;
    padding-inline: 0px !important;
  }
}
.bw-archive-page-section .elementor-posts-container .bw-la-wrap-outer .bw-la-wrap-inner {
  box-shadow: 0px 2px 15px 0px #cdcdcd;
  height: 100%;
}
.bw-archive-page-section .elementor-post__excerpt {
  text-align: left;
}
.bw-archive-page-section p {
  font-family: "Noto Sans Medium" !important;
  font-size: 19px !important;
  color: #483426 !important;
  font-weight: 300 !important;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .bw-archive-page-section p {
    font-size: 16px !important;
    line-height: 1.3 !important;
  }
}
.bw-archive-page-section .elementor-post__excerpt {
  font-family: "Noto Sans Medium" !important;
  font-size: 19px !important;
  color: #483426 !important;
  font-weight: 300 !important;
  line-height: 1.5;
}
@media screen and (max-width: 1600px) {
  .bw-archive-page-section .elementor-post__excerpt {
    font-size: 16px !important;
    line-height: 1.3 !important;
  }
}
.bw-archive-page-section .elementor-post__thumbnail__link {
  margin-bottom: 0;
}
.bw-archive-page-section .elementor-post__thumbnail {
  padding-bottom: 0 !important;
}
.bw-archive-page-section .elementor-post__thumbnail img {
  height: 600px !important;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100% !important;
  overflow: hidden;
  position: relative !important;
  z-index: 1;
  left: unset !important;
  right: unset !important;
  bottom: unset !important;
  top: unset !important;
  transform: unset !important;
}
@media screen and (max-width: 1600px) {
  .bw-archive-page-section .elementor-post__thumbnail img {
    height: 400px !important;
  }
}
@media screen and (max-width: 580px) {
  .bw-archive-page-section .elementor-post__thumbnail img {
    height: 350px !important;
  }
}
@media screen and (max-width: 480px) {
  .bw-archive-page-section .elementor-post__thumbnail img {
    height: 300px !important;
  }
}
.bw-archive-page-section .elementor-post__text {
  padding: 20px;
  background: #fff;
  margin: 0;
  margin-top: -20px;
  position: relative;
  z-index: 1;
  max-width: 100%;
  text-align: right;
}
.bw-archive-page-section .elementor-post__text p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bw-archive-page-section .elementor-post__read-more {
  font-size: 14px !important;
  font-weight: bold !important;
  text-align: right;
  color: #483426 !important;
  margin-top: 15px;
  -webkit-text-decoration: underline dotted !important;
          text-decoration: underline dotted !important;
  text-underline-offset: 3px;
  margin-top: 15px;
  display: inline-block;
}
.bw-archive-page-section .elementor-post__read-more:hover {
  color: #a57452 !important;
}

.bw-sa-duration,
.bw-sa-category {
  display: none !important;
}

.bw-destination-archive-section .elementor-posts-container {
  display: flex;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  margin-inline: -20px;
}
@media screen and (max-width: 1600px) {
  .bw-destination-archive-section .elementor-posts-container {
    margin-inline: -10px;
  }
}
@media screen and (max-width: 480px) {
  .bw-destination-archive-section .elementor-posts-container {
    margin-inline: 0px;
  }
}
.bw-destination-archive-section .elementor-posts-container .elementor-post {
  width: 33.33%;
  padding: 20px !important;
}
@media screen and (max-width: 980px) {
  .bw-destination-archive-section .elementor-posts-container .elementor-post {
    width: 50%;
    padding: 10px !important;
  }
}
@media screen and (max-width: 480px) {
  .bw-destination-archive-section .elementor-posts-container .elementor-post {
    width: 100%;
    padding-inline: 0px !important;
    overflow: visible;
  }
}
.bw-destination-archive-section .elementor-post__excerpt {
  text-align: left;
}
.bw-destination-archive-section p,
.bw-destination-archive-section .elementor-post__excerpt {
  font-family: "Noto Sans Medium" !important;
  font-size: 19px !important;
  color: #483426 !important;
  font-weight: 300 !important;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .bw-destination-archive-section p,
  .bw-destination-archive-section .elementor-post__excerpt {
    font-size: 16px !important;
    line-height: 1.3 !important;
  }
}
.bw-destination-archive-section .elementor-post__thumbnail__link {
  margin-bottom: 0;
}
.bw-destination-archive-section .elementor-post__thumbnail {
  padding-bottom: 0 !important;
}
.bw-destination-archive-section .elementor-post__thumbnail img {
  height: 600px !important;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100% !important;
  overflow: hidden;
  position: relative !important;
  z-index: 1;
  left: unset !important;
  right: unset !important;
  bottom: unset !important;
  top: unset !important;
  transform: unset !important;
}
@media screen and (max-width: 1600px) {
  .bw-destination-archive-section .elementor-post__thumbnail img {
    height: 400px !important;
  }
}
@media screen and (max-width: 580px) {
  .bw-destination-archive-section .elementor-post__thumbnail img {
    height: 350px !important;
  }
}
@media screen and (max-width: 480px) {
  .bw-destination-archive-section .elementor-post__thumbnail img {
    height: 300px !important;
  }
}
.bw-destination-archive-section .elementor-post__text {
  box-shadow: 0px 2px 15px 0px #cdcdcd;
  padding: 20px;
  background: #fff;
  margin: 0;
  margin-top: -20px;
  position: relative;
  z-index: 1;
  max-width: 100%;
  text-align: right;
}
.bw-destination-archive-section .elementor-post__text p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.bw-gallery-list-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-inline: -20px;
}
@media screen and (max-width: 480px) {
  .bw-gallery-list-wrap {
    margin-inline: 0px;
  }
}
.bw-gallery-list-wrap a {
  width: 33.33%;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .bw-gallery-list-wrap a {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .bw-gallery-list-wrap a {
    width: 100%;
    padding: 20px 0;
  }
}
.bw-gallery-list-wrap a .bw-gallery-list-wrap-inner {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 100%;
  height: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  padding: 30px;
  transition: all 0.4s;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.31);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
@media screen and (max-width: 1600px) {
  .bw-gallery-list-wrap a .bw-gallery-list-wrap-inner {
    height: 300px;
  }
}
@media screen and (max-width: 980px) {
  .bw-gallery-list-wrap a .bw-gallery-list-wrap-inner {
    height: 260px;
  }
}
@media screen and (max-width: 480px) {
  .bw-gallery-list-wrap a .bw-gallery-list-wrap-inner {
    height: 240px;
  }
}
.bw-gallery-list-wrap a .bw-gallery-list-wrap-inner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.3019607843);
  border-radius: 15px;
}
.bw-gallery-list-wrap a .bw-gallery-list-wrap-inner:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.bw-gallery-list-wrap a .bw-gallery-list-wrap-inner h3 {
  font-family: "Noto Sans Black" !important;
  color: #fff !important;
  font-size: 24px !important;
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .bw-gallery-list-wrap a .bw-gallery-list-wrap-inner h3 {
    font-size: 22px !important;
  }
}
@media screen and (max-width: 767px) {
  .bw-gallery-list-wrap a .bw-gallery-list-wrap-inner h3 {
    font-size: 20px !important;
  }
}
.bw-gallery-list-wrap a:hover .bw-gallery-list-wrap-inner {
  box-shadow: none;
}

.bw-gallery-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-inline: -20px;
  justify-content: center;
  padding: 20px 0 30px;
}
@media screen and (max-width: 480px) {
  .bw-gallery-wrap {
    margin-inline: 0px;
  }
}
.bw-gallery-wrap .bw-gallery-wrap-inner {
  padding: 20px;
  width: 20%;
}
@media screen and (max-width: 1600px) {
  .bw-gallery-wrap .bw-gallery-wrap-inner {
    width: 25%;
    max-width: 100% !important;
  }
}
@media screen and (max-width: 980px) {
  .bw-gallery-wrap .bw-gallery-wrap-inner {
    width: 33.33%;
  }
}
@media screen and (max-width: 767px) {
  .bw-gallery-wrap .bw-gallery-wrap-inner {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .bw-gallery-wrap .bw-gallery-wrap-inner {
    width: 100%;
    padding: 20px 0px !important;
  }
}
.bw-gallery-wrap .bw-gallery-wrap-inner .bw-gallery-card {
  padding: 15px;
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2196078431);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
}
.bw-gallery-wrap .bw-gallery-wrap-inner .bw-gallery-card a {
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  width: 100%;
}
.bw-gallery-wrap .bw-gallery-wrap-inner .bw-gallery-card a img {
  height: 250px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  height: 100%;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .bw-gallery-wrap .bw-gallery-wrap-inner .bw-gallery-card a img {
    height: 210px;
  }
}
@media screen and (max-width: 480px) {
  .bw-gallery-wrap .bw-gallery-wrap-inner .bw-gallery-card a img {
    height: 250px;
  }
}
.bw-gallery-wrap .bw-gallery-wrap-inner .bw-gallery-card a:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.bw-gallery-wrap .bw-gallery-wrap-inner .bw-gallery-title {
  font-family: "Noto Sans Black" !important;
  color: #483426 !important;
  text-align: center;
  margin-top: 12px;
  font-size: 14px;
}

.bw-safari-archive-section .bw-sa-wrap-title h2 {
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .bw-safari-archive-section .bw-sa-wrap-title h2 {
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .bw-safari-archive-section .bw-sa-wrap-title h2 {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .bw-safari-archive-section .bw-sa-wrap-title h2 {
    padding: 0;
    margin-bottom: 0;
  }
}
.bw-safari-archive-section .bw-sa-wrap {
  margin-bottom: 20px;
}
.bw-safari-archive-section .elementor-posts-container {
  display: flex;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  margin-inline: -20px;
  justify-content: center;
}
@media screen and (max-width: 1600px) {
  .bw-safari-archive-section .elementor-posts-container {
    margin-inline: -10px;
  }
}
@media screen and (max-width: 480px) {
  .bw-safari-archive-section .elementor-posts-container {
    margin-inline: 0px;
  }
}
.bw-safari-archive-section .elementor-posts-container .elementor-post {
  width: 33.33%;
  padding: 20px !important;
}
@media screen and (max-width: 980px) {
  .bw-safari-archive-section .elementor-posts-container .elementor-post {
    width: 50%;
    padding: 10px !important;
  }
}
@media screen and (max-width: 480px) {
  .bw-safari-archive-section .elementor-posts-container .elementor-post {
    width: 100%;
    padding-inline: 0px !important;
    overflow: visible;
  }
}
.bw-safari-archive-section .elementor-post__excerpt {
  text-align: left;
}
.bw-safari-archive-section p,
.bw-safari-archive-section .elementor-post__excerpt {
  font-family: "Noto Sans Medium" !important;
  font-size: 19px !important;
  color: #483426 !important;
  font-weight: 300 !important;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .bw-safari-archive-section p,
  .bw-safari-archive-section .elementor-post__excerpt {
    font-size: 16px !important;
    line-height: 1.3 !important;
  }
}
.bw-safari-archive-section .elementor-post__thumbnail__link {
  margin-bottom: 0;
}
.bw-safari-archive-section .elementor-post__thumbnail {
  padding-bottom: 0 !important;
}
.bw-safari-archive-section .elementor-post__thumbnail img {
  height: 600px !important;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100% !important;
  overflow: hidden;
  position: relative !important;
  z-index: 1;
  left: unset !important;
  right: unset !important;
  bottom: unset !important;
  top: unset !important;
  transform: unset !important;
}
@media screen and (max-width: 1600px) {
  .bw-safari-archive-section .elementor-post__thumbnail img {
    height: 400px !important;
  }
}
@media screen and (max-width: 580px) {
  .bw-safari-archive-section .elementor-post__thumbnail img {
    height: 350px !important;
  }
}
@media screen and (max-width: 480px) {
  .bw-safari-archive-section .elementor-post__thumbnail img {
    height: 300px !important;
  }
}
.bw-safari-archive-section .elementor-post__text {
  box-shadow: 0px 2px 15px 0px #cdcdcd;
  padding: 20px;
  background: #fff;
  margin: 0;
  margin-top: -20px;
  position: relative;
  z-index: 1;
  max-width: 100%;
  text-align: right;
}
.bw-safari-archive-section .elementor-post__text p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.bw-blog-body .content-area {
  padding: 0 !important;
  border: 0 !important;
}
.bw-blog-body #right-sidebar {
  display: none;
}
.bw-blog-body .container {
  width: 100%;
  max-width: 100%;
}
.bw-blog-body .container #blog-entries {
  padding: 60px 50px !important;
}
@media screen and (max-width: 1600px) {
  .bw-blog-body .container #blog-entries {
    padding: 30px 50px !important;
  }
}
@media screen and (max-width: 980px) {
  .bw-blog-body .container #blog-entries {
    padding: 25px 20px !important;
  }
}

.bw-archive-page-section .bw-archive-blogs-wrap .elementor-posts-container {
  grid-column-gap: unset !important;
  grid-row-gap: unset !important;
  display: flex !important;
  align-items: flex-start !important;
  margin-inline: -40px;
}
@media screen and (max-width: 1600px) {
  .bw-archive-page-section .bw-archive-blogs-wrap .elementor-posts-container {
    margin-inline: 0px;
  }
}
@media screen and (max-width: 1200px) {
  .bw-archive-page-section .bw-archive-blogs-wrap .elementor-posts-container {
    margin-inline: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .bw-archive-page-section .bw-archive-blogs-wrap .elementor-posts-container {
    margin-inline: -10px;
  }
}
@media screen and (max-width: 767px) {
  .bw-archive-page-section .bw-archive-blogs-wrap .elementor-posts-container {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 560px) {
  .bw-archive-page-section .bw-archive-blogs-wrap .elementor-posts-container {
    margin-inline: 0px !important;
  }
}
.bw-archive-page-section .bw-archive-blogs-wrap .elementor-posts-container article {
  padding: 20px 40px !important;
  text-align: center;
  width: 33.33% !important;
  margin-bottom: 40px;
  border-right: 1px solid #000;
}
@media screen and (max-width: 1600px) {
  .bw-archive-page-section .bw-archive-blogs-wrap .elementor-posts-container article {
    padding: 20px 30px !important;
  }
}
@media screen and (max-width: 1200px) {
  .bw-archive-page-section .bw-archive-blogs-wrap .elementor-posts-container article {
    padding: 20px !important;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .bw-archive-page-section .bw-archive-blogs-wrap .elementor-posts-container article {
    width: 50% !important;
    padding: 20px !important;
    margin-bottom: 20px;
  }
  .bw-archive-page-section .bw-archive-blogs-wrap .elementor-posts-container article:nth-of-type(2) {
    border-right: 0px !important;
  }
}
@media screen and (max-width: 560px) {
  .bw-archive-page-section .bw-archive-blogs-wrap .elementor-posts-container article {
    width: 100% !important;
    padding: 10px 0px !important;
    border-right: 0px !important;
    margin-bottom: 20px;
  }
}
.bw-archive-page-section .bw-archive-blogs-wrap .elementor-posts-container article.elementor-post:last-child {
  border-right: 0px !important;
}
.bw-archive-page-section .bw-archive-blogs-wrap .elementor-posts-container article:nth-child(3n+0) {
  border-right: 0;
}
@media screen and (max-width: 980px) {
  .bw-archive-page-section .bw-archive-blogs-wrap .elementor-posts-container article:nth-child(3n+0) {
    border-right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .bw-archive-page-section .bw-archive-blogs-wrap .elementor-posts-container article:nth-child(3n+0) {
    border-right: 1px solid #000 !important;
  }
}
@media screen and (max-width: 560px) {
  .bw-archive-page-section .bw-archive-blogs-wrap .elementor-posts-container article:nth-child(3n+0) {
    border-right: 0px !important;
  }
}
@media screen and (max-width: 980px) {
  .bw-archive-page-section .bw-archive-blogs-wrap .elementor-posts-container article:nth-child(2n+0) {
    border-right: 1px solid #000;
  }
}
@media screen and (max-width: 767px) {
  .bw-archive-page-section .bw-archive-blogs-wrap .elementor-posts-container article:nth-child(2n+0) {
    border-right: 0px !important;
  }
}
@media screen and (max-width: 560px) {
  .bw-archive-page-section .bw-archive-blogs-wrap .elementor-posts-container article:nth-child(2n+0) {
    border-right: 0px !important;
  }
}
.bw-archive-page-section .bw-archive-blogs-wrap .elementor-posts-container article .elementor-post__thumbnail__link .elementor-post__thumbnail {
  padding-bottom: 0px !important;
}
.bw-archive-page-section .bw-archive-blogs-wrap .elementor-posts-container article .elementor-post__thumbnail__link .elementor-post__thumbnail img {
  height: 450px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: unset !important;
  transform: none !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  border-radius: 0px !important;
}
@media screen and (max-width: 1600px) {
  .bw-archive-page-section .bw-archive-blogs-wrap .elementor-posts-container article .elementor-post__thumbnail__link .elementor-post__thumbnail img {
    height: 350px;
  }
}
.bw-archive-page-section .bw-archive-blogs-wrap .elementor-posts-container article .elementor-post__text {
  max-width: 100% !important;
  margin-top: 0px !important;
  box-shadow: none;
  background: transparent;
  border-radius: 0px;
  padding: 0px;
  text-align: center;
}
.bw-archive-page-section .bw-archive-blogs-wrap .elementor-posts-container article .elementor-post__text .elementor-post__title {
  text-align: center !important;
}
.bw-archive-page-section .bw-archive-blogs-wrap .elementor-posts-container article .elementor-post__text .elementor-post__title a {
  font-family: "Noto Sans Medium" !important;
  font-size: 22px;
  color: #483426;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 10px;
  text-align: center !important;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bw-archive-page-section .bw-archive-blogs-wrap .elementor-posts-container article .elementor-post__text .elementor-post__title a:hover {
  color: #a57452 !important;
}
@media screen and (max-width: 1600px) {
  .bw-archive-page-section .bw-archive-blogs-wrap .elementor-posts-container article .elementor-post__text .elementor-post__title a {
    font-size: 18px;
  }
}
.bw-archive-page-section .bw-archive-blogs-wrap .elementor-posts-container article .elementor-post__excerpt p {
  font-family: "Noto Sans" !important;
  font-weight: 400 !important;
  color: #000;
  font-size: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center !important;
}
@media screen and (max-width: 1600px) {
  .bw-archive-page-section .bw-archive-blogs-wrap .elementor-posts-container article .elementor-post__excerpt p {
    font-size: 16px;
  }
}
@media screen and (max-width: 980px) {
  .bw-archive-page-section .bw-archive-blogs-wrap .elementor-posts-container article .elementor-post__excerpt p {
    font-size: 14px;
  }
}
.bw-archive-page-section .bw-archive-blogs-wrap .elementor-posts-container article.post-4606 img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.bw-archive-page-section .bw-archive-blogs-wrap .elementor-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.bw-archive-page-section .bw-archive-blogs-wrap .elementor-pagination .page-numbers {
  padding: 5px 10px;
  text-align: center;
  color: #a57452;
  border: 2px solid #a57452;
  margin-bottom: 5px;
}
.bw-archive-page-section .bw-archive-blogs-wrap .elementor-pagination .page-numbers:hover {
  background-color: #a57452;
  color: #fff !important;
}
.bw-archive-page-section .bw-archive-blogs-wrap .elementor-pagination .page-numbers.current {
  background-color: #a57452;
  color: #fff !important;
}
.bw-archive-page-section .bw-archive-blogs-wrap .elementor-pagination .page-numbers.current:hover {
  background-color: #a57452;
  color: #fff !important;
}

.error404 #primary {
  margin-bottom: 0 !important;
}
.error404 .bw-error-page-section {
  padding: 40px 20px 50px;
}
@media screen and (max-width: 767px) {
  .error404 .bw-error-page-section {
    padding: 40px 20px 20px;
  }
}
@media screen and (max-width: 480px) {
  .error404 .bw-error-page-section {
    padding: 40px 0px 20px;
  }
}
.error404 .bw-error-page-section .bw-error-page-title h2 {
  font-size: 35px;
  margin-bottom: 0px;
  color: #483426 !important;
}
@media screen and (max-width: 767px) {
  .error404 .bw-error-page-section .bw-error-page-title h2 {
    font-size: 25px;
  }
}
.error404 .bw-error-page-section .bw-error-page-btn {
  margin-top: 25px;
}
.error404 .bw-error-page-section .bw-error-page-btn a {
  background: linear-gradient(180deg, #473325, #afa399);
  border: 1px solid #fff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  width: 310px;
  font-size: 23px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  cursor: pointer;
}
@media screen and (max-width: 1600px) {
  .error404 .bw-error-page-section .bw-error-page-btn a {
    font-size: 18px;
    width: 245px;
  }
}
.error404 .bw-error-page-section .bw-error-page-btn a:hover {
  background: linear-gradient(0deg, #473325, #afa399);
}
.error404 .bw-error-page-section .bw-error-page-image {
  text-align: center;
}
.error404 .bw-error-page-section .bw-error-page-image img {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.single-post #content {
  display: flex;
  justify-content: center;
}
.single-post article {
  max-width: 1000px;
  margin: 40px 20px;
  padding: 40px;
  background: #f3f3f3;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: calc(100% - 50px);
}
@media screen and (max-width: 1600px) {
  .single-post article {
    margin: 30px 20px;
    padding: 30px;
  }
}
@media screen and (max-width: 560px) {
  .single-post article {
    margin: 20px;
    padding: 15px;
    width: calc(100% - 40px);
  }
}
.single-post article .thumbnail img {
  max-height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.single-post article .related-thumb img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 220px;
  width: 100%;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
}
.single-post article .single-post-title {
  position: relative;
  padding-bottom: 0px;
  font-size: 35px;
  color: #4b3729 !important;
  text-transform: uppercase;
}
@media screen and (max-width: 1600px) {
  .single-post article .single-post-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 1300px) {
  .single-post article .single-post-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .single-post article .single-post-title {
    font-size: 22px;
  }
}
.single-post article .entry-content p {
  font-family: "Noto Sans" !important;
  font-weight: 400 !important;
  color: #000;
  font-size: 18px;
}
.single-post article .entry-content p span {
  font-size: inherit !important;
  font-family: inherit !important;
}
@media screen and (max-width: 1600px) {
  .single-post article .entry-content p {
    font-size: 16px;
  }
}
@media screen and (max-width: 980px) {
  .single-post article .entry-content p {
    font-size: 14px;
  }
}
.single-post article .entry-content p a {
  color: #a57452 !important;
}
.single-post article .entry-content p a:hover {
  color: #000 !important;
}
.single-post article .entry-content p ~ figure {
  margin-inline: auto;
  text-align: center;
}
.single-post article .entry-content .wp-block-quote {
  border-left-color: #4b3729;
}
.single-post article #related-posts {
  width: 100% !important;
  max-width: 100% !important;
}
.single-post article #related-posts .related-posts-title span::before {
  display: none;
}
.single-post article #related-posts .related-posts-title ~ div {
  display: flex;
  flex-wrap: wrap;
}
.single-post article #related-posts .related-posts-title ~ div .related-post {
  width: 33.33% !important;
}
@media screen and (max-width: 767px) {
  .single-post article #related-posts .related-posts-title ~ div .related-post {
    width: 50% !important;
  }
}
@media screen and (max-width: 560px) {
  .single-post article #related-posts .related-posts-title ~ div .related-post {
    width: 100% !important;
  }
}
.single-post article .entry-content h2 {
  color: #4b3729 !important;
  font-size: 28px;
  margin-top: 30px;
  margin-bottom: 0px;
}
.single-post article .entry-content h3 {
  color: #4b3729 !important;
  font-size: 23px !important;
  margin-top: 30px;
  margin-bottom: 0px;
}
.single-post #comments {
  max-width: unset !important;
  width: 100% !important;
  padding: 15px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 6px 5px #ddd;
  margin-top: 50px;
}
.single-post #comments #commentform .submit {
  background: linear-gradient(180deg, #473325, #afa399);
  border: 1px solid #fff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  cursor: pointer;
  position: relative;
  z-index: 9;
  font-weight: 900;
  letter-spacing: 1px;
}
@media screen and (max-width: 1600px) {
  .single-post #comments #commentform .submit {
    font-size: 16px;
    padding-block: 8px !important;
  }
}
@media screen and (max-width: 980px) {
  .single-post #comments #commentform .submit {
    font-size: 14px;
    padding-inline: 10px !important;
    padding-block: 9px !important;
  }
}
.single-post #comments #commentform .submit:hover {
  background: linear-gradient(0deg, #473325, #afa399);
}
.single-post #comments .theme-heading .text::before {
  color: #b7aa9f;
}
.single-post #comments .comment-author .comment-meta .comment-reply-link {
  color: #4d392c;
}
.single-post #comments .comment-author .comment-meta .comment-reply-link:hover {
  color: #a57452 !important;
}
.single-post .gallery {
  display: flex;
  flex-wrap: wrap;
  margin-inline: -20px;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .single-post .gallery {
    margin-inline: 0px !important;
  }
}
.single-post .gallery .gallery-item {
  padding: 20px;
  width: 100%;
  max-width: 100% !important;
  margin-bottom: 0px !important;
}
@media screen and (max-width: 560px) {
  .single-post .gallery .gallery-item {
    padding-inline: 0px !important;
  }
}
.single-post .gallery .gallery-item .gallery-icon {
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2196078431);
  padding: 10px;
  border-radius: 20px;
}
.single-post .gallery .gallery-item .gallery-icon a {
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 100%;
}
.single-post .gallery .gallery-item .gallery-icon a:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.single-post .gallery .gallery-item .gallery-icon a img {
  margin: 0 auto;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.8117647059);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  height: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  padding: 0px !important;
}
@media screen and (max-width: 1200px) {
  .single-post .gallery .gallery-item .gallery-icon a img {
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .single-post .gallery .gallery-item .gallery-icon a img {
    height: auto;
  }
}
.single-post .entry-content figure img {
  margin-bottom: 0px !important;
}
.single-post .entry-content img {
  width: auto;
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2196078431);
  padding: 15px;
  border-radius: 20px;
  margin-block: 30px;
}
.single-post .entry-content .alignright,
.single-post .entry-content .alignleft {
  float: none !important;
  margin-inline: auto !important;
  display: block;
  text-align: center;
}
.single-post .entry-content ul {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: 0px;
}
.single-post .entry-content ul li {
  position: relative;
  font-family: "Noto Sans" !important;
  font-size: 18px !important;
  line-height: 1.5;
  margin-bottom: 18px;
  width: 50%;
  padding-inline: 25px;
  color: #000 !important;
  font-weight: 400;
}
@media screen and (max-width: 1600px) {
  .single-post .entry-content ul li {
    font-size: 16px !important;
    line-height: 1.3 !important;
    padding-inline: 20px;
  }
}
@media screen and (max-width: 767px) {
  .single-post .entry-content ul li {
    width: 100%;
    padding-right: 0px !important;
  }
}
.single-post .entry-content ul li::before {
  content: "\f0da";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  left: 0px;
  top: -3px;
  font-size: 24px;
  font-weight: 600;
  color: #b7aa9f;
}
.single-post .entry-content ul li:last-child {
  margin-bottom: 0;
}
.single-post .entry-content ol li {
  font-family: "Noto Sans" !important;
  font-size: 18px !important;
  line-height: 1.5;
  margin-bottom: 18px;
  color: #000 !important;
  font-weight: 400;
}
@media screen and (max-width: 1600px) {
  .single-post .entry-content ol li {
    font-size: 16px !important;
    line-height: 1.3 !important;
  }
}

.postid-664.single-post article .entry-content p br {
  display: none;
}

.bw-team-about-content .bw-team-about-content-inner {
  max-width: 1150px !important;
  margin: 0px auto;
  background: #ffffff;
  display: flex;
  flex-direction: row !important;
  padding: 0px !important;
  box-shadow: 0px 0px 20px 0px #c7c7c7;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .bw-team-about-content .bw-team-about-content-inner {
    flex-direction: column-reverse !important;
  }
}
.bw-team-about-content .bw-team-about-content-inner .bw-office-col {
  width: 50% !important;
  padding: 0px !important;
}
@media screen and (max-width: 980px) {
  .bw-team-about-content .bw-team-about-content-inner .bw-office-col {
    width: 100% !important;
  }
}
.bw-team-about-content .bw-team-about-content-inner .bw-office-col .bw-content-wrap {
  padding: 30px;
}
@media screen and (max-width: 1024px) {
  .bw-team-about-content .bw-team-about-content-inner .bw-office-col .bw-content-wrap {
    padding: 20px;
  }
}
.bw-team-about-content .bw-team-about-content-inner .bw-office-col .bw-image-wrap {
  height: 100%;
}
.bw-team-about-content .bw-team-about-content-inner .bw-office-col .bw-image-wrap img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bw-teams-list-section .bw-teams-list-inner {
  max-width: 1220px;
  margin-inline: auto;
}
.bw-teams-list-section .bw-teams-list-inner .bw-teams {
  display: flex;
  flex-wrap: wrap;
}
.bw-teams-list-section .bw-teams-list-inner .bw-teams .bw-teams-list {
  width: 25%;
  padding: 20px;
}
@media screen and (max-width: 1600px) {
  .bw-teams-list-section .bw-teams-list-inner .bw-teams .bw-teams-list {
    width: 33.33%;
    padding: 10px;
  }
}
@media screen and (max-width: 980px) {
  .bw-teams-list-section .bw-teams-list-inner .bw-teams .bw-teams-list {
    width: 50%;
  }
}
@media screen and (max-width: 560px) {
  .bw-teams-list-section .bw-teams-list-inner .bw-teams .bw-teams-list {
    width: 100%;
    padding-inline: 0px;
  }
}
.bw-teams-list-section .bw-teams-list-inner .bw-teams .bw-teams-list .bw-team-member-card {
  background: #ededed;
  display: inline-block;
  height: 100%;
  width: 100%;
}
.bw-teams-list-section .bw-teams-list-inner .bw-teams .bw-teams-list .bw-team-member-card .bw-team-member-image img {
  height: 300px !important;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100% !important;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 20px 0px #797979;
}
.bw-teams-list-section .bw-teams-list-inner .bw-teams .bw-teams-list .bw-team-member-card .bw-team-member-details {
  padding: 20px;
}
.bw-teams-list-section .bw-teams-list-inner .bw-teams .bw-teams-list .bw-team-member-card .bw-team-member-details .bw-team-member-name {
  font-family: "Noto Sans Black" !important;
  color: #483426;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: normal;
}
@media screen and (max-width: 1600px) {
  .bw-teams-list-section .bw-teams-list-inner .bw-teams .bw-teams-list .bw-team-member-card .bw-team-member-details .bw-team-member-name {
    font-size: 14px;
  }
}
.bw-teams-list-section .bw-teams-list-inner .bw-teams .bw-teams-list .bw-team-member-card .bw-team-member-details .bw-team-member-designation {
  font-family: "Noto Sans medium" !important;
  color: #483426;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: normal;
}
@media screen and (max-width: 1600px) {
  .bw-teams-list-section .bw-teams-list-inner .bw-teams .bw-teams-list .bw-team-member-card .bw-team-member-details .bw-team-member-designation {
    font-size: 14px;
    line-height: 1.3;
  }
}
.bw-teams-list-section .bw-teams-list-inner .bw-teams .bw-teams-list .bw-team-member-card .bw-team-member-description {
  padding: 0px 20px 0px;
  font-family: "Noto Sans Medium" !important;
  font-size: 16px;
  color: #483426;
  font-weight: 300 !important;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 1600px) {
  .bw-teams-list-section .bw-teams-list-inner .bw-teams .bw-teams-list .bw-team-member-card .bw-team-member-description {
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  .bw-teams-list-section .bw-teams-list-inner .bw-teams .bw-teams-list .bw-team-member-card .bw-team-member-description {
    text-align: left;
  }
}

.bw-innerpage-content-section.bw-enquiry-form-section {
  max-width: 70% !important;
  margin: 40px auto 40px !important;
  padding-top: 25px !important;
  padding-bottom: 30px !important;
  border: 1px solid #483426;
  border-radius: 60px !important;
  -webkit-border-radius: 60px !important;
  -moz-border-radius: 60px !important;
  -ms-border-radius: 60px !important;
  -o-border-radius: 60px !important;
}
@media screen and (max-width: 1400px) {
  .bw-innerpage-content-section.bw-enquiry-form-section {
    padding: 30px !important;
  }
}
@media screen and (max-width: 980px) {
  .bw-innerpage-content-section.bw-enquiry-form-section {
    max-width: 90% !important;
  }
}
.bw-innerpage-content-section.bw-enquiry-form-section form .bw-ef-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #483426;
}
@media screen and (max-width: 480px) {
  .bw-innerpage-content-section.bw-enquiry-form-section form .bw-ef-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.bw-innerpage-content-section.bw-enquiry-form-section form .bw-ef-wrap .bw-enqury-from-wrap-title {
  font-size: 22px;
  margin-bottom: 10px;
  color: #483426;
  font-weight: 600;
}
@media screen and (max-width: 1400px) {
  .bw-innerpage-content-section.bw-enquiry-form-section form .bw-ef-wrap .bw-enqury-from-wrap-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .bw-innerpage-content-section.bw-enquiry-form-section form .bw-ef-wrap .bw-enqury-from-wrap-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .bw-innerpage-content-section.bw-enquiry-form-section form .bw-ef-wrap .bw-enqury-from-wrap-title {
    font-size: 16px;
  }
}
.bw-innerpage-content-section.bw-enquiry-form-section form .bw-ef-wrap .bw-ef-row .wpcf7-list-item {
  font-size: 16px;
  margin-left: 0px !important;
  margin-right: 1em;
}
@media screen and (max-width: 1200px) {
  .bw-innerpage-content-section.bw-enquiry-form-section form .bw-ef-wrap .bw-ef-row .wpcf7-list-item {
    font-size: 14px;
  }
}
.bw-innerpage-content-section.bw-enquiry-form-section form .bw-ef-wrap .bw-ef-row .wpcf7-list-item input[type=checkbox] {
  min-height: auto;
}
.bw-innerpage-content-section.bw-enquiry-form-section form .bw-ef-wrap .bw-ef-row .wpcf7-list-item input[type=checkbox]:checked::before {
  color: #473325;
}
.bw-innerpage-content-section.bw-enquiry-form-section form .bw-ef-wrap .bw-ef-row .wpcf7-list-item input[type=radio] {
  accent-color: #473325;
  min-height: auto;
}
.bw-innerpage-content-section.bw-enquiry-form-section form .bw-ef-wrap .bw-ef-row p {
  color: #483426;
  font-weight: 400;
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .bw-innerpage-content-section.bw-enquiry-form-section form .bw-ef-wrap .bw-ef-row p {
    font-size: 14px;
  }
}
.bw-innerpage-content-section.bw-enquiry-form-section form .bw-ef-wrap .bw-ef-row p span.mandatory {
  color: red;
}
.bw-innerpage-content-section.bw-enquiry-form-section form .bw-ef-wrap .bw-ef-row .bw-ef-col span.wpcf7-not-valid-tip {
  font-size: 14px !important;
  font-family: "Roboto", sans-serif !important;
}
.bw-innerpage-content-section.bw-enquiry-form-section form .bw-ef-wrap .bw-ef-row .bw-ef-col .uacf7_conditional {
  color: #483426;
  font-weight: 400;
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .bw-innerpage-content-section.bw-enquiry-form-section form .bw-ef-wrap .bw-ef-row .bw-ef-col .uacf7_conditional {
    font-size: 14px;
  }
}
.bw-innerpage-content-section.bw-enquiry-form-section form .bw-ef-wrap .bw-ef-row .bw-ef-col .uacf7_conditional .wpcf7-list-item {
  color: #483426;
  font-weight: 400;
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .bw-innerpage-content-section.bw-enquiry-form-section form .bw-ef-wrap .bw-ef-row .bw-ef-col .uacf7_conditional .wpcf7-list-item {
    font-size: 14px;
  }
}
.bw-innerpage-content-section.bw-enquiry-form-section form .bw-ef-wrap.bw-ef-wrap-three .bw-ef-row-one {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bw-innerpage-content-section.bw-enquiry-form-section form .bw-ef-wrap.bw-ef-wrap-three .bw-ef-row-one .bw-ef-col-half {
  width: 50%;
}
.bw-innerpage-content-section.bw-enquiry-form-section form .bw-ef-wrap.bw-ef-wrap-three .bw-ef-row-one .bw-ef-col-half:nth-child(odd) {
  padding-right: 15px;
}
.bw-innerpage-content-section.bw-enquiry-form-section form .bw-ef-wrap.bw-ef-wrap-three .bw-ef-row-one .bw-ef-col-half:nth-child(even) {
  padding-left: 15px;
}
@media screen and (max-width: 480px) {
  .bw-innerpage-content-section.bw-enquiry-form-section form .bw-ef-wrap.bw-ef-wrap-three .bw-ef-row-one .bw-ef-col-half {
    width: 100%;
    padding: 0 !important;
  }
}
.bw-innerpage-content-section.bw-enquiry-form-section form .bw-ef-wrap.bw-ef-wrap-four .bw-ef-row-one {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bw-innerpage-content-section.bw-enquiry-form-section form .bw-ef-wrap.bw-ef-wrap-four .bw-ef-col-half {
  width: 50%;
}
.bw-innerpage-content-section.bw-enquiry-form-section form .bw-ef-wrap.bw-ef-wrap-four .bw-ef-col-half:nth-child(odd) {
  padding-right: 15px;
}
.bw-innerpage-content-section.bw-enquiry-form-section form .bw-ef-wrap.bw-ef-wrap-four .bw-ef-col-half:nth-child(even) {
  padding-left: 15px;
}
.bw-innerpage-content-section.bw-enquiry-form-section form .bw-ef-wrap.bw-ef-wrap-four .bw-ef-col-half .participants-count {
  width: 100%;
  display: block;
}
.bw-innerpage-content-section.bw-enquiry-form-section form .bw-ef-wrap.bw-ef-wrap-four .bw-ef-col-half .participants-count input {
  width: 100%;
  max-width: 100%;
  min-height: 50px;
}
.bw-innerpage-content-section.bw-enquiry-form-section form .bw-ef-wrap.bw-ef-wrap-four .bw-ef-col-half .participants-age input {
  min-height: 50px;
}
@media screen and (max-width: 480px) {
  .bw-innerpage-content-section.bw-enquiry-form-section form .bw-ef-wrap.bw-ef-wrap-four .bw-ef-col-half {
    width: 100%;
    padding: 0 !important;
  }
}
.bw-innerpage-content-section.bw-enquiry-form-section form .bw-ef-wrap.bw-ef-wrap-five .bw-ef-row-one {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bw-innerpage-content-section.bw-enquiry-form-section form .bw-ef-wrap.bw-ef-wrap-five .bw-ef-row-one .bw-ef-col-half {
  width: 50%;
}
.bw-innerpage-content-section.bw-enquiry-form-section form .bw-ef-wrap.bw-ef-wrap-five .bw-ef-row-one .bw-ef-col-half:nth-child(odd) {
  padding-right: 15px;
}
.bw-innerpage-content-section.bw-enquiry-form-section form .bw-ef-wrap.bw-ef-wrap-five .bw-ef-row-one .bw-ef-col-half:nth-child(even) {
  padding-left: 15px;
}
@media screen and (max-width: 480px) {
  .bw-innerpage-content-section.bw-enquiry-form-section form .bw-ef-wrap.bw-ef-wrap-five .bw-ef-row-one .bw-ef-col-half {
    width: 100%;
    padding: 0 !important;
  }
}
.bw-innerpage-content-section.bw-enquiry-form-section form .bw-ef-wrap.bw-ef-wrap-six {
  border: 0px !important;
}
.bw-innerpage-content-section.bw-enquiry-form-section form .bw-ef-wrap.bw-ef-wrap-six .bw-ef-row-one .bw-ef-col-full {
  width: 100%;
}
.bw-innerpage-content-section.bw-enquiry-form-section form .bw-ef-wrap:last-child {
  border: none;
}
.bw-innerpage-content-section.bw-enquiry-form-section form .bw-ef-submit-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}
.bw-innerpage-content-section.bw-enquiry-form-section form .bw-ef-submit-wrap input {
  background: linear-gradient(180deg, #473325, #afa399);
  border: 1px solid #fff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  width: 220px;
  font-size: 18px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  cursor: pointer;
  margin-top: 0px;
  font-weight: 900;
  letter-spacing: 1px;
}
.bw-innerpage-content-section.bw-enquiry-form-section form .bw-ef-submit-wrap input:hover {
  background: linear-gradient(0deg, #473325, #afa399);
}
@media screen and (max-width: 1200px) {
  .bw-innerpage-content-section.bw-enquiry-form-section form .bw-ef-submit-wrap input {
    font-size: 16px;
  }
}
@media screen and (max-width: 980px) {
  .bw-innerpage-content-section.bw-enquiry-form-section form .bw-ef-submit-wrap input {
    font-size: 14px;
  }
}
.bw-innerpage-content-section.bw-enquiry-form-section form .bw-ef-submit-wrap .ajax-loader {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.bw-innerpage-content-section.bw-enquiry-form-section form .wpcf7-response-output {
  font-family: "Noto Sans" !important;
  text-align: center;
}
.bw-innerpage-content-section.bw-enquiry-form-section form input,
.bw-innerpage-content-section.bw-enquiry-form-section form select,
.bw-innerpage-content-section.bw-enquiry-form-section form textarea {
  min-height: 50px;
  cursor: pointer;
}

.bw-acs-page-content-section .bw-accordion-wrap .elementor-accordion .elementor-tab-title .elementor-accordion-title {
  font-size: 16px !important;
}
@media screen and (max-width: 1600px) {
  .bw-acs-page-content-section .bw-accordion-wrap .elementor-accordion .elementor-tab-title .elementor-accordion-title {
    font-size: 14px !important;
    line-height: 1.4 !important;
  }
}
.bw-acs-page-content-section .bw-accordion-wrap .elementor-accordion .elementor-tab-content .gallery {
  margin-inline: -10px;
}
.bw-acs-page-content-section .bw-accordion-wrap .elementor-accordion .elementor-tab-content .gallery .gallery-item {
  width: 33.33%;
  padding: 10px;
}
@media screen and (max-width: 980px) {
  .bw-acs-page-content-section .bw-accordion-wrap .elementor-accordion .elementor-tab-content .gallery .gallery-item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .bw-acs-page-content-section .bw-accordion-wrap .elementor-accordion .elementor-tab-content .gallery .gallery-item {
    width: 100%;
  }
}
.bw-acs-page-content-section .bw-accordion-wrap .elementor-accordion .elementor-tab-content .gallery .gallery-item img {
  height: 250px;
}
@media screen and (max-width: 980px) {
  .bw-acs-page-content-section .bw-accordion-wrap .elementor-accordion .elementor-tab-content .gallery .gallery-item img {
    height: unset;
  }
}
.bw-acs-page-content-section .bw-accordion-wrap .elementor-accordion .elementor-tab-content p {
  font-size: 16px !important;
}
.bw-acs-page-content-section .bw-accordion-wrap .elementor-accordion .elementor-tab-content ul li {
  font-size: 16px !important;
}

.bw-wb-section .bw-wb-highlights-col .bw-wb-highlights-image {
  padding: 20px;
  margin: 10px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2196078431);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .bw-wb-section .bw-wb-highlights-col .bw-wb-highlights-image {
    margin: 0;
    padding: 15px;
    margin-bottom: 20px !important;
  }
}
.bw-wb-section .bw-wb-highlights-col .bw-wb-highlights-image img {
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1600px) {
  .bw-wb-section .bw-wb-highlights-col .bw-wb-highlights-image img {
    height: 550px;
  }
}
@media screen and (max-width: 1200px) {
  .bw-wb-section .bw-wb-highlights-col .bw-wb-highlights-image img {
    height: 420px;
  }
}
@media screen and (max-width: 767px) {
  .bw-wb-section .bw-wb-highlights-col .bw-wb-highlights-title h2 {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 980px) {
  .bw-wb-highlights-section {
    flex-wrap: wrap !important;
  }
}
@media screen and (max-width: 980px) {
  .bw-wb-highlights-section .bw-wb-highlights-col {
    width: 100% !important;
  }
}

.bw-bs-content-section::not(:last-child) {
  padding-bottom: 0 !important;
}
.bw-bs-content-section:nth-child(odd) .bw-bs-content-section-inner .bw-bs-page-content-col-right {
  order: 1;
}
.bw-bs-content-section:nth-child(odd) .bw-bs-content-section-inner .bw-bs-page-content-col-left {
  order: 2;
}
.bw-bs-content-section:nth-child(even) .bw-bs-content-section-inner .bw-bs-page-content-col-right {
  order: 2;
}
@media screen and (max-width: 980px) {
  .bw-bs-content-section:nth-child(even) .bw-bs-content-section-inner .bw-bs-page-content-col-right {
    order: 1;
  }
}
.bw-bs-content-section:nth-child(even) .bw-bs-content-section-inner .bw-bs-page-content-col-left {
  order: 1;
}
@media screen and (max-width: 980px) {
  .bw-bs-content-section:nth-child(even) .bw-bs-content-section-inner .bw-bs-page-content-col-left {
    order: 2;
  }
}
.bw-bs-content-section.bw-innerpage-content-section:not(:nth-of-type(1)) {
  padding-bottom: 0px !important;
}
.bw-bs-content-section .bw-bs-content-section-inner {
  display: flex;
  flex-direction: row !important;
  max-width: 100% !important;
  margin: 0px auto;
  background: #f3f3f3;
  padding: 0 !important;
}
@media screen and (max-width: 980px) {
  .bw-bs-content-section .bw-bs-content-section-inner {
    flex-direction: column !important;
  }
}
.bw-bs-content-section .bw-bs-content-section-inner .bw-innerpage-content-col {
  padding: 0;
  --widgets-spacing: 0 !important;
}
@media screen and (max-width: 980px) {
  .bw-bs-content-section .bw-bs-content-section-inner .bw-innerpage-content-col {
    width: 100%;
  }
}
.bw-bs-content-section .bw-bs-content-section-inner .bw-innerpage-content-col .bw-bs-page-subtitle {
  padding: 30px;
  padding-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .bw-bs-content-section .bw-bs-content-section-inner .bw-innerpage-content-col .bw-bs-page-subtitle {
    padding: 20px;
    padding-bottom: 0;
  }
}
.bw-bs-content-section .bw-bs-content-section-inner .bw-innerpage-content-col .bw-bs-page-subtitle h3 {
  text-align: left;
}
.bw-bs-content-section .bw-bs-content-section-inner .bw-innerpage-content-col .bw-bs-page-content {
  padding: 30px;
  padding-top: 0;
}
@media screen and (max-width: 1024px) {
  .bw-bs-content-section .bw-bs-content-section-inner .bw-innerpage-content-col .bw-bs-page-content {
    padding: 20px;
    padding-top: 0;
  }
}
.bw-bs-content-section .bw-bs-content-section-inner .bw-innerpage-content-col .bw-bs-page-image {
  height: 100%;
}
.bw-bs-content-section .bw-bs-content-section-inner .bw-innerpage-content-col .bw-bs-page-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bw-commitment-page-section .bw-commitment-page-wrap {
  padding: 30px;
  max-width: 1200px;
  margin: 20px auto;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2196078431);
  background: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 560px) {
  .bw-commitment-page-section .bw-commitment-page-wrap {
    padding: 25px;
  }
}
.bw-commitment-page-section .bw-commitment-page-wrap h2 {
  text-align: left;
}
@media screen and (max-width: 480px) {
  .bw-commitment-page-section .bw-commitment-page-wrap h2 {
    text-align: center;
  }
}
.bw-commitment-page-section .bw-commitment-page-wrap .bw-pfp-img-wrap {
  text-align: left;
}
@media screen and (max-width: 480px) {
  .bw-commitment-page-section .bw-commitment-page-wrap .bw-pfp-img-wrap {
    text-align: center;
  }
}
.bw-commitment-page-section .bw-commitment-page-wrap .bw-pfp-img-wrap a {
  cursor: pointer;
}
@media screen and (max-width: 560px) {
  .bw-commitment-page-section .bw-commitment-page-wrap p {
    font-size: 16px !important;
  }
}

.bw-ms-redirection-section {
  padding-top: 20px !important;
}
.bw-ms-redirection-section .bw-ms-redirection-row {
  display: flex;
  flex-direction: row !important;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .bw-ms-redirection-section .bw-ms-redirection-row {
    flex-wrap: wrap;
  }
}
.bw-ms-redirection-section .bw-ms-redirection-row .bw-ms-redirction-col {
  width: 50%;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .bw-ms-redirection-section .bw-ms-redirection-row .bw-ms-redirction-col {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .bw-ms-redirection-section .bw-ms-redirection-row .bw-ms-redirction-col {
    width: 100%;
    padding-inline: 0px;
    padding-top: 0px !important;
    padding-bottom: 20px;
  }
}
.bw-ms-redirection-section .bw-ms-redirection-row .bw-ms-redirction-col .bw-ms-redirection-col-inner {
  box-shadow: 0px 2px 15px 0px #cdcdcd;
  padding: 20px;
  background: #fff;
  position: relative;
  z-index: 1;
}
.bw-ms-redirection-section .bw-ms-redirection-row .bw-ms-redirction-col .bw-ms-redirection-col-inner:hover .bw-redirection-image a {
  overflow: hidden;
}
.bw-ms-redirection-section .bw-ms-redirection-row .bw-ms-redirction-col .bw-ms-redirection-col-inner:hover .bw-redirection-image a img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.bw-ms-redirection-section .bw-ms-redirection-row .bw-ms-redirction-col .bw-ms-redirection-col-inner .bw-redirection-image {
  margin-bottom: 20px;
}
.bw-ms-redirection-section .bw-ms-redirection-row .bw-ms-redirction-col .bw-ms-redirection-col-inner .bw-redirection-image a {
  width: 100%;
  overflow: hidden;
}
.bw-ms-redirection-section .bw-ms-redirection-row .bw-ms-redirction-col .bw-ms-redirection-col-inner .bw-redirection-image a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
  overflow: hidden;
  position: relative;
  height: 400px !important;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
@media screen and (max-width: 1600px) {
  .bw-ms-redirection-section .bw-ms-redirection-row .bw-ms-redirction-col .bw-ms-redirection-col-inner .bw-redirection-image a img {
    height: 250px !important;
  }
}
.bw-ms-redirection-section .bw-ms-redirection-row .bw-ms-redirction-col .bw-ms-redirection-col-inner .bw-ms-redirection-link p a {
  font-family: "Noto Sans Black" !important;
  color: #483426;
  font-size: 19px;
  margin-bottom: 15px;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bw-ms-redirection-section .bw-ms-redirection-row .bw-ms-redirction-col .bw-ms-redirection-col-inner .bw-ms-redirection-link p a:hover {
  color: #a57452 !important;
}
@media screen and (max-width: 1600px) {
  .bw-ms-redirection-section .bw-ms-redirection-row .bw-ms-redirction-col .bw-ms-redirection-col-inner .bw-ms-redirection-link p a {
    font-size: 16px;
  }
}

.bw-ms-content-section .bw-ms-subtitle {
  text-align: center;
}

.bw-ms-back-to-roots-sec {
  position: relative !important;
}
.bw-ms-back-to-roots-sec::before {
  content: "" !important;
  position: absolute;
  background: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 0.6;
}

.bw-ms-bwms-sec .bw-ms-bwms-sec-inner {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .bw-ms-bwms-sec .bw-ms-bwms-sec-inner {
    flex-wrap: wrap;
  }
}
.bw-ms-bwms-sec .bw-ms-bwms-sec-inner .bw-ms-bwms-col {
  width: 50% !important;
}
@media screen and (max-width: 1024px) {
  .bw-ms-bwms-sec .bw-ms-bwms-sec-inner .bw-ms-bwms-col {
    width: 100% !important;
  }
}
.bw-ms-bwms-sec .bw-ms-bwms-sec-inner .bw-ms-bwms-col.bw-ms-bwms-col-left img {
  width: 100%;
}
.bw-ms-bwms-sec .bw-ms-bwms-sec-inner .bw-ms-bwms-col.bw-ms-bwms-col-right {
  padding-left: 5% !important;
}
@media screen and (max-width: 1024px) {
  .bw-ms-bwms-sec .bw-ms-bwms-sec-inner .bw-ms-bwms-col.bw-ms-bwms-col-right {
    padding-left: 0px !important;
  }
}
.bw-ms-bwms-sec .bw-ms-bwms-sec-inner .bw-ms-bwms-col.bw-ms-bwms-col-right ul li {
  width: 100% !important;
}

.bw-acs-content-section .bw-acs-posts-wrap .our-safaries .elementor-post__title h3 a {
  font-family: "Noto Sans Black" !important;
  color: #483426 !important;
  font-size: 19px;
  margin-bottom: 15px;
  line-height: 1.2;
  text-align: center;
}
.bw-acs-content-section .bw-acs-posts-wrap .our-safaries .elementor-post__title h3 a:hover {
  color: #a57452 !important;
}
@media screen and (max-width: 1600px) {
  .bw-acs-content-section .bw-acs-posts-wrap .our-safaries .elementor-post__title h3 a {
    font-size: 16px;
  }
}

.bw-ltl-content-section .bw-ltl-subtitle h2 {
  text-align: center;
}
.bw-ltl-content-section .bw-ltl-content p a {
  color: #a57452;
}
.bw-ltl-content-section .bw-ltl-content p a:hover {
  color: #473325;
}

.bw-ltl-posts-wrap .elementor-posts-container,
.bw-wb-posts-wrap .elementor-posts-container {
  grid-column-gap: unset !important;
  grid-row-gap: unset !important;
  display: flex !important;
  align-items: flex-start !important;
  margin-inline: -20px;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1600px) {
  .bw-ltl-posts-wrap .elementor-posts-container,
  .bw-wb-posts-wrap .elementor-posts-container {
    margin-inline: 0px;
  }
}
@media screen and (max-width: 1200px) {
  .bw-ltl-posts-wrap .elementor-posts-container,
  .bw-wb-posts-wrap .elementor-posts-container {
    margin-inline: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .bw-ltl-posts-wrap .elementor-posts-container,
  .bw-wb-posts-wrap .elementor-posts-container {
    margin-inline: -10px;
  }
}
@media screen and (max-width: 767px) {
  .bw-ltl-posts-wrap .elementor-posts-container,
  .bw-wb-posts-wrap .elementor-posts-container {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 560px) {
  .bw-ltl-posts-wrap .elementor-posts-container,
  .bw-wb-posts-wrap .elementor-posts-container {
    margin-inline: 0px !important;
  }
}
.bw-ltl-posts-wrap .elementor-posts-container article,
.bw-wb-posts-wrap .elementor-posts-container article {
  padding: 20px !important;
  text-align: center;
  width: 25% !important;
}
@media screen and (max-width: 1400px) {
  .bw-ltl-posts-wrap .elementor-posts-container article,
  .bw-wb-posts-wrap .elementor-posts-container article {
    width: 33.33% !important;
  }
}
@media screen and (max-width: 767px) {
  .bw-ltl-posts-wrap .elementor-posts-container article,
  .bw-wb-posts-wrap .elementor-posts-container article {
    width: 50% !important;
    padding: 15px !important;
  }
}
@media screen and (max-width: 560px) {
  .bw-ltl-posts-wrap .elementor-posts-container article,
  .bw-wb-posts-wrap .elementor-posts-container article {
    width: 100% !important;
    padding: 10px 0px !important;
  }
}
@media screen and (max-width: 560px) {
  .bw-ltl-posts-wrap .elementor-posts-container article .elementor-post__thumbnail__link,
  .bw-wb-posts-wrap .elementor-posts-container article .elementor-post__thumbnail__link {
    margin-bottom: 0px !important;
  }
}
.bw-ltl-posts-wrap .elementor-posts-container article .elementor-post__thumbnail__link .elementor-post__thumbnail,
.bw-wb-posts-wrap .elementor-posts-container article .elementor-post__thumbnail__link .elementor-post__thumbnail {
  padding-bottom: 0px !important;
}
.bw-ltl-posts-wrap .elementor-posts-container article .elementor-post__thumbnail__link .elementor-post__thumbnail img,
.bw-wb-posts-wrap .elementor-posts-container article .elementor-post__thumbnail__link .elementor-post__thumbnail img {
  height: 450px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: unset !important;
  transform: none !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  border-radius: 0px !important;
}
@media screen and (max-width: 1600px) {
  .bw-ltl-posts-wrap .elementor-posts-container article .elementor-post__thumbnail__link .elementor-post__thumbnail img,
  .bw-wb-posts-wrap .elementor-posts-container article .elementor-post__thumbnail__link .elementor-post__thumbnail img {
    height: 350px;
  }
}
@media screen and (max-width: 1024px) {
  .bw-ltl-posts-wrap .elementor-posts-container article .elementor-post__thumbnail__link .elementor-post__thumbnail img,
  .bw-wb-posts-wrap .elementor-posts-container article .elementor-post__thumbnail__link .elementor-post__thumbnail img {
    height: 220px;
  }
}
@media screen and (max-width: 560px) {
  .bw-ltl-posts-wrap .elementor-posts-container article .elementor-post__thumbnail__link .elementor-post__thumbnail img,
  .bw-wb-posts-wrap .elementor-posts-container article .elementor-post__thumbnail__link .elementor-post__thumbnail img {
    height: auto;
  }
}
.bw-ltl-posts-wrap .elementor-posts-container article .elementor-post__text,
.bw-wb-posts-wrap .elementor-posts-container article .elementor-post__text {
  max-width: 100% !important;
  margin-top: 0px !important;
  box-shadow: none;
  background: transparent;
  border-radius: 0px;
  padding: 0px;
  text-align: center;
}
.bw-ltl-posts-wrap .elementor-posts-container article .elementor-post__text .elementor-post__title,
.bw-wb-posts-wrap .elementor-posts-container article .elementor-post__text .elementor-post__title {
  text-align: center !important;
}
.bw-ltl-posts-wrap .elementor-posts-container article .elementor-post__text .elementor-post__title a,
.bw-wb-posts-wrap .elementor-posts-container article .elementor-post__text .elementor-post__title a {
  font-family: "Noto Sans Medium" !important;
  font-size: 22px;
  color: #483426;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 10px;
  text-align: center !important;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bw-ltl-posts-wrap .elementor-posts-container article .elementor-post__text .elementor-post__title a:hover,
.bw-wb-posts-wrap .elementor-posts-container article .elementor-post__text .elementor-post__title a:hover {
  color: #a57452 !important;
}
@media screen and (max-width: 1600px) {
  .bw-ltl-posts-wrap .elementor-posts-container article .elementor-post__text .elementor-post__title a,
  .bw-wb-posts-wrap .elementor-posts-container article .elementor-post__text .elementor-post__title a {
    font-size: 18px;
  }
}
@media screen and (max-width: 560px) {
  .bw-ltl-posts-wrap .elementor-posts-container article .elementor-post__text .elementor-post__title a,
  .bw-wb-posts-wrap .elementor-posts-container article .elementor-post__text .elementor-post__title a {
    margin-bottom: 10px;
  }
}
.bw-ltl-posts-wrap .elementor-posts-container article .elementor-post__excerpt p,
.bw-wb-posts-wrap .elementor-posts-container article .elementor-post__excerpt p {
  font-family: "Noto Sans" !important;
  font-weight: 400 !important;
  color: #000;
  font-size: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center !important;
}
@media screen and (max-width: 1600px) {
  .bw-ltl-posts-wrap .elementor-posts-container article .elementor-post__excerpt p,
  .bw-wb-posts-wrap .elementor-posts-container article .elementor-post__excerpt p {
    font-size: 16px;
  }
}
@media screen and (max-width: 980px) {
  .bw-ltl-posts-wrap .elementor-posts-container article .elementor-post__excerpt p,
  .bw-wb-posts-wrap .elementor-posts-container article .elementor-post__excerpt p {
    font-size: 14px;
  }
}

.bw-vehicle-content-section .bw-vehicle-subtitle h2 {
  text-align: center;
}

.bw-ms-why-do-sec {
  display: flex;
  align-items: center !important;
}
@media screen and (max-width: 1024px) {
  .bw-ms-why-do-sec {
    flex-wrap: wrap !important;
  }
}
.bw-ms-why-do-sec .bw-ms-why-do-col {
  width: 50% !important;
}
@media screen and (max-width: 1024px) {
  .bw-ms-why-do-sec .bw-ms-why-do-col {
    width: 100% !important;
    padding-inline: 0px !important;
  }
}
.bw-ms-why-do-sec .bw-ms-why-do-col.bw-ms-why-do-col-left img {
  width: 100%;
}
.bw-ms-why-do-sec .bw-ms-why-do-col.bw-ms-why-do-col-right {
  padding-left: 5% !important;
}
@media screen and (max-width: 1024px) {
  .bw-ms-why-do-sec .bw-ms-why-do-col.bw-ms-why-do-col-right {
    padding-left: 0px !important;
  }
}
.bw-ms-why-do-sec .bw-ms-why-do-col.bw-ms-why-do-col-right ul li {
  width: 100% !important;
}

/*25-01-2024*/
.bw-choose-safari-section .bw-wb-posts-wrap .our-safaris h3 a {
  display: -webkit-box;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.bw-login-page .bw-innerpage-content-section {
  position: relative !important;
  background: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 150px !important;
  margin-bottom: -120px;
}
.bw-login-page .bw-innerpage-content-section .bw-login-col-wrap .bw-login-form {
  max-width: 500px;
  margin-inline: auto;
}
.bw-login-page .bw-innerpage-content-section .bw-login-col-wrap .bw-login-form .user-registration {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.bw-login-page .bw-innerpage-content-section .bw-login-col-wrap .bw-login-form .ur-frontend-form {
  border: none;
  padding: 25px;
}
.bw-login-page .bw-innerpage-content-section .bw-login-col-wrap .bw-login-form .ur-frontend-form .ur-form-grid {
  padding: 0;
}
.bw-login-page .bw-innerpage-content-section .bw-login-col-wrap .bw-login-form .ur-frontend-form .ur-form-grid .user-registration-form-row label {
  margin-left: 0 !important;
  margin-bottom: 2px !important;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Noto Sans" !important;
  font-weight: 400;
}
.bw-login-page .bw-innerpage-content-section .bw-login-col-wrap .bw-login-form .ur-frontend-form .ur-form-grid .user-registration-form-row label .required {
  color: #E10A12 !important;
  font-size: 12px !important;
}
.bw-login-page .bw-innerpage-content-section .bw-login-col-wrap .bw-login-form .ur-frontend-form .ur-form-grid .user-registration-form-row input {
  color: #333 !important;
}
.bw-login-page .bw-innerpage-content-section .bw-login-col-wrap .bw-login-form .ur-frontend-form .ur-form-grid .user-registration-form-row .dashicons-visibility:before {
  content: "\f070";
  font-family: "Font Awesome 5 Free";
  color: #000;
}
.bw-login-page .bw-innerpage-content-section .bw-login-col-wrap .bw-login-form .ur-frontend-form .ur-form-grid .user-registration-form-row .dashicons-hidden:before {
  content: "\f06e";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #000;
}
.bw-login-page .bw-innerpage-content-section .bw-login-col-wrap .bw-login-form .ur-frontend-form .ur-form-grid .user-registration-form-row .password-input-group {
  height: 100%;
  display: block;
}
.bw-login-page .bw-innerpage-content-section .bw-login-col-wrap .bw-login-form .ur-frontend-form .ur-form-grid .user-registration-form-row input#password {
  margin-bottom: 0px !important;
}
.bw-login-page .bw-innerpage-content-section .bw-login-col-wrap .bw-login-form .ur-frontend-form .ur-form-grid input.user-registration-Button {
  background: linear-gradient(180deg, #473325, #afa399) !important;
  border: 1px solid #fff !important;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  width: auto;
  font-size: 16px !important;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  cursor: pointer;
  position: relative;
  padding: 6px 25px !important;
  z-index: 9;
  text-transform: capitalize;
  color: #fff !important;
}
.bw-login-page .bw-innerpage-content-section .bw-login-col-wrap .bw-login-form .ur-frontend-form .ur-form-grid input.user-registration-Button:hover {
  background: linear-gradient(0deg, #473325, #afa399);
}
@media screen and (max-width: 480px) {
  .bw-login-page .bw-innerpage-content-section .bw-login-col-wrap .bw-login-form .ur-frontend-form .ur-form-grid input.user-registration-Button {
    font-size: 14px;
  }
}
.bw-login-page .bw-innerpage-content-section .bw-login-col-wrap .bw-login-form .ur-frontend-form .ur-form-grid > span {
  font-size: 20px;
  color: #483426;
  margin-bottom: 15px;
  display: block;
  line-height: 1.2;
}
.bw-login-page .bw-innerpage-content-section .bw-login-col-wrap .bw-login-form .ur-frontend-form .ur-form-grid .bw-user-submit-wrap {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
.bw-login-page .bw-innerpage-content-section .bw-login-col-wrap .bw-login-form .ur-frontend-form .ur-form-grid .bw-user-submit-wrap .bw-user-submit-btn-wrap {
  order: 2;
}
.bw-login-page .bw-innerpage-content-section .bw-login-col-wrap .bw-login-form .ur-frontend-form .ur-form-grid .bw-user-submit-wrap .user-registration-form__label-for-checkbox {
  order: 1;
  margin: 0;
}
.bw-login-page .bw-innerpage-content-section .bw-login-col-wrap .bw-login-form .ur-frontend-form .ur-form-grid .bw-user-submit-wrap .user-registration-form__label-for-checkbox span {
  color: #333;
}
.bw-login-page .bw-innerpage-content-section .bw-login-col-wrap .bw-login-form .ur-frontend-form .ur-form-grid .bw-user-submit-wrap .user-registration-form__label-for-checkbox .user-registration-form__input-checkbox[type=checkbox]:checked:before {
  color: #483426;
}
.bw-login-page .bw-innerpage-content-section .bw-login-col-wrap .bw-login-form .ur-frontend-form .ur-form-grid .user-registration-LostPassword {
  margin-bottom: 0;
  margin-top: 20px;
  font-size: 15px;
}
.bw-login-page .bw-innerpage-content-section .bw-login-col-wrap .bw-login-form .ur-frontend-form .ur-form-grid .user-registration-LostPassword a:hover {
  color: #a57452 !important;
}
.bw-login-page .bw-innerpage-content-section .bw-login-col-wrap .bw-login-form .user-registration-error {
  padding-left: 40px;
  position: relative;
}
.bw-login-page .bw-innerpage-content-section .bw-login-col-wrap .bw-login-form .user-registration-error::before {
  position: absolute;
  left: 6px;
  top: 3px;
}
.bw-login-page .bw-innerpage-content-section .bw-login-col-wrap .bw-language-selection-section {
  max-width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .bw-login-page .bw-innerpage-content-section .bw-login-col-wrap .bw-language-selection-section {
    max-width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .bw-login-page .bw-innerpage-content-section .bw-login-col-wrap .bw-language-selection-section {
    max-width: 100%;
  }
}
.bw-login-page .bw-innerpage-content-section .bw-login-col-wrap .bw-language-selection-section .bw-language-col-wrap {
  padding: 20px;
  margin-bottom: 40px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 15px 0px #cdcdcd;
}
.bw-login-page .bw-innerpage-content-section .bw-login-col-wrap .bw-language-selection-section .bw-language-col-wrap:last-child {
  margin-bottom: 0;
}
.bw-login-page .bw-innerpage-content-section .bw-login-col-wrap .bw-language-selection-section .bw-language-col-wrap h2 {
  color: #4b3729 !important;
  margin-bottom: 23px;
  text-decoration: underline;
  text-underline-offset: 5px;
  padding-bottom: 0;
  margin-bottom: 25px;
}
.bw-login-page .bw-innerpage-content-section .bw-login-col-wrap .bw-language-selection-section .bw-language-col-wrap a {
  background: linear-gradient(180deg, #473325, #afa399);
  border: 1px solid #fff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  width: 140px;
  font-size: 23px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  cursor: pointer;
  position: relative;
  z-index: 9;
  font-weight: 900;
  letter-spacing: 1px;
  color: #fff;
  padding: 2px 5px;
  margin-top: 20px;
  display: block;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 1600px) {
  .bw-login-page .bw-innerpage-content-section .bw-login-col-wrap .bw-language-selection-section .bw-language-col-wrap a {
    width: 110px;
    font-size: 14px;
  }
}
.bw-login-page .bw-innerpage-content-section .bw-login-col-wrap .bw-language-selection-section .bw-language-col-wrap a:hover {
  background: linear-gradient(0deg, #473325, #afa399);
}

#user-registration .user-registration-message ~ p {
  padding: 20px;
}

.bw-language-document-section {
  margin: 30px 0 !important;
  box-shadow: 0px 2px 15px 0px #cdcdcd;
  border-radius: 20px !important;
  padding-bottom: 40px !important;
}
@media screen and (max-width: 560px) {
  .bw-language-document-section {
    margin-bottom: 30px !important;
  }
}
.bw-language-document-section .bw-document-content-section h4 {
  font-size: 24px;
  line-height: 1;
  margin: 20px 0;
}
@media screen and (max-width: 1600px) {
  .bw-language-document-section .bw-document-content-section h4 {
    font-size: 24px;
  }
}

.bw-privacy-policy-sec {
  padding: 40px;
}
@media screen and (max-width: 980px) {
  .bw-privacy-policy-sec {
    padding: 20px;
  }
}
.bw-privacy-policy-sec .bw-privacy-content-wrap {
  padding: 30px;
  border: 1px solid #483426;
  border-radius: 30px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1294117647);
}
@media screen and (max-width: 980px) {
  .bw-privacy-policy-sec .bw-privacy-content-wrap {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .bw-privacy-policy-sec .bw-privacy-content-wrap {
    padding: 15px;
  }
}
.bw-privacy-policy-sec .bw-privacy-content-wrap p {
  font-weight: 400;
}
.bw-privacy-policy-sec .bw-privacy-content-wrap p.tg-last-updated-date {
  font-weight: 600;
}
.bw-privacy-policy-sec .bw-privacy-content-wrap ul li {
  list-style: disc !important;
  margin-bottom: 5px;
}
.bw-privacy-policy-sec .bw-privacy-content-wrap ol li {
  list-style: auto !important;
  margin-bottom: 5px;
}
.bw-privacy-policy-sec .bw-privacy-content-wrap h2 {
  text-transform: unset !important;
  font-size: 22px;
}
@media screen and (max-width: 980px) {
  .bw-privacy-policy-sec .bw-privacy-content-wrap h2 {
    font-size: 20px;
  }
}
.bw-privacy-policy-sec .bw-privacy-content-wrap .accordions {
  overflow: hidden;
}
.bw-privacy-policy-sec .bw-privacy-content-wrap .accordions .accordion-summary {
  background: #f3f3f3;
  position: relative;
  padding: 15px !important;
}
.bw-privacy-policy-sec .bw-privacy-content-wrap .accordions .accordion-summary::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 3px;
  background: #a57452;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.bw-privacy-policy-sec .bw-privacy-content-wrap .accordions .accordion-summary::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 15px;
  background: #a57452;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.bw-privacy-policy-sec .bw-privacy-content-wrap .accordions .accordion-heading {
  text-transform: unset !important;
  font-size: 18px;
  font-weight: 700 !important;
  font-family: "Noto Sans" !important;
  letter-spacing: 1px !important;
  padding-right: 30px;
  display: inline-block !important;
  line-height: normal;
}
@media screen and (max-width: 980px) {
  .bw-privacy-policy-sec .bw-privacy-content-wrap .accordions .accordion-heading {
    font-size: 16px;
    padding-right: 15px;
  }
}
.bw-privacy-policy-sec .bw-privacy-content-wrap .accordions .accordion[open] .accordion-summary {
  background: #b7aa9f !important;
}
.bw-privacy-policy-sec .bw-privacy-content-wrap .accordions .accordion[open] .accordion-summary::before {
  background: #fff;
}
.bw-privacy-policy-sec .bw-privacy-content-wrap .accordions .accordion[open] .accordion-summary::after {
  opacity: 0;
}
.bw-privacy-policy-sec .bw-privacy-content-wrap .accordions .accordion[open] .accordion-summary .accordion-heading {
  color: #fff !important;
}
.bw-privacy-policy-sec .bw-privacy-content-wrap #policy .accordion-content {
  display: block !important;
  padding: 20px !important;
}
.bw-privacy-policy-sec .bw-privacy-content-wrap #policy .accordion-content .accordion-section-heading {
  text-transform: unset !important;
  font-size: 18px;
}
@media screen and (max-width: 980px) {
  .bw-privacy-policy-sec .bw-privacy-content-wrap #policy .accordion-content .accordion-section-heading {
    font-size: 16px;
  }
}
.bw-privacy-policy-sec .bw-privacy-content-wrap #policy .accordion-content .accordion-section-content ul li {
  list-style: disc !important;
}
.bw-privacy-policy-sec .bw-privacy-content-wrap #policy .accordion-content .accordion-section-content ol li {
  list-style: auto !important;
}/*# sourceMappingURL=style.css.map */