/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.HighlihtsWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px 0 0 0;
}


.HighlightBox {
    text-align: center;
    width: 23%;
    border: #A67C12 solid 1px;
    padding: 20px 20px 20px 20px;
    min-height: 140px;
	margin-bottom:30px;
}

.HighlightBox  img {
    margin-bottom: 0px !important;
    text-align: center;
    margin: auto;
}

.HighlightBox h6 {
    padding: 10px 0 0 0;
    margin: 0px;
    font-size: 15px;
    font-family: "Poppins", serif;
    color: #A67C12;
}






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

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

.VideoMob {
	display:none;
}





.mobile-slider {
	display:none;
}

.popup-form-left{
	text-align:center;
	padding: 8px 10px 6px;
}

.popup-form-left img {
    width: 215px;
    display: inline-block;
    margin-top: 30px;
    padding: 7px;
}

.popup-form-left h3 {
    padding: 8px 0 22px 0;
    margin: 0px;
    text-align: center;
    color: #0c1620;
    font-size: 18px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.popup-form-left form .col-lg-12 {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}


#myCarousel2 i.fa.fa-chevron-left {
    background: #ffffffeb;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #1b1b1b;
    font-size: 17px;
}

#myCarousel2 i.fa.fa-chevron-right {
    background: #ffffffeb;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #1b1b1b;
    font-size: 17px;
}


.left-arrow{
	position:absolute;
	top:0;
	left:10px;
	width: 15% !important;
}

.right-arrow{
	position:absolute;
	top:0;
	right:10px;
	width: 15% !important;
}

.carousel-control.left{
	 background:none;
}
.carousel-control.right{
	 background:none;
}	

.carousel-control {
    opacity: 1 !important;
}

.carousel-control:hover{
	opacity:0.8 !important; 
}




.popup-form-left span{
	color:#A67C12;
}


.popup-form-right {
	margin: 0;
    padding: 15px 10px 15px 10px;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,.5);
	text-align:center;
	margin-top: 20px;
}


.popup-form-right h5{
	padding:0px;
	margin:0px;
	color:#A67C12;
	font-size: 13px;
}

.popup-form-right img{
	margin:auto;
}










/* Open dropdown on hover */
.navbar-nav > .dropdown:hover > .dropdown-menu {
  display: block;
}

/* Optional: Keep smooth dropdown look */
.dropdown-menu {
    padding: 0px 0 0 0;
}

/* Optional: Change cursor */
.navbar-nav > .dropdown > a {
  cursor: pointer;
}

.dropdown-menu li a {
    color: #000 !important;
    padding: 10px 10px 10px 10px;
}

.dropdown-menu li a:hover {
    color: #fff !important;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #fff;
}


.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #fff;
}


.Ftrlinks {
    padding: 0 25px 20px 25px;
}

.ftrlinkxbox h3 {
    padding: 0px 0 15px 0;
    margin: 0px;
    color: #fff;
    font-size: 20px;
    font-family: "Poppins", serif;
    font-weight: 500;
}

.ftrlinkxbox ul{
	padding:0px;
	margin:0px;
	
}


.ftrlinkxbox ul li{
	padding:0px;
	margin:0px 0 0 5px;
	list-style:none;
	
}

.ftrlinkxbox ul li a {
    padding: 0px 0 10px 0;
    margin: 0px;
    color: #fff;
    font-family: "Poppins", serif;
    display: inline-block;
    font-size: 16px;
}

.ftrlinkxbox ul li a:hover{
		color:#fff;
}

.copyright {
    margin: 30px 0 0 0;
    border-top: #bd882e solid 1px;
    padding: 20px 0 0 0;
}

.copyright p{
	text-align:center !important;
}

.reraftr {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}














