@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

body {
	position: relative;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 15px;
	overflow-x: hidden;
	font-style: normal;
}

image {
	border: none;
}

p {
	font-weight: normal;
}

header {
	position: relative;
	float: left;
	width: 100%;
}

header .top-header {
	position: relative;
	float: left;
	width: 100%;
	background: #704b11;
	padding: 10px 0;
}

.top-logo-bar {
	position: relative;
	float: left;
	width: 100%;
	padding: 20px 0;
}

.book-pay-btn-box {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: end;
	height: 100%;
}

.book-pay-btn-box .book-appoin-btn {
	background: #005798;
	color: #fff !important;
	text-transform: uppercase;
	padding: 14px 16px;
	margin: 0 3px;
	font-weight: 600;
}

.book-pay-btn-box .book-appoin-btn i {
	margin-right: 5px;
}

.cont-list {
	position: relative;
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.cont-list li {
	float: left;
	width: 100%;
	list-style: none;
	display: inline-block;
	color: #333;
	margin: 0 0 10px 20px;
	font-weight: 600;
}

.cont-list li a {
	color: #333;
}

.cont-list li a i {
	color: #f6ad09;
	font-size: 25px;
	float: left;
	margin: 0 10px 0 0;
}

.menu-main-section {
	position: relative;
	float: left;
	width: 100%;
}

.slider-bx {
	position: relative;
	float: left;
	width: 100%;
}





/* menu css */
.menu-slider-main {
	position: relative;
	float: left;
	width: 100%;
}

.menubar {
	/*position: absolute;*/
	width: 100%;
	float: left;
	padding: 0 0 0 20px;
	top: 0;
	z-index: 14;
	background: #f6ad09e3;
	border-top: solid 2px #005798;
}

.navbar {
	padding: 0;
}

.logo-center-bx {
	text-align: center;
}

.navbar-brand {
	padding: 0;
	width: auto;
}

.navbar-brand img {
	width: 100%;
}

.navbar-light .navbar-nav {
	margin-left: auto !important;
	margin-right: auto !important;
}

.navbar-light .navbar-nav .nav-link {
	color: #333;
	padding: 24px 19px 20px;
	/*border-left: solid 1px #bfbfbf;*/
	font-weight: 700;
	text-transform: uppercase;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
	color: #333;
}

.book-appoin-btn {
	background: #005798;
	color: #fff !important;
	text-transform: uppercase;
}

.cont-list-sli {
	position: absolute;
	/* float: left; */
	bottom: 0;
	width: 100%;
	padding: 0;
	margin: 0;
	width: 450px;
	/* height: 60px; */
	background: rgb(246 173 9);
	clip-path: polygon(0 0, 93% 0%, 100% 100%, 0% 100%);
	padding: 18px 50px;
	color: white;
}

.cont-list-sli h3 {
	color: #000;
	margin-bottom: 15px;
}

.cont-list-sli ul {
	margin: 0;
	padding: 0;
}

.cont-list-sli li {
	float: left;
	width: 100%;
	list-style: none;
}

.cont-list-sli li a {
	color: #000;
	font-weight: 500;
}

.normal-section {
	position: relative;
	float: left;
	width: 100%;
	padding: 100px 0;
}

.title {
	text-align: center;
	float: left;
	width: 100%;

}

.title h2 {
	background: url(../images/heading-dark.png) no-repeat center 80px;
	letter-spacing: 1px;
	padding: 0 0 70px 0;
	margin: -6px 0 20px 0;
	font-size: 55px;
	font-family: "Playfair Display", serif;
	font-weight: 700;
	color: #005798;
}



.title p {
	font-size: 31px;
	font-style: italic;
	color: #f6ad09;
	margin: 0 0 6px;
}

.room-bx {
	position: relative;
	float: left;
	width: 100%;
}

.room-con {
	position: absolute;
	z-index: 23;
	bottom: 20px;
	background: linear-gradient(to left, rgba(255, 203, 5, 0) 0%, rgb(246 173 9) 30%, rgb(246 173 9) 100%);
	color: #000;
	width: 90%;
	left: 5%;
	padding: 5px 13px 0;
	font-family: "Playfair Display", serif;
}


.welcome-section {
	background: url(../images/welcomeBg.jpg) no-repeat center;
	background-size: cover;
	float: left;
	width: 100%;
}

.res-section {
	background: url(../images/restaurant-bg.jpg) no-repeat center;
}

.welcome-con {
	background-color: #f6ad09;
	float: left;
	width: 100%;
	padding: 40px;
}

.welcome-con h3 {
	font-size: 40px;
	font-weight: 700;
	font-family: "Playfair Display", serif;
}

.welcome-con p {
	font-size: 17px;
	line-height: 27px;
	font-weight: 400;
}

.more-btn {
	background: #005798;
	color: #fff !important;
	text-transform: uppercase;
	padding: 18px 30px;
	float: left;
	margin: 30px 0 0;
	font-weight: 600;
}

.amt-bx {
	position: relative;
	width: 100%;
	float: left;
	text-align: center;
	transition: all 0.3s ease-in;
	margin: 0 0 100px;
}

.amt-bx .amt-head {
	background: #4d4d4d;
	padding: 40px 15px 0px;
	height: 150px;
	transition: all 0.3s ease-in;
}

.amt-bx .amt-head h4 {
	font-size: 26px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 25px;
	color: #fff;
}

.amt-bx .amt-icon {
	position: absolute;
	width: 100%;
	bottom: -40px;
}

.amt-icon span {
	background: white;
	color: #f6ad09;
	border-radius: 100%;
	-webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.15);
	font-size: 41px;
	padding: 12px;
	display: inline-block;
	height: 88px;
	width: 88px;
}

