@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Source+Sans+Pro:ital,wght@0,300;0,400;0,600;0,700;1,200;1,300;1,400;1,600;1,700&display=swap");

/*------------------------------ ------------------------------
  font-family: 'Lato', sans-serif;
  font-family: 'Source Sans Pro', sans-serif;
------------------------------ ------------------------------*/

html,
body {
  margin: 0;
  padding: 0;
}
body {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

a {
  text-decoration: none;
}

/* TITLE STYLE 
---------------*/

/*0.1 HEADER STYLE 
------------------------------*/
nav.topbar {
  background-color: #fe9a35;
  color: #fff;
  padding: 6px 0;
}
nav.topbar .bspace-contact-info a {
  color: #313131;
}
/*  */
nav.navbar-logo {
  padding: 6px 0;
}
.navbar-logo .navbar-brand {
  display: inline-block;
  max-width: 250px;
}
/*  */
nav.navbar {
  background-color: #fff;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 6px 0;
}
nav.navbar .stellarnav > ul > li > a {
  padding: 6px 20px;
}
@media (min-width: 992px) {
  .header ul.navbar-nav {
    flex-direction: row;
  }
}

/*0.2 FOOTER STYLE 
------------------------------*/
footer.footer {
  background-color: #ddd;
  padding: 10px 0px;
}

/*0.3  STYLE 
------------------------------*/
.bspace-gallery {
  position: relative;
  padding: 60px 0;
}
.bspace-img-gallery {
  padding: 6px;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
}
.bspace-img-gallery a {
  display: block;
}
.bspace-img-gallery img {
  width: 100%;
  max-height: 260px;
  min-height: 260px;
  object-fit: cover;
  object-position: center center;
}

.bspace-listings {
  position: relative;
  padding-bottom: 40px;
}
.bspace-gallery-links .separater {
  margin: 0px 10px;
  display: inline-block;
  vertical-align: inherit;
  color: #ccc;
}
.bspace-gallery-links .bspace-glinks a {
  color: #be6b18;
  font-weight: 600;
}
.bspace-gallery-links a{
  color: #be6b18;
  font-weight: 600;
}
.bspace-uniqlist ul {
  list-style: none;
  padding-left: 0;
  column-count: 4;
}
.bspace-uniqlist ul li {
  padding-left: 22px;
  position: relative;
  background-image: url(../images/right-arrow.png);
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: 13px;
}
.bspace-uniqlist-contact ul {
  list-style: none;
  padding-left: 0;
}
.bspace-uniqlist-contact ul li {
  padding-left: 22px;
  position: relative;
  background-image: url(../images/right-arrow.png);
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: 13px;
}
.bspace-list ul {
  list-style: none;
  padding-left: 0;
}
.bspace-list ul li {
  padding-left: 22px;
  position: relative;
  background-image: url(../images/right-arrow.png);
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: 13px;
}
.room-list{
  padding-left: 22px;
  position: relative;
  background-image: url(../images/right-arrow.png);
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: 13px;
}
#submitimg2 {
  float: left;
  margin-left: 260px;
  margin-bottom: 10px;
  width: 122px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  border: 0;
  cursor: pointer;
  background: url(../images/pay.gif) no-repeat;
}
#namelist a:link, #namelist a:visited, #namelist a:hover {
  float: left;
  display: inline;
  width: 15px;
  margin: 0px 3px 0px 3px;
  text-align: center;
  vertical-align: middle;
  color: #0000FF;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  background-color: #DBF0F7;
}
#namelist {
  clear: both;
  padding: 5px 0px 10px 5px;
  margin-bottom: 10px;
  vertical-align: middle;
  height: 18px;
  line-height: 18px;
}

html body .modula .modula-items .modula-item.effect-pufrobo .jtg-title {
  font-size: 24px !important;
  font-weight: bold !important;
}
html body .modula .modula-items .figc p.description {
  font-size: 22px !important;
}
html body .modula .modula-item.effect-pufrobo .jtg-title::after{
  opacity: 0 !important;
}
html body .modula .modula-item.effect-pufrobo p {
  opacity: 1 !important;
  font-weight: bold !important;
    bottom: 20% !important;
  -webkit-transform: translate3d(0,100%,0) !importan;
  transform: translate3d(0,100%,0) !importan;
}
html body .modula .modula-item.effect-pufrobo .jtg-title::after {
  top: 0% !important;
  -webkit-transform: translate3d(0, 40px, 0) !important;
  transform: translate3d(0, 40px, 0) !important;
  transition: transform 0.4s ease-in-out !important;
}
html body .modula .modula-item.effect-pufrobo:hover .jtg-title::after{
  opacity: 0 !important;
  -webkit-transform: translate3d(0, 40px, 0) !important;
  transform: translate3d(0, 40px, 0) !important;
  transition: transform 0.4s ease-in-out !important;
}
html body .modula .modula-item.effect-pufrobo:hover p {
  opacity: 1 !important;
  bottom: 20% !important;
  -webkit-transform: translate3d(0,100%,0) !important;
  transform: translate3d(0,100%,0) !important;
  transition: transform 0.4s ease-in-out !important;
}
.page-title{
  text-align: center;
}
.contact-us{
  font-size: 20px;
}
.form-error{
  color: #FF0000 !important;
  list-style: none !important;
}
.pay-desc p{
  font-size: 20px !important;
}
.content a{
  color: #be6b18;
  font-weight: 600;
}