html {
	scroll-behavior: smooth;
}

a {
	color: #454545;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}

::-moz-selection {
	color: #ffffff;
	background: var(--primary);
}

::selection {
	color: #ffffff;
	background: var(--primary);

}

.common-heading h2 {
	color: var(--primary);
	font-size: 3rem;
	position: relative;
	font-weight: 700;

}

.common-heading h6 {
	color: var(--primary);
	font-size: 1.4rem;
}

p {
	font-size: 1rem;
	font-weight: 400;
}

p a {
	text-decoration: underline;
}

.heading h2 {
	color: var(--primary);
	font-size: 3rem;
	position: relative;
	font-weight: 700;

}

.section-height {
	padding: 80px 0;
}

.font-weight-semibold {
	font-weight: 600;
}

/* ====================Header CSS Start ============================ */

.top_header {
	background-color: #04509B;
}

.contact_list {
	display: block;
	margin: 7px 0 0 0;
	font-weight: 300;
	overflow: hidden;
	padding: 0 0;
}

.contact_list li {
	color: #ffffff;
	display: block;
	float: left;
	padding: .3rem 0;
	font-size: .92rem;
}

.contact_list li+li {
	margin-left: 10px;
}

.contact_list li i {
	color: #ffffff;
	display: block;
	float: left;
	text-align: center;
	font-size: 15px;
	width: 26px;
	padding: 3px 0 8px 0;
}

.contact_list li span {
	display: block;
	padding: 0 0 0 34px;
}

.contact_list li a {
	color: #ffffff;

}

.social_list {
	float: right;
	margin-top: .5rem;
	margin-bottom: 0;
}

.social_list li:first-child {
	padding: 0;
}

.social_list a.social {
	margin: 0;
	font-size: 1rem;
	text-align: center;
	display: block;
	color: #ffffff;
}

.social_list a.social:hover {
	color: #FFB700;
}

.social_list li {
	display: block;
	float: left;
	padding: 0 0 0 1rem;
}


/* ANIMATED X */
.navbar-toggler.x {
	border: none;
}

.navbar-toggler.x:focus {
	outline: none;
}

.navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 10% 10%;
	-ms-transform-origin: 10% 10%;
	transform-origin: 10% 10%;
}

.navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(2) {
	opacity: 0;
	filter: alpha(opacity=0);
}

.navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 20% 90%;
	-ms-transform-origin: 20% 90%;
	transform-origin: 20% 90%;
}

.navbar-toggler.x .icon-bar {
	width: 30px;
	display: block;
	height: 3px;
	background-color: #04509B;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.navbar-toggler.x .icon-bar+.icon-bar {
	margin-top: 4px;
}

.navbar-toggler.x .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.navbar-toggler.x .icon-bar:nth-of-type(2) {
	opacity: 1;
	filter: alpha(opacity=100);
}

.navbar-toggler.x .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.header {
	padding: 10px 0;
	border-bottom: 1px solid #ffffff54;
	position: relative;
	z-index: 1;
}

.navbar-brand {
	width: 100px;
}

.menu.navbar-nav .nav-link {
	padding-right: 1.5rem;
	padding-left: 1.5rem;
	font-weight: 600;
}

.menu.navbar-nav .nav-link.active,
.menu.navbar-nav .nav-link:hover {
	color: #04509B;
}

/* .header.affix{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}
 */







/* ====================Header CSS End ============================ */

/* ====================banner CSS Start ============================ */

/* ====================banner CSS End ============================ */







