@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');

html, body, h1, h2, h3, h4, h5, span, a, p{
	font-family: 'Roboto Slab', serif;
}
a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
}
a, a:hover, a:focus, a:active {
      text-decoration: none;
      color: inherit;
 }
 a:hover, a:focus, a:active {
        outline: none;
    }
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  list-style: none;
}
*:focus {
  outline: none;
}
*,*:focus,*:hover{
    outline:none;
}
button:focus:not(:focus-visible) {
 outline: none;
}
.btn:focus:not(:focus-visible) {
 outline: none;
}
input[type="text"]:focus{
-webkit-box-shadow: none!important;
outline: 0 none;
	}
textarea:focus{
-webkit-box-shadow: none!important;
outline: 0 none;
	}
select:focus{
-webkit-box-shadow: none!important;
outline: 0 none;
	}
/*=========== Breadcrumb =========*/
#breadcrumb_banner {
	position: relative;
	width: 100%;
	z-index: 1;
}
#breadcrumb_banner::after {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	content: "";
}
#breadcrumb_banner .page-title {
	position: absolute;
	top: 55%;
	left: 0px;
	width: 100%;
	z-index: 3;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}
#breadcrumb_banner .title-center{
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%) ;
}
#breadcrumb_banner .page-title .contact-breadcrumb .title-center h4, h5{
	color: #FFFFFF;
	font-weight: 300;
	margin-top: 10px;
}
@media only screen and (max-width: 767px) { 
	#breadcrumb_banner .img-size{height:270px;
	}
}
/*=========== Home Page Rooms ===========*/
#home_page_rooms{
		background-color: #222222;
	}
