/*
 * Table of contents:
 * 
 * from line 60 - preloader
 * from line 92 - Primary style
 * from line 294 - Navigation
 * from line 918 - Hero sections
 * from line 1684 - Date Picker
 * from line 1952 - Pages
 * from line 3651 - Media, for smaller screens
 *
 */
/* #Primary
================================================== */


body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 15.5px;
	line-height: 1.7;
	color: #000000;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	margin-bottom: 0;
	line-height: 1.25 !important;
	color: #363636;
}

/* h1,
.h1 {
	font-size: 4rem;
	font-weight: 200;
}

h2,
.h2 {
	font-size: 3.4rem;
	font-weight: 300;
}

h3,
.h3 {
	font-size: 2.7rem;
	text-transform: capitalize;
}

h4,
.h4 {
	font-size: 2.2rem;
}

h5,
.h5 {
	font-size: 1.6rem;
	font-weight: 400;
	color: #444;
	text-transform: capitalize;
}

h6,
.h6 {
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 2px;
} */

h1 {  font-family: 'Poppins', sans-serif;	  font-weight: 600;	  font-size: 40px;  line-height:46px;  color:#000;}

h2 {  font-family: 'Poppins', sans-serif;	  font-weight: 600;	  font-size: 24px;  line-height:30px;  color:#000;}

h3 {  font-family: 'Poppins', sans-serif;	  font-weight: 600;	  font-size: 20px;  line-height:26px;  color:#000;  margin-bottom:20px;}

h4 {  font-family: 'Poppins', sans-serif;	  font-weight: 600;	  font-size: 18px;  line-height:24px;  color:#000;  margin-bottom:15px;}

h5 {      font-size: 1.6rem;
    font-weight: 400;
    color: #444;
    text-transform: capitalize;}

h6 {  font-family: 'Poppins', sans-serif;  font-weight: 500;	  font-size: 14px;  line-height:20px;  color:#000;  margin-bottom:10px;}
::selection {
	color: #fff;
}

::-moz-selection {
	color: #fff;
}

mark {
	color: #fff;
}


/* #Preload
================================================== */

.loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 9999999999;
}

.loader__figure {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -18px;
	margin-top: -18px;
	height: 36px;
	width: 36px;
	box-sizing: border-box;
	border-radius: 50%;
	opacity: .4;
	animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
	to {
		opacity: 1;
		transform: scale3d(0.5, 0.5, 1);
	}
}

/* #Primary style
================================================== */

.section {
	position: relative;
	width: 100%;
	display: block;
}

.subtitle {
	position: relative;
	text-transform: uppercase;
	color: #717171;
	display: block;
	font-weight: 500;
	letter-spacing: 3px;
	font-size: 15px;
}

.umbera-subheading:after {
	position: absolute;
	content: '';
	width: 100px;
	height: 1px;
	z-index: 3;
	bottom: -15px;
	left: 7% !important;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

/* .subtitle.with-line:after{
	position: absolute;
	content: '';
	width: 150px;
	height: 1px;
	z-index: 3;
	bottom: -15px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
} */
.subtitle.with-line:after {
	position: absolute;
	content: '';
	width: 150px;
	height: 1px;
	z-index: 3;
	bottom: 0px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.subtitle.with-line-contact:after {
	position: absolute;
	content: '';
	width: 150px;
	height: 1px;
	z-index: 3;
	bottom: -15px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.relative {
	position: relative;
}

.over-hide {
	overflow: hidden;
}

.over-y-scroll {
	overflow-y: scroll;
	z-index: 2099;
}

.full-height {
	height: 100vh;
}

.hero-full-height {
	height: calc(100vh - 0px);
}

.half-height {
	height: 50vh;
}

.big-55-height {
	height: 55vh;
}

.big-60-height {
	height: 60vh;
}

.big-65-height {
	height: 65vh;
}

.big-70-height {
	height: 70vh;
}

.big-75-height {
	height: 75vh;
}

.nri-banner-height {
	height: 100vh;
}

.big-80-height {
	height: 80vh;
}

.max-width-80 {
	max-width: 80%;
}

.background-white {
	background-color: #ffffff;
}

.background-grey {
	background-color: #fbfbfb;
}

.background-grey-1 {
	background-color: #f9f9f9;
}

.background-dark {
	background-color: #181818;
}

.background-dark-1 {
	background-color: #242424;
}

.background-dark-2 {
	background-color: #1b1b1b;
}

.background-black {
	background-color: #000000;
}

.color-black {
	/* color: #000000; */
	color: #0f65ae;
}

.color-white {
	color: #ffffff;
}

.color-grey {
	color: #e1e1e1;
}

.img-wrap {
	position: relative;
	width: 100%;
	display: block;
}

.img-wrap img {
	width: 100%;
	height: auto;
	display: block;
}

.z-bigger {
	z-index: 10;
}

.z-too-big {
	z-index: 11000;
}

.padding-page-top {
	padding-top: 180px;
}

.padding-top-bottom {
	padding-top: 100px;
	padding-bottom: 100px;
}

.padding-top {
	padding-top: 100px;
}

.padding-bottom {
	padding-bottom: 100px;
}

.padding-top-bottom-big {
	padding-top: 130px;
	padding-bottom: 130px;
}

.padding-top-big {
	padding-top: 130px;
}

.padding-bottom-big {
	padding-bottom: 130px;
}

.padding-top-bottom-small {
	padding-top: 70px;
	padding-bottom: 70px;
}

.padding-top-small {
	padding-top: 70px;
}

.padding-bottom-small {
	padding-bottom: 70px;
}

.padding-top-bottom-smaller {
	padding-top: 50px;
	padding-bottom: 50px;
}

.padding-top-smaller {
	padding-top: 50px;
}

.padding-bottom-smaller {
	padding-bottom: 50px;
}

.btn {
	padding: 10px 18px;
	text-transform: uppercase;
	color: #fff;
	border: 0;
	border-radius: 0;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 1px;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.btn.btn-primary {
	background-color: #0660ab;
	border-radius: 50px;
	border: 0px solid transparent;
}

.btn:active,
.btn:focus {
	border: 0;
	outline: 0;
}

.scroll-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	background-color: #005ca9;
	width: 35px;
	height: 35px;
	z-index: 100000;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 30px 30px;
	cursor: pointer;
	background-image: url('../img/arrow-up.svg');
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.whatsapp-bottom {
	position: fixed !important;
	right: 5px;
	bottom: 65px;
	z-index: 999;
	text-align: end;
}

.whatsapp-bottom a {
	color: #000 !important;
}

.call-bottom {
	position: fixed !important;
	right: 5px;
	bottom: 100px;
	z-index: 999;
	text-align: end;
}

.wp-size img {
	width: 55px;
}

.sep-line {
	position: relative;
	width: 100%;
	display: block;
	height: 1px;
	background-color: rgba(0, 0, 0, .1);
}

.teams-images img {
	width: 100%;
}

/* #Navigation
================================================== */

#menu-wrap {
	position: fixed;
	width: 100%;
	z-index: 20000;
	margin: 0 auto;
	top: 0;
	background-color: #ffff;
	left: 0;
}

#menu-wrap .container .columns {
	margin-top: 0;
	margin-bottom: 0;
}

.menu-back {
	background: rgba(21, 21, 21, 0);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.cbp-af-header {
	margin-top: 20px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.cbp-af-header.cbp-af-header-shrink {
	margin-top: 0;
	-webkit-transform: translateY(-52px);
	-ms-transform: translateY(-52px);
	transform: translateY(-52px);
	/* background: rgba(21,21,21,.92); */
	background-color: #fff;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.cbp-af-header.cbp-af-header-shrink .logo {
	height: 50px;
	top: 0px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.cbp-af-header.cbp-af-header-shrink .menu>ul>li a {
	padding: 30px 0;
	/* color:#fff; */
	color: #000;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.cbp-af-header.cbp-af-header-shrink .menu>ul>li {
	margin: 0 12px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.cbp-af-header.cbp-af-header-shrink .menu>ul>li:last-child {
	margin-right: 0;
}

.cbp-af-header.cbp-af-header-shrink .menu>ul>li>ul>li a {
	padding: 0;
	margin-left: 10px;
	margin-right: 10px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: 1px;
	width: calc(100% - 20px);
	display: block;
}

.cbp-af-header.cbp-af-header-shrink .menu>ul>li>ul.normal-sub {
	width: 240px;
	left: auto;
	padding: 10px 20px;
}

.cbp-af-header.cbp-af-header-shrink .menu>ul>li>ul.normal-sub>li {
	width: 100%;
}

.cbp-af-header.cbp-af-header-shrink .menu>ul>li>ul.normal-sub>li a {
	border: 0;
	padding: 1em 0;
}

.cbp-af-header.cbp-af-header-shrink .menu-top {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.menu-top {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 4;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.menu-top p {
	color: #61a92e;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	padding-top: 16px;
	padding-bottom: 16px;
	text-align: center;
}

.lang-wrap {
	position: relative;
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
	padding: 0 10px;
	color: #fff;
	line-height: 20px;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 1px;
	cursor: pointer;
	z-index: 10;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.lang-wrap ul {
	position: absolute;
	left: 0;
	top: 35px;
	width: 100%;
	z-index: 10;
	padding: 0;
	margin: 0;
	box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.1);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
	-webkit-transform: translate3d(0, -15px, 0);
	-moz-transform: translate3d(0, -15px, 0);
	-o-transform: translate3d(0, -15px, 0);
	-ms-transform: translate3d(0, -15px, 0);
	transform: translate3d(0, -15px, 0);
}

.lang-wrap.clicked ul {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate3d(0, 0px, 0);
	-moz-transform: translate3d(0, 0px, 0);
	-o-transform: translate3d(0, 0px, 0);
	-ms-transform: translate3d(0, 0px, 0);
	transform: translate3d(0, 0px, 0);
}

.lang-wrap ul a {
	text-decoration: none;
	color: #212121;
	padding-top: 7px;
	padding-bottom: 7px;
	width: 100%;
	position: relative;
	display: block;
}

.lang-wrap ul li {
	position: relative;
	background-color: #fff;
	width: 100%;
	display: block;
	margin: 0;
	line-height: 12px;
	text-align: center;
	font-weight: 500;
	font-size: 11px;
	cursor: pointer;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
	transition: all 250ms linear;
}

.lang-wrap ul a:hover {
	color: #fff;
}

.social-top {
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 10px;
	border-right: 1px solid rgba(255, 255, 255, .2);
	transition: all 250ms linear;
}

.social-top:hover {
	text-decoration: none;
}

.call-top {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin: 0;
	padding: 0;
	transition: all 250ms linear;
}

.call-top:hover {
	text-decoration: none;
}

span.call-top:hover {
	color: #fff;
}


.logo {
	position: absolute;
	height: 64px;
	z-index: 10000;
	/* top: 18px; */
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.logo img {
	/* height: 100%; */
	width: 150px;
	display: block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.menu-mobile {
	display: none;
	padding-top: 40px;
	padding-bottom: 40px;
}

.menu-mobile:after {
	content: "\f394";
	font-family: "Ionicons";
	font-size: 30px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	float: right;
	position: relative;
	top: 0;
	color: #000000;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.menu-dropdown-icon:before {
	content: "\f489";
	font-family: "Ionicons";
	display: none;
	cursor: pointer;
	float: right;
	padding: 8px 12px;
	background: #212121;
	color: #fff;
}



/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 1170px) {

	.menu-back {
		background: rgba(0, 0, 0, .93);
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	.cbp-af-header.cbp-af-header-shrink {
		background: rgba(0, 0, 0, .93);
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	.cbp-af-header.cbp-af-header-shrink .logo {
		height: 50px;
		top: 15px;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	.cbp-af-header.cbp-af-header-shrink .menu-top {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	.logo {
		height: 50px;
		top: 15px;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	#menu-wrap {
		position: relative;
	}

	.cbp-af-header.cbp-af-header-shrink .menu>ul>li a {
		padding: 10px 0;
		/* color:#fff; */
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	.cbp-af-header.cbp-af-header-shrink .menu>ul>li>ul>li a {
		padding: 0;
		margin-left: 10px;
		margin-right: 10px;
		color: #fff;
		font-size: 10px;
		line-height: 18px;
		letter-spacing: 2px;
		text-transform: uppercase;
		width: calc(100% - 20px);
		display: block;
	}

	.cbp-af-header.cbp-af-header-shrink .menu>ul {
		padding-top: 40px;
		padding-bottom: 40px;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	.menu>ul {
		padding-top: 40px;
		padding-bottom: 40px;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	.menu>ul>li a {
		padding: 10px 0;
		color: #fff;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	.menu>ul>li>ul>li a {
		padding: 0;
		margin-left: 10px;
		margin-right: 10px;
		color: #ffffff;
		font-size: 10px;
		line-height: 18px;
		letter-spacing: 2px;
		text-transform: uppercase;
		width: calc(100% - 20px);
		display: block;
	}

	.menu-container {
		width: 100%;
	}

	.menu-mobile {
		display: block;
	}

	.logo img {
		/* height: 100%; */
		margin-top: -13px;
		width: 115px;
		display: block;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	.menu-dropdown-icon:before {
		display: block;
	}

	.menu>ul>li>ul {
		padding: 20px 0;
	}

	.menu>ul {
		width: 100%;
		float: none;
		position: relative;
		display: none;
	}

	.cbp-af-header.cbp-af-header-shrink .menu>ul>li {
		width: 100%;
		float: none;
		display: block;
		margin: 3px 0;
	}

	.menu>ul>li {
		width: 100%;
		float: none;
		display: block;
		margin: 3px 0;
	}

	.menu>ul>li a {
		width: 100%;
		display: block;
		color: #000;
	}

	.menu>ul>li>ul {
		position: relative;
	}

	.menu>ul>li>ul.normal-sub {
		width: 100%;
		padding: 0;
	}

	.cbp-af-header.cbp-af-header-shrink .menu>ul>li>ul.normal-sub {
		width: 100%;
		padding: 0;
	}

	.cbp-af-header.cbp-af-header-shrink .menu>ul>li>ul.normal-sub>li a {
		border: 0;
		padding: 10px 0;
	}

	.menu>ul>li>ul>li {
		float: none;
		width: 100%;
		padding-bottom: 0;
	}

	.menu>ul>li>ul>li:first-child {
		margin: 0;
	}

	.menu>ul>li>ul>li>ul {
		position: relative;
	}

	.menu>ul>li>ul>li>ul>li {
		float: none;
	}

	.menu .show-on-mobile {
		display: block;
	}
}

/* #Hero center section
================================================== */

.hero-center-section {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -50px;
	z-index: 10000;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.hero-center-section.ver-2 {
	margin-top: 20px;
}

.hero-center-section.pages {
	margin-top: 40px;
}

.booking-hero-wrap {
	position: relative;
	background-color: rgba(0, 0, 0, .85);
	padding: 15px;
	display: block;
	width: 100%;
}

.banner-inner-heading {
	color: #fff;
	text-align: center;
	font-size: 62px;
	line-height: 1.25;
	font-weight: 600 !important;

	text-align: start;
	/* margin-top: 144px; */
	text-transform: uppercase;
}



.hero-text {
	color: #fff;
	text-align: start;
	font-size: 62px;
	line-height: 1.25;
	font-weight: 300;
	font-family: 'Poppins', sans-serif;




}

.hero-text-ver-2 {
	color: #fff;
	text-align: center;
	font-size: 45px;
	line-height: 1.1;
	font-weight: 300;
	/* font-family: 'Poppins', sans-serif; */
}

.hero-small-text {
	color: #fff;
	text-align: center;
	font-size: 12px;
	line-height: 1.25;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.hero-stars {
	position: relative;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	display: block;
	font-size: 12px;
}

.hero-stars .fa {
	margin-left: 3px;
	margin-right: 3px;
}

.booking-button {
	position: relative;
	color: #fff;
	display: block;
	width: 100%;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 1.2;
	font-weight: 300;
	letter-spacing: 1px;
	outline: none;
	text-align: center;
	padding-top: 13px;
	padding-bottom: 13px;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.booking-button:hover {
	background-color: #343434;
	color: #fff;
}

/* #Hero flip slider
================================================== */

a:hover {
	text-decoration: none;
}

button:focus,
a:focus {
	outline: none;
}

.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}

/* Icons */
.icon {
	display: block;
	width: 45px;
	height: 45px;
	margin: 0 auto;
	fill: currentColor;
}

.slideshow {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}

/* .slide {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	display: grid;
	grid-area: 2 / 1 / 3 / 2;
	padding: 100px 0;
	padding-top: 0;
	--gridgap: 1vw;
	--gridwidth: 100%;
	--gridheight: 100%;
	display: grid;
	width: var(--gridwidth);
	height: var(--gridheight);
	grid-template-rows: repeat(20,calc(var(--gridheight) / 20 - var(--gridgap)));
	grid-template-columns: repeat(20,calc(var(--gridwidth) / 20 - var(--gridgap)));
	grid-gap: var(--gridgap);
	align-content: center;
	justify-content: center;
} */
.slide__figure {
	grid-area: 1 / 1 / 22 / 22;
}

.slide--current {
	pointer-events: auto;
	z-index: 100;
}

.slide__figure {
	position: relative;
	display: flex;
	flex-direction: column;
	width: auto;
	height: auto;
	max-width: none;
	margin: 0;
	will-change: transform;
	perspective: 1000px;
}

.slide__figure-inner {
	position: relative;
	flex: 1;
	overflow: hidden;
	transform: rotate3d(0, 1, 0, 0deg);
	will-change: transform;
}

.slide__figure-img {
	position: relative;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	z-index: 10;
	opacity: 1;
	will-change: transform;
}

.slide__figure-reveal {
	position: absolute;
	top: -1px;
	left: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	background: #242424;
	z-index: 20;
	will-change: transform;
}

.js .slide__figure-reveal {
	transform: translate3d(0, 0, 0);
}

.js .slide--current .slide__figure-reveal {
	transform: translate3d(100%, 0, 0);
}

.revealer {
	position: absolute;
	width: 100%;
	height: 100%;
	pointer-events: none;
	top: 0;
	left: 0;
	display: flex;
	z-index: 5000;
}

.revealer__item {
	width: 50%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.revealer__item-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	transform: translate3d(100%, 0, 0);
}

.nav {
	display: block;
	position: absolute;
	bottom: 43px;
	left: 50%;
	margin: 0 auto;
	text-align: center;
	z-index: 4000;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.nav__button {
	position: relative;
	border: 0;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	line-height: 1;
	background: none;
	z-index: 6000;
}

.nav__button:focus {
	outline: none;
}

.nav__button:hover {}

.nav__button-text {
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: rgba(35, 35, 35, .8);
	display: block;
	z-index: 6000;
	cursor: pointer;
}

.nav__button-text::after,
.nav__button-text::before {
	content: '';
	position: absolute;
	height: 1px;
	top: 20px;
	width: 15px;
	right: 13px;
	background: #fff;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.nav__button-text::after {
	transition: opacity 0.2s, transform 0.2s;
}

.nav--open .nav__button-text::after {
	transform: rotate(90deg);
	opacity: 0;
}

.nav__button-text::before {
	transform: rotate(90deg);
	transition: transform 0.2s;
}

.nav--open .nav__button-text::before {
	transform: rotate(0deg);
}

.toc {
	position: absolute;
	top: calc(-100% - 40px);
	left: 50%;
	padding: 20px;
	padding-bottom: 30px;
	border-radius: 5px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
	background-color: rgba(0, 0, 0, .9);
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.nav--open .toc {
	opacity: 1;
}

.toc__item {
	pointer-events: none;
	opacity: 0;
	display: block;
	min-width: 200px;
	margin: 0.15rem 0;
	opacity: 0;
}

.nav--open .toc__item {
	pointer-events: auto;
}

.toc__item-title {
	pointer-events: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 13px;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.toc__item:hover .toc__item-title {
	color: #999;
}

.arrow-nav {
	display: block;
	position: absolute;
	width: 100%;
	height: 100px;
	bottom: 0;
	left: 0;
	pointer-events: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 4000;
	padding: 1.25rem;
}

.arrow-nav__item {
	pointer-events: auto;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	background: none;
	color: #fff;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.arrow-nav__item--prev {
	visibility: hidden;
}

.arrow-nav__item--prev .icon {
	transform: rotate(180deg);
}

.icon--nav {
	pointer-events: none;
	transition: transform 0.2s;
}

.arrow-nav__item--next:hover .icon--nav {
	transform: translate3d(-2px, 0, 0);
}

.arrow-nav__item--prev:hover .icon--nav {
	transform: rotate(180deg) translate3d(-2px, 0, 0);
}

.nav__chapter {
	font-size: inherit;
	font-weight: normal;
	margin-top: 12px;
	display: block;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 2px;
	color: #e6e6e6;
	line-height: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

.nav__chapter:after {
	position: absolute;
	content: '';
	width: 40px;
	height: 1px;
	bottom: -15px;
	left: 50%;
	margin-left: -20px;
	z-index: 2;
}

.nav--open .nav__chapter {
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
}

/* #Home HTML Video
================================================== */

#poster_background {
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	background: url('../img/home-video.jpg')no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
}

#poster_background-res {
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	background: url('../img/video-res.jpg')no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
}

#poster_background-explore {
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	background: url('../img/video-explore.jpg')no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
}

#poster_background-about {
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	background: url('../img/video-about.jpg')no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
}

video#video_background {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 2;
	overflow: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

#video-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	overflow: hidden;
}

.dark-over-video {
	position: absolute;
	background: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .5));
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 2;
	top: 0;
	left: 0;
}

.dark-over-pages {
	position: absolute;
	background: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .4));
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 2;
	top: 0;
	left: 0;
}

.home-translate {
	-webkit-transform: translateY(-70px);
	transform: translateY(-70px);
}

.home-shadow {
	box-shadow: 0px 6px 25px 0px rgba(0, 0, 0, 0.6);
}


/* #Home moving image
================================================== */
/* .home-banner{
	background: url('../img/banner/home-banner-1.jpg') !important;
	background-repeat: no-repeat;
	object-fit: cover;
	position: absolute;
} */
.home-moving-image {
	background: url('../img//banner/home-banner-1.1.jpg') repeat fixed;
	/* background-size: contain; */
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
}

/* #Reveal effect
================================================== */

.block-revealer__element {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	pointer-events: none;
	opacity: 0;
}



.text-element-over {
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: #ccc;
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: rgba(0, 0, 0, .9);
	padding: 14px 6px;
	-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
	z-index: 10;
}

/* #Nice select
================================================== */

.form {
	background-color: transparent;
	width: 100%;
	outline: none;
	box-shadow: none;
	border: 2px solid #dbdddc;
	padding: 15px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.form-textarea {
	height: 150px;
}

select.form {
	padding: 15px 10px;
	color: #323232;
}

.filter-select .nice-select {
	padding-top: 14px;
	padding-bottom: 14px;
	font-size: 13px;
	line-height: 1.4;
	border: solid 3px #dbdddc;
}

.filter-select .nice-select:after {
	right: 20px;
}

.filter-select .nice-select .list {
	border: solid 3px #dbdddc;
	width: calc(100% + 6px);
	margin-left: -3px;
}

.filter-select .nice-select .option {
	min-height: auto;
	font-size: 13px;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 20px;
	padding-right: 20px;
	text-transform: lowercase;
}

.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: transparent;
	border: solid 1px rgba(0, 0, 0, 0.1) !important;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	color: #fff;
	float: left;
	overflow: hidden;
	font-family: inherit;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 1.2;
	font-weight: 300;
	letter-spacing: 1px;
	outline: none;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 15px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: 100%;
}

.nice-select.open {
	overflow: visible;
}

.nice-select:hover {
	border-color: rgba(255, 255, 255, .3);
}

.nice-select:after {
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	content: '';
	display: block;
	height: 8px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 8px;
}

.nice-select.open:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.nice-select.disabled {
	border-color: #ededed;
	color: #999;
	pointer-events: none;
}

.nice-select.disabled:after {
	border-color: #cccccc;
}

.nice-select.wide {
	width: 100%;
}

.nice-select.wide .list {
	left: 0 !important;
	right: 0 !important;
}

.nice-select.right {
	float: right;
}

.nice-select.right .list {
	left: auto;
	right: 0;
}

.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px;
}

.nice-select.small:after {
	height: 4px;
	width: 4px;
}

.nice-select.small .option {
	line-height: 34px;
	min-height: 34px;
}

.nice-select .list {
	background-color: rgba(0, 0, 0, 0.9);
	border-radius: 3px;
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	width: calc(100% + 4px);
	box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.4);
	left: 0;
	margin-left: -2px;
	top: 100%;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	transform: translateY(-15px);
	-webkit-transition: all 0.3s linear, opacity 0.15s ease-out;
	transition: all 0.3s linear, opacity 0.15s ease-out;
	z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {}

.nice-select .option {
	cursor: pointer;
	font-weight: 300;
	list-style: none;
	font-size: 12px;
	padding-top: 11px;
	padding-bottom: 11px;
	outline: none;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	color: #ffffff;
}

.nice-select .option.focus,
.nice-select .option.selected.focus {
	background-color: #212121;
	color: #fff;
}

.nice-select .option:hover {
	color: #fff;
}

.nice-select .option.selected {
	font-weight: 300 !important;
}

.nice-select .option.disabled {
	background-color: transparent;
	color: #999;
	cursor: default;
}

.no-csspointerevents .nice-select .list {
	display: none;
}

.no-csspointerevents .nice-select.open .list {
	display: block;
}

/* #Date Picker

================================================== */
#flight-datepicker,
#flight-datepicker-1 {
	position: relative;
	display: block;
	width: 100%;
}

#flight-datepicker .form-item,
#flight-datepicker-1 .form-item {
	position: relative;
}

#flight-datepicker label,
#flight-datepicker-1 label {
	display: block;
	color: white;
}

#flight-datepicker input,
#flight-datepicker-1 input {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 15px;
	padding-top: 12px;
	padding-bottom: 12px;
	width: 100%;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 300;
	text-align: left;
	color: #fff;
	border: solid 1px rgba(255, 255, 255, .1);
	outline: none;
	cursor: pointer;
	background-color: transparent;
	transition: border-color .2s ease-out;
}

#flight-datepicker input:hover,
#flight-datepicker-1 input:hover {
	border-color: rgba(255, 255, 255, .3);
}

#flight-datepicker input:hover,
#flight-datepicker input:active,
#flight-datepicker input:focus,
#flight-datepicker-1 input:hover,
#flight-datepicker-1 input:active,
#flight-datepicker-1 input:focus {
	outline: none;
	box-shadow: none;
}

#flight-datepicker input:first-child,
#flight-datepicker input:last-child,
#flight-datepicker-1 input:first-child,
#flight-datepicker-1 input:last-child {
	border-radius: 0;
}

#flight-datepicker input::-webkit-input-placeholder,
#flight-datepicker-1 input::-webkit-input-placeholder {
	color: #fff;
	font-size: 13px;
	line-height: 1.2;
	letter-spacing: 1px;
	transition: color .2s .2s ease-out;
}

#flight-datepicker input:-moz-placeholder,
#flight-datepicker-1 input:-moz-placeholder {
	color: #fff;
	font-size: 13px;
	line-height: 1.2;
	letter-spacing: 1px;
	transition: color .2s .2s ease-out;
}

#flight-datepicker input::-moz-placeholder,
#flight-datepicker-1 input::-moz-placeholder {
	color: #fff;
	font-size: 13px;
	line-height: 1.2;
	letter-spacing: 1px;
	transition: color .2s .2s ease-out;
}

#flight-datepicker input:-ms-input-placeholder,
#flight-datepicker-1 input:-ms-input-placeholder {
	color: #fff;
	font-size: 13px;
	line-height: 1.2;
	letter-spacing: 1px;
	transition: color .2s .2s ease-out;
}

#flight-datepicker input:focus::-webkit-input-placeholder,
#flight-datepicker-1 input:focus::-webkit-input-placeholder {
	color: transparent;
	transition: color .2s ease-out;
}

#flight-datepicker input:focus:-moz-placeholder,
#flight-datepicker-1 input:focus:-moz-placeholder {
	color: transparent;
	transition: color .2s ease-out;
}

#flight-datepicker input:focus::-moz-placeholder,
#flight-datepicker-1 input:focus::-moz-placeholder {
	color: transparent;
	transition: color .2s ease-out;
}

#flight-datepicker input:focus:-ms-input-placeholder,
#flight-datepicker-1 input:focus:-ms-input-placeholder {
	color: transparent;
	transition: color .2s ease-out;
}

#flight-datepicker .date-text,
#flight-datepicker-1 .date-text {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	top: calc(100% + 6px);
	font-size: 12px;
	color: white;
}

.datepicker-dropdown:after {
	border-bottom: 6px solid rgba(0, 0, 0, .9);
}

.datepicker-dropdown.datepicker-orient-top:after {
	border-top: 6px solid rgba(0, 0, 0, .9);
}

.datepicker.dropdown-menu {
	padding: 0;
	background-clip: border-box;
	border: none;
	background-color: rgba(0, 0, 0, .9);
	border-radius: 0;
	box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.4);
	-webkit-animation: popup .2s ease-out forwards;
	animation: popup .2s ease-out forwards;
}