.accordion {
    background-color: #ffffff;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    font-family: "Poppins", serif;
    border-bottom: #e9e9e9 solid 1px;
}
.active, .accordion:hover {
	background-color: #ccc;
}
.accordion:after {
	content: '\002B';
	color: #777;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}
.active:after {
	content: "\2212";
}
.panel {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	margin-bottom:0px;
}
.panel p {
	font-family: "Poppins", serif;
	text-align:left;
	padding:10px 5px;
	font-size:15px;
	margin:0px;
}
.faq_section {
    padding: 50px 0px 40px 0;
    text-align: center;
    background-color: #f9f9f9;
}
.faq_heading h2 {
	color:#000;
	font-family: "Poppins", serif;
	font-weight:600;
	font-size:30px;
	margin:0px 0 40px 0;
	position:relative;
	display:inline-block;
	padding: 0 0 10px 0;
}
 .faq_heading h2::before {
content:"";
width:90px;
height:4px;
position:absolute;
bottom:0;
right:0;
background: #A67C12;
margin: auto;
left: 0;
}
 .faq_heading h2::after {
content:"";
width:10px;
height:10px;
position:absolute;
bottom:-3px;
right:0;
background:#fff;
margin: auto;
left: 0;
border-radius:50%;
}
.developer_section {
    padding: 50px 0px 40px 0;
    text-align: center;
    background-color: #ffffff;
}
.developer_heading h2 {
	color:#000;
	font-family: "Poppins", serif;
	font-weight:600;
	font-size:30px;
	margin:0px 0 40px 0;
	position:relative;
	display:inline-block;
	padding: 0 0 10px 0;
}
 .developer_heading h2::before {
content:"";
width:90px;
height:4px;
position:absolute;
bottom:0;
right:0;
background: #A67C12;
margin: auto;
left: 0;
}
 .developer_heading h2::after {
content:"";
width:10px;
height:10px;
position:absolute;
bottom:-3px;
right:0;
background:#fff;
margin: auto;
left: 0;
border-radius:50%;
}
.developer_section p {
	font-family: "Poppins", serif;
	font-size:15px;
	color:#353434;
	margin:0px;
	line-height:28px;
	padding-bottom:10px;
	text-align:justify;
}


.logo-codename {
    width: 32%;
    margin-bottom: 15px;
    margin-top: 8px;
    display: inline;
    background: #ffffff8f;
    padding: 15px;
    border-radius: 10px;
}


.main-slider{
	position:relative;
	overflow:hidden;
	background:#0b1620;
	min-height:88vh;
}

.main-slider .carousel-inner img{
	width:100%;
	height:88vh !important;
	object-fit:cover;
	object-position:center center;
}

.main-slider .carousel-control img {
	width:42px !important;
	height:auto !important;
	top:50%;
	transform:translateY(-50%);
}

.main-slider #myCarousel2,
.main-slider .carousel-inner,
.main-slider .carousel-inner > .item {
	height:88vh;
}

.main-slider .carousel-control {
	z-index:4;
	width:8%;
}

.hero-overlay {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:1;
	pointer-events:none;
	background:linear-gradient(105deg, rgba(8,16,28,0.60) 0%, rgba(8,16,28,0.48) 46%, rgba(8,16,28,0.22) 100%), linear-gradient(180deg, rgba(8,16,28,0.12) 0%, rgba(8,16,28,0.08) 55%, rgba(8,16,28,0.55) 100%);
}

.hero-stage {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:2;
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:48px;
	padding:110px 7% 70px;
}

.hero-copy {
	flex:1 1 auto;
	max-width:640px;
	color:#fff;
}

.hero-copy h1 {
	font-family:"Playfair Display", "Times New Roman", serif;
	font-size:54px;
	font-weight:700;
	line-height:1.12;
	color:#fff;
	margin:0 0 18px;
	padding:0;
	background:none;
	border-radius:0;
	letter-spacing:-0.4px;
}

.hero-copy h1:after {
	content:"";
	display:block;
	width:72px;
	height:3px;
	margin-top:18px;
	background:linear-gradient(90deg, #d4b06a 0%, #A67C12 100%);
}


.hero-copy h3 {
	font-family:"Playfair Display", "Times New Roman", serif;
	font-size:54px;
	font-weight:700;
	line-height:1.12;
	color:#fff;
	margin:0 0 18px;
	padding:0;
	background:none;
	border-radius:0;
	letter-spacing:-0.4px;
}

.hero-copy h3:after {
	content:"";
	display:block;
	width:72px;
	height:3px;
	margin-top:18px;
	background:linear-gradient(90deg, #d4b06a 0%, #A67C12 100%);
}




.hero-copy h6.effect, .hero-copy .effect {
    animation: none;
    transform: none;
    text-align: left;
    color: rgba(255,255,255,0.88);
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.2px;
    padding: 0px 0 8px;
    margin: 0;
    max-width: 540px;
}

.hero-copy p {
    text-align: left;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    padding: 0 0 22px;
    margin: 0 !important;
}

.hero-copy p span {
	font-weight:700;
	color:#f1bb32;
}

.hero-copy h4 {
	display:inline-flex;
	align-items:center;
	gap:8px;
	text-align:left;
	color:#fff;
	font-family:"Poppins", sans-serif;
	font-size:15px;
	font-weight:500;
	padding:9px 18px;
	margin:0;
	background:rgba(255,255,255,0.12);
	border:1px solid rgba(255,255,255,0.22);
	border-radius:30px;
	backdrop-filter:blur(8px);
	-webkit-backdrop-filter:blur(8px);
}

.hero-copy h4 .fa {
	color:#A67C12;
}

.form-content {
    background:rgba(255,255,255,0.96);
    position:relative;
    top:auto;
    right:auto;
    width:380px;
    flex:0 0 380px;
    padding:28px 26px 22px;
    text-align:center;
    border:none;
    border-radius:18px;
    box-shadow:0 24px 60px rgba(0,0,0,0.28);
    backdrop-filter:blur(16px);
    -webkit-backdrop-filter:blur(16px);
}

 

.form-content form .col-lg-12 {
	float:none;
	width:100%;
	padding-left:0;
	padding-right:0;
}

.form-content .form-control {
    background:#f6f8fb;
    margin-bottom:12px;
    border:1px solid #dce4ec;
    border-width:1px;
    height:48px;
    font-size:15px;
    box-shadow:none;
    border-radius:8px;
    padding:0 14px;
}

.form-content .form-control:focus {
	border-color:#A67C12;
	background:#fff;
	box-shadow:0 0 0 3px rgba(0,174,238,0.12);
}

.form-content .btn {
    background: #A67C12 !important;
    color: #fff !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
    padding: 11px 25px !important;
    width: 100%;
    letter-spacing: 0.3px;
    transition: background 0.25s ease, transform 0.2s ease;
    margin: 0 0 6px 0;
}

.form-content .btn:hover {
	background:#0096cc !important;
}

.form-content h1 {
    background:none;
    color:#0c1620;
    font-size:22px;
    border-radius:0;
    font-weight:700;
    padding:0 0 10px;
}

.form-content h1 span{
	display:block;
	font-size:17px;
	font-weight:700;
}

.form-content p span{
	font-weight:bolder;
}

.form-content p {
    text-align: center;
    color: #111;
    font-family: "Jost",Sans-serif;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 26px;
    padding: 8px 0 12px 0;
    margin: 0px !important;
}

.form-content h3 {
    text-align: center;
    color: #111;
    font-family: "Jost",Sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 0px 0 12px 0;
    margin: 0px !important;
}

.form-content h4 {
    text-align: center;
    color: #000;
    font-family: "Jost",Sans-serif;
    font-size: 1.1em;
    font-weight: 400;
    padding: 0px 0 20px 0;
    margin: 0px;
}

.form-content h6 {
    text-align: center;
    color: #0c1620;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 16px;
    margin: 0;
    letter-spacing:0.2px;
}

.form-content .term-condition {
	margin-top:0;
	margin-bottom:4px;
	color:#5b6570;
	font-size:12px;
}

.form-content .term-condition a {
	color:#A67C12;
}

.form-content input[type=checkbox] {
    margin: 0px 2px 0px 0;
    vertical-align: middle;
}

.form-content h5 {
    padding: 10px 12px;
    background-color: #eef3f7;
    border-radius: 8px;
    font-weight: 500;
    font-size:13px;
    color: #3d4752;
    margin: 10px 0 0 0;
}







/* Privacy Policy Start */

.privacy-policy {
    padding: 5% 0;
}

.privacy-policy h3 {
    color: #000;
    font-family: "Poppins", serif;
    font-weight: 700;
    font-size: 20px;
    margin: 0px 0 0px 0;
    padding: 0px;
    text-align: left;
}

.privacy-policy p {
   font-family: "Poppins", serif;
    font-size: 14px;
    color: #4d4d4d;
    margin: 0px;
    line-height: 36px;
    padding-bottom: 10px;
    text-align: left;
    font-weight: 400;
}
.modal .term-condition{
margin-top:10px;
margin-bottom:15px;
	color:#000;
	font-size:12px;
	display: inline-block;
}


.term-condition{
margin-top:10px;
	color:#000;
	font-size:12px;
	display: inline-block;
}

input[type=checkbox] {
    margin: 4px 0 30px 0;
    margin-top: 1px\9;
    line-height: normal;
}


/* Privacy Policy End */






/*offer section start*/



@keyframes lefttoright {
0% {
transform: translate(1em, 0);
}
 100% {
transform: transform: translate(1em, 0);
}
}
 @keyframes bigtext {
0% {
transform: scale(0.9);
}
 50% {
transform: scale(1);
}
 100% {
transform: scale(0.5);
}
}


#text {
    display: none;
}

.btn-container button {
    background: #A67C12;
    padding: 8px 15px;
    color: #fff;
    border: none;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
}







.slider_content h2 {
	font-family: "Poppins", serif;
	font-size:22px;
	font-weight:900;
	text-align:center;
	margin:0px 0 15px 0;
	padding: 0 0 10px 0;
	display: inline-block;
	border-bottom: #daa520 solid 2px;
}
.slider_content h2 span {
	animation: bigtext 1s linear infinite;
	display: inline-block;
}
.slider_content h2 a {
	color:#ffd400;
}
.slider_content h2 img {
	margin:0 15px 0 0;
	animation: lefttoright 1s linear infinite;
}
.slider_content h2 a:hover {
	text-decoration:none;
}
#offerModal .close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	top: 5px;
	position: absolute;
	right: 5px;
}
#offerModal h5 {
	color:#d69e00;
}
/*offer section End*/




.modal-header .close {
    margin-top: -2px;
    position: absolute;
    top: 5px;
    right: 5px;
}


.hide-link {
	color:#A67C12 !important;
}
 @keyframes ripple {
 0% {
 box-shadow: 0 0 0 .3rem rgba(0, 0, 0, 0.3);
}
 100% {
 box-shadow: 0 0 0 4rem rgba(0, 0, 0, 0);
}
}
 @keyframes bigtext {
 0% {
transform: scale(0.9);
}
 50% {
transform: scale(1);
}
 100% {
transform: scale(0.9);
}
}
* {
	margin:0px;
	padding:0px;
}
.mb-30 {
	margin-bottom:30px;
}
.mt-40 {
	margin-top:40px;
}
 #pickupModal .ui[class*="left icon"].input>i.icon {
right: auto;
left: 1px;
border-radius: .28571429rem 0 0 .28571429rem;
top: -7px;
}



#pickupModal .modal-title {
	margin: 0px 0 10px 0;
}
#pickupModal .modal-header .close {
	margin-top: 0px;
	top: 5px;
	right: 5px;
	position: absolute;
}



.ui.input input {
    
    margin-bottom: 10px !important;
    border: 0 !important;
	    border-bottom: #69727d solid 1px !important;
    border-width: 0 0 1px !important;
}











.modal-title {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    margin: 0px 0 0px 0 !important;
    position: relative;
    padding: 16px 40px 16px 16px;
    background: #A67C12;
    border-radius: 16px 16px 0 0;
}
.modal-header {
	border-bottom:0px;
	padding:0px;
}
.modal-content {
    border: none;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(8,16,28,0.28);
}
.modal-header img {
    position: absolute;
    top: 24px;
    left: 35px;
    width: 21%;
}
.modal-body {
	position: relative;
	padding: 18px 28px 22px;
}



