/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,400,600,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Baloo+Chettan&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
/*@import url(meanmenu.css);*/
/*@import url(owl.carousel.min.css);*/
@import url(https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/


:root {
  --primary-text-color: #2421de;
  --footer-background-color:#0f1521;
  --footer-text-color:#fff;
  
}  




* {
     box-sizing: border-box !important;
}

.container {
     max-width: 1170px;
}

html {
    /* scroll-behavior: smooth;*/
}



body {
     color: #666666;
     font-size: 20px;
     font-family: 'Oswald', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

a:hover,a:active,a:focus{
	color:var(--primary-text-color) !important;
}



.btn-primary {
  background-color:var(--primary-text-color) !important;
  color:#fff;
  border-color: var(--primary-text-color);
}

.btn-primary:hover,.btn-primary:active,.btn-primary:focus{
  background-color:#fff
  color:var(--primary-text-color) !important;
  border-color: var(--primary-text-color);
}


h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px;
}

h2 {
     font-size: 22px;
}

h3 {
     font-size: 18px;
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     /*font-weight: 500;
     font-size: 15px;
     line-height: 24px;*/
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}


/*-- header area --*/


/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/


/*-- navigation--*/

.navigation.navbar {
     float: right;
     padding-top: 14px !important;
     padding: 0;
}

.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 7px 0px 27px 0px;
     margin: 0 22px;
     color: #010101;
     font-size: 16px;
     line-height: 20px;
     font-weight: 500;
     text-transform: uppercase;
     border-bottom: #fff solid 3px;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     color: var(--primary-text-color);
     border-bottom: var(--primary-text-color) solid 3px;
}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
     color: var(--primary-text-color);
     border-bottom: var(--primary-text-color) solid 3px;
}

.navbar-expand-md .navbar-nav {
     padding-right: 10px;
}

.header {
     width: 100%;
    /* height: 70px;*/
     padding: 0px 0px 0px 0px;
     /*background: #fff;*/
     /*background-color: rgba(0, 0, 0, 0.533) !important; */
  	color: rgb(255, 255, 255) !important;
}


/** banner section **/

.banner_main {
     position: relative;
}
/*
.banner .carousel-indicators li {
     width: 20px;
     height: 20px;
     border-radius: 30px;
     background: #000;
}*/
/*
.banner .carousel-indicators .active {
     background-color: var(--primary-text-color);
}
*/

.carousel-indicators [data-bs-target]{
	height:25px;
	width:40px;
	background-color: #fff;
}

.carousel-indicators .active {
     background-color: var(--primary-text-color) !important;
}


.booking_ocline {
     position: absolute;
     width: 100%;
     top: 60%;
     transform: translateY(-50%);
     z-index:1;
}

.booking_ocline.no-image{
	top: 60%;	     
}

.book_room {
     background-color: #000000c7;
     padding: 30px 35px;
     border-left: var(--primary-text-color) solid 5px;
}

.book_room h1 {
     font-weight: 500;
     font-size: 30px;
     line-height: 30px;
     color: #fff;
     padding-bottom: 20px;
     text-transform: uppercase;
     text-align: center;
}

.book_now span {
     display: block;
     color: #fff;
     font-size: 18px;
     padding-bottom: 5px;
}

.book_now .online_book {
     width: 100%;
     height: 50px;
     border: #fff solid 1px;
     background-color: #FFFFFF;
     color: #383838;
     padding: 0 10px;
     padding-right: 61px;
     margin-bottom: 25px;
     position: relative;
     border-radius:0px;
}

.date_cua {
     position: absolute;
     width: 29px;
     height: 29px;
     top: 10px;
     background-repeat: no-repeat;
     right: 10px;
}

.book_btn {
     background-color: var(--primary-text-color);
     /*max-width: 189px;*/
     width: 100%;
     margin: 0 auto;
     padding: 10px 0;
     /*border-radius: 50px;*/
     border-radius: 0px;
     color: #fff;
     font-size: 20px;
     transition: ease-in 0.5s;
     display: block;
}

.book_btn:hover {
     background-color: #fff;
     color: var(--primary-text-color);
     transition: ease-in 0.5s;
}
/*
.carousel-control-next,
.carousel-control-prev {
     display: none;
}

.carousel-indicators {
     right: inherit;
     bottom: 53px;
     margin-left: 9%;
}
*/

/** end banner section **/

