@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap");
body {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  overflow-x: hidden !important;
  overflow-y: scroll;
  font-family: "Montserrat", sans-serif;
  scroll-behavior: auto !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "Montserrat", sans-serif;
}

p {
  margin: 10px 0 0 0;
  color: #D2AB67;
}

a {
  text-decoration: none;
  transition: all 0.5s;
}
a:hover {
  text-decoration: none;
}

#scrl::-webkit-scrollbar {
  width: 6px;
  background-color: #D2AB67;
}

#scrl::-webkit-scrollbar-thumb {
  background-color: #0C3026;
  border-radius: 10px;
}

ul {
  padding: 0;
  margin: 0;
}

section {
  padding: 80px 0px;
}
@media (max-width: 767px) {
  section {
    padding: 60px 0px;
  }
}
@media (max-width: 480px) {
  section {
    padding: 40px 0px;
  }
}

h2 {
  color: #D2AB67;
  font-size: 3rem;
  text-align: center;
  font-weight: 700;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 2.3rem;
  }
}
@media (max-width: 480px) {
  h2 {
    font-size: 1.8rem;
  }
}

.scrollup {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  text-indent: -9999px;
  z-index: 99999;
  background: url(../images/up-arrow.svg) no-repeat;
}

.form-group {
  position: relative;
}
.form-group input,
.form-group .form-select,
.form-group .selecttext {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  height: 60px;
  padding: 0 20px;
  width: 100%;
  font-size: 1rem;
  transition: all 0.4s ease;
  color: #5a5a59;
  border: 1px solid #ced4da;
}
.form-group .selecttext {
  background: #fff;
  align-items: center;
  display: flex;
  color: #5a5a59;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group .form-select:focus,
.form-group select:focus {
  color: #5a5a59;
  outline: 0;
  box-shadow: none;
  border-color: #D2AB67;
  transition: all 0.6s ease-in-out;
}
.form-group input:disabled,
.form-group input[readonly] {
  background-color: #fff;
}
.form-group textarea {
  height: 100px;
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  resize: none;
  width: 100%;
  font-size: 1rem;
  border: 1px solid #ced4da;
  transition: all 0.4s ease;
}

.carousel-control-prev,
.carousel-control-next {
  opacity: 1;
}
.carousel-control-prev i,
.carousel-control-next i {
  font-size: 30px;
  color: #D2AB67;
}

.slide-box {
  border: 1px solid #d5d5d5;
}
.slide-box .carousel-inner img {
  width: 100%;
  height: 100%;
}
.slide-box #custCarousel .carousel-indicators {
  position: static;
  margin-top: 20px;
}
.slide-box #custCarousel .carousel-indicators > li {
  width: 100px;
  border: 1px solid #0C3026;
}
.slide-box #custCarousel .carousel-indicators li {
  cursor: pointer;
}
.slide-box #custCarousel .carousel-indicators li img {
  display: block;
  opacity: 0.8;
}
.slide-box #custCarousel .carousel-indicators li.active img {
  opacity: 1;
}
.slide-box #custCarousel .carousel-indicators li:hover img {
  opacity: 0.75;
}
.slide-box .carousel-item img {
  width: 100%;
}