.modal-body .form-control {
    background: #f6f8fb;
    margin-bottom: 12px;
    border: 1px solid #dce4ec;
    border-width: 1px;
    height: 48px;
    font-size: 15px;
    box-shadow: none;
    border-radius: 8px;
    padding: 0 14px;
    font-family: "Poppins", sans-serif;
}



 .modal-body:placeholder {
font-family: "Poppins", serif;
font-size:15px;
}
.modal-body .form-control:focus {
	box-shadow: 0 0 0 3px rgba(0,174,238,0.12);
	border-color: #A67C12;
	background: #fff;
}
.modal-body input[type=submit] {
    padding: 12px 35px;
    background: #A67C12;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
    border: none;
    width: 100%;
    border-radius: 8px;
}

.modal .close {
    float: right;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    opacity: 0.9;
    text-shadow: none;
    top: 10px;
    position: absolute;
    right: 12px;
}



#myHeader {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:20;
	background:rgba(255,255,255,0.92);
	backdrop-filter:blur(14px);
	-webkit-backdrop-filter:blur(14px);
	border-bottom:1px solid rgba(12,22,32,0.06);
	box-shadow:0 8px 24px rgba(8,16,28,0.06);
	transition:background 0.3s ease, box-shadow 0.3s ease;
}
#myHeader:after {
	content:"";
	display:block;
	height:2px;
	background:linear-gradient(90deg, #A67C12 0%, #d4b06a 100%);
}
.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index:20;
	background:rgba(255,255,255,0.97);
	box-shadow:0 10px 28px rgba(8,16,28,0.12);
}
.wrap-header .container {
	width:auto;
	max-width:1320px;
}
.navbar-brand img {
    width: 108px;
    transition: width 0.3s ease;
}
.sticky .navbar-brand img {
	width:132px;
}
.main-menu {
    padding: 8px 0 6px;
    background: #ffffff;
}
.main-menu .navbar-default {
	background:none !important;
	border:none !important;
}
.main-menu .navbar-default .container-fluid {
	padding-left:0;
	padding-right:0;
	display:flex !important;
	align-items:center;
	justify-content:space-between;
	position:relative;
}
.navbar-brand {
    height: auto;
    padding: 0px !important;
    margin-top: 0;
}
.main-menu .navbar {
	margin-bottom:0px;
	min-height:0;
}
.main-menu .navbar-header {
	float:none;
	position:relative;
	z-index:2;
	flex:0 0 auto;
}
.main-menu .navbar-collapse {
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	border:none;
	box-shadow:none;
	padding:0;
	width:auto !important;
	display:block !important;
}
.main-menu .navbar-nav li a {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.2px;
    transition: color 0.25s ease, background 0.25s ease;
    color: #1a2430;
    padding: 8px 12px !important;
}

.fa-file-pdf-o {
	margin:0 5px 0 0;
}

.main-menu .navbar-nav {
    margin-top: 0;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:nowrap;
    white-space:nowrap;
    float:none !important;
    margin-left:0;
    margin-right:0;
}
.main-menu .navbar-nav li a:hover {
	color:#A67C12 !important;
	background:transparent;
}
.main-menu .navbar-nav li a:focus {
	background:transparent;
}
.main-menu .navbar .btn {
    background: #A67C12;
    margin-top: 0px;
    border-radius: 0;
}
.main-menu .navbar .btn a {
	color:#fff !important;
	padding:5px 8px !important;
	font-family: "Poppins", sans-serif;
	font-size:15px;
	font-weight:700;
}
.main-menu .navbar .btn a:hover {
	color:#fff !important;
}
.nav>li>a {
	padding: 10px 20px !important;
}
.main-menu .navbar-nav > li > a {
	padding: 8px 12px !important;
}
.header-actions {
	display:flex;
	align-items:center;
	justify-content:flex-end;
	gap:10px;
	margin-left:auto;
	position:relative;
	z-index:2;
	flex:0 0 auto;
}
.header-btn {
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    border-radius: 30px;
    padding: 12px 16px;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}
.header-btn-outline {
	background:#fff;
	color:#A67C12;
	border:1px solid #A67C12;
}
.header-btn-outline:hover,
.header-btn-outline:focus {
	background:#A67C12;
	color:#fff;
	text-decoration:none;
}
.header-btn-solid {
	background:#A67C12;
	color:#fff !important;
	border:1px solid #A67C12;
	box-shadow:0 8px 18px rgba(0,174,238,0.28);
}
.header-btn-solid:hover,
.header-btn-solid:focus {
	background:#856922;
	border-color:#856922;
	color:#fff !important;
	text-decoration:none;
}
.mobile-enquire {
	display:none;
}
.bdr-r {
	border:none;
	margin-right:0;
	margin-left:10px;
	background:#A67C12;
	color:#fff !important;
	border-radius:30px;
	padding:9px 18px !important;
	box-shadow:0 8px 18px rgba(0,174,238,0.28);
}
.main-menu .navbar-nav li a.bdr-r:hover,
.main-menu .navbar-nav li a.bdr-r:focus {
	color:#fff !important;
	background:#0096cc;
}

.qr {
    margin: auto;
}

/*Broucher animated button start*/



.mobile-view {
	display:none;
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}
.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
 @-webkit-keyframes slideInDown {
 0% {
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
 visibility: visible
}
 80% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0)
}
 100% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0)
}
}
 @keyframes slideInDown {
 0% {
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
 visibility: visible
}
 80% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0)
}
 100% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0)
}
}
/*Broucher animated button end*/


.configuration {
    background-color: #f4f7fa !important;
}

.price-cards {
    
    margin: 0 auto;
}

.price-card {
    background: #fff;
    border-radius: 16px;
    padding: 36px 28px 32px;
    text-align: center;
    box-shadow: 0 10px 28px rgba(8,16,28,0.08);
    margin-bottom: 24px;
    border-top: 4px solid #A67C12;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    font-family: "Poppins", sans-serif;
}

.price-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 36px rgba(8,16,28,0.12);
}

.price-card h3 {
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #0c1620;
    margin: 0 0 12px;
    padding: 0;
}

.price-card .price-area {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    color: #5b6570;
    margin: 0 0 10px;
}

.price-card .price-area .fa {
    color: #A67C12;
    margin-right: 6px;
}

.price-card .price-value {
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #A67C12;
    margin: 0 0 22px;
}

.configuration .btn-info {
    color: #fff;
    background-color: #A67C12;
    border-color: #A67C12;
    padding: 10px 24px;
    font-size: 15px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
	border:none;
    border-radius: 30px;
}
.configuration .btn-info:hover {
    color: #fff;
    background-color: #856922;
    border-color: #856922;
    padding: 10px 24px;
    font-size: 15px;
	border:none;
}

.configuration .btn-info:focus{
	color: #fff !important;
    background-color: #A67C12 !important;
    border-color: #A67C12 !important;
}




.slider {
	background:url(../images/slider-2.webp);
	background-repeat:no-repeat;
	background-size:cover;
	padding:10% 0 10% 0;
}



