@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;400;500;600;700&display=swap');
/*font-family: 'Oswald', sans-serif;*/

@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');
/*font-family: 'Righteous', sans-serif;*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
/*font-family: 'Roboto', sans-serif;*/

@import url('https://fonts.googleapis.com/css2?family=Zilla+Slab:wght@300;400;500;600;700&display=swap');
/*font-family: 'Zilla Slab', serif;*/

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
/*font-family: 'Quicksand', sans-serif;*/

@font-face {
    font-family: '2Questa_Grande_Regular';
    src: url('../fonts/2Questa_Grande_Regular.eot');
    src: url('../fonts/2Questa_Grande_Regular.eot') format('embedded-opentype'),
         url('../fonts/2Questa_Grande_Regular.woff2') format('woff2'),
         url('../fonts/2Questa_Grande_Regular.woff') format('woff'),
         url('../fonts/2Questa_Grande_Regular.ttf') format('truetype'),
         url('../fonts/2Questa_Grande_Regular.svg#2Questa_Grande_Regular') format('svg');
}


#section3 .gallery-pic-text h3{
	display: none;
}

body,header,section,footer{
	overflow-y: visible;
overflow-x: clip;
}
body {
	background:#ffffff;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	margin: 0px 0px 0px;
}
ol,ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
a {
	color:#333;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	transition: all 0.5s ease-in-out 0s;
			-webkit-transition: all 0.5s ease-in-out 0s;
					-moz-transition: all 0.5s ease-in-out 0s;
						-ms-transition: all 0.5s ease-in-out 0s;
							-o-transition: all 0.5s ease-in-out 0s;
}
a:hover, a:focus {
	text-decoration: none;
	outline: 0 none;
}
.btn {
	transition: all 0.5s ease-in-out 0s;
			-webkit-transition: all 0.5s ease-in-out 0s;
					-moz-transition: all 0.5s ease-in-out 0s;
						-ms-transition: all 0.5s ease-in-out 0s;
							-o-transition: all 0.5s ease-in-out 0s;
}
.btn:hover, .btn:focus {
	outline: 0 none;
}
i {
	display: inline-block;
	vertical-align: middle;
}
img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}

/*sticky footer use when the page height is 2117px*/
/*sticky footer*/
html {
  min-height: 100%;
  position: relative;
  /* The html and body elements cannot have any padding or margin. */
}

/* Set the fixed height of the footer here */
.footer {
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
}

.footer-inner {
	padding: 20px 0px;
}
/*sticky footer*/


/*drop down menu*/
/*drop down menu*/
.nav li.dropdown {
    position: relative;
}
.nav li.dropdown a i {
	margin-left: 5px;
}
.dropdown-menu li {
	padding-bottom: 1px;
}
.dropdown-menu {
	margin-top: 0px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	/*background: #2d2d2d none repeat scroll 0 0 !important;*/
}
.navbar-nav .open .dropdown-menu {
	background: #fff;
}

@media (min-width: 992px){
.nav > li.dropdown:hover > .dropdown-menu {
	display: block;
}
.mega-menu > li.dropdown > ul > li.dropdown-submenu:hover > .dropdown-menu {
  display: block;
  left: 100%;
  top: -2px;
}
.nav > li.dropdown.open > .dropdown-menu {
	display: none;
}
.navbar-right.mega-menu .dropdown-menu {
	left: -100% !important;
}
}
/*drop down menu responsive */
@media (max-width: 991px) {
	
	  .dropdown-menu {
	  	position: relative;
	  	top: 0;
	  	width: 100%;
	  }
	  .dropdown-submenu{
		  position: relative;
	  }
	  
	  .mega-menu > .dropdown-toggle {
	position: relative;
	/*float: right;*/
	font-style: normal !important;
	/*width: 15px;*/
	z-index: 10;
	line-height: 32px;
	/*top:17px;*/
	cursor: pointer;
}
.mega-menu .dropdown-toggle::after {
 /*content: "\f150";
  font-family: 'Font Awesome 5 Free';*/
  font-size: 17px;
  /*font-weight: 300;*/
  line-height: 1;
  margin-top: -7px;
  position: absolute;
  right: 25px;
  top: 18px;
  color:#ee8a26 !important;
  /*border: 1px solid #ee8a26;
  padding: 2px 10px;
  border-radius: 5px; */
  /*font-weight: bold;*/
}
.dropdown.open > .dropdown-toggle::after {
  content: "";
}


.dropdown-submenu.open .dropdown-toggle::after {
	content: "";
}
.menu > li > a {
	padding: 10px 15px !important;
}
.menu > li {
	margin-bottom: 1px;
}
	 
}