.datepicker.dropdown-menu.datepicker-orient-top {
	margin-top: -30px;
}

.datepicker.dropdown-menu.datepicker-orient-bottom {
	margin-top: 30px;
}

.datepicker.dropdown-menu table {
	background-color: transparent;
}

.datepicker.dropdown-menu table thead {
	background-color: rgba(0, 0, 0, .3);
}

.datepicker.dropdown-menu table thead tr {
	border-top: 0;
}

.datepicker.dropdown-menu table tbody {
	background-color: transparent;
}

.datepicker.dropdown-menu table tr {
	border-top: 1px solid rgba(0, 0, 0, .3);
}

.datepicker.dropdown-menu table tr td,
.datepicker.dropdown-menu table tr th {
	width: auto;
	height: 24px;
	padding: 6px;
	font-size: 14px;
	color: #fff;
	background-color: transparent;
	border-radius: 0;
	transition: background-color .6s ease-out;
}

.datepicker.dropdown-menu table tr td:hover,
.datepicker.dropdown-menu table tr td.active:hover,
.datepicker.dropdown-menu table tr td:active:hover,
.datepicker.dropdown-menu table tr th:hover,
.datepicker.dropdown-menu table tr th.active:hover,
.datepicker.dropdown-menu table tr th:active:hover {
	border-radius: 0;
	transition: background-color .2s ease-out;
	color: #fff;
}

.datepicker.dropdown-menu table tr td.focused,
.datepicker.dropdown-menu table tr td.selected,
.datepicker.dropdown-menu table tr th.focused,
.datepicker.dropdown-menu table tr th.selected {
	border-color: rgba(0, 0, 0, .3);
	border-radius: 0;
	color: #fff;
}

.datepicker.dropdown-menu table tr td.active,
.datepicker.dropdown-menu table tr td.active:focus,
.datepicker.dropdown-menu table tr td.active.active:hover,
.datepicker.dropdown-menu table tr td:active:focus,
.datepicker.dropdown-menu table tr td.highlighted,
.datepicker.dropdown-menu table tr th.active,
.datepicker.dropdown-menu table tr th.active:focus,
.datepicker.dropdown-menu table tr th.active.active:hover,
.datepicker.dropdown-menu table tr th:active:focus,
.datepicker.dropdown-menu table tr th.highlighted {
	border-color: rgba(0, 0, 0, .3);
	color: #fff;
}

.datepicker.dropdown-menu table tr th.datepicker-switch {
	font-size: 12px;
	font-weight: 400;
	line-height: 2;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: #ffffff;
	background-color: inherit;
	border-radius: 0;
}

.datepicker.dropdown-menu table tr th.prev,
.datepicker.dropdown-menu table tr th.next {
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0);
	border-radius: 0;
	font-weight: 300;
	font-size: 15px;
}

.datepicker.dropdown-menu table tr th.dow {
	padding: 2px 12px;
	font-size: 12px;
	font-weight: 400;
	line-height: 2;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0);
	border-top: 1px solid rgba(0, 0, 0, .7);
	border-radius: 0;
}

.datepicker.dropdown-menu table tr td.day {
	width: 24px;
	border-right: 1px solid rgba(0, 0, 0, .3);
}

.datepicker.dropdown-menu .old:hover {
	background-color: transparent !important;
}

.datepicker.dropdown-menu table tr td.day:last-child {
	border-right-width: 0;
}

.datepicker.dropdown-menu table tr td.range {
	background-color: rgba(0, 0, 0, 0);
}

.datepicker.dropdown-menu .new,
.datepicker.dropdown-menu .old,
.datepicker.dropdown-menu .disabled,
.datepicker.dropdown-menu .disabled:hover {
	color: #888;
}

[class*="fontawesome-"]:before {
	font-family: 'FontAwesome', sans-serif;
}

.fontawesome-calendar {
	position: absolute;
	top: 26px;
	right: 0;
	font-size: 24px;
	z-index: -99;
}