.slider_content {
	background:rgba(0, 0, 0, 0.6);
	padding:35px 20px 35px 40px;
	text-align:left;
}
.slider_content h3 {
	font-family: "Poppins", serif;
	font-size:24px;
	font-weight:700;
	text-align:left;
	color:#fff;
	margin:0px 0 20px 0;
	padding: 0 0 10px 0;
}
.slider_content h3 span {
	background:#A67C12;
	padding: 0 10px 0 10px;
}
.slider_content h1 {
	font-family: "Poppins", serif;
	font-size:32px;
	font-weight:700;
	text-align:left;
	color:#fff;
	margin:0px 0 10px 0;
	padding: 0 0 0px 0;
}
.heading_wrapper {
	border-left:3px solid #fff;
	padding:0 0 0 20px;
}
.effect img {
	margin-right: 10px;
	width:80px;
	height:29px !important;
}
.effect {
	animation: bigtext 1s linear infinite;
	transform: scale3d(1.1, 1.1, 1);
}
.bg-orng {
    background-color: #A67C12 !important;
    display: block;
    padding: 10px 10px 10px 10px !important;
    border-radius: 5px;
    font-size: 18px;
	color:#fff !important;
}
.slider_content p {
	font-family: "Poppins", serif;
	font-size:19px;
	color:#fff;
	margin:0px 0 30px 0;
	font-weight:500;
	padding:0 0 0 0;
	line-height:28px;
}
.slider_content p span {
	font-size:22px;
	font-weight:700;
	display: block;
}
.slider_content h5 {
	font-family: "Poppins", serif;
	font-size:19px;
	font-weight:700;
	color:#fff;
	margin:0px 0 30px 0;
	padding: 0 0 0 0;
}
.slider_content h6 {
	font-family: "Poppins", serif;
	font-size:19px;
	font-weight:500;
	color:#fff;
	margin:0px 0 30px 0;
	padding:  0px 0px;
	line-height:28px;
}
.slider_content h6 span {
	font-size:22px;
	font-weight:700;
	display: block;
}
.slider_form {
	background:rgba(0, 0, 0, 0.7);
	padding:15px 10px 35px 10px;
}
.slider_form h3 {
	font-family: "Poppins", serif;
	font-size:22px;
	font-weight:700;
	text-align:center;
	color:#fff;
	margin:0px 0 20px 0;
	position:relative;
	padding: 0 0 15px 0;
}
 .slider_form h3::before {
content:"";
width:100%;
height:1px;
background: #fff;
position:absolute;
bottom:0px;
left:0;
}
.slider_form .form-control {
	border-radius:5px;
	padding:12px 12px;
	height:auto;
	border: solid 1px #dedede;
	margin-bottom:15px;
}
 .slider_form:placeholder {
font-family: "Poppins", serif;
font-size:15px;
}
.slider_form .form-control:focus {
	box-shadow:none;
	border: solid 1px #dedede;
}
.slider_form input[type=submit] {
	padding:12px 12px;
	background: #A67C12;
	color:#fff;
	font-family: "Poppins", serif;
	font-size:16px;
	border: none;
	width:100%;
}
/*.slider_heading{margin-bottom:50px;}

.slider_heading h1{font-family: "Poppins", serif; font-size:45px; color:#FFFFFF; text-align:center; font-weight:700;}

.slider_heading p{font-family: "Poppins", serif; font-size:22px; color:#FFFFFF; text-align:center;}*/





.short_detail {
	position: relative;
	padding: 0px;
	text-align: center;
	margin-top:-25px;
}
.short_detail_box {
	border: solid 1px #585858;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	background:#fff;
	padding: 25px;
box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
}
.short_detail_box h3 {
	font-family: "Poppins", serif;
	font-size:17px;
	font-weight:700;
	color:#000;
	margin:0;
	padding:0px;
	text-decoration: underline;
}
.short_detail_box p {
	font-family: "Poppins", serif;
	font-size:16px;
	font-weight:500;
	color:#000;
	margin:0;
	padding:5px 0 0 0;
	z-index: 1;
}
.short_detail_box p a {
	background: #A67C12;
	padding:3px 5px;
	color:#fff;
}
.short_detail .col-lg-3 {
	padding-left:0px;
	padding-right:0px;
}


.life-logo img{
	width:23%;
}

.about {
    padding: 50px 0px 40px 0;
    text-align: center;
}
.about_content p {
    font-family: "Poppins", serif;
    font-size: 15px;
    color: #353434;
    margin: 0px;
    line-height: 28px;
    padding-bottom: 10px;
    text-align: justify;
}
.about_content ul li {
	text-align:left;
	font-family: "Poppins", serif;
	font-size:15px;
	color:#353434;
	margin:0px;
	padding-bottom:10px;
	line-height:28px;
}

.about img{
	border-radius:15px;
}

.about .item{
	border-radius:15px;
}

.about_content h2 {
    color: #0c1620;
    font-family: "Playfair Display", "Times New Roman", serif;
    font-weight: 700;
    font-size: 34px;
    margin: 0 0 12px;
    position: relative;
    display: block;
    background: none;
    border-radius: 0;
    padding: 0;
}

.about_content h2:after,
.higlights_heading h2:after {
    content: "";
    display: block;
    width: 64px;
    height: 3px;
    margin: 14px auto 0;
    background: linear-gradient(90deg, #A67C12 0%, #d4b06a 100%);
}




.about_content h1 {
    color: #0c1620;
    font-family: "Playfair Display", "Times New Roman", serif;
    font-weight: 700;
    font-size: 34px;
    margin: 0 0 12px;
    position: relative;
    display: block;
    background: none;
    border-radius: 0;
    padding: 0;
}

.about_content h1:after {
    content: "";
    display: block;
    width: 64px;
    height: 3px;
    margin: 14px auto 0;
    background: linear-gradient(90deg, #A67C12 0%, #d4b06a 100%);
}

.devider {
    display: none;
}

.title-heading {
    font-size: 16px;
    font-weight: 400;
    color: #5b6570;
    margin: 0;
    padding: 8px 0 36px;
	font-family: "Poppins", sans-serif;
    letter-spacing: 0.2px;
}


.about_content h3 {
	color:#A67C12;
	font-family: "Poppins", serif;
	font-weight:700;
	font-size:35px;
	margin:45px 0 15px 0;
	padding:0px;
	text-align:left;
}
.about_content h4 {
	color:#A67C12;
	font-family: "Poppins", serif;
	font-weight:700;
	font-size:25px;
	margin:45px 0 10px 0;
	padding:0px;
	text-align:left;
}




.abt_feature {
	margin-left:20px;
}
.abt_feature li {
	color:#353434;
	font-family: "Poppins", serif;
	font-size:17px;
	margin:0px 0 15px 0;
	text-align:left;
}
.about_content_box {
	background:#003333;
	padding:35px 25px;
	transition:1s;
}
.about_content_box:hover {
	background:#044e4e;
}
.about_content_box h3 {
	margin:0px 0 5px 0;
	color:#fff;
	font-family: "Poppins", serif;
	font-size:26px;
}
.about_content_box p {
	margin:0px;
	color:#a9a9a9;
	font-family: "Poppins", serif;
	font-size:18px;
	line-height:28px;
	font-weight:300;
}
.about_content img {
	margin-bottom:10px;
}
.abt_img {
	position:relative;
}

/*.aminities_bg{display: flex;    justify-content: center;    flex-wrap: wrap;}*/

.flex_center {
	display: flex;
	justify-content: center;
}


.aminities_bg {
}

.our_aminities_section {
    padding: 70px 0 60px;
    text-align: center;
    background: #f4f7fa;
}
.our_aminities_heading h2 {
	color:#000;
	font-family: "Poppins", serif;
	font-weight:600;
	font-size:30px;
	margin:0px 0 15px 0;
	position:relative;
	display:inline-block;
	padding: 0 0 10px 0;
}


.our_aminities_section h4 {
    font-size: 18px;
    font-weight: 900;
    color: #000;
   margin: 40px 0 0 0;
    padding: 15px 5px 15px 15px;
    font-family: "Poppins", serif;
    text-align: left;
    border: #00000020 solid 1px;
}

.amenities-grid {
    margin-top: 20px;
}

.our_aminities_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 32px 18px 28px;
    margin: 0 0 24px 0;
    min-height: 180px;
    width: 100%;
    border: none;
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(8,16,28,0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.our_aminities_box:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 36px rgba(8,16,28,0.12);
}


.amenity-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    margin-bottom: 16px;
    border-radius: 50%;
    background: linear-gradient(180deg, #f3fbff 0%, #e8f7fd 100%);
    border: 1px solid rgba(0,174,238,0.18);
    color: #A67C12;
    font-size: 33px;
}

.amenity-icon i {
    line-height: 1;
}

.our_aminities_box:hover .amenity-icon {
    background: #A67C12;
    color: #fff;
    border-color: #A67C12;
}

.our_aminities_box img {
	margin:auto;
}
.our_aminities_box p {
    color: #0c1620;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    letter-spacing: 0.2px;
}
.bdr-r-0 {
	border-right:0px;
}
.bdr-t-0 {
	border-top:0px;
}




.sub-heading {
	    font-family: "Poppins", serif;
    font-size: 15px;
    color: #353434;
    margin: 0px;
    line-height: 36px;
    padding: 0px 0px 0 0px;
    text-align: left;
}











.our_aminities_section .col-lg-2 {
	padding-right: 0px !important;
	padding-left: 0px !important;
}
 .your_host_content ul li::before {
content:"\f18e";
font-family: FontAwesome;
position:absolute;
top:14px;
left:-30px;
font-size:20px;
color:#ff7344;
}
.our_project_gallery_section {
    padding: 50px 0px 40px 0;
    text-align: center;
    background-color: #fff;
}
.our_project_gallery_heading h2 {
	color:#000;
	font-family: "Poppins", serif;
	font-weight:600;
	font-size:30px;
	margin:0px 0 40px 0 !important;
	position:relative;
	display:inline-block;
	padding: 0 0 10px 0;
}
 .our_project_gallery_heading h2::before {
content:"";
width:90px;
height:4px;
position:absolute;
bottom:0;
right:0;
background: #A67C12;
margin: auto;
left: 0;
}
 .our_project_gallery_heading h2::after {
content:"";
width:10px;
height:10px;
position:absolute;
bottom:-3px;
right:0; /*background: linear-gradient(90deg, #FF7900, #932E00);*/
background:#fff;
margin: auto;
left: 0;
border-radius:50%;
}
.our_project_gallery_section .item {
	border:#ccc solid 1px;
	padding:0px;
	margin-bottom:0px;
}
.our_project_gallery_section .item img {
    height: auto;
}
#higlits {
    padding: 50px 0px 40px 0;
    text-align: center;
    background-color: #fff;
}


.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    display: none;
}

