/*!
 * 
 */
@import url(menu.css);
@import url(slider.css);
@import url(slick.css);
@import url(popup.css);
@import url(simplelightbox.css);
@import url(jquery.ccpicker.css);
@font-face {
	font-family: zona;
	src: url('zona-pro-regular.otf');
}
html {
	overflow-wrap: anywhere;
}
.contactimg img {
	width: 100%;
}
section#locationmap {
	padding: 30px 0px;
}
#lock {
	display: none;
}
@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
	#lock {
		display: block;
		text-align: center;
		position: relative;
		top: 50%;
		font-size: 34px;
	}
	#container1 {
		display: none;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
	#lock {
		display: none;
	}
	#container1 {
		display: block;
	}
}
@media screen and (min-width: 320px) and (max-width: 480px) and (orientation: landscape) {
	#lock {
		display: block;
		text-align: center;
		position: relative;
		top: 50%;
		font-size: 34px;
	}
	#container1 {
		display: none;
	}
}
@media screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait) {
	#lock {
		display: none;
	}
	#container1 {
		display: block;
	}
}
@media screen and (min-width: 481px) and (max-width: 768px) and (orientation: landscape) {
	#lock {
		display: block;
		text-align: center;
		position: relative;
		top: 50%;
		font-size: 34px;
	}
	#container1 {
		display: none;
	}
}
@media screen and (min-width: 481px) and (max-width: 768px) and (orientation: portrait) {
	#lock {
		display: none;
	}
	#container1 {
		display: block;
	}
}
@media screen and (min-width: 320px) and (max-width: 640px) and (orientation: landscape) {
	#lock {
		display: block;
		text-align: center;
		position: relative;
		top: 50%;
		font-size: 34px;
	}
	#container1 {
		display: none;
	}
}
@media screen and (min-width: 320px) and (max-width: 640px) and (orientation: portrait) {
	#lock {
		display: none;
	}
	#container1 {
		display: block;
	}
}
@media screen and (min-width: 600px) and (max-width: 960px) and (orientation: landscape) {
	#lock {
		display: block;
		text-align: center;
		position: relative;
		top: 50%;
		font-size: 34px;
	}
	#container1 {
		display: none;
	}
}
@media screen and (min-width: 600px) and (max-width: 960px) and (orientation: portrait) {
	#lock {
		display: none;
	}
	#container1 {
		display: block;
	}
}
@media screen and (min-width: 820px) and (max-width: 1180px) and (orientation: landscape) {
	#lock {
		display: block;
		text-align: center;
		position: relative;
		top: 50%;
		font-size: 34px;
	}
	#container1 {
		display: none;
	}
}
@media screen and (min-width: 820px) and (max-width: 1180px) and (orientation: portrait) {
	#lock {
		display: none;
	}
	#container1 {
		display: block;
	}
}
#pricepopupnew .input-group {
	position: relative;
	display: table;
	padding-bottom: 10px;
	border-collapse: separate;
}
html,
body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #26201b;
	font-family: 'zona', serif !important;
	/*font-family: 'tt_commonsmedium', Helvetica, Arial, sans-serif;*/
	/*overflow-x: hidden;*/
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
.page-title {
	margin: 10px;
}
.page-subtitle {
	margin: 10px;
}
/*** ICONS ANIMATION ***/
.icon-anim {
	animation: iconmove 5s infinite;
	animation-timing-function: ease;
}
.icon-anim1 {
	animation: iconmove1 5s infinite;
	animation-timing-function: ease;
}
.icons1 {
	height: 90px;
}
.icons2 {
	height: 110px;
}
.icons3 {
	height: 139px;
}
@keyframes iconmove {
	0% {
		transform: rotate(180deg);
	}
	25% {
		transform: rotate(90deg);
	}
	50% {
		transform: rotate(225deg);
	}
	100% {
		transform: rotate(180deg);
	}
}
@keyframes iconmove1 {
	0% {
		transform: rotate(100deg);
	}
	25% {
		transform: rotate(75deg);
	}
	50% {
		transform: rotate(200deg);
	}
	100% {
		transform: rotate(100deg);
	}
}
/*** ICONS ANIMATION ***/
.demo-gallery>ul>li a .demo-gallery-poster {
	/* background-color: rgba(0, 0, 0, 0.1); */
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: background-color 0.15s ease 0s;
	-o-transition: background-color 0.15s ease 0s;
	transition: background-color 0.15s ease 0s;
}
.demo-gallery>ul>li a .demo-gallery-poster>img {
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
	border: none !important;
}
/*li.book {
    border: 1px solid #000;
    padding: 5px 15px;
    margin: 18px 0;
    background-color: #7d1743;
    color: #fff;
}
li.book a.pricepop {
    color: #fff !important;
}*/
#inquiryForm .col-lg-2 {
	max-width: 13.666667%;
}
/*@font-face {*/
/*    font-family: 'tt_commonsregular';*/
/*    src: url('../fonts/ttcommons-regular-webfont.woff2') format('woff2'),*/
/*         url('../fonts/ttcommons-regular-webfont.woff') format('woff');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/
/*@font-face {*/
/*    font-family: 'tt_commons_boldbold';*/
/*    src: url('../fonts/ttcommons-bold-webfont.woff2') format('woff2'),*/
/*         url('../fonts/ttcommons-bold-webfont.woff') format('woff');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/
/*@font-face {*/
/*    font-family: 'tt_commonsmedium';*/
/*    src: url('../fonts/ttcommons-medium-webfont.woff2') format('woff2'),*/
/*         url('../fonts/ttcommons-medium-webfont.woff') format('woff');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/
/*@font-face {*/
/*    font-family: 'tt_commonsdemibold';*/
/*    src: url('../fonts/ttcommons-demibold-webfont.woff2') format('woff2'),*/
/*         url('../fonts/ttcommons-demibold-webfont.woff') format('woff');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/
/*@font-face {*/
/*  font-family: "ttcommon";*/
/*  src: url("../fonts/ttcommonthin.TTF");*/
/*}*/
/*@font-face {*/
/*  font-family: "ttcommonlight";*/
/*  src: url("../fonts/ttcommonextralight.TTF");*/
/*}*/
/*@font-face {*/
/*  font-family: "ttcommonmedium";*/
/*  src: url("../fonts/ttcommonmedium.TTF");*/
/*}*/
/*
.float{
	position:fixed;
	bottom:5%;
	right:6%;
	background-color:#fff;
	padding: 15px;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
	z-index: 9;
	color: #cbae73 !important;
    font-family: "ttcommonmedium";
}
*/
.float {
	position: absolute;
	z-index: 9;
	bottom: 5%;
	right: 6%;
	font-size: 12px;
	padding: 10px;
	background-color: #6a203c;
	text-align: center;
	border-radius: 10px;
	/*box-shadow: 1px 5px 14px #999;*/
	color: #cbae73 !important;
	/*font-family: "ttcommonmedium";*/
}
.float a {
	color: #fff !important;
	font-family: zona;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.clrfix {
	clear: both;
	display: block;
}
li.clrfix {
	clear: both !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	float: none !important;
	display: block !important;
	min-height: 0 !important;
}
.nopaddingL {
	padding-left: 0
}
.nopaddingR {
	padding-right: 0
}
ol,
ul {
	margin-bottom: 0;
}
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	/*text-align:left;*/
}
a,
a:hover,
a:focus,
:hover {
	text-decoration: none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}
