*{ 
	font-family:'Lato';
}
body{
	scroll-behavior: smooth;
}
.text-center img {
	display: inline-block;
}
header .mainmenu {
	text-align: right;
	float: right;
	padding-right: 60px;
}
header {
	padding: 0px;
}
header .mainmenu ul li img{
	padding-right: 15px;
}
header .mainmenu ul li a {
	text-decoration: none;
	font-size: 25px;
	color: #fff;
}
.video-section {
	padding: 50px 0px;
	background-color:#e6d4bc;
}
header .mainmenu ul li {
	padding: 0px 17px;
}
header .mainmenu ul li:last-child {
	padding-right: 0px !important;
}
/*************SUB MENU*************/
.mainmenu .sub-menu {list-style: outside none none;  min-width: 250px;  padding: 0;  position: absolute;  z-index: 1000;  display:none;}
.mainmenu li:last-child:hover .sub-menu {right: 0;}
.mainmenu li:hover .sub-menu{ display:block; }
.mainmenu .sub-menu li{padding:0px !important;}
.mainmenu .sub-menu li a { background-color: #fff;  display: block;  padding: 10px 15px !important;  text-align: left; color: #000 !important;  text-decoration: none;  transition: all 1s ease-in-out 0s;}
.mainmenu .sub-menu li a:hover { background:#fff !important; padding-left:25px; color: #000 !important;}
.col-md-5ths {
	width: 20%;
	float: left;
}
.icon-bar {
	background-color: #f40101 !important;
	border-radius: 1px;
	display: block;
	height: 2px;
	width: 22px;
}

/*******MAIN MENU*********/
header .mainmenu .navbar {
	margin: 0px;
	padding: 0px;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  margin: 0px;
}
.owl-theme .owl-nav {
	margin-top: 0;
}
header .mainmenu .navbar-nav a.active,
header .mainmenu .navbar-nav a:focus,
header .mainmenu .navbar-nav a:hover {
	background: none;
}
header .header-bottom {
	position: relative;
}
.banner-info {
	width: 60%;
	background-color: rgba(13, 23, 44, 0.8);
}
header .header-bottom .banner-contents {
	position: absolute;
	left: -11%;
	right: 0;
	top: 80%;
	width: 100%;
}
header .banner-contents h3 {
	font-size: 56px;
	color: #7e7bea;
	font-weight: 700;
	line-height: 1;
}
.banner-contents p {
	font-family: 'Louis George Cafe';
	font-size: 23px;
	color: #fff;
	line-height: 1.1;
	padding-top: 10px;
	padding-left: 40px;
	padding-bottom: 10px;
	margin: 0px;
}

/*********** CAROUSEL NAV***********/
header .header-bottom .owl-prev {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/icons/banner-left-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin:0px !important;
	display: inline-block;
	height: 64px;
	left: 5%;
	position: absolute;
	text-indent: -99999px;
	top: 45%;
	width: 33px;
	outline: none !important;
}
header .header-bottom .owl-next {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/icons/banner-right-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin:0px !important;
	display: inline-block;
	height: 64px;
	right: 5%;
	position: absolute;
	text-indent: -99999px;
	top: 45%;
	width: 33px;
	outline: none !important;
}


.location-btn .owl-prev {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/icons/arrow-left.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin:0px !important;
	display: inline-block;
	height:40px;
	left: -6%;
	position: absolute;
	text-indent: -99999px;
	top: 19%;
	width:45px;
	outline: none !important;
}
.location-btn .owl-next {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/icons/arrow-right.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin: 0px !important;
	display: inline-block;
	height: 40px;
	right: -4%;
	position: absolute;
	text-indent: -99999px;
	top: 19%;
	width: 45px;
	outline: none !important;
}














/**********CAROUSEL DOTS***************/
header .header-bottom .owl-theme .owl-controls {
    margin-top: 0;
}
header .header-bottom .owl-dots {
	bottom: 5%;
	left: 0;
	position: absolute;
	right: 0;
}
header .header-bottom .owl-theme .owl-dots .owl-dot span {
	background-color: #fff;
}
header .header-bottom  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #edb200;
}
 .banner-shape {
	position: absolute;
	right: 1%;
	top: 20%;
	z-index: 9;
	width: 24%;
	background-color: #d2d1ed;
	padding: 40px 10px;
	/* box-shadow: 51px -38px 0px 1px #cdd2d7; */
}
#mainform h2{
	font-family: 'Louis George Café Bold';
	font-weight: normal;
	color: #0d3e80;
	font-size: 30px;
}