.active:after {
    content: "\2212";
	display:none;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 10px;
}

.our_project_gallery_section .active {
    background-color: #ccc;
	background:none;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #A67C12 !important;
    width: 10px;
    height: 10px;
    border: navajowhite;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
    background-color: #b5b5b580 !important;
}


.cost-sheet img{
	width:100%;
}

.middle-bg{
	background:url(../images/middle-bg.webp);
	background-attachment:fixed;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:70px 0;
	text-align:center;
}

.middle-bg h3{
	 color: #fff;
     font-family: "Poppins", serif;
    font-size: 24px;
    font-weight: 600;
	text-align:center;
	padding:0px;
	margin:0px;
}

.middle-bg p{
	 color: #fff;
     font-family: "Poppins", serif;
    font-size: 16px;
    font-weight: 400;
	text-align:center;
	padding:10px 0 0 0;
	margin:0px;
}

.middle-bg a{
	font-family: "Jost",Sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    fill: #fff;
    color: #fff;
    background-color: #A67C12;
    border-radius: 15px;
	padding:15px;
	display: inline-block;
	margin-top: 30px;
}

.middle-bg a:hover{
	color:#fff;
}	


.walkthrough{
	  padding: 50px 0px 40px 0;
	  text-align:center;
}


.walkthrough h3 {
    padding: 15px 0 0 0;
    margin: 0px;
    font-size: 25px;
    font-weight: 700;
}





.higlights_heading {
    text-align: center;
    margin-bottom: 8px;
}

.higlights_heading h2 {
	 color: #0c1620;
    font-family: "Playfair Display", "Times New Roman", serif;
    font-weight: 700;
    font-size: 36px;
    margin: 0;
    position: relative;
    display: block;
    background: none;
    border-radius: 0;
    padding: 0;
    letter-spacing: -0.3px;
}

.higlights_heading .devider {
    display: none;
}

.higlights_heading .title-heading {
    font-size: 16px;
    font-weight: 400;
    color: #5b6570;
    margin: 0;
    padding: 10px 0 28px;
    font-family: "Poppins", sans-serif;
}


#higlits table{
	border:#ccc solid 1px;
}

#higlits table tr td{
	padding:15px 0;
	font-family: "Poppins", serif; 
	font-size:14px;
	font-weight:600;
	color:#54595f;
}












#higlits ul li {
	text-align:left;
	list-style:none;
	margin-bottom:0px;
	font-family: "Poppins", serif;
	font-size: 17px;
	color: #757272;
	padding-bottom:25px;
	position:relative;
}
#higlits ul {
	margin-top:15px;
	margin-left:25px;
}
 #higlits ul li::before {
content: "\f101";
position:absolute;
top:0;
left:-20px;
font-family: FontAwesome;
color:#932E00;
font-size:20px;
}
.higlits_box {
	padding:5px;
	text-align:center;
	background:#fff;
	box-shadow: #939393 0px 0px 7px;
	border-radius:0 15px 0 15px;
	position:relative;
}
/*.higlits_box{ padding:30px; text-align:center; background:#fff;     box-shadow: #939393 0px 0px 7px; border-radius:0 15px 0 15px; position:relative;}

.higlits_box::before{border:#932E00 solid 1px; content:""; position:absolute; top:15px; left:15px; right:15px; bottom:15px;}*/

.higlits_box img {
	margin:auto;
	border-radius: 0 10px 0 10px;
}
.higlits_box h4 {
	color:#000;
	font-family: "Poppins", serif;
	font-size:17px;
	margin: 10px 0 0 0;
	font-weight:700;
	padding:0;
}
.higlits_box p {
	color:#000;
	font-family: "Poppins", serif;
	font-size:15px;
	margin: 5px 0 0 0;
	font-weight:500;
	padding:0;
}



.connectivity-highlights {
    padding: 50px 0px 40px 0;
    text-align: center;
    background-color: #fff;
}

.connectivity-highlights p{
	font-family: "Poppins", serif;
    font-size: 15px;
    color: #353434;
    margin: 0px;
    line-height: 36px;
    padding: 0px;
    text-align: justify;
}

.connectivity-highlights table{
	    border: #ccc solid 1px;
		margin-top:30px;
}

.connectivity-highlights table tr td {
    padding: 15px 0;
    font-family: "Poppins", serif;
    font-size: 14px;
    font-weight: 600;
    color: #54595f;
}


.infrastructure {
    padding: 50px 0px 40px 0;
    text-align: center;
    background-color: #fff;
}


.infrastructure p{
	font-family: "Poppins", serif;
    font-size: 15px;
    color: #353434;
    margin: 0px;
    line-height: 36px;
    padding: 0px 30px 0 30px;
    text-align: center;
}

.metro {
	text-align:center;
}

.metro img{
	display:inline-block;
}

.metro h4 {
    padding: 12px 0 0 0;
    margin: 0px;
    color: #A67C12;
    font-size: 18px;
    font-weight: 600;
}

.metro p{
	font-family: "Poppins", serif;
    font-size: 14px;
    color: #353434;
    margin: 0px;
    line-height: 36px;
    padding: 0px 30px 0 30px;
    text-align: center;
}


.call-action {
	background:#f3f3f3;
	padding:30px 0;
}

.call-action h5{
    color: #484848;
    font-family: "Poppins", serif;
    font-size: 20px;
    font-weight: 400;
	    padding: 0px 0 15px 0;
	margin:0px;
}

.call-action a{
	    color: #ffffff;
    background-color: #A67C12;
    text-decoration: none;
    padding: 13px 20px;
    border-radius: 5px;
	display: inline-block;
	font-size:16px;
}

.call-action a:hover{
	color:#fff;
}







.flour_plans_section .item img {
	filter: blur(3px);
}
.flour_plans_section .item {
	border:#dbdbdb solid 1px;
	padding:5px;
}
.flour_plans_section {
    padding: 50px 0px 40px 0;
    text-align: center;
}
.flour_plans_section h3{
	padding:0px;
	margin:0px;
}



.location_advantage_section {
    padding: 50px 0px 40px 0;
    text-align: center;
    background-color: #fff;
}
.location_advantage_section img{
	width:100%;
}