.amt-bx:hover .amt-head {
	background: #f6ad09;
	color: #020202;
}

.amt-bx:hover .amt-head h4 {
	color: #00213a;
}

.testimonials-bx {
	padding: 50px 50px;
}

.testimonials-inner-se {
	background: #020202cf;
	text-align: center;
	color: #a5a099;
	padding: 80px 0;
}

.test-con p {
	font-size: 21px;
}

.test-icon {
	margin-bottom: 30px;
}

.test-icon span {
	border: solid 2px #a5a099;
	border-radius: 60px;
	padding: 11px 16px;
	font-size: 27px;
	margin: 0 0 20px;
}

.test-name {
	color: #f6ad09;
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0;
	font-family: "Playfair Display", serif;
}

.con-home {
	text-align: center;
	color: #fff;
	margin: 0 0 65px;
}

.con-home span {
	font-size: 70px;
}

.con-home h3 {
	font-size: 20px;
	margin: 20px 0;
	color: #f6ad09;
	font-family: "Playfair Display", serif;
}

.gallery-section .amt-bx {
	margin-bottom: 0px;
}

.gallery-section .col-lg-4 {
	padding: 2px;
}

.gallery-section .col-lg-3 {
    padding: 2px;
}

.gallery-section img {
	width: 100%;
}

/*footer*/
footer {
	position: relative;
	width: 100%;
	float: left;
	background: #00213a;
	padding: 60px 0;
}

footer ul {
	margin: 0 auto;
}

footer ul li {
	display: inline-block;
}

footer ul li a {
	color: #fff;
	padding:0 13px;
	text-transform: uppercase;
	font-weight: 600;
}

.copyright-text {
	text-align: center;
	color: #00213a;
	background: #f6ad09;
	margin-top: 60px;
	padding: 12px 0;
	font-weight: 600;
}

.bredcrum-bx-main {
	padding: 30px 0;
	float: left;
	width: 100%;
	background: #ffb00014;
}