@-webkit-keyframes popup {
	from {
		opacity: 0;
		-webkit-transform: translateY(12px);
		transform: translateY(12px);
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes popup {
	from {
		opacity: 0;
		-webkit-transform: translateY(12px);
		transform: translateY(12px);
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

/* #Rooms
================================================== */
/* room css */
.price-room {
	color: #0962ac;
	font-size: 40px;
	font-weight: 600;
	margin-left: 1rem;
}

/* end room css */

.room-box {
	position: relative;
	width: 100%;
	display: block;
	box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.1);
}

.room-name {
	position: absolute;
	top: 20px;
	left: 20px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 2px;
	z-index: 3;
}

.room-per {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #fff;
	padding: 7px;
	background-color: rgba(0, 0, 0, .7);
	font-weight: 300;
	font-size: 10px;
	line-height: 1;
	letter-spacing: 2px;
	z-index: 3;
}

.room-box img {
	width: 100%;
	height: auto;
	display: block;
}

.room-box-in {
	position: relative;
	display: block;
	padding: 30px;
}

.room-icons {
	position: relative;
	display: block;
	width: 100%;
	border-top: 1px solid rgba(0, 0, 0, .07);
}

.room-icons::after {
	display: block;
	clear: both;
	content: "";
}

.room-icons img {
	display: inline-block;
	width: 23px;
	height: auto;
	float: left;
	margin-right: 20px;
	opacity: 0.5;
}

.room-icons a {
	display: inline-block;
	float: right;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	font-weight: 700;
	/* padding: 6px 18px; */
	background: #0660ab;
	border-radius: 50px;
}

.video-banner {
	object-fit: cover;
}

/* #Services
================================================== */

.services-wrap {
	overflow: hidden;
}

.services-wrap img {
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

.services-wrap:hover img {
	transform: rotate(-2deg) scale(1.1);
}

.services-text-over {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	padding: 8px 18px;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 1px;
	margin-top: -16px;
	font-weight: 400;
	text-transform: uppercase;
	/* background-color: rgba(0,0,0,.8); */
	background-color: rgb(0 0 0 / 49%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.hover-icons-main {
	position: relative;
	width: 100%;
	height: 50px;
	text-align: center;
}

.services-box .hover-icons,
.hover-icons-green {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.services-box .hover-icons {
	display: block;
}

.services-box .hover-icons-green {
	display: none;
}

.services-box:hover .hover-icons-green {
	display: block;
}


.services-box {
	position: relative;
	width: 100%;
	display: block;
}

.services-box img {
	width: 50px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.services-box h5 {
	font-size: 18px;
}

/* #Parallax
================================================== */

.parallax {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
}

.booking-sep-wrap {
	position: relative;
	display: block;
	width: 100%;
}

#flight-datepicker-1 input {
	margin: 0;
	padding: 0;
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-family: 'Roboto', sans-serif;
	background-color: rgba(32, 32, 32, .9);
	font-size: 40px;
	line-height: 140px;
	width: 100%;
	height: 140px;
	text-transform: none;
	letter-spacing: 1px;
	font-weight: 200;
	text-align: center;
	color: #e6e6e6;
	border: 1px solid rgba(0, 0, 0, .3);
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

#flight-datepicker-1 input:focus,
#flight-datepicker-1 input:active,
#flight-datepicker-1 input:hover {
	border-width: 5px;
}

#flight-datepicker-1 .form-item {
	display: inline-block;
	width: 50%;
	float: left;
}

#flight-datepicker-1 input::-webkit-input-placeholder {
	color: #e6e6e6;
	font-size: 20px;
	line-height: 140px;
	text-transform: uppercase;
	font-weight: 300;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

#flight-datepicker-1 input:-moz-placeholder {
	color: #e6e6e6;
	font-size: 20px;
	line-height: 140px;
	text-transform: uppercase;
	font-weight: 300;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

#flight-datepicker-1 input::-moz-placeholder {
	color: #e6e6e6;
	font-size: 20px;
	line-height: 140px;
	text-transform: uppercase;
	font-weight: 300;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

#flight-datepicker-1 input:-ms-input-placeholder {
	color: #e6e6e6;
	font-size: 20px;
	line-height: 140px;
	text-transform: uppercase;
	font-weight: 300;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.booking-button-big {
	position: relative;
	color: #fff;
	display: inline-block;
	width: 100%;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 18px;
	font-weight: 300;
	letter-spacing: 1px;
	outline: none;
	text-align: center;
	padding-top: 52px;
	padding-bottom: 52px;
	margin: 0;
	background-color: #060606;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.booking-button-big:hover {
	color: #fff;
}

.quantity {
	position: relative;
}

.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.quantity input[type=number] {
	-moz-appearance: textfield;
}

.quantity input {
	width: 100%;
	height: 140px;
	font-weight: 300;
	font-size: 40px;
	line-height: 140px;
	display: block;
	color: #e6e6e6;
	padding: 0;
	margin: 0;
	margin: 0;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, .3);
	background-color: rgba(32, 32, 32, .9);
	background-image: url('../img/user.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 80px 80px;
}

.quantity input:focus {
	outline: 0;
}

.quantity-nav {
	position: absolute;
	top: 20px;
	right: 0;
	z-index: 20;
}

.quantity-button {
	position: relative;
	cursor: pointer;
	width: 20px;
	height: 50px;
	display: block;
	background-repeat: no-repeat;
	background-size: 15px 15px;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.quantity-button.quantity-up {
	background-image: url('../img/up.svg');
	background-position: top center;
}

.quantity-button.quantity-down {
	background-image: url('../img/down.svg');
	background-position: bottom center;
}

/* #Quotes
================================================== */

#owl-sep-1 {
	position: relative;
	width: 100%;
	margin: 0 auto;
	display: block;
}

#owl-sep-1 .item {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 2;
	display: block;
}

.quote-sep {
	position: relative;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	overflow: hidden;
	display: block;
	padding-top: 30px;
	padding-bottom: 50px;
	background-image: url('../img/qu.png');
	background-repeat: no-repeat;
	background-position: top center;
}

.quote-sep h4 {
	text-align: center;
	margin: 0 auto;
	color: #fff;
	font-weight: 300;
	font-style: italic;
	font-size: 19px;
	line-height: 34px;
	width: 100%;
	max-width: 830px;
}

.quote-sep h6 {
	text-align: center;
	margin: 0 auto;
	color: #fff;
	padding-top: 40px;
	width: 100%;
}

#owl-sep-1.owl-theme .owl-controls {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 0;
	margin: 0 auto;
	z-index: 100;
	width: 100%;
	z-index: 20;
}

#owl-sep-1.owl-theme .owl-controls .owl-page span {
	background-color: rgba(255, 255, 255, .3);
	text-align: center;
	width: 35px;
	height: 2px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

#owl-sep-1.owl-theme .owl-controls .owl-page span:hover {}

#owl-sep-1.owl-theme .owl-controls .owl-page.active span {}

/* #Gallery
================================================== */

#owl-sep-2 {
	position: relative;
	width: 100%;
	margin: 0 auto;
	display: block;
}

#owl-sep-2 .item {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 2;
	display: block;
}

.gallery-small:before,
.gallery-small:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	display: block;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.gallery-small:before {
	z-index: 2;
	background: linear-gradient(45deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .9));
}

.gallery-small:after {
	z-index: 3;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50px 50px;
	background-image: url('../img/plus.png');
}

.gallery-small:hover:before,
.gallery-small:hover:after {
	opacity: 1;
}

/* #Video
================================================== */

.video-button {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 10px;
	color: #fff;
	background-color: #000;
	border-radius: 50%;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0);
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.video-button:hover {
	color: #fff;
	box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.5);
}

.video-button:before {
	position: absolute;
	content: '';
	display: block;
	top: -5px;
	left: -5px;
	width: 60px;
	height: 60px;
	background-color: rgba(255, 255, 255, .03);
	border-radius: 50%;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.video-button:hover:before {
	top: -55px;
	left: -55px;
	width: 160px;
	height: 160px;
	background-color: rgba(255, 255, 255, 0);
}

/* Video Hover Image */

.video-section {
	position: relative;
	width: 100%;
	margin: 0 auto;
	max-width: 800px;
}

.video-wrapper,
figure.vimeo,
figure.youtube {
	margin: 0;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

figure.youtube a img,
figure.vimeo a img {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: 100%;
	max-width: none;
}

figure.vimeo a:after,
figure.youtube a:after {
	content: "";
	width: 60px;
	height: 60px;
	background: #212121;
	z-index: 9;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -30px;
	border-radius: 50%;
	box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

figure.vimeo:hover a:after,
figure.youtube:hover a:after {
	box-shadow: 0px 0px 0px 1000px rgba(0, 0, 0, 0.1);
}

figure.vimeo a:before,
figure.youtube a:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	z-index: 10;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -3px;
	margin-top: -5px;
	display: block;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

figure.vimeo:hover a:before,
figure.youtube:hover a:before {
	border-left: 8px solid #fff;
}

figure.vimeo a:hover img,
figure.youtube a:hover img {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

figure.vimeo a img,
figure.youtube a img {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.award-content-home p {
	width: 75%;
	margin: auto;
	text-align: center;
	padding-top: 1rem;
	padding-bottom: 2rem;
}


/* 
.mivan-bg{
	background-image: url('../img/mivan.jpg');
} */
/* #Rooms
================================================== */

.amenities {
	position: relative;
	text-align: center;
	margin: 0 auto;
}

.amenities img {
	width: 36px;
	height: auto;
	display: block;
	text-align: center;
	margin: 0 auto;
}

.amenities p {
	margin: 0;
	padding: 0;
	margin-top: 15px;
	color: #f8f8f8;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#rooms-sync1 .item {
	position: relative;
	width: 100%;
}

#rooms-sync1 .item img {
	width: 100%;
	height: auto;
	display: block;
}

#rooms-sync2 .item {
	position: relative;
	width: 100%;
}

#rooms-sync2 .item img {
	width: 100%;
	height: auto;
	display: block;
}

#rooms-sync2 .item {
	position: relative;
	margin-top: 5px;
}

#rooms-sync2 .item img {
	width: 100%;
	height: auto;
	display: block;
}

.customNavigation.rooms-sinc-1-2 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 30px;
	z-index: 1000;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.next-rooms-sync-1,
.prev-rooms-sync-1 {
	position: absolute;
	cursor: pointer;
	width: 30px;
	height: 30px;
	text-align: center;
	z-index: 1002;
	background-color: rgba(0, 0, 0, .5);
	background-size: 14px 14px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.next-rooms-sync-1:hover,
.prev-rooms-sync-1:hover {
	background-color: rgba(0, 0, 0, .95);
}

.next-rooms-sync-1 {
	left: 10px;

	background-image: url('../img/umbera-new/icons/arrow-left.svg');
}

.prev-rooms-sync-1 {
	right: 10px;
	background-image: url('../img/umbera-new/icons/arrow-right.svg');
}

/* #Search
================================================== */

.valeurPrix {
	position: absolute;
	top: -40px;
	right: 0;
}

.range-slider {
	position: relative;
	width: 100%;
	float: left;
	margin-right: 5px;
}

.range-slider .input-range {
	-webkit-appearance: none;
	width: 100%;
	height: 5px;
	border-radius: 5px;
	background: #ccc;
	outline: none;
}

.range-slider .input-range::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: background .15s ease-in-out;
	transition: background .15s ease-in-out;
}

.range-slider .input-range::-moz-range-thumb {
	width: 20px;
	height: 20px;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: background .15s ease-in-out;
	transition: background .15s ease-in-out;
}

.range-slider .range-value {
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 2px;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	text-align: right;
}

.selecteurPrix::-moz-range-track {
	background: #ccc;
	border: 0;
}

.selecteurPrix input::-moz-focus-inner {
	border: 0;
}



.list {
	margin: 0;
	padding: 0;
}

.list__item {
	margin: 0 0 .5rem 0;
	padding: 0;
	list-style: none;
}

.list__item:last-child {
	margin: 0;
}

.label--checkbox {
	position: relative;
	line-height: 135%;
	cursor: pointer;
	background: transparent;
	color: #f2f2f2;
	letter-spacing: 1px;
}

.checkbox {
	position: relative;
	top: -0.8rem;
	margin: 0 2rem 0 0;
	cursor: pointer;
	background: transparent;
	width: 0 !important;
	height: 0 !important;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.checkbox:active,
.checkbox:focus {
	border: none;
	outline: none;
}

.checkbox:before {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	content: "";
	position: absolute;
	left: 0;
	z-index: 1;
	width: 1rem;
	height: 1rem;
	border: 2px solid rgba(255, 255, 255, .4);
	background: transparent;
}

.checkbox:checked:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	height: .5rem;
	border-top-style: none;
	border-right-style: none;
	background: transparent;
}

.checkbox:after {
	content: "";
	position: absolute;
	top: -0.125rem;
	left: 0;
	width: 1.1rem;
	height: 1.1rem;
	background: transparent;
	cursor: pointer;
}

/* #accordion
================================================== */

/* #accordion
================================================== */

.accordion-button {
	background-color: #01579b;
	color: white;
	font: 20px Roboto, sans-serif;
}

.accordion-button:after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed):after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:hover {
	font: 21px Roboto, sans-serif;
}

.accordion-button:not(.collapsed) {
	background-color: #0277bd;
	color: white;
}

.accordion-item {
	background-color: #e1f5fe;
	font: 16px Roboto, sans-serif;
}

.card-awards {
	border-radius: 0;
	padding: 10px;
	margin: 0;
	border: none;
	background-color: transparent;
}

.card-header {
	border-radius: 0;
	padding: 0;
	margin: 0;
	background-color: transparent;
	border: none;
}

.card-header .btn-link {
	position: relative;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	border-radius: 0;
	padding: 15px 20px;
	margin: 0;
	width: 100%;
	text-align: left;

	background-color: #7eb144;
	border: 1px solid rgba(0, 0, 0, .1);
	border-bottom: none;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	color: #ffffff;
}

.card-header .btn-link:after {
	position: absolute;
	content: '';
	width: 21px;
	height: 1px;
	right: 20px;
	top: 30px;
	background-color: #ffffff;
	z-index: 2;
}

.card-header .btn-link:before {
	position: absolute;
	content: '';
	width: 1px;
	height: 20px;
	right: 30px;
	top: 20px;
	background-color: #ffffff;
	z-index: 2;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.card-header .btn-link[aria-expanded="true"]:before {
	transform: rotate(90deg);
}

.card-header .btn-link:active,
.card-header .btn-link:focus,
.card-header .btn-link:hover {
	text-decoration: none;
}

.card-header .btn-link.last {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.card-body {
	border: 1px solid rgba(0, 0, 0, .1);
	border-bottom: none;
	margin: 0;
	padding: 20px;
}

.card-body.last {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	border-top: none;
}


/* awards  */
.awards-slider {
	padding: 0;
	list-style: none;
}

.awards-slider li {
	margin: 0;
	float: left;
	padding: 40px 0;
}

.card {
	margin-left: 0.25em;
	margin-right: 0.25em;
}

.card img {
	display: block;
	max-width: 100%;
	height: auto;
}

.owl-wrapper {
	transform-style: preserve-3d;
}

.owl-item {
	transition: all 250ms ease-out;
	transform: translate3d(0px, 0px, 0px) scale(1);
}

.owl-item.active {
	transform: translate3d(0px, 0px, -10px) scale(1) rotateY(25deg);
}

.owl-item.active+.active {
	transform: translate3d(0px, 0px, 10px) scale(1);
}

.owl-item.active+.active+.active {
	transform: translate3d(0px, 0px, 20px) scale(1);
}

.owl-item.active+.active+.active+.active {
	transform: translate3d(0px, 0px, 10px) scale(1);
}

.owl-item.active+.active+.active+.active+.active {
	transform: translate3d(0px, 0px, -10px) scale(1) rotateY(-25deg);
}

/* end awards */

/* #restaurant
================================================== */

.services-box.restaurant {
	padding: 30px;
	border: 1px solid rgba(0, 0, 0, .1);
}

.services-box.restaurant img {
	width: 42px;
	height: 42px;
	display: block;
}

.restaurant-box {
	position: relative;
	display: block;
	width: 100%;
}

.restaurant-box img {
	display: block;
	width: 70%;
	height: auto;
}

.restaurant-box h6 {
	position: absolute;
	z-index: 2;
	font-weight: 500;
	top: 50%;
	right: 0;
	margin-top: -35px;
}

.restaurant-box h6 span {
	background-color: rgba(255, 255, 255, .95);
	padding: 5px 15px;
	box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.1);
}

.restaurant-box p {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 0;
	margin-top: 5px;
	margin: 0;
	font-style: italic;
	letter-spacing: 1px;
	color: #212121;
	font-size: 14px;
}

.restaurant-box p span {
	background-color: rgba(255, 255, 255, .95);
	padding: 5px 15px;
	box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.1);
}

.restaurant-box h5 {
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 10px;
	font-weight: 200;
	color: #fff;
	font-style: italic;
	font-family: 'Roboto', sans-serif;
}

.restaurant-box h5 span {
	background-color: rgba(0, 0, 0, .75);
	padding: 10px;
	box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.1);
}

/* #testimonials
================================================== */

.services-box.restaurant.testimonials img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

.services-box.restaurant.testimonials .img-down img {
	width: auto;
	height: 18px;
	border-radius: 0;
}

/* #news
================================================== */

.room-icons.news-tags a {
	position: relative;
	display: inline-block;
	float: left;
	color: #999;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 400;
	margin-right: 25px;
}

.room-icons.news-tags a:after {
	position: absolute;
	content: '-';
	top: 0;
	right: -14px;
	z-index: 2;
}

.room-icons.news-tags a:last-child:after {
	display: none;
}

/* #Project nav
================================================== */

.project-nav-wrap {
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../img/line-nav.png');
	background-size: 23px 80px;
}

.project-nav-wrap .left-nav {
	position: relative;
	display: inline-block;
	margin-right: 30px;
	width: 220px;
	height: 120px;
	letter-spacing: 2px;
	text-align: right;
	font-size: 50px;
	line-height: 80px;
	vertical-align: text-top;
	color: #999;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	transition: all 250ms linear;
}

.project-nav-wrap .left-nav:hover {
	color: #000;
}

.project-nav-wrap .right-nav {
	position: relative;
	display: inline-block;
	margin-left: 30px;
	width: 220px;
	height: 120px;
	font-size: 50px;
	line-height: 160px;
	vertical-align: text-bottom;
	letter-spacing: 2px;
	text-align: left;
	color: #999;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	transition: all 250ms linear;
}

.project-nav-wrap .right-nav:hover {
	color: #000;
}

.project-nav-wrap .left-nav .text-on-hover,
.project-nav-wrap .right-nav .text-on-hover {
	position: absolute;
	z-index: 2;
	width: 100%;
	opacity: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	color: #000;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	transition: all 250ms linear;
}

.project-nav-wrap .left-nav .text-on-hover {
	text-align: right;
	padding-right: 50px;
	right: 0;
	bottom: 130px;
}

.project-nav-wrap .left-nav .text-on-hover:before {
	font-family: FontAwesome;
	padding-right: 10px;
	font-size: 15px;
	content: "\f104";
}

.project-nav-wrap .left-nav:hover .text-on-hover {
	opacity: 1;
	bottom: 110px;
}

.project-nav-wrap .right-nav .text-on-hover {
	text-align: left;
	padding-left: 50px;
	left: 0;
	top: 130px;
}

.project-nav-wrap .right-nav .text-on-hover:after {
	font-family: FontAwesome;
	padding-left: 10px;
	font-size: 15px;
	content: "\f105";
}

.project-nav-wrap .right-nav:hover .text-on-hover {
	opacity: 1;
	top: 110px;
}

/* #Post Page
================================================== */

.post-box {
	position: relative;
	width: 100%;
	display: block;
	padding: 0;
	padding-bottom: 2.5rem;
	border-radius: 0.35rem;
}

.drop-shadow {
	box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.06);
}

.post-box img.blog-home-img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 0;
	margin-right: 0;
}