.location_advantage_heading h2 {
	color:#000;
	font-family: "Poppins", serif;
	font-weight:600;
	font-size:30px;
	margin:0px 0 40px 0 !important;
	position:relative;
	display:inline-block;
	padding: 0 0 10px 0;
}
 .location_advantage_heading h2::before {
content:"";
width:90px;
height:4px;
position:absolute;
bottom:0;
right:0;
background: #A67C12;
margin: auto;
left: 0;
}
 .location_advantage_heading h2::after {
content:"";
width:10px;
height:10px;
position:absolute;
bottom:-3px;
right:0; /*background: linear-gradient(90deg, #FF7900, #932E00);*/
background:#fff;
margin: auto;
left: 0;
border-radius:50%;
}
.location_advantage_section h4 {
    color: #000;
    font-family: "Poppins", serif;
    font-weight: 600;
    font-size: 16px;
    margin: 0px 0 6px 0;
    text-align: left;
}
.location_advantage_section ul {
    margin-left: 15px;
    margin-bottom: 20px;
}
.location_advantage_section ul li {
    color: #000;
    font-family: "Poppins", serif;
    font-size: 15px;
    margin: 0px 0 15px 0px;
    text-align: left;
}

.location_advantage_section h3 {
    font-family: "Poppins", serif;
    font-size: 15px;
    text-align: left;
    padding: 0;
    margin: 0 0 4px 0;
}

.footer {
    background: #A67C12;
    padding: 30px 0 90px;
}
.footer p {
	color:#fff;
	font-family: "Poppins", serif;
	font-size:14px;
	margin: 0 0 6px 0px;
	text-align:center;
	line-height:18px;
}
.footer a {
    color: #000000;
}
.footer a:hover {
	text-decoration:none;
	color:#fff;
}




.StickyContFOoter {
    position: fixed;
    right: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 99;
    background: rgba(255,255,255,0.96);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-top: 1px solid #e8eef3;
    -webkit-box-shadow: 0 -8px 24px rgba(8,16,28,.12);
    box-shadow: 0 -8px 24px rgba(8,16,28,.12);
    padding: 8px 12px;
}

.FixedWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 0;
    max-width: 640px;
    margin: 0 auto;
}

.FixedWrap h2 {
    padding: 0px;
    margin: 0px;
    width: 50%;
    text-align: center;
    line-height: 1;
}
.FixedWrap h2 a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
    text-transform: none;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    background: #A67C12;
    border-radius: 8px;
    padding: 12px 16px;
    text-decoration: none;
    transition: background 0.25s ease, transform 0.2s ease;
}

.FixedWrap h2 a:hover,
.FixedWrap h2 a:focus {
    color: #fff;
    text-decoration: none;
    background: #856922;
}

.FixedWrap h2:last-child a {
    background: #0c1620;
}

.FixedWrap h2:last-child a:hover,
.FixedWrap h2:last-child a:focus {
    background: #1a2a3a;
}

.FixedWrap h2 i {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    line-height: 1;
}










.slider_model_box h5 {
	color:#000;
	font-family: "Poppins", serif;
	font-size:30px;
	margin:0;
	text-align:center;
	font-weight:600;
}
.slider_model_box .modal-header p {
	color:#000;
	font-family: "Poppins", serif;
	font-size:16px;
	margin:0;
	text-align:center;
}
.slider_model_box .modal-body {
	display: inline-block;
	width: 100%;
	padding: 0 15px 15px 15px;
}
.slider_model_box form .form-control {
	border-radius:0px;
	padding:12px 12px;
	height:auto;
	border: 1px solid #b1acac;
	margin-bottom:15px;
}
 .slider_model_box form input::placeholder {
font-family: "Poppins", serif;
font-size:16px;
}
.slider_model_box form .form-control:focus {
	box-shadow:none;
	border: 1px solid #b1acac;
}
.slider_model_box form input[type=submit] {
	padding:12px 12px;
	background:#CC3300;
	color:#fff;
	font-family: "Poppins", serif;
	font-size:18px;
	border: 1px solid #CC3300;
}
.slider_model_box .modal-header {
	border-bottom:none;
	padding: 15px 15px 0px 15px;
}
.slider_model_box .modal-header .close {
	margin-top: -2px;
	position: absolute;
	top: -10px;
	right: -10px;
	background: #fff;
	width: 25px;
	height: 25px;
	opacity: 1;
	border-radius: 50%;
}
.sticky_footer {
	background:#ee9b0e;
	padding: 15px 15px 15px 15px;
	position: sticky;
	bottom: 0;
	z-index: 9;
	border-top:#FFFFFF solid 1px;
}
.enquery_form_bg h2 {
	text-align:center;
	color:#000;
	font-family: "Poppins", serif;
	font-weight:600;
	font-size:28px;
	margin:0px;
}
.enquery_form_bg .form-control {
	border-radius:0px;
	padding:12px 12px;
	height:auto;
	border: none;
}
 .enquery_form_bg:placeholder {
font-family: "Poppins", serif;
font-size:15px;
}
.enquery_form_bg .form-control:focus {
	box-shadow:none;
	border: none;
}
.enquery_form_bg input[type=submit] {
	padding:12px 12px;
	background:#000;
	color:#fff;
	font-family: "Poppins", serif;
	font-size:16px;
	border: none;
}
.sticky_whatsapp {
	bottom:2%;
	left:10px;
	z-index:999;
	position:fixed;
}
.sticky_whatsapp span {
	display:none;
}
.sticky-contact {
	bottom:2%;
	right:10px;
	z-index:999;
	position:fixed;
}
.sticky-contact span {
	display:none;
}
.live-chat {
	bottom:15%;
	right:10px;
	z-index:999;
	position:fixed;
	background:#A67C12;
	border-radius:50%;
	padding:10px;
	animation: bigtext 1s linear infinite;
	border: #fff solid 1px;
}
.live-chat span {
	display:none;
}
.sticky_contact {
	top:48%;
	right:-48px;
	z-index:999;
	position:fixed;
	background: #A67C12;
	padding:10px 10px;
	transform: rotate(-90deg);
}
.sticky_contact a {
	color:#fff;
	font-family: "Poppins", serif;
	font-size:16px;
	text-transform:uppercase;
	font-weight:700;
}
.sticky_contact a:hover {
	text-decoration:none;
	color:#fff !important;
}
.thank_you {
    text-align: center;
    padding: 110px 0px;
    background: #f7f7f7;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.thank_you .fa-check-circle-o {
	text-align:center;
	font-size:65px;
	color:#A67C12;
	display:block;
	margin-bottom:8px;
}
.thank_you h4 {
	text-align:center;
	color:#000;
	font-family: "Poppins", sans-serif;
	font-weight:600;
	font-size:28px;
	margin:10px 0 10px 0;
}
.thank_you p {
	text-align:center;
	color:#000;
	font-family: "Poppins", sans-serif;
	font-size:18px;
	margin:0px;
	line-height: 31px;
}

.page-action-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.page-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    padding: 14px 26px;
    min-width: 180px;
    border-radius: 8px;
    text-decoration: none;
    color: #fff;
    box-shadow: 0 8px 18px rgba(8,16,28,0.12);
    transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
}

.page-btn i {
    margin-right: 8px;
    font-size: 16px !important;
    color: #fff !important;
    line-height: 1;
    display: inline-block;
}

.page-btn-home {
    background: #A67C12;
    color: #fff;
}