.titlepage {
     text-align: center;
     padding-bottom: 40px;
}

.titlepage h2 {
     font-size: 40px;
     color: #121212;
     line-height: 45px;
     font-weight: bold;
     text-transform: uppercase;
     padding: 0;
}

.titlepage h2::before {
     /*position: absolute;
     content: "";
     background-color: var(--primary-text-color);
     width: 20px;
     height: 4px;
     transform: rotate(-36deg);*/
}

.titlepage h2::after {
     /*position: absolute;
     content: "";
     /*background-color: var(--primary-text-color);* /
     width: 20px;
     height: 4px;
     transform: rotate(-36deg);
     bottom: 10px;*/
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.read_more {
     font-size: 17px;
     background-color: #121212;
     color: #fff;
     padding: 8px 0px;
     width: 100%;
     max-width: 144px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     font-weight: 500;
     border-radius: 30px;
}

.read_more:hover {
     background: var(--primary-text-color);
     color: #fff;
     transition: ease-in all 0.5s;
}

/** about section **/

.about {
     background-color: #fff;
     padding-top: 85px;
}

.about .titlepage {
     text-align: left;
     padding-bottom: 0;
     /*max-width: 90%;*/
     width: 100%;
     float: right;
}

.about .titlepage h2 {
     margin-bottom: 5px;
}

.about .titlepage p {
     font-weight: 400;
     font-size: 17px;
     line-height: 28px;
     padding-bottom: 10px;
}

.about_img {
     /*margin-right: 10px;*/
     overflow: hidden;
}

.about_img figure {
     margin: 0;
}

.about_img figure img {
     width: 100%;
     transition: all .5s;
}

.about_img figure img:hover {
     transform: scale(1.2);
}

.clsaboutusImg{
		width:40%;	
		transition: transform 1s;
}

.clsaboutusImg:hover { 
    transform: scale(1.1); 
}
/** end about section **/

/** our_room section **/

.our_room {
     background-color: #f4f5f7;
     padding: 90px 0 30px 0;
     /*margin-top: 90px;*/
}

.our_room .titlepage {
     text-align: center;
}

.our_room .titlepage p {
     color: #121212;
     font-size: 17px;
     margin-top: 20px;
}

.our_room .room {
     text-align: center;
     background-color: #fff;
     margin-bottom: 30px;
     transition: ease-in all 0.5s;
     min-height:200px;
}

.our_room .room .room_img {
     overflow: hidden;
}

.our_room .room .room_img figure {
     margin: 0;
}

.our_room .room .room_img figure img {
     width: 100%;
     transition: all .5s;
}

.our_room .room .room_img figure img:hover {
     transform: scale(1.2);
}

.our_room .room .bed_room {
     padding: 33px 30px;
     min-height:131px;
}

.our_room .room .bed_room h3 {
     color: #121212;
     font-size: 25px;
     line-height: 20px;
     font-weight: 500;
     transition: ease-in all 0.5s;
     margin: auto;
}

#serv_hover:hover.room {
     cursor: pointer;
     box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
     transition: ease-in all 0.5s;
}


.our_room .room .room_img div{
  max-height: 250px;
  height: 60vh;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}


/** end our_room section **/


/** gallery  section **/

.gallery {
     padding-top: 60px;
}

.gallery .titlepage {
     text-align: center;
}

.gallery .gallery_img {
     overflow: hidden;
     margin-bottom: 30px;
}

.gallery .gallery_img figure {
     margin: 0;
}

.gallery .gallery_img figure img {
     width: 100%;
     transition: all .5s;
     min-height: 35vh;
     max-height: 35vh;
}

.gallery .gallery_img figure img:hover {
     transform: scale(1.2);
}


/** end gallery  section **/


/** blog section **/

.blog {
     background: url(../images/blog_bg.jpg);
     background-repeat: no-repeat;
     background-size: 100% 100%;
     padding: 60px 0 30px 0;
     margin-top: 60px;
}

.blog .titlepage {
     text-align: center;
}

.blog .titlepage h2 {
     color: #fff;
}

.blog .titlepage p {
     color: #fff;
     font-size: 17px;
     margin-top: 20px;
}

.blog .blog_box {
     text-align: left;
     background-color: #fff;
     margin-bottom: 30px;
     transition: ease-in all 0.5s;
}

.blog .blog_box .blog_img {
     overflow: hidden;
}