/* ====================Footer CSS Start ============================ */
.footer {
	background-image: url(../images/background/footerbg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	padding: 40px 0 20px 0;
	position: relative;

}

.footer::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background: linear-gradient(0deg, #04509B 50%, rgba(255, 255, 255, 0.59) 156.25%);

}

.footer .nav .nav-item {
	padding-bottom: 15px;
	display: block;
	width: 100%;
}

.footer li a {
	padding: 0;
	color: var(--light)
}

.footer .nav .nav-link:hover,
.footer .nav .nav-link:focus {
	color: var(--white);
}

.footer hr {
	position: relative;
	border-top: 1px solid #ffffff;
}

.footer p a {
	color: var(--white);
}

.footer .title {
	font-size: 1.2rem;
	margin: 10px 0 10px 0;
	font-weight: 400;
	color: #ffffff;
}

.footer_list li {
	display: block;
	float: left;
	padding: 0 0 0 .5rem;
}

.footer_list li a.social {
	width: 26px;
	height: 26px;
	display: block;
	font-size: 1.3rem;
}

.footer_menu li a {
	display: inline-block;
	padding: 0 0 10px 0;
}

.footer_menu li a:hover,
.footer_list li a.social:hover i {
	color: #FFB700;

}

.footer_menu li a.active {
	color: #FFB700;
}

.footer_list li a.social:hover {
	color: #ffffff;
}

.footer_list li:first-child {
	padding-left: 0;

}

.footer p {
	font-size: 1rem;
	font-weight: 400;
	color: var(--white);
}


.footer_contact_list {
	display: block;
	margin: 10px 0 0 0;
	font-weight: 300;
	overflow: hidden;
	padding: 0 0;
}

.footer_contact_list li {
	color: #ffffff;
	display: block;
	float: left;
	padding: .3rem 0;
	width: 100%;
	font-size: 1rem;
}

.footer_contact_list li i {
	color: #ffffff;
	display: block;
	float: left;
	text-align: center;
	font-size: 18px;
	width: 30px;
	padding: 6px 0 8px 0;
}

.footer_contact_list li span {
	display: block;
	padding: 0 0 0 34px;
}

.footer_contact_list li b {
	display: block;
}

.footer_contact_list li a {
	color: #ffffff;
}


.footer_contact_list li a:hover {
	color: #FFB700;
}

/* ====================Footer CSS End ============================ */


.home_banner .slide {
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
	height: 580px;
	position: relative;
}

.banner {
	position: relative;
}

.banner h3 {
	font-weight: 600;
	color: #000000;
}

.banner .carousel-caption {
	/* position: absolute;
	right: 20%;
	top: 25%;
	left: 20%; */
	top: 20%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: left;
}

.bannerlist img {
	width: auto !important;
	display: block;
	float: left;
}

.home_banner.owl-theme .owl-nav [class*="owl-"] {
	margin: 0;
	padding: .5rem 1rem !important;
	background: transparent !important;
	border-radius: 100px !important;
	/* transform: rotate(180deg); */
}

.home_banner .owl-nav button.owl-prev {
	left: 10px;
}

.home_banner .owl-nav button.owl-next {
	right: 10px;
}

.home_banner .owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 1) !important;
}

.home_banner .owl-nav button span {
	font-size: 50px;
	position: relative;
	top: 0;
	line-height: 30px;
	color: #ffffff;
}

.heading h6 {
	position: relative;
	z-index: 1;
	color: #FFB700;
	font-weight: 500;
}

.heading h2 {
	color: #04509B;
	font-weight: 600;
	font-size: 2rem;
	position: relative;
	margin-bottom: 20px;
}

