/* TypoGraphy */
@import url('https://fonts.googleapis.com/css2?family=Zen+Antique+Soft&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@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');
@import url('https://fonts.googleapis.com/css2?family=Belleza&display=swap');
/* font-family: "Belleza", sans-serif;
font-family: "Poppins", sans-serif; */
* {
	box-sizing: border-box
}

:focus {
	outline: none !important;
	box-shadow: none;
	border-color: inherit
}

figure {
	margin: 0 0 0;
}

textarea.form-control {
	resize: none;
	overflow: hidden
}

html {
    overflow-x: hidden;
}

html,
body {
	width: 100%;
}

body {
	padding: 0;
	margin: 0;
    font-family: "Poppins", sans-serif;
	font-weight: normal;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

body {
	overflow-x: hidden;
}


.footer {
	margin-top: auto;
}

img {
	max-width: 100%;
}

a {
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	color: #B5913C;
}

a:hover {
	color: #B5913C;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px 0 15px;
	padding: 0px;
	color: #B5913C;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #B5913C;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #000;
}

h1 {
    font-family: "Belleza", sans-serif;
    font-weight: normal;
	font-size: 60px;
    line-height: 60px;
}
h2 {
    font-family: "Belleza", sans-serif;
    font-weight: normal;
    font-size: 60px;
    line-height: 118.5%;
}

h3 {
    font-family: "Belleza", sans-serif;
    font-weight: normal;
	font-size: 50px;
    line-height: 118.5%;
}

h4 {
	font-family: "Belleza", sans-serif;
	font-weight: normal;
	font-size: 40px;
	line-height: 100.5%;
}

h5 {
	font-family: "Belleza", sans-serif;
	font-weight: normal;
	font-size: 30px;
	line-height: 90.5%;
}

h6 {
	font-size: 16px;
	line-height: normal;
	color: #000000;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    position: relative;
    margin-bottom: 35px;
}
h6::before {
    content: "";
    display: inline-block;
    width: 0em;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    transition: 0.7s;
    background: #0A5C34;
    margin: 0 auto;
    right: 0;
    height: 1px;
}
.aos-animate h6::before{
	width: 3.25em;
}
p {
	margin-bottom: 15px;
    font-style: normal;
	font-size: 16px;
	line-height: normal;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
	color: #454545;
}
p a{
    color: #2E2E2E;
}
p a:hover{
    color: #C39F5E;
}
b, strong {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
}
p:last-child {
	margin-bottom: 0;
}

ul {
	padding: 0px 0 20px 0;
	margin: 0px;
}

ol {
	padding-left: 0;
    margin: 0;
	padding-bottom: 20px;
	counter-reset: listitem;
}

ol li {
	list-style: none;
	position: relative;
}

ol li::before {
	counter-increment: listitem;
	content: counters(listitem, '.') '.';
	color: #707070;
	display: inline-block;
	position: absolute;
	left: 0;
}

li {
    margin: 0px;
    padding: 0 0 8px 18px;
    list-style: none;
	font-size: 16px;
	line-height: normal;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
    position: relative;
	color: #707070;

}
li:last-child {
    margin-bottom: 0;
}
ul li::before {
    content: "";
    width: 7px;
    height: 7px;
    background: #707070;
    border-radius: 10px;
    position: absolute;
    margin-left: -15px;
    top: 9px;
}


button {
	padding: 0;
	background-color: transparent;
	border: none;
}

.button {
	width: max-content;
    min-width: 175px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 0;
    padding: 0 15px;
	background: #BC956B;
	border: 1px solid #BC956B;
	color: #fff;
    font-family: "Poppins", sans-serif;
	font-weight: 500;
	position: relative;
	overflow: hidden;
	z-index: 1;
	cursor: pointer;
	transition: 0.7s;
}

.button:hover {
    color: #fff;
	transform: translateY(-5px);
}

/** ======================== HEADER CSS START ======================== **/
.moblelogo {
    display: none;
}
.header {
	background-color: #fff;
    padding: 31px 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 111;
	transition: 0.7s;
}
.header.sticky {
    background: #fff;
}
.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo{
	width: 266px;
}

.main-nav {
    width: calc(100% - 266px);
    text-align: right;
}

.nav-manu ul {
	padding: 0;
	margin-bottom: 0;
}
.nav-manu ul li {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    line-height: 24px;
    color: #000;
    display: inline-block;
    padding:0 70px 0 0;
}
.nav-manu ul li:last-child {
	padding-right: 0;
}
.nav-manu ul li a {
    color: #000;
    position: relative;
    padding: 0 0 3px;
}
.nav-manu ul li::before {
	display: none;
}
.nav-manu ul li a:hover {
    color: #0A5C34;
}
.nav-manu ul li a.explore-btn {
    color: #fff;
    background: #0A5C34;
    position: relative;
    padding: 10px 20px;
    border-radius: 30px;
    border: 1px solid #0A5C34;
    width: 213px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    font-weight: 500;
}
.nav-manu ul li a.explore-btn:hover{
    color: #fff;
    background: #000;
}
.menu-bar {
    display: none;
}
/** ======================== HEADER CSS END ======================== **/

/** ======================== HERO BANNER CSS START ======================== **/
.banner-slider-home {
    height: calc(100vh - 113px);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    min-height: 805px;
    border-bottom: 2px solid #B5913C;
}
.banner-slider-home::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.2;
}
.banner-slider-home div {
    height: 100%;
}
.slider-caption-wrap {
    max-width: 100%;
    margin: 0 auto;
}
.banner-slider-home .slider-caption-wrap {
    margin: 0;
}