.blog .blog_box .blog_img figure {
     margin: 0;
}

.blog .blog_box .blog_img figure img {
     width: 100%;
     transition: all .5s;
}

.blog .blog_box .blog_img figure img:hover {
     transform: scale(1.2);
}

.blog .blog_box .blog_room {
     padding: 33px 30px;
     text-align: left;
}

.blog .blog_box .blog_room h3 {
     color: #121212;
     font-size: 25px;
     line-height: 20px;
     font-weight: 500;
     padding-bottom: 5px;
     transition: ease-in all 0.5s;
     margin: auto;
}

.blog .blog_box .blog_room span {
     font-size: 15px;
     color: var(--primary-text-color);
     font-weight: bold;
     margin-bottom: 10px;
     display: block;
}

.blog .blog_box .blog_room p {
     font-size: 14px;
     line-height: 20px;
}


/** end blog section **/


/** contact section **/

.contact {
     background: #fff;
     margin-top: 90px;
}

.main_form .contactus {
     border: #fff solid 1px;
     padding: 0 15px;
     margin-bottom: 25px;
     width: 100%;
     height: 58px;
     background: #fff;
     color: #000000;
     font-size: 18px;
     font-weight: normal;
     box-shadow: 2px 0px 6px rgba(255, 9, 9, 0.20);
}

.main_form .textarea {
     border: #fff solid 1px;
     margin-bottom: 25px;
     width: 100%;
     background: #fff;
     color: #000000;
     font-size: 18px;
     font-weight: normal;
     padding: 12px 15px 0 15px;
     box-shadow: 2px 0px 6px rgba(255, 9, 9, 0.20);
     height: 150px;
}

.main_form .send_btn {
     font-size: 22px;
     transition: ease-in all 0.5s;
     background-color: #000000;
     text-transform: uppercase;
     color: #fff;
     padding: 10px 0px;
     max-width: 193px;
     width: 100%;
     display: block;
     margin-top: 10px !important;
     font-weight: 500;
     border-radius: 50px;
}

.main_form .send_btn:hover {
     background-color: var(--primary-text-color);
     transition: ease-in all 0.5s;
     color: #fff;
}

#request *::placeholder {
     color: #000000;
     opacity: 1;
}

.map figure {
     margin: 0;
}

.map figure img {
     width: 100%;
}


/** end contact section **/


/** footer **/

.footer {
     background: var(--footer-background-color);
     /*margin-top: 90px;*/
     padding-top: 60px;
     text-align: center;
}

.footer h3 {
     font-weight: 600;
     font-size: 25px;
     line-height: 24px;
     text-align: left;
     color: var(--footer-text-color);;
     margin-bottom: 15px;
     border-bottom: var(--primary-text-color) solid 3px;
     padding-bottom: 3px;
     display: table;
}

ul.conta li {
     color: var(--footer-text-color);
     text-align: left;
     padding-bottom: 20px;
     font-size: 16px;
}

ul.conta li i {
     padding-right: 15px;
     text-align: center;
     font-size: 20px;
}

ul.conta li a {
     color: var(--footer-text-color);
}

ul.link_menu li {
     display: block;
     text-align: left;
}

ul.link_menu li.active a {
     color: var(--primary-text-color);
}

ul.link_menu li a {
     color: var(--footer-text-color);
     font-size: 17px;
     line-height: 28px;
     display: block;
     width: -moz-max-content;
}

ul.link_menu li a:hover,ul.link_menu li a:active {
     color: var(--footer-text-color);
     text-decoation:underline !important;
}

.bottom_form {
     display: flex;
     flex-wrap: wrap;
     margin-top: 32px;
}

.bottom_form h3 {
     font-weight: 600;
     font-size: 20px;
     line-height: 25px;
     text-align: left;
     color: #fff;
     padding-top: 12px;
     margin-right: 93px;
     text-transform: uppercase;
     border: inherit;
}

.bottom_form .enter {
     border: inherit;
     padding: 0px 19px;
     width: 100%;
     height: 45px;
     background: #fffffff2;
     color: #ccc8c8;
     font-size: 17px;
     font-weight: 300;
     float: left;
     margin-bottom: 20px;
}

.sub_btn {
     font-size: 17px;
     transition: ease-in all 0.5s;
     background-color: #fff;
     color: var(--primary-text-color);
     padding: 8px 0px;
     max-width: 147px;
     width: 100%;
     font-weight: 500;
     text-transform: uppercase;
     height: 47px;
}

