b::selection{background:#4297ab;color:#fff;}
::-webkit-scrollbar {width: 1px;}
/* Track */
::-webkit-scrollbar-track {background:#fff;}
/* Handle */
::-webkit-scrollbar-thumb {background: #4297ab;}
::-webkit-scrollbar-thumb:window-inactive {background: #4297ab;}
body,html{padding:0px;margin:0px;height:100%;font-size: 15px;color: #202020;font-family: 'Roboto', sans-serif;font-weight:400;}

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../images/logo.webp') 50% 50% no-repeat rgb(8 143 143 / 65%);
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 99;
  font-size: 18px;
  outline: none;
  cursor: pointer;
}

.navbar
{
	z-index:5;
	flex-wrap: wrap !important;
	animation: .75s ease-in-out 0s normal none 1 running fadeInUp;
	font-weight:400;
}
.navbar-expand-md .navbar-nav .nav-link
{
	font-size:13px;
	color:#002052;
	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, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover 
{
	color: #4297ab;
}
.nav-link:focus, .nav-link:hover 
{
    color: #4297ab;
}
.navbar-expand-md .navbar-nav .nav-link::after 
{
    display      : block;
    content      : '';
    border-bottom: solid 1px #4297ab;
    transform    : scaleX(0);
    transition   : transform 300ms ease-in-out;
	margin-left: 0px !important;
    vertical-align: 0px !important;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
}
.navbar-expand-md .navbar-nav .nav-link:hover::after 
{
     transform: scaleX(1);
}
.dropdown:hover .dropdown-menu 
{
    display: block;
	animation: .75s ease-in-out 0s normal none 1 running fadeInDown;
}
.dropdown-menu {
	padding: 0rem 0;
	font-size:13px;
	border: 0px solid rgba(0,0,0,.15);
	box-shadow: 0 .2rem 0.4rem rgba(0,0,0,.15)!important;
	font-weight:400;
	text-transform:uppercase;
}
.dropdown-item.active, .dropdown-item:active {background-color: #ecf0f1;color:#4297ab;}
.dropdown-item {color:#002052;font-weight:400;}
.dropdown-item:focus, .dropdown-item:hover {color: #4297ab;background-color: #ecf0f1;}
.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: auto;
    margin-top: 0rem;
}
.carousel-control-next, .carousel-control-prev {
    background-color: #4297ab;
    width: 20px;
    height: 75px;
    margin: auto 0px;
}
.fixed-top-own 
{
    animation: .75s ease-in-out 0s normal none 1 running fadeInDown;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
	top:0;
	background-color:#fff !important;
	box-shadow: 0 .2rem 0.4rem rgba(0,0,0,.15)!important;
	font-weight:300;
}
.fw-bold-middle
{
	font-weight: 500!important;
}
.theme-green
{
	color:#4297ab;
}
.theme-light
{
	color:#fff;
}
.bg-green
{
	background-image: linear-gradient(to right, #4297ab , #4297ab);
}
.bg-lightWhite
{
	background-color:#ecf0f1 !important;
}
.bg-light
{
	background-color:#fff !important;
}
.bg-light-green
{
	background-color:rgb(8 143 143 / 65%);
}
.bg-light-black
{
	background-color:rgba(255,255,255,0.25);
}
.bg-offwhite {
    background-color: rgb(255 255 255 / 80%);
}
.c-pointer
{
	cursor:pointer;
}
.list-group-horizontal .list-group-item, .list-group-item 
{
	background-color: transparent; 
	border: 1px solid rgba(0, 0, 0, 0);
}
.inline-block
{
	display:inline-block;
}
.z-index
{
	z-index:1;
}
.btn-green 
{
    border: none;
    background-size: 200%, 1px;
    transition: all 200ms linear 0ms;
    background-image: linear-gradient(90deg, #4297ab 0%, #4297ab 50%, #4297ab);
	color:#fff;
	box-shadow: 0px 5px 10px 0px rgb(67 154 171 / 48%);
}
.btn-green:hover 
{
    color: #ffffff;
    transition: all 200ms linear 0ms;
    background-position: 120%;
}
.btn-check:focus+.btn-green, .btn-green:focus 
{
    color: #ffffff;
    background-position: 120%;
}
.header-upper .list-group-item a:hover
{
	color:#fff;
}
.list-group-item 
{
    padding: 0px;
    border: 1px solid rgb(0 0 0 / 0%);
}
.text-justify
{
	text-align:justify;
}
.text-center-justify
{
	text-align:justify;
	text-align-last:center;
}

a:hover {
    color: #4297ab;
}
.max-charecter {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.bg-banner
{
	background-image: url(../images/banner.webp);
    height: 80vh;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.form-floating>label {
    padding: 1rem 1.5rem;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #4297ab;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(66 151 171 / 22%);
}

.bg-play
{
	background-image: url(../images/banner1.webp);
    height: 90vh;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	overflow:hidden;
}
.bg-Royal-Family-Suite
{
	background-image: url(../images/Royal-Family-Suite.webp);
    height: auto;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	overflow:hidden;
}
.bg-Royal-Suite
{
	background-image: url(../images/Royal-Suite.webp);
    height: auto;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	overflow:hidden;
}
.bg-Presidential-Cottage-DBL
{
	background-image: url(../images/Presidential-Cottage-DBL.webp);
    height: auto;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	overflow:hidden;
}
.bg-Luxury-Cottage-DBL
{
	background-image: url(../images/Luxury-Cottage-DBL.webp);
    height: auto;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	overflow:hidden;
}
.bg-about
{
	/*background-image: url(../images/about.webp);*/
	background-image: url(../images/banner_conference.webp);
    height: auto;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	overflow:hidden;
}
.bg-gallery
{
	background-image: url(../images/gallery.webp);
    height: auto;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	overflow:hidden;
}
.bg-videos
{
	background-image: url(../images/videos.webp);
    height: auto;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	overflow:hidden;
}
.bg-christmas
{
	background-image: url(../images/christmas.webp);
    height: auto;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	overflow:hidden;
}
.bg-new-year
{
	background-image: url(../images/new-year.webp);
    height: auto;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	overflow:hidden;
}
.bg-durgapuja
{
	background-image: url(../images/durgapuja.webp);
    height: auto;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	overflow:hidden;
}

.bg-holi
{
	background-image: url(../images/holiBanner.webp);
    height: auto;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	overflow:hidden;
}
.bg-contact
{
	background-image: url(../images/contact.webp);
    height: auto;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	overflow:hidden;
}
.bg-standard-DBL
{
	background-image: url(../images/standard-DBL.webp);
    height: auto;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	overflow:hidden;
}
.bg-deluxe
{
	background-image: url(../images/deluxe.webp);
    height: auto;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	overflow:hidden;
}
.bg-Presidential-Family-4Pax
{
	background-image: url(../images/Presidential-Family-4Pax.webp);
    height: auto;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	overflow:hidden;
}
.bg-Semi-Exicutive-DBL
{
	background-image: url(../images/Semi-Exicutive-DBL.webp);
    height: auto;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	overflow:hidden;
}
.bg-Exicutive-DBL
{
	background-image: url(../images/Exicutive-DBL.webp);
    height: auto;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	overflow:hidden;
}
.bg-Deluxe-QUAD
{
	background-image: url(../images/Deluxe-QUAD.webp);
    height: auto;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	overflow:hidden;
}
.bg-Luxury-DBL
{
	background-image: url(../images/Luxury-DBL.webp);
    height: auto;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	overflow:hidden;
}
.bg-Presidential-DBL
{
	background-image: url(../images/Presidential-DBL.webp);
    height: auto;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	overflow:hidden;
}
h1.display-3
{
	text-shadow: 2px 2px #4297ab;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #dee517;
}
.breadcrumb-item.active {
    color: #fff;
}
.breadcrumb a:hover {
    color: #dee517 !important;
}

.heading-border h5:after 
{
    content: "";
    width: 50px;
    height: 2px;
    display: inline-block;
    background: linear-gradient(to right, #4297ab , #4297ab);
    margin: 5px 0px;
}
.heading-border-middle h5:after 
{
    content: "";
    width: 50px;
    height: 2px;
    display: block;
    background: linear-gradient(to right, #4297ab , #4297ab);
    margin: 5px 0px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span 
{
    background: #4297ab !important;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot 
{
    color: #4297ab;
}
.owl-theme .owl-nav [class*=owl-]:hover 
{
    background: #4297ab;
}

/*******************  Start Why Choose Us  ****************/

.content
{
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: auto;
	overflow: hidden;
	cursor:pointer;
}
.content .content-overlay {
	background: rgb(0 25 38 / 48%);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	border-radius: 0.25rem!important;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
	opacity: 1;
}

.content-image{
	width: 100%;
}

.content-details {
	position: absolute;
	text-align: center;
	padding-left: 2em;
	padding-right: 2em;
	width: 100%;
	top: 50%;
	left: 50%;
	opacity: 0;
	border-radius: 0.25rem!important;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
	top: 55%;
	left: 50%;
	opacity: 1;
}

.content-details h2{
	color: #fff;
	font-weight: 500;
	margin-bottom: 0.3em;
	word-break: break-all;
}


.fadeIn-bottom{
	top: 80%;
}

/*******************  End Why Choose Us  ****************/

/*******************  Footer Gallery  ****************/

.footerGallery img
{
	transition: 0.3s;
}
.footerGallery img:hover 
{
  transform: scale(1.1);
}

/*******************  Footer Gallery  ****************/







@media screen and (min-width: 768px) and (max-width: 1100px)
{ 
	
}


@media screen and (max-width: 520px)
{ 
	.navbar-collapse{background-color:#fff;}
	.fixed-top-own {margin-top:0px;}
	.navbar-light .navbar-toggler {color: rgb(0 0 0 / 0%);border-color: rgb(0 0 0 / 0%);width: 10%;}
	.navbar-expand-md .navbar-nav .nav-link{font-size:14px;}
	.dropdown-menu {
		box-shadow: 0 0rem 0rem rgba(0,0,0,0)!important;
	}
	.navbar .navbar-brand .w-auto{
		width:50% !important;
	}
}