::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	opacity: 1;
}
::-moz-placeholder {
	/* Firefox 19+ */
	opacity: 1;
}
:-ms-input-placeholder {
	/* IE 10+ */
	opacity: 1;
}
:-moz-placeholder {
	/* Firefox 18- */
	opacity: 1;
}
.display-desktop {
	display: block;
}
.display-mobile {
	display: none;
}
.text-center {
	text-align: center;
}
/*#background-img
{
	height: 100px;
}*/
.mlgroup {
	width: 135px
}
#wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
}
.container {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.input-group .input-group-btn {
	width: 100% !important;
}
/*===== Start Header ==================*/
header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 12;
	display: block;
	background: #fff;
	box-shadow: 0 0 12px #ccc;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
header.sticky-header {
	background-color: #ffffff;
}
header .container {
	width: 95%;
	padding: 10px 0;
	position: relative;
}
/*---- Sticky Header -----*/
header.sticky-header {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	box-shadow: 0 0 12px #ccc;
}
header .logo-col {
	width: 20%;
	float: left;
}
header #cssmenu {
	width: 75%;
	float: left;
	padding: 27px 0;
	text-align: center;
}
header.sticky-header #cssmenu {
	padding: 18px 0;
}
header .call {
	padding: 20px 0 0 0;
}
i.fa.fa-phone {
	border: 1px solid #fff;
	border-radius: 50%;
	/* width: 40px; */
	cursor: pointer;
	font-size: 26px;
	background-color: #fff;
	padding: 10px 15px;
	color: #cbae73;
}
header.sticky-header .logow {
	display: none;
}
header .logoc {
	display: none;
}
header.sticky-header .logoc {
	display: block;
}
#enqirebutton1 {
	display: none;
}
/*===== End Header ==================*/
#highlights {
	padding-top: 30px;
}
/** Overview **/
#overview {
	/*height: 83vh;*/
}
.overview-title {
	text-align: center;
	padding: 70px 0;
	padding-bottom: 100px;
	color: #bfac85;
	background-color: #f2ede4;
	font-family: zona;
}
.col-lg-offset-3 {
	margin-left: 20%;
}
.hr-element {
	width: 34%;
}
.overview-title h2::before,
.overview-title h2::after {
	display: inline-block;
	content: "";
	border-top: 1px solid #bfac85;
	width: 10rem;
	margin: 0 1rem;
	transform: translateY(-1rem);
}
.config {
	margin: 30px;
	padding: 45px 30px 30px;
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	color: #bfac85;
	/*border-radius: 81px 9px 1px 3px;*/
}
@media only screen and (max-width: 600px) {
	/* Thank You page*/
	.oops {
		position: absolute;
	}
	.thankyou {
		position: absolute;
	}
	/**/
	#home {
		/*margin-top: 20px !important;*/
	}
	header .logo-col {
		width: 100%;
		float: left;
	}
	.overview-title {
		padding: 30px 0 !important;
	}
	.configuration {
		top: 0px !important;
		padding: 20px 50px !important;
	}
	.configuration img {
		position: relative;
		left: 0%;
	}
	.gallery ul.resp-tabs-list {
		padding: 0;
		position: absolute;
		left: 40%;
		top: 10%;
	}
	.overview-title h2::before,
	.overview-title h2::after {
		display: inline-block;
		content: "";
		border-top: .3rem solid #bfac85;
		width: 2rem;
		margin: 0 1rem;
		transform: translateY(-1rem);
	}
	.quotes .clientbox {
		height: 170px;
		margin: 0;
		padding: 35px;
		position: relative;
		/* background: #fff; */
		box-shadow: 0 0 10px 5px rgb(0 0 0 / 10%);
		/* transition: 0s; */
	}
	.highlightsinfo hr {
		width: 100%;
	}
	.col-lg-offset-3 {
		margin-left: 0px;
	}
	#about-proj {}
	.dwn-broch {
		text-align: left !important;
	}
	.title1 {
		color: #b4955c;
		text-align: center;
		text-transform: uppercase;
		border-right: 50px solid #b4955c;
		width: 210px;
		line-height: 1px;
		letter-spacing: 2px;
		font-weight: bold;
		font-size: 16px;
		font-family: zona;
	}
	.highlights-inner {
		padding: 50px 10px 0px;
	}
	.highlights-inner h5 {
		font-family: zona, sans-serif;
	}
	.overview-title h2 {
		font-size: 25px;
	}
	.config {
		margin: 30px 0px;
		padding: 30px;
		box-shadow: 0 0 10px 5px rgb(0 0 0 / 10%);
		background-color: #fff;
		color: #b4955c;
	}
	.configuration img {
		position: relative;
		left: 0%;
	}
}
.configuration {
	padding: 50px 50px 0px;
	position: relative;
	z-index: 1;
	background-color: transparent;
	top: -130px;
	text-align: center;
}
.configuration img {
	position: relative;
	right: 10%;
}
.config p {
	color: #000;
	font-size: 18px;
	font-family: zona;
}
.config h4 {
	font-family: zona, 'zona', serif;
	font-size: 21px;
}
.view-more {
	padding: 8px;
	border: 2px solid #bfac85;
	border-radius: 30px 30px;
	text-align: center;
	margin-top: 20px;
}
.view-more a {
	font-size: 18px;
	color: #b4955c;
	text-decoration: none;
	font-family: zona, 'zona', serif;
}
/** Overview **/
/** Project Highlights**/
.highlights {
	padding: 30px 0px;
}
.highlights-inner {
	/*padding: 50px 10px;*/
}
.title1 {
	color: #bfac85;
	text-align: center;
	text-transform: uppercase;
	border-right: 50px solid #bfac85;
	width: 188px;
	line-height: 1px;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 16px;
	font-family: zona, 'zona', serif;
}
.title01 {
	color: #bfac85;
	text-align: center;
	text-transform: uppercase;
	border-right: 50px solid #bfac85;
	width: 128px;
	line-height: 1px;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 13px;
	font-family: zona, 'zona', serif;
}
.title2 {
	color: #bfac85;
	text-align: center;
	text-transform: uppercase;
	border-right: 50px solid #bfac85;
	width: 136px;
	line-height: 1px;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 14px;
	font-family: zona, 'zona', serif;
}
.hoh-element {
	text-align: center;
}
.dwn-broch a {
	text-decoration: none;
	background: #7c1746;
	color: #fff !important;
	padding: 10px 10px;
	border-radius: 5px;
	font-size: 16px;
	font-family: 'zona';
}
h1.textjustify {
	font-size: 36px;
	font-weight: 100 !important;
	padding: 15px 0;
	color: #b4955c;
}
.highlights-desc {
	padding: 25px;
	margin-top: -60px;
	letter-spacing: 2px;
	line-height: 2;
}
.highlights-points p {
	font-size: 15px;
	margin: 0px;
	font-weight: 800;
	color: #6a203c;
	/*font-family: zona, sans-serif;*/
}
.highlightsinfo h5 {
	color: #cbaf75;
	font-family: zona, sans-serif;
}
.highlightsinfo p {
	font-size: 14px !important;
	margin: 0px;
}
.highlightsinfo hr {
	width: 100%;
	margin: 0;
	border-top: 1px solid #cbaf75;
}
.bd-left {
	border-left: 1px solid #b4955c;
}
.highlights-desc h1 {
	font-size: 45px;
	font-family: zona, 'zona', serif;
	font-weight: 600px;
}
.highlights-desc h2 {
	font-size: 32px;
	font-family: zona;
	font-weight: 500;
	color: #bfac85;
	padding: 20px;
}
.highlights-desc p {
	font-size: 17px;
	letter-spacing: 1px;
	padding-bottom: 50px;
	padding-right: 50px;
	font-family: zona;
	line-height: 1.3;
}
.brochure {
	color: #811a40 !important;
	border-bottom: 1px solid #b4955c;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 7px;
}
.caption {
	padding: 25px;
	position: relative;
	top: -150px;
	font-family: zona;
	color: #fff;
}
.caption h3 {
	font-family: zona;
	font-weight: 600;
}
.caption p {
	font-size: 17px
}
/** Project Highlights**/
section:focus {
	outline: none !important;
}
/* --- about --- */
.aboutsection {
	margin: 0;
	padding: 40px 0;
}
.aboutsection h2 {
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 44px;
	color: #6a203c;
	font-family: zona, sans-serif;
	text-align: center;
	position: relative;
}
.aboutsection h2:before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%);
	width: 50px;
	height: 4px;
	background: #d2b77f;
	content: '';
}
.aboutinn {
	width: 90%;
	margin: 0 auto;
	padding: 0 100px;
	text-align: center;
	background: url(../images/hoh.png) no-repeat left center;
}
.aboutinn p {
	margin: 0 0 20px 0;
	padding: 0;
}
.dowbtn,
a.dowbtn {
	margin: 0;
	padding: 10px 20px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-family: zona, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	background: #811a40;
	border: solid 1px #811a40;
}
.dowbtn:hover,
a.dowbtn:hover {
	color: #811a40;
	background: #fff;
}
.dowbtn img,
a.dowbtn img {
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 0;
}
.aboutbuilding {
	margin: 0;
	padding: 70px 0;
	background: url(../images/building-bg1.webp) no-repeat;
	background-size: cover;
}
.aboutbuilding ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.aboutbuilding ul li {
	margin: 0;
	padding: 0 20px;
	list-style: none;
	display: inline-block;
	position: relative;
}
.aboutbuilding ul li:nth-child(1):before {
	position: absolute;
	top: 55%;
	left: -20px;
	width: 50px;
	height: 1px;
	background: #b8a277;
	content: '';
}
.aboutbuilding ul li:nth-child(1):after {
	position: absolute;
	top: 55%;
	right: -10px;
	width: 30px;
	height: 1px;
	background: #b8a277;
	content: '';
}
.aboutbuilding ul li:nth-child(2):before {
	position: absolute;
	top: 55%;
	left: -10px;
	width: 30px;
	height: 1px;
	background: #b8a277;
	content: '';
}
.aboutbuilding ul li:nth-child(2):after {
	position: absolute;
	top: 55%;
	right: -20px;
	width: 50px;
	height: 1px;
	background: #b8a277;
	content: '';
}
/* --- project --- */
.pro-section {
	margin: 0;
	padding: 50px 0;
	background: #f3f3f3;
}
.pro-section h2 {
	width: 55%;
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 44px;
	color: #6a203c;
	font-family: zona, sans-serif;
	line-height: 50px;
	position: relative;
}
.pro-section h2:before {
	position: absolute;
	top: 5px;
	left: -20px;
	width: 3px;
	height: 30px;
	background: #d2b77f;
	content: '';
}
.hoh-project {
	margin: 0;
	padding: 20px 0 0 0;
	position: relative;
}
.hoh-project .slick-slide {
	margin: 0 30px 0 0;
	padding: 20px 0;
}
.hoh-project .slick-slide img {
	display: inline-block;
}
.hoh-project .slick-prev,
.hoh-project .slick-next {
	width: 50px;
	height: 40px;
	z-index: 1;
	top: -40px;
	border: solid 1px #d2b77f;
}
.hoh-project .slick-prev {
	right: 100px;
	left: auto;
	background: url(../images/back.png) no-repeat center center;
}
.hoh-project .slick-prev:hover {
	background: #6a203c url(../images/back-h.png) no-repeat center center;
}
.hoh-project .slick-next {
	right: 30px;
	background: url(../images/next.png) no-repeat center center;
}
.hoh-project .slick-next:hover {
	background: #6a203c url(../images/next-h.png) no-repeat center center;
}
.hoh-project .slick-prev:hover,
.hoh-project .slick-next:hover {
	border: solid 1px #6a203c;
}
.pr-box {
	margin: 0;
	padding: 0;
	position: relative;
	/* background: #000; */
}
.pr-box .prthum {}
.pr-box .prthum img {
	/* opacity: 0.5; */
}
.pr-box .show-info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px;
	color: #fff;
	font-size: 18px;
	font-family: zona, sans-serif;
	text-align: center;
}
.pr-box .show-info h4 {
	margin: 0 0 20px 0;
	padding: 0;
	font-weight: normal;
	color: #333;
	font-size: 24px;
	font-family: zona, sans-serif;
	text-align: center;
}
.pr-box .show-info h4 span {
	display: inline-block;
	margin: 0;
	padding: 7px 10px 5px 10px;
	background: #fff;
}
.pr-box .show-info p.plus {
	text-align: right;
}
.pr-box:hover .show-info {
	display: none;
}
.pr-box .show-details {
	position: absolute;
	bottom: -50px;
	left: 0;
	width: 100%;
	height: 0;
	padding: 0;
	color: #26201b;
	font-size: 14px;
	font-family: zona, sans-serif;
	line-height: 24px;
	background: #fff;
	transition: .5s ease;
}
.pr-box:hover .show-details {
	height: 100%;
	bottom: 0;
}
.pr-box:hover {
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
}
.pr-box .show-details h4 {
	margin: -20px 0 20px 0;
	padding: 0;
	font-weight: normal;
	color: #fff;
	font-size: 24px;
	font-family: zona, sans-serif;
}
.pr-box .show-details h4 span {
	display: inline-block;
	margin: 0;
	padding: 7px 10px 5px 10px;
	background: #6a203c;
}
.pro-more {
	padding: 0 20px 20px 20px;
}
.pro-more p {
	margin: 0 0 15px 0;
	padding: 0;
}
.pro-more p.locat {
	margin: 0 0 20px 0;
	padding: 0;
}
.pro-more h5 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 24px;
	color: #6a203c;
	font-family: zona, sans-serif;
	font-weight: normal;
}
.pro-more p span {
	color: #6a203c;
}
.pro-more a.price {
	color: #262121;
	font-size: 15px;
	text-decoration: none;
	font-family: zona, sans-serif;
}
.pro-more a.viewbtn {
	display: inline-block;
	float: right;
	margin: -25px 0 0 0;
	padding: 0;
	width: 50px;
	height: 50px;
	color: #fff;
	font-size: 16px;
	font-family: zona, sans-serif;
	text-align: center;
	line-height: 50px;
	background: #6a203c;
	border-radius: 50%;
}
/* background-img */
#background-img img {
	width: -webkit-fill-available;
}
/**/
/* --- experience --- */
#experience {
	padding: 50px 0px;
	overflow-x: hidden;
}
.experience-section {
	margin: 0;
	padding: 50px 0;
	overflow: hidden;
}
.experience-section h2 {
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 44px;
	color: #6a203c;
	font-family: zona, sans-serif;
	line-height: 50px;
	position: relative;
}
.experience-section h2:before {
	position: absolute;
	top: 5px;
	left: -20px;
	width: 3px;
	height: 30px;
	background: #d2b77f;
	content: '';
}
h1.textjustify1 {
	font-size: 36px;
	font-weight: 100 !important;
	padding: 15px;
	color: #bfac85;
	font-family: cambria;
}
.gathum-overlay {
	background-color: #542e2e;
}
.gathum1-overlay {
	background-color: #542e2e;
}
.gathum2-overlay {
	background-color: #542e2e;
}
/*---- tabs ----*/
.gallery {}
.gallery ul.resp-tabs-list {
	padding: 0;
	position: absolute;
	right: 2%;
	top: 10%;
}
.gallery .resp-tabs-list li {
	display: inline-block;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.5);
	font-family: zona;
	padding: 0;
	margin: 0 0 0 30px;
	list-style: none;
	cursor: pointer;
	position: relative;
	text-align: center;
}
.gallery .resp-tabs-list li span {
	display: block;
}
.gallery .resp-tabs-list li img {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 0 5px 0;
}
.gallery .resp-tabs-list li img:nth-child(2) {
	display: none;
}
.gallery .resp-tabs-container {
	padding: 30px 0 0 0;
}
.gallery h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.gallery .resp-tab-active {
	border-bottom: none;
	position: relative;
	color: #6a203c !important;
}
.gallery .resp-tab-active img:nth-child(1) {
	display: none;
}
.gallery .resp-tab-active img:nth-child(2) {
	display: inline-block !important;
}
.gallery .resp-content-active,
.resp-accordion-active {
	display: block;
}
.gallery .resp-tab-content {
	display: none;
	padding: 0 0 50px 0;
}
.gallery .resp-tab-content {}
.gallery h2.resp-accordion {
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 5px 10px 0 10px;
	border-bottom: 2px solid #6a203c;
}
.gallery h2.resp-tab-active {
	margin-bottom: 0px !important;
	padding: 5px 10px 10px 10px !important;
}
.gallery h2.resp-tab-title:last-child {
	border-bottom: 12px solid #6a203c !important;
	background: blue;
}
.gallery .resp-arrow {
	width: 0;
	height: 0;
	float: right;
	margin-top: 6px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #6a203c;
	margin: 8px 15px 0 0;
}
.gallery h2.resp-tab-active span.resp-arrow {
	border: none;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #6a203c;
	border-bottom: 6px solid #6a203c;
	background: transparent;
}
/*------ Accordion styles ------*/
.gallery h2.resp-tab-active {
	/*background: #DBDBDB; !important;*/
	border-bottom: none;
}
.gallery .resp-easy-accordion h2.resp-accordion {
	display: block;
}
.gallery .resp-easy-accordion .resp-tab-content {
	border: 1px solid #709f27;
}
.gallery .resp-easy-accordion .resp-tab-content:last-child {
	border-bottom: 1px solid #709f27;
	/* !important;*/
}
.gallery .resp-tab-content-active {
	display: block;
}
.gallery h2.resp-accordion:first-child {}
/*---- end tabs -----*/
.gallery .slick-track {
	padding: 0 0 30px 0;
}
.gallery .slick-slide {
	margin: 0;
	padding: 0;
}
.gallery .slick-slide img {}
.gallery .slick-prev,
.gallery .slick-next {
	width: 50px;
	height: 40px;
	z-index: 1;
	top: auto;
	bottom: -50px;
	border: solid 1px #d2b77f;
}
.gallery .slick-prev {
	border: none;
	top: 105%;
	left: 45%;
	background: url(../images/back.png) no-repeat center center;
}
.gallery .slick-prev:hover {
	background: #6a203c url(../images/back-h.png) no-repeat center center;
	border: none !important;
}
.gallery .slick-next {
	right: 45%;
	background: url(../images/next.png) no-repeat center center;
	border: none;
	top: 105%;
}
.gallery .slick-next:hover {
	background: #6a203c url(../images/next-h.png) no-repeat center center;
	border: none;
}
.gallery .slick-prev:hover,
.gallery .slick-next:hover {
	/*border: solid 1px #6a203c;*/
}
.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}
.gathum,
.vothum,
.gathum2 {
	margin: 0;
	padding: 10px !important;
	position: relative;
}
.gathum,
.gathum2 {
	height: 350px;
}
.gathum a,
.vothum a,
.gathum2 a {
	color: #333;
	text-decoration: none;
}
/**** Gathum1 ***/
.gathum1,
.vothum {
	margin: 0;
	padding: 10px !important;
	position: relative;
}
.gathum1 {
	height: 400px;
}
.gathum1 a {
	color: #333;
	text-decoration: none;
}
/**** Gathum1 ***/
.gatitle {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff;
	margin: 0;
	padding: 5px;
	z-index: 2;
}
.gatitle1 {
	position: absolute;
	bottom: 15px;
	left: 0;
	margin: 0;
	padding: 5px;
	z-index: 2;
	width: 100%;
	text-align: center;
}
.gatitle1 p {
	background-color: #fff;
	width: 75%;
	margin: auto;
	border: 1px solid #8d2e56;
}
.gathum .overlay,
.gathum .vothum {
	display: none;
}
.gathum .overlay img,
.vothum .overlay img {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.gathum:hover .overlay,
.vothum:hover .overlay {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	margin: 0;
	padding: 0;
}
.gathum:hover .gatitle,
.vothum:hover .gatitle {
	color: #fff;
	background: transparent;
}
/*.gathum:hover .caption p{
	display: block;
	
}*/
/* --- location --- */
.locatlist {
	width: 35%;
	float: left;
	margin: 0;
	padding: 0;
	background: #ffeecb;
}
.location-img {
	padding: 15px 0px;
}
.location-img img {
	border: 1px solid #cccccc;
	margin: auto;
	width: 100%;
}
.maparea {
	width: 65%;
	float: left;
	margin: 0;
	padding: 0;
}
.locatlist h2 {
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 44px;
	color: #6a203c;
	font-family: zona, sans-serif;
	line-height: 50px;
	position: relative;
}
.locatlist .locatinn {
	padding: 50px 50px 50px 0;
	margin: 0 0 0 10%;
	color: #26201b;
	font-size: 14px;
	font-family: zona, sans-serif;
}
.locatlist h5 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 24px;
	color: #6a203c;
	font-family: zona, sans-serif;
	line-height: 30px;
	position: relative;
}
.locatinn .colleft {
	width: 50%;
	float: left;
	margin: 0;
	padding: 0 20px 0 0;
}
.locatinn .colright {
	width: 50%;
	float: left;
	margin: 0;
	padding: 0 0 0 20px;
}
.locatinn ul {
	margin: 0 0 30px 0;
	padding: 0;
}
.locatinn ul li {
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	list-style: none;
	background: url(../images/bullet.png) no-repeat 0 3px;
}
.locatinn ul li:last-child {
	margin: 0;
}
.locatinn ul li span {
	color: #999;
	display: block;
}
.maparea iframe {
	width: 100%;
	height: 100%;
}
a.fullmap {
	display: inline-block;
	margin: 0;
	padding: 10px;
	color: #6a203c;
	font-size: 20px;
	font-family: zona, sans-serif;
	text-decoration: none;
	border: solid 2px #6a203c;
	text-align: center;
}
a.fullmap img {
	margin: 0 0 10px 0;
}
/* --- invest weith us --- */
.invest-section {
	margin: 0;
	padding: 50px 0;
	background: #f3f3f3;
}
.invest-section h2 {
	margin: 0 0 30px 0;
	padding: 10px 0 0 0;
	font-size: 44px;
	color: #6a203c;
	font-family: zona, sans-serif;
	text-align: center;
	position: relative;
}
.invest-section h2:before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%);
	width: 50px;
	height: 4px;
	background: #d2b77f;
	content: '';
}
ul.investlist {
	margin: 0;
	padding: 0;
	text-align: center;
}
ul.investlist li {
	width: 100px;
	margin: 0 40px;
	padding: 0;
	display: inline-block;
	list-style: none;
	color: #26201b;
	font-size: 18px;
	text-align: center;
	vertical-align: top;
}
ul.investlist li img {
	margin: 0 0 20px 0;
	padding: 0;
}
ul.investlist li span {
	font-size: 30px;
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	font-family: zona, sans-serif;
	text-align: center;
}
/* --- testimonial --- */
.testimonails {}
.se-testimonial {
	padding: 30px 0px;
	background: url(../img/background-testimonail.webp);
	background-repeat: no-repeat;
	height: 580px;
	overflow: hidden;
}
.se-testimonial h2 {
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 44px;
	color: #6a203c;
	font-family: zona, sans-serif;
	text-align: center;
	position: relative;
}
.se-testimonial h4 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 28px;
	color: rgba(0, 0, 0, 0.4);
	font-family: zona, sans-serif;
	text-align: center;
	position: relative;
	font-weight: normal;
	font-style: italic;
}
.quotes {
	margin: 0;
	padding: 0;
	position: relative;
}
/*.quotes .slick-arrow {
	display: none !important;
}*/
.test-slider .slick-arrow {
	display: none !important;
}
.quotes .slick-slide {
	margin: 0 20px;
	padding: 20px 0 10px 0;
}
.clientbox.txt.coltest {}
.quotes .clientbox {
	/*height: 170px;*/
	height: auto;
	margin: 0;
	padding: 35px;
	position: relative;
	/* background: #fff; */
	/* box-shadow: 0 0 10px 5px rgba(0,0,0,0.1); */
	/* transition: 0s;*/
}
.txt.coltest {
	background: #fff;
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
	transition: 0s;
	height: 220px !important;
	height: auto;
}
.quotes .clientbox:before {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 26px;
	height: 21px;
	background: url(../images/quote1.png) no-repeat;
	content: '';
	opacity: 1;
}
.quotes .clientbox:after {
	position: absolute;
	bottom: 70px;
	right: 15px;
	width: 26px;
	height: 21px;
	background: url(../images/quote1.png) no-repeat;
	content: '';
	opacity: 1;
}
/*
.quotes .clientbox:hover:before {
	position: absolute;
	top: -30px;
	left: 26%;
	width: 70px;
	height: 56px;
    transform: translate(-50%);
	background: url(../images/quote2.png) no-repeat;
	content: '';
	opacity: 1;
}*/
.quotes .clientbox p {
	transition: 0s;
	text-align: justify;
	font-family: zora, sans-serif;
}
.quotes .clientbox.txt {}
.quotes .clientbox.txt .txtinn {
	padding: 30px 30px 30px 30px;
	text-align: center;
	transition: 0s;
}
.quotes .clientbox.video {
	padding: 0;
	color: #fff;
	background: #000;
}
.quotes .clientbox.video img {
	opacity: 0.5;
}
.quotes .clientbox.video .pic img,
.quotes .clientbox.video a.playbtn img {
	opacity: 1;
}
.quotes .clientbox.video .playbtn {
	opacity: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.quotes .clientbox .name {
	position: absolute;
	bottom: 20px;
	/*left: 20px;*/
	font-size: 14px;
	text-align: left;
	font-family: zona;
	font-weight: 600;
}
.quotes .clientbox .name span {
	display: block;
	color: #d2b77f;
}
.quotes .clientbox .pic {
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translate(-50%);
	border-radius: 50%;
	padding: 5px;
	border: solid 1px #d2b77f;
}
.quotes .clientbox .pic img {
	width: 70px;
	border-radius: 50%;
}
.quotes .clientbox .pic img:nth-child(2) {
	display: none;
}
.quotes .clientbox:hover .pic img:nth-child(1) {
	display: none
}
.quotes .clientbox:hover .pic img:nth-child(2) {
	display: inline-block;
}
.quotes .clientbox:hover.txt {
	color: #fff;
	background: #6a203c;
}
.quotes .clientbox:hover .pic {
	border: solid 1px #fff;
}
/*.quotes .slick-dots li button {
    width: 30px;
    height: 4px;
    border-radius: 0;
}*/
.quotes .slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background: #d2d7e1;
	border-radius: 50%;
}
.quotes .slick-dots li.slick-active button:before {
	opacity: 1;
	background: #6a203c;
}
.enq-pad {
	padding: 10px 20px;
}
/* --- popup form --- */
.submit-btn {
	padding: 7px 14px;
	border: 2px solid #cdb27a;
}
.submit-btn p {
	color: #000;
	font-size: 13px;
	font-weight: 900;
	margin: 0;
	letter-spacing: 2px;
	/*font-family: "ttcommonmedium";*/
}
.enquirnowbtn {
	position: fixed;
	bottom: 50px;
	right: 10px;
}
.popupfrm ul {
	margin: 0;
	padding: 0;
}
.popupfrm ul li {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	position: relative;
}
.popupfrm ul li:last-child {
	margin: 0;
}
.popupfrm input::-webkit-input-placeholder,
.popupfrm textarea::-webkit-input-placeholder {
	color: #999999;
	transition: ease 0.5s;
	-webkit-transition: ease 0.5s;
	-moz-transition: ease 0.5s;
}
.popupfrm input::-moz-placeholder,
.popupfrm textarea::-moz-placeholder {
	color: #999999;
	transition: ease 0.5s;
	-webkit-transition: ease 0.5s;
	-moz-transition: ease 0.5s;
}
.popupfrm input:-ms-input-placeholder,
.popupfrm textarea:-ms-input-placeholder {
	color: #999999;
	transition: ease 0.5s;
	-webkit-transition: ease 0.5s;
	-moz-transition: ease 0.5s;
}
.popupfrm input:-moz-placeholder,
.popupfrm textarea:-moz-placeholder {
	color: #999999;
	transition: ease 0.5s;
	-webkit-transition: ease 0.5s;
	-moz-transition: ease 0.5s;
}
.popupfrm input:focus::-webkit-input-placeholder,
.popupfrm textarea:focus::-webkit-input-placeholder {
	opacity: 0;
}
.popupfrm input:focus::-moz-placeholder,
.popupfrm textarea:focus::-moz-placeholder {
	opacity: 0;
}
.popupfrm input:focus:-moz-placeholder,
.popupfrm textarea:focus:-moz-placeholder {
	opacity: 0;
}
.popupfrm input:focus::-ms-input-placeholder,
.popupfrm textarea:focus::-ms-input-placeholder {
	opacity: 0;
}
.popupfrm label {
	display: block;
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 16px;
	font-family: zona, sans-serif;
}
label {
	color: #000;
	letter-spacing: 1px;
	font-family: zona;
	    margin-bottom: 0px;
    font-weight: 700;
    font-size: 12px;
}
/*.contactquery .input ~ label {
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0%;
    -webkit-transition: width 0.5s;
    -moz-transition: width 0.5s;
    transition: width 0.5s;
    margin-bottom: 0;
}
.contactquery .input:focus ~ label, 
.contactquery .input:active ~ label {
    width: 100%;
    border-bottom: 1px solid #00a1a3;
    bottom: 0px;
}*/
.popupfrm input[type="text"] {
	border: 0 none;
	border-bottom: solid 1px #cdcdcd;
	outline: none;
	width: 100%;
	margin: 0;
	padding: 7px 0;
	background: transparent;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.5);
	font-family: zona, sans-serif;
}
.popupfrm input[type="text"]:focus {
	outline: none;
	/* border-bottom: 1px solid #00a1a3; */
}
.popupfrm input[type="submit"] {
	margin: 0;
	padding: 10px 40px 10px 20px;
	background: #6a203c url(../images/submit.png) no-repeat 88% 7px;
	color: #fff;
	font-size: 16px;
	font-family: zona, sans-serif;
	text-transform: uppercase;
	display: inline-block;
	border: 0 none;
	outline: none;
	cursor: pointer;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}