.banner-slider-home .slider-caption {
    height: auto;
}
.banner-slider-home .slider-caption div {
    height: auto;
}
.bannerslider-img {
    background: #000;
}
.bannerslider-img img {
    width: 100%;
    opacity: 0.7;
    height: 100%;
    object-fit: cover;
	object-position: bottom;
}
.hero-slider-wrap {
    position: relative;
}
.slider-caption {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider-caption-wrap h1 {
    color: #FFFFFF;
	font-size: 55px;
	line-height: 79.64px;
	margin: 0;
	font-family: "Zen Antique Soft", serif;
	font-weight: normal;
}
.slider-caption-wrap h1 strong{
  font-family: "Zen Antique Soft", serif;
	font-weight: normal;
	display: inline-block;
	transition: 0.8s;
}
.slider-caption-wrap h1 span {
	font-family: "Zen Antique Soft", serif;
	font-weight: normal;
    display: inline-block;
    transition: 0.8s;
}

.slider-caption-wrap p {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
}
.banner-social-icons {
    height: auto !important;
    position: absolute;
    z-index: 22;
    top: 150px;
    right: 103px;
}
.banner-social-icons ul {
    margin: 0;
    padding: 0;
}
.banner-social-icons ul li::before {
    display: none;
}
.banner-social-icons ul li {
    padding: 0;
    width: 43px;
    height: 43px;
    margin-bottom: 15px;
}
.banner-social-icons ul li:last-child {
	margin-bottom: 0px;
}
.banner-social-icons ul li a {
    border: 1px solid #fff;
    border-radius: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 100%;
    height: 100%;
    font-size: 22px;
}
.banner-social-icons ul li a:hover {
    background: #DD2A1B;
    border-color: #DD2A1B;
}
.banner-slider-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.banner-slider-inner .bannerslider-img {
    width: 56.9555%;
}
.banner-slider-inner .banner-form {
    background: #0A5C34;
    width: calc(100% - 56.9555%);
    display: flex;
    justify-content: center;
    align-items: center;
	position: relative;
}
.banner-form-holder {
    height: auto !important;
    width: 504px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 55px 40px;
	position: relative;
    z-index: 1;
}
.banner-form-heading {
    margin-bottom: 25px;
}
.banner-form-heading h1 {
    font-size: 48px;
    line-height: 110%;
    text-align: center;
    text-transform: uppercase;
    color: #0A5C34;
}
.banner-form-heading p {
    font-size: 16px;
    line-height: 24px;
    color: #454545;
    text-align: center;
    font-weight: normal;
}
.banner-form-inner .meduim {
    border: 1px solid #9A9A9A !important;
    border-radius: 2px !important;
    box-shadow: rgb(159 159 159 / 20%) 0px 0px 4px !important;
	color: #585858 !important;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
}
.banner-form-inner .meduim::placeholder {
	color: #585858 !important;
}
.banner-form-note {
    text-align: center;
}
.banner-form-note span {
    font-size: 11px;
}
.banner-leaf-shape {
    position: absolute;
    height: auto !important;
    right: -110px;
    bottom: 20px;
}
/** ======================== HERO BANNER CSS END ======================== **/

/** ======================== PHILOSOPHY SECTION START ======================== **/
.section-second-philosophy {
    margin: 0;
    padding: 130px 0 110px;
    background-repeat: no-repeat;
	background-position: right;
    background-size: cover;
    position: relative;
    z-index: 1;
    border-top: 4px #B5913C solid;
}
.section-second-philosophy::after{
	content: "";
	background: rgb(188,149,107);
	background: linear-gradient(90deg, rgba(188,149,107,1) 0%, rgba(251,251,251,0) 100%);
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
.section-second-philosophy .commn-heading {
    max-width: 540px;
}
.linked-more {
    color: #000;
    font-size: 16px;
    position: relative;
    padding-right: 0;
	display: -ms-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.linked-more::after, .linked-more::before {
    content: "";
    width: 42px;
    height: 13px;
    display: block;
	transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    margin-top: .4em;
}
.linked-more::before{
	background: url("../images/arrow-right-link-white.svg") no-repeat;
	display: block;
    opacity: 0;
    width: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: translateX(-75%) scaleX(.1);
    -moz-transform: translateX(-75%) scaleX(.1);
    -ms-transform: translateX(-75%) scaleX(.1);
    transform: translateX(-75%) scaleX(.1);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}
.linked-more::after{
	background: url("../images/arrow-right-link.svg") no-repeat;
	margin-left: .6em;
	padding-left: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
	-webkit-order: 999;
    -ms-flex-order: 999;
    order: 999;
}

.linked-more:hover{
	color: #fff;
}
.linked-more:hover::before{
	width: 42px;
	opacity: 1;
	visibility: visible;
	margin-right: .6em;
    -webkit-transform: translateX(0) scaleX(1);
    -moz-transform: translateX(0) scaleX(1);
    -ms-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1);
}
.linked-more:hover::after{
	opacity: 0;
	visibility: hidden;
    width: 0;
    -webkit-transform: translateX(75%) scaleX(.1);
    -moz-transform: translateX(75%) scaleX(.1);
    -ms-transform: translateX(75%) scaleX(.1);
    transform: translateX(75%) scaleX(.1);
}

.project-menu-number {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    justify-content: space-between;
    margin: auto;
}

.project-list-col-4{
	width: auto;
}
.project-list-cl-info {
    margin: 0;
    padding: 0;
}
.project-list-cl-info h4 {
    color: #fff;
}
.project-list-cl-info p {
    color: #fff;
    padding: 0;
    margin: 0;
}
.section-third-innovation {
    padding: 89px 0px;
    position: relative;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}
.section-third-innovation::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
}
.section-third-innovation .commn-heading.commn-white-heading h3 {
    color: #fff;
    font-family: "Inter", sans-serif;
    text-transform: unset;
    font-size: 30px;
    line-height: 160%;
    margin-bottom: 0;
}
.project-list-col-6.project-col-left {
    width: 600px;
    padding-left: 125px;
}
.project-list-col-6.project-col-right {
    width: 600px;
    display: flex;
    align-items: flex-start;
		justify-content: space-between;
}
.section-third-innovation .commn-heading.commn-white-heading .project-list-col-6.project-col-right h4 {
    font-size: 50px;
    font-weight: bold;
    font-family: "Inter", sans-serif;
    line-height: 50px;
    max-width: max-content;
    text-align: left;
    margin: 0px 0px 10px;
}
.section-third-innovation .commn-heading.commn-white-heading .project-list-col-6.project-col-right  p {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    line-height: 158%;
}
/** ======================== PHILOSOPHY SECTION END ======================== **/



/** ======================== SERVICE SECTION CSS START ======================== **/
.service-list-repeat {
    margin: 0 -20px;
    flex-flow: row nowrap;
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    position: relative;
	z-index: 1;
}
.service-list-repeat:nth-child(even) {
    flex-direction: row-reverse;
}
.service-list-left-col {
    max-width: calc(50% - -206.66767px);
    flex: 0 1 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.service-list-right-col {
    flex: 0 0 554px;
    max-width: 554px;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: center;
}
.service-list-img-wrap img {
    width: 100%;
}
.commn-heading{
	margin: 0;
	padding: 0;
}
.commn-heading h1, .commn-heading h2, .commn-heading h3, .commn-heading h4, .commn-heading h5{
	font-size: 60px;
    color: #B5913C;
    line-height: 118.5%;
    margin: 0 0 30px;
	padding: 0;
}
.commn-white-heading h6 {
    font-family: 'Gilroy Medium';
    font-weight: 500;
    padding: 0px 0px 11px;
    position: relative;
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #000000;
}
.commn-heading.commn-white-heading h1, .commn-heading.commn-white-heading h2, .commn-heading.commn-white-heading h3, .commn-heading.commn-white-heading h4, .commn-heading.commn-white-heading h5,.about-towds-heading h2 {
	font-family: "Belleza", sans-serif;
	color: #0A5C34;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 56px;
	max-width: 710px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 45px;
}
.about-towds-heading h2{
	max-width: 100%;
}
.commn-heading.commn-white-heading p{
	color: #767676;
}

.service-list-repeat::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/service-list-shaph-right.svg);
    background-position: right bottom;
    background-size: contain;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
	z-index: -1;
}
.service-list-repeat:nth-child(even)::before {
    right: auto;
    left: 0;
    background-position: left bottom;
    background: url(../images/service-list-shaph-left.svg);
    background-repeat: no-repeat;
    background-attachment: fixed;
}
/** ======================== SERVICE SECTION CSS END ======================== **/