@media (min-width: 992px) {
	.navbar-nav > li.dropdown > .dropdown-menu > li.dropdown-submenu:hover > .dropdown-menu {
    left: 100% !important;
	top:1px;
}
	
}
@media (min-width: 992px) {
.navbar-nav > li.dropdown:hover > .dropdown-menu {
	display: block;
}
.navbar-nav > li.dropdown > .dropdown-menu.show{
	display: none;
}
.navbar-nav > li.dropdown:hover > .dropdown-menu {
	display: block;
}
.navbar-nav > li.dropdown > .dropdown-menu > li.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}
.dropdown-submenu{
	position: relative;
}
.navbar-nav > li.dropdown > .dropdown-menu > li.dropdown-submenu:hover > .dropdown-menu.show{
	display: none;
}
.dropdown-menu{
	border: 0 none !important;
	border-radius: 0px !important;
}

	
}
.dropdown-menu {
	border: 1px solid #ddd !important;
	border-radius: 0px !important;
}
.dropdown-item{
	padding: 0.5rem 0.5rem !important;
}
.dropdown-menu > li{
	transition: all 0.5s ease-in-out 0s;
			-webkit-transition: all 0.5s ease-in-out 0s;
					-moz-transition: all 0.5s ease-in-out 0s;
						-ms-transition: all 0.5s ease-in-out 0s;
							-o-transition: all 0.5s ease-in-out 0s;
}
.dropdown-menu > li:hover{
	background: #0695d2 !important;
	color: #fff !important;
}
.dropdown-menu > li:hover > .dropdown-item{
	background: transparent !important;
	color: #fff !important;
}
/*drop down menu responsive*/
/*drop down menu responsive*/

/*back to top*/
#back-top {
    position: fixed;
    bottom: 20px;
    right: 15px;
    z-index: 999;
    margin-bottom: 0px;
}
#back-top a {
    display: block;
    text-align: center;
    font: 12px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
	
	
    /* background color transition */
    -webkit-transition: 0.5s all ease-in-out 0s;
    -moz-transition: 0.5s all ease-in-out 0s;
    transition: 0.5s all ease-in-out 0s;
}
#back-top a:hover span, #back-top a:focus span{
    color: #00dd8d !important;
	border-color: #00dd8d;
	background: #fff !important;
}

/* arrow icon (span tag) */
#back-top span {
    width: 44px;
    height: 44px;
    display: flex;
	display: -ms-flexbox;
	justify-content: center;
	align-items: center;
    background: #a62f20;
    /* rounded corners */
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    /* background color transition */
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    transition: 200ms;
    border: 2px solid #fff;
}
#back-top span i {
    font-size: 25px;
    color: #fff;
}

#back-top a:hover span, #back-top a:focus span{
    color: #a62f20 !important;
	border-color: #ecd97a;
	background: #ecd97a !important;
}
#back-top a:hover span i, #back-top a:focus span i{
	color: #a62f20 !important;
}

.whatsapp-sticky {
	height: 44px;
	width: 44px;
	color: #fff;
	background: #33cc33;
	display: flex;
	display: -ms-flexbox;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
    border: 1px solid transparent;
	position: fixed;
    bottom: 75px;
    right: 15px;
    z-index: 999;
}
.whatsapp-sticky:hover{
   border-color: #33cc33;
   background: #fff;
   color: #33cc33;
}

.plan-btn {
	border: 2px solid #fff !important;
	position: fixed;
	bottom: 120px;
	right: -27px;
	z-index: 999;
	font-size: 20px;
	transform: rotate(90deg);
}
.plan-btn:hover{
	border-color: #fff !important;
	background: #fff !important;
	color: #a62f20 !important;
}



.navbar-inr{
	margin: 0px -12px;
}
.top-contact-mnu-outr ul li{
	display: inline-block;
	margin-left: 15px;
	
}
.topbar-outr{
	background: #ddd;
}
.topbar-inr{
	padding: 15px 0px;
}