#mainform P{
	font-family: 'Louis George Café Bold';
	font-weight: normal;
	color: #fff;
	font-size: 20px;
}
#mainform h4{
	font-family: 'Louis George Café Bold';
	color: #343535;
	font-weight: normal;
	font-size:18px;
	padding-bottom: 10px;
}
	.thankpara {
	    color:#000 !important;
	}
#submitbtn{
	font-family: 'Louis George Café Bold';
	font-weight: normal;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	width: 80%;
	border-radius: 0px;
	background: rgb(88,56,26);
	background: linear-gradient(292deg, rgba(88,56,26,1) 0%, rgba(174,130,58,1) 22%, rgba(153,112,50,1) 73%, rgba(88,56,26,1) 91%); 
}
.contact-form .form-control::-webkit-input-placeholder {
  color: #fcfcfc;
  opacity: 1;
}
.form-control{
	padding: 13px;
}
.contact-form .form-control::-moz-placeholder {
  color: #fcfcfc;
  opacity: 1;
}

.contact-form .form-control::-ms-input-placeholder {
  color: #fcfcfc;
  opacity: 1;
}

.contact-form .form-control::placeholder {
  color: #fcfcfc;
  opacity: 1;
}
.contact-form a {
	text-decoration: none;
	font-size: 22px;
	color: #fff;
	font-weight: 700;
	border-radius: 2px;
	text-transform: uppercase;
	background-color: #e5accc;
	padding: 7px 40px;

}

.footer-wrap h3 {
	font-size: 37px;
	color: #7d7bea;
	margin-bottom: 25px;
}
.footer-wrap ul li a {
	text-decoration: none;
	font-size: 18px;
	color: #696969;
}
.footer-wrap ul li {
	padding-bottom: 5px;
}
.footer-contact ul li {
	background-repeat: no-repeat;
	padding-left: 35px;
	background-position: left 7px;
	padding-bottom: 10px;
}
.footer-contact ul li.location {
	background-image: url(img/others/cont-1.png);
}
.footer-contact ul li.phone {
	background-image: url(img/others/cont-2.png);
}	
.footer-contact ul li.mail {
	background-image: url(img/others/cont-3.png);
}
.social-icons ul li a i {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	padding-top: 10px;
	text-align: center;
	background-color: #e5accc;
}
.social-icons ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 20px;
}
.social-icons ul li {
	padding-right: 8px;
}
.copyrights p {
	font-size: 18px;
	color: #725c5c;
	margin-bottom: 0px;
}
.copyrights {
	background-color: #f1f6f6;
	padding: 20px 0px;
}
/* own css */
/* .header-top{
	background-color: #0d172c;
	position: absolute;
	top: 0;
	z-index: 99;
	width: 100%;
	padding: 10px 0px;
} */
.header-top {
	background-color: #0d172c;
	position: fixed;
	top: 0;
	z-index: 999999;
	width: 100%;
	padding: 10px 0px;
}
.banner-contents p {
	font-family: 'Louis George Cafe';
	font-size: 28px;
	color: #fff;
	line-height: 1.5;
	padding-top: 10px;
	padding-left: 40px;
	padding-bottom: 10px;
	margin: 0px;
}
.about-section{
	background-color:#e6d4bc;
	padding: 50px 0px;
	position: relative;
}
.about-bottom {
	position: absolute;
	bottom: 0px;
	z-index: 999;
	right: 20%;
	background: linear-gradient(292deg, rgba(88,56,26,1) 0%, rgba(174,130,58,1) 22%, rgba(153,112,50,1) 73%, rgba(88,56,26,1) 91%);
}
.about-bottom  a {
	font-size: 20px;
	color: #fff;
	font-family: 'Louis George Café Bold';
	font-weight: normal;
	text-transform: uppercase;
	padding: 5px 20px;
}
.about-wrap {
	text-align: center;
	padding-bottom: 50px;
}
.main-top-heading h2{
background: linear-gradient(292deg, rgba(88,56,26,1) 0%, rgba(174,130,58,1) 22%, rgba(153,112,50,1) 73%, rgba(88,56,26,1) 91%);
color: #fff;
font-family: 'Louis George Cafe';
font-size: 28px;
text-transform: uppercase;
padding: 13px 12px;
}
.locations-heading.location-head h2{
	color:#1e1e1e;
}
.locations-heading.about-head h2{
	font-family: 'Louis George Café Bold';
	font-size: 35px;
	text-transform: uppercase;
	text-align: center;
	color:#1e1e1e;
	padding-bottom: 20px;
}
.locations-heading h2 {
	font-family: 'Louis George Café Bold';
	font-size: 35px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	padding-bottom: 20px;
}
.locations-heading.video-head h2{
	color: #000;	
}
.location-status {
	background-color:#2f3a93;
	padding: 40px 0px;
}
.about-wrap p {
	color: #000;
	font-size: 20px;
	font-family: 'Louis George Cafe';
	width: 100%;
	margin: auto;
}
.about-list ul li {
	display: inline-block;
	width:19%;
	color: #000;
	font-size:21px;
	font-family: 'Louis George Café Bold';
	padding-bottom: 50px;
}
.about-list ul li span{
	font-size: 15px;
	color: #000;
	font-family: 'Louis George Cafe';
}
.about-list {
	padding-top: 60px;
}
.about-list ul li:first-child {
	background-image: url("img/icons/line1.png");
	background-repeat: no-repeat;
	background-position: 58% 84%;
	position: relative;
}
.about-list ul li:first-child::after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	height:60px !important;
	background-color: #b2863d;
	width: 2px;
}
.about-list ul li:nth-child(2) {
	background-image: url("img/icons/line2.png");
	background-repeat: no-repeat;
	background-position: 58% 84%;
	position: relative;
}
.about-list ul li:nth-child(2)::after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	height:60px !important;
	background-color: #b2863d;
	width: 2px;
}