/** ======================== PREMIUM HOMES SECTION CSS START ======================== **/
.homes-three-section {
    margin: 0;
    padding: 115px 0 69px;
    background-color: #BC956B;
	background-position: right bottom;
    background-image: url(../images/service-list-shaph-right-2.svg);
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.homes-three-section .commn-heading{
	max-width: 780px;
}

.future-list-warp{
	display: flex;
	flex-wrap: wrap;
	padding-top: 70px;
	margin: 0 -15px;
}

.future-list-col-4{
	width: 25%;
	padding: 0 15px;
}
.future-list-col-3{
	width: 20%;
	text-align:center;
}

.future-list-col-info{
	margin: 0;
	padding: 0;
}
.future-list-col-info figure {
    margin: 0 0 25px;
    padding: 0;
}
.future-list-col-info figure a svg {
    position: relative;
    z-index: 1;
}
.future-list-col-info figure a::before {
    content: "";
    position: absolute;
    left: 20px;
    top: -3px;
    background: #D9D9D9;
    width: 65px;
    height: 65px;
    border-radius: 100%;
    transition: 0.7s;
    transform: translateX(-20px);
    opacity: 0;
}
.future-list-col-info figure a:hover::before {
    transform: translateX(0px);
    opacity: 1;
}
.future-list-col-info figure a svg path {
    transition: 0.7s;
}
/* .future-list-col-info figure a:hover svg path {
    fill: #DD2A1B;
} */
.future-list-col-info figure img{
	-webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.future-list-col-info figure:hover img {
    filter: invert(1);
}
.future-list-col-info h5 {
    margin: 0 0 8px;
    padding: 0;
    color: #0A5C34;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    text-transform: unset;
    max-width: 202px;
    border-bottom: 1px solid rgb(118 118 118 / 51%);
    margin-bottom: 20px;
    padding-bottom: 25px;
}
.amenities-section .future-list-col-info h5 {
    max-width: 100%;
    border-bottom: 0px;
    margin-bottom: 0;
    padding-bottom: 0;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
    font-weight: normal;
    font-family: "Poppins", sans-serif;
}
.amenities-section .future-list-col-info figure a::before {
  right: 76px;
  left:0;
  top: 0px;
  background: #D9D9D9;
  width: 80px;
  height: 80px;
}
.future-list-col-info h5 a{
	color: #000000;
}

.future-list-col-info p {
    color: #767676;
    padding: 0;
    margin: 0;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    line-height: 180%;
}

/** ======================== PREMIUM HOMES SECTION CSS END ======================== **/

/** ======================== GALLERY SECTION START ======================== **/
.slick-prev {
    left: -65px;
}
.slick-next {
    right: -65px;
}
.gallery-five-section{
	margin: 0;
	padding: 110px 0 0;
	position: relative;
	z-index: 1;
	background: #fff;
}

.gallery-slide-warp {
    margin: 0 -9px;
    padding: 0px 0 0;
    display: flex;
    flex-wrap: wrap;
}

.gallery-slide-col-4{
	width: 33.333%;
	padding: 0 9px;
	margin-bottom: 20px;
}
.gallery-slide-col-3 {
	width: 25%;
	padding: 0 9px;
	margin-bottom: 20px;
}

.gly-heading{
	margin: 0;
	padding: 10px 0 8px;
	background: #BC956B;
}

.gly-heading h5{
	color: #fff;
	font-size: 16px;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	padding: 0;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}
.slider-gly .slick-slide > div {
    display: flex;
    flex-wrap: wrap;
}

.gly-col-img{
	margin: 0;
	padding: 0;
}

.gly-col-img img{
	width: 100%;
}
.slider-gly .slick-prev{
	left: 0;
}
.slider-gly .slick-next{
	right: 0;
}
.slider-gly .slick-next, .slider-gly .slick-prev{
	background-color: inherit;
}
.slick-lightbox-inner .slick-lightbox-close {
    height: 52px;
    width: 52px;
    background: #ffffffdb;
    color: #000;
    border-radius: 50%;
}
.slick-lightbox-inner .slick-lightbox-close:before {
    font-size: 38px;
    color: #000;
    opacity: 1;
}
.tab-heading .nav-tabs {
    border: 0 !important;
    padding: 0;
    margin: 0;
    list-style-type: none;
    justify-content: center;
    margin-bottom: 40px;
    column-gap: 15px;
}
.tab-heading .nav-tabs .nav-item {
    margin: 0;
    padding: 0;
}
.tab-heading .nav-tabs .nav-item::before {
    display: none;
}
.tab-heading .nav-tabs .nav-item .nav-link {
    font-family: "Poppins", sans-serif;
	background: #fff;
	color: #0A5C34;
	border: 1px solid #0A5C34 !important;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 25px;
    width: 179px;
    height: 50px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
	transition: 0.7s;
	cursor: pointer;
}
.tab-heading .nav-tabs .nav-item .nav-link.active {
    background: #0A5C34;
	border: 1px solid #0A5C34 !important;
    color: #fff;
}


/** ======================== GALLERY SECTION END ======================== **/

/** ======================== PREMIUM HOMES SIX SECTION START ======================== **/
.house-booking-section{
	margin: 110px 0;
	padding: 0;
	background: rgb(245,245,245);
	background: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(188,149,107,1) 50%);
	position: relative;
	z-index: 1;
}
.house-booking-section::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/arrow-line-bg.png);
    background-position: right top;
    background-size: contain;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: -1;
}

.pre-book-wrap-call{
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	background: #BC956B;
	align-items: center;
}

.facade-cam-img-lft{
	width: 29.7%;
}

.hm-heading {
    margin: 0;
    padding: 0 35px;
    width: 47.99%;
}

.hm-heading h3{
	color: #fff;
	margin: 0;
	padding: 0;
}

.book-btn-rlt {
    width: 260px;
    margin-left: auto;
}

.book-btn-rlt a:hover{
	transform: translateY(-10px);
}
.book-btn-rlt a{
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 14px 21px;
	transition: 0.7s;
}
.book-btn-rlt figure {
    width: 48px;
}
.book-btn-rlt p {
    width: calc(100% - 48px);
	padding-left: 10px;
}

.book-btn-rlt p strong {
    display: block;
    font-weight: 600;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    color: #000;
}
/** ======================== PREMIUM HOMES SIX SECTION END ======================== **/

/** ======================== ELEGANCE REDEFINED SECTION START ======================== **/
.elegance-redefined-section{
	margin: 0;
	padding: 0;
}

.elegance-part-warp{
	margin: 0;
	padding: 79px 0;
	background-color: #BC956B;
	background-image: url(../images/service-list-shaph-right-black.svg);
    background-repeat: no-repeat;
	background-position: right top;
	display: flex;
	flex-wrap: wrap;
}

.elegance-part-img-col-left {
	-webkit-flex-basis: 58.333333%;
	flex-basis: 58.333333%;
	max-width: 58.333333%;
}

.elegance-part-content-rlt{
	padding: 0 180px 0 48px;
	margin: 0;
	-webkit-flex-basis: 41.666666%;
    flex-basis: 41.666666%;
    max-width: 41.666666%;
}

.elegance-cnt-info{
	margin: 0;
	padding: 0;
}
.elegance-cnt-info h2{
	margin: 0;
	padding: 0;
	color: #fff;
}
.elegance-cnt-info p{
	margin: 0 0 22px;
	padding: 0;
	color: #fff;
}
.elegance-cnt-info ul {
    margin: 0;
    padding: 0 0 37px;
}
.elegance-cnt-info ul li:first-child {
	border-top: 1px #fff solid;
	padding-top: 14px;
}
.elegance-cnt-info ul li {
    margin: 0 0 14px;
    padding: 0 0 14px;
    display: block;
    border-bottom: 1px #fff solid;
	color: #fff;
	text-transform: uppercase;
}

.elegance-cnt-info ul li:hover{
	color: #F4CE7B;
}
.elegance-cnt-info ul li::before{
	display: none;
}
.elegance-cnt-info ul li a{
	color: #fff;
}
.elegance-cnt-info ul li img{
	margin-right: 9px;
}

.elegance-cnt-info ul li img.ele-img-ovr {
    display: none;
}
.elegance-cnt-info ul li a.active img,
.elegance-cnt-info ul li:hover img{
	display: none;
}
.elegance-cnt-info ul li a.active img.ele-img-ovr,
.elegance-cnt-info ul li:hover img.ele-img-ovr {
    display: inline-flex;
}
.download-btn {
    display: inline-flex;
    background: #fff;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 17px;
    padding: 14px 13px;
}

.download-btn img{
	margin-left: 10px;
}

.download-btn:hover{
	transform: translateY(-10px);
	color: #000;
}

.btMoveToLeft {
    margin-left: -webkit-calc(-50vw + 650px);
    margin-left: -moz-calc(-50vw + 650px);
    margin-left: calc(-50vw + 650px);
}