.sub_btn:hover {
     background-color: var(--primary-text-color);
     transition: ease-in all 0.5s;
     color: #fff;
}

ul.social_icon {
     padding-top: 24px;
     width: 100%;
     float: left;
     text-align: left;
}

ul.social_icon li {
     display: inline-block;
}

ul.social_icon li a {
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 27px;
     border-radius: 30px;
     margin: 0 9px;
     color: var(--footer-text-color);
}

ul.social_icon li a:hover {
     color: var(--primary-text-color);
}

.copyright {
     margin-top: 60px;
     padding-bottom: 20px;
     background-color: #fff;
     /*border: var(--primary-text-color) solid 3px; */
     
     border-right: inherit;
     border-left: inherit;
}

.copyright p {
     color: #000;
     font-size: 18px;
     line-height: 22px;
     text-align: center;
     border-top: #a3aec6 solid 1px;
     padding-top: 25px;
     font-weight: normal;
}

.copyright a {
     color: #000;
}

.copyright a:hover {
     color: var(--primary-text-color);
}


/** end footer **/


/**  inner page css **/
.back_re {
     background-color: #0f1521;
}
.back_re .title {
     text-align: center;
}
.back_re .title h2 {
color:#fff;
font-size: 40px;
padding: 40px 0;
font-weight: 600;
text-transform: uppercase;
line-height: 35px;
}
.margin_0 {
     margin:0 !important;
}


.inner_page .gallery {
     padding-top: 90px;
}
.inner_page .blog {
     margin-top: 90px;
}

.carousel-inner.no-image{
		background:#f2f2f2;	
}



#carouselPmsCaptions .carousel-item,
#carouselRTCaptions .carousel-item {
  height: 100vh;
  min-height: 600px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media only screen and (max-width: 600px) {
	
		#carouselPmsCaptions .carousel-item,
		#carouselRTCaptions .carousel-item {
		  height: 30vh !important;
		  /*min-height: 200px;*/
		  background: no-repeat top center scroll;
		  -webkit-background-size: auto;
		  -moz-background-size: auto;
		  -o-background-size: auto;
		  /*background-size: contain;*/
		  background-size: cover;
		}
		
		.carousel-indicators [data-bs-target] {
		  height: 22px;
		  width: 25px;
		}
}




#carouselRTCaptions .carousel-item {
	height: 86vh;
}

.carousel-caption{top:43%; opacity:0.6}


.clslogo .navbar-brand {
	/*font-family: 'Oswald', sans-serif;*/
  font-size: 1.5em;
  line-height:1.4em;
  font-weight: 400;
  color:#fff;
}

.clsaddres a{
		font-size: 95%;
		line-height:90%;
		color:#fff;
}
#mainNav .fa {color:#fff;}
.navbar-shrink .clslogo .navbar-brand {color:#666666;}
.navbar-shrink .clsaddres a {color:#666666;}
#mainNav.navbar-shrink .fa {color:#666666;}
.headtype1 .navbar-shrink .mlogo { display:none !important}

#mainNav{
		background-color: rgba(0, 0, 0, 0.7) !important;
    color: rgb(255, 255, 255)!important;
}
#mainNav.navbar-shrink {
    border-bottom: 1px solid rgba(33,37,41,.1);
    background-color: #fff !important;
    padding: 0.6rem 0;
}
#mainNav .navbar-brand{ 
   font-size: 1.8em;
   font-weight: 400;
}

.bgtransparent{background-color: rgba(0, 0, 0, 0.533) !important;
 color: rgb(255, 255, 255)!important;} 


.headtype2 #mainNav{
		background-color: rgb(255, 255, 255) !important;
		box-shadow: rgba(0, 0, 0,0.05) 0px 54px 55px, rgba(0, 0, 0,0.05) 0px -12px 30px, rgba(0, 0, 0, 0.05) 0px 4px 6px, rgba(0, 0, 0, 0.05) 0px 12px 13px, rgba(0, 0, 0, 0.05) 0px -3px 5px;
}

.headtype1 .clstopright {
  position: absolute;
  top: 0;
  right: 0;
  max-height: 100%;
  height: 105px;
  padding: 10px 50px;
  color: rgb(255, 255, 255)!important;
  background-color:var(--primary-text-color);
}