.page-btn-home:hover,
.page-btn-home:focus {
    background: #0096cc;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}

.page-btn-whatsapp {
    background: #25d366;
    color: #fff;
}

.page-btn-whatsapp:hover,
.page-btn-whatsapp:focus {
    background: #1ebe57;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}

.privacy-policy .page-action-btns {
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 10px;
}




.blog {
    padding: 70px 0;
	background:#f9f9f9;
	}

.blog-bg {
    background: #fff;
    padding: 50px 20px 30px 20px;
    box-shadow: #ccc9c9 0px 2px 23px;
}

.blog-bg h4 {
    font-family: "Poppins", serif;
    font-size: 25px;
    font-weight: 700;
    margin: 0px;
    padding: 0px 0 20px 0;
}

.blog-bg img{
	border-radius:5px;
}
.blog-bg .calander span{
	font-family: "Poppins", serif;
	font-size:12px;
	padding:20px 0 10px 0;
	display: inline-block;
	color:#a09f9f;
}
.blog-bg .calander span i{
	padding:0 5px 0 0px;
}

.blog-bg p{
   	font-family: "Poppins", serif;
	font-size:14px;
	margin:0px;
	padding:0px 0 20px 0;
	line-height:30px;
	text-align:justify;
   }
   
   
   
.blog-content{
	padding:10px 0 0 0;
}  

.blog-content ul{
	margin:0 0 0 25px;
} 

.blog-content ul li{
   	font-family: "Poppins", serif;
	font-size:14px;
	margin:0px;
	padding:10px 0 10px 0;
   }



    


.modal-dialog {
    width: 440px;
    margin: 30px auto;
}




















/* lg */ 

@media screen and (min-width: 1280px) and (max-width: 1440px) {
    .main-menu .navbar-nav li a {
    font-size: 13px;
	 padding: 8px 10px !important;
}
    .header-btn {
        padding: 8px 14px;
        font-size: 12px;
    }


}


@media (min-width: 1200px) {
    .hero-stage {
        max-width: 1320px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        padding-left: 24px;
        padding-right: 24px;
    }
}



/* md */

@media (min-width: 992px) and (max-width: 1199px) {
    .main-menu .navbar-nav li a {
        font-size: 12px;
        padding: 8px 8px !important;
    }
    .header-btn {
        padding: 8px 12px;
        font-size: 11px;
    }
    .header-actions {
        gap: 8px;
    }
    .navbar-brand img {
        width: 120px;
    }
    .hero-stage {
        padding: 50px 4% 50px;
        gap: 28px;
    }
    .hero-copy h1 {
        font-size: 42px;
    }
    .form-content {
        width: 340px;
        flex: 0 0 340px;
        padding: 24px 20px 18px;
    }
    .form-content:before {
        margin: -24px -20px 18px;
    }
}



/* sm */

@media (max-width: 991px) {
    #myHeader {
        position: relative;
        background: #fff;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }
    .main-menu .navbar {
        display: block;
    }
    .main-menu .navbar-default .container-fluid {
        display: block !important;
    }
    .main-menu .navbar-collapse {
        position: static;
        left: auto;
        transform: none;
        width: 100% !important;
    }
    .header-actions {
        display: none;
    }
    .main-menu .navbar-header {
        float: none;
        display: block;
        min-height: 58px;
    }
    .main-menu .navbar-toggle {
        display: block;
        margin-top: 12px;
        margin-bottom: 12px;
        margin-right: 0;
        border: none;
        background: #A67C12;
        border-radius: 8px;
        padding: 8px 10px;
    }
    .main-menu .navbar-toggle .icon-bar {
        background-color: #fff;
        width: 18px;
    }
    .main-menu .navbar-default .navbar-toggle:focus,
    .main-menu .navbar-default .navbar-toggle:hover {
      
    }
    .main-menu .navbar-collapse {
        width: 100%;
        border: none;
        box-shadow: none;
        padding: 0;
        background: #fff;
    }
    .main-menu .navbar-collapse.collapse {
        display: none !important;
    }
    .main-menu .navbar-collapse.collapse.in {
        display: block !important;
    }
    .main-menu .navbar-collapse.collapsing {
        display: block !important;
    }
    .main-menu .navbar-nav {
        display: block;
        float: none !important;
        margin: 8px 0 12px;
        padding: 8px 0 4px;
        border-top: 1px solid #eef2f6;
    }
    .main-menu .navbar-nav > li {
        float: none;
    }
    .main-menu .navbar-nav > li > a {
        padding: 12px 4px !important;
        font-size: 15px;
        font-weight: 500;
    }
    .main-menu .navbar-nav > li > a.bdr-r {
        display: none;
    }
    .mobile-view,
    .mobile-enquire {
        background: #A67C12;
        color: #fff;
        padding: 8px 12px;
        text-align: center;
        display: inline-block;
        position: relative;
        float: right;
        top: auto;
        right: auto;
        margin: 14px 8px 0 0;
        font-size: 11px;
        font-weight: 600;
        z-index: 21;
        border-radius: 30px;
        box-shadow: 0 6px 14px rgba(0,174,238,0.25);
        line-height: 1.2;
    }
    .mobile-enquire {
        background: #fff;
        color: #A67C12;
        border: 1px solid #A67C12;
        box-shadow: none;
    }
    .mobile-view:hover,
    .mobile-view:focus {
        color: #fff;
        text-decoration: none;
        background: #856922;
		outline: none;
    }
    .mobile-enquire:hover,
    .mobile-enquire:focus {
        color: #fff;
        text-decoration: none;
        background: #A67C12;
		outline: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-slider {
        min-height: 0;
    }
    .main-slider .carousel-inner img,
    .main-slider #myCarousel2,
    .main-slider .carousel-inner,
    .main-slider .carousel-inner > .item {
        height: 48vh !important;
        min-height: 320px;
    }
    .hero-overlay {
        position: relative;
        height: 0;
        background: none;
    }
    .hero-stage {
        position: relative;
        display: block;
        padding: 0 0 32px;
        background: #0b1620;
    }
    .hero-copy {
        max-width: none;
        padding: 32px 30px 10px;
        background: #0b1620;
    }
    .hero-copy h1 {
        font-size: 36px;
    }
    .form-content {
        width: 100%;
        flex: none;
        max-width: 480px;
        margin: 0 auto 24px;
        border-radius: 16px;
    }
}



/* xs */

@media (max-width: 767px) {


.ftrlinkxbox ul li a {
    padding: 0px 0 10px 0;
    margin: 0px;
    color: #fff;
    font-family: "Poppins", serif;
    display: inline-block;
    font-size: 14px;
}

.ftrlinkxbox {
    margin: 0 0 20px 0;
}

.ftrlinkxbox h3 {
    padding: 0px 0 7px 0;
    margin: 0px;
    color: #fff;
    font-size: 20px;
    font-family: "Poppins", serif;
    font-weight: 500;
}

.form-content h1 {
    background: none;
    color: #0c1620;
    font-size: 19px;
    border-radius: 0;
    font-weight: 800;
    padding: 0 0 8px 0;
}

.HighlightBox {
    text-align: center;
    width: 47%;
    border: #A67C12 solid 1px;
    padding: 20px 20px 20px 20px;
    min-height: 155px;
    margin-bottom: 30px;
}

.HighlightBox h6 {
    padding: 10px 0 0 0;
    margin: 0px;
    font-size: 14px;
    font-family: "Poppins", serif;
    color: #A67C12;
}

.our_aminities_section {
    padding: 40px 0 30px;
}

.our_aminities_box {
    min-height: 150px;
    padding: 22px 12px 18px;
    margin-bottom: 16px;
}

.amenity-icon {
    width: 56px;
    height: 56px;
    font-size: 22px;
    margin-bottom: 12px;
}

.our_aminities_box p {
    font-size: 13px;
}

.higlights_heading h2,
.about_content h2 {
    font-size: 26px;
}

.higlights_heading .title-heading,
.title-heading {
    font-size: 14px;
    padding-bottom: 22px;
}




.main-menu .navbar .btn {
    margin-top: 12px;
    border-radius: 0;
}


.FixedWrap h2 i {
    display: inline-block;
    font-size: 15px;
}

.FixedWrap h2 a {
    font-size: 13px;
    padding: 11px 12px;
}

.FixedWrap {
    padding: 0;
    gap: 8px;
}


.VideoMob {
padding:40px 0 40px 0px;
	display:block;
}

.mobile-slider {
    display: block;
}


div#myCarousel2 {
    display: block;
}

.walkthrough iframe{
	height:auto !Important;
}

.left-arrow {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 35% !important;
}


.right-arrow {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 35% !important;
}

.modal-footer {
    display: none !important;
}

.popup-form-left h3 {
    font-size: 17px;
}

.modal-title {
    font-size: 16px;
}

.owl-theme .owl-dots {
    margin-top: 0px !important;
}

.owl-carousel .owl-stage-outer {
    padding: 10px 0px 0px 0px;
}


.developer_section p {
    font-size: 14px;
}

.accordion {
    font-size: 14px;
}

.connectivity-highlights p {
    font-size: 14px;
}

.infrastructure p {
    font-size: 14px;
}

.location_advantage_section ul li {
    font-size: 14px;
}

.footer p {
    font-size: 13px;
}


.configuration table tr th{
	display:none;
}

.configuration table tr td{
	display:block;
}

.configuration table tr {
	margin-bottom:15px;
}


.sub-heading {
    font-size: 14px;
}

.call-action {
    text-align: center;
}

.call-action img {
    margin: auto;
    width: 25%;
    margin-bottom: 15px;
}

.call-action h5 {
    font-size: 16px;
}

.modal .col-lg-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 20px;
	    margin-bottom: 15px;
}

#higlits table {
    width: 90%;
    margin: auto;
}

.connectivity-highlights table tr td {
    display: block;
}


#higlits table tr td {
    display: block;
}




