@media (max-width: 919px) {
    .navi_pagi_top_right.owl-theme .owl-dots button.owl-dot:nth-child(4), .navi_pagi_top_right.owl-theme .owl-dots button.owl-dot:nth-child(5), .navi_pagi_top_right.owl-theme .owl-dots button.owl-dot:nth-child(7), .navi_pagi_top_right.owl-theme .owl-dots button.owl-dot:nth-child(8), .navi_pagi_top_right.owl-theme .owl-dots button.owl-dot:nth-child(9), .navi_pagi_top_right.owl-theme .owl-dots button.owl-dot:nth-child(10), .navi_pagi_top_right.owl-theme .owl-dots button.owl-dot:nth-child(11), .navi_pagi_top_right.owl-theme .owl-dots button.owl-dot:nth-child(12), .navi_pagi_top_right.owl-theme .owl-dots button.owl-dot:nth-child(13), .navi_pagi_top_right.owl-theme .owl-dots button.owl-dot:nth-child(14),
    .navi_pagi_bottom_left.owl-theme .owl-dots button.owl-dot:nth-child(4),
    .navi_pagi_bottom_left.owl-theme .owl-dots button.owl-dot:nth-child(5),
    .navi_pagi_bottom_left.owl-theme .owl-dots button.owl-dot:nth-child(7),
    .navi_pagi_bottom_left.owl-theme .owl-dots button.owl-dot:nth-child(8),
    .navi_pagi_bottom_left.owl-theme .owl-dots button.owl-dot:nth-child(9),
    .navi_pagi_bottom_left.owl-theme .owl-dots button.owl-dot:nth-child(10),
    .navi_pagi_bottom_left.owl-theme .owl-dots button.owl-dot:nth-child(11),
    .navi_pagi_bottom_left.owl-theme .owl-dots button.owl-dot:nth-child(12),
    .navi_pagi_bottom_left.owl-theme .owl-dots button.owl-dot:nth-child(13),
    .navi_pagi_bottom_left.owl-theme .owl-dots button.owl-dot:nth-child(14),
    .navi_pagi_bottom_center.owl-theme .owl-dots button.owl-dot:nth-child(4),
    .navi_pagi_bottom_center.owl-theme .owl-dots button.owl-dot:nth-child(5),
    .navi_pagi_bottom_center.owl-theme .owl-dots button.owl-dot:nth-child(7),
    .navi_pagi_bottom_center.owl-theme .owl-dots button.owl-dot:nth-child(8),
    .navi_pagi_bottom_center.owl-theme .owl-dots button.owl-dot:nth-child(9),
    .navi_pagi_bottom_center.owl-theme .owl-dots button.owl-dot:nth-child(10),
    .navi_pagi_bottom_center.owl-theme .owl-dots button.owl-dot:nth-child(11),
    .navi_pagi_bottom_center.owl-theme .owl-dots button.owl-dot:nth-child(12),
    .navi_pagi_bottom_center.owl-theme .owl-dots button.owl-dot:nth-child(13),
    .navi_pagi_bottom_center.owl-theme .owl-dots button.owl-dot:nth-child(14) {
        display: none;
    }
}