.headtype1 .clstopright span{font-size:110%; position: relative;top: 25%;transform: translateY(-30%);}


.headtype2 .clstopright {
  padding: 5px 35px;
  color: rgb(255, 255, 255)!important;
  background-color:var(--primary-text-color);
  border-radius: 30px;
}

.headtype2 .clsopposit.clstopright {
  padding: 5px 35px;
  border-radius: 30px;
  color: #383838 !important; 
  background-color:#fff  !important;
}



#mainNav .navbar-nav > li.nav-item > a.nav-link, 
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus, 
#mainNav .navbar-nav > li.nav-item > a.nav-link:hover, 
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover
{color:#fff;}

#mainNav.navbar-shrink{
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
	
}

#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link, 
#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus, 
#mainNav.navbar-shrink  .navbar-nav > li.nav-item > a.nav-link:hover, 
#mainNav.navbar-shrink  .navbar-nav > li.nav-item > a.nav-link:focus:hover,

.headtype2 #mainNav .navbar-nav > li.nav-item > a.nav-link, 
.headtype2 #mainNav .navbar-nav > li.nav-item > a.nav-link:focus, 
.headtype2 #mainNav .navbar-nav > li.nav-item > a.nav-link:hover, 
.headtype2 #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover
{color:#666666;}


.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active {
  outline: none !important;
  box-shadow: 0 0 0 0 !important;
}

.headtype1 #mainNav .navbar-nav .nav-item {
  border-bottom: 1px solid #fff;
}

.headtype1 #mainNav.navbar-shrink .navbar-nav .nav-item {
  border-bottom: 1px solid #383838;
  
}


#mainNav .navbar-nav .nav-link {
  padding: .5rem 1rem;
}


#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus, 
#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:active,
#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover, 

#mainNav .navbar-nav > li.nav-item > a.nav-link:focus, 
#mainNav .navbar-nav > li.nav-item > a.nav-link:active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:hover, 

.clslogo .navbar-brand:hover, .clslogo .navbar-brand:focus,.clslogo .navbar-brand:active,
.clsaddres a:hover, .clsaddres a:focus,.clsaddres a:focus,
#mainNav .fa:hover,#mainNav .fa:focus,#mainNav .fa:active
{color:var(--primary-text-color);}






.btn:focus,.btn:active {
   outline: none !important;
   box-shadow: none;
}


.mlogo{/*position:absolute;top:0px;*/ height:100% ;max-height:90px}
/*.navbar-shrink .mlogo{position:absolute;top:0px;}*/


