<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

body{font-family: 'Josefin Sans', sans-serif; font-size:16px;}




@media all and (min-width: 992px) {
	/*.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }*/
}

.blink {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
/*Menu*/
.mobile {display:none;}
.desktop {display:block;}
.top-bar{
	background:#1D3B5E;
	padding:10px 0;
	font-size:14px;
	color:#fff;
}
.language{
	float:right;
}
.language-text{
	float:left;
	padding:3px 10px 0 0;
}
.language-flag{
	float:left;
}
.latest-news h2 {font-size: 30px !important; text-align: center;}
.latest-news hr {width: 100px;  margin: 0 auto;  color: #9b0f28;   border: 1px solid;}
.slick-slide img.img-fluid.framed {
    max-height: 160px;
    margin: 0 auto;
    display: block;
}
li.nav-item {
    margin-right: 0.5rem;
}
@media only screen and (max-width: 767px){
.top-bar{
	text-align:center;
	padding:15px 0;
}
.language{
	float:none;
	display: flex;
    justify-content: center;
	margin-top:10px;
}
}

@media only screen and (max-width: 1200px) {
	.menu-set1 img { height: 50px;}
	.navbar {font-size:16px !important; }
}
@media only screen and (max-width: 1100px) {
.nav-bg button{
	position:absolute;
	right:0;
	top:5px;
}
.menu-set2{width:82% !important;}
.menu-set3 {display:none !important;}
}
.home-red{
	color:#ab2840;
}
.menu-area{
	padding:20px 0;
	background:#fff !important; 
	-webkit-box-shadow: 2px 13px 16px -7px rgba(0,0,0,0.34);
-moz-box-shadow: 2px 13px 16px -7px rgba(0,0,0,0.34);
box-shadow: 2px 13px 16px -7px rgba(0,0,0,0.34);
}

.menu-set1{
	width:18%;
	float:left;
}
.menu-set1 img{
	/*height:50px;*/
}
.menu-set2{
	width:70%;
	float:left;
	margin-top:5px;
}
.menu-set3{
	width:12%;
	float:right;
	display: inline-flex;
	padding-top:15px;
}
.menu-set3 img{
	height:40px;
	padding-left:10px;
}
.newsletter {
    background: #b286b4;
    padding: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #fff;
    border-radius: 10px 0 10px 0;
}
.newsletter .fa-newspaper {font-size:55px;}

.navbar{ padding-top:10px; font-size:18px; z-index:999}
.navbar-light .navbar-nav .nav-link{
	color:#000000;
}
.navbar-light .navbar-nav a{
	border-bottom:solid 2px #fff;
}

.navbar-light .navbar-nav .nav-link:hover .nav-link:focus {
	color:#000000;
	border-bottom:solid 2px #ab2840;
	text-decoration:none;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
	border-bottom:solid 2px #ab2840;
	color:#000000;
	text-decoration:none;
}
.navbar-light .navbar-nav .nav-link.active{
	border-bottom:solid 2px #ab2840;
	color:#000000;
}
.navbar-expand-lg .navbar-nav .nav-link{
	margin:0px 5px !important;
	padding-right:5px !important;
	padding-left:5px !important;
}

@media only screen and (max-width: 1024px) {
	
.menu-set1{
	width:20%;
	float:left;
}

.menu-set2{
	width:98% !important;
	position:absolute;
}
.menu-set3{
	width:110px;
	float:right;
	margin-top:5px;
	margin-right:110px;
}

.nav-bg{
	margin-top:60px;
	background:#f2f2f2;
} 
.nav-bg button{
	position:absolute;
	right:0;
	top:5px;
}
.navbar-toggler:focus{
	box-shadow: 0 0 0 0rem;
}
}

@media only screen and (max-width: 767px){
.menu-set2{
	width:96%;
	position:absolute;
}
}
@media only screen and (max-width: 480px){
.menu-set2{
	width:95.50%;
	position:absolute;
}
}
@media only screen and (max-width: 479px){
.menu-set2{
	width:94%;
	position:absolute;
}
.menu-set3{
	width:90px;
	float:right;
	margin-top:5px;
	margin-right:100px;
}
.menu-set3 img{
	height:40px;
	padding-left:0px;
}
}

.banner-btn{
	position:absolute;
	right:0;
	top:80px;
	z-index:999;
}
.banner-btn-2{
	position:absolute;
	right:0;
	top:160px;
	z-index:999;
}

.side-btn{
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	border-width: 2px 0 2px 2px;
	border-style:solid;
	border-color:#ab2840;
	background:#fff;
	display:inline-block;
	height:60px;
	line-height:60px;
	padding:0 20px;
	font-size:18px;
	color:#000;
	width:auto;
	display: inline-flex;
	overflow:hidden;
  	width: auto;
  	max-width: 50px; /** I'm animating max-width because width needs to be auto, and auto can't be animated **/
  	-webkit-transition: max-width 0.5s;
  	transition: max-width 0.5s;
	text-decoration:none;
	-webkit-box-shadow: 0px 0px 24px 1px rgba(0,0,0,0.49);
	-moz-box-shadow: 0px 0px 24px 1px rgba(0,0,0,0.49);
	box-shadow: 0px 0px 24px 1px rgba(0,0,0,0.49);
}
.side-btn:hover{max-width: 300px;color:#000;}
.side-btn i{ color:#ab2840; margin-right:10px;}


@media only screen and (max-width: 639px){
	.side-btn{
		height:40px;
		line-height:40px;
		padding:0 10px;
		width:auto;
		max-width: 40px; /** I'm animating max-width because width needs to be auto, and auto can't be animated **/
	}
	.banner-btn{
		top:50px;
	}
	.banner-btn-2{
		top:100px;
	}
}


.section-box1{
	background-image:url(../images/bg-img.png);
	background-position:bottom; 
}
.lr-padding{
	padding:50px 50px !important;
}
.section-box1 h2{
	font-size:50px;
	text-transform:uppercase;
	color:#1D3B5E;
	padding:0;
	margin:0;
	margin-bottom:40px;
}
.section-box1 h3{
	font-size:70px;
	text-transform:uppercase;
	color:#1D3B5E;
	padding:0;
	margin:0;
	margin-bottom:20px;
}
.section-box1 h2 span{
	display:block;
	font-size:22px;
	text-transform:uppercase;
	color:#0d2e42;	
}
.section-box1 p{
	font-size:18px;
	margin-bottom:20px;
}
.more-btn{
	border-radius:50px;
	border:solid 1px #909090;
	padding:10px 20px;
	color:#3a3d3e;
	font-size:18px;
	text-transform:uppercase;
	text-decoration:none;
	background:#fff;
	cursor:pointer;
}
.more-btn:hover{
	border-radius:50px;
	border:solid 0px #909090;
	padding:10px 20px;
	color:#fff;
	font-size:18px;
	text-transform:uppercase;
	text-decoration:none;
	background:#1D3B5E;
}
	
@media only screen and (max-width: 1024px){
	.section-box1 h2{
		font-size:40px;
		text-transform:uppercase;
		color:#1D3B5E;
		padding:0;
		margin:0;
		margin-bottom:40px;
	}
	.section-box1 h2 span{
		display:block;
		font-size:18px;
		text-transform:uppercase;
		color:#0d2e42;
		margin-top:10px;	
	}
	.hight-style{
		max-height:500px;
		overflow-y:scroll ;
		overflow-z:hidden;
	}
	.lr-padding{
		padding:40px 40px !important;
	}
}

@media only screen and (max-width: 1023px){
	.hight-style{
		max-height:400px;
	}
}		

@media only screen and (max-width: 767px){
	.section-box1{
		background-image:none;
		background-position:bottom;		
	}
	.section-box1 h2, {
		font-size:30px;
	}
	.section-box1 h2 span{
		display:block;
		font-size:16px;
	}
	.hight-style{
		max-height: 100% !important;
		overflow-y:inherit   ;
		overflow-z:inherit;
	}
	.lr-padding{
		padding:40px 40px !important;
	}
	.lr-padding{
		margin-bottom:20px;
	}
}	
	
	
.icon-section{
	background:#e1e2e4;
	padding:50px 0px;
}
.icon-section img{
	width:88%;
}	
	
@media only screen and (max-width: 767px){	
	.icon-section{
		background:#e1e2e4;
		padding:50px 0px  20px 0;
		text-align:center;
	}
	.icon-section img{
		width:88%;
		margin-bottom:30px;
	}
	.section-box1 h3{
		font-size:50px;
	}
}



.section-box2{
	background:#f9f9fa;
	padding: 50px 15px;
}

.section-box2 h3{
	font-size:70px;
	text-transform:uppercase;
	color:#1D3B5E;
	padding:0;
	margin:0;
	margin-bottom:20px;
}	
.date{
	font-size:22px;
	color:#ba123f;
	text-align:left;
	margin-top:20px;	
}
.event-text{
	font-size:26px;
	color:#001827;
	text-align:left;
	line-height:36px;	
}

@media only screen and (max-width: 1023px){
	.date{
		font-size:16px;
	}
	.event-text{
		font-size:18px;
	}
}
	

.section-box3{
	background: rgb(135,17,97);
background: linear-gradient(90deg, #1D3B5E 13%, #3c6593 77%, #307aca 100%);
}
.box3-lr-padding{
	padding:100px !important;
}
.section-box3 h2{
	font-size:40px;
	color:#fff;
	padding:0;
	margin:0;
	margin-bottom:40px;
}
.section-box3 p{
	font-size:18px;
	margin-bottom:20px;
	color:#fff;
	font-weight:100;
}
	
@media only screen and (max-width: 1024px){
	.section-box3 h2{
		font-size:40px;
	}
	.box3-lr-padding{
		padding:40px 40px !important;
	}
}

@media only screen and (max-width: 1023px){
	.hight-style{
		max-height:400px;
	}
	
	
}		

@media only screen and (max-width: 767px){
	.section-box1 h2, .section-box2 h3{
		font-size:30px;
	}
	.hight-style{
		max-height: 100% !important;
		overflow-y:inherit   ;
		overflow-z:inherit;
	}
}	
	

/* Honer Image Start */
.room-col figure {
	position: relative;
	float: left;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
}

.room-col figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 1;
}

.room-col figure figcaption {
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.room-col figure figcaption::before,
.room-col figure figcaption::after {
	pointer-events: none;
}

.room-col figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


figure.effect-ruby h2 {
	margin-top: 48%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,0px,0);
	
	padding: 20px 0px;
	text-transform:uppercase;
	font-size:24px;
	font-weight:400;
	margin-bottom: 0px;
	color:#fff
}
figure.effect-ruby h2.one {background:#EC105D;}
figure.effect-ruby h2.two {background:#F26F21;}
figure.effect-ruby h2.three {background:#2295D3;}
figure.effect-ruby h2.four {background:#FFC117;}
.room-col figure:hover figcaption.one{background:#EC105D;}
.room-col figure:hover figcaption.two{background:#F26F21;}
.room-col figure:hover figcaption.three{background:#2295D3;}
.room-col figure:hover figcaption.four{background:#FFC117;}

.room-col figure:hover figcaption{
	/*background:rgba(25,34,53,1);*/
	padding-top:15%;
}

 

figure.effect-ruby p {
	padding:10px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0) scale(1.1);
	transform: translate3d(0,20px,0) scale(1.1);
    font-size: 16px;
	line-height:28px;
	font-weight:100;
} 


.read-btn{
	color:#fff;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	opacity: 0;
	background: rgb(250,174,58);
    background: linear-gradient(180deg, rgba(250,174,58,1) 0%, rgba(246,149,32,1) 100%);
	font-size:18px;
	padding:14px 36px;
	border-radius: 5px;
	margin-top: 10px !important;
    display: inline-block;
}

.read-btn:hover,.read-btn:focus{
	background: linear-gradient(180deg, rgba(246,149,32,1) 0%, rgba(250,174,58,1) 100%);
	text-decoration:none;
	color:#fff;
}

figure.effect-ruby:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	background:rgba(38,32,76,0.0);
	padding:10px 0px;
	margin-top:20%;
	display:none;
}

figure.effect-ruby:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
	padding:10px;
	margin:0;
}

figure.effect-ruby:hover a{
	opacity: 1;
}

.rooms-section{
	/*margin-bottom:80px;*/
}
.more-news-btn{
	font-size:16px;
	color:#fff;
	border-radius:50px;
	border:solid 1px #fff;
	padding:10px 20px;
	text-decoration:none;
	text-transform:uppercase;
}
.more-news-btn:hover, .more-news-btn:focus{
	font-size:16px;
	color:#1a2437;
	border-radius:50px;
	border:solid 1px #fff;
	padding:10px 20px;
	text-decoration:none;
	background:#fff;
}


@media(max-width:1024px){

	.more-news-btn{
	font-size: 14px;
    padding: 5px 10px;
    display: inline-block;
	}

	.rooms-section{
	margin-bottom:60px;
}
figure.effect-ruby:hover h2{
	margin-top:10% !important;
}


figure.effect-ruby h2{
		font-size:30px;
		padding:15px 0px;
	}
	
	figure.effect-ruby p{
		font-size:12px;
		line-height:20px;
	}
	
	.read-btn{
		padding:10px 30px;
		font-size:14px;
	}
	
	.right-welcome p {
    font-size: 22px;
    line-height: 30px;
}
figure.effect-ruby h2 {
	padding: 20px 0px;
	text-transform:uppercase;
	font-size:20px;
	font-weight:400;
	margin-bottom: 0px;
	color:#fff
}
}
img.framed {
  box-shadow: -45px -45px 0 -40px #ab2840, 45px 45px 0 -40px #ab2840;
}

.img-tans{
transition: transform .2s;
-webkit-transition: transform .2s;
-o-transition: transform .2s;
-moz-transition: transform .2s;
}
.img-tans:hover {
transform: scale(1.1); 
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
-moz-transform: scale(1.1);
}
@media(max-width:980px){
	.effect-ruby{
		margin-bottom:30px;
	}	
	.mobile {display:block;}
.desktop {display:none;}
	.rooms-section{
	margin-bottom:30px;
}
figure.effect-ruby:hover h2{
	margin-top:5% !important;
}


figure.effect-ruby h2{
		font-size:16px;
		padding:15px 0px;
	}
	
	figure.effect-ruby p{
		font-size:12px;
		line-height:20px;
	}
	
	.read-btn{
		padding:10px 30px;
		font-size:14px;
	}
	
	.left-img{
		margin-bottom:20px;
	}
	
	.right-welcome p {
		font-size: 20px;
		line-height: 30px;
	}
	
	.welcome-section{
	margin-bottom:40px;
}


}


@media(max-width:640px){
	figure.effect-ruby h2{
		font-size:34px;
		padding:20px 0px;
	}
	
	figure.effect-ruby p{
		font-size:14px;
		line-height:24px;
	}
	
	.right-welcome p {
		font-size: 18px;
		line-height: 28px;
	}
	
	.welcome-section{
	margin-bottom:30px;
}

	
	
}

@media(max-width:480px){
	figure.effect-ruby h2{
		font-size:30px;
		padding:15px 0px;
	}
	
	figure.effect-ruby p{
		font-size:12px;
		line-height:20px;
	}
	
	.read-btn{
		padding:10px 30px;
		font-size:14px;
	}
	
	.right-welcome p {
		font-size: 18px;
		line-height: 26px;
	}
	
	.welcome-section{
	margin-bottom:30px;
}

}

@media(max-width:360px){
		.right-welcome p {
		font-size: 16px;
		line-height: 22px;
	}	
	
	.welcome-section{
	margin-bottom:30px;
}

.rooms-section {
    margin-bottom: 10px;
}

}
/*Hove Image End*/



/*Footer Start*/

.footer-area{
	background:#9b0f28;
	padding:60px 0px;
	color:#fff;
}

.floter-nav{
	padding:0;
	margin:0;
}
.floter-nav li{
	float:left;
	list-style:none;
	margin-right:20px;
	font-size:20px;
}
.floter-nav li a{
	color:#fff;
	text-decoration:none;
}

.social-nav{
	padding:0;
	margin:0;
	float:right
}
.social-nav li{
	float:left;
	list-style:none;
	margin-right:20px;
	font-size:20px;
}
.social-nav li a{
	color:#fff;
	text-decoration:none;
}
@media(max-width:1023px){
	.social-nav{
		margin:15px 0 0 0;
		float:left;
	}
}

.footer-divider{
	position:relative;
	width:100%;
	margin-top:40px;
	margin-bottom:30px;
}
.footer-divider-text{
	font-weight:bold;
	font-size:24px;	
	text-transform:uppercase;
	background:#9b0f28;
	display:inline-block;
	z-index:99999;
	position:relative;
	padding-right:15px;
}
.footer-divider:before{
	position:absolute;
	content:'';
	width:100%;
	top:15px;
	height:2px;
	background:#ae3e52;
}


.contact-location{
	padding:0 0 0 50px;
	margin:0;
}
.contact-location li{
	float:left;
	list-style:none;
	margin-right:20px;
	font-size:18px;
	position:relative;
}
.contact-location li i{
	float:left;
	list-style:none;
	margin-right:20px;
	font-size:18px;
	position:absolute;
	left:-50px;
	top:-5px;
	border:solid 2px #fff;
	height:36px;
	width:36px;
	text-align:center;
	line-height:36px;
	border-radius:50px;	
}
.contact-location li a{
	color:#fff;
	text-decoration:none;
}
@media(max-width:1023px){
	.contact-location li{
		padding:0 0 40px 0px;
	}
	.footer-area{
		background:#9b0f28;
		padding:60px 0px 40px 0 ;
		color:#fff;
	}
}
.copyright{
	background:#8a0d24;
	padding:20px 20px;
	color:#fff;
	font-size:16px;
	text-align:center;
}
@media(max-width:480px){ .floter-nav{display: flex;justify-content: center; flex-wrap: wrap;} .social-nav {display: flex; justify-content: center; float: none;}}
/*Footer End*/




/* Back to top button */
#toTopBtn {
    position: fixed;
    bottom: 26px;
    right: 20px;
	height:40px;
	line-height:40px;
	width:40px;
    z-index: 98;
	text-align:center;
    /*background-color: hsla(5,76%,62%,.8);*/
	border:solid 2px #1D3B5E;
	color:#1D3B5E;
	background:#fff;
    
}

/*Video Section*/
.universal-slideshow {
    display: block;
    width: 100%;
    z-index: 100;
    position: relative;
    margin: 0;
    padding: 0;
    background: #000;
    overflow: hidden;
}
.universal-slideshow article {
    position: relative;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    z-index: 10;
}
.universal-slideshow article.fsResourceTypeVideo .video-wrapper {
    position: relative;
    overflow: hidden;
}
@media (min-width: 1000px){
.universal-slideshow article.fsResourceTypeVideo .video-wrapper:before {
    height: 262px;
    background: linear-gradient(324.63deg,#000 -8.61%,rgba(0,0,0,0) 230px);
}}
@media (min-width: 700px){
.universal-slideshow article.fsResourceTypeVideo .video-wrapper:before {
    display: block;
}}
.universal-slideshow article.fsResourceTypeVideo .video-wrapper:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 141px;
    left: 0;
    bottom: 0;
    background: linear-gradient(324.63deg,#000 -8.61%,rgba(0,0,0,0) 145px);
    display: none;
}
@media (min-width: 1000px){
.universal-slideshow article.fsResourceTypeVideo video {
    max-height: calc(100vh - 104px);
    object-fit: cover;
}}
.universal-slideshow article.fsResourceTypeVideo video {
    display: block;
    width: 100%;
}
.video-wrapper::after {
    content: "";
    position: absolute;
    min-width: 100vw;
    min-height: 100vh;
    background-color: rgb(8 8 8 / 20%);
    z-index: 100;
    left: 0;
    top: 0;
}

.arrow-wrap {
    position: fixed;
    bottom: 20px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -5em;
    background: #ab2840;
    width: 10em;
    height: 10em;
    padding: 4em 2em;
    border-radius: 50%;
    font-size: 0.5em;
    display: block;
    box-shadow: 0px 0px 5px 0px #333;
    animation: bounce 2s infinite;
	z-index:999;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); /* move the arrow to its original position */
  }
  40% {
    transform: translateY(-10px); /* move the arrow 10px upwards */
  }
  60% {
    transform: translateY(-5px); /* move the arrow 5px upwards */
  }
}

.arrow {
  float:left;
  position:relative;
  width: 0px;
height: 0px;
border-style: solid;
border-width: 3em 3em 0 3em;
border-color: #ffffff transparent transparent transparent;
  -webkit-transform:rotate(360deg)
}

.arrow:after {
  content:'';
  position:absolute;
  top:-3.2em;
  left:-3em;
  width: 0px;
height: 0px;
border-style: solid;
border-width: 3em 3em 0 3em;
border-color: #ab2840 transparent transparent transparent;
  -webkit-transform:rotate(360deg)
}

/* Rashmi 1-3-2023*/

.Glancetext
{
	text-align: justify !important;
    font-family: 'Josefin Sans';
}

.animate-charcter
{
   text-transform: uppercase;
  background-image: linear-gradient(-225deg, #231557 0%, #44107a 29%, #462d31 67%, #fff800 100%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
      font-size: 190px;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

.product-list-left-effect
{
	width:100%;
	height:auto;
	position:relative;
	margin-bottom:20px;	
	overflow:hidden;
}

.product-list-left-effect img
{
	transition-duration:0.4s;
}

.product-list-left-effect .product-overlay
{
	width:90%;
	height:90%;
	position:absolute;
	padding:20px;
	background:rgba(171,40,64,0.8);
	/*background:rgba(0, 0, 0, 0.7);*/
	color:#fff;
	top:5%;
	left:-100%;
	
	transition-duration:0.4s;
	-webkit-transition: left 0.5s ease-in-out;
}

.product-list-left-effect .product-overlay h3
{
	/*margin:0 0 12px 0;*/
	margin: 50px 0 12px 0;
    text-align: center;
	color: #fff !important;
    font-weight: 600 !important;
}

.product-list-left-effect:hover .product-overlay
{
	/*opacity:1;*/
	-webkit-transition: left 0.5s ease-in-out;
	left:5%;
}

.product-list-left-effect:hover img
{
	 transform: scale(1.1);
}
/*product-list-hover-slide-effect*/


/*theme-heading*/
.theme-heading
{
	text-align:center;
	margin-bottom:2rem;
	font-weight:300;
}

/* Who we are */

.whoTitle
{
	font-size:24px !important;
}

.teamDiv{
	padding-bottom: 30px;
}

@media only screen and (max-width: 800px){
	
	.teamDiv{ padding-bottom: 0px; }
}

.panel-group .panel{
    background-color: #fff;
    border:none;
    box-shadow:none;
    border-radius: 10px;
    margin-bottom:11px;
}
.panel .panel-heading{
    padding: 0;
    border-radius:10px;
    border: none;
}
.panel-heading a{
    color:#000000 !important;
    display: block;
    border:none;
    padding:20px 35px 20px;
    font-size: 20px;
    background-color:#fff;
    font-weight:600;
    position: relative;
	text-align:left;
    box-shadow:none;
	text-decoration:none !important; 	
    transition:all 0.1s ease 0;
}
.panel-heading a:hover{
	text-decoration:none;
}
.panel-heading a:after, .panel-heading a.collapsed:after{
    content: "\f068";
    font-family: fontawesome;
    text-align: center;
    position: absolute;
    left:-20px;
    top: 10px;
    color:#fff !important;
    /*background-color:#ffaa00;*/
	    background: linear-gradient(90deg, rgba(135,17,97,1) 13%, rgba(61,15,149,1) 77%, rgba(20,13,177,1) 100%);
    border: 0px solid #fff;
    font-size: 15px;
    width: 40px;
    height:40px;
    line-height: 40px;
    border-radius: 50%;
    transition:all 0.3s ease 0s;
}
.panel-heading:hover a:after,
.panel-heading:hover a.collapsed:after{
    transform:rotate(180deg);
}
.panel-heading a.collapsed:after{
    content: "\f067";
}
#accordion .panel-body{
    /*background-color:#fbf8f8;*/
	background-color:#fff;
    color:#8C8C8C;
    line-height: 25px;
    padding: 10px 25px 20px 35px ;
    border-top:none;
    font-size:14px;
    position: relative;
}
.calenderArea h3
{
	font-weight: 600;
}

.accordion-button:not(.collapsed) {
    color: #ffffff !important;
    background-color: #9b0f28!important;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.gallery-col {
    /*border: 1px solid #d0c9c9;*/
    display: block;
    margin-bottom: 30px;
    position: relative;
    padding: 5px;
    background: #fff;
}

.galrow:after, .galrow:before {
    display: table;
    content: " ";
}

.gallery-col h5 {
    padding: 10px;
    font-size: 18px;
    color: #000;
    text-align: center;
    position: absolute;
    background: #fff;
    margin: 0px;
    left: 5px;
    right: 5px;
    bottom: 5px;
}
.gallery-col img{
	transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
	 width: 100%;
}

.gallery-col:hover img{
	opacity:0.8;
}
.whoWeCol .room-col  figure:hover figcaption
{
    background: rgba(25,34,53,0.8) !important;
}

.policyBox
{
	border: 1px solid rgba(25,34,53,1);
}

.policyTitle figure.effect-ruby h2
{
	font-size: 22px !important;
}

.policyTitle .room-col  figure:hover figcaption
{
    background: rgba(25,34,53,0.5) !important;
}

.gallery
{
    display: inline-block;
    margin-top: 20px;
}

.fancybox img.framed {
    box-shadow: -45px -45px 0 -43px #ab2840, 45px 45px 0 -43px #ab2840;
}

.contact-grid {
    margin-bottom: 40px;
}



.contact-form textarea {
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #cfcfcf;
    /* margin-bottom: 40px; */
}
.contact-form input {
    width: 100%;
    background-color: transparent;
    /* margin-bottom: 40px; */
    border: none;
    border-bottom: 1px solid #cfcfcf;
    padding: 10px;
}

.contact-form input:focus{
	outline:none;
	border-color:#bf5c78;
}

.contact-form textarea{
	width:100%;
	background-color:transparent;
	border:none;
	border-bottom:1px solid #cfcfcf;
	/*margin-bottom:40px;*/
}

.contact-form textarea:focus{
	outline:none;
	border-color:#bf5c78;
}

.contact-grid select{
	width:100%;
	background-color:transparent;
	border:none;
	border-bottom:1px solid #cfcfcf;
	padding:0px;
	height:45px;
    box-shadow: none;
    border-radius: 0px;
	color: #757575;
}

.contact-grid select:focus{
	box-shadow: none;
	outline:none;
	border-color:#bf5c78;
}
label.error {color: #F00; font-size:12px;}


.accordion-button:not(.collapsed)::after {
    background-image: url(../images/download.svg) !important;
    transform: rotate(-180deg);
}

.sectionFont p
{
	font-size: 15px !important;
}


.frBtnhome a
{
	border-radius: 50px;
    border: solid 1px #909090;
    padding: 10px 20px;
    color: #3a3d3e;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    background: #fff;
    cursor: pointer;
}

.frBtnhome a:hover
{
	border-radius: 50px;
    border: solid 0px #909090;
    padding: 10px 20px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    background: #1D3B5E;
}
@media all and (min-width: 992px) {
    .dropdown-menu {padding:0;}
	ul.dropdown-menu.show,ul.submenu.dropdown-menu{background:#AB2840;}
	.dropdown-menu.show .nav-item.dropdown a,.dropdown-menu.show a{color:#fff;}
.navbar-light .navbar-nav .dropdown-menu  a {border-bottom:2px solid #AB2840;}
	.dropdown-menu li{
		position: relative;
	}
	/*.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }*/
	.dropdown-menu .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.dropdown-menu .submenu-left{ 
		right:100%; left:auto;
	}

	.dropdown-menu &gt; li:hover{ background-color: #000000 !important;  }
	.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    background-color: #000000;
}
	.dropdown-menu &gt; li:hover &gt; .submenu{
		display: block;
	}
}	
@media (max-width: 991px) {

.dropdown-menu .dropdown-menu{
		margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
}

}</pre></body></html>