.navi_pagi_vertical_right.owl-theme .owl-dots {
  position: absolute;
  right: 30px;
  text-align: center;
  top: 40%;
  width: 20px;
}
@media (max-width: 767.98px) {
  .navi_pagi_vertical_right.owl-theme .owl-dots {
    bottom: 10px;
    height: 30px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: auto;
    width: 120px;
  }
}
.navi_pagi_vertical_right.owl-theme .owl-nav {
  bottom: 0;
  height: 20px;
  left: auto;
  position: absolute;
  right: -27px;
  top: 44%;
  transform: rotate(90deg);
  width: 140px;
}
@media (max-width: 767.98px) {
  .navi_pagi_vertical_right.owl-theme .owl-nav {
    bottom: 13px;
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
    transform: inherit;
    width: 140px;
    margin: 0 auto;
  }
}
.navi_pagi_vertical_right.owl-theme .owl-nav .owl-prev {
  left: 0;
  right: auto;
}
.navi_pagi_vertical_right.owl-theme .owl-nav .owl-next {
  left: auto;
  right: 0;
}
.navi_pagi_vertical_right.owl-theme .owl-nav .owl-prev,
.navi_pagi_vertical_right.owl-theme .owl-nav .owl-next {
  background-color: transparent;
  border: none;
  color: var(--headings-color);
  font-size: 14px;
  height: auto;
  line-height: initial;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.navi_pagi_vertical_right.owl-theme .owl-nav .owl-prev:hover, .navi_pagi_vertical_right.owl-theme .owl-nav .owl-prev:active, .navi_pagi_vertical_right.owl-theme .owl-nav .owl-prev:focus,
.navi_pagi_vertical_right.owl-theme .owl-nav .owl-next:hover,
.navi_pagi_vertical_right.owl-theme .owl-nav .owl-next:active,
.navi_pagi_vertical_right.owl-theme .owl-nav .owl-next:focus {
  background-color: transparent;
  color: var(--headings-color);
}
.navi_pagi_vertical_right.owl-theme .owl-nav .owl-prev i {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.navi_pagi_vertical_right.owl-theme .owl-nav .owl-prev:hover i {
  transform: translateX(-5px) scale(1.25);
}
.navi_pagi_vertical_right.owl-theme .owl-nav .owl-next i {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.navi_pagi_vertical_right.owl-theme .owl-nav .owl-next:hover i {
  transform: translateX(5px) scale(1.25);
}
.navi_pagi_vertical_right.owl-theme .owl-dots button.owl-dot:hover span, .navi_pagi_vertical_right.owl-theme .owl-dots button.owl-dot.active span {
  background-color: #222222;
  border-radius: 50%;
  height: 8px;
  width: 8px;
}
.navi_pagi_vertical_right.owl-theme .owl-dots button.owl-dot span {
  background-color: #C0C0C0;
  border-radius: 50%;
  height: 6px;
  position: relative;
  width: 6px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 919px) {
  .navi_pagi_vertical_right.owl-theme .owl-dots button.owl-dot:nth-child(4), .navi_pagi_vertical_right.owl-theme .owl-dots button.owl-dot:nth-child(5), .navi_pagi_vertical_right.owl-theme .owl-dots button.owl-dot:nth-child(7), .navi_pagi_vertical_right.owl-theme .owl-dots button.owl-dot:nth-child(8), .navi_pagi_vertical_right.owl-theme .owl-dots button.owl-dot:nth-child(9), .navi_pagi_vertical_right.owl-theme .owl-dots button.owl-dot:nth-child(10), .navi_pagi_vertical_right.owl-theme .owl-dots button.owl-dot:nth-child(11), .navi_pagi_vertical_right.owl-theme .owl-dots button.owl-dot:nth-child(12), .navi_pagi_vertical_right.owl-theme .owl-dots button.owl-dot:nth-child(13), .navi_pagi_vertical_right.owl-theme .owl-dots button.owl-dot:nth-child(14) {
    display: none;
  }
}

.dots_nav_light.owl-theme .owl-dots button.owl-dot:hover span, .dots_nav_light.owl-theme .owl-dots button.owl-dot.active span, .dots_nav_light.owl-theme .owl-dots button.owl-dot:active span, .dots_nav_light.owl-theme .owl-dots button.owl-dot:focus span, .dots_nav_light.owl-theme .owl-dots button.owl-dot:visited span {
  background-color: #ffffff;
}
.dots_nav_light.owl-theme .owl-dots button.owl-dot span {
  background-color: rgba(255, 255, 255, 0.6);
}
.dots_nav_light.owl-theme .owl-nav .owl-prev,
.dots_nav_light.owl-theme .owl-nav .owl-next {
  color: #ffffff;
}
.dots_nav_light.owl-theme .owl-nav .owl-prev:hover i, .dots_nav_light.owl-theme .owl-nav .owl-prev.active i, .dots_nav_light.owl-theme .owl-nav .owl-prev:active i, .dots_nav_light.owl-theme .owl-nav .owl-prev:focus i, .dots_nav_light.owl-theme .owl-nav .owl-prev:visited i,
.dots_nav_light.owl-theme .owl-nav .owl-next:hover i,
.dots_nav_light.owl-theme .owl-nav .owl-next.active i,
.dots_nav_light.owl-theme .owl-nav .owl-next:active i,
.dots_nav_light.owl-theme .owl-nav .owl-next:focus i,
.dots_nav_light.owl-theme .owl-nav .owl-next:visited i {
  color: #ffffff;
}

.navi_pagi_bottom_center.owl-theme .owl-nav {
  margin: 0 auto;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 991.98px) {
  .navi_pagi_bottom_center.owl-theme .owl-nav {
    bottom: 20px;
  }
}
.navi_pagi_bottom_center.owl-theme .owl-dots {
  bottom: -20px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
}
@media (max-width: 991.98px) {
  .navi_pagi_bottom_center.owl-theme .owl-dots {
    bottom: 0;
  }
}

.navi_pagi_bottom_left.owl-theme .owl-dots {
  bottom: -18px;
  left: 20px;
  margin: 0 auto;
  position: absolute;
}
@media (max-width: 991.98px) {
  .navi_pagi_bottom_left.owl-theme .owl-dots {
    position: relative;
  }
}
.navi_pagi_bottom_left.owl-theme .owl-nav {
  bottom: 0;
  position: absolute;
}
@media (max-width: 991.98px) {
  .navi_pagi_bottom_left.owl-theme .owl-nav {
    position: relative;
  }
}

.navi_pagi_top_right.owl-theme .owl-dots {
  position: absolute;
  right: 20px;
  top: -90px;
  width: 100px;
}
@media (max-width: 991.98px) {
  .navi_pagi_top_right.owl-theme .owl-dots {
    left: 20px;
    position: relative;
    right: 0;
    top: -7px;
  }
}
.navi_pagi_top_right.owl-theme .owl-nav {
  right: 0;
  top: -83px;
}
@media (max-width: 991.98px) {
  .navi_pagi_top_right.owl-theme .owl-nav {
    position: relative;
    top: 0;
  }
}

.vam_nav_style.owl-theme .owl-nav {
  display: block;
  margin-top: 0;
}
.vam_nav_style.owl-theme .owl-nav button.owl-prev {
  left: -30px;
  right: auto;
}
@media (max-width: 579px) {
  .vam_nav_style.owl-theme .owl-nav button.owl-prev {
    left: -10px;
  }
}
.vam_nav_style.owl-theme .owl-nav button.owl-next {
  left: auto;
  right: -30px;
}
@media (max-width: 579px) {
  .vam_nav_style.owl-theme .owl-nav button.owl-next {
    right: -10px;
  }
}
.vam_nav_style.owl-theme .owl-nav button.owl-prev,
.vam_nav_style.owl-theme .owl-nav button.owl-next {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 10px 35px rgba(5, 16, 54, 0.1);
  -moz-box-shadow: 0px 10px 35px rgba(5, 16, 54, 0.1);
  -o-box-shadow: 0px 10px 35px rgba(5, 16, 54, 0.1);
  box-shadow: 0px 10px 35px rgba(5, 16, 54, 0.1);
  border: none;
  border-radius: 50%;
  color: #051036;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 38%;
  width: 60px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.vam_nav_style.owl-theme .owl-nav button.owl-prev:hover, .vam_nav_style.owl-theme .owl-nav button.owl-prev:active, .vam_nav_style.owl-theme .owl-nav button.owl-prev:focus,
.vam_nav_style.owl-theme .owl-nav button.owl-next:hover,
.vam_nav_style.owl-theme .owl-nav button.owl-next:active,
.vam_nav_style.owl-theme .owl-nav button.owl-next:focus {
  background-color: #5BBB7B;
  color: #ffffff;
}

.nav_left_bottom.owl-theme .owl-nav button.owl-prev {
  left: 0px;
  right: auto;
}
@media (max-width: 579px) {
  .nav_left_bottom.owl-theme .owl-nav button.owl-prev {
    left: -10px;
  }
}
.nav_left_bottom.owl-theme .owl-nav button.owl-next {
  left: 60px;
  right: auto;
}
@media (max-width: 579px) {
  .nav_left_bottom.owl-theme .owl-nav button.owl-next {
    right: -10px;
  }
}
.nav_left_bottom.owl-theme .owl-nav button.owl-prev,
.nav_left_bottom.owl-theme .owl-nav button.owl-next {
  background-color: #ffffff;
  box-shadow: none;
  bottom: -70px;
  border: none;
  border-radius: 50%;
  color: #051036;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: auto;
  width: 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav_left_bottom.owl-theme .owl-nav button.owl-prev:hover, .nav_left_bottom.owl-theme .owl-nav button.owl-prev:active, .nav_left_bottom.owl-theme .owl-nav button.owl-prev:focus,
.nav_left_bottom.owl-theme .owl-nav button.owl-next:hover,
.nav_left_bottom.owl-theme .owl-nav button.owl-next:active,
.nav_left_bottom.owl-theme .owl-nav button.owl-next:focus {
  background-color: #222222;
  color: #ffffff;
}

.slider-outer-dib,
.testimonial-slider {
  position: relative;
}
.slider-outer-dib .owl-stage-outer,
.testimonial-slider .owl-stage-outer {
  display: inline-block;
}

.property-city-slider.style2.vam_nav_style.owl-theme .owl-nav button.owl-prev,
.property-city-slider.style2.vam_nav_style.owl-theme .owl-nav button.owl-next {
  top: 25%;
}

.feature-listing-slider .listing-style1 {
  margin-bottom: 60px;
}

.feature-listing-slider2.owl-theme .owl-nav .owl-prev,
.feature-listing-slider2.owl-theme .owl-nav .owl-next {
  top: 25%;
}

.home3-testimonial-slider {
  position: relative;
}
.home3-testimonial-slider.owl-theme .owl-nav {
  bottom: 20px;
  left: -165px;
  margin: 0 auto;
  position: absolute;
}
@media (max-width: 1199.98px) {
  .home3-testimonial-slider.owl-theme .owl-nav {
    left: 85px;
  }
}
@media (max-width: 991.98px) {
  .home3-testimonial-slider.owl-theme .owl-nav {
    left: 0;
    right: 0;
  }
}
@media (max-width: 767.98px) {
  .home3-testimonial-slider.owl-theme .owl-nav {
    bottom: 0;
  }
}
.home3-testimonial-slider.owl-theme .owl-dots {
  bottom: 0px;
  left: -175px;
}
@media (max-width: 1199.98px) {
  .home3-testimonial-slider.owl-theme .owl-dots {
    left: 75px;
  }
}
@media (max-width: 991.98px) {
  .home3-testimonial-slider.owl-theme .owl-dots {
    left: 0;
  }
}
@media (max-width: 767.98px) {
  .home3-testimonial-slider.owl-theme .owl-dots {
    bottom: -20px;
  }
}

.home6-listing-single-slider.owl-theme .owl-nav {
  bottom: 20px;
  left: 40px;
}
.home6-listing-single-slider.owl-theme .owl-dots {
  bottom: 2px;
  left: 50px;
}
@media (max-width: 991.98px) {
  .home6-listing-single-slider.owl-theme .owl-dots {
    position: absolute;
  }
}

.home8-property-slider .swiper-pagination-progressbar.swiper-pagination-horizontal {
  height: 1px;
  left: 20px;
  right: auto;
  width: 70%;
}
.home8-property-slider .swiper-pagination-progressbar-fill {
  height: 3px;
}

.swpr_paginations {
  max-width: 330px;
  position: relative;
  width: 100%;
}
.swpr_paginations .slideactive {
  position: absolute;
  left: 0;
  top: -3px;
}
.swpr_paginations .slidetotal {
  position: absolute;
  right: 0;
  top: -3px;
}

.main-banner-wrapper {
  overflow: hidden;
  position: relative;
}
.main-banner-wrapper .carousel-btn-block {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
}
@media (max-width: 1600px) {
  .main-banner-wrapper .carousel-btn-block {
    top: auto;
    bottom: 80px;
  }
}
@media (max-width: 575.98px) {
  .main-banner-wrapper .carousel-btn-block {
    display: none;
  }
}
.main-banner-wrapper .carousel-btn {
  background-color: transparent;
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 22px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  width: 70px;
  z-index: 1;
  -webkit-box-shadow: 0px 10px 35px rgba(17, 33, 55, 0.1);
  -moz-box-shadow: 0px 10px 35px rgba(17, 33, 55, 0.1);
  -o-box-shadow: 0px 10px 35px rgba(17, 33, 55, 0.1);
  box-shadow: 0px 10px 35px rgba(17, 33, 55, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  vertical-align: middle;
}
.main-banner-wrapper .carousel-btn:hover {
  background-color: #ffffff;
  color: var(--headings-color);
  opacity: 1;
}
.main-banner-wrapper .carousel-btn.left-btn {
  position: absolute;
  left: 30px;
}
.main-banner-wrapper .carousel-btn.right-btn {
  left: auto;
  position: absolute;
  right: 30px;
}
@media (max-width: 1600px) {
  .main-banner-wrapper .carousel-btn.right-btn {
    left: 100px;
  }
}
@media (max-width: 1199.98px) {
  .main-banner-wrapper .carousel-btn.right-btn {
    top: auto;
  }
}
.main-banner-wrapper.home10_style .carousel-btn.left-btn, .main-banner-wrapper.home10_style .carousel-btn.right-btn {
  left: auto;
  right: 18%;
}
@media (max-width: 1199.98px) {
  .main-banner-wrapper.home10_style .carousel-btn.right-btn {
    top: auto;
    left: auto;
    right: 13%;
  }
}
@media (max-width: 991.98px) {
  .main-banner-wrapper.home10_style .carousel-btn.right-btn {
    right: 10%;
  }
}
@media (max-width: 767.98px) {
  .main-banner-wrapper.home10_style .carousel-btn.right-btn {
    right: 8%;
  }
}
@media (max-width: 575.98px) {
  .main-banner-wrapper.home10_style .carousel-btn.right-btn {
    right: 5px;
  }
}

.banner-style-one.home10_style .slide {
  height: 700px;
}
@media (max-width: 1199.98px) {
  .banner-style-one.home10_style .slide {
    height: 600px;
  }
}
.banner-style-one .slide {
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 860px;
}
@media (max-width: 1199.98px) {
  .banner-style-one .slide {
    height: 680px;
  }
}
.banner-style-one .sub-title {
  color: #ffffff;
  font-size: 36px;
  font-family: var(--title-font-family);
  line-height: 60px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@media (max-width: 1199.98px) {
  .banner-style-one .sub-title {
    font-size: 48px;
    line-height: initial;
  }
}
@media (max-width: 991.98px) {
  .banner-style-one .sub-title {
    font-size: 36px;
  }
}
.banner-style-one .banner-title {
  color: #ffffff;
  font-size: 45px;
  font-family: var(--title-font-family);
  line-height: 60px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@media (max-width: 1199.98px) {
  .banner-style-one .banner-title {
    font-size: 36px;
    line-height: initial;
  }
}
@media (max-width: 575.98px) {
  .banner-style-one .banner-title {
    font-size: 26px;
  }
}
.banner-style-one .banner-text {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
.banner-style-one .banner-btn {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.banner-style-one .banner-content {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
.banner-style-one .active .banner-title,
.banner-style-one .active .sub-title,
.banner-style-one .active .banner-text,
.banner-style-one .active .banner-btn,
.banner-style-one .active .banner-content {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.banner-title {
    color: #ffffff;
    font-size: 45px;
    font-family: var(--title-font-family);
    line-height: 60px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    text-shadow: 1px 2px #0f7e7d;
}
@media (max-width: 1199.98px) {
  .banner-title {
    font-size: 36px;
    line-height: initial;
  }
}
@media (max-width: 575.98px) {
  .banner-title {
    font-size: 26px;
  }
}

@media (max-width: 767.98px) {
  .home1_style .banner-style-one .slide {
    height: 500px;
  }
}

.ps-v4-hero-slider.owl-carousel .owl-stage-outer {
  display: inline;
}
.ps-v4-hero-slider.vam_nav_style.owl-theme .owl-nav button.owl-prev,
.ps-v4-hero-slider.vam_nav_style.owl-theme .owl-nav button.owl-next {
  top: 45%;
}
.ps-v4-hero-slider.vam_nav_style.owl-theme .owl-nav button.owl-prev {
  left: -100px;
}
@media (max-width: 1399.98px) {
  .ps-v4-hero-slider.vam_nav_style.owl-theme .owl-nav button.owl-prev {
    left: -30px;
  }
}
@media (max-width: 767.98px) {
  .ps-v4-hero-slider.vam_nav_style.owl-theme .owl-nav button.owl-prev {
    left: 0;
  }
}
.ps-v4-hero-slider.vam_nav_style.owl-theme .owl-nav button.owl-next {
  right: -100px;
}
@media (max-width: 1399.98px) {
  .ps-v4-hero-slider.vam_nav_style.owl-theme .owl-nav button.owl-next {
    right: -30px;
  }
}
@media (max-width: 767.98px) {
  .ps-v4-hero-slider.vam_nav_style.owl-theme .owl-nav button.owl-next {
    right: 0px;
  }
}
@media (max-width: 575.98px) {
  .ps-v4-hero-slider .owl-item img {
    height: 250px;
  }
}

.ps-v4-hero-slider2.vam_nav_style.owl-theme .owl-nav button.owl-prev,
.ps-v4-hero-slider2.vam_nav_style.owl-theme .owl-nav button.owl-next {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  top: 45%;
}
.ps-v4-hero-slider2.vam_nav_style.owl-theme .owl-nav button.owl-prev:hover,
.ps-v4-hero-slider2.vam_nav_style.owl-theme .owl-nav button.owl-next:hover {
  background-color: #ffffff;
  color: var(--headings-color);
}
.ps-v4-hero-slider2.vam_nav_style.owl-theme .owl-nav button.owl-prev {
  left: 100px;
}
@media (max-width: 1199.98px) {
  .ps-v4-hero-slider2.vam_nav_style.owl-theme .owl-nav button.owl-prev {
    left: 30px;
  }
}
.ps-v4-hero-slider2.vam_nav_style.owl-theme .owl-nav button.owl-next {
  right: 100px;
}
@media (max-width: 1199.98px) {
  .ps-v4-hero-slider2.vam_nav_style.owl-theme .owl-nav button.owl-next {
    right: 30px;
  }
}
@media (max-width: 575.98px) {
  .ps-v4-hero-slider2 .owl-item img {
    height: 200px;
  }
}

.ps-v6-slider.owl-theme .owl-dots .owl-dot:first-child {
  background-image: url(../images/listings/listing-single-6-1.html);
  background-position: center;
  background-size: cover;
}
.ps-v6-slider.owl-theme .owl-dots .owl-dot:nth-child(2) {
  background-image: url(../images/listings/listing-single-6-2.html);
  background-position: center;
  background-size: cover;
}
.ps-v6-slider.owl-theme .owl-dots .owl-dot:nth-child(3) {
  background-image: url(../images/listings/listing-single-6-3.html);
  background-position: center;
  background-size: cover;
}
.ps-v6-slider.owl-theme .owl-dots .owl-dot:nth-child(4) {
  background-image: url(../images/listings/listing-single-6-4.html);
  background-position: center;
  background-size: cover;
}
.ps-v6-slider button.owl-dot {
  background-color: aliceblue;
  border-radius: 4px;
  height: 83.33px;
  margin-bottom: 5px;
  margin-right: 10px;
  width: 90px;
}

.listing-thumbIn-slider.owl-theme .owl-nav {
  bottom: 27px;
  z-index: 1;
}
.listing-thumbIn-slider.owl-theme .owl-nav button.owl-prev,
.listing-thumbIn-slider.owl-theme .owl-nav button.owl-next {
  color: #ffffff;
}
.listing-thumbIn-slider.owl-theme .owl-nav button.owl-prev:hover, .listing-thumbIn-slider.owl-theme .owl-nav button.owl-prev:focus,
.listing-thumbIn-slider.owl-theme .owl-nav button.owl-next:hover,
.listing-thumbIn-slider.owl-theme .owl-nav button.owl-next:focus {
  color: #ffffff;
}
.listing-thumbIn-slider.owl-theme .owl-dots {
  bottom: 8px;
  z-index: 1;
}
.listing-thumbIn-slider.owl-theme .owl-dots button.owl-dot span {
  background-color: rgba(255, 255, 255, 0.6);
}
.listing-thumbIn-slider.owl-theme .owl-dots button.owl-dot:hover span, .listing-thumbIn-slider.owl-theme .owl-dots button.owl-dot:focus span, .listing-thumbIn-slider.owl-theme .owl-dots button.owl-dot.active span {
  background-color: #ffffff;
}

@media (max-width: 991.98px) {
  .testimonial-slider2.navi_pagi_bottom_center.owl-theme .owl-nav,
.team-slider-home10.navi_pagi_bottom_center.owl-theme .owl-nav {
    bottom: 0px;
  }
  .testimonial-slider2.navi_pagi_bottom_center.owl-theme .owl-dots,
.team-slider-home10.navi_pagi_bottom_center.owl-theme .owl-dots {
    bottom: -20px;
  }
}

@media (max-width: 360px) {
  .category-slider-home10 .iconbox-style1 {
    padding: 40px 10px 30px;
  }
}

.testimonial-slider-home8.navi_pagi_bottom_left.owl-theme .owl-dots {
  bottom: -20px;
  margin: initial;
}
@media (max-width: 991.98px) {
  .testimonial-slider-home8.navi_pagi_bottom_left.owl-theme .owl-dots {
    bottom: 10px;
  }
}

.testimonial-slider-home11.vam_nav_style.owl-theme .owl-nav button.owl-prev {
  left: -60px;
}
@media (max-width: 1600px) {
  .testimonial-slider-home11.vam_nav_style.owl-theme .owl-nav button.owl-prev {
    left: -30px;
  }
}
@media (max-width: 575.98px) {
  .testimonial-slider-home11.vam_nav_style.owl-theme .owl-nav button.owl-prev {
    left: 0;
    top: 30%;
  }
}
.testimonial-slider-home11.vam_nav_style.owl-theme .owl-nav button.owl-next {
  right: -60px;
}
@media (max-width: 1600px) {
  .testimonial-slider-home11.vam_nav_style.owl-theme .owl-nav button.owl-next {
    right: -30px;
  }
}
@media (max-width: 575.98px) {
  .testimonial-slider-home11.vam_nav_style.owl-theme .owl-nav button.owl-next {
    right: 0;
    top: 30%;
  }
}
.testimonial-slider-home11.vam_nav_style.owl-theme .owl-nav button.owl-prev, .testimonial-slider-home11.vam_nav_style.owl-theme .owl-nav button.owl-next {
  border: 1px solid #E9E9E9;
  box-shadow: none;
}

.testimonial-slider-home13.vam_nav_style.owl-theme .owl-nav button.owl-prev {
  bottom: 0;
  left: 50%;
  top: auto;
}
@media (max-width: 1400px) {
  .testimonial-slider-home13.vam_nav_style.owl-theme .owl-nav button.owl-prev {
    bottom: -15px;
    left: 51%;
  }
}
@media (max-width: 1199.98px) {
  .testimonial-slider-home13.vam_nav_style.owl-theme .owl-nav button.owl-prev {
    bottom: 0;
    left: auto;
    right: 70px;
  }
}
.testimonial-slider-home13.vam_nav_style.owl-theme .owl-nav button.owl-next {
  bottom: 0;
  right: 40%;
  top: auto;
}
@media (max-width: 1400px) {
  .testimonial-slider-home13.vam_nav_style.owl-theme .owl-nav button.owl-next {
    bottom: -15px;
    right: 37%;
  }
}
@media (max-width: 1199.98px) {
  .testimonial-slider-home13.vam_nav_style.owl-theme .owl-nav button.owl-next {
    bottom: 0;
    right: 0;
  }
}