.mainsection{padding:100px 0px 0px 0px; /*margin:100px 20px 20px;*/ background-color:#fff; transition: .1s;}

.headtype2 .mainsection{padding-top:130px !important}


.roomtypess .mainsection,
.attractions .mainsection
 {padding:50px 0px; margin:50px 0px 0px !important;background-color:transparent !important; border-radius: 0;box-shadow:none;} 
 
.clsroomtypesinfo {
    background-color: rgba(0, 0, 0, 0.633) !important;
} 

.clsroomtypesinfo ul{list-style-type:none; padding:0px; margin:0px;}
.clsroomtypesinfo ul li{padding: 5px; 0px;}
.clsroomtypesinfo ul li a{color:#fff}


.clsroomtypesinfo ul li.active{
	background-color:#fff;
	color:#666666;
}

.clsroomtypesinfo ul li.active a,
.clsroomtypesinfo ul li a:hover,
.clsroomtypesinfo ul li a:focus,
.clsroomtypesinfo ul li a:active{
	color: var(--primary-text-color);
	
}


.portfolio-box {
	position: relative;
	display: block;
	max-width: 650px;
	margin: 0 auto
}

.portfolio-box .portfolio-box-caption {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0;
	color: #fff;
	background: rgba(240, 95, 64, .9);
	transition: all .2s
}

.portfolio-box .portfolio-box-caption {
    background: var(--primary-text-color) !important;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	text-align: center
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
	padding: 0 15px;
	/*font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif*/
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
	font-size: 18px
}

.portfolio-box:hover .portfolio-box-caption {
	opacity: 0.9;
}

.portfolio-box:focus {
	outline: none
}


.info-wrap {
    border: 2px solid #2038F2;
    background: #fff;
    border-radius: 15px;
    padding: 30px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 235px;
}
.clsboxshadow {
    box-shadow: 7px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 15px;
    text-align: center;
    border: 2px solid transparent;
    transition: .1s;
    cursor: pointer;
    background:#fff;
}
.clsboxshadow p{font-size:20px; line-height:30px;}

#section_contactus{padding:0px; margin:0px;}
#section_contactus .contactusbox a{display:block; border:2px solid transparent; }
#section_contactus .contactusbox a:hover,#section_contactus .contactusbox a:focus,#section_contactus .contactusbox a:active{display:block; border:2px solid var(--primary-text-color);border-radius: 15px; }

.btn-primary:disabled, .btn-primary.disabled{background-color: gray;
border-color: gray; cursor:cross;}

#section_contactus a,#section_contactus h4{color: var(--primary-text-color) !important; font-size: 1.5rem;}


	#frm-contactus .form-control{
			height:40px;
			border:1px solid rgba(0, 0, 0, 0.3);
			background-color:#fff;
	}
	#frm-contactus  textarea.form-control{height:120px; }
	
	#frm-contactus label{font-weight:normal;}
	#frm-contactus .form-group{margin-bottom:15px;} 
	
	
	 .hotel_amenities a,
		 .hotel_amenities a:active{
				color:#383838 !important;
				display:block; border:2px solid transparent;
				border-radius: 8px !important;
		 }
	
	.hotel_amenities a:hover,
  .hotel_amenities a:focus{display:block; border:2px solid #2421de; 
	filter: brightness(100%);	border-radius: 8px !important; }
		
	 .hotel_amenities .map-icon, .hotel_amenities .fa{color:#2421de !important;}
	 .dropdown-item:hover a,
	 .dropdown-item.hover a,
	 .dropdown-item.active a,
	 .dropdown-item:active a{
		color: var(--primary-text-color) !important;
	 }
	
iframe{width:100%;}	
	

@media only screen and (max-width: 600px) {
	#mainNav.navbar .navbar-brand{font-size:120% !important;}	
	#carouselPmsCaptions .carousel-item,#carouselRTCaptions .carousel-item{height: 30vh;}
  .clslogo a {white-space:nowrap;}
  .clsaddres span {display:none;}
  .clsaddres span.clspsnlast{display:inline;}
  
  #idtopbook{display:none;}
  
  .clstopright {
    position: absolute;
    top: 0;
    right: 0;
    max-height: 100%;
    height: 128px;
    padding: 3px;
    font-size:17px;
    display:none;
   
	}
	.clstopright span{
		top: 35%;
	}
	
	.headtype1 .clstopright{
		position: absolute;
    top: 0;
    right: 0;
    max-height: 100%;
    height: 135px !important;
    padding: 10px 3px;
    font-size:15px;
    display:inline !important;
		
	}
	
	.headtype1 .clstopright span{top: 35% !important}
	
	.navbar-toggler{font-size: 45px;}
	
 .mainsection{margin:0px 0px 20px 0px;}
 /* .gallery .mainsection {margin-top:0px;}*/
 #section_contactus{padding:10px; margin:2px;}
 .roomtypess .mainsection,
 .attractions .mainsection{padding-top:0px !important; margin-top:30px !important;}
 	.clsattrctionimg {max-width:100%;max-height:100%}
 
 .sh-sm{display:inline;}
 
 .booking_ocline{top:65%}  /* 45 % Oct 6th*/
 .banner_main{top:42px;}
 .clslogo{text-align:center;}
 
 .footer{margin-top:0px;}
 
 .clsaboutusImg{
 		width:100%;	
 }
 
 #carouselPmsCaptions .carousel-item, #carouselRTCaptions .carousel-item{/*min-height:100px;*/}
 
 
 .clsblockcontent .title, 
 .clsblockcontent .clsmultiplelinetext, 
 .clsblockcontent div,
 .clsblockcontent .btn-primary{text-align:center}
 	
}	

@media(min-width: 768px) {
	.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
		font-size: 16px
	}
	.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
		font-size: 22px
	}
}





#mainNav2.navbar-shrink .fa {color:#666666;}
#mainNav2{
		background-color: rgba(0, 0, 0, 0.7) !important;
    color: rgb(255, 255, 255)!important;
} 

#mainNav2.navbar-shrink {
    border-bottom: 1px solid rgba(33,37,41,.1);
    background-color: #fff !important;
}