.post-box .padding-in {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.blockquote {
	padding-top: 1.4rem;
	padding-bottom: 1.4rem;
	padding-left: 1.4rem;
	padding-right: 0;
}

.blockquote-footer::before {
	padding-right: 10px;
}

.blockquote.blockquote-reverse {
	border-left: none;
	padding-right: 1.4rem;
	padding-left: 0;
}

.blockquote-reverse .blockquote-footer::before {
	padding-right: 0;
}

.blockquote-reverse .blockquote-footer::after {
	padding-left: 10px;
}

.separator-wrap {
	width: 100%;
	min-height: 1px;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	flex-wrap: no-wrap;
	webkit-box-align: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
}

.separator-wrap p {
	margin-bottom: 0;
	padding-left: 1rem;
	padding-right: 1rem;
}

.separator {
	position: relative;
	-webkit-box-flex: 1;
	flex: 1 1 auto;
	min-width: 10%;
}

.separator-line {
	position: relative;
	height: 1px;
	display: block;
	top: 1px;
	width: 100%;
	border-top: 1px solid #e3e3e3;
}

.opacity-40 {
	opacity: 0.4;
}

.separator-line.med {
	border-top-width: 3px;
}

.separator-line.big {
	border-top-width: 8px;
	border-radius: 2px;
}

.separator-line.dashed {
	border-top-style: dashed;
	outline: none;
}

.post-box .btn-primary {
	background-color: #212121;
	border: none;
	outline: none;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.post-box .btn-primary:hover span {
	-webkit-transform: translateZ(10px);
	transform: translateZ(10px);
}

.post-box .btn-primary:focus,
.post-box .btn-primary:active {
	border: none;
	outline: none;
	box-shadow: none;
}

.post-box .btn-primary span {
	position: relative;
	display: block;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	transition: all 250ms linear;
}

.post-box .btn-primary:hover {
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
}

.author-wrap {
	position: relative;
	width: 100%;
	display: block;
}

.author-wrap p {
	display: inline-block;
	font-size: 0.84rem;
}

.author-wrap p a {
	color: #888;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

.author-wrap img {
	width: 60px;
	height: 60px;
	display: inline-block;
	border-radius: 50%;
	margin-right: 10px;
}

.post-comm-box {
	position: relative;
	width: 100%;
	display: block;
	padding: 2.5rem;
}

.post-comm-box img {
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 50%;
	margin-right: 20px;
}

.post-comm-box h6 {
	display: inline-block;
}

.post-comm-box h6 small {
	text-transform: none;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: .7rem;
	font-style: italic;
	margin-left: 10px;
}

.subscribe-box {
	position: relative;
	width: 100%;
	display: block;
}

.subscribe-box input {
	padding-top: 15px;
	padding-bottom: 15px;
}

.form-control {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	padding: 0.8rem 0.75rem;
	font-size: .8rem;
	line-height: 1.25;
	color: #464a4c;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0;
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}

.form-control:active,
.form-control:focus {
	background-color: transparent;
	box-shadow: none;
}

.form-control::-webkit-input-placeholder {
	color: #999;
	opacity: 1;
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #999;
	opacity: 1;
}

.form-control::placeholder {
	color: #999;
	opacity: 1;
}

.for-textarea {
	min-height: 180px;
}

.subscribe-box .btn.subscribe-1 {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.sidebar-box {
	position: relative;
	width: 100%;
	display: block;
	padding: 2.5rem;
}

.sidebar-box h6 {}

.list-style {
	margin: 0;
	list-style: none;
}

.list-style li {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	font-size: 0.8rem;
	line-height: 1.1rem;
}

.list-style li:first-child {
	margin-top: 0;
}

.list-style li:last-child {
	margin-bottom: 0;
}

.list-style.square li:before,
.list-style.circle-o li:before,
.list-style.circle li:before {
	font-family: 'FontAwesome';
	font-size: 0.5rem;
	margin-right: 15px;
	display: inline-block;
	line-height: 1.1rem;
	height: 1.1rem;
	vertical-align: middle;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.list-style.circle li:before {
	content: '\f111';
}

.list-style.circle-o li:before {
	content: '\f10c';
}

.list-style.square li:before {
	content: '\f0c8';
}

.list-style li i {
	font-size: 0.8rem;
	line-height: 1.1rem;
	height: 1.1rem;
	width: 20px;
	text-align: left;
	margin-right: 10px;
}

.list-style a.btn-link {
	background-color: transparent;
	color: #212121;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

.list-style a.btn-link:hover {
	text-decoration: none;
	background-color: transparent;
	box-shadow: none;
}

/* #contact
================================================== */

.current {
	color: #000;
}

.ajax-form input {
	position: relative;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 13px;
	line-height: 24px;
	padding-bottom: 15px;
	background: transparent;
	border: none;
	color: #737373;
	text-align: center;
	-webkit-transition: border-bottom 0.3s, color 0.3s;
	transition: border-bottom 0.3s, color 0.3s;
}

.ajax-form textarea {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 13px;
	line-height: 24px;
	text-align: center;
	background: transparent;
	height: 100px;
	border: none;
	color: #737373;
	-webkit-transition: border-bottom 0.3s, color 0.3s;
	transition: border-bottom 0.3s, color 0.3s;
}

.ajax-form textarea,
.ajax-form input {
	border-bottom: 1px solid rgba(200, 200, 200, .7);
	text-align: left;
	color: rgb(0 92 169);
}

.ajax-form textarea:active,
.ajax-form input:active {
	color: #101010;
}

.ajax-form textarea:active,
.ajax-form input:hover {
	color: #101010;
}

.ajax-form textarea:focus,
.ajax-form input:focus {
	outline: none !important;
}

.ajax-form input:-ms-input-placeholder {
	font-size: 12px;
	letter-spacing: 1px;
	color: #999999;
}

.ajax-form input::-moz-placeholder {
	font-size: 12px;
	letter-spacing: 1px;
	color: #999999;
}

.ajax-form input:-moz-placeholder {
	font-size: 12px;
	letter-spacing: 1px;
	color: #999999;
}

.ajax-form input::-webkit-input-placeholder {
	font-size: 14px;
	letter-spacing: 1px;
	color: rgb(0, 0, 0);
}

.ajax-form textarea:-ms-input-placeholder {
	font-size: 12px;
	letter-spacing: 1px;
	color: #999999;
}

.ajax-form textarea::-moz-placeholder {
	font-size: 12px;
	letter-spacing: 1px;
	color: #999999;
}

.ajax-form textarea:-moz-placeholder {
	font-size: 12px;
	letter-spacing: 1px;
	color: #999999;
}

.ajax-form textarea::-webkit-input-placeholder {
	font-size: 14px;
	letter-spacing: 1px;
	color: #000000;
}

.ajax-form button {
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	padding: 10px 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	background-color: #212121;
	border: none;
	outline: none;
	margin: 0 auto;
	text-align: center;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	transition: all 250ms linear;
}

.ajax-form button:focus,
.ajax-form button:active {
	border: none;
	outline: none;
}

.ajax-form button span {
	position: relative;
	display: block;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	transition: all 250ms linear;
}

.ajax-form button:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.ajax-checkbox .list {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.ajax-checkbox .list__item {
	margin: 0 0 .5rem 0;
	padding: 0;
	list-style: none;
}

.ajax-checkbox .list__item:last-child {
	margin: 0;
}

.ajax-checkbox .label--checkbox {
	position: relative;
	line-height: 135%;
	cursor: pointer;
	background: transparent;
	color: rgb(110 103 103);
	letter-spacing: 1px;
	font-size: 15px;
	font-weight: 400;
	padding-bottom: 0 !important;
}

.ajax-checkbox .checkbox {
	position: relative;
	top: -0.8rem;
	margin: 0 2rem 0 0;
	cursor: pointer;
	background: transparent;
	width: 0 !important;
	height: 0 !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-bottom: 0 !important;
}

.ajax-checkbox .checkbox:active,
.ajax-checkbox .checkbox:focus {
	border: none;
	outline: none;
}

.ajax-checkbox .checkbox:before {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	content: "";
	position: absolute;
	left: 0;
	z-index: 1;
	width: 1rem;
	height: 1rem;
	border: 2px solid rgba(0, 0, 0, .2);
	background: transparent;
}

.ajax-checkbox .checkbox:checked:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	height: .5rem;
	border-top-style: none;
	border-right-style: none;
	background: transparent;
}

.ajax-checkbox .checkbox:after {
	content: "";
	position: absolute;
	top: -0.125rem;
	left: 0;
	width: 1.1rem;
	height: 1.1rem;
	background: transparent;
	cursor: pointer;
}

.address {
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	width: 100%;
	display: block;
	margin-top: 1rem;
}

.address:last-child {
	border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.address::after {
	display: block;
	clear: both;
	content: "";
}

.address-in {
	position: relative;
	width: 50%;
	display: inline-block;
	float: left;
}

.address-in .color-black {
	font-weight: 500;
}

.text-opacity {
	opacity: .5;
}

.subscribe-home {
	position: relative;
	width: 100%;
	display: block;
	box-shadow: 0px 6px 25px 0px rgba(0, 0, 0, 0.6);
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}

.subscribe-home input {
	position: relative;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	font-weight: 200;
	letter-spacing: 1px;
	font-size: 26px;
	line-height: 100px;
	height: 100px;
	background-color: #212121;
	text-align: left;
	border: none;
	color: #fff;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.subscribe-home input {}

.subscribe-home input:focus {
	outline: none !important;
}

.subscribe-home input:focus {
	outline: none !important;
}

.subscribe-home input:-ms-input-placeholder {
	font-size: 26px;
	line-height: 100px;
	color: #d5d5d5;
}

.subscribe-home input::-moz-placeholder {
	font-size: 26px;
	line-height: 100px;
	color: #d5d5d5;
}

.subscribe-home input:-moz-placeholder {
	font-size: 26px;
	line-height: 100px;
	color: #d5d5d5;
}

.subscribe-home input::-webkit-input-placeholder {
	font-size: 26px;
	line-height: 100px;
	color: #d5d5d5;
}

.subscribe-home button {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 12px;
	font-weight: 300;
	letter-spacing: 2px;
	text-align: center;
	background-color: #000;
	padding: 44px 25px;
	margin: 0;
	border: none;
	cursor: pointer;
	color: #fff;
	z-index: 2;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.subscribe-home button:hover {}

.subscribe-home button:focus,
.subscribe-home button:active {
	border: none;
	outline: none;
}

/* #Footer
================================================== */

.footer-logo {
	/* height: 45px; */
	width: 130px;
	display: inline-block;
}

.footer a {
	color: #000000;
	display: block;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	margin-bottom: 5px;
}

.footer a:hover {
	text-decoration: none;
}

.footer .logos-footer img {
	/* height: 18px;
	width: auto; */
	display: inline-block;
	margin-right: 25px;
}

.footer-bottom p {
	color: #fff;
	font-size: 13px;
	line-height: 20px;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0;
}

.footer-address p {
	color: #000;
}

.social-footer-bottom {
	color: #ccc;
	font-size: 13px;
	line-height: 20px;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 10px;
	border-right: 1px solid rgba(255, 255, 255, .2);
	transition: all 250ms linear;
}

.social-footer-bottom:last-child {
	border-right: 1px solid rgba(255, 255, 255, 0);
}

.social-footer-bottom:hover {
	text-decoration: none;
}



.Apartment-heading-rooms {
	font-size: 23px;
}

.rooms-ul {
	padding-left: 25px !important;
	margin-top: 1rem;
}

.footer-bg-color {
	background-color: #fff;
}

.footer-icons {
	font-size: 18px;
}

.footer-heading {
	font-weight: 600;
}

.banking-sec img {
	/* width: 100%; */
	/* height: 100%; */
	/* margin-bottom: 1rem; */
}



.cta {
	position: relative;
	top: 20px;
	margin: auto;
	padding: 19px 22px;
	transition: all .2s ease;
}

.cta:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	border-radius: 28px;
	background: rgb(109 194 52);
	width: 56px;
	height: 56px;
	transition: all .3s ease;
}

.cta span {
	position: relative;
	font-size: 16px;
	line-height: 18px;
	font-weight: 500;
	letter-spacing: .25em;
	text-transform: capitalize;
	vertical-align: middle;
	color: #000;
}

.cta svg {
	position: relative;
	top: 0;
	margin-left: 10px;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke: #111;
	stroke-width: 2;
	transform: translateX(-5px);
	transition: all .3s ease;
}

.cta:hover:before {
	width: 100%;
	background: #6dc2346e;
}

.cta:hover svg {
	transform: translateX(0);
}

.cta:active {
	transform: scale(0.96);
}

.home-services-w p {
	width: 75%;
	margin: auto;
}

.umbera-subheading {
	color: rgb(109 194 52);
	font-size: 25px;
	/* font-weight: 500; */
}

.rooms-3bhk .item img {
	padding: 5px;
}

.home-services-w {
	/* border-right: 1px solid #b7b7b7; */
	background: #f7f7f7;
	padding: 1rem;
}

/* button */
/* .form-umbera{
	background-image: url("../img/banner/contact-2.jpg");
	background-size: cover;
	background-repeat: no-repeat;
} */
.form-bg-contact {
	/* background-color: #ffffffc4; */
	padding: 2rem;
}

.form-bg-color {
	background-color: rgb(249, 249, 249);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.form-umbera {
overflow: hidden;
	margin-top: 4rem;
	margin-bottom: 4rem;
}

.getin {
	font-size: 25px;
	color: #000;
}

/* about css  */
.m-v-s {}

.m-v-s h5 {
	font-size: 30px;
}

.m-v-s p {
	font-size: 17px;
	width: 85%;

}

.section-mission {
	display: flex;
	/* min-height: 100vh; */
	height: 500px;
	/* background: rgb(171, 168, 168); */
	position: relative;
	z-index: -1;
}

.section-mission>* {
	width: 50%;
	height: 100%;
}

.section__img {
	position: relative;
	display: flex;
}

.section__img__inner {
	height: 100vh;
	position: fixed;
	left: 5%;
	width: 40%;
	top: 0;
	mix-blend-mode: multiply;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.section__body {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 100;
}

.section__text {
	padding: 0vw;
}

.section__img__inner {
	filter: blur(0px);
	opacity: 0;
	background-position: 50% 40%;
	transition: filter 0.6s ease, opacity 0.6s ease, background-position 0.8s ease;
}

.section-mission.active .section__img__inner {
	opacity: 1;
	background-position: 50% 50%;
	filter: blur(0);
}

.contact-sub-heading {}

.contact-img {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}

.contact-img img {
	width: 45px;
	object-fit: contain;
}

.phone-no {
	padding-left: 1rem;
}

.phone-no a {
	color: #6e6e6e;
}

.phone-no h4 {
	font-weight: 300;
	font-size: 25px;
	color: #6e6e6e;
	margin-bottom: 5px;
}


.mission-vission-mobile {
	display: none;
}

.mission-vision-desktop {
	display: block;
}

.contact-us-social {
	list-style-type: none;
	padding-left: 0px;
}

.contact-font-color {
	font-size: 30px;
	/* color: #60a82e; */
	color: #000;
}

.home-sec-headings {
	font-size: 30px;
}

.social-icons li {
	display: inline-block;
	margin: 0.15em;
	position: relative;
	font-size: 1.2em;
}

.social-icons i {
	color: #ffffff;
	position: absolute;
	top: 12px;
	left: 11px;
	transition: all 265ms ease-out;
}

.social-icons a {
	display: inline-block;
}

.social-icons a:before {
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	content: " ";
	width: 40px;
	height: 40px;
	border-radius: 100%;
	display: block;
	background: linear-gradient(45deg, #96c576, #61a92e);
	transition: all 265ms ease-out;
}

.social-icons a:hover:before {
	transform: scale(0);
	transition: all 265ms ease-in;
}

.social-icons a:hover i {
	transform: scale(2.2);
	-ms-transform: scale(2.2);
	-webkit-transform: scale(2.2);
	color: #61a92e !important;
	background: -webkit-linear-gradient(45deg, #61a92e, #61a92e);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: all 265ms ease-in;
	font-size: 15px;
}


.news h4 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
	color: #005ca9;
}

.newsletter-form form {
	height: 55px;
	position: relative;
}

.newsletter-form .generic-btn {
	background: transparent;
	border: transparent;
	/* font-size: 30px; */
	/* position: absolute; */
	margin-top: 1rem;
	right: 85px;
	top: 10px;
	color: #ffffff;
	background-color: #005ca9;
	min-width: 0;
	font-size: 15px;
	padding: 5px 10px;
}

.newsletter-form form input {
	border: 1px solid #ddd;
	border-radius: 0;
	width: 80%;
	padding-left: 15px;
	height: 60%;
}

/* counter */
.counter-section i {
	display: block;
	margin: 0 0 10px;
	color: #61a92e;
}

.counter-section span.counter {
	font-size: 40px;
	color: #000;
	line-height: 60px;
	display: block;
	font-family: "Oswald", sans-serif;
	letter-spacing: 2px
}

.counter-title {
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600;
	color: #000;
}

.counter-icon {
	top: 25px;
	position: relative
}

.counter-style2 .counter-title {
	letter-spacing: 0.55px;
	float: left;
}

.counter-style2 span.counter {
	letter-spacing: 0.55px;
	float: left;
	margin-right: 10px;
}

.counter-style2 i {
	float: right;
	line-height: 26px;
	margin: 0 10px 0 0
}

.counter-subheadline span {
	float: right;
}

.medium-icon {
	/* font-size: 40px; */
	width: 80px;
	margin-bottom: 15px;
}

.counter-sign {
	font-size: 26px;
	color: #000;
	margin-left: 5px;
	margin-top: -5px;
}

.locations-ul {
	padding-left: 0px;
}

.locations-ul li {
	list-style: none;
	margin-bottom: 1rem;
	font-size: 20px;
	font-weight: 500;
}

.locations-icons {
	width: 50px;

	margin-right: 1rem;
}

/* start emi calchart */
.loan-heading {
	margin-bottom: 2rem;
}

.loan-heading h2 {
	font-size: 40px;
	color: #61a92e;
	font-weight: 400;
}

.sub-container {
	/* display: flex;
	width: 100%;
	gap: 50px;
	height: max-content; */
}


.view,
.breakup {
	width: 75%;
}

.details input {
	width: 100%;
}

.detail {
	display: flex;
	justify-content: space-between;
}


/*----- Styling the sliders ----*/
input[type="range"] {
	-webkit-appearance: none;
	margin: 10px 0;
	width: 100%;
}

input[type="range"]:focus {
	outline: none;
}

input[type="range"]::-webkit-slider-runnable-track {
	width: 100%;
	height: 6px;
	cursor: pointer;
	background: #9088d2;
	border-radius: 10px;
}

input[type="range"]::-webkit-slider-thumb {
	box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
	border: 5px solid #ffffff;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #9088d2;
	cursor: pointer;
	margin-top: -6px;
	-webkit-appearance: none;
}

input[type="range"]:focus::-webkit-slider-runnable-track {
	background: #b3b3b3;
}

input[type="range"]::-moz-range-track {
	width: 100%;
	height: 6px;
	cursor: pointer;
	background: #9088d2;
	border-color: transparent;
	border-width: 16px 0;
	color: transparent;
	border-radius: 10px;
}

input[type="range"]::-moz-range-thumb {
	box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
	border: 5px solid #ffffff;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #9088d2;
	cursor: pointer;
	margin-top: -6px;
}

input[type="range"]::-ms-track {
	width: 100%;
	height: 6px;
	cursor: pointer;
	background: #9088d2;
	border-color: transparent;
	border-width: 16px 0;
	color: transparent;
	border-radius: 10px;
}

input[type="range"]::-ms-fill-lower {
	background: #9088d2;
	border-radius: 5px;
}

input[type="range"]::-ms-fill-upper {
	background: #9088d2;
	border-radius: 5px;
}

input[type="range"]::-ms-thumb {
	box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
	border: 5px solid #ffffff;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #9088d2;
	cursor: pointer;
	margin-top: -6px;
}

input[type="range"]:focus::-ms-fill-lower {
	background: #9088d2;
}

input[type="range"]:focus::-ms-fill-upper {
	background: #9088d2;
}

/*-------------------------------------*/
#price {
	color: #130f31;
	font-size: 25px;
}

.loan-details {
	width: 90%;
	display: flex;
	justify-content: space-between;
	gap: 30px;
}

#price-container {
	color: #9088d2;
	margin-top: 50px;
}

#price-container::before {
	content: "Monthly Payable:";
	font-size: 12px;
	display: block;
}

/* end emi cal chart */
/*  start modal sec */
.modal-img-layout {
	width: 100%;
}

/* end modal sec  */



/* end counter */
/* .owl-item {
	width: 400px !important;
} */
.product-inner {
	position: unset !important;
}

.product-slide {
	position: unset !important;
	padding: 0px !important;
	grid-template-rows: unset !important;
	grid-template-columns: unset !important;

}

.awards-color {
	filter: grayscale(1);
}

.awards-color:hover {
	filter: grayscale(0);
}



/* css menu  */
.menu12 ul li {
	display: inline-block;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	text-align: center;
}

.menu12,
.menu12 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	text-align: right;
}

.menu12 ul li:hover ul {
	box-shadow: 3px 3px 6px rgba(0 0 0 / 50%);
	z-index: 999;
	display: block;
}

.menu12 li:hover>ul {
	opacity: 1;
	visibility: visible;
	display: block ! important;
	box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.1);
}

.menu12 ul ul {
	border-top: 0;
	border-bottom: 0;
	position: absolute;
	top: 85%;
	width: 270px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .08);
	background: #fff;
	border-bottom: 3px solid #9abc23;
}

.menu12 ul ul {
	opacity: 0;
	visibility: hidden;
	display: none ! important;
	-webkit-transition: opacity 150ms ease-in-out;
	-moz-transition: opacity 150ms ease-in-out;
	-o-transition: opacity 150ms ease-in-out;
	-ms-transition: opacity 150ms ease-in-out;
	transition: opacity 150ms ease-in-out;
}

.menu12 ul ul li {
	float: left;
	width: 100%;
	position: relative;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
	text-align: center;
}

.menu12 ul li {
	display: inline-block;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	text-align: center;
}

/* .menu12 ul li:hover ul li a {
    background: #fff !important;
} */
/* .menu12 ul li:hover ul li a {
    color: #1a1a1a;
} */
/* .menu12 ul li:hover a {
    color: #9abc23;
} */
.menu12 ul ul li a {
	font-weight: 400;
	font-size: 13px;
	padding: 8px 25px;
	color: #898989;
	/* background-color: #fff;  */
	opacity: 0.99;
	text-transform: capitalize !important;
	line-height: 15px !important;
	letter-spacing: 0;
	text-align: left;
}

.menu12 ul li:hover ul {
	box-shadow: 3px 3px 6px rgba(0 0 0 / 50%);
	z-index: 999;
	display: block;
}

.menu12 ul ul ul {
	position: absolute;
	left: 90%;
	top: 75%;
}

.menu12 ul ul {
	border-top: 0;
	border-bottom: 0;
	position: absolute;
	top: 85%;
	width: 240px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .08);
	background: #000;
}

.menu {
	position: relative;
	width: calc(100% - 60px);
	margin: 0 auto;
	max-width: 1110px;
	z-index: 3;
}

.menu>ul {
	margin: 0 auto;
	width: auto;
	float: right;
	list-style: none;
	padding: 0;
	/* position=relative -> ul = container width, ELSE ul = 100% width  */
	box-sizing: border-box;
}

.menu>ul:before,
.menu>ul:after {
	content: "";
	display: table;
}

.menu>ul:after {
	clear: both;
}

.menu>ul>li {
	float: left;
	padding: 0;
	margin: 0 14px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	position: relative;
}

.menu>ul>li a {
	text-decoration: none;
	padding: 35px 0;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	vertical-align: bottom;
	line-height: 20px;
	letter-spacing: 1px;
	color: #393939;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.menu>ul>li>ul {
	display: none;
	/* width: 30%;  */
	background: #111;
	/* padding: 60px 50px;  */
	position: absolute;
	z-index: 99999;
	/* left: 0;  */
	margin: 0;
	list-style: none;
	box-sizing: border-box;
}

.menu>ul>li>ul:before,
.menu>ul>li>ul:after {
	content: "";
	display: table;
	padding: 5px;
}

.menu>ul>li>ul:after {
	clear: both;
}

.menu>ul>li>ul>li {
	margin: 0px 0;
	padding-bottom: 0;
	list-style: none;
	width: auto;
	background: none;
	float: left;
	display: contents;
}

.menu>ul>li>ul>li p {
	padding: 0;
	padding-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	color: #fff;

	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
	width: calc(100% - 20px);
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.menu>ul>li>ul>li p span {
	vertical-align: super;
	font-size: 9px;
	line-height: 9px;
	font-weight: 500;
}

.menu>ul>li>ul>li a {
	padding: 10px 20px !important;
	/* margin-left:10px;
	margin-right:10px; */
	color: #fff;
	/* font-family: 'Roboto', sans-serif;  */
	font-weight: 300;
	font-size: 14px;
	line-height: 13px;
	text-transform: none;
	letter-spacing: 1px;
	width: calc(100% - 0px);
	display: block;
}

.menu>ul>li a span {
	color: #fff;
	font-weight: 400;
	font-size: 11px;
	line-height: 11px;
	padding: 8px 16px;
	box-shadow: 0 6px 3px -3px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.menu>ul>li a:hover span {
	background-color: #005ca9;
	color: #fff;
}

.menu>ul>li>ul>li>ul {
	display: block;
	padding: 10px 5px;
	margin: 10px 0 0;
	list-style: none;
	box-sizing: border-box;
}

.menu>ul>li>ul>li>ul:before,
.menu>ul>li>ul>li>ul:after {
	content: "";
	display: table;
}

.menu>ul>li>ul>li>ul:after {
	clear: both;
}

.menu>ul>li>ul>li>ul>li {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: .8em;
}

.menu>ul>li>ul>li>ul>li a {
	border: 0;
}

.menu>ul>li>ul.normal-sub {
	width: 240px;
	left: auto;
	/* padding: 10px 20px; */
}

.menu>ul>li>ul.normal-sub>li {
	width: 100%;
}

/* end menu css */

.team-name {
	font-size: 25px;
	color: #ffffff;
	text-align: center;
	font-weight: 500;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #015da9;
}

.footer-bottom {
	border-top: 1px solid rgb(237, 237, 237);
}

.site-planimg {
	cursor: pointer;
}

#carouselExampleSlidesOnly-Slow .product-inner .carousel-item.active {
	transition: transform 0.5s ease, -webkit-transform 0.5s ease !important;
}

#carouselExampleSlidesOnly-Medium .product-inner .carousel-item.active {
	transition: transform 1.0s ease, -webkit-transform 1.0s ease !important;
}

#carouselExampleSlidesOnly-Quick .product-inner .carousel-item.active {
	transition: transform 1.5s ease, -webkit-transform 1.5s ease !important;
}

.mivan-heading {
	font-weight: 600;
	font-size: 18px;
	color: #000000;
	margin-right: 5px;
}

.mivan-points ul li {
	list-style-type: disc !important;
	margin-left: 2rem;
}

.amenities-space {
	width: 85%;
	margin: auto;
}

/* loan css */
.loan-heading {
	font-size: 30px;
	font-weight: 300;
	text-align: start;
	color: #000000;
}

.payment-emi-process {
	display: flex;
	justify-content: center;
	align-items: top;
}

.payment-heading {
	background-color: #f9f9f9;
	padding: 3rem;
}

/* end loan css */
.products-button-pdf {
	background: #005ca9;
	border: 1px solid transparent;
	color: #fff;
	padding: 6px 20px;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 2px;
	cursor: pointer;
}

.news-sec {
	box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
	/* border: 1px solid black; */
}

/* nri */
.nri-form-heading {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 5px;
}

.wt-separator-outer {
	overflow: hidden;
}

.wt-separator {
	display: inline-block;
	height: 3px;
	width: 50px;
	position: relative;
	background-color: black;
	margin-bottom: 1rem;
}

.nri-bg {
	box-shadow: 5px 5px 10px #ccc;
	padding: 60px 40px 40px 60px;
}

.nri-sub-lines {
	font-size: 18px;
	margin-top: 5px;
	font-weight: 400;
}

.nri-ul li {
	margin-bottom: 5px;
	font-size: 17px;
}

.nri-heading {
	font-size: 35px;
	font-weight: 500;
}

.wt-img-effect {
	position: relative;
	overflow: hidden;
	display: block;
}

.wt-img-effect img {
	display: block;
	margin: 0;
	width: 100%;
	height: auto;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	transition: all 0.25s;
	-moz-transition: all 0.25s;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
}

/* 10.1 image-opacity */
.wt-img-effect.opacity img:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
}

/*10.2 image-zoom */
.wt-img-effect.zoom-slow img {
	transition: all 10s;
	-moz-transition: all 10s;
	-webkit-transition: all 10s;
	-o-transition: all 10s;
}

.wt-img-effect.zoom-slow:hover img {
	-moz-transform: scale(2);
	-webkit-transform: scale(2);
	-o-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(1.5);
}

/*10.3 image-zoom-slow */
.wt-img-effect.zoom:hover img {
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}

.accordion-heading-space {
	white-space: normal;
	margin-bottom: 0px;
	/* margin-right: 5px; */
	width: 90%
}

.nri-bg-new {
	background-color: #fbfbfb;
}

.points-icons-rooms {
	width: 30px;
	margin: 10px;
}

/* home about sec css new */

.m-carousel-1{	position:relative;}
.m-carousel-1:after{	content:"";	position:absolute;	top:45px;	left:-45px;	width:100%;	height:100%;	background-color:transparent;	border:30px solid rgba(0,0,0,0.1);}

.m-carousel-1 .owl-carousel .owl-dots{	position:absolute;	right:20px;	margin-top:0px;	top: 50%;	width:0px;    transform: translateX(-50%) translateY(-50%);}
.m-carousel-1 .owl-carousel .owl-dots .owl-dot span{ width:12px; height:3px; border:none; float:right; clear:both; position:relative;}
.m-carousel-1 .owl-carousel .owl-dots .owl-dot span:after{
 content:"";
 position:absolute;
 top:0;
 right:0;
 width:12px;
 height:3px;
 background-color:#000;
 -webkit-transition: all 0.5s linear;
 -moz-transition: all 0.5s linear;
 -ms-transition: all 0.5s linear;
 -o-transition: all 0.5s linear;
 transition: all 0.5s linear;
}

.m-carousel-1 .owl-carousel .owl-dots .owl-dot.active span:after{ width:50px;}
@media only screen and (max-width:991px) {
.m-carousel-1{	margin-bottom:100px; margin-left: 70px;}
}
@media only screen and (max-width:768px) {
.m-carousel-1{
	margin-top:0px;
}	
.m-carousel-1::after {
    top: 100px;
    left: -70px;
    border: 20px solid rgba(0,0,0,0.1);
}
}


@media only screen and (max-width:420px) {
.m-carousel-1{	margin-left:0px;	margin-bottom:0px;}
.m-carousel-1:after{	display:none;}
}

.hilite-title{	border:0px;	}
.hilite-title strong{	display:block;	font-size:35px;	line-height:80px;	font-weight:bold;	color:rgba(191,191,191,0.3);}

.hilite-title span {
    display: block;
    font-size: 16px;
    line-height: 10px;
    font-family: 'Poppins', sans-serif;
    color: rgb(100 180 47) !important;
    letter-spacing: 3px;
    font-weight: 600;
}

.hilite-title.bdr-left{border-left:10px;	border-style:solid;}
.hilite-title.bdr-right{border-right:5px;	border-style:solid;}

.m-carousel-2{	margin-right:130px;	margin-bottom: 50px;	position:relative;}
.m-carousel-2 .home-carousel-2{	border:15px solid #fff;	border-bottom:0px;	border-left:0px;	}
.m-carousel-2  .home-carousel-2 .owl-nav {margin: 0px;    position: absolute;    bottom: -30px;    left: 30px;}

.m-carousel-2  .home-carousel-2 .owl-nav .owl-prev {left: -30px;}
.m-carousel-2  .home-carousel-2 .owl-nav .owl-next {right: -44px;}

.carousel-bg-img{	position:absolute;	right:-65px;	top:-50px;	width:100%;}
@media only screen and (max-width:991px) {	
	.m-carousel-2{
		max-width: 694px;
		width: 100%;
		padding: 0px;
		margin: 0px auto 50px;
	}
	.m-carousel-2 .home-carousel-2{	border:none;}
	.carousel-bg-img{display:none;}
}

@media only screen and (max-width:768px) {	
	.m-carousel-2{	margin:0px auto; max-width: 696px;}
	.m-carousel-2 .home-carousel-2{margin-bottom: 40px;}
}
@media only screen and (max-width: 767px) {
	.m-carousel-2 {
	  margin: 0px auto;
	  max-width: 520px;
	}
  }
@media only screen and (max-width:620px) {	

.m-carousel-2{	margin-right:0px;	margin-top:0px;}
.hilite-title strong{	font-size:30px;	line-height:32px;}
.hilite-title span{	font-size:18px;	line-height:18px;}

}

@media only screen and (max-width:460px) {	
.m-carousel-2 .carousel-hover .carousel-line h2{	font-size:18px;	}
.m-carousel-2 .carousel-hover .carousel-line p{text-overflow: ellipsis;	overflow: hidden;	white-space: nowrap;}

.m-carousel-2 .wt-carousel-info{width:100%;	padding:25px;}

}

/*======================================
35. Carousel overlay content
======================================*/
.wt-carousel-block{position:relative;}

.wt-carousel-info{position:absolute;	bottom:0px;	z-index:2;}

.carousel-line{position:relative;}

.carousel-line:after,
.carousel-line:before{position:absolute;	content:"";	background-color:#fff;}
.carousel-line:after{width:100px;	height:6px;	left: -40px;	bottom: -20px;}
.carousel-line:before{width:6px;	height:100px;	left: -20px;	bottom: -40px;}
.carousel-hover .owl-item .gradi-black:before{	opacity:0;}
.carousel-hover .owl-item.active .gradi-black:before{
	opacity:1;
	-webkit-transition: all 1s linear;
	-moz-transition: all 1s linear;
	-ms-transition: all 1s linear;
	-o-transition: all 1s linear;
	transition: all 1s linear;
}

.carousel-hover .wt-carousel-info{bottom:-300px;	opacity:0px;}
.carousel-hover .owl-item.active .wt-carousel-info{
	bottom:0px;
	opacity:1px;
	-webkit-transition: all 1.5s linear;
	-moz-transition: all 1.5s linear;
	-ms-transition: all 1.5s linear;
	-o-transition: all 11.5s linear;
	transition: all 1.5s linear;
}

@media only screen and (max-width:460px) {	
.carousel-line::after {width: 80px;    height: 4px;    left: -17px;    bottom: -10px;}	
.carousel-line::before {width: 4px;    height: 80px;    left: -12px;    bottom: -16px;}
}
/*===========================
36. Overlay Box 2
===========================*/
.overlay-bx-2{
	position: absolute;
	left: 0;
	bottom:0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color:#000;
	opacity:0;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.overlay-bx-2:hover{	opacity:0.9;	bottom:0px;}
/*===========================
37. line-amiation-block
===========================*/
.line-amiation{	position:relative;	width:100%;	height:100%;}
.line-amiation:after,
.line-amiation:before{
	content:"";
	position:absolute;	
    background-color:#fff;
	left:20px;
	top:20px;
	-webkit-transition: all 0.7s linear;
	-moz-transition: all 0.7s linear;
	-ms-transition: all 0.7s linear;
	-o-transition: all 0.7s linear;
	transition: all 0.7s linear;
	opacity:0;
}
.line-amiation:after{width:0%;	height:1px;}
.line-amiation:before{width:1px;	height:0px;}
.line-amiation:hover:after{width:100%;	opacity:1;	left:-20px;}
.line-amiation:hover:before{height:100%;	top:-20px;	opacity:1;}

.line-amiation a.v-button{
	color:#fff;
	border-left:2px solid;
	display:block;
	position:absolute;
	bottom:90px;
	right:-40px;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

@media only screen and (max-width:420px) {	
	.line-amiation a.v-button{bottom:70px;}	
}







.nri2 p {
	font-size: 16px;
}

.nri2 ul {
	padding-left: 15px;
	font-size: 14px;
}

.nri2 ul li {
	margin-bottom: 5px;
}

.nri2 .m-carousel-1:after {
	border: transparent;
}

.small-title {
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 14px;
	margin-bottom: 0;
	color: #69b138;
	font-weight: 500;
}

.umbera-space-top {
	padding-top: 130px;
	padding-bottom: 80px;
}

.popup-btn img {
	top: 62%;
	position: fixed;
	right: 0px;
	z-index: 99999999999;
	transform: rotate(-20deg);
	padding: 10px 20px 35px;
	/* height: 0px; */
	/* background-color: #61a92e !important; */
	/* color: #fff !important; */
	width: 80px;
	font-weight: bold;
	text-decoration: unset;
	/* height: 12px; */
	display:none;
}

.popup-btn a {
	top: 45%;
	position: fixed;
	right: -45px;
	z-index: 99999999999;
	transform: rotate(-90deg);
	padding: 10px 20px 35px;
	height: 0px;
	background-color: #61a92e !important;
	color: #fff !important;
	font-size: 15px;
	font-weight: bold;
	text-decoration: unset;
}
.pop-img-call{
	display: none;
}
.room-detail-para {
	color: #333333;
}

.rooms-heading h3 {
	font-size: 25px !important;
	font-weight: 500 !important;
	text-align: center !important;
	background: #61a92e !important;
	color: #fff !important;
	padding: 1rem !important;
	width: 90% !important;
	margin: auto !important;
}

.rooms-heading p {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	/* background: #61a92e; */
	color: #000000;
	/* padding: 1rem; */
	width: 75%;
	margin: auto;
	margin-top: 2rem;
}

.overview p {
	margin-bottom: 10px;
	/* color: #000000; */
	color: #000000;
	/* font-weight: 600; */
	font-weight: 600;
	border-bottom: 1px solid #c5c5c5;
	/* border: 1px solid red; */
	border-left: 1px solid #c9c9c9;
	padding-left: 1rem;
}

.overview strong {

	font-size: 14px;
	font-weight: 300;
}

.team-para {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}

.cal-input {

	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: .375rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
	background-color: #61a92e;
	border: 1px solid #ced4da;
	border-radius: .25rem;

}

.rooms-heading-bg {
	background: #f5f5f8;
	padding: 3rem 1rem;
}

.rooms-heading-size {
	font-size: 25px;
	font-weight: 600;
	/* text-align: center; */
}
#kiwi-big-iframe-wrapper button{
	height: 40px !important;
	width: 40px !important;
}

.slider-text-space {
	position: absolute;
	left: 50%;
	top: 50%;
	right: 0;
	transform: translate(-50%, -50%);
	justify-content: center;
	display: flex;
	height: 25px;
}

.slider-text-space h5 {
	color: #fff;
	font-size: 30px;
}


.rooms-heading-weight {
	font-weight: 500;
}
.main-points h2 {
    font-size: 30px;
    color: #287b31;
    text-align: center;
    margin-bottom: 15px;
	font-weight: 500;
}
.main-points p {
    text-align: center;
    font-size: 17px;
    color: #000;
    width: 70%;
    margin: auto;
}
/* 
@media(min-width:768px) {
    .nav-pills {
        display: flex;
    }
    
    .card {
        border: none;
    }
		.card-body {
			padding: 0;
		}

    .card .card-header {
        display:none;
    }  

    .card .collapse{
        display:block;
    }
} */
.animate-charcter {
	text-transform: uppercase;
	font-weight: 500;
	background-image: linear-gradient(-225deg,
			#61a92e 0%,
			#61a92e 29%,
			#ffffff 67%,
			#61a92e 100%);
	background-size: auto auto;
	background-clip: border-box;
	background-size: 200% auto;
	color: #fff;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: textclip 2s linear infinite;
	display: inline-block;
	font-size: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}

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

.text1 div span {
	display: inline-block;
	transform-style: preserve-3d;
	transform-origin: bottom;
	text-transform: uppercase;
	animation: anim var(--duration) linear infinite alternate;
	animation-delay: var(--delay);
	font-weight: bold;
	font-size: 25px;
	color: var(--shadow);
	text-shadow: 0px 0px 2px var(--innerShadow), 0px 0px 2px var(--innerShadow), 0px 0px 2px var(--innerShadow), 0px 0px 2px var(--innerShadow);
	--innerShadow: var(--shadow);
	--inneroppoShadow: var(--invertShadow);
}

.disintegrate {
	animation: anim5 var(--duration, 1s) linear forwards;
	animation-delay: calc(var(--delay, 0)*1s);
}

@keyframes anim {
	0% {
		text-shadow: 0px 0px 2px var(--innerShadow), 0px 0px 2px var(--innerShadow), 0px 0px 2px var(--innerShadow), 0px 0px 2px var(--innerShadow);
		scale: 1 0;
	}

	100% {
		text-shadow: 0px 0px 2px var(--inneroppoShadow), 0px 0px 2px var(--inneroppoShadow), 0px 0px 2px var(--inneroppoShadow), 0px 0px 2px var(--inneroppoShadow);
		scale: 1 1;
	}
}



.breadcrumb {
	background-color: transparent !important;
	color: #ffffff !important;
}

.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	color: #ffffff !important;
	content: "/";
}

.breadcrumb-item a {
	color: #ffffff !important;

}

.breadcrumb-item a:hover {
	color: #ffffff !important;
}

/* .wt-breadcrumb {
	margin: 0;
	list-style: none;
}

.wt-breadcrumb li {
	padding: 0;
	margin-right: 3px;
	color: #fff;
	position: relative;
	display: inline-block;
	font-size: 22px;
}

.breadcrumb-style-2 li:after {
	content: "\f101";
	margin-left: 7px;
	font-family: 'FontAwesome';
	color: #fff;
	font-size: 20px;
	font-weight: normal;
}

.wt-breadcrumb li a {
	color: #fff;
}

.wt-breadcrumb li:last-child {
	color: #fff;
} */

.orchard-new {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 10px;
    border-radius: 30%;
    box-shadow: 4px 5px 6px #bebebe63, -4px -5px 6px #bebebe63;
    position: relative;
    overflow: hidden;
    line-height: 45px;
    font-size: 20px;
    transition: 0.8s;
    text-align: center;
    padding: 5.5px;
}
.yt {
  color: #ff0000;
}
.fb {
  color: #4267b2;
}
.ig {
  color: #e949a3;
}
.git {
  color: #222;
}
.tweet {
  color: #1da1f2;
}
.yt:hover,
.fb:hover,
.ig:hover,
.git:hover,
.tweet:hover {
  color: #f1f1f1;
}
.orchard-new::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  z-index: -1;
  transition: 0.8s;
  border-radius: 0 0 50% 50%;
}
.yt::before {
  background: #ff0000;
}
.fb::before {
  background: #4267b2;
}
.ig::before {
  background: #e949a3;
}
.git::before {
  background: #222;
}
.tweet::before {
  background: #1da1f2;
}
.yt:hover::before,
.fb:hover::before,
.ig:hover::before,
.git:hover::before,
.tweet:hover::before {
  height: 180%;
}

/* top header start */
.menu-top {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 4;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.menu-top p {
	color: #61a92e;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	padding-top: 16px;
	padding-bottom: 16px;
	text-align: center;
}

.lang-wrap {
	position: relative;
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
	padding: 0 10px;
	color: #fff;
	line-height: 20px;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 1px;
	cursor: pointer;
	z-index: 10;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.lang-wrap ul {
	position: absolute;
	left: 0;
	top: 35px;
	width: 100%;
	z-index: 10;
	padding: 0;
	margin: 0;
	box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.1);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
	-webkit-transform: translate3d(0, -15px, 0);
	-moz-transform: translate3d(0, -15px, 0);
	-o-transform: translate3d(0, -15px, 0);
	-ms-transform: translate3d(0, -15px, 0);
	transform: translate3d(0, -15px, 0);
}

.lang-wrap.clicked ul {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate3d(0, 0px, 0);
	-moz-transform: translate3d(0, 0px, 0);
	-o-transform: translate3d(0, 0px, 0);
	-ms-transform: translate3d(0, 0px, 0);
	transform: translate3d(0, 0px, 0);
}

.lang-wrap ul a {
	text-decoration: none;
	color: #212121;
	padding-top: 7px;
	padding-bottom: 7px;
	width: 100%;
	position: relative;
	display: block;
}

.lang-wrap ul li {
	position: relative;
	background-color: #fff;
	width: 100%;
	display: block;
	margin: 0;
	line-height: 12px;
	text-align: center;
	font-weight: 500;
	font-size: 11px;
	cursor: pointer;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
	transition: all 250ms linear;
}

.lang-wrap ul a:hover {
	color: #fff;
}

.social-top {
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 10px;
	border-right: 1px solid rgba(255, 255, 255, .2);
	transition: all 250ms linear;
}

.social-top:hover {
	text-decoration: none;
}

.call-top {
	color: #fff !important;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin: 0;
	padding: 0;
	transition: all 250ms linear;
}

.call-top:hover {
	text-decoration: none;
}

span.call-top:hover {
	color: #fff;
}
.animate-charcter {
	text-transform: uppercase;
	font-weight: 500;
	background-image: linear-gradient(-225deg,
			#61a92e 0%,
			#61a92e 29%,
			#ffffff 67%,
			#61a92e 100%);
	background-size: auto auto;
	background-clip: border-box;
	background-size: 200% auto;
	color: #fff;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: textclip 2s linear infinite;
	display: inline-block;
	font-size: 25px !important;
	padding-top: 10px;
	padding-bottom: 10px;
}

@keyframes textclip {
	to {
		background-position: 200% center;
	}
}
.background-black {
	background-color: #000000;
}
/* new banners  */
.slider-text-space {
	position: absolute;
	left: 50%;
	top: 50%;
	right: 0;
	transform: translate(-50%, -50%);
	justify-content: center;
	display: flex;
	height: 25px;
}

.slider-text-space h5 {
	color: #fff;
	font-size: 26px;
	line-height: 30px;
}

/* new lines */
.main-points h2 {
    font-size: 30px;
    color: #287b31;
    text-align: center;
    margin-bottom: 15px;
	font-weight: 500;
}
.main-points p {
    text-align: center;
    font-size: 17px;
    color: #000;
    width: 70%;
    margin: auto;
}
/* home apartments */
/* #Rooms
================================================== */
/* room css */
.price-room {
	color: #0962ac;
	font-size: 40px;
	font-weight: 600;
	margin-left: 1rem;
}

/* end room css */

.room-box {
	position: relative;
	width: 100%;
	display: block;
	box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.1) !important;
}

.room-name {
	position: absolute;
	top: 20px;
	left: 20px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 2px;
	z-index: 3;
}

.room-per {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #fff;
	padding: 7px;
	background-color: rgba(0, 0, 0, .7);
	font-weight: 300;
	font-size: 10px;
	line-height: 1;
	letter-spacing: 2px;
	z-index: 3;
}

.room-box img {
	width: 100%;
	height: auto;
	display: block;
}

.room-box-in {
	position: relative;
	display: block;
	padding: 30px;
	background-color: #fff;
}

.room-icons {
	position: relative;
	display: block;
	width: 100%;
	border-top: 1px solid rgba(0, 0, 0, .07);
}

.room-icons::after {
	display: block;
	clear: both;
	content: "";
}

.room-icons img {
	display: inline-block;
	width: 23px;
	height: auto;
	float: left;
	margin-right: 20px;
	opacity: 0.5;
}

.room-icons a {
	display: inline-block;
	float: right;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	font-weight: 700;
	/* padding: 6px 18px; */
	background: #0660ab;
	border-radius: 50px;
}

.video-banner {
	object-fit: cover;
}
.btn {
	padding: 10px 18px;
	text-transform: uppercase;
	color: #fff;
	border: 0;
	border-radius: 0;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 1px;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.btn.btn-primary {
	background-color: #0660ab;
	border-radius: 50px;
	border: 0px solid transparent;
}

#carouselExampleSlidesOnly-Slow .product-inner .carousel-item.active {
	transition: transform 0.5s ease, -webkit-transform 0.5s ease !important;
}

#carouselExampleSlidesOnly-Medium .product-inner .carousel-item.active {
	transition: transform 1.0s ease, -webkit-transform 1.0s ease !important;
}

#carouselExampleSlidesOnly-Quick .product-inner .carousel-item.active {
	transition: transform 1.5s ease, -webkit-transform 1.5s ease !important;
}
.Apartment-heading-rooms {
    font-size: 23px;
	font-weight: 400;
	color: #444;
	text-transform: capitalize;
}
.youtube-video .embed-responsive{
	position: relative !important;
	height: 500px !important;
}
.home-sec-headings {
    /* font-size: 30px; */
}
.subtitle {
    position: relative;
    text-transform: uppercase;
    color: #717171 !important;
    display: block;
    font-weight: 500 !important;
    letter-spacing: 3px !important;
    font-size: 30px !important;
}
.subtitle.with-line:after {
    position: absolute;
    content: '';
    width: 150px;
    height: 1px;
    z-index: 3;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	background-color: #60a82e;
}
.rooms-ul {
    padding-left: 25px !important;
    margin-top: 1rem;
}

.locations-ul {
	padding-left: 0px;
}

.locations-ul li {
	list-style: none;
	margin-bottom: 1rem;
	font-size: 20px;
	font-weight: 500;
}

.locations-icons {
	width: 50px;

	margin-right: 1rem;
}
/* Zoom animation */
#zoomImage {
    cursor: grab;
}
#zoomImage:active {
    cursor: grabbing;
}

/* #Parallax
================================================== */

.parallax {
	background-repeat: no-repeat;
	/* background-position: center center; */
	background-size: cover;
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0;
	bottom: 0;
	z-index: 1;
	width:100%;  
}
.background-grey{
	background-color: #fbfbfb;
}
.umbera-footer h2{
	color: #60a92e;
	margin-bottom: 24px;
}
.umbera-footer p {
	color: #fff;
}
.umbera-footer a {
	color: #fff;
}
.umbera-footer{
	background-image: url('../img/umbera-new/footer-bg.jpg');
	padding: 75px 0px 0px 0px;
	position: relative;
	z-index: 1050;
	background-repeat: no-repeat;
}
.umbera-logo img {
	width: 200px;
}

@media only screen and (max-width:767px) {
	.main-points p {
	text-align: center;
	font-size: 16px;
	color: #000;
	width: 100%;
	margin: auto;
}
.main-points h2 {
    font-size: 25px;
    color: #287b31;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 500;
}
	.menu-top {
	display: none;
}
}


/*===============
	PARTICLE CANVAS
=================*/
.particles-canvas{
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	z-index: -1;

}


#particles-js {
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: #b61924;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
#particles-js2 {
  position: absolute;
  right: 0px;
  width: 50%;
  height: 100%;
  background-color: #888;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}




/*======================================
8. OVERLAY ( transparient box style  )
======================================*/

.overlay-wraper {position:relative ;}
.overlay-main {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
	background-color: #000;
}

.opacity-01{opacity:0.1;}
.opacity-02{opacity:0.2;}
.opacity-03{opacity:0.3;}
.opacity-04{opacity:0.4;}
.opacity-05{opacity:0.5;}
.opacity-06{opacity:0.6;}
.opacity-07{opacity:0.7;}
.opacity-08{opacity:0.8;}
.opacity-09{opacity:0.9;}

.overlay-light .overlay-main {	opacity:0.3;}
.overlay-dark .overlay-main {	opacity:0.9;}

.overlay-wraper > .container,
.overlay-wraper > .container-fluid,
.overlay-wraper >  .wt-icon-box-wraper,
.overlay-wraper > .wt-left-part,
.overlay-wraper > .wt-right-part,
.overlay-wraper > .wt-left-part2,
.overlay-wraper > .wt-right-part2{ 
	position:relative;
	z-index:1; 
}


/*======================================
5. BOX SPACING (Padding & Margin)
======================================*/

/*-------------------------------------
	1.1 padding (around)
-------------------------------------*/
.p-a0 {padding:0;}
.p-a5 {padding:5px;}
.p-a10 {padding:10px;}
.p-a15 {padding:15px;}
.p-a20 {padding:20px;}
.p-a25 {padding:25px;}
.p-a30 {padding:30px;}
.p-a40 {padding:40px;}
.p-a50 {padding:50px;}
.p-a60 {padding:60px;}
.p-a70 {padding:70px;}
.p-a80 {padding:80px;}
.p-a90 {padding:90px;}
.p-a100 {padding:100px;}
.p-a110 {padding:110px;}
.p-a120 {padding:120px;}
.p-a130 {padding:130px;}
.p-a140 {padding:140px;}
.p-a150 {padding:150px;}

/*-------------------------------------
	1.2 Padding (top)
-------------------------------------*/
.p-t0 {padding-top:0;}
.p-t5 {padding-top:5px;}
.p-t10 {padding-top:10px;}
.p-t15 {padding-top:15px;}
.p-t20 {padding-top:20px;}
.p-t30 {padding-top:30px;}
.p-t40 {padding-top:40px;}
.p-t50 {padding-top:50px;}
.p-t60 {padding-top:60px;}
.p-t70 {padding-top:70px;}
.p-t80 {padding-top:80px;}
.p-t90 {padding-top:90px;}
.p-t100 {padding-top:100px;}
.p-t110 {padding-top:110px;}
.p-t120 {padding-top:120px;}
.p-t130 {padding-top:130px;}
.p-t140 {padding-top:140px;}
.p-t150 {padding-top:150px;}

/*-------------------------------------
    1.3 Padding (bottom)
-------------------------------------*/
.p-b0 {padding-bottom:0;}
.p-b5 {padding-bottom:5px;}
.p-b10 {padding-bottom:10px;}
.p-b15 {padding-bottom:15px;}
.p-b20 {padding-bottom:20px;}
.p-b30 {padding-bottom:30px;}
.p-b40 {padding-bottom:40px;}
.p-b50 {padding-bottom:50px;}
.p-b60 {padding-bottom:60px;}
.p-b70 {padding-bottom:70px;}
.p-b80 {padding-bottom:80px;}
.p-b90 {padding-bottom:90px;}
.p-b100 {padding-bottom:100px;}
.p-b110 {padding-bottom:110px;}
.p-b120 {padding-bottom:120px;}
.p-b130 {padding-bottom:130px;}
.p-b140 {padding-bottom:140px;}
.p-b150 {padding-bottom:150px;}

/*-------------------------------------
	1.4 Padding (left)
-------------------------------------*/
.p-l0 {padding-left:0;}
.p-l5 {padding-left:5px;}
.p-l10 {padding-left:10px;}
.p-l15 {padding-left:15px;}
.p-l20 {padding-left:20px;}
.p-l30 {padding-left:30px;}
.p-l40 {padding-left:40px;}
.p-l50 {padding-left:50px;}
.p-l60 {padding-left:60px;}
.p-l70 {padding-left:70px;}
.p-l80 {padding-left:80px;}
.p-l90 {padding-left:90px;}
.p-l100 {padding-left:100px;}
.p-l110 {padding-left:110px;}
.p-l120 {padding-left:120px;}
.p-l130 {padding-left:130px;}
.p-l140 {padding-left:140px;}
.p-l150 {padding-left:150px;}

/*-------------------------------------
	1.5 Padding (right)
-------------------------------------*/
.p-r0 {padding-right:0;}
.p-r5 {padding-right:5px;}
.p-r10 {padding-right:10px;}
.p-r15 {padding-right:15px;}
.p-r20 {padding-right:20px;}
.p-r30 {padding-right:30px;}
.p-r40 {padding-right:40px;}
.p-r50 {padding-right:50px;}
.p-r60 {padding-right:60px;}
.p-r70 {padding-right:70px;}
.p-r80 {padding-right:80px;}
.p-r90 {padding-right:90px;}
.p-r100 {padding-right:100px;}
.p-r110 {padding-right:110px;}
.p-r120 {padding-right:120px;}
.p-r130 {padding-right:130px;}
.p-r140 {padding-right:140px;}
.p-r150 {padding-right:150px;}

/*-------------------------------------
	1.6 Padding (left right)
-------------------------------------*/
.p-lr0 {padding-left:0; padding-right:0; }
.p-lr5 {padding-left:5px; padding-right:5px;}
.p-lr10 {padding-left:10px; padding-right:10px;}
.p-lr15 {padding-left:15px; padding-right:15px;}
.p-lr20 {padding-left:20px; padding-right:20px;}
.p-lr30 {padding-left:30px; padding-right:30px;}
.p-lr40 {padding-left:40px; padding-right:40px;}
.p-lr50 {padding-left:50px; padding-right:50px;}
.p-lr60 {padding-left:60px; padding-right:60px;}
.p-lr70 {padding-left:70px; padding-right:70px;}
.p-lr80 {padding-left:80px; padding-right:80px;}
.p-lr90 {padding-left:90px; padding-right:90px;}
.p-lr100 {padding-left:100px; padding-right:100px;}
.p-lr120 {padding-left:120px; padding-right:120px;}
.p-lr150 {padding-left:150px; padding-right:150px;}

/*-------------------------------------
	1.7 Padding (top bottom)
-------------------------------------*/
.p-tb0 {padding-bottom:0; padding-top:0; }
.p-tb5 {padding-bottom:5px; padding-top:5px;}
.p-tb10 {padding-bottom:10px; padding-top:10px;}
.p-tb15 {padding-bottom:15px; padding-top:15px;}
.p-tb20 {padding-bottom:20px; padding-top:20px;}
.p-tb30 {padding-bottom:30px; padding-top:30px;}
.p-tb40 {padding-bottom:40px; padding-top:40px;}
.p-tb50 {padding-bottom:50px; padding-top:50px;}
.p-tb60 {padding-bottom:60px; padding-top:60px;}
.p-tb70 {padding-bottom:70px; padding-top:70px;}
.p-tb80 {padding-bottom:80px; padding-top:80px;}
.p-tb90 {padding-bottom:90px; padding-top:90px;}
.p-tb100 {padding-bottom:100px; padding-top:100px;}
.p-tb120 {padding-bottom:120px; padding-top:120px;}
.p-tb150 {padding-bottom:150px; padding-top:150px;}

/*-------------------------------------
	2.1 margin (around)
-------------------------------------*/
.m-a-1{margin:-1px}
.m-a0 {margin:0;}
.m-a5 {margin:5px;}
.m-a10 {margin:10px;}
.m-a15 {margin:15px;}
.m-a20 {margin:20px;}
.m-a30 {margin:30px;}
.m-a40 {margin:40px;}
.m-a50 {margin:50px;}
.m-a60 {margin:60px;}
.m-a70 {margin:70px;}
.m-a80 {margin:80px;}
.m-a90 {margin:90px;}
.m-a100 {margin:100px;}
.m-a110 {margin:110px;}
.m-a120 {margin:120px;}
.m-a130 {margin:130px;}
.m-a140 {margin:140px;}
.m-a150 {margin:150px;}

/*-------------------------------------
	2.2 marging (top)
-------------------------------------*/
.m-t0 {margin-top:0;}
.m-t5 {margin-top:5px;}
.m-t10 {margin-top:10px;}
.m-t15 {margin-top:15px;}
.m-t20 {margin-top:20px;}
.m-t30 {margin-top:30px;}
.m-t40 {margin-top:40px;}
.m-t50 {margin-top:50px;}
.m-t60 {margin-top:60px;}
.m-t70 {margin-top:70px;}
.m-t80 {margin-top:80px;}
.m-t90 {margin-top:90px;}
.m-t100 {margin-top:100px;}
.m-t110 {margin-top:110px;}
.m-t120 {margin-top:120px;}
.m-t130 {margin-top:130px;}
.m-t140 {margin-top:140px;}
.m-t150 {margin-top:150px;}

/*-------------------------------------
	2.3 marging (bottom)
-------------------------------------*/
.m-b0 {margin-bottom:0;}
.m-b5 {margin-bottom:5px;}
.m-b10 {margin-bottom:10px;}
.m-b15 {margin-bottom:15px;}
.m-b20 {margin-bottom:20px;}
.m-b30 {margin-bottom:30px;}
.m-b40 {margin-bottom:40px;}
.m-b50 {margin-bottom:50px;}
.m-b60 {margin-bottom:60px;}
.m-b70 {margin-bottom:70px;}
.m-b80 {margin-bottom:80px;}
.m-b90 {margin-bottom:90px;}
.m-b100 {margin-bottom:100px;}
.m-b110 {margin-bottom:110px;}
.m-b120 {margin-bottom:120px;}
.m-b130 {margin-bottom:130px;}
.m-b140 {margin-bottom:140px;}
.m-b150 {margin-bottom:150px;}

/*-------------------------------------
	2.4 marging (left)
-------------------------------------*/
.m-l0 {margin-left:0;}
.m-l5 {margin-left:5px;}
.m-l10 {margin-left:10px;}
.m-l15 {margin-left:15px;}
.m-l20 {margin-left:20px;}
.m-l30 {margin-left:30px;}
.m-l40 {margin-left:40px;}
.m-l50 {margin-left:50px;}
.m-l60 {margin-left:60px;}
.m-l70 {margin-left:70px;}
.m-l80 {margin-left:80px;}
.m-l90 {margin-left:90px;}
.m-l100 {margin-left:100px;}
.m-l110 {margin-left:110px;}
.m-l120 {margin-left:120px;}
.m-l130 {margin-left:130px;}
.m-l140 {margin-left:140px;}
.m-l150 {margin-left:150px;}

/*-------------------------------------
	2.5 marging (right)
-------------------------------------*/
.m-r0 {margin-right:0;}
.m-r5 {margin-right:5px;}
.m-r10 {margin-right:10px;}
.m-r15 {margin-right:15px;}
.m-r20 {margin-right:20px;}
.m-r30 {margin-right:30px;}
.m-r40 {margin-right:40px;}
.m-r50 {margin-right:50px;}
.m-r60 {margin-right:60px;}
.m-r70 {margin-right:70px;}
.m-r80 {margin-right:80px;}
.m-r90 {margin-right:90px;}
.m-r100 {margin-right:100px;}
.m-r110 {margin-right:110px;}
.m-r120 {margin-right:120px;}
.m-r130 {margin-right:130px;}
.m-r140 {margin-right:140px;}
.m-r150 {margin-right:150px;}

/*-------------------------------------
	2.6 marging (left right)
-------------------------------------*/
.m-lr0 {margin-left:0; margin-right:0; }
.m-lr5 {margin-left:5px; margin-right:5px; }
.m-lr10 {margin-left:10px; margin-right:10px; }
.m-lr15 {margin-left:15px; margin-right:15px; }
.m-lr20 {margin-left:20px; margin-right:20px; }
.m-lr30 {margin-left:30px; margin-right:30px; }
.m-lr40 {margin-left:40px; margin-right:40px; }
.m-lr50 {margin-left:50px; margin-right:50px; }
.m-lr60 {margin-left:60px; margin-right:60px; }
.m-lr70 {margin-left:70px; margin-right:70px; }
.m-lr80 {margin-left:80px; margin-right:80px; }
.m-lr90 {margin-left:90px; margin-right:90px; }
.m-lr100 {margin-left:100px; margin-right:100px; }
.m-lr120 {margin-left:120px; margin-right:120px; }
.m-lr150 {margin-left:150px; margin-right:150px; }

/*-------------------------------------
	2.7 marging (top bottom)
-------------------------------------*/
.m-tb0 {margin-bottom:0; margin-top:0; }
.m-tb5 {margin-bottom:5px; margin-top:5px; }
.m-tb10 {margin-bottom:10px; margin-top:10px; }
.m-tb15 {margin-bottom:15px; margin-top:15px; }
.m-tb20 {margin-bottom:20px; margin-top:20px; }
.m-tb30 {margin-bottom:30px; margin-top:30px; }
.m-tb40 {margin-bottom:40px; margin-top:40px; }
.m-tb50 {margin-bottom:50px; margin-top:50px; }
.m-tb60 {margin-bottom:60px; margin-top:60px; }
.m-tb70 {margin-bottom:70px; margin-top:70px; }
.m-tb80 {margin-bottom:80px; margin-top:80px; }
.m-tb90 {margin-bottom:90px; margin-top:90px; }
.m-tb100 {margin-bottom:100px; margin-top:100px; }
.m-tb120 {margin-bottom:120px; margin-top:120px; }
.m-tb150 {margin-bottom:150px; margin-top:150px; }

/*-------------------------------------
	2.8 colum gap less
-------------------------------------*/
.no-col-gap [class*="col-xs-"],
.no-col-gap [class*="col-sm-"],
.no-col-gap [class*="col-md-"],
.no-col-gap [class*="col-lg-"] {
	padding-left:0;
	padding-right:0;
}	

.margin-bottom {
    margin-bottom: 100px;
}

.btn-half{cursor: pointer;  background-color: #000;  z-index: 0;  display:inline-block;  position:relative;}
  
.btn-half span {color: #fff;  display: block;  padding-left: 0%; padding-right: 25px;  text-transform: uppercase; font-size:12px; letter-spacing:5px; transform: scaleX(0.9);  transform-origin: center left;  transition: color 0.3s ease;
  position: relative;  z-index: 1;}
  
.btn-half em {  position: absolute;  height: 1px;  background: #fff;  width: 22%;  right: 23px;  top: 50%;  transform: scaleX(0.25);  transform-origin: center right;  transition: all 0.3s ease;  z-index: 1;}

.btn-half:before,
.btn-half:after {  content: '';  background-color:rgba(255,255,255,0.2);  height: 50%;  width: 0;  position: absolute;  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);}

.btn-half:before {  top: 0;  left: 0;  right: auto;}
.btn-half:after {  bottom: 0;  right: 0;  left: auto;}

.btn-half.site-button:hover{ background-color: #000; }
.btn-half:hover:before {  width: 100%;  right: 0;  left: auto;}
.btn-half:hover:after {  width: 100%;  left: 0;  right: auto;}

.btn-half:hover span {  color: #fff;}
.btn-half:hover em {  background: #fff;  transform: scaleX(1);}



/* 1.3 button size */
.button-sm {padding: 5px 10px; 	font-size: 12px;}
.button-lg {padding:20px 35px; 	font-size: 16px;}
.button-xl {padding:30px 50px; 	font-size:24px;}




h3 {
    font-size: 2.7rem !important;
    text-transform: capitalize;
	font-weight: 300 !important;
	font-family: 'Poppins', sans-serif;
	color: #363636 !important;
}

.medium-icon {
    /* font-size: 40px; */
    width: 80px;
    margin-bottom: 15px;
}
.counter-title {
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}
.counter-sign {
    font-size: 22px;
    color: #4f4f4f;
    margin-left: 5px;
    margin-top: -5px;
    font-weight: 500;
}
.orchard-new-fact h5{
	font-size: 25px;
	color: #4f4f4f;
}
.orchard-new-fact p{
	font-size: 20px ;
	font-weight: 600;
}

.bg-gray {
    background-color: #f6f7f8;
}
.text-yellow {
    color: #60a92e;
}
.banner-top{
	margin-top: 130px;
}


/*======================================
20. SLIDER
======================================*/

/*-------------------------------------
	1. owl slider 
-------------------------------------*/
/*-------------------------------------
	1.1  next pre btn
-------------------------------------*/
.owl-carousel .owl-nav {
	margin-top:40px;
	text-align: center;
}

.owl-carousel .owl-nav .disabled {
	opacity: .5;
	cursor: default
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev{
	background-color: #000;
	color: #ffffff;
	padding: 8px 10px;
	width: 28px;
	height: 35px;
	text-align: center;
	font-size: 13px;
	display: inline-block;
	cursor: pointer;
	opacity: 0.5;
  }

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover{
	opacity: 1;
  }

/*-------------------------------------
	1.1  next pre btn
-------------------------------------*/
.owl-carousel .owl-nav {	margin-top:40px;	text-align: center;}

.owl-carousel .owl-nav .disabled {opacity: .5;	cursor: default}

/*-------------------------------------
	1.2 owl dots button
-------------------------------------*/
.owl-carousel .owl-dots {text-align:center;	margin-top:20px;}
.owl-carousel .owl-dots .owl-dot {display: inline-block;}
.owl-carousel .owl-dots .owl-dot span {
	width:12px;
	height:12px;
	margin:5px 7px;
	background: #1a1a1a;
	border:1px solid #fff;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {background: #979797;}

/*-------------------------------------
	1.3 owl button top to center
-------------------------------------*/
.owl-btn-top-center .owl-nav,
.owl-btn-top-left .owl-nav,
.owl-btn-top-right .owl-nav {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	margin:0;
}
.owl-btn-top-center .owl-stage-outer,
.owl-btn-top-left .owl-stage-outer,
.owl-btn-top-right .owl-stage-outer {padding-top:60px;}
.owl-btn-top-center .owl-nav {text-align:center;}

/*-------------------------------------
	1.4 owl button top to left
-------------------------------------*/
.owl-btn-top-left .owl-nav {text-align:left;}

/*-------------------------------------
	1.5 owl button top to right
-------------------------------------*/
.owl-btn-top-right .owl-nav {text-align:right;}

/*-------------------------------------
	1.6 owl button bottom to center [it is default position ]
-------------------------------------*/
.owl-btn-bottom-center .owl-nav {text-align:center;}

/*-------------------------------------
	1.7 owl button bottom to left
-------------------------------------*/
.owl-btn-bottom-left .owl-nav {text-align:left;}

/*-------------------------------------
	1.8 owl button bottom to right
-------------------------------------*/
.owl-btn-bottom-right .owl-nav {	text-align:right;}

/*-------------------------------------
	1.9 owl button vertical to center
-------------------------------------*/
.owl-btn-vertical-center .owl-nav {margin:0px;}

.owl-btn-vertical-center .owl-nav .owl-prev,
.owl-btn-vertical-center .owl-nav .owl-next {position:absolute;	top:50%;	margin:-15px 0;}
.owl-btn-vertical-center .owl-nav .owl-prev {left:0;}
.owl-btn-vertical-center .owl-nav .owl-next {right:0;}

/*-------------------------------------
	1.10 owl button show on hover
-------------------------------------*/
.owl-btn-hover .owl-nav {opacity:0;}
.owl-btn-hover:hover .owl-nav {opacity:1;}

.owl-carousel .owl-item img{transform-style: inherit;}

/*-------------------------------------
    1.11 owl slider button
-------------------------------------*/
.owl-prev,
.owl-next {background-color: #000;	color: #ffffff;	padding:8px 10px;	width:35px;	height:35px;	text-align:center;	font-size: 13px;	display: inline-block;	cursor: pointer;}
.owl-prev {margin-right:5px;}
.owl-next {margin-left:5px;}

.owl-prev:hover,
.owl-prev:active,
.owl-prev:focus,
.owl-next:hover,
.owl-next:active,
.owl-next:focus {
	background-color: #212121;
	border-color: #212121;
	color: #ffffff;
	opacity:0.9;
}

/*-------------------------------------
	1.12 owl dots nav position
-------------------------------------*/

.owl-dots-bottom-left .owl-dots,
.owl-dots-bottom-right .owl-dots ,
.owl-dots-bottom-center .owl-dots{
	bottom:0px;
    padding:15px 20px;
    position: absolute;
	width:100%;
}
.owl-dots-bottom-left .owl-dots {    text-align: left;}
.owl-dots-bottom-right .owl-dots {    text-align: right;}
/*======================================
3. TEXT & PARAGRAPH 
======================================*/

p {  line-height:24px;  margin-bottom:24px;}
strong { 	font-weight:600;}

/*-------------------------------------
	1. text align
------------------------------------ */
.text-left {text-align: left;}
.text-center {text-align: center;}
.text-right {	text-align: right;}
.text-justify {text-align: justify}

/*-------------------------------------
	2. text vertical align
------------------------------------ */
.v-align-t {vertical-align:top;}
.v-align-m {vertical-align:middle;}
.v-align-b {vertical-align:bottom;}

/*-------------------------------------
	3. text no line brack
------------------------------------ */
.text-nowrap {	white-space: nowrap}

/*-------------------------------------
	4. text transform
------------------------------------ */
.text-lowercase {	text-transform: lowercase}

.text-uppercase {	text-transform: uppercase}

.text-capitalize {	text-transform: capitalize}

/*-------------------------------------
	5. text size
------------------------------------ */
.font-12 { 	font-size:12px;	line-height:18px;}
.font-14 { 	font-size:14px;	line-height:20px;}
.font-16 { 	font-size:16px;	line-height:22px;}
.font-18 { 	font-size:18px;	line-height:24px;}
.font-20 { 	font-size:20px;	line-height:26px;}
.font-22 { 	font-size:22px;	line-height:28px;}
.font-24 { 	font-size:24px;	line-height:30px;}
.font-26 { 	font-size:26px;	line-height:32px;}
.font-28 { 	font-size:28px;	line-height:34px;}
.font-30 { 	font-size:30px;	line-height:36px;}
.font-32 { 	font-size:32px;	line-height:38px;}
.font-34 { 	font-size:34px;	line-height:40px;}
.font-36 { 	font-size:36px;	line-height:42px;}
.font-38 { 	font-size:38px;	line-height:44px;}
.font-40 { 	font-size:40px;	line-height:46px;}
.font-50 { 	font-size:50px;	line-height:56px;}
.font-60 { 	font-size:60px;	line-height:66px;}
.font-70 { 	font-size:70px;	line-height:76px;}
.font-80 { 	font-size:80	px;line-height:86px;}

/*-------------------------------------
	6. text bold
------------------------------------ */
.font-weight-300{font-weight:300;}
.font-weight-400{font-weight:400;}
.font-weight-500{font-weight:500;}
.font-weight-600{font-weight:600;}
.font-weight-700{font-weight:700;}
.font-weight-800{font-weight:800;}
.font-weight-900{font-weight:900;}

/*-------------------------------------
	7. Letter Spacing
------------------------------------ */
.letter-spacing-2{letter-spacing:2px;}
.letter-spacing-3{letter-spacing:3px;}
.letter-spacing-4{letter-spacing:4px;}
.letter-spacing-5{letter-spacing:5px;}



p {
    /* font-size: 15px; */
    line-height: 1.7 !important;
}

.uoa-owl {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    transition: transform .6s ease;
}

.uoa-item {
    min-width: 100%;
    box-sizing: border-box;
}

.uoa-owl img {
    width: 100%;
    display: block;
}

/* Optional: arrows */
.uoa-owl .uoa-prev,
.uoa-owl .uoa-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #00000080;
    color: #fff;
    padding: 8px 12px;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
}

.uoa-owl .uoa-prev { left: 10px; }
.uoa-owl .uoa-next { right: 10px; }
.mil-footer-menu ul li a {
    display: block;
    font-weight: 500;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    -webkit-transition: 0.4s 
cubic-bezier(0, 0, 0.3642, 1);
    transition: 0.4s 
cubic-bezier(0, 0, 0.3642, 1);
}
.mil-footer-menu ul li {
    list-style-type: none;
    margin-bottom: 10px;
}
.contact-footer p {
    color: #fff;
	margin-bottom: 1rem;
}
.loan-heading-home-page h1{
	color: #fff;
	font-size: 22px;
		margin-bottom: 1rem;
	font-weight: 600;
}
.loan-heading-home-page p{
	/* font-size: 18px; */
	font-weight: 300;

	color: #fff;
}

.card-header button span{
	white-space: normal;
	max-width: 90%;
	display: inline-block;
}

.payment-heading-home-loan{
	/* padding: 3rem; */
	/* background-color: #0660ab; */
}
.payment-heading-home-loan h1{
	font-weight: 700;
	width: 75%;
	margin: auto !important;
	text-transform: capitalize;
	line-height: 150% !important;
}

/* button new css */
.uoa-new-btn {
    position: relative;
    padding: 12px 32px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(45deg, #61a92e, #61a92e);
    border-radius: 50px;
    overflow: hidden;
    text-decoration: none;
    animation: pulseGlow 2s infinite;
    transition: all 0.3s ease;
}

/* Shimmer highlight */
.uoa-new-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 120%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255, 255, 255, 0.4),
        transparent
    );
    animation: shine 3s infinite;
}

/* Hover enhancement */
.uoa-new-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(97, 169, 46, 1);
    color: #fff;
}
.testi-video{
	height: 85%;
	object-fit: fill;
}
/* Animations */
@keyframes pulseGlow {
    0% {
        box-shadow: 0 0 0 0 rgba(97, 169, 46, 1);
    }
    70% {
        box-shadow: 0 0 0 12px rgba(0, 123, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
    }
}

@keyframes shine {
    0% {
        left: -120%;
    }
    50% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}
/* button new css */



/* uoa media  */
@media only screen and (max-width:992px) {
	.umbera-footer {
    background-repeat: round;
    height: auto;
    object-fit: cover;
}
h3 {
    font-size: 26px !important;
    text-transform: capitalize;
    font-weight: 300 !important;
    font-family: 'Poppins', sans-serif;
    color: #363636 !important;
}
.padding-bottom-small {
    padding-bottom: 60px;
}
}

@media only screen and (max-width:768px) {
	.umbera-footer {
       background-size: cover;
        object-fit: cover;
        background-repeat: no-repeat;
    }
}



/* #Media
================================================== */

@media(max-width:767px) {
	.tab-pane {
		display: block !important;
		opacity: 1;
	}
}



@media (min-width:1300px) {
	.apart-space {
		padding-left: 100px;
		padding-right: 100px;
	}
}

@media (min-width:1500px) and (max-width:1800px) {
	/* .popup-btn img {
		top: 63%;
		position: fixed;
		right: -14px;
		z-index: 99999999999;
		transform: rotate(-20deg);
		padding: 10px 20px 35px;
		
		width: 5.5%;
		font-weight: bold;
		text-decoration: unset;
		
	} */
}

@media (min-width:1300px) and (max-width:1499px) {
	.locations-icons {
		width: 35px;
		margin-right: 1rem;
	}

	.locations-ul li {
		list-style: none;
		margin-bottom: 1rem;
		font-size: 18px;
		font-weight: 500;
	}

	/* .popup-btn img {
		top: 63%;
		position: fixed;
		right: -14px;
		z-index: 99999999999;
		transform: rotate(-20deg);
		padding: 10px 20px 35px;
		
		width: 6%;
		font-weight: bold;
		text-decoration: unset;
		
	} */
}

@media (min-width:1199px) and (max-width: 1299px) {
	.locations-icons {
		width: 30px;
		margin-right: 10px;
	}

	.locations-ul li {
		list-style: none;
		margin-bottom: 1rem;
		font-size: 16px;
		font-weight: 500;
	}

	/* .popup-btn img {
		top: 63%;
		position: fixed;
		right: -14px;
		z-index: 99999999999;
		transform: rotate(-20deg);
		padding: 10px 20px 35px;

		width: 6%;
		font-weight: bold;
		text-decoration: unset;

	} */

}

@media (max-width: 1300px) {}

@media (max-width: 1199px) {
	.slider-text-space{
	width: 75% !important;
	margin: auto;

}

.slider-text-space h5 {
		color: #fff;
		/* font-size: 16px; */
			transform: translate(0%, -100px);	
	}
	.video-banner {
		object-fit: cover;
		height: 500px;
	}

	.nri-banner-height {
		height: 65vh;
	}

	.hero-text {
		font-size: 40px;
	}

	.Apartment-heading-rooms {
		font-size: 16px;
		font-weight: 600;
	}

	.mission-vission-mobile {
		display: block;
	}

	.mission-vision-desktop {
		display: none;
	}

	.m-v-s p {
		font-size: 15px;
		width: 100%;
	}

	.m-v-s h5 {
		font-size: 25px;
	}
}

@media (max-width: 1170px) {
	.menu>ul>li a {

		padding: 15px 0;

		text-align: start;
	}

	.menu12 ul li:hover ul {
		box-shadow: none;
		z-index: 999;
		display: block;
		top: 0px;
		position: relative;
	}

	.slide {
		padding-top: 0;
	}

	.slideshow {
		height: calc(100vh - 132px);
	}

	.hero-full-height {
		height: calc(100vh - 210px);
	}

	h1,
	.h1 {
		font-size: 2rem;
	}

	h2,
	.h2 {
		font-size: 2rem;
	}

	h3,
	.h3 {
		font-size: 2rem ;
	}

	h4,
	.h4 {
		font-size: 1.7rem;
	}

	h5,
	.h5 {
		font-size: 1.2rem;
	}

	h6,
	.h6 {
		font-size: 0.9rem;
	}
	.banner-top{
	margin-top: 0px;
}

}

/* @media (min-width:1024px) and (max-width:1199px){
	.popup-btn img {
		top: 65%;
		position: fixed;
		right: -14px;
		z-index: 99999999999;
		transform: rotate(-20deg);
		padding: 10px 20px 35px;

		width: 6%;
		font-weight: bold;
		text-decoration: unset;

	}
} */
 @media (min-width:992px) and (max-width:1199px){
	.m-carousel-1:after {
    content: "";
    position: absolute;
    top: 30px;
    left: -31px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 30px solid rgba(0, 0, 0, 0.1);
}
 }
@media (min-width:768px) and (max-width:1199px) {
	.room-box-in {
		position: relative;
		display: block;
		padding: 15px;
	}

	.room-icons img {
		display: inline-block;
		width: 23px;
		height: auto;
		float: left;
		margin-right: 8px;
		opacity: 0.5;
	}

}

@media (max-width: 991px) {
.slider-text-space{
	width: 75% !important;
	margin: auto;

}

.slider-text-space h5 {
		color: #fff;
		/* font-size: 16px; */
			transform: translate(0%, -100px);	
	}

	.hero-text {
		font-size: 30px;
	}

	.booking-hero-wrap .no-mob,
	.nav__button {
		display: none;
	}

	.booking-hero-wrap {
		background-color: rgba(0, 0, 0, 0);
		padding: 0;
	}

	.hero-text-ver-2 {
		font-size: 5vw;
	}

	.project-nav-wrap {
		background-image: none;
	}

	.project-nav-wrap .left-nav {
		margin-right: 0;
		width: 50%;
		float: left;
		height: 40px;
		text-align: left;
		font-size: 30px;
		line-height: 40px;
		vertical-align: middle;
	}

	.project-nav-wrap .right-nav {
		margin-left: 0;
		width: 50%;
		float: right;
		height: 40px;
		font-size: 30px;
		line-height: 40px;
		vertical-align: middle;
		text-align: right;
	}

	.project-nav-wrap .left-nav .text-on-hover,
	.project-nav-wrap .right-nav .text-on-hover {
		display: none;
	}
	.social-footer-bottom {
		color: #ccc;
		font-size: 11px;
		line-height: 20px;
		font-weight: 300;
		letter-spacing: 1px;
		margin: 0;
		padding: 0 5px;
		border-right: 1px solid rgba(255, 255, 255, .2);
		transition: all 250ms linear;
	}
}

@media (max-width: 767px) {
	.payment-heading-home-loan h1 {
    font-weight: 700;
    width: 100%;
    margin: auto !important;
    text-transform: capitalize;
    line-height: 150% !important;
}
	.home-page-banner-uoa{
		height: 420px;
		object-fit: cover;
	}
	.home-sec-headings {
		font-size: 22px;
	}

	.video-banner {
		object-fit: cover;
		height: 230px;
	}

	.rooms-heading h3 {
		font-size: 20px;
		font-weight: 500;
		text-align: center;
		background: #61a92e;
		color: #fff;
		padding: 1rem;
		width: 100%;
		margin: auto;
	}

	.parallax {
		background-repeat: no-repeat;
		/* background-position: center center; */
		background-size: 100% 100%;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1;
		width: 100%;
	}

	.padding-top-bottom {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.home__space__img {
		margin-top: 3rem;
	}

	.footer .logos-footer img {
		margin-right: 5;
		margin-left: 5;
	}

	.hero-text {
		font-size: 24px;
		line-height: 1.4;
	}

	.subscribe-home {
		box-shadow: 0px 6px 25px 0px rgba(0, 0, 0, 0.4);
		-webkit-transform: translateY(35px);
		transform: translateY(35px);
	}

	.subscribe-home input {
		padding-left: 20px;
		padding-right: 20px;
		font-size: 17px;
		line-height: 70px;
		height: 70px;
	}

	.subscribe-home input:-ms-input-placeholder {
		font-size: 17px;
		line-height: 70px;
	}

	.subscribe-home input::-moz-placeholder {
		font-size: 17px;
		line-height: 70px;
	}

	.subscribe-home input:-moz-placeholder {
		font-size: 17px;
		line-height: 70px;
	}

	.subscribe-home input::-webkit-input-placeholder {
		font-size: 17px;
		line-height: 70px;
	}

	.subscribe-home button {
		font-size: 11px;
		line-height: 12px;
		padding: 29px 15px;
	}

	.card-header .btn-link {
		font-size: 11px;
	}

	.locations-icons {
		width: 20px;
		margin-right: 10px;
	}

	.locations-ul li {
		list-style: none;
		margin-bottom: 1rem;
		font-size: 16px;
		font-weight: 500;
	}

	.m-view {
		display: none;
	}
	.popup-btn a {
		top: 45%;
		position: fixed;
		right: -45px;
		z-index: 99999999999;
		transform: rotate(-90deg);
		padding: 10px 20px 35px;
		height: 0px;
		background-color: #61a92e !important;
		color: #fff !important;
		font-size: 15px;
		font-weight: bold;
		text-decoration: unset;
		display: block;
	}
		.popup-btn img {
		top: 50%;
		position: fixed;
		right: 0px;
		z-index: 999 !important;
		transform: rotate(-20deg);
		padding: 10px 20px 35px;
		/* height: 0px; */
		/* background-color: #61a92e !important; */
		/* color: #fff !important; */
		width: 80px;
		font-weight: bold;
		text-decoration: unset;
		display:none;
		/* height: 12px; */
	}
	.pop-img-call{
		display: block;
		
	}
	.call-bottom {
	position: fixed !important;
	right: 15px;
	bottom: 100px;
	z-index: 999;
	text-align: end;
}
.main-points p {
	text-align: center;
	font-size: 16px;
	color: #000;
	width: 100%;
	margin: auto;
}
.main-points h2 {
    font-size: 25px;
    color: #287b31;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 500;
}
.slider-text-space{
	width: 75% !important;
	margin: auto;

}
	.slider-text-space h5 {
		color: #fff;
		font-size: 18px;
			transform: translate(0%, -100px);
	}
}

@media (max-width: 575px) {
    .popup-btn{
		display: none;
	}
	.uoa-about h2{
		font-size:26px ;
	}
	.home-page-banner-uoa{
		height: 420px;
		object-fit: cover;
	}
	.loan-heading {
		font-size: 20px;
		font-weight: 300;
		text-align: start;
		color: #000000;
	}

	.payment-heading {
		background-color: #f9f9f9;
		padding: 2rem;
	}

	.slider-text-space h5 {
		color: #fff;
		font-size: 16px;
			transform: translate(0%, -100px);	
	}

	.big-80-height {
		height: 30vh;
	}

	.nri-banner-height {
		height: 25vh;
	}

	.Apartment-heading-rooms {
		font-size: 20px;
	}

	.card-header .btn-link {
		letter-spacing: 0;
	}

	.services-box h5 {
		font-size: 16px;
	}

	.popup-btn img {
		top: 50%;
		position: fixed;
		right: 0px;
		z-index: 999 !important;
		transform: rotate(-20deg);
		padding: 10px 20px 35px;
		/* height: 0px; */
		/* background-color: #61a92e !important; */
		/* color: #fff !important; */
		width: 80px;
		font-weight: bold;
		text-decoration: unset;
		display:none;
		/* height: 12px; */
	}
	.call-bottom {
	position: fixed !important;
	right: 25px;
	bottom: 100px;
	z-index: 999;
	text-align: end;
}

}

@media (max-width: 425px) {
	.popup-btn img {
		top: 50%;
		position: fixed;
		right: 0px;
		z-index: 999 !important;
		transform: rotate(-20deg);
		padding: 10px 20px 35px;
		/* height: 0px; */
		/* background-color: #61a92e !important; */
		/* color: #fff !important; */
		width: 80px;
		font-weight: bold;
		text-decoration: unset;
		/* height: 12px; */
		display: none;
	}
	.social-footer-bottom {
		color: #ccc;
		font-size: 11px;
		line-height: 20px;
		font-weight: 300;
		letter-spacing: 1px;
		margin: 0;
		padding: 0 6px;
		border-right: 1px solid rgba(255, 255, 255, .2);
		transition: all 250ms linear;
	}
	.call-bottom {
	position: fixed !important;
	right: 30px;
	bottom: 100px;
	z-index: 999;
	text-align: end;
}

}

@media (max-width:320px) {
	.popup-btn a.gifCall img {
		top: 62%;
		position: fixed;
		right: -2px;
		z-index: 999 !important;
		transform: rotate(-20deg);
		padding: 10px 20px 35px;
		/* height: 0px; */
		/* background-color: #61a92e !important; */
		/* color: #fff !important; */
		width: 80px;
		font-weight: bold;
		text-decoration: unset;
		/* height: 12px; */
		display: block;
	}
	.social-footer-bottom {
		color: #ccc;
		font-size: 12px;
		line-height: 20px;
		font-weight: 300;
		letter-spacing: 1px;
		margin: 0;
		padding: 0 15px;
		border-right: 1px solid rgba(255, 255, 255, .2);
		transition: all 250ms linear;
	}
	.call-bottom {
	position: fixed !important;
	right: 35px;
	bottom: 100px;
	z-index: 999;
	text-align: end;
}

}