.popupfrm input[type="submit"]:focus {
	outline: none;
}
.popupfrm .cc_code .cc-picker-flag {
	width: 16px !important;
}
.cc_code {
	display: flex !important;
	align-items: center;
	border-bottom: solid 1px #cdcdcd;
}
.cc_code select {
	margin-right: 7px;
	width: 90px;
}
.cc-picker-code-filter,
.cc-picker-code-list {
	z-index: 99999 !important;
}
.errormsg {
	position: absolute;
	bottom: -15px;
	left: 0;
	padding: 1px 5px;
	display: none;
	color: #fff;
	font-size: 13px;
	font-family: zona, sans-serif;
	background: #ff0000;
}
.errormsg:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-bottom: 8px solid #ff0000;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	top: -8px;
}
/* --- footer --- */
footer {
	margin: 0;
	padding: 30px 0;
	/*background: #f1f1f1;*/
}
.disclaimer p {
	text-align: center;
	font-family: 14px;
	font-family: zona;
}
footer .logocol {
	width: 20%;
	float: left;
	margin: 0;
	padding: 0;
}
footer .textcol {
	width: 80%;
	float: left;
	margin: 0;
	padding: 0;
	color: #666;
	text-align: justify;
}
footer .textcol p {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 14px;
	line-height: 20px;
}
footer .textcol p a {
	color: #6a203c;
}
footer .footermenu {
	/*	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: solid 1px #1c1a16;*/
}
footer .footermenu .footerlinks {
	width: 100%;
	float: left;
	margin: 0;
	padding: 10px 0 0 0;
}
footer .footermenu .sociallinks {
	width: 20%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: right;
}
footer .footermenu .footerlinks a {
	display: inline-block;
	margin: 0 30px 0 0;
	padding: 0;
	color: #1c1a16;
	font-size: 16px;
	/*font-family: 'tt_commons_boldbold', Helvetica, Arial, sans-serif;*/
	/*font-family: "ttcommonmedium";*/
	font-weight: 600;
	text-transform: uppercase;
}
footer .footermenu .footerlinks a:hover {
	color: #6a203c;
}
footer .footermenu .sociallinks a {
	display: inline-block;
	margin: 0 0 0 5px;
	padding: 0;
}
footer .copy {
	/*width: 50%;*/
	float: right;
	margin: 0;
	padding: 0;
	font-size: 10px;
}
footer .madeby {
	/*width: 50%;*/
	float: left;
	margin: 0;
	padding: 0;
	/*text-align: right;*/
	font-size: 10px;
}
footer .madeby a {
	color: #666;
	text-decoration: none;
}
footer .madeby a:hover {
	color: #6a203c;
	text-decoration: none;
}
header.sticky-header p {
	color: brown;
	font-size: 19px;
	padding: 0px !important;
}
.sociallinks p {
	font-weight: 600;
	font-family: zona;
}
.privacy {
	padding-top: 150px;
}
.slick-slider {
	width: 100%;
	background-color: transparent;
}
.logobix{
	display: flex;
	justify-content: center;
	align-items: center;
}
.logobix img:nth-child(1){
	margin-right: 20px;
}
.mainhighlights .slick-slider .slick-track {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	height: 250px !important;
	justify-content: center;
}
.mainhighlights .slick-slider .slick-slide {
	float: none;
	display: inline-block;
	vertical-align: middle;
	padding: 10px 0px;
	margin: 10px;
	background-color: white;
	transition: all 0.3s ease;
	height: 250px !important;
	position: relative;
}
.mainhighlights .slick-slider .slick-slide:hover {
	background: url(../img/highlights_0002.webp) !important;
	color: #fff;
	position: relative;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.mainhighlights .slick-slider .slick-slide:hover .highlightsinfo p {
	color: #fff !important;
}
.mainhighlights .slick-slider .slick-slide.slick-current,
.mainhighlights .slick-slider .slick-slide.slick-center {
	background: linear-gradient(45deg, #f69259, #f16975);
	background: url(../img/highlights_0002.webp) !important;
	color: #fff;
	height: 250px !important;
	position: relative;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.slick-prev,
.slick-next {
	z-index: 10;
	top: 0px;
	background-color: transparent;
}
.aboutdevanahallipara {
	font-size: 12px;
	text-align: justify;
	font-weight: 600;
	margin: 0 !important;
	padding: 0px !important;
}
.aboutdevanahalli {
	padding: 0;
}
/*.mainabout{*/
/*    padding: 0 48px !important;*/
/*}*/
img.aboutusimg {
	width: 100%;
}
img.serviceicon21 {
	position: absolute;
	bottom: 39%;
	right: 13%;
}
img.serviceicon20 {
	position: absolute;
	top: 15%;
	left: 13%;
}
img.serviceicon24 {
	position: absolute;
	bottom: 12%;
	left: 15%;
}
img.serviceicon024 {
	position: absolute;
	top: -29%;
	left: 45%;
}
img.serviceicon4 {
	position: absolute;
	top: 100px;
	/*width: 100px !important;*/
	right: 30%;
}
.logow {
	padding: 15px 20px;
}
.logoc {
	padding: 20px 20px;
}

.mainnos {
	padding-top: 40px !important;
}
.aboutdevanahallipara a.download.nev_get_style {
	color: #000;
}
.aboutdevanahallipara {
	font-size: 15px;
	font-weight: 500;
	font-family: zona;
}
.nos h2 {
	font-size: 50px;
	text-align: right;
	/*font-family: "ttcommonmedium";*/
	font-family: zona;
}
.nospara {
	padding: 5px 0px;
}
p.title {
	color: #cbae73;
	text-align: center;
	text-transform: uppercase;
	/* border-left: 50px solid #363454; */
	border-right: 50px solid #363454;
	width: 165px;
	line-height: 2px;
	font-weight: bold;
	font-family: zona;
}
p.title1 {
	color: #cbae73;
	text-align: center;
	text-transform: uppercase;
	/* border-left: 50px solid #363454; */
	border-right: 50px solid #cbae73;
	width: 130px;
	line-height: 2px;
	font-weight: bold;
	font-family: zona;
}
p.title2 {
	color: #cbae73;
	/*text-align: center;*/
	text-transform: uppercase;
	/* border-left: 50px solid #363454; */
	border-right: 50px solid #cbae73;
	width: 140px;
	line-height: 2px;
	font-weight: bold;
	font-family: zona;
}
p.title4 {
	color: #bfac85;
	/*text-align: center;*/
	text-transform: uppercase;
	/* border-left: 50px solid #363454; */
	border-right: 50px solid #bfac85;
	width: 180px;
	line-height: 2px;
	font-weight: bold;
	font-family: zona;
	margin-top: 6%;
	font-size: 17px;
	/*padding-left: 13px;*/
}
img.serviceicon5 {
	position: absolute;
	left: 45%;
	top: 4%;
}
/*#highlights {
    padding: 40px 0;
}*/
.nospara p {
	font-size: 12px;
}
.nopadding {
	padding: 0;
	margin: 0;
}
h1.textjustify {
	font-size: 36px;
	font-weight: 100 !important;
	padding: 15px 0;
	color: #bfac85;
	font-family: zona;
}
h1.textjustify1 {
	font-size: 55px;
	font-weight: 100 !important;
	padding: 15px 0;
	color: #bfac85;
	font-family: zona;
}
.se-testimonial h1.textjustify {
	font-size: 44px;
	font-weight: 100 !important;
	padding: 15px 0;
	color: #bfac85;
	font-family: zona;
}
.para {
	margin: 25px 0px;
	text-align: justify;
}
.nospara {
	padding: 5px 0px;
}
.nospara p {
	font-size: 12px;
	font-family: zona;
	font-weight: 500;
}
section {
	position: relative;
}
#home {
	margin-top: 74px;
}
section#aboutus {
	padding: 40px 0;
}
img.serviceicon3 {
	position: absolute;
	left: 30%;
}
.aboutdevanahalli p {
	text-align: justify;
	font-size: 22px;
	font-weight: 600;
}
img.aboutusimages {
	/*    width: 446px;
    height: 600px !important;
    max-width: 452px !important;*/
}
.mainhighlights {
	padding-top: 20px;
}
.mainhighlights .slick-next:before {
	content: none;
	color: #cbae73 !important;
	font-size: 50px !important;
}
.mainhighlights .slick-prev:before {
	content: none;
	color: #cbae73 !important;
	font-size: 50px !important;
	/* position: absolute !important; */
	/* background: url(); */
	/*background: url(../img/left-arrow.png) !important;*/
}
.slick-prev {
	left: 85%;
	position: absolute !important;
	/*bottom: 55px !important;*/
	top: -64px;
	width: 47px;
	height: 44px;
}
.slick-next {
	right: 0;
	position: absolute !important;
	/* bottom: 55px !important; */
	top: -64px;
	width: 47px;
	height: 44px;
}
button.slick-next.slick-arrow {
	background: url(../img/right-arrow.png) !important;
}
button.slick-prev.slick-arrow {
	background: url(../img/left-arrow.png) !important;
}
#galleryTab .slick-slider .slick-slide.slick-current,
.slick-slider .slick-slide.slick-center {
	background: none !important;
	/*height: auto !important;*/
}
img.serviceicon7 {
	position: absolute;
	bottom: 40px;
	/* width: 100px !important; */
	right: 20px;
}
#pricepopup .input-group {
	width: 100% !important;
	/* padding-bottom: 30px; */
	text-align: justify !important;
	border-bottom: 1px solid #7f1c47;
	margin-bottom: 20px;
}
.enq-pad .textjustify {
	margin-bottom: 30px;
}
#pricepopup .form-control {
	display: block;
	width: 100%;
	height: 34px;
	/* padding: 6px 12px; */
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	/* background-color: #fff; */
	background-image: none;
	border: none !important;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