.navbar-nav .nav-item.dropdown {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.navbar-nav .dropdown-submenu {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.navbar-nav .dropdown-menu{
	top: 100%;
}
.dropdown-item{
	width: 90%;
}
.dropdown-submenu .dropdown-toggle{
	margin-right: 5px;
}
@media (max-width: 991px){
.dropdown-toggle {
	height: 40px;
	width: 40px;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.navbar-nav li.dropdown-submenu > a {
	-ms-flex: 0 0 82%;
	flex: 0 0 82%;
	max-width: 82%;
}
.dropdown-submenu .dropdown-toggle {
	margin-right: 0px; 
}
}

/*.owl-stage {
	display: flex; 
	display: -ms-flexbox;
	align-items: center;
	justify-content: space-between;
}*/
.owl-theme .owl-nav [class*="owl-"]:hover {
	background: transparent !important; 
	color: inherit !important; 
	text-decoration: none;
}

.content-height {
	min-height: 600px;
}
.gray-bg {
	background: #ddd;
}

.header-outr{
	position: fixed;
	top:0;
	left:0;
	right:0;
}
.header-outr.header-sticky{
	position: fixed;
	top:0;
	left:0;
	right:0;
	z-index:999;
	box-shadow: 0px 0px 10px 0px #999;
}
.header-outr.header-sticky .topbar-outr{
	display: none;
}
.header-outr .logo img{
	width: 450px;
	transition: all 0.5s ease-in-out 0s;
			-webkit-transition: all 0.5s ease-in-out 0s;
					-moz-transition: all 0.5s ease-in-out 0s;
						-ms-transition: all 0.5s ease-in-out 0s;
							-o-transition: all 0.5s ease-in-out 0s;
}



.slider-outr{
	height: 100vh;
	width: 100%;
}
.video-container video{
	height: 100vh;
	width: 100%;
	object-fit: fill; 
	position: absolute;
}
.header-outr{
	display: none;
}
.header-outr.header-sticky{
	display: block;
}

.banner-img-outr{
	position: relative;
}
.video-caption-outr{
	position: absolute;
	left:0;
	top:0;
	right:0;
	width: 100%;
	z-index: 99;
}
.logo-outr .video-logo-img img{
	width: 50px;
}
.header-outr .logo-outr .video-logo-img img{
	width: 50px;
	transition: all 0.5s ease-in-out 0s;
			-webkit-transition: all 0.5s ease-in-out 0s;
					-moz-transition: all 0.5s ease-in-out 0s;
						-ms-transition: all 0.5s ease-in-out 0s;
							-o-transition: all 0.5s ease-in-out 0s;
}


.header-outr.header-sticky .logo-outr .video-logo-img img{
	width: 35px;
	transition: all 0.5s ease-in-out 0s;
			-webkit-transition: all 0.5s ease-in-out 0s;
					-moz-transition: all 0.5s ease-in-out 0s;
						-ms-transition: all 0.5s ease-in-out 0s;
							-o-transition: all 0.5s ease-in-out 0s;
}

.logo-outr{
	display: flex;
	display: -ms-flexbox;
	align-items: center;
}
.logo-outr h3{
	margin-bottom: 0px;
	font-family: '2Questa_Grande_Regular';
	color: #a62f20;
	
	font-size: 50px;
	font-weight: 700;
}

.logo-outr .video-logo-img{
	margin-right: 10px;
}
.video-caption-inr{
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: space-between;
}
.video-caption-outr  .container-fluid{
	padding: 0px 30px;
}
.marketting-text h5{
	margin-bottom: 0px;
	color: #a62f20;
	font-family: 'Zilla Slab', serif;
	text-transform: uppercase;
}
.marketting-text{
	text-align: right;
}

.marketting-text h3{
	color: #a62f20;
	font-family: 'Quicksand', sans-serif;
	
	font-size: 35px;
	
}
.video-caption-outr {
	background: rgba(153,153,153,0.9);
}
.video-caption-inr{
	padding: 10px 0px;
}

.navbar-outr.bg-light{
	background: rgba(255,255,255,0.5) !important;
}
.header-outr.header-sticky .navbar-outr.bg-light{
	background: rgba(0,0,0,1) !important;
}
.header-outr.header-sticky .navbar-nav > li > a{
	color: #fff !important;
}
.navbar-outr .container{
	max-width: 100%;
    padding: 0px 30px;
}

.navbar-nav li a{
	color: #000 !important;
	font-family: 'Oswald', sans-serif;
	font-size: 25px;
}
.navbar .marketting-text{
	order:1;
}
.navbar .logo{
	margin-right: 0px;
}
.navbar .navbar-collapse{
	justify-content: center;
}
.navbar .ms-auto{
	margin-left: 0px !important;
}
.navbar-nav  > li > a  {
	position: relative;
	
	display: inline-block;
	padding: 0px 10px 8px !important;
	margin-bottom: 3px;
}
.navbar-nav li.nav-item a.nav-link::before {
	content: "";
	position: absolute;
	height: 3px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	right: auto;
	background: #a62f20;
	bottom: -3px;
	width: 0;
	-webkit-transition: 0.5s all ease-in-out 0s;
	-moz-transition: 0.5s all ease-in-out 0s;
	transition: 0.5s all ease-in-out 0s;
}
.navbar-nav li.nav-item.current-page-item a.nav-link::before {
	width: 70%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}
.navbar-nav li.nav-item.current-page-item a.nav-link{
	color: #ecd97a !important
}
.about-outr{
	background: #a62f20;
}

.about-text-outr {
	padding: 0px 0px 0px;
}
.about-text-outr{
   color: #fff;
   text-align: justify;
}
.about-text-outr p{
	font-size: 16px;
}
.heading{
	display: flex;
	display: -ms-flexbox;
}
.about-text-outr .heading h1{
	font-family: 'Zilla Slab', serif;
	font-size: 20px;
	position: relative;
	padding-bottom: 15px;
	font-weight: 700;
}
.heading h3{
	font-family: 'Zilla Slab', serif;
	font-size: 20px;
	position: relative;
	padding-bottom: 15px;
	font-weight: 700;
	/*margin-bottom: 0px;*/
}

.about-text-outr .heading h1::before, .heading h3::before{
	content: "";
	position: absolute;
	height: 2px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	right: auto;
	background: #000;
	bottom: 0px;
	width: 100px;
}
.about-text-outr .heading h1::before{
	background: #fff;
}
.about-text-outr .heading h1 span{
	font-size: 35px;
	display: block;
}
.heading h3 span{
	font-size: 35px;
	display: block;
}
.about-text-outr .heading{
	margin-bottom: 20px;
}
.about-img-outr{
	height: 100%;
}
.about-img-outr img{
	height: 100%;
	object-fit: cover;
	position: relative;
}
.about-text{
	text-align: center;
	margin-top: 20px;
	color: #fff;
	padding-bottom: 0px;
	position: relative;
	height: 38px;
}
.about-text h2{
	margin-bottom: 0px;
	font-size: 1.25rem;
}
.about-text::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 2px;
	width: 100%;
	background: #fff;
	width: 300px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}
.brochure-link{
	color: #fff;
	font-size: 20px;
	position: relative;
	padding-bottom: 8px;
	margin-bottom: 25px;
}
.brochure-link:before{
	content: "";
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	height: 2px;
	width: 100%;
	background: #fff;
	-webkit-transition: 0.5s all ease-in-out 0s;
	-moz-transition: 0.5s all ease-in-out 0s;
	transition: 0.5s all ease-in-out 0s;
}
.brochure-link:hover{
	color: #ecd97a;
}
.brochure-link:hover::before{
	background: #ecd97a;
}
.about-img {
    height: calc(100% - 287px);
}

.about-img{
	position: relative;
}
.about-img img{
	position: relative;
	z-index: 5;
	width: 100%;
}
.about-img::before{
	content: "";
	height: 100px;
	width: 100px;
	background: #fff;
	position: absolute;
	right:-5px;
	top: -5px;
	z-index: 0;
}
.about-img::after{
	content: "";
	height: 100px;
	width: 100px;
	background: #fff;
	position: absolute;
	left:-5px;
	bottom: -5px;
	z-index: 0;
}
.about-inr .col-sm-6{
	padding: 0px 15px;
}
.about-inr .row{
	margin: 0px -15px;
}


.location-img-outr{
	padding: 0px 0px 0px;
}
.location-img{
	margin-top: 20px;
	height: 420px;
}
.location-img.about-img::before{
	background: #a62f20;
}
.location-img.about-img::after{
	background: #a62f20;
}
.location-text-outr table{
	margin-bottom: 0px;
}
.location-text-outr{
	padding: 0px 0px 0px;
}

.location-img-col{
	padding: 0px 15px;
}
.location-text-col{
	padding: 0px 15px;
}
.location-inr .row{
	margin: 0px -15px;
}
.location-text-outr thead tr th{
	background: #a62f20;
	text-align: center;
	color: #fff;
	font-family: 'Righteous', sans-serif;
	font-size: 20px;
}
.location-text-outr table tbody tr th{
	width: 60%;
}
.location-img-outr{
	height: 100%;
}
.location-img img{
	height: 100%;
    object-fit: cover;
	width: 100%;
}

.resp-tabs-list li{
	font-family: 'Oswald', sans-serif;
	font-size: 25px !important;
}
/*.gallery-inr{
	padding: 40px 0px 50px;
}*/
.gallery-inr .heading{
	justify-content: center;
}
.gallery-outr{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}
.overlay{
	position: absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.7);
}
.gallery-outr .container{
	position: relative;
	z-index: 9;
}

.heading-white{
	color: #fff;
}
.heading-white h3::before{
	background: #fff;
}
.resp-tabs-container{
	background: transparent !important;
}
.resp-tab-active{
	background: #a62f20 !important;
	color: #fff;
	border-color: #a62f20 !important;
}
.resp-tab-content{
	border-color: #a62f20 !important;
}

.resp-tabs-list li{
	background: #fff;
	border: 1px solid transparent;
}
.gallery-box-outr img{
	height: 250px;
	object-fit: contain;
}
.gallery-tab-inr .owl-nav button {
	/*height: 40px;
	width: 40px;*/
	color: #fff !important;
	border: 0 none !important;
	background: transparent !important;
	border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.gallery-tab-inr .owl-nav button.owl-prev {
	left: -40px;
}
.gallery-tab-inr .owl-nav button.owl-next {
	right: -40px;
}

.resp-tab-content{
	padding: 30px 0px 0px !important;
	border: 0 none !important
}
.fancybox .gallery-pic-outr .post-img-detail {
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
}
.post-img-detail {
	position: absolute;
	left: -100%;
	right: auto;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	width: 100%;
	text-align: center;
}
.fancybox:hover .gallery-pic-outr .post-img-detail {
	opacity: 1;
	left: 0;
}
.gallery-box-outr.gallery-pic-outr {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	flex-direction: column;
	position: relative;
	overflow: hidden;
}
.post-img-detail i {
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	border: 1px solid #fff;
}
.gallery-tab-inr .owl-theme .owl-nav{
	margin: 0px;
}
.gallery-tab-inr .owl-theme .owl-nav [class*="owl-"]:hover{
	color: #fff !important;
	background: transparent !important;
}
.owl-theme .owl-nav .disabled {
	opacity: .7 !important;
	cursor: default;
}

#section2{
   background: #fff !important;
}


 .testimonal-inr{
	padding-top: 45%;
 }
 .parallax-container{
	position: relative;
 }

 .img-parallax {
	width: 100vmax;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	pointer-events: none
  }
  #section3{
	overflow: hidden;
	position: relative;
  }
  #section4{
	position: relative;
	overflow: hidden;
  }