.move-img-bg-item{
	background-size: cover;
	background-position: center top;
	height: 775px;
	width: 100%;
}

.slider-one-move .slick-next{
	right: 38px;
}

.slider-one-move .slick-slide > div{
	display: flex;
	flex-wrap: wrap;
}
/** ======================== ELEGANCE REDEFINED SECTION END ======================== **/

/** ======================== PROPERTY SPECIFICATIONS SECTION START ======================== **/
.key-Fundamentals-section .commn-heading.commn-white-heading h2 {
    font-size: 35px;
}
.specif-seven-section{
	margin: 0;
	padding: 110px 0 100px;
}
.specif-seven-section .commn-heading h1, .specif-seven-section .commn-heading h2, .specif-seven-section .commn-heading h3, .specif-seven-section .commn-heading h4, .specif-seven-section .commn-heading h5 {
    color: #BC956B;
}
.specif-bb-card-warp{
	margin: 0 -10px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.specif-bb-main-wrapper {
    padding-top: 23px;
    position: relative;
    z-index: 1;
}
.sp-card-col-4{
	width: 25%;
	padding: 0 10px 20px;;
}

.sp-card-col-info {
	padding: 0;
	margin: 0;
	height: 100%;
}
.sp-card-col-info a {
    padding: 35px 15px;
    display: block;
    background: #FCFCFC;
    border: 1px solid #FCFCFC;
    box-shadow: rgb(0 0 0 / 20%) 0px 0px 4px;
    height: 100%;
}
.sp-card-col-info a:hover {
	border: 1px solid #DD2A1B;
}
.icon-card {
    margin: 0 0 40px;
    text-align: center;
}
.card-headline{
	margin: 0;
	padding: 0;
}
.card-headline h4 {
    margin: 0 0 22px;
    font-size: 18px;
    text-transform: unset;
    padding: 0;
    color: #000;
    font-family: "Inter", sans-serif;
    font-weight: 500;
}
.card-headline p {
    color: #767676;
    font-family: "Inter", sans-serif;
    font-weight: normal;
    line-height: 165%;
}
.sp-card-col-info a svg path {
    transition: 0.7s;
}
.sp-card-col-info a:hover svg path {
    fill: #DD2A1B;
    transition: 0.7s;
}
.section-five figure {
    margin: 0;
}
.section-five img {
    width: 100%;
}
.projects-logo {
    margin-bottom: 80px;
	text-align: center;
}
.projects-list-repeat {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
	position: relative;
	z-index: 1;
}

.projects-list-left-col {
    width: 50%;
    padding-right: 20px;
}
.projects-list-left-col h3 {
    font-size: 40px;
    line-height: 112%;
    text-transform: capitalize;
    color: #0A5C34;
    max-width: 490px;
    margin-bottom: 25px;
}
.projects-list-left-col p {
    color: #454545;
    margin-bottom: 20px;
}
.projects-list-right-col {
    width: 50%;
}
.projects-list-right-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.projects-list-right-col .commn-heading.commn-white-heading h3 {
    font-size: 35px;
    line-height: 140%;
}
.projects-list-right-col a.btn {
    border: 2px solid #DD2A1B;
    border-radius: 55px;
    color: #DD2A1B;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    padding: 9px 28px;
    margin-top: 35px;
		background: #fff;
}
.projects-list-right-col a.btn:hover {
    border: 2px solid #DD2A1B;
    	background: #DD2A1B;
    color: #fff;
}
.projects-slider-section {
    z-index: 2;
}
.projects-list-right-col .commn-heading.commn-white-heading p {
    font-family: "Inter", sans-serif;
    font-weight: normal;
}
.property-d-flex-box ul.project-option {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 75px;
    list-style-type: none;
    padding: 0;
}
.property-d-flex-box ul.project-option li {
    width: 25%;
    border-right: 1px solid #272;
    padding: 10px 15px;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: #3B3B3B;
}
.property-d-flex-box ul.project-option li:last-child {
	border-right: 0;
}
.property-d-flex-box ul.project-option li label {
    display: block;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}
.property-d-flex-box ul.project-option li::before {
	display: none;
}
/** ======================== PROPERTY SPECIFICATIONS SECTION END ======================== **/

/** ======================== FAQ SMART WITHIN SECTION START ======================== **/
.faq-dd-section{
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.fd--separator-bg{
	margin: 0;
	padding: 37px 180px 79px;
	background-color: #BC956B;
	background-image: url('../images/service-list-shaph-left-shape-1.svg');
	background-repeat: no-repeat;
	background-position: left;
	display: flex;
	flex-wrap: wrap;
}

.wrp-flex-row{
	display: flex;
	flex-wrap: wrap;
}

.smart-spt-heading{
	margin: 0;
	padding: 0 121px 0 0;
	width: calc(100% - 226px);
}
.smart-spt-heading h2{
	margin: 0;
	padding: 0;
	color: #fff;
}
.btn-cl-rlt{
	width: 226px;
}

.wrp-scnd-row{
	display: flex;
	flex-wrap: wrap;
}

.faq-accoding {
    width: 340px;
    padding-top: 46px;
}
.faq-item {
    border-bottom: 1px #fff solid;
	padding: 0 0 31px;
	margin: 0 0 31px;
}
.faq-item:first-child {
    border-top: 1px #fff solid;
	padding-top: 31px;
}
.faq-item.open .faq-item__title {
    color: #F4CE7B;
}
.faq-item:last-child{
	margin-bottom: 0;
}
.faq-item__content{
	display: none;
}
.faq-item__title {
    color: #fff;
    font-size: 16px;
	font-family: "Poppins", sans-serif;
    font-weight: normal;
	text-transform: uppercase;
	cursor: pointer;
}

.faq-item__content p{
	color: #fff;
}

.resort-room-table {
    margin: 0;
    padding: 0 0 0 200px;
    width: calc(100% - 340px);
}

.tbl-image{
	margin-right: -webkit-calc(-50vw + 531px);
	margin-right: -moz-calc(-50vw + 531px);
	margin-right: calc(-50vw + 531px);
	position: relative;
}

.logo-img-abs{
	position: absolute;
	top: 28px;
	left: 28px;
}

.apartment-number{
	position: absolute;
}

.apartment-number.apt-clik-one {
    right: calc(7vw + 0px);
    top: calc(6.4vw + 0px);
}
.apartment-number.apt-clik-two {
    right: calc(19vw + 0px);
    top: calc(9vw + 0px);
}
.apartment-number.apt-clik-three {
	right: calc(35vw + 0px);
	top: calc(18.45vw + 0px);
}
.apartment-number.apt-clik-for {
    right: calc(20.5vw + 0px);
    top: calc(1.98vw + 0px);
}
.apartment-number span{
	display: inline-flex;
}
.apartment-number a {
    display: inline-flex;
    color: #fff;
    width: 32px;
    height: 32px;
    background: #BC956B;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    transition: all 800ms ease;
	position: relative;
}
.apartment-number.process-tab-active a{
    color: #BC956B;
	background: #fff;
}
.apartment-number.apt-clik-five {
    left: calc(10.2vw + 0px);
    bottom: calc(6.28vw + 0px);
}
.apartment-number.apt-clik-six {
    left: calc(4vw + 0px);
    bottom: calc(3.63vw + 0px);
}
.open .faq-item__content {
    display: block !important;
}
.tab-tooltip {
    background: #bc956b;
    color: #fff;
    font-size: 1em;
    line-height: 1.1;
    font-family: "IBM Plex Sans", Arial, Helvetica, sans-serif;
    text-transform: capitalize;
    width: 132px;
    position: absolute;
    left: -49px;
    margin-top: -6em;
    padding: .6em;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    text-transform: uppercase;
    z-index: 11;
}
.tab-tooltip:after {
    content: "";
    display: block;
    border: 7px solid #c39f75;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    border-bottom-color: transparent !important;
    position: absolute;
    left: 50%;
    bottom: -13px;
    margin: 0 -.5em;
}
.apartment-number:hover .tab-tooltip {
	opacity: 1;
	visibility: visible;
}
/** ======================== FAQ SMART WITHIN SECTION END ======================== **/

/** ========================CONTACT FORM HOME SECTION START ======================== **/

.contact-hm-section{
	margin: 0;
	padding: 105px 0 90px;
}

.contact-hm-warp {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    position: relative;
    z-index: 1;
}

.contact-hm-col-6{
	width: 50%;
}

.contact-hm-col-info{
	padding-right: 30px;
}

.call-img-addrs{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	margin-top: 40px;
}

.call-img-addrs figure{
	width: 50%;
}

.call-img-addrs p img{
	margin-right: 5px;
}

.call-img-addrs figcaption{
	width: 50%;
	padding-left: 22px;
}

.call-img-addrs ul{
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}
.call-img-addrs ul li{
	display: block;
	padding: 0;
	margin: 0 20px 0 0;
	font-size: 27px;
	line-height: 27px;
}

.call-img-addrs ul li a{
	color: #BC956B;
}
.call-img-addrs ul li a:hover{
	color: #000;
}
.call-img-addrs ul li::before{
	display: none;
}

.contact-frm-col-6{
	width: 50%;
}

.contact-frm-table-form {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form-group {
    width: 100%;
    padding: 0;
    margin: 0px 0px 15px;
}

.half-left{
	width: 47.442% !important;
}
.half-right{
	width: 47.442% !important;
}

.meduim {
    margin: 0;
    padding: 11px 15px !important;
    width: 100%;
    border: 1px solid #DADADA !important;
    background: #fff !important;
    font-size: 16px;
    color: #000 !important;
    display: block;
    appearance: none;
    border-radius: 0;
    box-shadow: rgb(0 0 0 / 20%) 0px 0px 4px;
}
.textarea-input .meduim {
  height: 186px;
	resize: none;
}

.meduim::-webkit-input-placeholder{
	color: #BBBBBB;
}
.form-group.submit-form input.btn {
    border: 0px solid #0A5C34;
    border-radius: 55px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    padding: 16px 35px;
    margin-top: 10px;
    background: #0A5C34;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
}
.form-group.submit-form input.btn:hover {
    background: #000;
}
.form-group .button {
    width: 100%;
}

.form-group:last-child{
	padding-bottom: 0;
}
.touchtoday-section {
    margin: 0;
    padding: 85px 0;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}
.touchtoday-section::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: #0A5C34;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: -1;
    mix-blend-mode: multiply;
}

.tc-tdy-row{
	margin: 0;
	padding: 0 180px 0 0;
}

.tc-tdy-col-heading{
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.tc-tdy-col-heading h3 {
    color: #fff;
    padding: 0;
    font-family: "Belleza", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 112%;
    margin: 0 0 20px;
}
.welcome-bootm-section .tc-tdy-col-heading p {
    text-transform: capitalize;
    color: #FFFFFF;
}
.welcome-bootm-section .tc-tdy-col-heading a {
    color: #0A5C34;
    background: #fff;
    position: relative;
    padding: 10px 20px;
    border-radius: 30px;
    border: 1px solid #0A5C34;
    min-width: 213px;
    min-height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 500;
    transition: 0.7s;
    margin-top: 30px;
}
.welcome-bootm-section .tc-tdy-col-heading a:hover {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
}
.tc-tdy-col-heading a.touchtoday-call {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background: #fff;
    padding: 15px 20px;
    font-family: "Inter", sans-serif;
}
.tc-tdy-col-heading a.touchtoday-call figure {
    margin: 0px 12px 0px 0px;
    width: 48px;
}
.tc-tdy-col-heading a.touchtoday-call p {
    width: calc(100% - 60px);
    font-family: "Inter", sans-serif;
    font-weight: normal;
	    transition: 0.7s;
}
.tc-tdy-col-heading a.touchtoday-call p i {
    font-style: normal;
    display: block;
    width: 100%;
    color: #646363;
    font-size: 14px;
    margin-bottom: 5px;
	    transition: 0.7s;
}
.tc-tdy-col-heading a.touchtoday-call p strong {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 20px;
	    transition: 0.7s;
}

.tc-tdy-col-heading a span{
	display: inline-flex;
	border-left: 1px #fff solid;
	line-height: 25px;
	padding-left: 13px;
	margin-left: 13px;
}
.tc-tdy-col-heading a.touchtoday-call svg path {
    transition: 0.7s;
}
.tc-tdy-col-heading a.touchtoday-call:hover svg path {
    fill: #000;
}
.tc-tdy-col-heading a.touchtoday-call:hover p i {
	color: #000;
}
.tc-tdy-col-heading a.touchtoday-call:hover p strong {
	color: #DD2A1B;
}
/** ======================== CONTACT HOME FORM SECTION END ======================== **/

/** ======================== FOOTER CSS START ======================== **/
.footer {
    padding: 103px 0 50px;
    margin: 0;
}

.footer-warp {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 0;
    width: 1287px;
    justify-content: space-between;
}
.footer-col-left {
    width: 347px;
    padding-right: 0;
}
.footer-logo{
	margin: 0 0 38px;
}
.footer-address p {
    color: #000;
    font-size: 14px;
    position: relative;
    padding-left: 30px;
}

.footer-address p a{
	color: #000;
}
.footer-address p img {
    position: absolute;
    left: 0;
    top: 0;
}
.footer-address ul {
    padding: 26px 0 0;
    display: flex;
    flex-wrap: wrap;
}

.footer-address ul li{
	padding: 0;
	margin: 0 20px 0 0;
    font-size: 27px;
    line-height: 27px;
}
.footer-address ul li::before{
	display: none;
}

.footer-address ul li a{
	color: #fff;
}
.footer-address ul li a:hover{
	color: #000;
}

.footer-menu {
    width: 254px;
}

.footer-info-col h4 {
    font-size: 16px;
    margin: 0 0 62px;
    color: #000;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    letter-spacing: 4.6px;
    margin-bottom: 34px;
    text-transform: uppercase;
}

.footer-menu ul{
	padding: 0;
	margin: 0;
	width: 120px;
}
.footer-menu ul li {
    padding: 0;
    margin: 0 0 20px;
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
}

.footer-menu ul li:last-child{
	margin-bottom: 0;
	border-bottom: none;
}

.footer-menu ul li::before{
	display: none;
}
.footer-menu ul li a {
    color: #767676;
    display: block;
}
.footer-menu ul li a:hover{
	color:#DD2A1B;
}


.footer-map-right {
    width: 387px;
}

.map-iframe{
	margin: 0;
	padding: 0;
	position: relative;
}

.map-iframe iframe{
	width: 100%;
	height: 375px;
}

.iframe-logo{
	position: absolute;
	top: 112px;
	left: 160px;
}
.post, .page {
    margin-bottom: 0 !important;
}
.copyright {
    margin: 0;
    padding: 15px 0px;
    text-align: center;
    background: #fff;
}
.copyright-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}
.copyright p {
    color: #373737;
    font-family: 'Sansation';
    font-weight: normal;
    font-size: 17px;
    display: inline-flex;
    align-items: center;
    margin: 0;
}
.copyright p img {
    margin: 0 8px;
}
.copyright p a {
    color: #373737;
    font-weight: bold;
    margin-left: 5px;
}
.copyright p a:hover {
    color: #0A5C34;
}
.copyright ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style-type: none !important;
}
.copyright ul li {
    color: #373737;
    font-family: 'Sansation';
    font-weight: normal;
    font-size: 17px;
    padding: 0;
    margin: 0;
    position: relative;
}
.copyright ul li a {
    color: #373737;
}
.copyright ul li a:hover {
    color: #0A5C34;
}
.copyright ul li::before {
    content: "|";
    margin: 0px 8px 0px 7px;
    position: relative;
    bottom: 2px;
    top: unset;
    border-radius: 0;
    background: transparent;
}
.copyright ul li:last-child::after {
	display: none;
}

.back-top-bottom {
    position: fixed;
    bottom: 89px;
    right: 99px;
    width: 59px;
    height: 55px;
    background: #fff url(../images/back-top-icon-v1.svg) no-repeat center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: 0.7s;
    border: 1px solid #fff;
}
.back-top-bottom:hover{
	transform: translateY(-5px);
}
.back-top-bottom.show{
	opacity: 1;
	visibility: visible;
}
/** ======================== FOOTER CSS END ======================== **/

/** ======================== ABOUT PAGE CSS START ======================== **/
.header.header-white-bg {
    background: #fff;
	position: relative;
}
.about-first-section {
    margin: 0;
    padding: 119px 0 66px;
}
.header-white-bg .nav-manu ul li a {
    color: #B5913C;
}
.header-white-bg .line {
    background-color: #B5913C;
}

.video-on-desktop {
    padding: 0;
    margin: 0 0 55px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.video-on-desktop video {
    width: 100%;
    height: 772px;
    object-fit: cover;
}
.video-play-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.20);
}
.video-play-icon .playicon {
    width: 100%;
    height: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
}
.about-towds-heading{
	text-align: center;
	margin: 0 0 67px;
}
.about-towds-heading h1 {
    color: #F1D799;
    font-size: 60px;
    line-height: normal;
	margin: 0 0 28px;
}