.footerlogo {
	text-align: center;
	padding-top: 95px;
}
.footerlogoinner {
	text-align: center;
}
.footerlogoinner {
	padding: 20px 60px;
}
img.serviceicon9 {
	position: absolute;
	right: 0;
	top: 25%;
}
img.serviceicon8 {
	position: absolute;
	left: 10%;
	top: 14%;
}
img.serviceicon10 {
	position: absolute;
	top: 25%;
	left: 0;
}
img.serviceicon11 {
	position: absolute;
	top: 25%;
	right: 13%;
}
.highlightsinner p {
	font-family: zona;
	/*font-weight: 600;*/
	/*position:absolute;*/
	font-weight: 500;
	padding: 33px 0;
	font-size: 17px;
}
.highlightsinfo {
	padding: 15px;
	position: absolute;
	bottom: 5%;
	width: 100%;
}
.highlightsinfo p {
	padding: 5px 0px;
}
.highlightsinfo h6.text-center {
	text-align: center;
	color: #d9c498;
	font-family: zona;
	font-weight: 600;
}
.txtinn p {
	font-family: zona;
	font-weight: 600;
}
img.serviceicon12 {
	position: absolute;
	bottom: 0px;
	left: 5%;
}
img.serviceicon13 {
	position: absolute;
	bottom: -1%;
	left: 55%;
}
.slick-dots li {
	position: relative;
	display: inherit;
	margin: 10px 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots {
	position: absolute;
	bottom: 48%;
	right: 5%;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
img.serviceicon14 {
	position: absolute;
	right: 5%;
	top: 98%;
}
img.amenities-icon {
	/* width: 137px; */
	max-width: none;
}
.slick-slide img {
	display: block;
	width: 100%;
}
p.title3 {
	color: #cbae73;
	text-align: center;
	margin-right: 20%;
	text-transform: uppercase;
	/* border-left: 50px solid #363454; */
	border-right: 50px solid #cbae73;
	width: 120px;
	line-height: 2px;
	font-weight: bold;
	font-family: zona;
}
section#amenities1 {
	padding: 50px 0px 60px;
	background-color: #f2ede4;
}
#amenities1 .thumbnail {
	border: none;
	background-color: unset;
}
#amenities1 .thumbnail img {
	padding-top: 3%;
}
.masonry-column p {
	font-family: zona;
	font-size: 12px;
}
img.serviceicon15 {
	position: absolute;
	right: 5%;
}
img.serviceicon16 {
	position: absolute;
	bottom: 20%;
	left: 5%;
	transform: rotate(328deg);
}
.testimonailimage img {
	margin: 24px auto;
	text-align: center;
}
.hrmain {
	width: 8%;
	border-top: 2px solid #000;
	margin: 0;
	margin-bottom: 20px;
	background-color: white;
}
.youtubemain {
	font-size: 25px;
	position: absolute;
	right: 10px;
	top: 3px;
}
img.serviceicon19 {
	position: absolute;
	top: -16%;
	left: 10%;
}
img.serviceicon18 {
	position: absolute;
	top: 7%;
	right: 0%;
}
img.serviceicon22 {
	position: absolute;
	top: 60%;
	left: 3%;
}
img.serviceicon23 {
	position: absolute;
	top: 25%;
	right: 0%;
}
.error {
	color: red;
	/* position: absolute;*/
	top: 101%;
	text-align: center;
}
.carousel-inner>.item>img {
	width: -webkit-fill-available;
}
.carousel-indicators li {
	background-color: #bfac85;
}
.carousel-indicators .active {
	background-color: #bfac85;
}
.carousel-control.left {
	background-image: none;
}
.carousel-control.right {
	background-image: none;
}
header.sticky-header i.fa.fa-phone {
	background-color: #6a203c;
	color: #fff;
}
span.fa.fa-arrow-circle-o-right {
	color: #fff !important;
	top: 50%;
	position: absolute;
	font-size: 50px;
	right: 10%;
}
span.fa.fa-arrow-circle-o-left {
	color: #fff !important;
	top: 50%;
	position: absolute;
	font-size: 50px;
	left: 10%;
}
img.arrowleft {
	position: absolute;
	top: 48%;
	left: 20px;
	border: none;
}
img.arrowright {
	position: absolute;
	top: 48%;
	right: 20px;
	border: none;
}
/* ARROW */
.scroll-patch {
	height: 100vh;
}
.arrows {
	width: 60px;
	height: 72px;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	bottom: 2%;
}
.arrows path {
	stroke: #6a203c;
	fill: transparent;
	stroke-width: 0.5px;
	animation: arrow 2s infinite;
	-webkit-animation: arrow 2s infinite;
}
@keyframes arrow {
	0% {
		opacity: 0
	}
	40% {
		opacity: 1
	}
	80% {
		opacity: 0
	}
	100% {
		opacity: 0
	}
}
@-webkit-keyframes arrow
/*Safari and Chrome*/
	{
	0% {
		opacity: 0
	}
	40% {
		opacity: 1
	}
	80% {
		opacity: 0
	}
	100% {
		opacity: 0
	}
}
.arrows path.a1 {
	animation-delay: -1s;
	-webkit-animation-delay: -1s;
	/* Safari å’Œ Chrome */
}
.arrows path.a2 {
	animation-delay: -0.5s;
	-webkit-animation-delay: -0.5s;
	/* Safari å’Œ Chrome */
}
.arrows path.a3 {
	animation-delay: 0s;
	-webkit-animation-delay: 0s;
	/* Safari å’Œ Chrome */
}
/* ARROW ENDS */
.pulse1 {
	animation: pulse-animation 2s infinite;
}
@keyframes pulse-animation {
	0% {
		box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.3);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	100% {
		box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
		transform: scale3d(1, 1, 1);
	}
}
/**Price Pop Up***/
.pricepop {
	color: #fff;
	text-decoration: none;
}
.pricepop:hover {
	text-decoration: none;
	color: #3a3d97;
}
#price .modal-dialog {
	width: 35%;
}
#price .modal-header {
	padding-bottom:0px !important;
	padding-top:0px !important;
}
.modal-dialog {
	margin: 0px auto;
}
#price .modal-header .close {
    margin-top: -2px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index:999 !important;
}
#price button#submitf {
	background-color: #a8926c;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #a8926c;
}
#submitf {
	background-color: #fff;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #cdb178;
}
/**Price Pop Up***/
header.sticky-header #cssmenu>ul>li>a:hover {
	color: #6a203c;
	text-decoration: underline !important;
	/*    position: relative;
        background: #fff;*/
}
#cssmenu>ul>li>a:hover {
	color: #6a203c;
	text-decoration: underline !important;
	/*    position: relative;
        background: #fff;*/
}
/* ========================== Amenities Start ========================== */
label.error {
	color: #b02d2d;
	font-size: 11px;
}
label.errornew span {
    color: #b02d2d !important;
    font-size: 11px;
}
#Amenities .AmenitiesSlider .slick-slide,
#Amenities .AmenitiesSlider1 .slick-slide {
	display: block;
	position: relative;
	transform: translate(0, 0) scale(.7);
	transition: all .4s ease;
	opacity: 1;
	width: 100%;
}
#Amenities .slick-slide img {
	width: 100%;
}
#Amenities .slick-slide {
	position: relative;
}
#Amenities .slick-slider .slick-slide.slick-center {
	padding: unset !important;
}
#Amenities .slick-slide.lt2 {
	transform: translate(15%, 0) scale(.7) !important;
}
#Amenities .slick-slide.lt1 {
	transform: translate(0%, 0) scale(.8) !important;
}
#Amenities .slick-slide.gt1 {
	transform: translate(0%, 0) scale(.8) !important;
}
#Amenities .slick-slide.gt2 {
	transform: translate(-15%, 0) scale(.7) !important;
}
#Amenities .slick-slide.slick-center {
	z-index: 1;
	transform: scale(1) !important;
	color: #e67e22;
}
#Amenities button.slick-next.slick-arrow {
	background: url(../img/right-arrow.png) !important;
	width: 47px;
	height: 44px;
}
#Amenities button.slick-prev.slick-arrow {
	background: url(../img/left-arrow.png) !important;
	width: 47px;
	height: 44px;
}
.gallery-slider a:hover .overlay {
	background-color: #7c1746a6;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
}
.overlay img {
	height: auto !important;
}
.overlay {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#Amenities .overlay img {
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
	border: none !important;
	width: 25px !important;
}
#Amenities a:hover .overlay img {
	opacity: 1;
}
#Amenities .slick-prev,
#Amenities .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 110%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
#Amenities .slick-prev {
	left: 45%;
}
#Amenities .slick-next {
	right: 45%;
}
#Amenities .slick-prev,
#Amenities .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 110%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
/* ========================== Amenities End ========================== */
@media only screen and (min-width: 1850px) {
	.mainhighlights .slick-slider .slick-slide.slick-current,
	.mainhighlights .slick-slider .slick-slide.slick-center {
		height: 480px !important;
	}
	.mainhighlights .slick-slider .slick-slide {
		height: 480px !important;
	}
	.gathum,
	.gathum2 {
		height: 500px;
	}
	#pricepopup .input-group {
		width: 100% !important;
		/* padding-bottom: 30px; */
		text-align: justify !important;
		border-bottom: 1px solid #7f1c47;
		margin-bottom: 40px;
	}
	.highlightsinfo {
		padding: 65px 28px;
	}
	.mainhighlights .slick-list.draggable {
		padding: 100px 0 !important;
	}
}

.disclaimertext {
	font-size: 9px;
	/* display: flex; */
	/* align-items: center; */
}

.disclaimertext p {
	margin: unset;
}
.footerbg,#addressbar{
	background: #efeae1;
}
  
/* .disclaimer {
    margin-bottom: 35px;
} */
.addbar-border {
    border-left-style: dashed;
    border-left-color: #c3985a;
}
.add-head-text {
    color: #7c1746;
    font-weight: 600;
}
.disbox{
	display: flex;
    justify-content: start;
    align-items: center;
}
.disclaimertext{
	text-align: left;
}
#pricenew .modal-dialog{
  width: 60% !important;
  max-width: unset;
}
#pricenew .close {
    position: absolute;
    right: 10px;
    top: 0px;
}