#home_page_rooms span{
	font-weight: 300;
	font-size: 16px;
	letter-spacing: 1px;
	color: #FFFFFF;
}
#home_page_rooms figure{
	font-size: 32px;
	font-weight: 300;
	letter-spacing: 1px;
	color: #FFFFFF;
}
#home_page_rooms .text-center p{
	font-weight: 300;
	letter-spacing: 1px;
	color: #FFFFFF;
}
#home_page_rooms .card-body span{
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
}
#home_page_rooms .card-body p{
	letter-spacing: 1px;
	font-weight: 400;
	text-align: justify;
}
#home_page_rooms .card-body .btn-dark{
	color: #FFFFFF;
	  font-size: 12px;
	  margin-top: 10px;
	  background : #000000;
	  border-radius : 0px;
	  border: none;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: 1px;
}
#home_page_rooms i{
	color: #000000;
}
#home_page_rooms .card{
	-webkit-box-shadow: -4px 11px 14px -8px rgba(0,0,0,0.75);
	-moz-box-shadow: -4px 11px 14px -8px rgba(0,0,0,0.75);
	box-shadow: -4px 11px 14px -8px rgba(0,0,0,0.75);
}
.owl-nav .owl-prev span{
	position: absolute;
	right: 45px;
	border-style: solid;
	border-width: 1px;
	border-color: #FDC91A;
	padding: 5px 15px;
}
.owl-nav .owl-next span{
	position: absolute;
	right: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #FDC91A;
	padding: 5px 15px;
}
/*============= About us =========*/
#about_us h1, h5{
	letter-spacing: 2px;
	color: #000000;
	font-weight: 300;
}
#about_us h1{
	letter-spacing: 2px;
	color: #000000;
	font-weight: 300;
	font-size: 24px;
}
#about_us .btn_book_now {
    width: 150px;
    border-style: solid;
    border-color: #000000;
    border-width: 1px;
    border-radius: 0px;
    color: #FFFFFF;
	background-color: #000000;
	letter-spacing: 2px;
}
#about_us .btn_book_now:hover{
    color: #000000;
	background-color: #FDC91A;
	transition: 1s;
	border-style: solid;
    border-color: #000000;
    border-width: 1px;
    border-radius: 0px;
}
/*============ aminities_and_facilities ===========*/
#aminities_and_facilities{
	background-image: url(../img/bg_facilities.jpg);
	background-size: cover;
    background-attachment: fixed;
}
#aminities_and_facilities {
	position: relative;
	width: 100%;
	z-index: 1;
}
#aminities_and_facilities:after {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	content: "";
	z-index: -1;
}
#aminities_and_facilities .text-center h5{
	letter-spacing: 1px;
	color: #FFFFFF;
	font-weight: 300;
}
#aminities_and_facilities .text-center h1{
	letter-spacing: 1px;
	color: #FFFFFF;
	font-weight: 300;
}
#aminities_and_facilities .text-center p{
	letter-spacing: 1px;
	color: #FFFFFF;
	font-weight: 300;
}
#aminities_and_facilities .card{
	background-color: transparent;
    border-style: solid;
    border-color: #FDC91A;
    border-width: 1px;
    border-radius: 0px;
}
#aminities_and_facilities .card .card-body .card-text i{
	letter-spacing: 1px;
	color:#FDC91A;
	font-weight: 300;
	font-size: 42px;
}
#aminities_and_facilities .card .card-body .card-text h5{
	letter-spacing: 1px;
	color: #FDC91A;
	font-weight: 300;
}
@media only screen and (max-width: 767px) { 
#aminities_and_facilities .card .card-body .card-text i{
	letter-spacing: 1px;
	color:#FDC91A;
	font-weight: 300;
	font-size: 32px;
}
#aminities_and_facilities .card .card-body .card-text h5{
	font-size: 14px;
	letter-spacing: 1px;
	color: #FDC91A;
	font-weight: 300;
}
}
/*=========== Our Tariff ==========*/
#our_tariff{
	background-color: #222222;
	color: #FFFFFF;
}
#our_tariff table tr{
	color: #FFFFFF;
	letter-spacing: 2px;
	font-size: 14px;
}
#our_tariff table th{
	letter-spacing: 2px;
	font-size: 14px;
}
#our_tariff .table-bordered{
	border-style: solid;
	border-color: #FDC91A;
	border-width: 1px;
	border-radius: 0px;
}
#our_tariff h1{
	letter-spacing: 2px;
	font-weight: 300;
	font-size: 24px;
	margin-top: 30px;
	margin-bottom: 30px;
}
#our_tariff ul li{
	letter-spacing: 2px;
	font-weight: 300;
	margin-bottom: 10px;
	font-size: 14px;
}
/*=========== Guest Review ===========*/
#guest_review{
	background-color: #222222;
}
#guest_review .text-center h5{
	letter-spacing: 1px;
	color: #FFFFFF;
	font-weight: 300;
}
#guest_review .text-center h1{
	letter-spacing: 1px;
	color: #FFFFFF;
	font-weight: 300;
}
#guest_review .text-center p{
	letter-spacing: 1px;
	color: #FFFFFF;
	font-weight: 300;
}
#guest_review p{
	text-align: center;
	letter-spacing: 1px;
	color: #000000;
	margin-bottom: 50px;
}
#guest_review .card .card-body .card-text p{
	text-align: left;
	letter-spacing: 1px;
	word-spacing: 2px;
	color: #000000;
}
#guest_review .card .card-body{
	padding-top: 0px;
}
#guest_review .card {
	background : #F2F2F2;
	background : rgba(242, 242, 242, 1);
	border:none;
	border-radius: 0px;
}
#guest_review .card ul li img {
	width: 100px;
	padding-left: 20px;
	padding-top: 20px;
}
#guest_review .card ul li .card-title{
	color: #000000;
}
#guest_review h5{
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000000;
}
#guest_review h1{
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	color: #000000;
}
/*========== Room Category ===========*/
#room_category{
	  background-color: #222222;
  }
	#room_category h1{
	  letter-spacing: 2px;
		font-size: 24px;
		font-weight: 300;
  }
   #room_category img{
	 padding: 10px 0px;
  }
  #room_category ul li i{
	  font-size: 24px;
  }
  #room_category .card{
	  background-color: #FFFFFF;
  }
  #room_category .card-iext .list-inline .list-inline-item .btn-dark{
	  border-radius: 0px;
	  padding-left: 20px;
	  padding-right: 20px;
	  padding-top: 5px;
	  padding-bottom: 5px;
	  background-color: transparent;
	  color: #000000;
  }
	* {
  padding: 0;
  /* Standard Reset, and we're adding box-sizing:border-box because it's awesome. */
  
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

.content-box {
  margin: 0;
  position: relative;
  /* So we can position the banner within the box */
}

#ribbon-container {
  position: absolute;
  top: 15px;
  right: -20px;
  overflow: visible;
  /* so we can see the pseudo-elements we're going to add to the anchor */
  
  font-size: 18px;
  /* font-size and line-height must be equal so we can account for the height of the banner */
  
  line-height: 18px;
}