.about-towds-heading p {
    color: #767676;
    font-size: 20px;
    margin: auto;
    margin-bottom: 20px;
    line-height: 160%;
}

.about-service-warp{
	display: flex;
	flex-wrap: wrap;
}

.about-service-col-4{
	width: 25%;
	padding-right: 20px;
}

.about-service-col-info{
	margin: 0;
	padding: 0;
}

.about-service-col-info h5 {
    margin: 0 0 25px;
    padding: 0;
    font-size: 20px;
    line-height: normal;
    color: #fff;
}

.about-service-col-info p{
	color: #fff;
}
.house-booking-section.booking-about-space {
    margin-bottom: 0;
}
.section-second-about-us {
    padding: 120px 0px;
	position: relative;
}
.section-second-about-us-inner .commn-white-heading h6 {
    margin-bottom: 28px;
}
.section-second-about-us::after, .section-second-about-us::before {
	content: "";
	position: absolute;
}
/* .section-second-about-us::after {
    left: 0;
    bottom: 0;
    background: url(../images/about-vector-left.svg);
    background-size: contain;
    width: 340px;
    height: 337px;
    background-repeat: no-repeat;
    background-position: left;
}
.section-second-about-us::before {
    right: 0;
    top: 0;
    background: url(../images/about-vector-right.svg);
    background-size: contain;
    width: 340px;
    height: 337px;
    background-repeat: no-repeat;
    background-position: left;
} */
.section-second-about-us-inner {
    max-width: 855px;
    margin: auto;
}
.section-second-about-us-inner h2 {

}
.section-second-about-us-inner .commn-heading.commn-white-heading p {
    margin-bottom: 0px;
}
/** ======================== ABOUT PAGE CSS END ======================== **/