.about-list ul li:nth-child(3){
	background-image: url("img/icons/line3.png");
	background-repeat: no-repeat;
	background-position: 58% 84%;
	position: relative;

}
.about-list ul li:nth-child(3)::after{
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	height:60px !important;
	background-color: #b2863d;
	width: 2px;
}
.about-list ul li:nth-child(4){
	background-image: url("img/icons/line4.png");
	background-repeat: no-repeat;
	background-position: 58% 84%;
	position: relative;
}
.about-list ul li:nth-child(4)::after{
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	height:60px !important;
	background-color: #b2863d;
	width: 2px;
}
.about-list ul li:nth-child(5){
	background-image: url("img/icons/line5.png");
	background-repeat: no-repeat;
	background-position: 58% 84%;
}
/* .amenites-wrap{
	border: 3px solid #b6893f;
} */
.amenites-section{
	padding: 50px 0px;
	background-color:#2f3a93;
}
.amenites-wrap .fade{
	opacity: unset !important;
}
.amenites-wrap ul li{
	width: 22%;
	float: left;
	text-align: center;
	border: 2px solid #7c5729;
	padding: 0px;
	margin: 11px;
}
.amenites-wrap .nav-tabs {
	border-bottom: 0px solid #dee2e6;
}
.amenites-wrap ul li a{
	color: #fff;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: normal;
	font-family: 'Louis George Café Bold';
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}
.amenites-wrap ul li a.active.show{
	background-color: #0d172c;
}
.amenites-wrap .tab-content {
	text-align: center;
	padding: 100px 0px;
}
.amenites-wrap {
	background-image: url("img/icons/amenite-line.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: top;
	padding: 50px;
}
.amenites-text.floor-head p{
	color: #000;
}
.amenites-text p {
	padding-top: 0px;
	font-weight: normal;
	font-family: 'Louis George Café Bold';
	color: #fdfdfd;
	font-size: 20px;
	text-align: center;
	width: 80%;
	margin: auto;
	padding-bottom: 50px;
}
.amenites-text.floor-head p span{
	color: #000;
}
.amenites-text p span{
	text-transform: uppercase;
	font-size: 25px;
	font-weight: normal;
	font-family: 'Louis George Café Bold';
	color: #fff;
}
.location-map-section {
	background-color:#e6d4bc;
	padding: 50px 0px;
	position: relative;
}
.footer-section{
	background-color:#2f3a93;
	padding: 10px 0px;
}

.footer-cont p{
	color: #fff;
	font-size:16px;
	font-weight: normal;
	font-family: 'Louis George Cafe';
	margin: 0px;
}
.footer-cont p a{
	color: #fff;
	font-size:16px;
	font-weight: normal;
	font-family: 'Louis George Cafe';
	margin: 0px;
}
.site-tag p{
	color: #fff;
	font-size:16px;
	font-weight: normal;
	font-family: 'Louis George Cafe';
	margin: 0px;
	text-align: right;
	padding-right: 50px;
}
.site-tag p a{
	color: #fff;
	font-size:16px;
	font-weight: normal;
	font-family: 'Louis George Cafe';
}
.divwides h4{
	color: #000;
}
.divwides p{
	color: #000;
}
.banner-btns .btn{
	box-shadow: none;
	padding: 0px;
}
.location-section {
	background-color:#e6d4bc;
	padding: 50px 0px;
	position: relative;
}
.location-change .fade{
	opacity: 1;
}
.location-change {
	background-image: url("img/others/floor-banel.png");
	background-position: top;
	background-repeat: no-repeat;
	background-size: 85% 100%;
	padding: 80px;
	text-align: center;
}
.location-wrap {
	position: relative;
}
.location-btn ul li.first-location{
	position: absolute;
	top: 31%;
	left: -14%;
	transform: rotate(270deg);
	background-color: #a27832;
	padding: 10px 60px 10px 60px;
	color: #fff;
	text-transform: uppercase;
	width: 38%;
	clip-path:polygon(58% 0%, 87% 0%, 99% 140%, 0% 110%, 11% 0%);
	-webkit-clip-path:polygon(58% 0%, 87% 0%, 99% 140%, 0% 110%, 11% 0%);
}

/* .location-btn ul li:first-child {
	position: absolute;
	top: 31%;
	left: -14%;
	transform: rotate(270deg);
	background-color: #a27832;
	padding: 10px 60px 10px 60px;
	color: #fff;
	text-transform: uppercase;
	width: 38%;
	clip-path:polygon(58% 0%, 87% 0%, 99% 140%, 0% 110%, 11% 0%);
	-webkit-clip-path:polygon(58% 0%, 87% 0%, 99% 140%, 0% 110%, 11% 0%);
} */
.location-btn ul li a{
	color: #fff;
	font-size:22px;
	font-weight: normal;
	font-family: 'Louis George Cafe';
	display: block;
	text-decoration: none;
}
textarea {
	overflow: auto;
	resize: vertical;
	width: 100%;
	padding: 13px;
}
.location-btn {
	padding: 30px 80px 50px 90px;
}
.location-btn ul{
	border: none;
}
.location-btn ul li {
	width: 30%;
}

.location-btn ul li {
	width: 30%;
	background: linear-gradient(292deg, rgba(88,56,26,1) 0%, rgba(174,130,58,1) 22%, rgba(153,112,50,1) 73%, rgba(88,56,26,1) 91%); 
	margin: 10px;
	padding: 14px;
	text-align: center;
}
.top-bottom {
	position: absolute;
	bottom:0;
	z-index: 999;
	right: 5%;
	/* background: linear-gradient(292deg, rgba(88,56,26,1) 0%, rgba(174,130,58,1) 22%, rgba(153,112,50,1) 73%, rgba(88,56,26,1) 91%); */
}
.location-img{
	margin-bottom:110px;
}
.location-filed label {
	width: 25%;
	background-image: url("img/icons/btn-bg.png");
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100% 100%;
	padding: 10px 52px;
	position: relative;
	z-index: 999999;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	font-family: 'Louis George Café Bold';
	text-transform: uppercase;
}
#bottom-name {
	background-color: transparent;
	border: 2px solid #997035;
	background-color: #0d162b;
	border-radius: 50px;
	width: 40%;
	margin-left: -80px;
	padding: 8px 10px 8px 120px;
	z-index: 99;
	position: relative;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	font-family: 'Louis George Café Bold';
}
.location-filed{
	text-align: center;
}
/* .location-btn ul li:nth-child(2){
	clip-path: polygon(44% 0, 80% 0, 109% 140%, 0 100%, 0 0%);
}
.location-btn ul li:nth-child(4){
	clip-path: polygon(0% 0%, 110% 0%, 120% 143%, 26% 123%, 14% 100%);
}

.location-btn ul li:nth-child(3){
	clip-path: polygon(14% 0%, 80% 0px, 109% 140%, 20% 100%, 0% 0%);
} */
.location-btn ul li.two-location{
	width:80%;
	clip-path: polygon(44% 0, 80% 0, 109% 140%, 0 100%, 0 0%);
}
.location-btn ul li.three-location{
	width:80%;
	clip-path: polygon(14% 0%, 80% 0px, 109% 140%, 20% 100%, 0% 0%);
}
.location-btn ul li.four-location{
	width:80%;
	clip-path: polygon(0% 0%, 110% 0%, 120% 143%, 26% 123%, 14% 100%);
}
.amenites-wrap img{
	width: 193px !important;
	margin: auto;
}
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999999 !important;
	display: none;
	overflow: hidden;
	outline: 0;
}
.mobile-block{
	display:none;
}

    /* Style the tab */
    .tab {
		overflow: hidden;
		border: 1px solid #ccc;
		background-color: #f1f1f1;
	  }
	  .locations-wrap .tab{
		width: 100%;
	  } 
	  /* Style the buttons inside the tab */
	  .tab button {
		background-color: inherit;
		float: left;
		border: none;
		outline: none;
		cursor: pointer;
		padding: 14px 16px;
		transition: 0.3s;
		font-size:28px;
		width: 33%;
		text-transform: uppercase;
	  }
	  
	  /* Change background color of buttons on hover */
	  .tab button:hover {
		background-color: #ddd;
	  }
	  
	  /* Create an active/current tablink class */
	  .tab button.active {
		background: linear-gradient(292deg, rgba(88,56,26,1) 0%, rgba(174,130,58,1) 22%, rgba(153,112,50,1) 73%, rgba(88,56,26,1) 91%);
		color: #fff;
		font-family: 'Louis George Cafe';
		font-size: 28px;
		text-transform: uppercase;
	  }
	  
	  /* Style the tab content */
	  .tabcontent {
		display: none;
		padding: 20px 25px;
		border: 1px solid #ccc;
		border-top: none;
		background-color: #0d172c;
	  }
	  .locations-bootm ul li{
		color: #fff;
		font-family: 'Louis George Cafe';
		font-size:20px;
		list-style-image: url(img/icons/loc.png);
		padding-bottom: 10px;
	  }