.main-slider {
    height: auto;
    min-height: 0;
}
.modal-dialog {
    width: 100%;
    margin: 30px auto;
}

.main-slider #myCarousel2, .main-slider .carousel-inner, .main-slider .carousel-inner > .item {
    height: auto;
    min-height: auto;
}

.hero-overlay {
    position:relative;
    height:0;
    background:none;
}

.hero-stage {
    position:relative;
    display:block;
    padding:0;
    gap:0;
}

.hero-copy {
    max-width: none;
    padding: 18px 10px 18px 10px;
    background: #0b1620;
	        text-align: center;
}

.hero-copy h3 {
    font-family: "Playfair Display", "Times New Roman", serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.12;
    color: #fff;
    margin: 0 0 12px;
    padding: 0;
    background: none;
    border-radius: 0;
    letter-spacing: -0.4px;
}

.hero-copy h1 {
    font-size:30px;
}

.hero-copy h1:after {
    width:52px;
    margin-top:12px;
}

.hero-copy h6.effect, .hero-copy .effect {
    font-size: 14px;
    padding-bottom: 5px;
    text-align: center;
}

.hero-copy p {
    font-size: 15px;
    padding-bottom: 9px;
    text-align: center;
    line-height: 31px;
}

.about_content h1 {
    color: #0c1620;
    font-family: "Playfair Display", "Times New Roman", serif;
    font-weight: 700;
    font-size: 23px;
    margin: 0 0 12px;
    position: relative;
    display: block;
    background: none;
    border-radius: 0;
    padding: 0;
}

.hero-copy h4 {
    font-size:13px;
    margin-bottom:8px;
	text-align: center;
}

.hero-copy h3:after {
    content: "";
    display: block;
    width: 72px;
    height: 3px;
    background: linear-gradient(90deg, #d4b06a 0%, #A67C12 100%);
    margin: auto;
    margin-top: 15px;
}

.form-content {
    background: #fff;
    position: relative;
    top: 0px;
    left: 0%;
    width: 100%;
    flex:none;
    padding: 22px 20px 18px;
    text-align: center;
    border: none;
    border-radius: 0;
    margin: auto;
    right: 0%;
    box-shadow:none;
}

.form-content:before {
    margin:-22px -20px 18px;
    border-radius:0;
}

.main-slider .carousel-inner img {
    height: auto !important;
    min-height: auto;
    object-fit: cover;
}


.slider_content p {
    margin: 0px 0 15px 0;
}

.slider_content h1 {
    font-size: 23px;
}

.logo-codename {
    width: 40%;
    margin-bottom: 10px;
    margin-top: 8px;
    display: inline;
    background: #ffffff8f;
    padding: 15px;
    border-radius: 10px;
}


.modal-header img {
    position: absolute;
    top: 30px;
    left: 35px;
    width: 18%;
}


.location_advantage_section img {
    height: auto;
}

.sticky_contact {
    display: none;
}

.our_project_gallery_section .item img {
    width: 100%;
}


.developer_section {
    padding: 40px 15px 40px 15px;
}


 .slider_content h5 {
font-size: 14px;
}
.mobile-view {
    background: #A67C12;
    color: #fff;
    padding: 7px 12px;
    text-align: center;
    display: inline-block;
    position: relative;
    float: right;
    top: auto;
    right: auto;
    margin: 12px 8px 0 0;
    font-size: 12px;
    font-weight: 600;
    z-index: 2;
    border-radius: 30px;
	border: 1px solid #A67C12;
}

.mobile-enquire {
    background: #A67C12;
    color: #fff;
    padding: 8px 12px;
    text-align: center;
    display: inline-block;
    position: relative;
    float: right;
    top: auto;
    right: auto;
    margin: 12px 8px 0 0;
    font-size: 11px;
    font-weight: 600;
    z-index: 21;
    border-radius: 30px;
    box-shadow: 0 6px 14px rgba(0,174,238,0.25);
    line-height: 1.2;
}

.main-menu .navbar-header {
    float: none;
    display: block;
    min-height: 51px;
    padding: 0 10px 0  3px;
}

.main-menu .navbar-nav {
    display: block;
    float: none !important;
    margin: 8px 0 12px;
    padding: 8px 10px 0px 10px;
    border-top: 1px solid #eef2f6;
}

 .mobile-view:hover {
text-decoration:none;
}
 .mobile-view:focus {
color:#fff;
text-decoration:none;
}
 .mobile-view i {
margin-right:5px;
}
 .navbar-default .navbar-toggle {
border: none;
background: #A67C12;
color:#fff;
margin-right: 0;
border-radius: 8px;
padding: 8px 10px;
}
 .navbar-default .navbar-toggle .icon-bar {
background-color: #fff;
}
 .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
background-color: #856922;
}
 .footer {
padding: 10px 0 80px 0;
}
 .short_detail_box h3 {
font-size: 13px;
}
.slider_content h3 {
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 5px 0;
}
 .slider {
padding: 10% 0 10% 0;
background:url(../images/mobile-slider.webp);
background-position: center;
}
 .slider_content {
margin-bottom:10px;
}
 .short_detail_box {
margin-bottom: 5px;
}
 .higlits_box {
margin-bottom: 7px;
}
 .our_project_gallery_section .item {
margin-bottom: 8px;
}
 .flex_center {
display: inherit;
justify-content: center;
}
 .flour_plans_section .item {
margin-bottom: 8px;
}
 .mob_header button {
text-align:center;
color:#fff;
font-family: "Poppins", serif;
font-weight:600;
font-size:18px;
margin:0px 0 0px 0;
background:#ee9b0e;
width:100%;
border:none;
padding:10px 0;
}
.navbar-brand img {
    width: 90px;
    padding: 2px 0 2px 0;
}
.navbar-brand {
    margin-top: 6px;
}
 .main-menu {
padding: 6px 0;
}
 .navbar .pull-right {
float: none !important;
}
 .enquery_form_bg .form-control {
margin-bottom:5px;
}
 .about_content p {
font-size: 14px;
}
 .sticky_whatsapp {
bottom:0;
left:0px;
position:fixed;
width:47%;
background:#ffffffe0;
padding:7px 0 7px 10px;
border:#A67C12 solid 1px;
border-radius: 25px;
    margin: 0px 5px 7px 10px;
}
 .sticky_whatsapp img {
display:inline-block;
margin-right:20px;
width:10%;
}
 .sticky_whatsapp a {
display: flex;
align-items: center;
justify-content: center;
color:#A67C12;
font-family: "Poppins", serif;
font-size:14px;
}
 .sticky_whatsapp span {
display:block;
}
 .sticky-contact {
bottom:0;
right:0px;
position:fixed;
width:47%;
background:#ffffffe0;
padding:7px 0 7px 10px;
border:#A67C12 solid 1px;
border-radius: 25px;
    margin: 0px 10px 7px 5px;

}
 .sticky-contact img {
display:inline-block;
margin-right:20px;
width:10%;
}
 .sticky-contact a {
display: flex;
align-items: center;
justify-content: center;
color:#A67C12;
font-family: "Poppins", serif;
font-size:14px;
}
 .sticky-contact span {
display:block;
}
 .sticky_footer {
background: #ee9b0e;
padding: 15px 15px 15px 15px;
position: sticky;
bottom: 13px;
z-index: 9;
border-top: #FFFFFF solid 1px;
}
 .sticky_footer {
background: #ee9b0e;
padding: 15px 15px 15px 15px;
position: sticky;
bottom: 13px;
z-index: 9;
border-top: #FFFFFF solid 1px;
}
}