/** ======================== CONTACT PAGE CSS START ======================== **/
.inner-pg-banner{
	margin: 0;
	padding: 0;
	position: relative;
}

.inner-pg-banner img{
	width: 100%;
}
.slider-caption-wrap img {
    margin: 0 auto;
}

.breadcrumb-inner-top {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.breadcrumb-inner-top::after {
    content: "";
    background: #000;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: 0.35;
}

.breadcrumb-menu{
	margin: 0;
	padding: 0;
}
.breadcrumb-menu ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.breadcrumb-menu ul li {
    margin: 0 8px 0 0;
    padding: 0 8px 0 0;
    font-size: 24px;
    color: #fff;
    line-height: 18px;
    text-transform: uppercase;
    font-family: "Zen Antique Soft", serif;
    font-weight: normal;
}
.breadcrumb-menu ul li::before {
    background: #fff;
    width: 2px;
    height: auto;
    top: 0;
    bottom: 0;
    margin-left: -9px;
}
.breadcrumb-menu ul li:first-child::before {
    display: none;
}
.breadcrumb-menu ul li a{
	color: #fff;
}
.breadcrumb-menu ul li a strong{
	font-weight: 500;
	font-family: "Poppins", sans-serif;
}

.contact-page-section{
	background: #fff;
}
.frm-table-white-flied .meduim {
    background: #fff;
}
.contact-page-section .commn-heading {
    margin: 0 0 42px;
}
.contact-rlt-image {
    text-align: right;
}
.contact-page-section .contact-hm-col-info {
    padding-right: 0px;
}
.contact-page-section .contact-hm-warp {
    align-items: center;
    flex-direction: column;
    max-width: 1060px;
    margin: auto;
}

.site-addres--mail{
	margin: 0;
	padding: 60px 0 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.site-addres-col4{
	width: 25%;
}
.site-addres-col-info {
    margin: 0;
    padding: 0 30px;
}
.site-addres-col-info img {
    margin: 0 0 29px;
}
.site-addres-col-info p {
    text-transform: uppercase;
    margin: 0 0 14px;
	font-size: 14px;
	color: #000;
}

.site-addres-col-info a, .site-addres-col-info span{
	color: #000;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-size: 14px;
}
.site-addres-col-info a:hover {
    color: #DD2A1B;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 14px;
    font-weight: normal;
    display: block;
}
.wpcf7 form.invalid .wpcf7-response-output {
    border: 0;
    padding: 0;
    text-align: center;
    color: #dc3232;
}
.form-submit .wpcf7-spinner {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.wpcf7 form.sent .wpcf7-response-output {
    border: 0px;
    padding: 0;
    text-align: center;
    color: #46b450;
}
/** ======================== CONTACT PAGE CSS END ======================== **/

.apartment-number a::before {
    content: "";
    background: rgba(195,159,117,0.5);
    width: 3em;
    height: 3em;
    z-index: -2;
    position: absolute;
    top: -23%;
    left: -23%;
    border-radius: 50%;
    -webkit-animation: pulsate 1.2s ease-out;
    -moz-animation: pulsate 1.2s ease-out;
    animation: pulsate 1.2s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
}
.apartment-number.process-tab-active a::before {
    display: none;
}
@-webkit-keyframes pulsate {
0% {
    -webkit-transform: scale(.1,.1);
    opacity: .0;
    }
50% {
    opacity: 1.0;
    }
100% {
    -webkit-transform: scale(1.2,1.2);
    opacity: .0;
    }
}

/** ======================== 404 PAGE CSS START ======================== **/
.about-first-section.error-section .about-towds-heading h1 {
    margin-bottom: 8px;
    font-family: "Zen Antique Soft", serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 45px;
    line-height: 140%;
}
.about-first-section.error-section .about-towds-heading .button {
    margin-top: 35px;
    border: 0px solid #DD2A1B;
    border-radius: 55px;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    padding: 16px 35px;
    background: #DD2A1B;
    text-transform: uppercase;
}
.thank-you-checkbox {
    background-color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}
.thank-you-checkbox img {

}
/** ======================== 404 PAGE CSS END ======================== **/
.contact-page-section .contact-hm-warp .contact-hm-col-6 {
    width: 100%;
    background: #F9F9F9;
    border-radius: 17px;
    padding: 75px 61px;
}
.contact-page-section .contact-hm-warp .commn-heading.commn-white-heading h2 {
    font-size: 35px;
    margin-bottom: 0;
}
.contact-frm-table-form .form-group {
    text-align: left;
    margin-bottom: 40px;
}
.contact-frm-table-form .form-group label {
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    font-size: 16px;
    display: block;
}
.contact-frm-table-form .form-group.submit-form {
    text-align: right;
}
.contact-page-section.section-second-about-us {
    padding-bottom: 0;
}
.section-second-about-us.projects-section-repeat.apartments-detail-section {
    text-align: left;
}
.apartments-detail-section .projects-list-repeat {
    align-items: flex-start;
}
.apartments-detail-section  ul.project-option {
    padding: 0;
    margin: 0;
}
.apartments-detail-section ul.project-option li::before {
	display: none;
}
.apartments-detail-section ul.project-option li {
    display: flex;
    padding: 0;
    margin: 0;
}
.apartments-detail-section ul.project-option li label::after {
    content: "";
    display: inline-block;
    width: 52px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.7s;
    background: #DD2A1B;
    margin: 0 auto;
    height: 1px;
}
.apartments-detail-section ul.project-option li label {
    margin: 0px 50px 20px 0px;
    padding-bottom: 20px;
    width: 25%;
    position: relative;
    color: #767676;
    font-family: "Inter", sans-serif;
    font-weight: bold;
}
.apartments-detail-section ul.project-option li span {
    position: relative;
    color: #767676;
    font-family: "Inter", sans-serif;
    font-weight: normal;
}
.apartments-detail-section .projects-list-right-col {
    margin-top: 10px;
}
.apartments-detail-section .projects-list-right-col h6::before {
    margin: 0;
}
.about-first-section.error-section {
    background: #000;
    padding: 170px 0px 100px;
}
.gallery-five-section .commn-heading{
    text-align:center;
}
.property-d-flex-box {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
.property-d-flex-bottom-info {
    margin-top: auto;
}
.projects-list-repeat.projects-list-bottom-btn {
    align-items: unset;
}
.projects-list-repeat.projects-list-bottom-btn .service-list-info-wrap {
    height: 100%;
}
.property-d-flex-bottom-info {
    margin-top: auto;
}
a.btn.download-btn.download-brochure-btn {
    transform: unset;
    background: transparent;
    color: #DD2A1B;
    box-shadow: rgb(0 0 0 / 20%) 0px 0px 4px;
    border-radius: 0;
    padding: 13px 30px;
}
a.btn.download-btn.download-brochure-btn:hover {
    background: #DD2A1B;
    color: #fff;
}
.gallery-five-section.floor-plans-ganesham-utsav {
    padding-top: 40px;
}
.antalyas-features-section .commn-heading.commn-white-heading h2,
.floor-plans-section .commn-heading.commn-white-heading h2,
.gallery-last-section .commn-heading.commn-white-heading h2 {
    max-width: 100%;
    font-size: 35px;
}
.gallery-last-section .container {
    position: relative;
    z-index: 1;
}
.gallery-last-section.section-second-about-us::before {
	display: none;
}
.antalyas-features-section {
    margin: 0;
    padding: 100px 0px;
    background: #FAFAFB;
}
.antalyas-features-section .commn-heading {
	text-align: center;
}
.contact-page-section .commn-heading p {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    max-width: 880px;
    margin: 15px auto 10px;
    font-size: 18px;
    line-height: 160%;
}
.site-addres-col5 {
    width: 40%;
}
.contact-frm-table-form .form-group.submit-form p {
    position: relative;
}
.contact-frm-table-form .form-group.submit-form p .wpcf7-spinner {
    position: absolute;
    right: 10px;
    top: 10px;
    bottom: 0;
    margin: auto;
    border: 1px solid #fff;
    opacity: 1;
}
.page-template-page-thank-you .about-towds-heading p, .about-first-section.error-section .about-towds-heading p {
    color: #ffffff;
}
.page-template-page-thank-you .about-towds-heading a.button, .about-first-section.error-section .about-towds-heading a.button {
    margin-top: 10px !important;
}
.about-first-section.error-section .about-towds-heading h1 {
    color: #fff;
}
.about-first-section.error-section .about-towds-heading {
    margin: 0;
}
.screen-reader-response{
    display:none!important;
}
input.wpcf7-not-valid{
    border: 1px solid #dd2a1b !important
}
span.wpcf7-not-valid-tip{
    text-align:left!important
}
ul.hide-desktop-footer-menu {
    display: none;
}
.section-third-innovation .container {
    position: relative;
    z-index: 1;
}
video {
	height: auto;
	width: 100%;
	object-fit: cover;
}
.projects-list-right-col .projects-list-img-wrap {
	display: none;
}
.header .banner-social-icons {
    display: none;
}
.gallery-slide-warp.gallery-slide-two {
    display: block;
    width: 100%;
    margin: 0;
}
.gallery-slide-two .slick-track {
    /*width: 100% !important;*/
}
.gallery-slide-two-item {
    padding: 0px 5px;
}
.gallery-slide-two-item .gly-col-img {
    border: 1px solid #ccc;
}
.gallery-slide-two .slick-prev, .gallery-slide-two .slick-next {
    background-color: #0A5C34 !important;
}
.amenities-slider .slick-prev, .amenities-slider .slick-next {
    background-color: #0A5C34 !important;
}
.default-heading h1{
	color: #DD2A1B;
  font-family: "Zen Antique Soft", serif;
  font-weight: normal;
  text-transform: normal;
  font-size: 40px;
  line-height: 50px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.default-heading h2{
	color: #DD2A1B;
  font-family: "Zen Antique Soft", serif;
  font-weight: normal;
  text-transform: normal;
  font-size: 30px;
  line-height: 40px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.default-heading p {
  font-family: "Inter", sans-serif;
  font-weight: normal;
	 font-size: 18px;
  line-height: 25px;
}
.default-heading ul li {
  font-family: "Inter", sans-serif;
  font-weight: normal;
}
.whatsapp-icon {
  position: fixed;
  bottom: 25px;
  left: 25px;
  z-index: 20000000001 !important;
  background: #2db742;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-shadow: 0 6px 8px 2px rgb(0 0 0 / 14%);
  -webkit-box-shadow: 0 6px 8px 2px rgb(0 0 0 / 14%);
  -moz-box-shadow: 0 6px 8px 2px rgba(0,0,0,.14);
  height: 50px;
  width: 50px;
}
.whatsapp-icon a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.whatsapp-icon img {
  max-height: 30px;
}
.antalyas-features-section.amenities-section {
    background: rgb(10 92 52 / 10%);
}
.amenities-section .future-list-warp {
    row-gap: 50px;
    padding-top: 30px;
}
.amenities-section .future-list-col-info figure a::before {
	right: 0;
	left: 50px;
	margin: auto;
}
.amenities-section .slick-slide {
    display: flex !important;
    flex-direction: column;
    row-gap: 50px;
}
.amenities-section .future-list-col-info {
    margin: 0;
    padding: 0;
    height: 138px;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    border-right: 1px solid #272727;
}
.amenities-section .future-list-col-info figure {
    margin: 0;
    padding: 0;
    height: 84px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.amenities-slider .slick-next {
    right: -85px;
}
.amenities-slider .slick-prev {
    left: -35px;
}
.section-second-about-us{
    background: #E7EFEB;
}
.section-second-about-us .explore-btn {
    color: #fff;
    background: #0A5C34;
    position: relative;
    padding: 10px 20px;
    border-radius: 30px;
    border: 1px solid #0A5C34;
    min-width: 213px;
    min-height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 500;
	transition: 0.7s;
}
.section-second-about-us .explore-btn:hover {
    background: #000;
}

.cmn-pd  {
	padding: 100px 0 !important;
}
.gallery-five-section.about-reliant-grp-section {
    background: rgb(10 92 52 / 10%);
}
.location-section {
	position: relative;
}
.location-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.location-left-col {
    width: 62%;
}
.location-left-col iframe {
    width: 100%;
    height: 421px;
}
.location-right-col {
    width: calc(100% - 62%);
    padding-left: 75px;
    position: relative;
    z-index: 1;
}
.location-right-col h3 {
    font-size: 40px;
    line-height: 112%;
    text-transform: capitalize;
    color: #0A5C34;
    margin-bottom: 25px;
}
.location-right-col ul {
    padding: 0;
    max-width: 271px;
}
.location-right-col ul li::before {
	display: none;
}
.location-right-col ul li {
    padding: 15px 0px;
    font-family: 'Gilroy Medium';
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    color: #000000;
    border-bottom: 1px solid #828282;
}
.location-right-col ul li:last-child {
	border-bottom: 0px;
}
.location-section .banner-leaf-shape {
    right: 0;
}
.touchtoday-section.welcome-bootm-section {
    background: #0A5C34;
}
.touchtoday-section.welcome-bootm-section::before {
    background: url(https://relianthousing.in/wp-content/uploads/2025/08/welcome-min.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.16;
    background-size: cover;
    background-position: center;
}
.welcome-bootm-section .tc-tdy-row {
    padding: 0;
}
.welcome-bootm-section .tc-tdy-col-heading {
    display: block;
    text-align: center;
    max-width: 409px;
    margin: 0 auto;
}
.explore-now-popup .modal-dialog {
    max-width: 660px;
}
.explore-now-popup .banner-form-holder {
    box-shadow: none;
    margin: 0 auto;
    width: 555px;
    padding-left: 0;
    padding-right: 0;
}
.explore-now-popup .banner-form-heading h1 {
    padding: 0px 30px;
}
.explore-now-popup button.close {
    opacity: 1;
    text-shadow: none;
    position: relative;
    z-index: 9999;
}
.page-template-page-floresta-landing .slick-dots {
	display: none !important;
}





.felecia-banner-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    column-gap: 100px;
    flex-wrap: wrap;
}
.felecia-banner-wrap h2 {
    font-size: 64px;
    line-height: 110%;
    text-transform: uppercase;
    color: #FFFFFF;
    max-width: 448px;
    text-align: left;
    margin: 0;
}
.felecia-banner-section .bannerslider-img {
	position: relative;
}
.felecia-banner-section .bannerslider-img::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
}
.felecia-banner-section .bannerslider-img img {
    opacity: 1;
}
.page-template-page-felecia-landing .nav-manu ul li a.explore-btn,
.page-template-page-felecia-landing .form-group.submit-form input.btn,
.page-template-page-felecia-landing .projects-list-right-col a.btn {
	background: #36230D;
	border-color: #36230D;
	color: #fff;
}
.page-template-page-felecia-landing .nav-manu ul li a.explore-btn:hover,
.page-template-page-felecia-landing .form-group.submit-form input.btn:hover,
.page-template-page-felecia-landing .projects-list-right-col a.btn:hover {
	background: #000;
	border-color: #000;
	color: #fff;
}
.page-template-page-felecia-landing .nav-manu ul li a:hover,
.page-template-page-felecia-landing .banner-form-heading h1,
.page-template-page-felecia-landing .commn-heading.commn-white-heading h1,
.page-template-page-felecia-landing .commn-heading.commn-white-heading h2,
.page-template-page-felecia-landing .commn-heading.commn-white-heading h3,
.page-template-page-felecia-landing .commn-heading.commn-white-heading h4,
.page-template-page-felecia-landing .commn-heading.commn-white-heading h5,
.page-template-page-felecia-landing .about-towds-heading h2 {
	color: #36230D;
}

.page-template-page-felecia-landing .amenities-section .future-list-col-info h5 {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    text-transform: unset;
    border: 0px solid rgb(118 118 118 / 51%);
    margin: 0;
    padding: 0;
}
.page-template-page-felecia-landing .amenities-section .future-list-col-info {
    border: 0;
}
.page-template-page-felecia-landing .amenities-section .future-list-warp {
    row-gap: 80px;
}
.page-template-page-felecia-landing .projects-list-left-col {
    width: 880px;
    padding-right: 0px;
}
.page-template-page-felecia-landing .projects-list-right-col {
    width: 492px;
}
.page-template-page-felecia-landing .projects-list-right-col .commn-heading.commn-white-heading h3 {
    margin-bottom: 15px;
}
.page-template-page-felecia-landing .property-d-flex-box ul.project-option {
    display: block;
}
.page-template-page-felecia-landing .property-d-flex-box ul.project-option li {
    width: 100%;
    border-right: 0;
}
.page-template-page-felecia-landing .property-d-flex-box ul.project-option li {
    width: 100%;
    border-right: 0;
    font-size: 15px;
    line-height: 30px;
    text-align: left;
    color: #3B3B3B;
    align-items: center;
}
.page-template-page-felecia-landing .property-d-flex-box ul.project-option li label {
    width: 140px;
    margin-bottom: 0;
    padding-bottom: 9px;
    padding-top: 10px;
	color: #3B3B3B;
}
.page-template-page-felecia-landing .apartments-detail-section ul.project-option li label::after {
    background: #3B3B3B;
    width: 100%;
}
.page-template-page-felecia-landing .apartments-detail-section ul.project-option li span {
    color: #3B3B3B;
    width: calc(100% - 200px);
}
.page-template-page-felecia-landing .projects-list-left-col .projects-list-img-wrap {
    height: 100%;
}
.page-template-page-felecia-landing .projects-list-left-col .projects-list-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
body.page-template-page-felecia-landing  .slick-prev,
body.page-template-page-felecia-landing  .slick-next {
    display: none !important;
}
.page-template-page-felecia-landing .floresta-section2 .gallery-slide-two-item {
    padding: 0px 8px;
}
.page-template-page-felecia-landing .floresta-section2 .slider-gly1 {
    margin: 0px -10px;
}
.page-template-page-felecia-landing ul.slick-dots {
    position: unset;
    margin-top: 40px;
}
.page-template-page-felecia-landing ul.slick-dots li button {
    background: #EBE9E7;
    border-radius: 100%;
    width: 20px;
    height: 20px;
}
.page-template-page-felecia-landing ul.slick-dots li.slick-active button {
	background: #36230D;
}
.page-template-page-felecia-landing .cmn-pd.floresta-section5 {
    padding-bottom: 0 !important;
}
.page-template-page-felecia-landing .touchtoday-section.welcome-bootm-section {
    background: #36230D;
}
.page-template-page-felecia-landing .touchtoday-section.welcome-bootm-section::before {
    background: url("../images/floresta-bottom-img.jpg");
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.16;
    background-size: cover;
    background-position: center;
    mix-blend-mode: unset;
}
.page-template-page-felecia-landing .welcome-bootm-section .tc-tdy-col-heading a {
	color: #58281B !important;
}
.page-template-page-felecia-landing .welcome-bootm-section .tc-tdy-col-heading a:hover {
	color: #fff !important;
}
.page-template-page-felecia-landing .copyright p a:hover,
.page-template-page-felecia-landing .copyright ul li a:hover {
    color: #58281B;
}