/*  .plan-inr {
	padding: 40px 0px 50px;
}*/
.plan-inr .heading {
	justify-content: center;
}
.plan-outr .container{
	position: relative;
	z-index: 9;
}

.amenities-outr{
	
    background: #a62f20;
}
.plan-pic-outr img{
	height: 300px;
	object-fit: contain;
}
.gallery-tab-inr .owl-carousel .item a{
	display: block;
}
.amenities-inr .heading {
	justify-content: center;
}
.amenities-inr {
	padding: 0px 0px 0px;
}

.amenities-box-img{
	border: 4px solid #fff;
	padding: 15px 10px;
	
}
.amenities-box-text{
	
	text-align: center;
	height: 38px;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: center;
}
.amenities-box-text h5{
	margin-bottom: 0px;
	color: #fff;
}
.amenities-box-outr{
	margin-top: 25px;
}

.submit-btn{
	background: #a62f20;
	color: #fff;
	border: 1px solid transparent;
}
.submit-btn:hover{
	border-color: #a62f20;
	background: transparent;
	color: #a62f20;
}
.btn-close{
	background-color: #a62f20;
	opacity: 1;
	border: 1px solid transparent;
	--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}
.btn-close:hover{
	opacity: 1;
	border-color: #a62f20;
	background-color: transparent;
	--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23a62f20'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}
.btn-close:focus{
	box-shadow: 0px 0px 0px !important;
}
.modal-header h5{
	color: #a62f20;
}
.brochure-form label span{
	color: #ff0000;
}
.brochure-form label{
	font-size: 17px;
}

.plan-form label span{
	color: #ff0000;
}
.plan-form label{
	font-size: 17px;
}
.plan-form textarea.form-control{
	resize: none;
}
.amenities-box-img{
	text-align: center;
}
.amenities-box-img img{
   height: 70px;
}

.sectionheight{
   position: relative;
   /*height:calc(100vh - 98px) !important;*/
   
}
.sectionheight-inner{
  display: flex;
  display:-ms-flexbox;
  align-items: center;
  flex-direction:column;
  justify-content: center;
  height: 100%;
  overflow: hidden;
}
.gallery-page-sec-inr{
   padding-top: 30px
}
.plan-tab-outr{
   padding-top: 30px;
}
#section6 .plan-tab-outr{
	padding-top: 0px;
}
.footer-content-outr {
	background: #a62f20;
}
.footer-inner {
	padding: 10px 0px;
}
.footr-enquiry-box .heading h3 span {
	font-size: 35px;
	
	font-weight: 700 !important;
}
.enquiry-form-outr {
	margin-top: 15px;
}
.enquiry-form textarea.form-control {
	resize: none;
	height: 38px;
}
.enquiry-form .footr-btn {
	position: absolute;
	right: -100px;
	top: 0px;
}
.enquiry-form {
	position: relative;
	margin-right: 100px;
}
.footer-bottom .copyright-text {
	padding: 20px 0px 4px;
	border-top: 1px solid #fff;
}
.footer-bottom .copyright-text p {
	text-align: center;
	padding-bottom: 0px;
	color: #fff;
}