#ribbon-container:before {
  content: "";
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  border-top: 29px solid rgba(0, 0, 0, .3);
  /* These 4 border properties create the first part of our drop-shadow */
  
  border-bottom: 29px solid rgba(0, 0, 0, .3);
  border-right: 29px solid rgba(0, 0, 0, .3);
  border-left: 29px solid transparent;
}

#ribbon-container:after {
  /* This adds the second part of our dropshadow */
  
  content: "";
  height: 3px;
  background: rgba(0, 0, 0, .3);
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 3px;
}

#ribbon-container a {
  display: block;
  padding: 20px;
  position: relative;
  /* allows us to position our pseudo-elements properly */
  
  background: #FDC91A;
  overflow: visible;
  height: 58px;
  margin-left: 29px;
  color: #000000;
  text-decoration: none;
}

#ribbon-container a:after {
  /* this creates the "folded" part of our ribbon */
  
  content: "";
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  bottom: -15px;
  right: 0;
  border-top: 15px solid #FDC91A;
  border-right: 15px solid transparent;
}

#ribbon-container a:before {
  /* this creates the "forked" part of our ribbon */
  
  content: "";
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  top: 0;
  left: -29px;
  border-top: 29px solid #FDC91A;
  border-bottom: 29px solid #FDC91A;
  border-right: 29px solid transparent;
  border-left: 29px solid transparent;
}

#ribbon-container a:hover {
  background: #FDC91A;
}

#ribbon-container a:hover:before {
  /* this makes sure that the "forked" part of the ribbon changes color with the anchor on :hover */
  
  border-top: 29px solid #FDC91A;
  border-bottom: 29px solid #FDC91A;
}
/*=========== Gallery ===========*/
#gallery{
	background-color: #222222;
}
/*=========== Contact us ========*/
#contact_us{
	background-color: #222222;
}
#contact_us h2{
	letter-spacing: 2px;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 30px;
	color: #FFFFFF;
}
#contact_us ul li{
	letter-spacing: 1px;
	margin-bottom: 10px;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 200;
}
#contact_us .col-md-7 .form-control{
	color: #FFFFFF;
	background-color: transparent;
	margin-bottom: 20px;
	border-style: solid;
    border-color: #FDC91A;
    border-width: 1px;
    border-radius: 0px;
	font-weight: 100;
	letter-spacing: 2px;
	font-size: 12px;
	line-height: 30px;
}
#contact_us input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FDC91A;
  opacity: 1; /* Firefox */
  font-weight: 100;
  letter-spacing: 2px;
  font-size: 12px;
}
#contact_us input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FDC91A;
}

#contact_us input::-ms-input-placeholder { /* Microsoft Edge */
  color: #FDC91A;
}
#contact_us textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FDC91A;
  opacity: 1; /* Firefox */
  font-weight: 100;
  letter-spacing: 2px;
  font-size: 12px;
}
#contact_us textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FDC91A;
}

#contact_us textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: #FDC91A;
}
/*=========== Footer ===========*/
#footer{
	background: #313131;
}
#footer ul li{
	color: #FFFFFF;
	letter-spacing:2px;
	font-weight:300;
	font-size: 14px;
	margin-bottom: 20px;
}
#footer h2{
	color: #FFFFFF;
	letter-spacing:2px;
	font-weight:300;
	font-size: 24px;
	margin-bottom: 40px;
}
#footer .copyright{
	margin-top: 20px;
	padding-top: 20px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #3c3c3c;
	letter-spacing: 2px;
	font-size: 12px;
}
/*=========== Website Footer Mobile link ===========*/
@media (max-width: 768px) {
.footer-bar {
	width: 100%;
	background-color: #FFFFFF;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: fixed;
	bottom: 0px;
	z-index: 99;
}
.footer-bar i{
		padding-top: 5px;
		padding-bottom: 0px;
		font-size: 18px;
		font-weight: 300;
	}
.footer-bar span{
		letter-spacing: 1px;
		font-size: 12px;
	}
}