.header {
  position: fixed;
  z-index: 1000;
  height: 100px;
  width: 100%;
  background: none;
  padding: 18px;
  transition: all ease-out 0.5s;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.header .navbar-brand {
  padding: 0;
}
.header .navbar-brand img {
  transition: all 0.4s ease-in-out;
  width: 80px;
}
.header .navbar-nav {
  align-items: center;
  background: none;
}
@media (max-width: 992px) {
  .header .navbar-nav {
    background: #0C3026;
  }
}
.header .navbar .navbar-nav .nav-link {
  color: #fff;
  font-size: 0.75rem;
  padding: 0.5rem 1rem;
  text-align: center;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .header .navbar-brand img {
    width: 100px;
  }
  .header .navbar-brand {
    margin-right: 0;
    padding: 0 1em;
  }
}

.hovering {
  background-color: rgba(34, 34, 34, 0.8);
  height: 80px;
  width: 100%;
}
.hovering .navbar-brand img {
  width: 80px;
}

.intro {
  height: 100vh;
  background: #fff;
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .intro {
    height: auto;
  }
}
@media (max-width: 1200px) {
  .intro {
    height: auto;
  }
}
.intro .followus {
  position: absolute;
  left: 20px;
  display: flex;
  align-items: center;
  height: 100%;
  z-index: 999;
}
@media (max-width: 540px) {
  .intro .followus {
    align-items: flex-end;
    left: 6px;
    bottom: 10px;
  }
}
.intro .followus ul li {
  list-style: none;
  color: #fff;
  padding: 10px 0px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .intro .followus ul li {
    padding: 3px 0px;
  }
}
.intro .followus ul li img {
  width: 1.5rem;
}
.intro .followus ul li .follow img {
  width: 0.813rem;
  width: 10px;
}
@media (max-width: 480px) {
  .intro .followus ul li .follow img {
    width: 10px;
  }
}
.intro .slider-caption {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  flex-direction: column;
}
@media (max-width: 540px) {
  .intro .slider-caption {
    align-items: flex-start;
    left: 20px;
  }
}
.intro .slider-caption h2 {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  font-size: 3.125rem;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
.intro .slider-caption h2 span {
  display: block;
  color: #D2AB67;
  font-weight: 700;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .intro .slider-caption h2 {
    font-size: 2.5rem;
    line-height: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .intro .slider-caption h2 {
    font-size: 2rem;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .intro .slider-caption h2 {
    font-size: 1.875rem;
    line-height: 30px;
  }
}
@media (max-width: 540px) {
  .intro .slider-caption h2 {
    text-align: left;
  }
}
.intro .slider-caption h4 {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  text-align: center;
  width: 45%;
  position: relative;
  padding: 20px 0px;
  line-height: 140%;
  margin-bottom: 10px;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .intro .slider-caption h4 {
    font-size: 24px;
    width: 80%;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .intro .slider-caption h4 {
    font-size: 20px;
    width: 80%;
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .intro .slider-caption h4 {
    font-size: 16px;
    text-align: left;
    width: 80%;
    font-size: 0.875rem;
    margin-bottom: 0px;
    padding: 10px 0px;
  }
}
@media (max-width: 540px) {
  .intro .slider-caption h4 {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .intro .slider-caption h4 {
    font-size: 0.75rem;
  }
}
.intro .btn-box {
  display: flex;
}
.intro .owl-carousel {
  margin: 0px;
}
.intro .owl-controls .owl-buttons div {
  cursor: pointer;
  display: block;
}
.intro .owl-pagination {
  display: block;
}
@media (max-width: 480px) {
  .intro .owl-pagination {
    display: none;
  }
}
.intro .owl-theme .owl-controls,
.intro .products .owl-theme .owl-controls {
  top: 45%;
  position: absolute;
  width: 20px;
  top: 42%;
  text-align: right;
  right: 10px;
}
.intro .owl-page {
  display: block;
  zoom: 1;
}
.intro .owl-theme .owl-controls .owl-page span {
  background: none;
}
.intro .owl-theme .owl-controls .owl-page.active span {
  background: #D2AB67 !important;
  border: #D2AB67 1px solid !important;
}

.about_bg {
  background: rgba(12, 48, 38, 0.1);
  border-top: 10px solid #D2AB67;
}
.about_bg .about__content {
  width: 100%;
}
.about_bg .about__content h5 {
  color: #333;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.075rem;
}
.about_bg .about__content h3 {
  color: #000;
  font-size: 2.5rem;
  color: #D2AB67;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 3.5rem */
}
@media (max-width: 767px) {
  .about_bg .about__content h3 {
    font-size: 1.875rem;
  }
}
.about_bg .about__content h3 span {
  color: #000;
}
.about_bg .about__content p {
  color: #333;
  font-size: 1rem;
  font-weight: 300;
  line-height: 140%;
  /* 1.75rem */
}
.about_bg .about__content .head {
  font-style: italic;
  font-size: 1.25rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .about_bg .about__content .head {
    font-size: 1rem;
    margin-top: 1rem;
  }
}

.services {
  width: 100%;
}
.services h5 {
  color: #333;
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.075rem;
}
.services h3 {
  color: #000;
  font-size: 2.5rem;
  color: #D2AB67;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media (max-width: 767px) {
  .services h3 {
    font-size: 1.875rem;
  }
}
.services h3 span {
  color: #000;
}
.services .services_box {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  position: relative;
}
.services .services_box .img_box {
  background-color: #0C3026;
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
}
.services .services_box .img_box img {
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.services .services_box .front_box {
  transition: 0.5s ease;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 100%;
  margin-top: 40px;
  padding: 0px 10px;
}
.services .services_box .front_box h4 {
  color: #0C3026;
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
  position: relative;
}
.services .services_box .front_box h4::before {
  position: absolute;
  content: "";
  top: -20px;
  left: 0;
  width: 4.625rem;
  height: 0.4375rem;
  background: #D2AB67;
}
.services .services_box .front_box p {
  color: #333;
  font-size: #fff;
  font-weight: 400;
}
.services .services_box:hover .img_box img {
  opacity: 0.5;
  transform: scale(1.2);
}

.our_rooms {
  background: rgba(210, 171, 103, 0.1);
}
.our_rooms h5 {
  color: #333;
  font-size: 0.75rem;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.075rem;
}
.our_rooms h3 {
  color: #000;
  font-size: 2.5rem;
  color: #D2AB67;
  text-align: left;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 3.5rem */
}
@media (max-width: 767px) {
  .our_rooms h3 {
    font-size: 1.875rem;
  }
}
.our_rooms h3 span {
  color: #000;
}
.our_rooms .rooms_container_2 {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .our_rooms .rooms_container_2 {
    flex-direction: column-reverse !important;
  }
}
.our_rooms .rooms_container_2 .owl-theme .owl-controls {
  right: 10px !important;
  left: auto;
}
@media (max-width: 767px) {
  .our_rooms .rooms_container_2 .owl-theme .owl-controls {
    right: auto !important;
    left: 22px;
  }
}
.our_rooms .rooms_container,
.our_rooms .rooms_container_2 {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .our_rooms .rooms_container,
  .our_rooms .rooms_container_2 {
    flex-direction: column;
  }
}
.our_rooms .rooms_container .room_pics,
.our_rooms .rooms_container_2 .room_pics {
  width: 70%;
  background: #D2AB67;
  border-radius: 0.625rem;
}
@media (max-width: 767px) {
  .our_rooms .rooms_container .room_pics,
  .our_rooms .rooms_container_2 .room_pics {
    width: 100%;
  }
}
.our_rooms .rooms_container .details_2,
.our_rooms .rooms_container_2 .details_2 {
  left: 0;
}
.our_rooms .rooms_container .details,
.our_rooms .rooms_container .details_2,
.our_rooms .rooms_container_2 .details,
.our_rooms .rooms_container_2 .details_2 {
  width: 40%;
  background: rgba(210, 171, 103, 0.1);
  position: absolute;
  right: 0;
  padding: 30px;
  z-index: 99 !important;
  background: #fff;
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .our_rooms .rooms_container .details,
  .our_rooms .rooms_container .details_2,
  .our_rooms .rooms_container_2 .details,
  .our_rooms .rooms_container_2 .details_2 {
    border-radius: 0 0 0.625rem 0.625rem;
    -webkit-border-radius: 0 0 0.625rem 0.625rem;
    -moz-border-radius: 0 0 0.625rem 0.625rem;
    -ms-border-radius: 0 0 0.625rem 0.625rem;
    -o-border-radius: 0 0 0.625rem 0.625rem;
    width: 100%;
    position: relative;
  }
}
.our_rooms .rooms_container .details h3,
.our_rooms .rooms_container .details_2 h3,
.our_rooms .rooms_container_2 .details h3,
.our_rooms .rooms_container_2 .details_2 h3 {
  color: #0C3026;
  font-size: 1.5rem;
  font-weight: 700;
}
.our_rooms .rooms_container .details h4,
.our_rooms .rooms_container .details_2 h4,
.our_rooms .rooms_container_2 .details h4,
.our_rooms .rooms_container_2 .details_2 h4 {
  color: #D2AB67;
  font-size: 1rem;
  font-weight: 600;
}
.our_rooms .rooms_container .details p,
.our_rooms .rooms_container .details_2 p,
.our_rooms .rooms_container_2 .details p,
.our_rooms .rooms_container_2 .details_2 p {
  color: #333;
  font-size: 1rem;
  font-weight: 400;
}
.our_rooms .rooms_container .details .amenities,
.our_rooms .rooms_container .details_2 .amenities,
.our_rooms .rooms_container_2 .details .amenities,
.our_rooms .rooms_container_2 .details_2 .amenities {
  width: 100%;
}
.our_rooms .rooms_container .details .amenities li,
.our_rooms .rooms_container .details_2 .amenities li,
.our_rooms .rooms_container_2 .details .amenities li,
.our_rooms .rooms_container_2 .details_2 .amenities li {
  list-style: none;
  padding: 5px 0px;
  color: #000;
  font-size: 0.875rem;
  font-weight: 300;
}
.our_rooms .rooms_container .room_gallery,
.our_rooms .rooms_container_2 .room_gallery {
  border-radius: 0.625rem;
  -webkit-border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  -ms-border-radius: 0.625rem;
  -o-border-radius: 0.625rem;
  width: 100%;
  border-radius: 0.625rem;
}
@media (max-width: 767px) {
  .our_rooms .rooms_container .room_gallery,
  .our_rooms .rooms_container_2 .room_gallery {
    border-radius: 0.625rem 0.625rem 0 0;
    -webkit-border-radius: 0.625rem 0.625rem 0 0;
    -moz-border-radius: 0.625rem 0.625rem 0 0;
    -ms-border-radius: 0.625rem 0.625rem 0 0;
    -o-border-radius: 0.625rem 0.625rem 0 0;
  }
}
.our_rooms .rooms_container .room_gallery img,
.our_rooms .rooms_container_2 .room_gallery img {
  border-radius: 0.625rem;
  -webkit-border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  -ms-border-radius: 0.625rem;
  -o-border-radius: 0.625rem;
}
@media (max-width: 767px) {
  .our_rooms .rooms_container .room_gallery img,
  .our_rooms .rooms_container_2 .room_gallery img {
    border-radius: 0.625rem 0.625rem 0 0;
    -webkit-border-radius: 0.625rem 0.625rem 0 0;
    -moz-border-radius: 0.625rem 0.625rem 0 0;
    -ms-border-radius: 0.625rem 0.625rem 0 0;
    -o-border-radius: 0.625rem 0.625rem 0 0;
  }
}
.our_rooms .owl-carousel {
  margin: 0px;
}
.our_rooms .owl-controls .owl-buttons div {
  cursor: pointer;
  display: block;
}
.our_rooms .owl-pagination {
  display: block;
}
.our_rooms .owl-theme .owl-controls {
  top: 45%;
  position: absolute;
  width: 20px;
  top: 42%;
  text-align: right;
  left: 22px;
}
.our_rooms .owl-page {
  display: block;
  zoom: 1;
}
.our_rooms .owl-theme .owl-controls .owl-page span {
  background: none;
  width: 9px;
  height: 9px;
}
.our_rooms .owl-theme .owl-controls .owl-page.active span {
  background: #D2AB67 !important;
  border: #D2AB67 1px solid !important;
}

.footer {
  background: #0C3026;
}
.footer h5 {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.075rem;
}
.footer h4 {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}
.footer h3 {
  color: #000;
  font-size: 2.5rem;
  color: #D2AB67;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media (max-width: 767px) {
  .footer h3 {
    font-size: 1.875rem;
  }
}
.footer h3 span {
  color: #fff;
}
@media (max-width: 767px) {
  .footer .logo_white img {
    width: 100px;
  }
}
.footer .btn_box {
  display: flex;
  justify-content: center;
}
.footer .address {
  width: 100%;
}
@media (max-width: 767px) {
  .footer .address {
    margin-bottom: 30px;
  }
}
.footer .address h4 {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}
.footer .address p {
  color: #fff;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .footer .address p {
    margin-bottom: 30px;
  }
}
.footer .contact {
  width: 100%;
}
@media (max-width: 767px) {
  .footer .contact {
    margin-bottom: 30px;
  }
}
.footer .contact li {
  list-style: none;
  color: #fff;
  font-size: 1rem;
}
.footer .contact li img {
  padding-right: 10px;
}
.footer .contact li a {
  color: #fff;
}
.footer .followus {
  width: 100%;
  display: flex;
  align-items: center;
}
.footer .followus li {
  list-style: none;
  padding-right: 10px;
  color: #fff;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .footer .followus li {
    font-size: 0.75rem;
  }
}
.footer .followus li a {
  color: #fff;
  font-size: 1.5rem;
}
.footer .followus li span {
  font-size: 0.75rem;
  font-weight: 400;
}

.poweredby {
  background: #000;
  width: 100%;
  padding: 20px 0px;
}
.poweredby .left {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 300;
  width: 50%;
}
@media (max-width: 767px) {
  .poweredby .left {
    font-size: 0.625rem;
  }
}
@media (max-width: 480px) {
  .poweredby .left {
    text-align: center;
    width: 100%;
  }
}
.poweredby .right {
  width: 50%;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 300;
  text-align: right;
}
@media (max-width: 767px) {
  .poweredby .right {
    font-size: 0.625rem;
  }
}
@media (max-width: 480px) {
  .poweredby .right {
    text-align: center;
    width: 100%;
  }
}

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
}

.slider__desk__hide {
  display: block !important;
}
.slider__desk__hide img {
  width: 100%;
}

.slider__mob__hide {
  display: none !important;
}

.logo-none {
  display: none;
}
@media (max-width: 992px) {
  .logo-none {
    display: block;
  }
}

.logo-none-desk {
  display: block;
}
@media (max-width: 992px) {
  .logo-none-desk {
    display: none;
  }
}

@media (max-width: 540px) {
  .slider__desk__hide {
    display: none !important;
  }
  .slider__mob__hide {
    display: block !important;
  }
  .slider__mob__hide img {
    width: 100%;
  }
}
.btn-1 {
  transition: all 0.4s ease-in-out;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  color: #D2AB67;
  background: none;
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 10px 30px;
  border: 2px solid #D2AB67;
  border-radius: 3.125rem;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .btn-1 {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .btn-1 {
    font-size: 0.875rem;
    padding: 5px 15px;
  }
}
@media (max-width: 480px) {
  .btn-1 {
    font-size: 0.75rem;
  }
}
.btn-1:hover {
  color: #0C3026;
  background: #D2AB67;
}

/*owl theme start */
.carousel-control-prev {
  left: 0;
  font-size: 0px;
}

.carousel-control-next {
  right: 0;
  font-size: 0px;
}

.owl-item {
  display: flex;
  height: auto !important;
}

.owl-carousel {
  position: relative;
  width: 100%;
  float: left;
  margin: 30px 0 0;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
  padding: 0;
  transform: translate3d(0, 0, 0);
}

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.owl-controls .owl-buttons div {
  cursor: pointer;
  display: none;
}
.owl-controls .owl-page {
  cursor: pointer;
  display: none;
}

.owl-theme .owl-controls {
  margin-top: 35px;
  text-align: center;
  margin: 0 0 0;
  width: 100%;
  float: left;
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 15px;
  height: 15px;
  margin: 5px 2px;
  background: #d4d2d2;
  border: #fff 1px solid;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.owl-theme .owl-controls .owl-page.active span {
  background: #959597;
  border: #959597 1px solid;
}
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #959597;
  border: #959597 1px solid;
}
.owl-theme .owl-page.active span {
  background: #a4a1a1;
  border: #a4a1a1 1px solid;
}

.owl-goDown-out {
  animation: scaleToFade 0.7s ease both;
}

.owl-goDown-in {
  transition: all 0.4s ease-in-out;
  animation: goDown 0.6s ease both;
}

.owl-fade-out {
  z-index: 10;
  transition: all 0.4s ease-in-out;
  animation: fadeOut 0.7s both ease;
}

.owl-fade-in {
  transition: all 0.4s ease-in-out;
  animation: fadeIn 0.7s both ease;
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}/*# sourceMappingURL=bullhorn.css.map */