.footr-enquiry-box .heading {
	justify-content: center;
}
.footr-btn {
	background: #a62f20 !important;
	color: #fff;
	border-color:#fff;
}
.footr-btn:hover {
	border-color: #fff !important;
	background: #fff !important;
	color: #a62f20 !important;
}
.footr-follow-mnu {
	margin-top: 10px;
}
.footr-follow-mnu {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: center;
}
.footr-follow-mnu li + li {
	margin-left: 20px;
}
.footr-follow-mnu li a {
	height: 40px;
	width: 40px;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: center;
	
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border: 2px solid #fff;
	color: #a62f20;
	border-color: #fff;
	background: #fff;
}
.footr-follow-mnu li a:hover{
   color: #fff;
   border-color: #fff;
   background: transparent;
}
/*.footr-follow-mnu li a.facebook {
	background: #3b5998;
}
.footr-follow-mnu li a.facebook:hover {
	color: #3b5998;
	border-color: #3b5998;
}
.footr-follow-mnu li a.whatsapp {
	background: #33cc33;
}
.footr-follow-mnu li a.whatsapp:hover {
	color: #33cc33;
	border-color: #33cc33;
}
.footr-follow-mnu li a.youtube {
	background: #ff0000;
}
.footr-follow-mnu li a.youtube:hover {
	color: #ff0000;
	border-color: #ff0000;
}*/
.footer-bottom {
	margin-top: 10px;
}

