.room-suite {
  position: relative;
  box-shadow: 0px 7px 18px 0px rgb(31 31 31 / 3%)
}

.common-pad {
  padding-top: 7em;
  padding-bottom: 7em;
}

.room-suite .item {
  position: relative;
}

.room-suite .item {
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.room-suite .item .ro-img {
  position: relative;
  border-bottom: 2px solid #B99C64;
  text-align: center;
  z-index: 0;
  overflow: hidden;
}

.room-suite .item:hover .ro-img:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  z-index: 1;
}

.room-suite .item .ro-txt {
  background: #f7f7f7;
  border-left: 1px solid #e6e1e1;
  border-right: 1px solid #e6e1e1;
  border-bottom: 1px solid #e6e1e1;
  overflow: hidden;
  padding: 0 1em;
}

.room-suite .item:hover .ro-txt {
  background: #0d1a41;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.room-suite .item .left-h {
  position: relative;
}

.room-suite .item .left-h p {
  color: #242424;
  font: 1.86em/1em "Playball", sans-serif;
  padding: 0.7em 0 0;
  margin: 0;
}

.room-suite .item:hover .left-h p, .room-suite .item:hover .right-p p span {
  color: #fff;
}

.room-suite .item .right-p p {
  color: #242424;
  font: 1.72em/1.25em "Playball", sans-serif;
  padding: 0.3em 0 0.6em;
  margin: 0;
}

.room-suite .item:hover .right-p p {
  color: #B99C64;
}

.room-suite .item .right-p p span {
  display: block;
  font: 400 0.6em/1em "Open Sans", sans-serif;
  font-style: italic;
  color: #888;
}

.room-slider {
  position: relative;
}

.roomsuite-slider.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

.roomsuite-slider.owl-carousel .owl-controls .owl-nav .owl-prev, .roomsuite-slider.owl-carousel .owl-controls .owl-nav .owl-next {
  background: #B99C64;
  width: 33px;
  text-align: center;
  font-size: 20px;
  line-height: 33px;
  color: #fff;
  float: left;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.roomsuite-slider .owl-nav {
  position: absolute;
  right: 0;
  top: -82px;
}

.roomsuite-slider.owl-carousel .owl-controls .owl-nav .owl-prev:hover, .roomsuite-slider.owl-carousel .owl-controls .owl-nav .owl-next:hover {
  background: #85ab00;
}

.roomsuite-slider.owl-carousel .owl-controls .owl-nav .owl-prev {
  margin-right: 5px;
}

/* ==============================
  43.Rooms And Suits Home Two Styles
============================== */
.room-suite-htwo .item .ro-txt {
  background: #FFF;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  box-shadow: 0px 5px 17px 0px rgb(0 0 0 / 7%);
}
.room-suite-htwo .item:hover .ro-txt {
  background: #FFF;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.room-suite-htwo .item .ro-txt h2 {
  color: #242424;
  padding: 0;
  margin: 10px 0 10px;
  position: relative;
  font-size:26px
}

.room-suite-htwo .item .ro-txt p {
  color: #616161;
  margin: 0 0 10px;
}

.room-suite-htwo .item .ro-img {
  border-bottom: 0px solid transparent;
}

.room-suite-htwo .item .ro-txt {
  background: #FFF;
  border-left: 1px solid #AAA;
  border-right: 1px solid #AAA;
  border-bottom: 1px solid #AAA;
  box-shadow: 0px 7px 18px 0px rgb(31 31 31 / 3%);
  padding:10px 15px 20px;
  text-align:center
}

.room-suite-htwo .ro-text-two {
  position: relative;
}

.room-suite-htwo .ro-text-two .left-p-two {
  position: relative;
}

.room-suite-htwo .ro-text-two .left-p-two .res-btn {
  background: #85ab00;
  padding: 0.5em 2em;
}

.room-suite-htwo .ro-text-two .left-p-two .res-btn:hover {
  background: #1a1a1c;
}

.room-suite-htwo .ro-text-two .right-p-two p {
  color: #242424;
  font: 2em/1em "Playball", sans-serif;
  padding: 0 0 0;
  margin: 0;
}

.room-suite-htwo .ro-text-two .right-p-two p span {
  display: block;
  font: 400 0.5em/1.3em "Open Sans", sans-serif;
  font-style: italic;
  color: #888;
}

.roomsuite-slider-two .owl-nav {
      margin: 0 auto;
    width: 102px;
    padding-top: 0;
}

.roomsuite-slider-two.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

.roomsuite-slider-two.owl-carousel .owl-controls .owl-nav .owl-prev, .roomsuite-slider-two.owl-carousel .owl-controls .owl-nav .owl-next {
  background: #021FFD;
  width: 40px;
  height:40px;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  float: left;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  border-radius:100%
}

.roomsuite-slider-two.owl-carousel .owl-controls .owl-nav .owl-prev {
  margin-right: 5px;
}


/*Room and Suits*/
.room-and-suits-style {
  background: #27283b;
  margin: 0;
  position: relative;
}
.room-and-suits-style:before {
  background: url(../images/rooms-suits.jpg) no-repeat fixed center center #27283b;
  background-size: cover;
  background-blend-mode: multiply;
  opacity: 0.2;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}
.room-and-suits-style .sec-header h2, .room-and-suits-style .room-suite-htwo .item .ro-txt h2, .room-and-suits-style .room-suite-htwo .ro-text-two .right-p-two p {
  color: #fff;
}