.locations-wrap button{
	border: 0px !important;
}

.selldof .title{
	display: none !important;
}
.selldof label{
	display: none !important;
}
.form-group .btn {
	width: 100%;
	font-size: 18px !important;
	background-color: #0d3e80 !important;
	color: #fff !important;
	text-transform: uppercase !important;
  }

  .exclusive{
	background-color: #fff;
	
	color: #fff;
  }
  .active.exclusive {
	background: linear-gradient(292deg, rgba(88,56,26,1) 0%, rgba(174,130,58,1) 22%, rgba(153,112,50,1) 73%, rgba(88,56,26,1) 91%) !important;
	color: #fff !important;
	padding: 5px 10px !important;
}
.header-bottom img{
	margin-top: 59px;
}
/*RESPONSIVE*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths,
.col-xl-5ths  {
   position: relative;
   min-height: 1px;
   padding-right: 10px;
   padding-left: 10px;
}
.col-5ths {
   width: 20%;
   float: left;
}
@media (min-width: 576px) {
 .col-sm-5ths {
       width: 20%;
       float: left;
   }
}
@media (min-width: 768px) {
   .col-md-5ths {
       width: 20% !important;
       float: left !important;
   }
}
@media (min-width: 992px) {
   .col-lg-5ths {
       width: 20% !important;
       float: left !important;
   -webkit-box-flex: 0;
   -ms-flex: 0 0 20.0%;
   flex: 0 0 20.0%;
   max-width: 20.0%;
   }
}
@media (min-width: 1200px) {
 .col-xl-5ths {
       width: 20% !important;
       float: left !important;
   -webkit-box-flex: 0;
   -ms-flex: 0 0 20.0%;
   flex: 0 0 20.0%;
   max-width: 20.0%;
   }
}
@media screen and (max-width: 3840px){
}
@media screen and (max-width: 2880px) {

}

@media screen and (max-width: 1920px) {

}

@media screen and (max-width: 1680px){
}

@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1440px) {
    #top-page img{
        margin-top:80px !important;
    }
     .banner-shape {
	position: absolute;
	right: 1%;
	top: 20%;
	z-index: 9;
	width: 24%;
	background-color: #d2d1ed;
	padding: 40px 10px;
	/* box-shadow: 51px -38px 0px 1px #cdd2d7; */
}
}