.resp-tabs-list li {
	float: none !important;
	font-family: 'Zilla Slab', serif;
	font-weight: 700;
	width: 280px;
	text-align: center;
}
.resp-tabs-list {
	display: flex;
	display: -ms-flexbox;
	justify-content: center;
}
.develop-content-outr {
	text-align: center;
}
#section6 .resp-tab-content {
	margin-top: 0px !important;
	color: #fff;
	padding: 30px 0px 0px !important;
}
 #section6  .resp-tabs-list li{
	 background: transparent !important;
	 border: 0 none !important;
	 color: #fff !important;
	 font-family: 'Zilla Slab', serif;
	 font-size: 35px !important;
	 font-weight: 700;
 }
 .develop-content-outr h4 {
	/*font-family: 'Oswald', sans-serif !important;*/
	margin-bottom: 30px !important;
	color: #a62f20 !important;
}
#section6 .resp-tabs-list li.resp-tab-active{
	color: #a62f20 !important;
}
#section6 .resp-tabs-list li + li {
	margin-left: 8px;
}
#section6 .resp-tabs-list li::before {
	content: "";
	
	top: 0;
	bottom:0;
	height: 100%;
	width: 2px;
	background: #fff;
	left: -5px;
	position: absolute;
	
}
#section6 .resp-tabs-list li {
	position: relative;
	border: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
#section6 .resp-tabs-list li:first-child::before {
	background: none;
}
.develop-content-outr p{
	font-size: 16px;
}

#section6 .sectionheight-inner{
	/*padding: 50px 0px 34px;*/
	/* min-height: 420px; */
}

    

#section6{
	position: relative;
	background-position: center center;
	overflow: hidden !important;
}
.gallery-pic-text{
	text-align: center;
	color: #fff;
	margin-top: 15px;
}

.sectionheight-inner.section-padding .container{
   margin-top: 99px;
}
#section6 .overlay{
   background: rgba(153,153,153,0.8);
}
#section6 .container{
   position: relative;
}

.gallery-pic-text h3{
   font-size: 20px;
   font-weight: 400;
}

.location-img-outr .heading h3{
	color: #a62f20 !important;
}
.location-img-outr .heading h3::before{
	background: #a62f20 !important;
}
#section4{
	background-position: center center;
	overflow: hidden !important;
	background-size: cover;
}

.video-container {
	width: 100vw;
	height: 100vh;
	/*position: fixed;*/
	position: relative;
}
.video-container iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media (min-aspect-ratio: 16/9) {
  .video-container iframe {
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-container iframe {
    width: 177.78vh;
  }
}
#section6 .resp-tabs-list li{
	padding-bottom: 10px !important;
}
#section6 .resp-tabs-list li::after {
	content: "";
	position: absolute;
	height: 2px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	right: auto;
	background: #fff;
	bottom: 0px;
	width: 100px;
}
#section6 .resp-tabs-list li.resp-tab-active:after{
	background: #a62f20;
}
.develop-content-outr h4{
	position: relative;
	padding-bottom: 15px
}
.develop-content-outr h4:before{
	content: "";
	position: absolute;
	height: 2px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	right: auto;
	background: #a62f20;
	bottom: 0px;
	width: 100px;
}
.phone-menu{
	display: flex;
	display: -ms-flexbox;
	align-items: center;
}
.phone-menu li a{
	color: #ecd97a;
}
.video-caption-inr .phone-menu li a{
	color: #ecd97a;
}
.phone-menu li + li{
	margin-left: 30px;
}
.phone-menu li{
	position: relative;
}
.phone-menu li a{
	
	font-family: 'Quicksand', sans-serif;
  font-size: 30px;
 
}
.phone-menu li a:hover{
	color: #a62f20;
}
.phone-menu li:before{
	content: "";
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	bottom:0;
	width: 2px;
	height: 25px;
	background: #a62f20;
	left: -17px;
}
.video-caption-inr .phone-menu li:before{
	background:#ecd97a ;
}
.phone-menu li:first-child::before{
	background: none;
}
.phone-menu-outr{
	text-align: center;
}
.phone-menu-outr h4{
	font-family: 'Zilla Slab', serif;
	color: #a62f20;
	font-size: 30px;
	font-weight: 600;
}


.navbar-inr .phone-menu-outr{
	display: flex;
	display: -ms-flexbox;
	align-items: center;
}
.navbar-inr .phone-menu-outr h4{
	margin-bottom: 0px;
	margin-right:10px ;
	
}