.blue_wrap {
	background: linear-gradient(360deg, #FFFFFF 0%, #DCE9FF 100%);
}



.room-card {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	background: #fff;
	margin: 0 auto 20px auto;
}

.room-card img {
	width: 100%;
	height: auto;
}

.room-body {
	padding: 20px;
}

.room-title {
	font-weight: 600;
	color: #0056b3;
	font-size: 1.25rem;
}

.room-features {
	margin: 10px 0;
}

.room-features span {
	margin-right: 15px;
	color: #000000;
	font-weight: 500;
}

.room-features span i {
	margin-right: 5px;
	color: #f9b233;

}

.room-desc {
	color: #666;
	font-size: 0.9rem;
}

.luxury_wrap {
	background-color: #0056b3;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;


}

.luxury_wrap_l {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding: 3rem;
}

.luxury_wrap_r {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}


.service-card {
	text-align: center;
	background: #fff;
	border-radius: 10px;
	padding: 30px 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	transition: all 0.3s;
	/* height: 100%; */
	margin-bottom: 30px;
	min-height: 310px;
}

.service-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.service-icon {
/* 	background: #f8f9fa; */
	display: inline-block;
	padding: 15px;
	border-radius: 10px;
	margin-bottom: 20px;
}

.service-icon img {
	width: 40px;
	height: 40px;
}

.service-title {
	font-weight: 600;
	color: #0d3e82;
	font-size: 1.50rem;
	margin-bottom: 10px;
}

.service-text {
	font-size: 0.9rem;
	color: #666;
}


.testimonial_wrap{
	background-color: #0056b3;
	background: url(../images/background/testibg.png), #0056b3;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
.testimonial_icon{
	width: 50px !important;
}

.testimonial_carousel h3{
	color: #FFB700;
	font-weight: 500;
	font-size: 1.5rem;

}



.nearby-card {
	text-align: center;
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	transition: all 0.3s;
	/* height: 100%; */
	margin-bottom: 30px;
	min-height: 170px;
}

.nearby-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}



.nearby-title {
	font-weight: 600;
	color: #0d3e82;
	font-size: 1.15rem;
	margin-bottom: 10px;
	margin-top: 10px;
}

.service-text {
	font-size: 0.9rem;
	color: #666;
}


.innerpage_banner {
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 110px 0;
	background-size:cover;
}
.aboutbg {
	background-image: url(../images/background/aboutbgin.png);
}
.innerpage_banner h1 {
	font-weight: 600;
	font-size: 3rem;
}

.main .card {
	color: #252a32;
	background: #ffffff;
border: 4px solid #FFFFFF;
box-shadow: 122px 123px 69px rgba(0, 0, 0, 0.01), 68px 69px 58px rgba(0, 0, 0, 0.05), 30px 31px 43px rgba(0, 0, 0, 0.09), 8px 8px 24px rgba(0, 0, 0, 0.1);
border-radius: 10px;

}.main .card-image {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 70%;
	background: #ffffff;
	border-radius: 10px;
	overflow: hidden;
}
.main .card-image img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
	overflow: hidden;
}

.main .col-sm-4 {
	margin-bottom: 30px;
}


.info_card {
	text-align: center;
	background: #FFFFFF;
	box-shadow: 8px 71px 28px rgba(0, 0, 0, 0.01), 5px 40px 24px rgba(0, 0, 0, 0.05), 2px 18px 18px rgba(0, 0, 0, 0.09), 1px 4px 10px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	padding: 2rem;
	width: 100%;
	margin-bottom: 20px;
	min-height: 220px;
}.info_card h4 {
	padding-top: 25px;
	font-size: 1.5rem;
	font-weight: 500;
}

.contactbox {
	padding: 2rem;
	background: #FFFFFF;
	box-shadow: 0px 0px 26px 25px rgba(0, 0, 0, 0.05);
	border-radius: 20px;
}

.contactbox h3{
	font-weight: 500;
	font-size: 1.6rem;
	color: #000000;
}

.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #0d3e82;
}

.dropdown-item:hover, .dropdown-item:focus {
	color: #ffffff;
	text-decoration: none;
	background-color: #0d3e82;
}

.room_detail_wrap h3{
	color: #04509B;
	font-weight: 600;
	font-size: 1.5rem;
	position: relative;
	margin-bottom: 10px;
}
.amenities li{
	margin-bottom: 20px;
}

.amenities li span{
	display: block;
	margin-left: 30px;

}.amenities li img{
	display: block;
	float: left;
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
	/* color: rgba(0, 0, 0, 0.9); */
	color: #04509B;
}

.home_banner {
	z-index: auto !important;
}