@media screen and (max-width: 1366px) {
 

}

@media screen and (min-width: 1100px) and (max-width: 1280px) {
	header .header-bottom .banner-contents {
		position: absolute;
		left: -9%;
		right: 0;
		top: 79%;
		width: 100%;
	}
	.banner-contents p {
		font-family: 'Louis George Cafe';
		font-size: 22px;
	}
	#mainform h4 {
		font-size: 21px;
		padding-bottom: 10px;
	}
}
@media screen and (max-width: 1279px) {
	
}

@media screen and (max-width: 1023px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}
}

@media screen and (max-width: 767px) {
	header .header-logo {
	    text-align: center;
	}
	header .header-logo img {
		display: inline-block;
	}
	header .mainmenu .navbar {
	  margin: 0;
	  padding: 0;
	}
	.icon-bar {
		background-color: #fff;
		border-radius: 1px;
		display: block;
		height: 2px;
		width: 22px;
	}
	.icon-bar + .icon-bar {
		margin-top: 4px;
	}
	button:focus {
		outline: none;
	}
	.navbar-toggler {
	  background-color: transparent;
	  background-image: none;
	  border-radius: 0;
	  padding: 9px 10px;
	}
	.navbar-dark .navbar-toggler {
	  border: medium none;
	}
	header .header-top .mainmenu ul li {
	  margin-bottom: 10px;
	}
	header .header-top .mainmenu ul li .sub-menu li {
	  margin-bottom: 0px;
	}
	.mainmenu li:last-child:hover .sub-menu {
		right: auto;
	}
	header .mainmenu {
		float: none;
		padding-top: 0px;
	}
	
}
@media screen and (max-width: 480px) {
	.active.exclusive {
		display: none !important;
	}
	.tabcontent {
		display: none;
		padding: 20px 5px;
		border: 1px solid #ccc;
		border-top: none;
		background-color: #0d172c;
	}
	.location-change {
		background-image: url("img/others/floor-banel.png");
		background-position: top;
		background-repeat: no-repeat;
		background-size: 85% 100%;
		padding:0px;
		text-align: center;
	}
	.locations-bootm ul li {
		color: #fff;
		font-family: 'Louis George Cafe';
		font-size: 17px;
		list-style-image: url(img/icons/loc.png);
		padding-bottom: 10px;
	}
	.tab button {
		background-color: inherit;
		float: left;
		border: none;
		outline: none;
		cursor: pointer;
		padding: 14px 5px;
		transition: 0.3s;
		font-size: 11px;
		width: 33%;
		text-transform: uppercase;
	}
	.tab button.active {
		font-size: 11px;
	  }
	  .locations-heading h2 {
		font-family: 'Louis George Café Bold';
		font-size: 25px;
		text-transform: uppercase;
		text-align: center;
		/* color: #fff; */
		padding-bottom: 0px;
	}
	
	.header-logo{
		margin-bottom: 20px;
	}
	header .mainmenu ul li a {
		text-decoration: none;
		font-size: 22px;
		color: #fff;
	}
	header .header-top .mainmenu ul li {
		margin-bottom: 0px;
	}
	header .mainmenu {
		text-align: right;
		float: right;
		padding-right: 10px;
		width: 100%;
	}
	.mainmenu .navbar-brand img{
		width: 120px;
	}
	.mainmenu .navbar-collapse{
		flex-basis:unset;
	}
	#collapsibleNavbar{
		display: block;
	}
	.location-btn ul li.two-location{
		width:80%;
		clip-path: polygon(44% 0, 80% 0, 109% 140%, 0 100%, 0 0%);
	}
	.location-btn ul li.three-location{
		width:80%;
		clip-path: polygon(14% 0%, 80% 0px, 109% 140%, 20% 100%, 0% 0%);
	}
	.location-btn ul li.four-location{
		width:80%;
		clip-path: polygon(0% 0%, 110% 0%, 120% 143%, 26% 123%, 14% 100%);
	}
	.banner-contents p {
		font-family: 'Louis George Cafe';
		font-size: 16px;
		color: #fff;
		line-height: 1.5;
		padding-top: 10px;
		padding-left: 40px;
		padding-bottom: 10px;
		margin: 0px;
	}
	.banner-shape {
		position: relative;
		right: 0;
		bottom: 0;
		z-index: 9;
		width: 100%;
		background-color: #293752;
		padding: 80px 50px;
		box-shadow: 51px -38px 0px 1px #6885a4;
	}
	.banner-info {
		width: 100%;
		background-color: rgba(13, 23, 44, 0.8);
	}
	header .header-bottom .banner-contents {
		position: absolute;
		left: 0%;
		right: 0;
		top: 36%;
		width: 100%;
		z-index: 99999;
	}
	.banner-btns a{
		padding: 0px;
	}
	.banner-btns img{
		width:160px;
	}
	.about-wrap img{
		width: 40%;
	}
	#mainform h2 {
		font-family: 'Louis George Café Bold';
		font-weight: normal;
		color: #fff;
		font-size: 23px;
	}
	#mainform h4 {
		font-family: 'Louis George Café Bold';
		color: #bec0c4;
		font-weight: normal;
		font-size: 20px;
		padding-bottom: 10px;
	}
	.about-wrap p {
		color: #000;
		font-size: 17px;
		font-family: 'Louis George Cafe';
		width: 90%;
		margin: auto;
		padding-top: 20px;
	}
	.about-list ul li {
		display: inline-block;
		width: 23%;
		color: #000;
		font-size: 14px;
		font-family: 'Louis George Café Bold';
		padding-bottom: 50px;
	}
	.about-list ul li span {
		font-size:8px;
		color: #000;
		font-family: 'Louis George Cafe';
	}
	.about-list ul li:nth-child(2) {
		background-size: 80%;
	}
	.about-list ul li:first-child {
	
		background-size: 68%;
	}
	.about-list ul li:nth-child(3) {
	
		background-size: 80%;
	}
	.about-list ul li:nth-child(4) {
	
		background-size: 80%;
	}
	.about-list ul li:nth-child(5) {
		background-size: 75%;
	}
	.about-wrap {
		text-align: center;
		padding-bottom: 10px;
	}
	.about-bottom a {
		padding: 5px 15px;
		font-size: 18px;
	}
	.amenites-wrap {
		padding: 13px;
	}
	.amenites-wrap ul li {
		width: 29%;
		float: left;
		text-align: center;
		border: 2px solid #7c5729;
		padding: 0px;
		margin: 6px;
	}
	.amenites-wrap ul li a {
		color: #fff;
		font-size: 8px;
		text-transform: uppercase;
		font-weight: normal;
		font-family: 'Louis George Café Bold';
		display: block;
		padding: 5px 10px;
		text-decoration: none;
	}
	.amenites-text p span {
		text-transform: uppercase;
		font-size: 15px;
		font-weight: normal;
		font-family: 'Louis George Café Bold';
		color: #fff;
	}
	.amenites-text p {
		padding-top: 20px;
		font-size: 17px;
		text-align: center;
		width: 90%;
		margin: auto;
		padding-bottom: 30px;
	}
	.location-btn .item {
		padding-left: 30px;
	}
	.location-btn ul li.first-location {
		/* position: unset; */
		top:27%;
		left: -33%;
		transform: rotate(270deg);
		background-color: #a27832;
		padding: 10px 60px 10px 60px;
		color: #fff;
		text-transform: uppercase;
		width: 68%;
		clip-path: polygon(58% 0%, 87% 0%, 99% 140%, 0% 110%, 11% 0%);
		-webkit-clip-path: polygon(58% 0%, 87% 0%, 99% 140%, 0% 110%, 11% 0%);
	}
	.banner-shape {
		position: relative;
		right: 0;
		bottom: 0;
		z-index: 9;
		width: 100%;
		background-color: #2f3a93;
		padding: 30px 20px;
		box-shadow: none;
	}

	.top-bottom img{
		width:39px;
	}
	.location-btn ul li a {
		color: #fff;
		font-size: 14px;
		font-weight: normal;
		font-family: 'Louis George Cafe';
		display: block;
		text-decoration: none;
	}
	.location-btn ul li {
		width: 26%;
		background: linear-gradient(292deg, rgba(88,56,26,1) 0%, rgba(174,130,58,1) 22%, rgba(153,112,50,1) 73%, rgba(88,56,26,1) 91%);
		margin: 10px;
		padding: 10px;
		text-align: center;
	}
	.amenites-wrap img {
		width: 130px !important;
		margin: auto;
	}
	.amenites-wrap .tab-content {
		text-align: center;
		padding: 30px 0px;
	}
	.location-btn {
		padding: 30px 24px 20px 25px;
	}
	.location-img {
		margin-bottom:35px;
	}
	.location-filed label {
		width: 34%;
		background-image: url("img/icons/btn-bg.png");
		background-repeat: no-repeat;
		background-position: top;
		background-size: 100% 100%;
		padding: 10px 22px;
		position: relative;
		z-index: 999999;
		color: #fff;
		font-size: 11px;
		font-weight: normal;
		font-family: 'Louis George Café Bold';
		text-transform: uppercase;
	}
	#bottom-name {
		background-color: transparent;
		border: 2px solid #997035;
		background-color: #0d162b;
		border-radius: 50px;
		width: 50%;
		margin-left: -74px;
		padding: 8px 10px 8px 83px;
		z-index: 99;
		position: relative;
		color: #fff;
		font-size: 12px;
		font-weight: normal;
		font-family: 'Louis George Café Bold';
	}
	.site-tag p {
		color: #fff;
		text-align: center;
		font-size: 10px;
		padding-right:0px;
	}
	.bottom_button {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 9999;
		display: block;
		width: 100%;
		background: linear-gradient(292deg, rgba(88,56,26,1) 0%, rgba(174,130,58,1) 22%, rgba(153,112,50,1) 73%, rgba(88,56,26,1) 91%);
		border-top: 1px solid #fff;
	}
	.mobile-block{
		display: inline-block;
	}
	.footer-section {
		background-color: #0d172c;
		padding: 10px 0px;
		margin-bottom: 40px;
	}
	.contactButtom a {
		width: auto;
		color: #fff;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 14px;
	}
	.formButton {
		width: 50%;
		float: left;
		padding: 10px 30px;
		text-align: center;
		display: block;
		border-right: 1px solid #fff;
	}
	.formButton a {
		width: auto;
		color: #fff;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 14px;
	}
	.contactButtom {
		width: 50%;
		float: right;
		padding: 10px 30px;
		text-align: center;
		display: block;
	}
	.site-tag p a {
		color: #fff;
		font-size: 10px;
	}
	.site-tag p a {
		color: #fff;
		font-size: 10px;
		font-weight: normal;
		font-family: 'Louis George Cafe';
	}
	.footer-cont p {
		color: #fff;
		font-size: 9px;
		font-weight: normal;
		font-family: 'Louis George Cafe';
		margin: 0px;
		text-align: center;
	}
	.footer-cont p a {
		color: #fff;
		font-size: 10px;
		font-weight: normal;
		font-family: 'Louis George Cafe';
		margin: 0px;
	}
	.about-wrapimg{width: 250px;}
	.mainmenu .navbar-toggler {
		display: none;
	}
	.about-list ul li:nth-child(3)::after {
		position: absolute;
		top: -19%;
		right: 0;
		content: "";
		height: 60px !important;
		background-color: #b2863d;
		width: 2px;
	}
	.about-list ul li:nth-child(4)::after {
		position: absolute;
		top: -20px;
		right: 0;
		content: "";
		height: 60px !important;
		background-color: #b2863d;
		width: 2px;
	}
	.about-list ul li:nth-child(3) {
		background-image: url("img/icons/line3.png");
		background-repeat: no-repeat;
		background-position: 58% 79%;
		position: relative;
	}
	.about-list ul li:nth-child(4) {
		background-image: url("img/icons/line4.png");
		background-repeat: no-repeat;
		background-position: 58% 78%;
		position: relative;
	}
	.thankpara {
	color: #fff !important;
}
}
@media screen and (max-width: 414px) {
	.about-list ul li:nth-child(2)::after {
		position: absolute;
		top: 20px;
		right: 0;
		content: "";
		height: 60px !important;
		background-color: #b2863d;
		width: 2px;
	}
	.about-list ul li:nth-child(3)::after {
		position: absolute;
		top: 1%;
		right: 0;
		content: "";
		height: 60px !important;
		background-color: #b2863d;
		width: 2px;
	}
	.about-list ul li:nth-child(4)::after {
		position: absolute;
		top: -1px;
		right: 0;
		content: "";
		height: 60px !important;
		background-color: #b2863d;
		width: 2px;
	}
    #top-page img {
	margin-top: 60px !important;
}
	.main-top-heading h2 {
		background: linear-gradient(292deg, rgba(88,56,26,1) 0%, rgba(174,130,58,1) 22%, rgba(153,112,50,1) 73%, rgba(88,56,26,1) 91%);
		color: #fff;
		font-family: 'Louis George Cafe';
		font-size: 28px;
		text-transform: uppercase;
		padding: 7px 12px;
	}
	
}
@media screen and (max-width: 387px) {
	

}
@media screen and (max-width: 370px) {
	.tab button {
		background-color: inherit;
		float: left;
		border: none;
		outline: none;
		cursor: pointer;
		padding: 14px 5px;
		transition: 0.3s;
		font-size: 11px;
		width: 33%;
		text-transform: uppercase;
		min-height: 61px;
	}

}
@media screen and (max-width: 360px) {

}
@media screen and (max-width: 320px) {

}