.down-arrow a {
	padding-top: 0px;
	width: 34px;
	height: 34px;
  }
  .down-arrow{
	 position: absolute;
	bottom: 50px;
	left: 50%;
    transform: translateX(-50%);	
	-webkit-transform: translateX(-50%);	
	-moz-transform: translateX(-50%);	
  }
  .down-arrow  a span {
	
	z-index: 99;
	width: 24px;
	height: 24px;
	display: inline-block;
	margin-left: 5px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb04 2s infinite;
	animation: sdb04 2s infinite;
	box-sizing: border-box;
  }
  @-webkit-keyframes sdb04 {
	0% {
	  -webkit-transform: rotate(-45deg) translate(0, 0);
	}
	20% {
	  -webkit-transform: rotate(-45deg) translate(-10px, 10px);
	}
	40% {
	  -webkit-transform: rotate(-45deg) translate(0, 0);
	}
  }
  @keyframes sdb04 {
	0% {
	  transform: rotate(-45deg) translate(0, 0);
	}
	20% {
	  transform: rotate(-45deg) translate(-10px, 10px);
	}
	40% {
	  transform: rotate(-45deg) translate(0, 0);
	}
  }

  .phone-sticky{
	background: #a62f20;
	border: 2px solid #fff;
  }
  .phone-sticky i{
	font-size: 20px;
	
  }

  .phone-sticky:hover{
	color: #a62f20 !important;
	border-color: #ecd97a;
	background: #ecd97a !important;
	color: #a62f20 !important;
	border-color: #ecd97a;
	background: #ecd97a !important;
}
.plan-tab-outr .gallery-box-outr .plan-pic-content{ 
	background: #fff;
	padding: 5px;
}
.plan-tab-outr .gallery-box-outr{
	background: #fff;
}
.plan-tab-outr .gallery-box-outr img{
	height: 250px;
	object-fit: contain;
}

/*.plan-tab-outr  .owl-carousel .owl-stage-outer{
	display: flex;
	display: -ms-flexbox;
	justify-content: center;
}*/
.phone-menu-content-outr{
	display: flex;
	display: -ms-flexbox;
	align-items: center;
}
.phone-menu-content-outr i{
   color: #ecd97a;
   margin-right: 15px;
   font-size: 22px;
}
#section3 .gallery-tab-inr .gallery-box-outr.gallery-pic-outr{
	border: 1px solid #fff;
	padding: 10px;
}
@media (min-width: 992px) {
	.navbar-close {
	  display: none;
	}
  }
  /*.sectionheight .container{
	margin-top: -115px;
  }*/
  .fancybox__content img{
	background: #fff !important;
  }

  #section4 .gallery-tab-inr .owl-nav button{
	color: #fff !important
  }
  #section4 .gallery-tab-inr .owl-nav button:hover{
	color: #fff !important;
  }
  .banner-caption-text h3{
	  font-family: 'Quicksand', sans-serif;
	  color: #fff;
	  margin-bottom:0px;
	  font-size: 40px;
	  
  }
  .banner-caption-outr{
	  position:absolute;
	  bottom:100px;
	  left:0;
	  right:0;
	  z-index:99;
  }
  .banner-caption-text{
	  text-align: center;
  }
  #section3  .gallery-tab-inr .owl-carousel .item{
    padding: 1px;
  }
  #section6{
	  height:auto !important;
  }
  #section6 .sectionheight-inner{
	  padding: 50px 0px 34px;
  }
  .fancybox{
	  display: inline;
  }
  .project-by-sec-outr{
	  background: #a62f20;
  }
  .project-by-sec-inr{
	  text-align: center;
  }
  #section1{
	  height: auto !important;
  }
  .project-by-heading h3{
	 color: #fff !important;
  font-family: 'Zilla Slab', serif;
  font-size: 35px !important;
  font-weight: 700;
position: relative;  
  }
   .project-by-heading h3::after {
	content: "";
	position: absolute;
	height: 2px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	right: auto;
	background: #fff;
	bottom: 0px;
	width: 100px;
}
.project-by-content-outr p{
	color: #fff;
}
.no_broke {
    font-size: 22px;
    background: #ff6000;
    text-align: center;
    padding: 10px;
    border: 2px solid #fff;
    color: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.4);
    text-transform: uppercase;
}
.no_broke.dis-in {
    display: inline-block;
    padding: 10px 35px;
    margin: 20px 0;
}
.heading.heading-white {
    text-align: center;
}
.about-text-outr p {
    font-size: 14px;
    line-height: 19px;
}
a.wp_btn img {
    width: 36px;
    margin-right: 15px;
}
.marketting-text .no_broke {
    margin: 0 0 15px;
    padding: 10px 5px;
    font-size: 18px;
}
.footr-follow-mnu li a.facebook {
    color: #1877F2;
}

.footr-follow-mnu li a.whatsapp {
    color: #24CC63;
}

.footr-follow-mnu li a.facebook:hover, .footr-follow-mnu li a.whatsapp:hover {
    color: #fff;
}
.mark_text {
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin: 0 0 5px;
    color: #a62f20;
}

.no_broke span {
    text-transform: lowercase;
    font-size: 16px;
}
.marketting-text.sticky__mark .no_broke {
    width: 80%;
    margin-left: 20%;
    margin-top: 10px;
    margin-bottom: 5px;
}
.about-img-outr.right-about {
    margin-top: 101px;
}
.banner_warp {
    display: flex;
    flex-wrap: wrap;
	height: 100%;
}

.banner_left {
    width: 40%;
	border-right: 5px solid #fff;
}

.banner_middle {
    width: 20%;
	background: #435991;
	display: flex;
	flex-direction: column;
	justify-content: end;
	align-items: center;
	padding-bottom: 120px;
}

