


/* Table of Content
==================================================
	#Homepage Styles
	#Page Styles
	#Media Queries
	#Font-Face */
html, body, #wrapper {
	height: 100%;
	scroll-behavior: smooth;
	font-family: "Montserrat", sans-serif;
} 

body > #wrapper {
	height: auto; min-height: 100%; background:#fff ;
}
body
#main{
	width:100%;
	padding:0;
	margin:0 auto;
	padding-top: 0px;
}
*{
	padding:0;
	margin:0;
}

table{
	width: 100%;
}
table, th, td {
    border: 1px solid #1a5f80;
    border-collapse: collapse;    
}
th, td {
    padding: 10px;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    text-align: center;
}
th {
    background-color: #104660;
    color: #fff;
}

a{
	cursor: pointer;
	display: inline-block;
}

span{
	display: inline-block;
}

p{
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	line-height: 1.6em;
	font-weight: 500;
	color: #282828;
	padding: 0 0 15px 0;
}

/* #Grid system
================================================== */
.container{
	width:1170px;
	margin:0 auto;
}
.container:before, .container:after, .row:before, .row:after{
	content:"";
	display:table;
}
.container:after, .row:after{clear:both;}
.row{
	margin-left:-10px;
	margin-right:-10px;
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{
	position:relative;
	min-height:1px;
	padding-left:10px;
	padding-right:10px;
	float:left;
}

.col-sm-12{width:100%;}
.col-sm-11{width:91.66666667%;}
.col-sm-10{width:83.33333333%;}
.col-sm-9{width:75%;}
.col-sm-8{width:66.66666667%;}
.col-sm-7{width:58.33333333%;}
.col-sm-6{width:50%;}
.col-sm-5{width:41.66666667%;}
.col-sm-4{width:33.33333333%;}
.col-sm-3{width:25%;}
.col-sm-2{width:16.66666667%;}
.col-sm-1{width:8.33333333%;}
.flt-right { float: right; }
.flt-left { float: left; }

.clr{
	clear:both;
}

.ace-responsive-menu > li > ul.sub-menu {
    margin: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
}
.ace-responsive-menu li ul.sub-menu > li {
    width: 200px;
    border-bottom: 1px dashed #c7c7c7;
    padding: 0;
}
.ace-responsive-menu li ul.sub-menu > li:last-child{
	border: none;
}
.ace-responsive-menu li ul.sub-menu li a {
    text-transform: none;
    padding: 6px 20px 6px 15px;
    line-height: 1.4em;
}

.contain_90{
	width: 90%;
	margin: 0 auto;
}


.width_20{
	width: 20%;
}
.width_25{
	width: 25%;
}
.width_30{
	width: 30%;
}
.width_35{
	width: 35%;
}
.width_40{
	width: 40%;
}
.width_45{
	width: 45%;
}
.width_50{
	width: 50%;
}
.width_55{
	width: 55%;
}
.width_60{
	width: 60%;
}
.width_65{
	width: 65%;
}
.width_70{
	width: 70%;
}
.width_75{
	width: 75%;
}
.width_100{
	width: 100%;
}


.heading{
	font-size: 46px;
    font-weight: 400;
    font-family: "Playfair Display", serif;
    color: #282828;
    line-height: 1.2em;
    letter-spacing: 2px;
    padding: 0 0 30px 0;
}

.sub_heading span{
	position: relative;
	color: #9d8063;
	text-transform: uppercase;
	font-size: 24px;
    font-weight: 500;
    letter-spacing: 2px;
    font-family: "Playfair Display", serif;
}
.sub_heading span::before {
    content: '';
    position: absolute;
    width: 400px;
    height: 2px;
    background: #c4a267;
    left: 120px;
    bottom: 15px;
}
/* =Header
-------------------------------------------------------------- */
header {
	width: 100%;
	position: fixed;
	top:0px;
	left: 0;
	z-index: 999;
	padding: 15px 0;/*
	background:#fff;*/
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
/*	box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);*/
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
}
header .inner_container{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
header .logo {
	width: 150px;
	float: left;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	padding:0 0 0 0;
}
header nav {
	display: inline-block;
	float: right;
	padding: 0% 0% 0% 0%;
	background-color: transparent;
	margin-top: 0px;
/*	width: 68%;*/
	width: unset;
}
header.smaller {
	top:0;
	background-color: transparent;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background:#fff;
	padding: 15px 0;
}
header.smaller .logo {
	width: 150px;
}
header.smaller nav {
	display: inline-block;
	float: left;
	padding:0% 0% 0% 0%;
	margin-top: 0%;
}
header.smaller li a{
	color: #000;
}
header.add_white{
	background: #fff;
}
header.add_white li a {
    color: #000;
}

/*banner*/
.banner{
	position: relative;
}
.banner .main_banner .info_boxes{
	display: flex;
    align-items: center;
}
.banner .main_banner .info_boxes .inner_box{
	padding: 100px 5vw 0;
}
.banner .main_banner .info_boxes .inner_box .sub_heading{
	font-size: 16px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    color: #282828;
    line-height: 1.2em;
    padding: 0 0 30px 0;
}
.banner .main_banner .info_boxes .inner_box .learn_more a{
	background: #282828;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    line-height: 1.2em;
    padding: 15px 30px;
    transition: all .5s;
}
.banner .main_banner .info_boxes .inner_box .learn_more a:hover{
	background: #c4a267;
    color: #69462b;
    transform: translateY(-2px);
    font-weight: 500;
}
.banner .owl-theme .owl-dots{
    position: absolute;
    bottom: 8%;
    left: 5%;
}
.banner .owl-theme .owl-dots .owl-dot.active span{
	background-color: #282828;
}

/*transforming_section*/
.transforming_section{
	background-color: #cabaad;
	padding: 40px 0;
	text-align: center;
	box-shadow: 0px 5px 5px #cac6bc;
    z-index: 1;
    position: relative;
}
.transforming_section .info_boxes .heading{
	padding: 0;
	color: #fff;
}

/*alphite_developers_section*/
.alphite_developers_section{
	padding: 80px 0;
	background-color: #f8f2e6;
}
.alphite_developers_section .inner_container{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.alphite_developers_section .inner_container .info_boxes{
	padding: 0 140px 0 0;
}
.alphite_developers_section .inner_container .info_boxes .heading{
	padding: 0;
	text-transform: uppercase;
	font-size: 42px;
}
.alphite_developers_section .inner_container .info_boxes p{
    color: #282828;
    padding: 20px 0 15px 0;
}
.alphite_developers_section .inner_container .info_boxes .read_more{
	display: flex;
    align-items: center;
}
.alphite_developers_section .inner_container .info_boxes .read_more a{
 	font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #85888a;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: .5s;
}
.alphite_developers_section .inner_container .info_boxes .read_more img{
	transition: .5s;
}
.alphite_developers_section .inner_container .info_boxes .read_more img:hover{
	transform: translateX(5px);
	filter: brightness(0) saturate(100%) invert(15%) sepia(50%) saturate(0%) hue-rotate(189deg) brightness(102%) contrast(102%);
}
.alphite_developers_section .inner_container .info_boxes .read_more span{
	padding: 0 0 0 10px;
}
.alphite_developers_section .inner_container .img_box img{
	transition: .5s;
}
.alphite_developers_section .inner_container .img_box img:hover{
	transform: translateY(-5px);
}
/*benchmark_section*/
.benchmark_section {
    padding: 80px 0;
    position: relative;
    z-index: 1;
    box-shadow: 0px 5px 10px #cac6bc;
}
.benchmark_section .inner_container .heading{
	padding: 0;
	text-transform: uppercase;
	font-size: 42px;
}
.benchmark_section .inner_container .sub_heading span::before{
    content: '';
    position: absolute;
    width: 400px;
    height: 2px;
    background: #c4a267;
    left: 220px;
    bottom: 15px;
}
.benchmark_section .inner_container .boxes{
	padding: 50px 0 0;
	width: 70%;
    margin: 0 auto;
}
.benchmark_section .inner_container .boxes .info_boxes{
	display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #f8f2e6;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: hidden;
    margin: 0 0 30px 0;
    transition: .5s;
}
.benchmark_section .inner_container .boxes .info_boxes:hover{
	background-color: #fff5e1;
    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
    transform: translateY(-5px);
}
.benchmark_section .inner_container .boxes .info_boxes .img_box{
	width: 45%;
}
.benchmark_section .inner_container .boxes .info_boxes .img_box img{
	width: 100vw;
}
.benchmark_section .inner_container .boxes .info_boxes .inner_box{
	width: 55%;
	padding: 0 40px;
}
.benchmark_section .inner_container .boxes .info_boxes .inner_box .logo_img img{
	width: 150px;
	transition: .5s;
}
.benchmark_section .inner_container .boxes .info_boxes .inner_box .logo_img img:hover{
	transform: scale(1.1);
}
.benchmark_section .inner_container .boxes .info_boxes .inner_box .logo_img .headings{
	font-family: "Montserrat", sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 1px;
    color: #9d8063;
    padding: 0 0 10px 0;
}
.benchmark_section .inner_container .boxes .info_boxes .inner_box .logo_img .sub_heading{
	font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 1px;
    color: #9d8063;
    padding: 0px 0 30px 0;
}
.benchmark_section .inner_container .boxes .info_boxes .inner_box .title{
	font-family: "Montserrat", sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 26px;
    color: #000000;
    padding: 15px 0 30px 0;
}
.benchmark_section .inner_container .boxes .info_boxes .inner_box p{
    color: #282828;
    padding: 15px 0;
}
.benchmark_section .inner_container .boxes .info_boxes .inner_box .book_now a{
	background: #9d8063;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    line-height: 1.2em;
    padding: 15px 50px;
    transition: .5s;
}
.benchmark_section .inner_container .boxes .info_boxes .inner_box .book_now a:hover{
	background: #c4a267;
    color: #69462b;
    transform: translateY(-2px);
}
/*our_vision_mission_section*/
.our_vision_mission_section{
	position: relative;
    text-align: center;
}
.our_vision_mission_section .inner_container .img_box img{
	width: 100%;
}
/*.our_vision_mission_section .inner_container .overwrapper_text{
	position: absolute;
    content: '';
    width: 100%;
    bottom: 0px;
}*/
.our_vision_mission_section .inner_container .overwrapper_text .inner_box{
	display: flex;
    justify-content: space-between;
    width: 75%;
    margin: 0 auto;
}
.our_vision_mission_section .inner_container .overwrapper_text .title{
	font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #9d8063;
    padding: 0 0 5px 0;
}
.our_vision_mission_section .inner_container .overwrapper_text .sub_title{
	font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #282828;
}

/*get_in_touch_section*/
.get_in_touch_section{
	padding: 80px 0;
	text-align: center;
}
.get_in_touch_section .inner_container a{
	background: #9d8063;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    line-height: 1.2em;
    padding: 15px 40px;
    transition: .5s;
}
.get_in_touch_section .inner_container a:hover{
	background: #c4a267;
    color: #69462b;
    transform: translateY(-2px);
}

/*about_us_company_section*/
.about_us_company_section{
	padding: 80px 0;
	background: #f8f2e6;
}
.about_us_company_section .inner_container{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.about_us_company_section .inner_container .info_boxes{
	padding: 0 6vw 0 4vw;
}
.about_us_company_section .inner_container .info_boxes .heading {
    padding: 0;
    text-transform: uppercase;
    font-size: 42px;
    font-weight: 400;
}
.about_us_company_section .inner_container .info_boxes .sub_heading{
	padding: 0 0 30px 0;
}
.about_us_company_section .inner_container .info_boxes .sub_heading span::before{
	content: '';
    position: absolute;
    width: 200px;
    height: 2px;
    background: #c4a267;
    left: 330px;
    bottom: 15px;
}
.about_us_company_section .inner_container .info_boxes p{
	padding: 0 0 5px 0;
}
.about_us_company_section .inner_container .img_box img{
	transition: .5s;
}
.about_us_company_section .inner_container .img_box img:hover {
	transform: translateY(-5px);
}

/*visionaries_section*/
.visionaries_section{
	background-color: #cabaad;
    padding: 40px 0;
    text-align: center;
    box-shadow: 0px 5px 5px #cac6bc;
    z-index: 1;
    position: relative;
}
.visionaries_section .info_boxes .heading {
    padding: 0;
    color: #fff;
}

/*company_director*/
.company_director{
	padding: 80px 0;
}
.company_director .inner_container .boxes .info_boxes{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 0 20px 0;
}
.company_director .inner_container .boxes .info_boxes .img_box{
	width: 100%;
    text-align: center;
}
.company_director .inner_container .boxes .info_boxes .img_box img{
	transition: .5s;
}
.company_director .inner_container .boxes .info_boxes .img_box img:hover{
	transform: translateY(-5px);
}
.company_director .inner_container .boxes .info_boxes:nth-child(even) {
    display: flex;
    flex-direction: row-reverse;
}
.company_director .inner_container .boxes .info_boxes .inner_box{
	padding: 0 50px;
}
.company_director .inner_container .boxes .info_boxes .inner_box .title{
	font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 1px;
    color: #9d8063;
    padding: 0 0 10px 0;
}
.company_director .inner_container .boxes .info_boxes .inner_box .sub_title{
	font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 1px;
    color: #282828;
    padding: 0 0 20px 0;
}
.company_director .inner_container .boxes .info_boxes .inner_box p{
	text-align: justify;
	padding: 0;
}
.company_director .inner_container .boxes .info_boxes:nth-child(even) .inner_box .title{
	text-align: right;
}
.company_director .inner_container .boxes .info_boxes:nth-child(even) .inner_box .sub_title{
	text-align: right;
}

/*about_section*/
.about_section{
	padding: 80px 0;
	background: #f8f2e6;
}
.about_section .inner_container{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.about_section .inner_container .img_box img{
	transition: .5s;
}
.about_section .inner_container .img_box img:hover{
	transform: translateY(-5px);
}
.about_section .inner_container .info_boxes{
	padding: 0 0 0 8vw;
}
.about_section .inner_container .info_boxes .heading {
    padding: 0;
    text-transform: uppercase;
    font-size: 42px;
}
.about_section .inner_container .info_boxes .sub_heading {
    padding: 0 0 30px 0;
}
.about_section .inner_container .info_boxes p {
    padding: 0 0 5px 0;
}
.about_section .inner_container .boxes{
	display: flex;
    flex-wrap: wrap;
    align-items: end;
    padding: 50px 0 0;
}
.about_section .inner_container .boxes .inner_box{
	padding: 0 50px 0 0;
}
.about_section .inner_container .boxes .inner_box .text_box{
	padding: 0 0 40px 0;
}
.about_section .inner_container .boxes .inner_box .text_box .title{
	font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    color: #282828;
    padding: 0 0 5px 0;
}
.about_section .inner_container .boxes .inner_box .text_box ul{
	padding: 0 0 0 20px;
}
.about_section .inner_container .boxes .inner_box .text_box ul li{
	font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #282828;
    list-style: disc;
    padding: 0 0 5px 0;
}
.about_section .inner_container .boxes .inner_box .text_box p{
	padding: 0;
}
.about_section .inner_container .boxes .inner_box .text_box:last-child{
	padding: 0;
}

/*counter_section*/
.counter_section{
	padding: 150px 0;
	background: #f7f7f7;
}
.counter_section .inner_container .counter_number{
	width: 80%;
	margin: 0 auto;
	padding: 50px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
}
.counter_section .inner_container .counter_number::before {
    position: absolute;
    content: '';
    top: -35px;
    background: url(../images/upper-line.png) no-repeat;
    background-size: contain;
    background-position: top center;
    width: 80%;
    height: 100%;
}
.counter_section .inner_container .counter_number::after {
    position: absolute;
    content: '';
    bottom: -30px;
    background: url(../images/lower-line.png) no-repeat;
    background-size: contain;
    background-position: bottom center;
    width: 80%;
    height: 100%;
}

/*Careers Page*/
@property --num {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}

.counter_section .inner_container .counter_number .project_launched span.num{
	display: inline-block;
    font-family: "Montserrat", sans-serif;
    color: #1e1d2f;
    font-size: 50px;
    line-height: 50px;
    position: relative;
}
.counter_section .inner_container .counter_number .project_launched span.counter1 {
     animation: counter1 3s 1 forwards ease-in-out;
    counter-reset: num var(--num);
    display: inline-block;
	font-family: "Montserrat", sans-serif;
	color: #1e1d2f;
    font-size: 50px;
    line-height: 50px;
	position: relative;
}
.counter_section .inner_container .counter_number .project_launched span.counter1::before {
  content: counter(num);
}

@keyframes counter1 {
  from {
    --num: 0;
  }
  to {
    --num: 86;
  }
}
.counter_section .inner_container .counter_number .project_launched span.txt{
	font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    color: #1e1d2f;
}

.counter_section .inner_container .counter_number .developments span.num{
	display: inline-block;
    font-family: "Montserrat", sans-serif;
    color: #1e1d2f;
    font-size: 50px;
    line-height: 50px;
    position: relative;
}
.counter_section .inner_container .counter_number .developments span.counter2 {
    animation: counter2 3s 1 forwards ease-in-out;
    counter-reset: num var(--num);
    display: inline-block;
	font-family: "Montserrat", sans-serif;
	color: #1e1d2f;
	font-size: 50px;
    line-height: 50px;
	position: relative;
}
.counter_section .inner_container .counter_number .developments span.counter2::before {
  content: counter(num);
}

@keyframes counter2 {
  from {
    --num: 0;
  }
  to {
    --num: 60;
  }
}
.counter_section .inner_container .counter_number .developments span.txt{
	font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    color: #1e1d2f;
}

.counter_section .inner_container .counter_number .delivered span.num{
	display: inline-block;
    font-family: "Montserrat", sans-serif;
    color: #1e1d2f;
    font-size: 50px;
    line-height: 50px;
    position: relative;
}
.counter_section .inner_container .counter_number .delivered span.counter3 {
    animation: counter3 3s 1 forwards ease-in-out;
    counter-reset: num var(--num);
    display: inline-block;
    font-family: "Montserrat", sans-serif;
	color: #1e1d2f;
	font-size: 50px;
    line-height: 50px;
	position: relative;
}
.counter_section .inner_container .counter_number .delivered span.counter3::before {
  content: counter(num);
}

@keyframes counter3 {
  from {
    --num: 0;
  }
  to {
    --num: 35;
  }
}
.counter_section .inner_container .counter_number .delivered span.txt{
	font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    color: #1e1d2f;
}

.counter_section .inner_container .counter_number .prestigious span.num{
	display: inline-block;
    font-family: "Montserrat", sans-serif;
    color: #1e1d2f;
    font-size: 50px;
    line-height: 50px;
    position: relative;
}
.counter_section .inner_container .counter_number .prestigious span.counter4 {
    animation: counter4 3s 1 forwards ease-in-out;
    counter-reset: num var(--num);
    display: inline-block;
	font-family: "Montserrat", sans-serif;
	color: #1e1d2f;
	font-size: 50px;
    line-height: 50px;
	position: relative;
}
.counter_section .inner_container .counter_number .prestigious span.counter4::before {
  content: counter(num);
}

@keyframes counter4 {
  from {
    --num: 0;
  }
  to {
    --num: 33;
  }
}
.counter_section .inner_container .counter_number .prestigious span.txt{
	font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    color: #1e1d2f;
}

.counter_section .inner_container .counter_number .premium_homes span.num{
	display: inline-block;
    font-family: "Montserrat", sans-serif;
    color: #1e1d2f;
    font-size: 50px;
    line-height: 50px;
    position: relative;
}
.counter_section .inner_container .counter_number .premium_homes span.counter5 {
    animation: counter5 3s 1 forwards ease-in-out;
    counter-reset: num var(--num);
    display: inline-block;
    font-family: "Montserrat", sans-serif;
	color: #1e1d2f;
	font-size: 50px;
    line-height: 50px;
	position: relative;
}
.counter_section .inner_container .counter_number .premium_homes span.counter5::before {
  content: counter(num);
}

@keyframes counter5 {
  from {
    --num: 0;
  }
  to {
    --num: 21;
  }
}
.counter_section .inner_container .counter_number .premium_homes span.txt{
	font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    color: #1e1d2f;
}


/*recognizing_achievements_section*/
.recognizing_achievements_section{
	padding: 80px 0;
}
.recognizing_achievements_section .inner_container .heading{
	color: #c4a267;
	text-align: center;
	line-height: 1.6em;
	padding: 0 0 50px 0;
}
.recognizing_achievements_section .inner_container .achievements .heading{
	color: #000;
	text-align: unset;
	padding: 0;
	text-transform: uppercase;
}
.recognizing_achievements_section .inner_container .achievements .sub_heading span{
	color: #9d8063;	
}
.recognizing_achievements_section .inner_container .achievements .sub_heading span::before {
    content: '';
    position: absolute;
    width: 700px;
    height: 3px;
    background: #c4a267;
    left: 340px;
    bottom: 15px;
}
.recognizing_achievements_section .inner_container .achievements .boxes .inner_box{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 50px 0 0;
}
.recognizing_achievements_section .inner_container .achievements .boxes .inner_box .img_box{
	padding: 20px 20px 30px;
	transition: .5s;
}
.recognizing_achievements_section .inner_container .achievements .boxes .inner_box .img_box:hover{
	transform: scale(1.1);
}
.project_tab_section{
	padding: 80px 0;
}
.project_tab_section .inner_container .heading {
    padding: 0;
    text-transform: uppercase;
    font-size: 42px;
}
.project_tab_section .inner_container .sub_heading span{
	color: #9d8063;
}
.project_tab_section .inner_container .sub_heading span::before{
	left: 220px;
	bottom: 15px;
}
.project_tab_section .inner_container .tab-wrapper .tabs {
 	margin: 0;
  	padding: 60px 0;
  	display: flex;
  	flex-wrap: wrap;
  	width: 50%;
    margin: 0 auto;
}

.project_tab_section .inner_container .tab-wrapper .tabs .tab-link {
	font-size: 24px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px;
    color: #e7e4e4;
    line-height: 1.2em;
    padding: 0 20px;
    cursor: pointer;
    transition: all ease 0.5s;
    border-bottom: solid 3px rgba(255, 255, 255, 0);
}
.project_tab_section .inner_container .tab-wrapper .tabs .tab-link:hover {
  color: #ede3d1;

}
.project_tab_section .inner_container .tab-wrapper .tabs .tab-link.active {
  color: #c4a267;
  text-decoration: underline;
}
.project_tab_section .inner_container .content-wrapper .tab-content {
  display: none;
  text-align: center;
  color: #888;
  font-weight: 300;
  font-size: 15px;
  opacity: 0;
  transform: translateY(15px);
  animation: fadeIn 0.5s ease 1 forwards;
}

.project_tab_section .inner_container .content-wrapper .tab-content.active {
  display: block;
}

@keyframes fadeIn {
  100% {
    opacity: 1;
    transform: none;
  }
}
.project_tab_section .inner_container .content-wrapper .heading{
	text-align: left;
    color: #ede3d1;
    font-size: 55px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    text-transform: unset;
    padding: 0 0 50px 0;
}
.project_tab_section .inner_container .content-wrapper #tab-2 .heading{
	text-align: left;
}
.project_tab_section .inner_container .content-wrapper .heading span{
	 font-size: 50px;
	font-weight: 400;
}
.project_tab_section .inner_container .content-wrapper .owl-nav {
    margin: 0;
}
.project_tab_section .inner_container .content-wrapper .owl-nav [class*=owl-] {
	width: 60px;
	height: 60px;
	margin: 0;
    border: none;
    outline: none;
    transition: 0.2s all;
    position: absolute;
    top: calc(50% - 20px);
}
.project_tab_section .inner_container .content-wrapper .owl-nav [class*=owl-]:hover {
    background: unset;
    filter: brightness(0) saturate(100%) invert(15%) sepia(50%) saturate(0%) hue-rotate(189deg) brightness(102%) contrast(102%);
}
.project_tab_section .inner_container .content-wrapper .owl-nav .owl-prev {
    left: 50px;
}
.project_tab_section .inner_container .content-wrapper .owl-nav .owl-next {
    right: 50px;
}
.project_tab_section .inner_container .content-wrapper .ongoing_slider .info_boxes {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #f8f2e6;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: hidden;
    width: 70%;
    margin: 0 auto;
    transition: .5s;
}
.project_tab_section .inner_container .content-wrapper .ongoing_slider .info_boxes:hover{
    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
    transform: translateY(-5px);
    background: #fff5e1;
}
.project_tab_section .inner_container .content-wrapper .ongoing_slider .info_boxes .img_box {
    width: 45%;
}
.project_tab_section .inner_container .content-wrapper .ongoing_slider .info_boxes .img_box img{
	width: 100vw;
}
.project_tab_section .inner_container .content-wrapper .ongoing_slider .info_boxes .inner_box {
    width: 55%;
    padding: 0 40px;
}
.project_tab_section .inner_container .content-wrapper .ongoing_slider .info_boxes .inner_box .logo_img{
	width: 100%;   
    display: flex;
    justify-content: center;
}
.project_tab_section .inner_container .content-wrapper .ongoing_slider .info_boxes .inner_box .logo_img img{
	width: 150px;
}
.project_tab_section .inner_container .content-wrapper .ongoing_slider .info_boxes .inner_box .sub_title{
	font-size: 21px;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 2px;
    color: #282828;
    line-height: 1.6em;
    text-transform: uppercase;
    padding: 0 0 60px 0;
}
.project_tab_section .inner_container .content-wrapper .ongoing_slider .info_boxes .inner_box .text_box .title {
    font-size: 21px;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 2px;
    color: #282828;
    line-height: 1.6em;
    text-transform: uppercase;
    padding: 0 0 30px 0;
}
.project_tab_section .inner_container .content-wrapper .ongoing_slider .info_boxes .inner_box .headings{
	text-transform: uppercase;
    font-size: 45px;
    font-weight: 400;
    font-family: "Playfair Display", serif;
    color: #c4a267;
    line-height: 1.2em;
    letter-spacing: 2px;
    padding: 0 0 20px 0;
}
.project_tab_section .inner_container .content-wrapper .ongoing_slider .info_boxes .inner_box .sub_heading {
    font-size: 21px;
    font-family: "Montserrat", sans-serif;
    color: #c4a267;
    line-height: 1.2em;
    letter-spacing: 2px;
    padding: 0 0 20px 0;
}
.project_tab_section .inner_container .content-wrapper .ongoing_slider .info_boxes .inner_box p{
    color: #282828;
    padding: 15px 0;
}
.project_tab_section .inner_container .content-wrapper .ongoing_slider .info_boxes .inner_box .book_now a{
	background: #c4a267;
    color: #69462b;
    font-size: 18px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    line-height: 1.2em;
    padding: 15px 50px;
    transition: .5s;
}
.project_tab_section .inner_container .content-wrapper .ongoing_slider .info_boxes .inner_box .book_now a:hover {
    background: #9d8063;
    color: #fff;
    transform: translateY(-2px);
}
.project_tab_section .inner_container .content-wrapper .upcoming_slider .info_boxes{
	display: flex;
    align-items: center;
    text-align: center;
    background: url(../images/upcoming-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    overflow: hidden;
    width: 70%;
    margin: 0 auto;
    padding: 120px 0;
    transition: .5s;
}
.project_tab_section .inner_container .content-wrapper .upcoming_slider .info_boxes:hover{
    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
    transform: translateY(-5px);
}
.project_tab_section .inner_container .content-wrapper .upcoming_slider .heading{
	text-align: left;
}
.project_tab_section .inner_container .content-wrapper .upcoming_slider .info_boxes .img_box {
    width: 50%;
}
.project_tab_section .inner_container .content-wrapper .upcoming_slider .info_boxes .img_box img{
	width: 100vw;
	padding: 0 40px 0 0;
}
.project_tab_section .inner_container .content-wrapper .upcoming_slider .info_boxes .inner_box {
    width: 50%;
}
.project_tab_section .inner_container .content-wrapper .upcoming_slider .info_boxes .inner_box .text_box{
	width: 100%;
}
.project_tab_section .inner_container .content-wrapper .upcoming_slider .info_boxes .inner_box .text_box .title{
	font-size: 21px;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 2px;
    color: #282828;
    line-height: 1.6em;
    padding: 0 0 60px 0;
}
.project_tab_section .inner_container .content-wrapper .upcoming_slider .info_boxes .inner_box .text_box .headings{
	text-transform: uppercase;
    font-size: 45px;
    font-weight: 400;
    font-family: "Playfair Display", serif;
    color: #c4a267;
    line-height: 1.2em;
    letter-spacing: 2px;
    padding: 0 0 20px 0;
}
.project_tab_section .inner_container .content-wrapper .upcoming_slider .info_boxes .inner_box .text_box .sub_heading{
	font-size: 21px;
    font-family: "Montserrat", sans-serif;
    color: #c4a267;
    line-height: 1.2em;
    letter-spacing: 2px;
    padding: 0 0 60px 0;
}
.project_tab_section .inner_container .content-wrapper .upcoming_slider .info_boxes .inner_box .view_detail{
	padding: 0 0 20px 0;
}
.project_tab_section .inner_container .content-wrapper .upcoming_slider .info_boxes .inner_box .view_detail a{
	font-size: 14px;
    font-weight: 400;
    font-family: "Playfair Display", serif;
    color: #c4a267;
    line-height: 1.2em;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: underline;
    transition: .5s;
}
.project_tab_section .inner_container .content-wrapper .upcoming_slider .info_boxes .inner_box .view_detail a:hover {
    background: #9d8063;
    color: #fff;
    transform: translateY(-2px);
}
.project_tab_section .inner_container .content-wrapper .upcoming_slider .info_boxes .inner_box .book_now a{
	background: #9d8063;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    line-height: 1.2em;
    padding: 15px 50px;
    transition: .5s;
}
.project_tab_section .inner_container .content-wrapper .upcoming_slider .info_boxes .inner_box .book_now a:hover{
	background: #c4a267;
    color: #69462b;
    transform: translateY(-2px);
}


/*.project_tab_section .inner_container .content-wrapper .upcoming_slider .info_boxes{
	display: flex;
    align-items: center;
    text-align: center;
    background: url(../images/upcoming-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    overflow: hidden;
    width: 70%;
    margin: 0 auto;
    padding: 120px 0;
    transition: .5s;
}
.project_tab_section .inner_container .content-wrapper .upcoming_slider .info_boxes:hover{
	background-color: #1A1A1A;
    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
    transform: translateY(-5px);
}
.project_tab_section .inner_container .content-wrapper .upcoming_slider .heading{
	text-align: left;
}
.project_tab_section .inner_container .content-wrapper .upcoming_slider .info_boxes .img_box {
    width: 50%;
}
.project_tab_section .inner_container .content-wrapper .upcoming_slider .info_boxes .img_box img{
	width: 100vw;
}
.project_tab_section .inner_container .content-wrapper .upcoming_slider .info_boxes .inner_box {
    width: 50%;
}
.project_tab_section .inner_container .content-wrapper .upcoming_slider .info_boxes .inner_box .text_box{
	width: 100%;
}
.project_tab_section .inner_container .content-wrapper .upcoming_slider .info_boxes .inner_box .text_box .title{
	font-size: 21px;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 2px;
    color: #282828;
    line-height: 1.6em;
    text-transform: uppercase;
    padding: 0 0 50px 0;
}
.project_tab_section .inner_container .content-wrapper .upcoming_slider .info_boxes .inner_box .text_box .headings{
	    text-transform: uppercase;
    font-size: 40px;
    font-weight: 400;
    font-family: "Playfair Display", serif;
    color: #c4a267;
    line-height: 1.2em;
    letter-spacing: 2px;
    padding: 0 0 40px 0;
}
.project_tab_section .inner_container .content-wrapper .upcoming_slider .info_boxes .inner_box .text_box .sub_heading{
	font-size: 16px;
    font-family: "Playfair Display", serif;
    color: #c4a267;
    line-height: 1.2em;
    letter-spacing: 2px;
    padding: 0 0 60px 0;
}
.project_tab_section .inner_container .content-wrapper .upcoming_slider .info_boxes .inner_box .view_detail a{
	font-size: 14px;
    font-weight: 400;
    font-family: "Playfair Display", serif;
    color: #c4a267;
    line-height: 1.2em;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: underline;
    transition: .5s;
}
.project_tab_section .inner_container .content-wrapper .upcoming_slider .info_boxes .inner_box .view_detail a:hover {
    background: #9d8063;
    color: #fff;
    transform: translateY(-2px);
}*/

.project_inner_banner .info_boxes{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.project_inner_banner .info_boxes .width_25 img{
	width: 100%;
}
.project_inner_banner .info_boxes .inner_box .img_box{
	text-align: center;
}
.project_inner_banner .info_boxes .inner_box .img_box img{
	width: 200px;
	transition: .5s;
}
.project_inner_banner .info_boxes .inner_box .img_box img:hover{
	transform: scale(1.1);
}
.project_inner_banner .info_boxes .inner_box .heading {
    font-size: 28px;
    font-weight: 400;
    font-family: "Playfair Display", serif;
    color: #282828;
    line-height: 1.2em;
    letter-spacing: 2px;
    padding: 40px 0;
    text-align: center;
}
.project_inner_banner .info_boxes .inner_box p{
	text-align: center;
	padding: 0;
}
.typology_section{
	padding: 80px 0;
}
.typology_section .inner_container{
	display: flex;
    flex-wrap: wrap;
}
.typology_section .inner_container .title{
	color: #9d8063;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 2px;
    font-family: "Playfair Display", serif;
}
.typology_section .inner_container .sub_heading{
	color: #282828;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 2px;
    font-family: "Playfair Display", serif;
}
.typology_section .inner_container .sub_title{
	color: #282828;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: "Playfair Display", serif;
}

.overview_section .inner_container{
	display: flex;
	flex-wrap: wrap;
}
.overview_section .inner_container .img_box img{
	transition: .5s;
}
.overview_section .inner_container .img_box img:hover{
	transform: translateY(-5px);
}
.overview_section .inner_container .info_boxes{
	padding: 0 0 0 8vw;
}
.overview_section .inner_container .info_boxes .heading {
    color: #eadbd1;
    font-size: 55px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    text-transform: unset;
    padding: 0 0 50px 0;
}
.overview_section .inner_container .info_boxes .heading span {
    font-size: 50px;
    font-weight: 400;
}
.overview_section .inner_container .info_boxes .sub_heading {
    color: #9d8063;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 2px;
    font-family: "Playfair Display", serif;
    padding: 0 0 30px 0;
}
.overview_section .inner_container .info_boxes p{
	text-align: justify;
}

.key_benefits_section{
	padding: 80px 0;
}
.key_benefits_section .inner_container .heading {
    color: #eadbd1;
    font-size: 55px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    text-transform: unset;
    padding: 0 0 50px 0;
}
.key_benefits_section .inner_container .heading span {
    font-size: 50px;
    font-weight: 400;
}
.key_benefits_section .inner_container p{
	text-align: center;
	padding: 0 20px 50px 0;
}
.key_benefits_section .inner_container .boxes{
	display: flex;
	flex-wrap: wrap;
	align-items: end;
}
.key_benefits_section .inner_container .boxes .text_box{
	display: flex;
	flex-wrap: wrap;
}
.key_benefits_section .inner_container .boxes .text_box .inner_box{
	padding: 0 20px 0 0;
}
.key_benefits_section .inner_container .boxes .text_box .inner_box p{
	text-align: unset;
	padding: 0 0 15px 0;
}
.key_benefits_section .inner_container .sub_heading{
    color: #9d8063;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: right;
    font-family: "Playfair Display", serif;
    padding: 10px 0 0;
}
.key_benefits_section .inner_container .boxes .img_box img{
	transition: .5s;
}
.key_benefits_section .inner_container .boxes .img_box img:hover{
	transform: translateY(-5px);
}

.locate_section{
	position: relative;
}
.locate_section .inner_container .width_25 img{
	width: 100%;
}
.locate_section .inner_container .overlap_text{
	position: absolute;
    top: 6%;
    left: 5%;
    width: 25%;
}
.locate_section .inner_container .overlap_text .inner_box .heading {
    color: #ccccb9;
    font-size: 55px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    padding: 0;
}
.locate_section .inner_container .overlap_text .inner_box .heading span {
    font-size: 50px;
    font-weight: 400;
}
.locate_section .inner_container .overlap_text .inner_box .sub_heading{
	color: #9d8063;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: "Playfair Display", serif;
    padding: 30px 0;
}
.locate_section .inner_container .overlap_text .inner_box .download_btn a{
	background: #bb8866;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: "Playfair Display", serif;
    padding: 10px 15px;
    transition: .5s;
}
.locate_section .inner_container .overlap_text .inner_box .download_btn a:hover{
	background: #c4a267;
    color: #69462b;
    transform: translateY(-2px);
}

.amenities_section .inner_container .heading {
    color: #eadbd1;
    font-size: 55px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    text-transform: unset;
    padding: 0 0 50px 0;
    text-align: center;
}
.amenities_section .inner_container p{
	text-align: center;
	padding: 0 0 80px 0;
}
.amenities_section .inner_container .boxes{
	width: 60%;
    margin: 0 auto;
}
.amenities_section .inner_container .boxes .width_25{
	padding: 20px;
}
.amenities_section .inner_container .boxes .img_box{
	text-align: center;
}
.amenities_section .inner_container .boxes .img_box img{
	width: 120px;
	transition: .5s;
}
.amenities_section .inner_container .boxes .img_box img:hover{
	transform: scale(1.1);
}

.prime_connect_section{
	padding: 80px 0 30px;
}
.prime_connect_section .inner_container .heading {
    color: #eadbd1;
    font-size: 55px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    text-transform: unset;
    padding: 0 0 50px 0;
    text-align: center;
}
.prime_connect_section .inner_container .heading span {
    font-size: 50px;
    font-weight: 400;
}
.prime_connect_section .inner_container .sub_heading {
    color: #9d8063;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 2px;
    font-family: "Playfair Display", serif;
    padding: 0 0 30px 0;
    text-align:  center;
}
.prime_connect_section .inner_container .boxes .inner_box{
	padding: 0 50px 0 0;
}
.prime_connect_section .inner_container .boxes .text_box{
	padding: 0 0 40px 0;
}
.prime_connect_section .inner_container .boxes .text_box ul{
	padding: 0 0 0 20px;
}
.prime_connect_section .inner_container .boxes .text_box ul li{
	font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #282828;
    list-style: disc;
    padding: 0 0 10px 0;
}

.form_section{
	padding: 80px 0;
	background: #ede4d9;
}
.form_section .inner_container .heading{
	padding: 0;
    text-transform: uppercase;
    font-size: 42px;
}
.form_section .inner_container .sub_heading span{
	color: #9d8063;
}
.form_section .inner_container .sub_heading span::before {
    content: '';
    position: absolute;
    width: 280px;
    height: 2px;
    background: #c4a267;
    left: 210px;
    bottom: 15px;
}
.form_section .inner_container .boxes{
	display: flex;
	flex-wrap: wrap;
	padding: 50px 0 0;
}
.form_box {
	padding: 0 50px 0 0;
}
form .form_group{
	margin: 0 0 20px 0;
}
form .form_group label{
	font-size: 15px;
    font-weight: 600;
	font-family: "Montserrat", sans-serif;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #282828;
    display: inline-block;
    padding: 0 0 20px 0;
}
form .error.form_error {
    color: #ff2828280;
    font-weight: 600;
    font-size: 12px;
    margin: -3px 0 2px 0;
}
form .form_group input{
	font-size: 15px;
    font-weight: 500;
    color: #282828;
    width: 100%;
    height: 60px;
    padding: 0;
    outline: none;
    border: none;
    background: unset;
    border-bottom: 4px solid #c4a267;
}
form .form_group textarea{
	font-size: 15px;
    font-weight: 500;
    color: #282828;
    width: 100%;
    height: 120px;
    padding: 0;
    outline: none;
    border: none;
    background: unset;
    border-bottom: 4px solid #c4a267;
}
form .form_submit button{
	font-size: 16px;
    font-weight: 700;
    color: #282828;
    background: #c4a267;
    font-family: "Montserrat", sans-serif;
    border: none;
    outline: none;
    padding: 10px 60px;
    transition: all 0.3s;
    margin: 50px 0 0;
}
form .form_submit button:hover{
	color: #fff;
	background: #282828;
}

.form_section .inner_container .boxes .width_25{
	text-align: center;
}
.form_section .inner_container .boxes .width_25 .img_box img{
	transition: .5s;
}
.form_section .inner_container .boxes .width_25 .img_box img:hover{
	transform: translateY(-5px);
}
.address_section{
	padding: 50px 0;
}
.address_section .inner_container{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}
.address_section .inner_container .inner_box .title{
	font-size: 24px;
    font-weight: 500;
    letter-spacing: 2px;
    font-family: "Playfair Display", serif;
    color: #282828;
    text-transform: uppercase;
    padding: 0 0 30px 0;
}
.address_section .inner_container .inner_box .ctc_box .txt{
	font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 24px;
    font-family: "Playfair Display", serif;
    color: #282828;
    padding: 0 0 10px 0;
    transition: .5s;
}
.address_section .inner_container .inner_box .ctc_box .txt:hover{
	color: #c4a267;
}
.address_section .inner_container .inner_box .ctc_box .txt a:hover{
	color: #c4a267;
}
.address_section .inner_container .inner_box .socil_link{
	padding: 20px 0 0;
}
.address_section .inner_container .inner_box .socil_link ul{
	display: flex;
	justify-content: end;
}
.address_section .inner_container .inner_box .socil_link ul li {
	padding: 0 5px;
}
.address_section .inner_container .inner_box .socil_link ul li:last-child {
	padding: 0;
}
.address_section .inner_container .inner_box .socil_link ul li img{
	filter: brightness(0) saturate(100%) invert(15%) sepia(50%) saturate(0%) hue-rotate(189deg) brightness(102%) contrast(102%);
	width: 40px;
	transition: .5s;
}
.address_section .inner_container .inner_box .socil_link ul li img:hover{
	transform: translateY(-5px);
}
footer{
	padding: 50px 0;
	background: #040706;
}
footer .inner_container .logo_img{
	width: 150px;
    padding: 0 0 40px 0;
}
footer .inner_container .logo_img::before {
    content: '';
    position: absolute;
    width: 80%;
    height: 5px;
    background: #c2c2c2;
    RIGHT: 25px;
    bottom: 65px;
}
footer .inner_container .middle_box{
	display: flex;
    flex-wrap: wrap;
    width: 100%;
}
footer .inner_container .menu_box ul{
	display: flex;
    flex-wrap: wrap;
    padding: 15px 10px;
}
footer .inner_container .menu_box ul li{
	padding: 0 30px 0 0;
}
footer .inner_container .menu_box ul li a{
	font-family: "Montserrat", sans-serif;
    font-size: 15px;
    color: #fff;
    transition: .5s;
}
footer .inner_container .menu_box ul li:last-child{
	padding: 0;
}
footer .inner_container .menu_box ul li a:hover {
    color: #c4a267;
}
footer .inner_container .info_boxes .heading span{
	font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 1px;
    color: #fff;
    padding: 0 0 5px 0;
    position: relative;
}
footer .inner_container .info_boxes .heading span::before{
	content: '';
    position: absolute;
    width: 160px;
    height: 2px;
    background: #4c4c4c;
    left: 0px;
    bottom: -6px;
}
footer .inner_container .info_boxes .address_text p{
    color: #fff;
}
footer .inner_container .info_boxes .address_text p a{
    color: #fff;
}
footer .inner_container .info_boxes ul li a{
	font-family: "Montserrat", sans-serif;
    font-size: 15px;
    color: #fff;
    padding: 0 0 5px 0;
    transition: .5s;
}
footer .inner_container .info_boxes ul li a:hover{
	color: #c4a267;
}
footer .inner_container .socil_link ul{
	display: flex;
	padding: 50px 0 0;
}
footer .inner_container .socil_link ul li{
	padding: 0 10px 0 0;
}
footer .inner_container .socil_link ul li img{
	width: 35px;
	transition: .5s;
}
footer .inner_container .socil_link ul li img:hover{
	transform: translateY(-5px);
}
footer .inner_container .company_description p{
	color: #fff;
	font-size: 13px;
    border-bottom: 2px solid #4c4c4c;
    padding: 20px 0;
}
footer .inner_container .company_description .copy_right{
	padding: 20px 0 0;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
}

/*footer*/
.sticky_right {
    position: fixed;
    right: 0;
    bottom: calc(50% - 48px);
    z-index: 11;
}

.sticky_right .block_1 {
    width: 45px;
    margin-right: 0px;
    display: flex;
    flex-direction: column;
    background-color: #cabaad;
    padding: 5px 10px;
}
.sticky_right .block_1 img{
	padding: 10px 0;
    width: 30px;
    transition: .5s;
}
.sticky_right .block_1 img:hover{
    filter: brightness(0) saturate(100%) invert(15%) sepia(50%) saturate(0%) hue-rotate(189deg) brightness(102%) contrast(102%);
}
.sticky_right .block_1 .enquire {
    background: #00a99d;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 10px 20px;
}


.form_wrapper .input_box{
  padding: 0 0 10px;
}
.form_wrapper .input_box input{
  border: none;
  outline: none;
  width: 100%;
  height: 45px;
  padding: 0 25px;
  font-size: 16px;
  color: #000;
  border-radius: 5px;
}
.form_wrapper .input_box select{
  border: none;
  outline: none;
  width: 100%;
  height: 45px;
  padding: 0 25px;
  font-size: 16px;
  color: #000;
}
.form_wrapper .input_box textarea{
  border: none;
  outline: none;
  width: 100%;
  height: 135px;
  padding: 15px 25px;
  font-size: 16px;
  color: #000;
  border-radius: 5px;
}
.form_wrapper .submit_box button{
  border: none;
  outline: none;
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  background: #c4a267;
  color: #69462b;
  padding: 8px 12px;
  margin: 10px 0 0;
  border-radius: 5px;
  transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
}
.form_wrapper .submit_box button:hover{
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
}
.body_overlay {
    background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}
.body_overlay .inner_box{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.request_overlay_box {
    width: 320px;
    background: #cabaad;
    padding: 20px;
    box-shadow: 5px 2px 23px -15px;
    position: relative;
    border-radius: 10px;
}
.request_overlay_box .heading{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #2c3079;
    padding: 15px 0 10px;
    text-align: center;
    margin: 0 0 15px;
    font-family: "Montserrat", sans-serif;
}
.request_overlay_box .form_enquire_now{
    width: 98%;
    margin: 0 auto;
    padding: 2% 0%;
}
.close_overlay {
  position: absolute;
  right: -5px;
  top: -25px;
  width: 32px;
  height: 32px;
}
.close_overlay:hover {
  opacity: 1;
}
.close_overlay:before, .close_overlay:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 20px;
  width: 2px;
  background-color: #fff;
}
.close_overlay:before {
  transform: rotate(45deg);
}
.close_overlay:after {
  transform: rotate(-45deg);
}

.error{
  font-size: 14px;
    color: #ff0000;
}


[type=submit][disabled]{
  position: relative;
}
[type=submit][disabled]::before{
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #666a6c;
  color: #fff;
  z-index: 10;
}
[type=submit][disabled]::after{
  position: absolute;
    content: '';
    left: calc(50% - 10px);
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    border-radius: 50%;
    border-top: 2px solid #22285a;
    border-bottom: 2px solid #22285a;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
    z-index: 11;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.body_overlay .form_wrapper .input_box textarea{
  height: 90px;
}

/*work_sheth_section*/
.work_sheth_section{
	padding: 80px 0;
	background: #f8f2e6;
}
.work_sheth_section .inner_container{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: end;
}
.work_sheth_section .inner_container .info_boxes{
	padding: 0 6vw 0 0;
}
.work_sheth_section .inner_container .info_boxes .heading {
    padding: 0;
    text-transform: uppercase;
    font-size: 42px;
    font-weight: 400;
}
.work_sheth_section .inner_container .info_boxes .sub_heading{
	padding: 0 0 30px 0;
}
.work_sheth_section .inner_container .info_boxes .sub_heading span::before{
	content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    background: #c4a267;
    right: -15%;
    left: unset;
    bottom: 15px;
}
.work_sheth_section .inner_container .info_boxes p{
	padding: 0 0 5px 0;
}
.work_sheth_section .inner_container .img_box img{
	transition: .5s;
	width: 100%;
}
.work_sheth_section .inner_container .img_box img:hover {
	transform: translateY(-5px);
}

.hr_team_section{
	padding: 80px 0 50px;
}
.hr_team_section .inner_container p{
	text-align: center;
}
.hr_team_section .inner_container .boxes{
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
}
.hr_team_section .inner_container .width_20{
    position: relative;
    overflow: hidden;
} 
.hr_team_section .inner_container .width_20 .text_box{
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 10px;
    opacity: 0;
    transition: all 0.5s;
    width: 100%;
    text-align: center;
}
.hr_team_section .inner_container .width_20:hover .text_box{
    opacity: 1;
    background: #0000006b;
}
.hr_team_section .inner_container .width_20 .text_box .title{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 1px;
    font-family: "Montserrat", sans-serif;
    padding: 0 0 10px;
}
.hr_team_section .inner_container .width_20 .text_box .sub_title{
    font-size: 15px;
    line-height: 1.4em;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    text-shadow: 0 0 0 #000;
}
.hr_team_section .inner_container .width_20 .img_box img{
    transition: all 0.3s;
} 
.hr_team_section .inner_container .width_20:hover .img_box img{
    transform: scale(1.05);
}

.employment_careers_section{
	text-align: center;
}
.employment_careers_section .inner_container{
	width: 60%;
    margin: 0 auto;
}
.employment_careers_section .inner_container .sub_heading span{
	text-transform: unset;
    font-size: 42px;
    padding: 0 0 20px 0;
}
.employment_careers_section .inner_container .sub_heading span::before {
    width: 350px;
    height: 2px;
    background: #c4a267;
    left: 80px;
    bottom: 0px;
}
.employment_careers_section .inner_container p{
	padding: 20px 0;
}
.employment_careers_section .inner_container .career_form{
	width: 90%;
	margin: 0 auto;
}
.employment_careers_section .inner_container .career_form #career_form{
	display: flex;
	flex-wrap: wrap;
}
.employment_careers_section .inner_container .career_form #career_form .width_100{
	padding: 0 5px;
}
.employment_careers_section .inner_container .career_form #career_form .width_50{
	padding: 0 5px;
}
.employment_careers_section .inner_container .career_form #career_form .width_65{
	text-align: left;
	padding: 0 5px;
}
.employment_careers_section .inner_container .career_form #career_form .width_65.form_group label{
	font-size: 21px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: unset;
    color: #a9a8a8;
    display: inline-block;
    padding: 10px 0 10px 0;
    font-family: "Playfair Display", serif;
}
.employment_careers_section .inner_container .career_form .width_65 input#careers_resume{
	background: unset;
	padding: 0;
	font-size: 21px;
}
.employment_careers_section .inner_container .career_form form .form_group input{
	font-size: 24px;
    font-weight: 500;
    color: #231f20;
    width: 100%;
    height: 60px;
    padding: 0 30px;
    outline: none;
    border: none;
    background: #f5f5f5;
    font-family: "Playfair Display", serif;
    letter-spacing: 1px;
}
.employment_careers_section .inner_container .career_form form .form_submit button {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    font-family: "Playfair Display", serif;
    background: #9d8063;
    margin: 30px 0 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.employment_careers_section .inner_container .career_form form .form_submit button:hover{
	color: #282828;
    background: #c4a267;
    transform: translateY(-2px);
}

.apply_section{
	padding: 20px 0;
}
.apply_section .inner_container{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.apply_section .inner_container .title{
	font-size: 24px;
    font-weight: 500;
    color: #9d8063;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Playfair Display", serif;
    padding: 0px 15px 0 0;
}
.apply_section .inner_container .img_box img{
	width: 200px;
}

.new_article_section{
	padding: 80px 0;
	background: #f8f2e6;
}
.new_article_section .inner_container .heading {
    padding: 0;
    text-transform: uppercase;
    color: #9d8063;
    font-size: 42px;
}
.new_article_section .inner_container .sub_heading span::before{
	width: 120px;
    left: 220px;
    bottom: 13px;
}
.new_article_section .inner_container .sub_heading{
	padding: 0 0 30px 0;
}
.new_article_section .inner_container .article_boxes .inner_box{
	padding: 30px 0 0;
	transition: .5s;
}
.new_article_section .inner_container .article_boxes .inner_box:hover{
	background: #e5ded1;
	box-shadow: 0px 5px 5px #cac6bc;
}
.new_article_section .inner_container .article_boxes .date_box{
	display: flex;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #cabaad;
    letter-spacing: 2px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    padding: 0 0 10px 0;
}
.new_article_section .inner_container .article_boxes .date_box .date{
	padding: 0 5px 0 0;
}
.new_article_section .inner_container .article_boxes .date_box .publication{
	padding: 0 0 0 5px;
}
.new_article_section .inner_container .article_boxes .title{
	font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1px;
    font-family: "Montserrat", sans-serif;
    color: #c4a267;
    padding: 0 0 10px 0;
}
.new_article_section .inner_container .article_boxes .inner_box .read_more a{
	display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #282828;
    letter-spacing: 1px;
    padding: 0 0 30px 0;
}
.new_article_section .inner_container .article_boxes .inner_box .read_more:hover span{
	transform: translateX(2px);
}
.new_article_section .inner_container .article_boxes .inner_box .read_more span{
	border-left: 12px solid #000;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    transition: all 0.3s;
    margin: 0 0 0 10px;
}

.blogs_section{
	padding: 50px 0;
	background: #f8f2e6;
}
.blogs_section .inner_container{
	display: flex;
	flex-wrap: wrap;
}
.blogs_section .inner_container .inner_box{
	padding: 30px 10px;
	transition: .5s;
}
.blogs_section .inner_container .inner_box:hover{
    transform: translateY(-5px);
}
.blogs_section .inner_container .inner_box .img_box img{
	width: 100%;
}
.blogs_section .inner_container .inner_box .date_box{
	display: flex;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #cabaad;
    letter-spacing: 1px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    padding: 10px 0;
}
.blogs_section .inner_container .inner_box .date_box .date{
	padding: 0 5px 0 0;
}
.blogs_section .inner_container .inner_box .date_box .publication{
	padding: 0 0 0 5px;
}
.blogs_section .inner_container .inner_box .title{
	font-size: 21px;
    font-weight: 700;
    line-height: 24px;
    font-family: "Montserrat", sans-serif;
    color: #c4a267;
    padding: 0 0 10px 0;
}
.blogs_section .inner_container .inner_box .read_more a{
	display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #282828;
    letter-spacing: 1px;
}
.blogs_section .inner_container .inner_box .read_more:hover span{
	transform: translateX(2px);
}
.blogs_section .inner_container .inner_box .read_more span{
	border-left: 10px solid #000;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    transition: all 0.3s;
    margin: 0 0 0 5px;
}

/*invest_smart_section*/
.invest_smart_section{
	padding: 80px 0;
	background: #f8f2e6;
}
.invest_smart_section .inner_container{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: end;
}
.invest_smart_section .inner_container .info_boxes{
	padding: 0 6vw 0 0;
}
.invest_smart_section .inner_container .info_boxes .heading {
    padding: 0;
    text-transform: uppercase;
    font-size: 42px;
    font-weight: 400;
}
.invest_smart_section .inner_container .info_boxes .sub_heading{
	padding: 0 0 30px 0;
}
.invest_smart_section .inner_container .info_boxes .sub_heading span::before{
	content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    background: #c4a267;
    right: -15%;
    left: unset;
    bottom: 15px;
}
.invest_smart_section .inner_container .info_boxes p{
	padding: 0 0 5px 0;
}
.invest_smart_section .inner_container .img_box img{
	transition: .5s;
	width: 100%;
}
.invest_smart_section .inner_container .img_box img:hover {
	transform: translateY(-5px);
}


.nri_process_section{
	padding: 80px 0;
}
.nri_process_section .inner_container .boxes{
    display: flex;
    flex-wrap: wrap;
}
.nri_process_section .inner_container .width_25{
    position: relative;
    overflow: hidden;
} 
.nri_process_section .inner_container .width_25 .text_box{
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 10px;
    opacity: 0;
    transition: all 0.5s;
    width: 100%;
    text-align: center;
}
.nri_process_section .inner_container .width_25:hover .text_box{
    opacity: 1;
    background: #0000006b;
}
.nri_process_section .inner_container .width_25 .text_box .title{
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 1px;
    font-family: "Montserrat", sans-serif;
    padding: 0 0 10px;
}
.nri_process_section .inner_container .width_25 .text_box .sub_title{
    font-size: 15px;
    line-height: 1.4em;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    text-shadow: 0 0 0 #000;
}
.nri_process_section .inner_container .width_25 .img_box img{
    transition: all 0.3s;
} 
.nri_process_section .inner_container .width_25:hover .img_box img{
    transform: scale(1.05);
}

.investment_section {
    background-color: #f8f2e6;
    padding: 30px 0;
    text-align: center;
    border-top: 5px solid #f3ede2;
    border-bottom: 5px solid #f3ede2;
}
.investment_section .info_boxes .heading{
	color: #9d8063;
	padding: 0;
    text-transform: uppercase;
}
.investment_section .info_boxes .heading span{
	font-size: 24px;
}


.nri_description_section{
	padding: 30px 0;
    background: linear-gradient(180deg, #f8f2e6 90%, #fff 10%);
    position: relative;
    z-index: 1;
}
.nri_description_section .inner_container{
	display: flex;
	flex-wrap: wrap;
}
.nri_description_section .inner_container .text_box{
	padding: 20px 0;
}
.nri_description_section .inner_container .left_side{
	width: 30%;
}
.nri_description_section .inner_container .left_side .inner_box{
	padding: 0 25px 0 0;
}
.nri_description_section .inner_container .middle{
	width: 40%;
}
.nri_description_section .inner_container .right_side{
	width: 30%;
	text-align: end;
}
.nri_description_section .inner_container .right_side .inner_box{
	padding: 0 0 0 25px;
}

.nri_form_section{
	padding: 0 0 30px 0;
	text-align: center;
}
.nri_form_section .inner_container {
    width: 70%;
    margin: 0 auto;
}
.nri_form_section .inner_container .sub_heading span {
    font-size: 42px;
    padding: 0 0 20px 0;
}
.nri_form_section .inner_container .sub_heading span::before {
    width: 350px;
    height: 2px;
    left: -15px;
    bottom: 0px;
}
.nri_form_section .inner_container p {
    padding: 20px 0;
}
.nri_form_section .inner_container .nri_form{
	width: 80%;
	margin: 0 auto;
}
.nri_form_section .inner_container .nri_form form .form_group input {
    font-size: 24px;
    font-weight: 500;
    color: #231f20;
    width: 100%;
    height: 60px;
    padding: 0 30px;
    outline: none;
    border: none;
    background: #f5f5f5;
    font-family: "Playfair Display", serif;
    letter-spacing: 1px;
}
.nri_form_section .inner_container .nri_form .form_group textarea{
	font-size: 24px;
    font-weight: 500;
    color: #231f20;
    width: 100%;
    height: 150px;
    padding: 10px 30px;
    outline: none;
    border: none;
    background: #f5f5f5;
    font-family: "Playfair Display", serif;
    letter-spacing: 1px;
}
.nri_form_section .inner_container .nri_form .form_submit button{
	width: 100%;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #fff;
    background: #9d8063;
    font-family: "Playfair Display", serif;
    margin: 0;
}
.nri_form_section .inner_container .nri_form .form_submit button:hover{
	color: #282828;
    background: #c4a267;
    transform: translateY(-2px);
}
.nri_form_section .inner_container .nri_form #nri_form{
	display: flex;
    flex-wrap: wrap;
}
.nri_form_section .inner_container .nri_form #nri_form .width_50 {
    padding: 0 5px;
}
.nri_form_section .inner_container .nri_form #nri_form .width_100 {
    padding: 0 5px;
}

.our_partner {
    padding: 200px 0 100px;
}
.our_partner .inner_container .heading{
	text-align: center;
	padding: 0 0 40px 0;
}
.our_partner .inner_container .boxes{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.our_partner .inner_container .boxes .img_box img{
	width: 100%;
}
.our_partner .inner_container .boxes .inner_box {
	padding: 0 50px;
}
.our_partner .inner_container .boxes .inner_box .title {
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 1px;
    color: #9d8063;
    padding: 0 0 10px 0;
}
.our_partner .inner_container .boxes .inner_box .sub_title {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 1px;
    color: #282828;
    padding: 0 0 20px 0;
}
.our_partner .inner_container .boxes .inner_box p{
	padding: 0;
}
/*Body Overlay*/
.body-overlay{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000a3;
   /* background: rgb(255 255 255 / 80%);*/
    z-index: 999;
}
.body-overlay .overlay_container{
    width: 100%;
    height: 100%;
}
.body-overlay .overlay_container{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    vertical-align: middle;
}
.body-overlay .overlay_close {
    position: absolute;
    right: 15px;
    top: -22px;
    width: 20px;
    height: 20px;
    opacity: 0.9;
}
.body-overlay .overlay_close:hover {
  opacity: 1;
}
.body-overlay .overlay_close:before, .overlay_close:after {
  position: absolute;
  left: 25px;
  content: ' ';
  height: 20px;
  width: 2px;
  background-color: #ffffff;
}
.body-overlay .overlay_close:before {
  transform: rotate(45deg);
}
.body-overlay .overlay_close:after {
  transform: rotate(-45deg);
}
.body-overlay .overlay_container .video_box{
  	position: relative;
/*  width:600px;*/
  	margin:0 auto;
  	user-select: none;
    pointer-events: none;
/*  padding: 0 10px;*/
}