.bredcrum-bx {
	float: right;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.bredcrum-bx-main h2 {
	font-family: "Playfair Display", serif;
	font-weight: 800;
}

.bredcrum-bx a {
	color: #333;
	margin: 0 10px;
	font-weight: 500;
}

.couter-main {
    padding: 30px 0 40px;
}

.couter-bx {
	text-align: center;
}

.couter-bx h3 {
	font-size: 60px;
	color: #333;
	font-weight: 700;
	font-family: "Playfair Display", serif;
}

.couter-bx p {
	font-size: 25px;
	font-weight: 400;
}

.abut-con h2 {
	background: #005798;
	color: #fff;
	padding: 11px 21px 13px;
	font-size: 25px;
	float: left;
	width: 100%;
}

.course-bottom-list2 {
	padding: 30px 0;
	margin: 0 0 30px;
	width: 100%;
	float: left;
}

.course-bottom-list2 li {
	list-style: none;
	display: inline-block;
	margin: 5px;
	font-weight: 500;
	float: left;
	width: 126px;
	text-align: center;
	border: solid 1px #e5e5e5;
	height: 126px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 7px;
	background: #005798;
	color: #fff;
}

.course-bottom-list2 li i {
	color: #e19c01;
	font-size: 46px;
}

.testimonials-main-bx {
    margin: 0 0 40px;
    float: left;
    width: 100%;
}

.testimonials-element {
	border: solid 1px #f1f1f1;
	padding: 28px 50px 28px 50px;
	float: left;
	width: 100%;
	background: #fff;
	position: relative;
	font-style: italic;
	font-size: 18px;
}

.testimonials-element::before {
	position: absolute;
	content: "";
	width: 50px;
	height: 62px;
	top: 21px;
	left: -19px;
	background: url(../images/test-quote.png) no-repeat;
}
.testimonials-main-bx-phone::before{
	background: url(../images/phone.png) no-repeat !important;
}

.testimonials-main-bx-email::before{
	background: url(../images/email.png) no-repeat !important;
}

.testimonials-main-bx-address::before{
	background: url(../images/location.png) no-repeat !important;
}

.testimonials-name {
	width: 100%;
	padding: 30px 0 0;
	float: left;
}

.testimonials-name h3 {
	font-size: 22px;
}

.testimonials-name h4 {
	font-size: 16px;
	font-weight: 700;
	color: #a7a7a7;
}

.room-con-main .room-disc {
    width: 100%;
    float: left;
    font-size: 19px;
    font-weight: 400;
}

.amenities-room-bx{ float: left; width: 100%; padding: 30px 0 0; }
.amenities-room-bx h3{
	margin: 0;
}
.room-page-bx
{
    margin: 0 0 15px;
    float: left;
    width: 100%;
}
.room-bx img{ width: 100%; }
.room-detail{ font-size: 16px; padding: 10px; }
.room-detail ul { margin: 0; padding: 0; }
.room-detail ul li{ list-style: none; }
.room-detail-col{ background: #fff9eb; margin-bottom: 15px;}
.room-gallery img{ width: 100%; }
.room-gallery .amt-bx{ margin-bottom: 30px; }
.themeioan_ul_icon {
	margin: 20px 0 10px ;
	padding: 0;
}
.themeioan_ul_icon li {
    line-height: 33px;
    color: #000000;
list-style: none;
}

.themeioan_ul_icon i,
.course-viewer ul li i {
    padding-right: 3px;
}
.res-room-disc img{
    width: 320px;
    float: right;
    margin: 0 0 40px 31px;
}

.about { font-size: 18px; text-align: justify; }

.common-read-room {
    border:solid 2px #e7e7e7;
    display: block;
    width: 100%;
    text-align: center;
    padding: 11px 0;
    font-weight: 700;
    font-size: 20px;
    color: #333;
    margin: 30px 0 0;
}

.common-read-room a{ color: #000; }
.common-read-room a:hover{ text-decoration: none; }
embed {
    max-width: 100%;
    height: 1px !important;
    position: absolute;
}
.b-logo{ width:220px; }


/* room-page-section */
.room-page-section {
	background-color: rgb(255 249 235);
	padding:30px 0 !important;
}
.room-page-section .owl-theme .owl-nav {
   display: none;
}
.room-page-section img {
	border-radius: 30px;
}

.room-detail h3 {
	margin: 30px 0 20px;
}

.room-detail h4 {
	font-size: 20px;
	font-weight:300;
	margin: 0 0 22px;
}
.room-detail ul li {
    list-style: none;
    font-weight: 500;
    margin: 20px 0;
}

.room-detail ul li i {
    font-size: 25px;
    position: relative;
    top: 3px;
    color: #ec940b;
    margin: 0 20px 6px 0;
    float: left;
}


.abt-img {
    margin: 0 auto 40px;
    float: none;
    padding: 5px;
    border: solid 1px #e5e5e5;
    width: 100%;
    background: #f4f4f4;
    border-radius: 8px;
}

audio
{
    max-width: 100%;
    height: 0px !important;
    position: absolute;
}

/* --------------------------------------- 

Responsive CSS 

----------------------------------------- */

/* Extra large devices (large desktops, 1200px and up)  */
@media (max-width: 1200px) {
	.normal-section {
		padding: 60px 15px;
	}

	.book-pay-btn-box .book-appoin-btn {
		padding: 14px 12px;
	}
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
	.navbar-collapse {
		position: absolute;
		background: #fff;
		width: 100%;
		top: 49px;
		z-index: 2;
	}

	.navbar-light .navbar-nav .nav-link {
		padding: 13px 19px;
	}

	.cont-list {
		display: none;
	}

	.logo-center-bx {
		text-align: left;
	}

	.navbar-brand {
		padding: 0 0 0px;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
	.menubar {
		position: relative;
		padding: 8px 15px 8px 15px;
	}

	.cont-list-sli {
		position: relative;
		float: left;
		width: 100%;
		padding: 20px 30px;
		margin: 0;
		width: 100%;
		background: rgb(246 173 9);
	}

	.title h2 {
		background: url(../images/heading-dark.png) no-repeat center 50px;
		padding: 0 0 40px 0;
		margin: -6px 0 20px 0;
		font-size: 30px;
	}

	.title p {
		font-size: 16px;
		font-weight: 600;
	}

	.amt-bx .amt-head {
		padding: 40px 15px 0px;
		height: 130px;
	}

	.amt-bx .amt-head h4 {
		font-size: 21px;
	}

	.amt-bx {
		margin: 0 0 64px;
	}

	.amt-bx .amt-icon {
		bottom: -33px;
	}

	.amt-icon span {
		font-size: 37px;
		padding: 3px;
		height: 68px;
		width: 68px;
	}

	.welcome-con h3 {
		font-size: 30px;
	}

	.con-home span {
		font-size: 40px;
	}

	.con-home {
		margin: 0 0 25px;
	}

	footer ul {
		margin: 20px auto;
		padding: 0;
		text-align: center;
	}

	.copyright-text {
		margin-top: 30px;
	}

	.book-pay-btn-box {
		flex-direction: column;
		position: relative;
		right: -19px;
	}

	.book-pay-btn-box .book-appoin-btn {
		padding: 7px 6px;
		width: 68%;
		text-align: center;
		margin: 0 0 6px 0;
		font-size: 12px;
	}

	.book-pay-btn-box .book-appoin-btn i {
		/*display: none; */
	}

}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}