.banner_right {
    width: 40%;
	border-left: 5px solid #fff;
}
.banner_left img, .banner_right img  {
    height: 100%;
    object-fit: cover;
}
.probo__text {
    text-align: center;
    text-transform: lowercase;
    font-size: 16px;
    padding: 0px 12px;
    color: #fff;
    text-shadow: 0px 2px 2px rgba(0,0,0,0.3);
    font-weight: 600;
    width: 100%;
    font-family: 'Quicksand';
    margin-top: 29px;
}
.probo__text .no_broke {
    margin-top: 18px;
    font-size: 20px;
}
.text_2 {
    text-align: center;
    margin-bottom: 30px;
	text-shadow: 0px 2px 2px rgba(0,0,0,0.3);
}

.text_2 h3 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 22px;
}

a.navbar-brand.logo p {
    margin-left: 62px;
    margin-top: -29px;
    color: #A63021;
    font-family: 'Quicksand';
    font-weight: bold;
}
.header-sticky a.navbar-brand.logo p {
    font-size: 14px;
    margin-left: 45px;
}
a.whatsapp img {
    width: 20px;
}
@media (min-width:1400px){
	.banner_middle img {
		width: 100%;
		margin: 0 0 30px;
	}
	
	.probo__text {
		font-size: 23px;
		line-height: 42px;
		margin: 0 0 25px;
		padding: 0px 14px;
		margin-top: 100px;
	}
	.text_2 h3 {
		font-size: 28px;
		line-height: 40px;
	}
	.banner_middle {
		padding-bottom: 88px;
	}
	.header-sticky a.navbar-brand.logo p {
		font-size: 15px;
		margin-left: 45px;
		margin-top: -16px;
	}
	.phone-menu-outr {
		margin-left: -39px;
	}
}
@media (max-width:820px){
	.banner_left, .banner_middle, .banner_right {
		width: 100%;
	}
	.banner_left{
		border-right: 0px solid;
		border-bottom: 5px solid #fff;
	}
	.banner_right{
		border-left: 0px solid;
		border-top: 5px solid #fff;
	}
	.banner-img-outr, .video-container {height: auto !important;}
	.probo__text {
		font-size: 22px;
		line-height: 39px;
		margin-top: 0;
	}
	.text_2 {
		padding-bottom: 29px;
	}
}
@media (max-width:767px){
	button.navbar-toggler {
		margin-top: 54px;
		transform: scale(0.9);
	}

.marketting-text .no_broke {
    position: absolute;
    font-size: 15px;
    top: 7px;
    right: 13px;
    padding: 8px 15px;
}

a.wp_btn img {
    width: 16px;
    margin-right: 6px;
}
.location-img-outr {
    text-align: center;
}
.phone-menu-content-outr {
    justify-content: start;
    font-size: 14px;
}

.phone-menu li a {
    font-size: 14px !important;
}

.marketting-text.mb-first .no_broke {
    position: static;
    font-size: 11px;
}

.marketting-text .no_broke span {
    font-size: 11px;
}

.mark_text {
    font-size: 11px;
    margin-top: -6px;
}
.video-caption-outr.fst-scn a.navbar-brand.logo {
    margin-top: -49px;
}

.video-caption-outr.fst-scn .phone-menu-outr .phone-menu-content-outr {
    justify-content: start !important;
    margin-top: -49px;
}
.marketting-text.sticky__mark .no_broke {
    width: 41%;
	font-size: 11px;
}
.about-img-outr.right-about {
    text-align: center;
}
.location-inr {text-align: center;}

.location-text-outr table {
    text-align: left;
}

.about-img-outr.right-about {
    margin-top: 0;
}
.video-caption-inr .phone-menu li a {
    font-size: 15px !important;
}
.video-caption-inr .phone-menu li a {
    font-size: 16px !important;
}
.banner_middle {
    padding: 50px 0;
}

.text_2 h3 {
    font-size: 26px;
}

.probo__text .no_broke {
    width: 71%;
    margin: 20px auto 0;
}
.video-caption-outr.fst-scn a.navbar-brand.logo {
    margin-top: -52px;
    text-align: left;
}

a.navbar-brand.logo p {
    margin: 0;
    font-size: 9px;
    margin-left: 21px;
    margin-top: -5px;
}

.video-logo-outr.logo-outr {
    justify-content: left !important;
}
.header-sticky a.navbar-brand.logo p {
    margin-top: -39px;
    font-size: 9px !important;
    margin-left: 39px;
}

.sticky__mark .phone-menu-content-outr {
    margin-top: 13px;
	margin-left: 19px;
}
.header-sticky a.navbar-brand.logo {
    position: relative;
    top: -11px;
}
.video-caption-inr {
    padding-bottom: 0;
}
.marketting-text.sticky__mark li a {
    font-size: 16px !important;
}
}
@media (max-width:380px){
	.video-caption-inr .phone-menu li a {
		font-size: 14px !important;
	}
	.marketting-text.mb-first .no_broke {
		font-size: 11px !important;
		margin-left: 3px;
		padding: 10px 0 !important;
	}
}