.gpng{filter: brightness(0) saturate(100%) invert(24%) sepia(66%) saturate(1795%) hue-rotate(82deg) brightness(91%) contrast(94%);}
header {
 position: fixed;
 top: 0;
 left: 0;
 margin: 0 auto;
 width: 100%;
 background:#FAF9E7;
 backdrop-filter: blur(10px);
 -webkit-backdrop-filter: blur(10px);
 min-height: 60px;
 z-index: 999;
 transition: all 1s cubic-bezier(.215, .61, .355, 1);
}

.nav-up header {
 transform: translateY(00px);
 transition: all 1s cubic-bezier(.215, .61, .355, 1);
}

header .mainHeader {
 width: 100%;
 position: relative;
 z-index: 1;
}

header .mainHeader .brandLogo {
 width: 170px;
 position: relative;
 z-index: 1;
}


header .mainHeader .linksDiv>ul {
 position: relative;
 min-height: 60px;
}

header .mainHeader .linksDiv>ul .activeLine {
 position: absolute;
 left: 45px;
 width: 100%;
 height: 0;
 background: #C1C1C1;
 bottom: 0;
 transition: all 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

header .mainHeader .linksDiv>ul li.active~.activeLine,
header .mainHeader .linksDiv>ul:hover li~.activeLine {
 height: 2px;
 transition: all 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

header .mainHeader .linksDiv>ul li:nth-child(1).active~.activeLine,
header .mainHeader .linksDiv>ul li:nth-child(1):hover~.activeLine {
 width: 75px;
 transform: translateX(0);
}

header .mainHeader .linksDiv>ul li:nth-child(2).active~.activeLine,
header .mainHeader .linksDiv>ul li:nth-child(2):hover~.activeLine {
 width: 82px;
 transform: translateX(120px);
}

header .mainHeader .linksDiv>ul li:nth-child(3).active~.activeLine,
header .mainHeader .linksDiv>ul li:nth-child(3):hover~.activeLine {
 width: 123px;
 transform: translateX(247px);
}

header .mainHeader .linksDiv>ul>li {
 padding: 0 15px;
 min-height: 60px;
 display: flex;
 align-items: center;
}

header .mainHeader .linksDiv>ul>li>a {
 color: #126307;
 font-family: "Futura Bk BT";
 font-size: 14px;
 font-style: normal;
 font-weight: 400;
 line-height: normal;
 text-transform: uppercase;
 display: flex;
 align-items: center;
 position: relative;
 z-index: 1;
}

header .mainHeader .linksDiv>ul>li>a>img {
 height: 16px;
 width: 17px;
 object-fit: contain;
 margin-right: 8px;
}

header .mainHeader .linksDiv .staticlinksUl {
 margin-left: 150px;
}

header .mainHeader .linksDiv .staticlinksUl>li {
 padding-left: 30px;
}

header .mainHeader .linksDiv .staticlinksUl li a {
 color: #126307;
}

header .mainHeader .linksDiv>ul>li.innerMenu>a {
 position: relative;
 padding-right: 25px;
}

header .mainHeader .linksDiv>ul>li.innerMenu>a:before {
 content: "";
 position: absolute;
 border-right: 5px solid transparent;
 border-left: 5px solid transparent;
 border-top: 5px solid #fff;
 top: 50%;
 transform: translateY(-50%);
 right: 0;
 transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

header .mainHeader .linksDiv>ul>li.innerMenu.active>a:before {
 transform: translateY(-50%) rotateX(180deg);
 transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

header .mainHeader .linksDiv>ul>li.innerMenu.noArrow>a:before {
 display: none;
}

header .mainHeader .linksDiv>ul>li.innerMenu.noArrow>a {
 padding-right: 0;
}


header .mainHeader .linksDiv>ul>li .innerMenuDiv {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 padding-top: 60px;
 display: none;
 overflow: hidden;
}

header .mainHeader .linksDiv>ul>li .innerMenuDiv:before {
 content: '';
 position: absolute;
 height: 100%;
 background: rgba(24, 22, 21, 0.80);
 backdrop-filter: blur(12.5px);
 -webkit-backdrop-filter: blur(12.5px);
 top: 0;
 left: 0;
 width: 100%;
}

header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList {
 width: 100%;

 position: relative;
 padding: 60px 0;
 transform: translateY(50px);
 transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
 opacity: 0;

}

header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .closedMenu {
 position: absolute;
 top: 20px;
 top: -40px;
 right: 15px;
 height: 28px;
 cursor: pointer;
 transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .container {
 padding: 0 5% 0 calc(5% + 200px);
 padding-left: 200px;
 position: relative;
}

header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerLinksUl {
 width: 250px;
}

header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerSearchDiv {
 width: 350px;
}

header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerLinksUl h6 {
 color: #FFF;
 font-family: "Futura Md BT";
 font-size: 20px;
 font-style: normal;
 font-weight: 400;
 line-height: 28px;
}

header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerLinksUl ul li {
 margin-top: 20px;
}

header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerLinksUl ul li:first-child {
 margin-top: 20px;
}

header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerLinksUl ul li a {
 color: #D0D0D0;
 font-family: "Futura Bk BT";
 font-size: 16px;
 font-style: normal;
 font-weight: 400;
 line-height: normal;
 padding-bottom: 18px;
 display: inline-flex;
 position: relative;
 transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerLinksUl ul li a[data-location=""] {
 padding-bottom: 0;
}

header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerLinksUl ul li a:before {
 content: attr(data-location);
 position: absolute;
 bottom: 0;
 left: 0;
 font-size: 12px;
 white-space: nowrap;
}

header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerLinksUl ul li a:after {
 content: "";
 position: absolute;
 bottom: 16px;
 left: 0;
 width: 0;
 height: 1px;
 background: #C1A33E;
 transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerLinksUl ul li a[data-location=""]:after {
 bottom: 0;
}

header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerLinksUl ul li a.active,
header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerLinksUl ul li a:hover {
 color: #C1A33E;
}

header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerLinksUl ul li a.active:after,
header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerLinksUl ul li a:hover:after {
 width: 100%;
}

header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerSearchDiv .searchDiv {
 position: relative;
 border-radius: 30px;
 height: 40px;
 overflow: hidden;
 width: 100%;
 display: flex;
 justify-content: space-between;
 align-items: center;
 width: 350px;
}

header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerSearchDiv .searchDiv:before {
 content: "";
 opacity: 0.2;
 background: #D9D9D9;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}

header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerSearchDiv .searchDiv input {
 border: 0;
 background: transparent;
 color: #fff;
 position: relative;
 color: #FFF;
 font-family: "Futura Lt BT";
 font-size: 14px;
 font-style: normal;
 font-weight: 400;
 line-height: 28px;
 width: 100%;
 outline: none;
 padding-left: 20px;
}

header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerSearchDiv .searchDiv input::placeholder {
 color: #fff;
 opacity: 0.5;
}

header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerSearchDiv .searchDiv img {
 width: 15px;
 height: 15px;
}

header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerSearchDiv .searchDiv .searchButtonDiv {
 display: flex;
 justify-content: flex-end;
 align-items: center;
 margin-right: 20px;
 position: relative;
}

header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerSearchDiv .searchDiv .searchButtonDiv img {
 margin-left: 10px;
 cursor: pointer;
}

header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerSearchDiv .searchDiv .searchButtonDiv .closedBtn {
 opacity: 0;
}

header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerSearchDiv .recentlyDiv h6 {
 color: #FFF;
 font-family: "Futura Md BT";
 font-size: 14px;
 font-style: normal;
 font-weight: 400;
 line-height: 28px;
 opacity: 0.7;
 margin-top: 25px;
}

header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerSearchDiv .recentlyDiv ul {
 display: flex;
 justify-content: flex-start;
 align-items: center;
 flex-wrap: wrap;
 gap: 10px;
 margin-top: 15px;
}

header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerSearchDiv .recentlyDiv ul li a {
 color: #FFF;
 font-family: "Futura Lt BT";
 font-size: 14px;
 font-style: normal;
 font-weight: 400;
 line-height: 28px;
 opacity: 0.7;
 transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
 padding: 5px 20px;
 border: 1px solid rgba(255, 255, 255, 0.4);
 border-radius: 30px;
}

header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerSearchDiv .recentlyDiv ul li a:hover {
 transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
 border-color: #fff;
 background: #fff;
 color: #000;
 opacity: 1;
}

.menuOpen header {
 background: transparent;
 backdrop-filter: none;
 transition: none;
}

header::before {
 content: "";
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 0.3px;
 background: rgba(193, 193, 193, 0.3);
 z-index: 2;
 opacity: 0;
}

.menuOpen header::before {
 opacity: 1;
}

.menuOpen header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList {
 transform: translateY(0);
 transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
 transition-delay: 0.6s !important;
 opacity: 1;
}

header.white,
header.white .mainHeader .linksDiv>ul>li .innerMenuDiv:before {
 background: rgba(255, 255, 255, 0.50);
}

header.white::before {
 opacity: 1;
 background: #A0A0A0;
}

header.white .finalResultDiv .tabWrapper .tabContent .swiper,
header.white .serachAutofillDiv {
 background: #f3f3f3;
}

header.white .finalResultDiv .tabWrapper .tabHeading li a,
header.white .finalResultDiv p,
header.white .finalResultDiv h6,
header.white .finalResultDiv .tabWrapper .tabContent ul li h6,
header.white .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerSearchDiv .searchDiv input::placeholder {
 color: #000 !important;
}

header.white .finalResultDiv .tabWrapper .tabHeading li a:hover,
header.white .finalResultDiv .tabWrapper .tabHeading li a.active {
 color: #000 !important;
 border-color: #000 !important;
}

header.white .mainHeader .linksDiv>ul>li.searchLi .innerMenuDiv .innerLinksList .linksListWithSearch .innerSearchDiv .recentlyDiv ul.normalText li a:hover,
header.white .mainHeader .linksDiv .staticlinksUl li a,
header.white .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerSearchDiv .searchDiv input,
header.white .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerSearchDiv .recentlyDiv h6,
header.white .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerSearchDiv .recentlyDiv ul li a,
header.white .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerLinksUl ul li a,
header.white .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerLinksUl h6,
header.white .mainHeader .linksDiv>ul>li>a {
 color: #000;
}

header.white .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerSearchDiv .searchDiv:before {
 background: rgba(0, 0, 0, 0.6);
}

header.white .finalResultDiv .tabWrapper .tabHeading li a,
header.white .finalResultDiv .tabWrapper .tabContent ul li,
header.white .mainHeader .linksDiv>ul>li.searchLi .innerMenuDiv .innerLinksList .linksListWithSearch .innerSearchDiv .searchDiv,
header.white .serachAutofillDiv ul li,
header.white .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerSearchDiv .recentlyDiv ul li a {
 border-color: rgba(0, 0, 0, 0.4);
}

header.white .serachAutofillDiv ul li {
 color: #000;
}

header.white .mainHeader .linksDiv img {
 filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(304deg) brightness(97%) contrast(103%);
}

header.white .mainHeader .linksDiv>ul>li.innerMenu>a:before {
 border-top-color: #000;
}

header.white .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerLinksUl ul li a:after,
header.white .mainHeader .linksDiv>ul .activeLine {
 background: #000;
}

header.white .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerSearchDiv .recentlyDiv ul li a:hover {
 border-color: #000;
 background: #000;
 color: #fff;
}

header .mainHeader .linksDiv>ul>li.searchLi .innerMenuDiv .innerLinksList .linksListWithSearch .innerSearchDiv {
 width: 840px;
}

header .mainHeader .linksDiv>ul>li.searchLi .innerMenuDiv .innerLinksList .linksListWithSearch .innerSearchDiv .searchDiv:before {
 opacity: 0;
}

header .mainHeader .linksDiv>ul>li.searchLi .innerMenuDiv .innerLinksList .linksListWithSearch .innerSearchDiv .searchDiv {
 width: 100%;
 border-bottom: 1px solid rgba(231, 231, 231, 0.3);
 border-radius: 0;
 height: 60px;
 overflow: unset;
}

header .mainHeader .linksDiv>ul>li.searchLi .innerMenuDiv .innerLinksList .linksListWithSearch .innerSearchDiv .searchDiv input {
 font-size: 1.375rem;
 padding-left: 10px;
}

header .mainHeader .linksDiv>ul>li.searchLi .innerMenuDiv .innerLinksList .linksListWithSearch .innerSearchDiv .searchDiv img {
 width: 25px;
 height: 25px;
}

header .mainHeader .linksDiv>ul>li.searchLi .innerMenuDiv .innerLinksList .linksListWithSearch .innerSearchDiv .searchDiv .searchButtonDiv {
 margin-right: 10px;
}

header .mainHeader .linksDiv>ul>li.searchLi .innerMenuDiv .innerLinksList .linksListWithSearch .innerSearchDiv .recentlyDiv {
 margin-bottom: 50px;
}

header .mainHeader .linksDiv>ul>li.searchLi .innerMenuDiv .innerLinksList .linksListWithSearch .innerSearchDiv .recentlyDiv h6 {
 font-size: 1rem;
}

header .mainHeader .linksDiv>ul>li.searchLi .innerMenuDiv .innerLinksList .linksListWithSearch .innerSearchDiv .recentlyDiv ul li a {
 padding: 8px 20px;
}

header .mainHeader .linksDiv>ul>li.searchLi .innerMenuDiv .innerLinksList .linksListWithSearch .innerSearchDiv .recentlyDiv ul.normalText {
 gap: 40px;
}

header .mainHeader .linksDiv>ul>li.searchLi .innerMenuDiv .innerLinksList .linksListWithSearch .innerSearchDiv .recentlyDiv ul.normalText li a {
 border: 0;
 border-radius: 0;
 padding: 0;
 background: transparent !important;
}

header .mainHeader .linksDiv>ul>li.searchLi .innerMenuDiv .innerLinksList .linksListWithSearch .innerSearchDiv .recentlyDiv ul.normalText li a:hover {
 color: #fff;
}

header .mainHeader .linksDiv>ul>li.searchLi .innerMenuDiv {
 height: 100vh;
}

.serachAutofillDiv.inner-search-result {
 top: 45px;
 width: 350px;
 color: #fff;
}

.serachAutofillDiv {
 background: #121212;
 position: absolute;
 top: 60px;
 width: 100%;
 z-index: 1;
 display: none;
}

.serachAutofillDiv .swiper {
 max-height: 300px;
}

.serachAutofillDiv ul {
 padding: 0 45px;
}

.serachAutofillDiv ul li {
 padding: 25px 0;
 border-bottom: 1px solid rgba(109, 110, 112, 0.3);
}

.serachAutofillDiv ul li a {
 font-family: 'Futura Lt BT';
 font-size: 1rem;
 line-height: 1.3rem;
 letter-spacing: 0em;
 text-align: left;

}

.serachAutofillDiv .swiper-scrollbar-drag,
.serachAutofillDiv .swiper-wrapper {
 transition: all 0.5s linear !important;
}

.finalResultDiv {
 width: 840px;
 display: none;
 margin-top: 20px;
}

.finalResultDiv h6 {
 font-family: 'Futura Md BT';
 font-size: 1.1rem;
 line-height: 1.8rem;
 letter-spacing: 0em;
 text-align: left;
 color: #fff;
}

.finalResultDiv p {
 font-size: 1rem;
 color: rgba(255, 255, 255, 0.6);
}

.finalResultDiv .tabWrapper {
 margin-top: 1rem;
}

.finalResultDiv .tabWrapper .tabHeading {
 gap: 16px;
}

.finalResultDiv .tabWrapper .tabHeading li a {
 font-family: 'Futura Bk BT';
 font-size: 14px;
 font-weight: 400;
 line-height: 20px;
 letter-spacing: 0em;
 text-align: left;
 color: rgba(255, 255, 255, 0.5) !important;
 padding: 5px 15px;
 border: 1px solid rgba(255, 255, 255, 0.1);
 border-radius: 30px;
 transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.finalResultDiv .tabWrapper .tabHeading li a:hover,
.finalResultDiv .tabWrapper .tabHeading li a.active {
 color: #fff !important;
 border-color: #fff;
 transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.finalResultDiv .tabWrapper .tabHeading:after {
 display: none;
}

.finalResultDiv .tabWrapper .tabContent {

 margin-top: 18px;
}

.finalResultDiv .tabWrapper .tabContent .swiper {
 max-height: calc(100vh - 315px);
 background: rgba(0, 0, 0, 1);
}

.finalResultDiv .tabWrapper .tabContent .swiper-scrollbar-drag,
.finalResultDiv .tabWrapper .tabContent .swiper-wrapper {
 transition: all 0.5s linear !important;
}

.finalResultDiv .tabWrapper .tabContent ul li {
 padding: 16px 40px 25px 40px;
 border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.finalResultDiv .tabWrapper .tabContent ul li:first-child {
 border: 0;
}

.finalResultDiv .tabWrapper .tabContent ul li span {
 font-family: 'Futura Bk BT';
 font-size: 14px;
 line-height: 20px;
 letter-spacing: 0em;
 text-align: left;
 color: #9D7F19;
}

.finalResultDiv .tabWrapper .tabContent ul li h6 {
 font-family: 'Futura Md BT';
 font-size: 16px;
 line-height: 20px;
 letter-spacing: 0em;
 text-align: left;
 margin-top: 12px;
}

.finalResultDiv .tabWrapper .tabContent ul li p {
 margin-top: 5px;
}

footer {
 background: #FAF9E7;
 padding-top: 40px;
}

footer .mainFooterMenu {
 padding-bottom: 30px;
 border-bottom: 0.3px solid rgba(109, 110, 112, 0.5);
 position: relative;
}

footer .mainFooterMenu .downArrow {
 position: absolute;
 bottom: 0;
 left: 0;
 right: 0;
 bottom: -4px;
 background: #FAF9E7;
 margin: 0 auto;
 cursor: pointer;
 transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

footer .mainFooterMenu .downArrow.active {
 transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
 transform: rotateX(180deg);
}

footer .mainFooterMenu .footerLinksWrapper .footerLinksDiv {
 width: 250px;
}

footer .mainFooterMenu .footerLinksWrapper .footerLinksDiv ul li {
 margin-top: 10px;
}

footer .mainFooterMenu .footerLinksWrapper .footerLinksDiv ul li:first-child {
 margin-top: 0;
}

footer .mainFooterMenu .footerLinksWrapper .footerLinksDiv ul li a {
 color: #6D6E70;
 font-family: "Futura Bk BT";
 font-size: 16px;
 font-style: normal;
 font-weight: 400;
 line-height: 20px;
 transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

footer .mainFooterMenu .footerLinksWrapper .footerLinksDiv ul li a:hover {
 color: #000;
 transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

footer .mainFooterMenu .footerAddressDiv {
 width: 300px;
}

footer .mainFooterMenu .footerAddressDiv p {
 color: #6D6E70;
 font-family: "Futura Bk BT";
 font-size: 14px;
 font-style: normal;
 font-weight: 400;
 line-height: 18px;
 margin-top: 15px;
}

footer .mainFooterMenu .footerAddressDiv p a {
 margin-top: 10px;
 display: inline-flex;
}

footer .mainFooterMenu .footerAddressDiv ul {
 gap: 8px;
 margin-top: 20px;
}

footer .hiddenLinks {
 padding-top: 40px;
 display: none;
 overflow: hidden;
}

footer .hiddenLinks h5 {
 color: #313131;
 font-family: 'Cormorant Garamond Light';
 font-size: 16px;
 font-style: normal;
 font-weight: 700;
 line-height: 20px;
}

footer .hiddenLinks ul {
 gap: 5px;
 margin-top: 15px;
 column-count: 5;
}

footer .hiddenLinks ul li {
 margin-bottom: 8px;
}

footer .hiddenLinks ul li a {
 color: #6D6E70;
 font-family: "Futura Bk BT";
 font-size: 14px;
 font-style: normal;
 font-weight: 400;
 line-height: 20px;
 transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

footer .hiddenLinks ul li a:hover {
 color: #000;
 transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

footer .hiddenLinks .footerBottomLinks {
 gap: 10px;
 margin-top: 40px;
}

footer .hiddenLinks .footerBottomLinks ul {
 column-count: unset;
}

footer .copyDiv p {
 padding: 30px 0;
 color: #6D6E70;
 text-align: center;
 font-family: "Futura Bk BT";
 font-size: 12px;
 font-weight: 400;
 line-height: 20px;
}

/* Vaibhav Blog pages Code start here */
.textImgGrid .textImgDiv .thumbDiv .blogthumbDiv ul li {
 display: flex;
 padding-bottom: 10px;
}

.textImgGrid .textImgDiv .thumbDiv .blogthumbDiv ul li:last-child {
 padding-bottom: 0;
}

.blogSec .textImgGrid .textImgDiv .thumbDiv {
 width: 50%;
 display: flex;
 flex-wrap: wrap;
 gap: 15px;
}

.bloglistSec .thumbDiv {
 width: 100%;
 display: flex;
 flex-wrap: wrap;
 gap: 30px;
}

.blogSec .thumbDiv.nothumb .thumbtxt {
 width: 100% !important;
}

.bloglistSec .thumbDiv li {
 width: calc(50% - 30px);
}

.bloglistSec .thumbDiv li>div {
 display: flex;
}

.blogSec .textImgGrid .textImgDiv .thumbDiv li {
 width: 100%;
 display: flex;
}

.blogSec .textImgGrid .textImgDiv .thumbDiv li .thmbimg,
.bloglistSec .thumbDiv li .thmbimg {
 width: 40%;
}

.blogSec .textImgGrid .textImgDiv .thumbDiv li .thumbtxt,
.bloglistSec .thumbDiv li .thumbtxt {
 width: 60%;
 padding: 10px 0 10px 20px;
 display: flex;
 flex-direction: column;
 justify-content: space-between;
}

.blogSec .textImgGrid .textImgDiv .thumbDiv .thmbimg img,
.bloglistSec .thumbDiv .thmbimg img {
 height: 100%;
 object-fit: cover;
}

.blogSec .textImgGrid .textImgDiv .imgDiv {
 width: 49%;
 padding-right: 1%;
}

.blogSec .textImgGrid .textImgDiv .imgDiv img {
 height: 100%;
 object-fit: cover;
}

.blogSec h3,
.bloglistSec h3 {
 font-family: "Cormorant Garamond Medium";
 font-size: 20px;
 line-height: 28px;
 text-align: left;
 color: #313131;
 margin-top: 16px;
 text-overflow: ellipsis;
 overflow: hidden;
 display: -webkit-box;
 -webkit-line-clamp: 3;
 -webkit-box-orient: vertical;
}

.date {
 font-family: "Futura Bk BT";
 font-size: 12px;
 text-align: left;
 color: rgba(49, 49, 49, 0.5);
}

.blog-detail .swiper-wrapper {
 display: unset;
}

.blog-detail-cols {
 display: flex;
 /* flex-wrap: wrap; */
 padding-top: 50px;
 gap: 50px;
}

.blog-detail-cols,
.blog-detail-cols .swiper-slide {
 width: 100%;
}

.blog-detail-cols .swiper-slide {
 padding-bottom: 20px;
}

.blog-detail-cols .blog-left-col {
 width: calc(100% - 400px);
}

.blog-detail-cols .blog-right-col {
 width: 400px;
 padding-top: 80px;
}

.blog-detail-cols .blog-right-col img {
 height: 235px;
}

/* .blog-detail-cols .blog-left-col{
    width: 70%;
}

.blog-detail-cols .blog-right-col{
    width: 30%;
} */
ol li {
 list-style: decimal;
 list-style-type: decimal;
 color: #6d6e70;
 font-family: "Futura Bk BT";
 font-size: 16px;
 font-style: normal;
 font-weight: 400;
 line-height: 22px;
 margin: 14px 0 14px 20px;
}

.blog-detail h4 {
 font-family: "Futura Hv BT";
 font-size: 20px;
 line-height: 28px;
 color: #313131;
 margin-top: 50px;
}

.blog-detail .blogCard .blogImgDiv .blogCat {
 font-size: 16px;
 line-height: 20px;
 padding: 10px 20px;
}

.blog-detail h1 {
 font-family: "Cormorant Garamond Semibold";
 font-size: 30px;
 line-height: 36px;
 margin-top: 16px;
 color: #313131;
}

.blog-detail h6 {
 font-family: "Futura Md BT";
 font-size: 16px;
 line-height: 28px;
 margin-top: 20px;
 color: #313131;
}

.blog-detail p {
 font-size: 16px;
 line-height: 22px;
 margin: 16px 0;
}

.blog-detail .date {
 font-size: 14px;
}

.thnkudiv {
 display: flex;
 flex-direction: column;
 align-items: center;
 gap: 40px;
}

.thnkudiv h3 {
 font-family: "Futura Md BT";
 font-size: 18px;
 line-height: 28px;
 color: #313131;
 text-align: center;
}

.brandexvideosec .ourPromiseImgDiv,
.brandexvideosec .ourPromiseImgDiv img {
 width: 100%;
 max-width: 1001px;
 margin: 0 auto;
}

.brandexvideosec h1 {
 font-family: "Cormorant Garamond Semibold";
 /*font-family: "Futura Lt BT";*/
 font-size: 36px;
 line-height: 42px;
 color: #313131;
 text-align: center;
 font-weight: 600;
}

.brandexdesign_sec {
 padding: 35px;
}

.brandexdesign_sec h1 {
 font-family: "Cormorant Garamond Semibold";
 /* font-family: "Futura Lt BT";*/
 font-size: 36px;
 line-height: 42px;
 color: #313131;
 text-align: left;

}

.brandex-social .headingH1 {
 font-family: "Cormorant Garamond Semibold";
 /* font-family: "Futura Lt BT";*/
 font-size: 24px;
 line-height: 28px;
 color: #313131;
 text-align: center;

}

.brandesdesign div .brandtxtdiv h5 {
 color: #6D6E70
}

.brandtxtdiv {
 padding-top: 10px;
}

.brandgrid_container1 img {
 width: 100%;
 object-fit: cover;
 height: 100%;
}

.brandgrid_container1 iframe {
 width: 100%;
}

/* .brandgrid_container1 .iframeDiv img{
  max-height: 375px;
} */
/* grid view css start here */
.brandgrid_container1 {
 display: grid;
 grid-template-columns: repeat(24, 1fr);
 grid-template-rows: 375px 375px 375px 375px;
 grid-gap: 23px;
 grid-auto-flow: dense;
}

.brandgrid_container1 .grid-item1 {
 grid-column: 1 / 7;
}

.brandgrid_container1 .grid-item2 {
 grid-column: 7 / 21;
 height: 375px;
 width: 100%;
}

.brandgrid_container1 .grid-item3 {
 grid-column: 21 / 28;
}

.brandgrid_container1 .grid-item4 {
 grid-column: 1 / 6;
 grid-row: 2 / 3;
}

.brandgrid_container1 .grid-item5 {
 grid-column: 6 / 19;
 grid-row: 2 / 3;
 height: 375px;
 width: 100%;
}

.brandgrid_container1 .grid-item6 {
 grid-column: 19 / 28;
 grid-row: 2 / 3;
}

.brandgrid_container1 .grid-item7 {
 grid-column: 1 / 7;
 grid-row: 3 / 4;
}

.brandgrid_container1 .grid-item8 {
 grid-column: 7 / 21;
 grid-row: 3 / 4;
 height: 375px;
 width: 100%;
}

.brandgrid_container1 .grid-item9 {
 grid-column: 21 / 28;
 grid-row: 3 / 5;
 width: 100%;
 height: 100%;
}

.brandgrid_container1 .grid-item10 {
 grid-column: 1 / 8;
 grid-row: 4 / 5;
}

.brandgrid_container1 .grid-item11 {
 grid-column: 8 / 21;
 grid-row: 4 / 5;
 max-height: 375px;
 width: 100%;
 height: 100%;
}

.brandgrid_container1 .grid-item2 video,
.brandgrid_container1 .grid-item5 video,
.brandgrid_container1 .grid-item8 video,
.brandgrid_container1 .grid-item9 video,
.brandgrid_container1 .grid-item11 video {
 height: 100%;
 width: 100%;
 object-fit: cover;
}

iframe.bannerImg {
 height: 100%;
}

.tallG img {
 max-height: 375px !important;
 object-fit: fill;
}

.large-image img {
 object-fit: fill;
}

.brandgrid_container1 .iframeDiv {
 overflow: hidden;
 aspect-ratio: 15 / 9;
 pointer-events: none;
 object-fit: cover;
}

.brandgrid_container1 p {
 font-family: "Futura Lt BT";
 font-size: 30px;
 line-height: 40px;
 text-align: left;
 color: #313131;
 font-weight: 400px;
}

.commercial-pg .cardDiv {
 position: relative;
}

.commercial-pg .cardDiv h6 {
 position: absolute;
 bottom: 10px;
 left: 10px;
 font-family: 'Cormorant Garamond Medium';
 font-size: 20px;
 line-height: 28px;
 color: #fff;
}

.keyFactsSec.commercial-keyfact span b {
 margin-right: 10px;
}

.keyFactsSec.commercial-keyfact .keyContentDiv {
 padding: 0 0;
}

.keyFactsSec.commercial-keyfact .projectsDiv ul,
.keyFactsSec.commercial-keyfact .projectsDiv ul li span,
.keyFactsSec.commercial-keyfact .projectsDiv ul li p {
 width: 100%;
}

.keyFactsSec.commercial-keyfact span {
 font-size: 2.5rem;
 line-height: 1.25rem;
}

.keyFactsSec.commercial-keyfact p {
 color: #6D6E70;
 margin: 12px 0;
}

/* grid view css end here */

.brandexdesign_sec .brandesdesign_wrapper .brandesdesign .brandcard {
 position: relative;
 width: 100%;
}

.brandexdesign_sec .brandesdesign_wrapper .brandesdesign,
.brandexdesign_sec .brandesdesign_wrapper .brandesdesign div {
 width: 100%
}

.brandexdesign-nri .brandesdesign_wrapper .brandesdesign {
 width: unset;
}

.brandexdesign-brand .brandesdesign_wrapper .brandesdesign {
 width: unset;
}

.brandexdesign_sec .brandesdesign_wrapper .brandesdesign .brandcard .brandtxtdiv {
 position: absolute;
 bottom: 0;
 left: 0;
 color: #fff;
 padding: 33px;
}

.brandexdesign_sec .brandcard .brandtxtdiv h5 {
 color: #fff
}

.brandesdesign_wrapper {
 display: flex;
 gap: 20px;
 width: 100%;
}

.brandesdesign_wrapper .brandesdesign {
 display: flex;
 flex-direction: column;
 align-items: center;
 gap: 40px;
}

.brandesdesign_wrapper .brandesdesign:first-child {
 /* width: calc(100% - 33.9%); */
 width: calc(100% - 36.5%) !important;
}

.brandexdesign-brand .brandesdesign_wrapper .brandesdesign {
 width: 50%;
}

.brandexdesign_sec .brandesdesign_wrapper .brandesdesign .brandcard .brandtxtdiv .brandcap,
.brandesdesign div .brandtxtdiv .brandcap {
 font-family: "Futura Bk BT";
 font-size: 12px;
 line-height: 28px;
}

.brandexdesign_sec .brandesdesign_wrapper .brandesdesign .brandcard .brandtxtdiv h4,
.brandesdesign div .brandtxtdiv h4 {
 font-family: "Cormorant Garamond Medium";
 font-size: 20px;
 line-height: 28px;
 padding-bottom: 10px;
}

.brandexdesign_sec .brandesdesign_wrapper .brandesdesign .brandcard .brandtxtdiv h5,
.brandesdesign div .brandtxtdiv h5 {
 font-family: "Futura Bk BT";
 font-size: 16px;
 line-height: 19.18px;
 text-align: left;
 padding-bottom: 6px;
}

.brandesdesign img {
 width: 100%;
 height: auto;
}

.brandexdesign_sec .ourPromiseTextDiv {
 margin-bottom: 1rem !important;
}

.brandesdesign:hover img,
.brandgrid_container1 .cubic:hover img {
 transition: all 3s cubic-bezier(0.215, 0.61, 0.355, 1);
 transform: scale(1.1);
}

.brandesdesign img,
.brandgrid_container1 .cubic img {
 transition: all 3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.brandesdesign .brandimgdiv,
.brandesdesign div .brandeximgdiv,
.brandgrid_container1 .cubic {
 overflow: hidden;
}

.award-pg-main h1 {
 font-family: 'Cormorant Garamond Semibold';
 font-size: 24px;
 line-height: 28px;
}

.award-pg-main p {
 font-family: 'Futura Bk BT';
 font-size: 14px;
 line-height: 20px;
}

.award-second-div .award-years h3 {
 color: #9D7F19;
 font-family: 'Cormorant Garamond Bold';
 font-size: 20px;
 line-height: 24.22px;
}

.award-second-div .award-years ul.show4 li {
 width: calc((100% / 4) - 19px);
 padding: 15px 0;
}

.award-second-div .award-years p.award-news {
 font-family: 'Cormorant Garamond Medium';
 font-size: 16px;
 line-height: 19.38px;
 margin-bottom: 8px;
}

.award-second-div .award-years p.award-name {
 font-family: 'Futura Md BT';
 font-size: 16px;
 line-height: 19.38px;
}

.award-second-div .award-years {
 border-bottom: 1px solid rgba(109, 110, 112, 0.5);

 padding: 40px 0;
}

.award-second-div .award-years:last-child {
 border-bottom: unset
}

.commercial-blog .commercial-blog-imgdiv {
 width: 50%;
}

.commercial-blog .commercial-blog-imgdiv img {
 width: 100%;
}

.commercial-blog .commercial-blog-textdiv {
 width: 33%;
}

.commercial-blog .commercial-blog-textdiv p {
 text-align: justify;
}

/* Vaibhav Blog pages Code end here */

.spotlightBanner .placeholderBannerImg {
 position: absolute;
 z-index: -99;
 visibility: hidden;
 opacity: 0;
}

.spotlightSliderDiv .swiper-slide {
 position: relative;
}

.spotlightSliderDiv .swiper-slide .bannerImgDiv {
 /* position: absolute; */
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-position: center;
 background-size: cover;
 background: #FAF9E7;
}

.spotlightSliderDiv .swiper-slide .bannerImgDiv .bannerImg {
 width: 100%;
 height: 100%;
 object-fit: cover;
}

.spotlightSliderDiv .swiper-slide .iframeDiv {
 overflow: hidden;
 aspect-ratio: 16/9;
 padding-bottom: 56.25%;
 /*pointer-events: none;*/
 position: relative;
 height: 0;
 max-width: 100%;
}

.spotlightSliderDiv .swiper-slide .iframeDiv .bannerImg {
 object-fit: cover;
 /* width: 300%;
  height: 100%; */
 /* max-width: none; */
 /* margin-left: -100%; */
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 100%;
 /* border: 0; */
}

/* .brand-ex-page .spotlightSliderDiv .swiper-slide .iframeDiv {
    overflow: hidden;
    aspect-ratio: 16/9;
    pointer-events: none;
    padding-bottom: unset;
}

.brand-ex-page .spotlightSliderDiv .swiper-slide .iframeDiv .bannerImg {
    object-fit: cover;
    width: 300%;
    height: 100%;
    max-width: none;
    margin-left: -100%;
} */
.spotlightSliderDiv .swiper-slide .spotLightContent {
 position: absolute;
 bottom: 0;
 left: 0;
 right: 0;
 margin: 0 auto;
 /* height: 100vh; */
 /* top: 0; */
 display: flex;
 flex-wrap: wrap;
 align-items: end;
 padding-bottom: 75px;
}

.ourPromiseSec {
 padding: 80px 0;
}

.brandexvideosec {
 padding: 40px 0;
}

.brandexsecond_sec {
 padding: 80px 0 40px 0;
}

.ourPromiseSec .ourPromiseImgDiv,
.ourPromiseSec .ourPromiseTextDiv {
 width: 50%;
}

.ourPromiseSec .ourPromiseImgDiv img {
 width: 100%;
}

.ourPromiseSec .ourPromiseTextDiv {
 padding: 0 120px;
 max-width: 550px;
}

.ourPurposeSec {
 min-height: 100vh;
 background: #FAF9E7;
 position: relative;
}

.ourPurposeSec .container {
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 left: 0;
 right: 0;
 margin: 0 auto;
}

.ourPurposeSec .ourPurposeImgDiv {
 width: 55%;
 height: 100vh;
}

.ourPurposeSec .ourPurposeImgDiv .imgDiv {
 width: 50%;
 height: 100%;
 position: relative;
 overflow: hidden;
}

.ourPurposeSec .ourPurposeImgDiv .imgDiv img {
 width: 100%;
 height: 100%;
 transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.ourPurposeSec .ourPurposeImgDiv .imgDiv:hover img {
 transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
 transform: scale(1.1);
}

.ourPurposeSec .ourPurposeImgDiv .imgDiv .underlineArrowBtn {
 position: absolute;
 bottom: 40px;
 left: 50px;
}

.ourPrideSec {
 padding: 80px 0 0 0;
}

.ourPrideSliderDiv {
 margin-top: 30px;
 padding-bottom: 80px;
}

.ourPrideSliderDiv .swiper-slide {
 width: 250px;
 margin: 0 30px;
 overflow: hidden;
}

.ourPrideSliderDiv .swiper-slide:first-child {
 margin-left: 90px;
}

.ourPrideSliderDiv .swiper-slide:last-child {
 margin-right: 90px;
}

.ourPrideSliderDiv .swiper-slide a {
 display: block;
}

.ourPrideSliderDiv .swiper-slide img {
 width: 100%;
 transition: all 3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.bodDiv .swiper-slide img {
 filter: grayscale(1);
}

.ourPrideSliderDiv .swiper-slide .ourPrideImgDiv {
 overflow: hidden;
}

.ourPrideSliderDiv .swiper-slide:hover img {
 transition: all 3s cubic-bezier(0.215, 0.61, 0.355, 1);
 transform: scale(1.1);
}

.ourPrideSliderDiv .swiper-slide p {
 color: #6d6e70;
 font-family: "Futura Md BT";
 font-size: 0.9rem;
 font-style: normal;
 font-weight: 400;
 line-height: 1.3rem;
 margin-top: 10px;
 text-align: left;
 /* padding: 0 2rem; */
}

.ourPrideSliderDiv .container {
 /* margin-top: 40px; */
}

.ourPrideSliderDiv .container a {
 margin: 0 auto;
 margin-top: 34px;
}

.ourBrandsSec {
 padding-bottom: 80px;
}

.ourBrandsSec .ourBrandsDiv {
 gap: 100px;
 margin-top: 45px;
}

.ourBrandsSec .ourBrandsDiv img {
 width: 200px;
 height: 70px;
 object-fit: contain;
 object-position: bottom;
}

.ourStorySec {
 padding: 80px 0;
}

.textImgGrid .textImgDiv {
 padding-top: 30px;
}

.evenRow .textImgDiv:nth-child(even) {
 flex-direction: row-reverse;
}

.oddRow .textImgDiv:nth-child(odd) {
 flex-direction: row-reverse;
}

.textImgGrid .textImgDiv .imgDiv {
 width: 45%;
}

.textImgGrid .textImgDiv .imgDiv img {
 width: 100%;
}

.textImgGrid .textImgDiv .textDiv {
 padding-left: 10%;
 width: 55%;
}

.textImgGrid .textImgDiv .textDiv .ourPromiseTextDiv {
 width: 400px;
}

.keyFactsSec.commercial-keyfact {
 background: #FAF9E7;
 margin-top: -35px;
}

.keyFactsSec {
 padding: 50px 0 30px;
 background: #f8f8f8;
}

.keyFactsSec .keyContentDiv {
 margin-top: 25px;
 padding: 0 100px;
 position: relative;
}

.keyFactsSec .keyContentDiv:before {
 content: "";
 position: absolute;
 left: 0;
 right: 0;
 margin: 0 auto;
 width: 1px;
 height: 100%;
 background: rgba(157, 127, 25, 0.23);
}

.keyFactsSec .projectsDiv,
.keyFactsSec .textDiv {
 width: 100%;
}

.keyFactsSec span {
 color: #9d7f19;
 font-family: "Cormorant Garamond Medium";
 font-size: 3rem;
 line-height: 3rem;
 margin-right: 25px;
}

.keyFactsSec p {
 color: #9d7f19;
 font-family: "Futura Bk BT";
 font-size: 1rem;
 font-style: normal;
 font-weight: 400;
 line-height: 1.3rem;
}

.keyFactsSec .numberDiv p {
 margin-top: 8px;
}

.keyFactsSec .locationDiv small {
 color: #9d7f19;
 text-align: center;
 font-family: "Cormorant Garamond Bold";
 font-size: 0.8rem;
 line-height: normal;
 text-transform: uppercase;
 display: flex;
 margin-bottom: 10px;
}

.keyFactsSec .contentDiv {
 display: flex;
 flex-wrap: wrap;
 align-content: normal;
}

.keyFactsSec .locationDiv {
 display: flex;
 flex-wrap: wrap;
 align-items: flex-end;
 width: 100%;
}

.keyFactsSec .projectsDiv ul li {
 display: flex;
 align-items: end;
 margin-top: 20px;
}

.keyFactsSec .projectsDiv ul li:first-child {
 margin-top: 0;
}

.keyFactsSec .projectsDiv ul li span {
 width: 60px;
 height: 60px;
 display: inline-flex;
 align-items: center;
}

.keyFactsSec .projectsDiv ul li p {
 width: calc(100% - 60px);
}

.servicesSec .saleText {
 color: #000;
 font-family: "Futura Bk BT";
 font-size: 0.8rem;
 font-style: normal;
 font-weight: 400;
 line-height: 1.3rem;
 opacity: 0.5;
 text-align: right;
 margin-right: 5%;
}

.keyFactsSec .saleText {
 color: #000;
 font-family: "Futura Bk BT";
 font-size: 0.8rem;
 font-style: normal;
 font-weight: 400;
 line-height: 1.3rem;
 opacity: 0.5;
 margin-top: 70px !important;
 text-align: right;
 margin-right: 5% !important;
}

.whoWeAreSec {
 padding: 80px 0;
}

.teamDiv {
 gap: 50px;
 margin-top: 25px;
}

.whoWeAreSec .teamDiv .ContentText {
 width: 50%;
}

.teamDiv .ContentText {
 background: #FAF9E7;
 padding: 35px 60px;
 text-align: center;
}

.featuredAwardsSec {
 padding: 50px 0 100px 0;
}

.featuredAwardsSec .featuredAwardsImgTextDiv {
 padding: 0 100px;
 margin-top: 30px;
}

.featuredAwardsSec .featuredAwardsImgTextDiv .imgDiv,
.featuredAwardsSec .featuredAwardsImgTextDiv .textDiv {
 width: 50%;
}

.featuredAwardsSec .featuredAwardsImgTextDiv .imgDiv img {
 width: 350px;
}

.featuredAwardsSec .featuredAwardsImgTextDiv .textDiv ul li {
 margin-top: 20px;
}

.featuredAwardsSec .featuredAwardsImgTextDiv .textDiv ul li:first-child {
 margin-top: 0;
}

.featuredAwardsSec .featuredAwardsImgTextDiv .textDiv .arrowPlainBtn {
 margin-top: 35px;
}

.ourValuesSec {
 padding: 0 0 80px;
}

.ourValuesSec .valuesWrapper {
 margin-top: 30px;
}

.ourValuesSec .valuesWrapper .linesDiv {
 width: 53px;
 gap: 8px;
 display: flex;
 justify-content: center;
 flex-wrap: wrap;
 align-items: center;
 display: inline-flex !important;
 position: absolute;
 left: 0;
}

.ourValuesSec .valuesWrapper .linesDiv span {
 display: flex;
 width: 100%;
 height: 8px;
 background: #d1d1d1;
 transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.ourValuesSec .valuesWrapper .linesDiv span.active {
 background: #6d6e70;
 transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.ourValuesSec .valuesWrapper .valuesTextDiv {
 /* width: 100%; */
 padding-left: 100px;
 transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.ourValuesSec .valuesWrapper .valuesTextDiv p {
 transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
 color: #9d7f19;
 font-family: "Cormorant Garamond Semibold";
 font-size: 1rem;
 line-height: 1.3rem;
 opacity: 0.4;
 transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.ourValuesSec .valuesWrapper .valuesTextDiv .textDivAnimate {
 margin-left: 0px;
 display: flex;
 gap: 35px;
 justify-content: flex-start;
 white-space: nowrap;
 width: 100%;
 overflow: hidden;
 transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.imgWithWxpandContentCard .expandContentDiv .expandContent {
 min-height: 210px;
}

.ourValuesSec .valuesWrapper .valuesTextDiv .textDivAnimate div {
 opacity: 0;
 white-space: nowrap;
 width: 0;
 overflow: hidden;
 transform: translateX(100px);
 transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.ourValuesSec .valuesWrapper .valuesTextDiv div.active {
 width: 190px;
 opacity: 1;
 transform: translateX(0);
 transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.ourValuesSec .valuesWrapper .valuesTextDiv div.current p {
 opacity: 1;
 transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.deveSec {
 padding: 60px 0;
}

.instaSliderDiv {
 margin-top: 25px;
}

.instaSliderDiv .swiper-wrapper {
 justify-content: center;
 align-items: center;
 gap: 16px;
}

.instaSliderDiv .swiper-slide {
 width: calc((100% / 4) - 13px);
}

.instaSliderDiv .swiper-slide .instaImgDiv {
 position: relative;
 display: flex;
 align-items: center;
 justify-content: center;
}

.instaSliderDiv .swiper-slide .instaImgDiv .instaImg {
 width: 100%;
}

.instaSliderDiv .swiper-slide .instaImgDiv .copyImg {
 position: absolute;
 top: 10px;
 right: 10px;
 cursor: pointer;
}

.instaSliderDiv .swiper-slide .instaImgDiv .playImg {
 position: absolute;
 cursor: pointer;
}

.instaSliderDiv.instaVideoSliderActive .swiper-wrapper {
 justify-content: flex-start !important;
}

.projctsDiv {
 padding: 80px 0;
 background: #fff;
}

.projctsDiv .projectSearchDiv {
 padding: 45px 10px 22px 0;
 border-bottom: 0.3px solid #a0a0a0;
}

.projctsDiv .projectSearchDiv input {
 width: 100%;
 border: 0;
 color: #313131;
 font-family: "Futura Lt BT";
 font-size: 1.3rem;
 font-style: normal;
 font-weight: 400;
 line-height: 1.3rem;
 outline: none;
}

.projctsDiv .projectSearchDiv input::placeholder {
 color: #6d6e70;
}

.projctsDiv .projectSearchDiv .searchButtonDiv img {
 filter: brightness(0) saturate(100%) invert(41%) sepia(6%) saturate(119%) hue-rotate(182deg) brightness(102%) contrast(88%);
 width: 25px;
 height: 25px;
 margin-left: 20px;
 cursor: pointer;
}

.mob-vedio {
 display: none;

}

.projctsDiv .projectSearchDiv .searchButtonDiv .closedBtn {
 display: none;
}

.projectFilterDiv {
 margin-top: 50px;
}

.projectFilterDiv .listDiv {
 gap: 25px;
}

.projectFilterDiv.commercialFilterDiv .filterListDiv {
 background: #f6f6f6;
 margin-top: 20px;
}

[data-history-node-id="1664"] {
 background: #FAF9E7;
}

[data-history-node-id="1664"] .featuredProjectSec,
[data-history-node-id="1664"] .servicesSec {
 background: #ffffff;
}

[data-history-node-id="1664"] .servicesSec .iconTextList {
 margin-top: 0px;
 padding-top: 70px;
}

[data-history-node-id="1663"] {
 background: #FAF9E7;
}

[data-history-node-id="1663"] .featuredProjectSec,
[data-history-node-id="1663"] .servicesSec {
 background: #ffffff;
}

[data-history-node-id="1663"] .servicesSec .iconTextList {
 margin-top: 0px;
 padding-top: 70px;
}

.projectFilterDiv.commercialFilterDiv .dropDownDiv .searchListInput {
 width: 100%;
}

.projectFilterDiv .filterListDiv {
 margin-top: 20px;
 position: relative;
 z-index: 3;
}

.filterListDiv .clearBtnDiv .blackBorderBtn {
 margin-right: 15px;
}

.filterDataDiv {
 margin-top: 30px;
}

.filterDataDiv .filterDataRow {
 margin-top: 50px;
}

.filterSliderDiv {
 width: 100%;
}

.cardDiv {
 position: relative;
 display: inline-flex;
 flex-wrap: wrap;
 width: 100%;
 z-index: 1;
 transition: all 10s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.cardDiv:before {
 /* content: ''; */
 width: 100%;
 height: 100%;
 position: absolute;
 bottom: 0;
 left: 0;
 background: linear-gradient(0deg,
   rgba(0, 0, 0, 0.7) 0%,
   rgba(0, 0, 0, 0) 57.71%),
  transparent -271.608px -96px / 357.977% 143.714% no-repeat;
}

.cardDiv a {
 position: relative;
}

.cardDiv img {
 width: 100%;
}

.cardDiv h6 {
 color: #6d6e70;
 font-family: "Futura Md BT";
 font-size: 0.9rem;
 font-style: normal;
 font-weight: 400;
 line-height: 1.3rem;
 margin-top: 10px;
 text-align: left;
 width: 100%;
}

.hoverCard {
 position: relative;
 -webkit-transition: 0.8s;
 -webkit-transform-style: preserve-3d;
 display: flex;
 width: 100%;
}

.hoverDiv {
 border: 1px solid #9d7f19;
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0;
 background: #fff;
 display: flex;
 flex-wrap: wrap;
 align-items: flex-end;
}

.hoverDiv a {
 padding: 25px 15px;
 display: flex;
 flex-wrap: wrap;
 align-items: flex-end;
 width: 100%;
 height: 100%;
}

/* .hoverCard,
.hoverCard .front,
.hoverCard .back, */
.hoverCard img {
 height: 342px;
}

/* .front, */
.back {
 -webkit-backface-visibility: hidden;
 position: absolute;
 top: 0;
 left: 0;
}

.front {
 z-index: 2;
}

.filterSliderDiv .swiper-wrapper {
 gap: 0px;
 flex-wrap: wrap;
}

.filterSliderDiv .swiper-slide {
 -webkit-perspective: 1000;
 background: transparent;
 margin: 15px 10px;
 width: calc((100% / 4) - 19px);
}

.filterSliderDiv .swiper-slide:nth-child(4n + 4) {
 margin-right: 1px;
}

.filterSliderDiv .swiper-slide:first-child,
.filterSliderDiv .swiper-slide:nth-child(4n + 5) {
 margin-left: 1px;
}

.back {
 -webkit-transform: rotateY(-180deg);
 background: #fff;
}

.hoverDiv ul li {
 font-family: "Futura Bk BT";
 font-size: 14px;
 line-height: 20px;
 text-align: left;
 color: #6d6e70;
 margin-bottom: 7px;
}

.featuredProjectSec {
 padding: 50px 0;
}

.lifeStyleSec {
 padding: 60px 0;
}

.lifeStyleSec .textListDiv .ContentText {
 width: 500px;
}

.lifeStyleSec .textListDiv .listDiv {
 width: 300px;
}

.lifeStyleSec .textListDiv .listDiv .noteContent {
 margin-top: 32px;
}

.lifeStyleSec .textListDiv .listDiv ul li>div {
 display: flex;
 justify-content: flex-start;
 margin-bottom: 15px;
 align-items: center;
}

.lifeStyleSec .textListDiv .listDiv ul li img {
 width: 24px;
 height: 24px;
 object-fit: contain;
 margin-right: 14px;
}

.lifeStyleSec .textListDiv .listDiv ul li p {
 display: flex;
 justify-content: space-between;
 width: calc(100% - 20px);
}

.lifeStyleSec .textListDiv .listDiv ul li p strong {
 font-weight: 700;
 display: flex;
 min-width: 100px;
 justify-content: flex-end;
 white-space: nowrap;
}

.lifeStyleSec.bgColorOffWhite .swiper .swiper-slide:first-child {
 margin-left: 0px !important;
}

.possDate {
 font-family: "Futura Hv BT";
 font-size: 14px;
 font-weight: 700;
 line-height: 19px;
 letter-spacing: 0em;
 text-align: left;
 color: #9d7f19;
 margin-top: 24px;
 display: flex;
 text-transform: uppercase;
}

.normalTextImgSlider {
 padding-bottom: 0;
}

.normalTextImgSlider .swiper-slide {
 width: calc((100% / 3) - 16px);
 margin: 0 8px !important;
}

.twoSlide .swiper-slide {
 width: calc((100% / 2) - 12px);
 margin: 0 8px !important;
}

.normalTextImgSlider .swiper-slide p {
 /* text-align: center;
    margin: 0 auto; */
 max-width: 260px;
 max-width: 100%;
 margin-top: 16px !important;
}

.secodaryNav {
 box-shadow: 0px 4px 20px 0px #0000000f;
 min-height: 60px;
 position: sticky;
 top: 70px;
 z-index: 998;
 background: rgba(255, 255, 255, 0.5);
 backdrop-filter: blur(10px);
 transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.nav-up .secodaryNav {
 top: 0;
 transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
 z-index: 9999999999 !important;
}

.secodaryNav ul li {
 width: auto;
 margin-right: 40px;
}

.secodaryNav ul li:last-child {
 margin-right: 0;
}

.secodaryNav ul li a {
 font-family: "Futura Bk BT";
 font-size: 14px;
 font-weight: 400;
 line-height: 1.25rem;
 letter-spacing: 0em;
 color: #6d6e70;
 transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.secodaryNav ul li a.active,
.secodaryNav ul li a:hover {
 color: #126307;
 transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.planSec {
 padding: 80px 0;
 position: relative;
 display: flex;
 justify-content: flex-end;
 overflow: hidden;
}

.planSec .container {
 position: absolute;
 left: 0;
 right: 0;
 margin: 0 auto;
 top: 50%;
 transform: translateY(-50%);
}

.planSec .tabWrapper {
 width: calc(50% + 200px);
}

.planSec .tabWrapper .swiperBtnDiv,
.planSec .tabWrapper .tabHeading {
 width: 800px;
}

.planSec .tabWrapper .planSlider .swiper-wrapper {
 padding: 30px 0;
 background: #fff;
 /* transition: all 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) !important; */
}

.planSec .tabWrapper .planSlider .swiper-slide {
 margin-right: 30px;
 width: 296px;
 cursor: pointer;
 pointer-events: unset;
}

.planSec .tabWrapper .tabData {
 opacity: 0 !important;
 /* visibility: hidden !important; */
}

.planSec .tabWrapper .tabData.swiper-slide-active {
 opacity: 1 !important;
 /* visibility: visible !important; */
}

.planSec .tabWrapper .planSlider .swiper-slide:last-child {
 /* margin-right: calc(100% - 1200px); */
}

.planSec .tabWrapper .planSlider .swiper-slide .planImgDiv {
 border: 1px solid #6d6e70;
 width: 100%;
 height: 330px;
 display: flex;
 justify-content: center;
 align-items: center;
 overflow: hidden;
 background: #fff;
}

.planSec .tabWrapper .planSlider .swiper-slide .planImgDiv img {
 width: 100%;
 object-fit: contain;
}

.planSec .tabWrapper .planSlider .swiper-slide h6 {
 font-family: "Futura Md BT";
 font-size: 0.9rem;
 line-height: 1.8rem;
 color: #6d6e70;
 margin-top: 16px;
}

.exploreSec.lifeStyleSec .textListDiv .listDiv ul li {
 margin-bottom: 20px;
}

/*
.exploreSec.lifeStyleSec .textListDiv .listDiv ul li img {
	width: 14px;
	height: 14px;
}
*/
.exploreSec.lifeStyleSec .textListDiv .listDiv {
 width: 400px;
}

.exploreSec .ContentText .goldenBorderBtn {
 margin-top: 50px;
}

.servicesSec .container .row {
 min-height: 200px;
}

.servicesSec .ContentText {
 width: 180px;
 text-align: center;
}

.servicesSec ul {
 width: calc(100% - 180px);
 padding-right: 20px;
}

.servicesSec ul li {
 width: calc(100% / 6);
 height: 170px;
 display: flex;
 justify-content: center;
 align-items: center;
 position: relative;
 perspective: 800px;
}

.servicesSec ul li .serviceImgTextDiv {
 width: 100%;
 text-align: center;
 transform: rotateY(0deg);
 transition: all 0.5s linear;
}

.servicesSec ul li .serviceImgTextDiv img {
 margin: 0 auto;
}

.servicesSec ul li .serviceImgTextDiv p {
 margin-top: 10px;
 min-height: 40px;
}

.servicesSec ul li .hoverContent {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: #fff;
 padding: 20px;
 text-align: center;
 /* visibility: hidden;
    opacity: 0; */
 transform: rotateY(90deg);
 transition: all 0.5s linear;
}

.servicesSec ul li.active .hoverContent,
.servicesSec ul li:hover .hoverContent {
 /* visibility: visible;
    opacity: 1; */
 transform: rotateY(0deg);
 transition: all 0.5s linear;
}

/* .servicesSec ul li.active .serviceImgTextDiv,
.servicesSec ul li:hover .serviceImgTextDiv {
 visibility: visible;
    opacity: 1; 
  transform: rotateY(90deg);
  transition: all 0.5s linear;
} */

.servicesSec ul li .hoverContent p {
 font-size: 0.8rem;
 display: -webkit-box !important;
 -webkit-line-clamp: 4;
 -webkit-box-orient: vertical;
 overflow: hidden;
}

.servicesSec ul li .hoverContent a {
 margin-top: 20px;
}

.faqSec {
 padding: 80px 0;
}

.faqSec.nullfaq {
 padding: 0 0 60px 0;
}

.reraSec {
 padding: 0px 0 60px 0;
}

.reraSec .row {
 border: 0.4px solid #cacaca;
 padding: 30px;
}

.reraSec p {
 /* margin-top: 20px; */
}

.reraSec p a {
 color: #9d7f19;
}

.reraSec .disclaimerDiv {
 margin-top: 50px;
}

.bodSec {
 padding: 80px 0;
}

.bodDiv.normalTextImgSlider .swiper-wrapper {
 gap: 60px;
}

.bodDiv.normalTextImgSlider .swiper-slide {
 width: calc((100% / 4) - 45px);
 margin: 0 !important;
}

.bodDiv.normalTextImgSlider .swiper-slide p {
 font-size: 1rem;
 line-height: 1.2rem;
 text-align: left;
 color: #313131;
 padding: 0;
 margin-top: 20px;
}

.bodDiv.normalTextImgSlider .swiper-slide span {
 font-family: "Futura Bk BT";
 font-size: 0.8rem;
 font-weight: 400;
 line-height: 1.2rem;
 letter-spacing: 0em;
 text-align: left;
 color: #9d7f19;
 display: flex;
 margin-top: 7px;
}

.bodWrapper .bodImg {
 width: 300px;
 /* height: 300px; */
 filter: grayscale(1);
}

.bodWrapper .popupContent {
 width: 1170px;
}

.bodWrapper .bodContent {
 width: calc(100% - 400px);
}


.bodWrapper .bodContent h5 {
 font-family: "Futura Bk BT";
 font-size: 1.3rem;
 font-weight: 400;
 line-height: 1.3rem;
 letter-spacing: 0em;
 text-align: left;
 color: #313131;
}

.bodWrapper .bodContent h6 {
 font-family: "Futura Bk BT";
 font-size: 0.9rem;
 font-weight: 400;
 line-height: 1.2rem;
 letter-spacing: 0em;
 text-align: left;
 color: #9d7f19;
 display: flex;
 margin-top: 7px;
}

.bodWrapper .bodContent p {
 margin-bottom: 15px;
}

.bodWrapper .bodContent .descDiv {
 margin-top: 20px;
 max-height: 235px;
}

.bodWrapper .bodContent .descDiv .swiper-wrapper {
 transition: all 0.25s cubic-bezier(0.075, 0.82, 0.165, 1) !important;
}

.bodWrapper .bodContent .descDiv .swiper-slide {
 padding-right: 20px;
}

.bodWrapper .bodContent .descDiv .swiper-scrollbar {
 right: 0px;
}

.planDetailSec.planSec {
 display: block;
 padding: 50px 0;
}

.planDetailSec.planSec .container {
 position: static;
 transform: none;
}

.planDetailSec.planSec .tabWrapper .planSlider .swiper-slide:first-child {
 margin-left: calc((100% - 1170px) / 2);
}

.planDetailSec.planSec .tabWrapper .planSlider .swiper-slide:last-child {
 margin-right: calc((100% - 1170px) / 2);
}

.masterPlanSec {
 padding: 30px 0 160px 0;
}

.masterPlanSec .mapImg {
 width: 100%;
 margin-top: 30px;
}

.priceSec {
 padding: 80px 0 100px 0;
}

.priceListWrapper a {
 margin-top: 40px;
}

.priceListWrapper ul {
 margin-top: 15px;
}

.priceListWrapper ul li {
 display: flex;
 justify-content: space-between;
 align-items: center;
 border-bottom: 1px solid rgba(109, 110, 112, 0.2);
 display: none;
}

.priceListWrapper ul li p {
 width: calc(100% / 2);
 text-align: center;
 font-size: 1rem;
 color: #313131;
 padding: 25px 10px;
}

.locationSec {
 padding: 50px 0 25px 0;
}

.locationMapSec {
 padding: 80px 0;
}

.locationMapSec .row {
 border: 1px solid rgba(109, 110, 112, 0.3);
}

.locationMapSec .ContentText {

 padding: 50px;
}



.locationMapSec .mapDiv .mapAssets {
 width: 100%;

}

.amenitiesSec {
 padding: 30px 0 80px 0;
}

.amenitieSliderDiv {
 margin: 0 auto;
}

.amenitieSliderDiv .swiper-pagination-custom span {
 font-family: 'Futura Bk BT';
 font-size: 14px;
 line-height: 28px;
 background: #00000080;
 border-radius: 5px;
 padding: 3px 8px;
 color: #fff;
}

.amenitiesSec img {
 margin-top: 30px;
 width: 100%;
}

.amenitiesSec .row {
 padding: 50px;
}

.amenitiesSec .row .col-3 {
 padding-right: 20px;
}

.amenitiesSec .row h6 {
 font-family: "Futura Bk BT";
 font-size: 1rem;
 font-weight: 400;
 line-height: 1.8rem;
 letter-spacing: 0em;
 text-align: left;
}

.amenitiesSec .row ul {
 margin-top: 18px;
 list-style: disc;
 padding-left: 16px;
}

.amenitiesSec .row ul li {
 font-family: "Futura Bk BT";
 font-size: 0.9rem;
 font-weight: 400;
 line-height: 1.3rem;
 letter-spacing: 0em;
 text-align: left;
 margin-bottom: 16px;
 display: none;
}

.amenitiesSec .row a {
 margin-left: 16px;
 margin-top: 5px;
}

.galleryTab .tabContent .tabData {
 padding: 50px 0;
}

.galleryTab .tabContent .gridDiv {
 margin-top: 20px;
}

.gridDiv .setGridDiv {
 display: grid;
 grid-template-columns: auto auto;
 grid-template-rows: auto auto;
 /* grid-template-columns: repeat(4, 1fr); */
 /* grid-template-rows: masonry; */
 gap: 16px;
}

.gridDiv .setGridDiv.lastTwoBig .gridCol:nth-last-child(2),
.gridDiv .setGridDiv.lastTwoBig .gridCol:last-child,
.gridDiv .setGridDiv.lastBig .gridCol:last-child,
.gridDiv .setGridDiv .gridCol,
.gridDiv.gridReverse .setGridDiv .gridCol:nth-child(1),
.gridDiv.gridReverse .setGridDiv .gridCol:nth-child(6),
.gridDiv.gridReverse .setGridDiv .gridCol:nth-child(7),
.gridDiv.gridReverse .setGridDiv .gridCol:nth-child(12) {
 display: grid;
 display: none;
 height: 350px;
 overflow: hidden;
 /* grid-row: 1 / -1;
    grid-column: 1; */
 position: relative;
}

.gridDiv .setGridDiv .gridCol:nth-child(1),
.gridDiv .setGridDiv .gridCol:nth-child(6),
.gridDiv .setGridDiv .gridCol:nth-child(7),
.gridDiv .setGridDiv .gridCol:nth-child(12),
.gridDiv.gridReverse .setGridDiv .gridCol:nth-child(3),
.gridDiv.gridReverse .setGridDiv .gridCol:nth-child(4),
.gridDiv.gridReverse .setGridDiv .gridCol:nth-child(9),
.gridDiv.gridReverse .setGridDiv .gridCol:nth-child(10) {
 height: 716px;
}

.gridDiv .setGridDiv .gridCol img {
 width: 100%;
 height: 100%;
 object-fit: cover;
}

.gridDiv.gridReverse .setGridDiv .gridCol:nth-child(3),
.gridDiv .setGridDiv .gridCol:nth-child(1) {
 grid-row: 1/3;
}

.gridDiv.gridReverse .setGridDiv .gridCol:nth-child(1),
.gridDiv .setGridDiv .gridCol:nth-child(2) {
 grid-row: 1/2;
}

.gridDiv.gridReverse .setGridDiv .gridCol:nth-child(2),
.gridDiv .setGridDiv .gridCol:nth-child(3) {
 grid-row: 2/3;
}

.gridDiv.gridReverse .setGridDiv .gridCol:nth-child(5),
.gridDiv .setGridDiv .gridCol:nth-child(4) {
 grid-row: 3/4;
}

.gridDiv.gridReverse .setGridDiv .gridCol:nth-child(6),
.gridDiv .setGridDiv .gridCol:nth-child(5) {
 grid-row: 4/5;
}

.gridDiv.gridReverse .setGridDiv .gridCol:nth-child(4),
.gridDiv .setGridDiv .gridCol:nth-child(6) {
 grid-row: 3/5;
}

.gridDiv.gridReverse .setGridDiv .gridCol:nth-child(9),
.gridDiv .setGridDiv .gridCol:nth-child(7) {
 grid-row: 5/7;
}

.gridDiv.gridReverse .setGridDiv .gridCol:nth-child(7),
.gridDiv .setGridDiv .gridCol:nth-child(8) {
 grid-row: 5/6;
}

.gridDiv.gridReverse .setGridDiv .gridCol:nth-child(8),
.gridDiv .setGridDiv .gridCol:nth-child(9) {
 grid-row: 6/7;
}

.gridDiv.gridReverse .setGridDiv .gridCol:nth-child(11),
.gridDiv .setGridDiv .gridCol:nth-child(10) {
 grid-row: 7/8;
}

.gridDiv.gridReverse .setGridDiv .gridCol:nth-child(12),
.gridDiv .setGridDiv .gridCol:nth-child(11) {
 grid-row: 8/9;
}

.gridDiv.gridReverse .setGridDiv .gridCol:nth-child(10),
.gridDiv .setGridDiv .gridCol:nth-child(12) {
 grid-row: 7/9;
}

/* .gridDiv .setGridDiv.lastTwoBig  .gridCol:nth-last-child(2), */
.gridDiv .setGridDiv.lastTwoBig .gridCol:last-child {
 grid-row: auto;
}

.gridDiv .setGridDiv.lastBig .gridCol:last-child {
 grid-row: auto;
 grid-column: 1/3;
}

.imageLightBoxWrapper .popupContent {
 padding: 0;
 background: transparent;
 width: 100%;
}

.imageLightBoxWrapper .popupContent h5 {
 font-family: "Cormorant Garamond Semibold";
 font-size: 2rem;
 line-height: 1.8rem;
 letter-spacing: 0em;
 text-align: center;
 margin-bottom: 20px;
 color: #fff;
}

.imageLightBoxWrapper .popupContent .swiper-slide img {
 height: 100%;
 width: 100%;
 object-fit: contain;
}

.imageLightBoxWrapper .popupContent .swiper-slide iframe {
 width: 100%;
 height: 100%;
 aspect-ratio: 16/9;
}

.imageLightBoxWrapper .popupContent .swiper-slide p {
 font-size: 1rem;
 color: #fff;
 margin-top: 10px;
}

.zoomPopupWrapper .closed,
.imageLightBoxWrapper .closed {
 position: absolute;
 top: 30px;
 right: 30px;
 cursor: pointer;
 z-index: 1;
}

.imageLightBoxWrapper .swiper-pagination {
 color: #fff;
 font-size: 0.9rem;
 font-family: "Futura Bk BT";
 width: fit-content;
 left: auto;
 bottom: 4px;
 right: 3px;
 position: static;
 display: flex;
 justify-content: flex-end;
 width: 100%;
}

.zoomPopupWrapper .popupContent {
 padding: 0;
 background: transparent;
 width: 100%;
 height: 100%;
 display: flex;
 justify-content: center;
 align-items: center;
}

.zoomPopupWrapper .container {
 position: relative;
 max-width: 100%;
 height: 100%;
 width: 100%;
 padding: 0;
}

.zoomPopupWrapper .swiper {
 width: 100%;
 height: 100%;
 display: flex;
 justify-content: center;
 align-items: center;
}

.zoomBtnDiv {
 position: absolute;
 top: 0;
 right: 0;
 left: 0;
 z-index: 99;
 background: rgba(0, 0, 0, 0.7);
 display: flex;
 align-items: center;
 margin: 0 auto;
 width: 60px;
}

.zoomBtnDiv span {
 width: 30px;
 height: 30px;
 display: flex;
 justify-content: center;
 align-items: center;
 color: #fff;
 font-size: 23px;
 cursor: pointer;
}

.zoomBtnDiv span:hover {
 background: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 1024px) {
 .imageLightBoxWrapper .container {
  /* width: 50%; */
  max-width: 800px;
  position: relative;
 }
}

.noGridDiv .setGridDiv {
 display: flex;
 flex-wrap: wrap;
 align-items: center;
}

.noGridDiv .gridCol {
 height: unset !important;
 width: calc((100% / 3) - 11px);
}

.videoDiv {
 position: relative;
}

.videoDiv:before,
.videoGrid .gridCol:before {
 content: "";
 background: url(../media/svg/play_circle.svg) no-repeat center center;
 width: 35px;
 height: 35px;
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 left: 0;
 right: 0;
 margin: 0 auto;
 z-index: 1;
}

.esgSec {
 padding: 80px 0;
}

.socialImpactSec {
 padding: 70px 0;
}

.recognitionSec {
 padding: 80px 0;
}

.bodredCardGridDiv {
 margin-top: 15px;
}

.bodredCardGridDiv .bodredCardDiv {
 /* border: 0.5px solid #9D7F19; */
 padding: 0 40px;
 width: calc(100% / 4);
 position: relative;
 margin-top: 40px;
 height: unset;
}

/*
.bodredCardGridDiv .bodredCardDiv:before {
    content: "";
     background: rgba(157, 127, 25, 0.5); 
   
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}  correc
*/
.bodredCardGridDiv .bodredCardDiv:before {
 content: "";
 background: #9d7f1980 url(../media/svg/line.png) no-repeat center center;
 width: 0.5px;
 height: 100%;
 position: absolute;
 left: 0;
 top: 0;
}

.bodredCardGridDiv .bodredCardDiv:first-child:before {
 opacity: 0;
}

.bodredCardGridDiv .bodredCardDiv img {
 width: 100%;
 height: 75px;
 object-fit: contain;
 object-position: left;
 filter: grayscale(1);
 transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.bodredCardGridDiv .bodredCardDiv:hover img {
 filter: grayscale(0);
 transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.bodredCardGridDiv .bodredCardDiv img {
 margin-top: 40px;
}

.bodredCardGridDiv .bodredCardDiv h4 {
 font-family: "Cormorant Garamond Bold";
 font-size: 20px;
 line-height: 20px;
 color: #9d7f19;
}

.blogCard .blogImgDiv {
 position: relative;
}

.blogCard .blogImgDiv img {
 width: 100%;
}

.blogCard .blogImgDiv .blogCat {
 min-height: 28px;
 display: inline-flex;
 justify-content: center;
 align-items: center;
 padding: 0 6px;
 font-family: "Futura Bk BT";
 font-size: 12px;
 color: #fff;
 background: #9d7f19;
 position: absolute;
 left: 0;
 top: 0;
}

.blogCard .blogContentDiv {
 padding: 15px 20px 25px 20px;
 border: 0.5px solid #9d7f19;
 border-top: 0;
}

.blogCard .blogContentDiv .date {
 font-family: "Futura Bk BT";
 font-size: 12px;
 text-align: left;
 color: rgba(49, 49, 49, 0.5);
}

.blogCard .blogContentDiv h5 {
 font-family: "Cormorant Garamond Medium";
 font-size: 20px;
 line-height: 28px;
 color: #313131;
 margin-top: 20px;
}

.blogCard .blogContentDiv p {
 margin-top: 10px;
}

.blogCard .blogContentDiv .goldenLineBtn {
 margin-top: 20px;
}

.contactUsSec {
 padding: 80px 0;
}

.contactInfoList li {
 text-align: center;
 margin-top: 65px;
 position: relative;
}

.contactInfoList li::before {
 content: "";
 position: absolute;
 right: 0;
 top: 50%;
 transform: translateY(-50%);
 background: rgba(157, 127, 25, 0.5);
 height: 40px;
 width: 1px;
}

.contactInfoList li:nth-child(4n + 4):before {
 opacity: 0;
}

.contactInfoList h5 {
 font-family: "Cormorant Garamond Semibold";
 font-size: 1.5rem;
 line-height: 1.8rem;
 text-align: center;
 color: #9d7f19;
 margin-bottom: 16px;
}

.contactInfoList a {
 font-family: "Futura Bk BT";
 font-size: 0.9rem;
 line-height: 1.3rem;
}

.getInTouchForm {
 padding: 0px 100px;
 margin: 80px 0 0 0;
}

.getInTouchForm .ContentText p {
 color: #313131;
}

form {
 margin: 0 -20px;
}

.formControls {
 position: relative;
 border-bottom: 0.5px solid #000000;
 padding: 8px;
 width: calc((100% / 3) - 40px);
 display: flex;
 align-items: center;
 padding-top: 28px;
 margin: 0 20px;
 margin-bottom: 10px;
}

.formControls.countrysel,
.formControls.cityselect {
 padding-top: 40px !important;
}

.formControls small,
.formControls label {
 font-family: "Futura Bk BT";
 font-size: 12px;
 text-align: left;
 color: #6d6e70;
 position: absolute;
 left: 8px;
 bottom: 11px;
 display: flex;
 align-items: center;
 transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.formControls input:focus~label,
.formControls.active label {
 bottom: 35px;
 transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
 left: 8px;
}

.formControls small {
 position: static;
}

.formControls small~label {
 left: 40px;
}

.formControls small~input {
 padding-left: 10px;
}

.formControls input {
 border: 0;
 outline: none;
 font-family: "Futura Bk BT";
 font-size: 14px;
 text-align: left;
 color: #313131;
 background: transparent;
 width: 100%;
 appearance: textfield;
 -moz-appearance: textfield;
 -webkit-appearance: textfield;
 position: relative;
 z-index: 1;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
 -webkit-appearance: none;
 margin: 0;
}

.formControls .dropDownDiv {
 width: 100%;
}

.formControls .dropDownDiv span {
 min-height: 18px;
 width: 100%;
 max-width: 100%;
 position: relative;
 z-index: 1;
 color: #313131;
}

.formControls .dropDownDiv .dropList {
 width: 100%;
 z-index: 2;
}

.formControls .dropDownDiv .dropList label {
 position: static;
}

.enquirePopupWrapper .getInTouchForm {
 padding: 40px 55px;
 min-width: 450px;
 transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.enquirePopupWrapper.active .popupContent .getInTouchForm {
 transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
 transform: translateX(-450px);
}

.formControlsCheck label {
 padding-left: 25px;
 font-family: "Futura Bk BT";
 font-size: 12px;
 text-align: left;
 color: #6d6e70;
 position: relative;
 display: flex;
 align-items: center;
 cursor: pointer;
 margin-top: 15px;
}

.formControlsCheck label:before {
 content: "";
 position: absolute;
 left: 0;
 width: 15px;
 height: 15px;
 border: 1px solid #9d7f19;
}

.formControlsCheck label:after {
 content: "";
 position: absolute;
 left: 3px;
 width: 9px;
 height: 9px;
 background: #9d7f19;
 opacity: 0;
 transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.formControlsCheck input:checked~label:after {
 opacity: 1;
 transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.formControlsCheck input {
 position: absolute;
 display: none;
}

.enquirePopupWrapper .popupContent {
 display: flex;
 width: 450px;
 flex-wrap: nowrap;
 white-space: nowrap;
 overflow: hidden;
}

.enquirePopupWrapper .formControls {
 width: 100%;
 margin: 0;
}

.enquirePopupWrapper .formControlsCheck {
 width: 100%;
}

.enquirePopupWrapper .headingH1 a {
 color: #313131;
 font-size: 14px;
 font-family: "Futura Bk BT";
 line-height: 20px;
 padding-left: 22px;
 background: url(../media/svg/call.svg) center left no-repeat;
 filter: brightness(0) saturate(100%) invert(18%) sepia(0%) saturate(1%) hue-rotate(194deg) brightness(93%) contrast(92%);
 background-size: 13%;
}

.enquirePopupWrapper .nextSlide {
 /* position: absolute;
    top: 0; */
 position: relative;
 z-index: 1;
 transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.enquirePopupWrapper .nextSlide .formControls {
 background: url(../media/svg/otpbg.png) center bottom no-repeat;
}

.enquirePopupWrapper .nextSlide .formControls input {
 font-size: 2rem;
 letter-spacing: 55px;
 padding: 0 26px;
}

.enquirePopupWrapper .nextSlide .prevArrowBtn {
 width: 30px;
 height: 30px;
 transform: rotate(90deg);
 cursor: pointer;
 position: absolute;
 top: 20px;
 left: 20px;
 padding: 7px;
 filter: brightness(0) saturate(100%) invert(47%) sepia(17%) saturate(2658%) hue-rotate(14deg) brightness(99%) contrast(80%);
}

.sec404 {
 padding-top: 10px;
 padding-bottom: 10px;
 display: flex;
 justify-content: center;
 align-items: center;
}

.sec404 img {
 margin: 0 auto;

}

.sec404 .content404 {
 margin-top: -80px;
}

.sec404 .content404 h1 {
 font-family: "Cormorant Garamond Semibold";
 font-size: 90px;
 line-height: 109px;
 letter-spacing: 0em;
 text-align: center;
 color: #9d7f19;
}

.sec404 .content404 h5 {
 font-family: "Futura Md BT";
 font-size: 18px;
 line-height: 22px;
 letter-spacing: 0em;
 text-align: center;
 color: #9d7f19;
}

.sec404 .content404 p {
 margin: 4px 0 30px 0;
}

.ourPrideSec .ourPrideSliderDiv .swiper-wrapper {
 padding-bottom: 30px;
}

.categoryDiv {
 padding: 0 0 80px 0;
}

.categoryDiv .swiper-wrapper {
 padding: 5px 0 30px 0;
}

.categoryDiv .swiper-slide {
 margin: 20px 8px !important;
 width: 280px;
}

.categoryDiv .swiper-slide:first-child {
 margin-left: 90px !important;
}

.categoryDiv .swiper-slide:last-child {
 margin-right: 90px !important;
}

.typologySec {
 padding-top: 55px;
}

.typologySec .typologyContent h5 {
 font-family: "Cormorant Garamond Semibold";
 font-size: 18px;
 line-height: 20px;
 text-align: left;
 color: #6d6e70;
}

.typologySec .typologyContent ul {
 display: flex;
 align-items: center;
 flex-wrap: wrap;
 padding: 10px 0 25px;
 gap: 5px 16px;
}

.typologySec .typologyContent ul li {
 position: relative;
}

.typologySec .typologyContent ul li:before {
 content: "|";
 position: absolute;
 right: -8px;
 color: #6d6e70;
 top: 50%;
 transform: translateY(-50%);
}

.typologySec .typologyContent ul li:last-child:before {
 content: "";
}

.typologySec .typologyContent ul li a {
 font-family: "Futura Md BT";
 font-size: 14px;
 line-height: 20px;
 text-align: left;
 color: #6d6e70;
 transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.typologySec .typologyContent ul li a:hover {
 color: #313131;
 transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.investorKeyFacts .projectsDiv {
 width: 50%;
}

.investorKeyFacts .projectsDiv ul li {
 align-items: center;
}

.investorKeyFacts .projectsDiv ul li span {
 width: 300px;
 margin-right: 40px;
 justify-content: flex-end;
}

.projectsDiv .disclaimer_txt {
 color: #6D6E70;
 font-size: 12px;
 line-height: 14.38px
}

.keyFactsSec .projectsDiv ul li:last-child:has(.disclaimer_txt) {
 margin-top: 0;
}

.investorKeyFacts .investorTextImgDiv {
 width: 50%;
}

.investorKeyFacts .investorTextImgDiv p {
 font-family: "Futura Md BT";
 font-size: 16px;
 line-height: 35px;
 text-align: left;
 color: #6d6e70;
 margin-top: 4px;
}

.investorKeyFacts .investorTextImgDiv img {
 width: 100%;
}

.presentationSec {
 padding: 80px 0;
}

.presentationSec .countDiv {
 /* background: #313131; */
 background: #FAF9E7;
 padding: 28px 90px;
}

.presentationSec .countDiv iframe {
 margin-left: -20px;
}

.presentationSec .countDiv h6 {
 font-family: "Futura Md BT";
 font-size: 24px;
 line-height: 35px;
 text-align: left;
 /* color: #fff; */
 color: #313131;
 margin-top: 30px;
}

.presentationSec .countDiv p {
 font-family: "Futura Bk BT";
 font-size: 14px;
 line-height: 35px;
 text-align: left;
 /* color: #fff; */
 color: #313131;
 margin-top: 12px;
}

.presentationSec .countDiv h2 {
 font-family: "Futura Md BT";
 font-size: 40px;
 line-height: 35px;
 text-align: left;
 margin-top: 12px;
 margin-bottom: 44px;
 /* color: #fff; */
 color: #313131;
}

.presentationSec .countDiv h2 sup {
 vertical-align: super;
 font-family: "Futura Md BT";
 font-size: 14px;
 line-height: 35px;
}

.presentationSec .countDiv h2 sub {
 font-size: 14px;
}

.presentationSec .countDiv h3 {
 font-family: "Futura Md BT";
 font-size: 20px;
 line-height: 35px;
 text-align: left;
 color: #9cc863;
}

.presentationSec .countDiv small {
 font-family: "Futura Md BT";
 font-size: 14px;
 line-height: 35px;
 text-align: left;
 /* color: #fff; */
 color: #313131;
}

.contactList {
 display: flex;
 justify-content: flex-start;
 align-items: flex-start;
 flex-wrap: wrap;
 margin: 20px 0;
}

.contactList li {
 width: 100%;
 border-bottom: 1px solid #6d6e70;
 display: flex;
 justify-content: flex-start;
 align-items: center;
 padding: 18px 0;
}

.contactList li h6 {
 font-family: "Futura Md BT";
 font-size: 16px;
 line-height: 19.18px;
 text-align: left;
 color: #9d7f19;
 min-width: 400px;
}

.contactList li a {
 font-family: "Futura Bk BT";
 font-size: 16px;
 line-height: 19.18px;
 text-align: left;
 color: #6d6e70;
 min-width: 300px;
 display: inline-flex;
 transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.contactList li a:hover {
 transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
 color: #313131;
}

.financialSec {
 padding: 45px 0 0 0;
}

.yearDropDiv h6 {
 font-family: "Futura Bk BT";
 font-size: 18px;
 line-height: 28px;
 text-align: left;
 color: #313131;
}

.yearDropDiv .dropDownDiv {
 min-width: 100px;
 margin-left: 35px;
}

.viewList li {
 display: flex;
 justify-content: space-between;
 align-items: center;
 padding: 16px 10px;
 border-bottom: 1px solid rgba(109, 110, 112, 0.5);
 min-height: 70px;
 flex-wrap: wrap;
}

.viewList li:last-child {
 border: 0;
}

.viewList li p {
 width: calc(100% - 350px);
 transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.viewList li:hover p {
 color: #313131;
 transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.viewList li audio {
 width: 315px;
 height: 40px;
}

.directorList li {
 display: flex;
 justify-content: flex-start;
 align-items: center;
 padding: 30px 0;
 border-bottom: 1px solid rgba(109, 110, 112, 0.2);
 flex-wrap: wrap;
}

.directorList li span {
 display: inline-flex;
 align-items: center;
 justify-content: flex-start;
 width: 50%;
 font-family: "Futura Md BT";
 font-size: 14px;
 line-height: 16px;
 text-align: left;
 color: #313131;
}

.directorList li:first-child span,
.directorList li span:last-child {
 font-family: "Futura Bk BT";
}

.cardSliderDesk .ContentText {
 margin-top: 20px;
}

.normalTextImgSlider .ContentText h5 {
 font-family: "Futura Bk BT";
 font-size: 16px;
 line-height: 20px;
 text-align: left;
}

.cardSliderDesk .ContentText p {
 margin-top: 5px;
 font-size: 12px;
 line-height: 16px;
 max-width: 100%;
}

.cardSliderDesk .swiper-wrapper {
 gap: 40px 65px;
}

.cardSliderDesk .swiper-wrapper .swiper-slide {
 width: calc((100% / 3) - 44px);
 margin: 0 !important;
}

.listNewsDiv .projectFilterDiv {
 margin-top: 40px;
}

.listNewsDiv .listNewsFilterDiv {
 position: relative;
 z-index: 1;
}

.listNewsDiv .listNewsFilterDiv p {
 font-family: "Futura Bk BT";
 font-size: 18px;
 line-height: 28px;
 text-align: left;
 color: #313131;
}

.listNewsDiv .listNewsFilterDiv .dropDownDiv {
 min-width: 90px;
 margin-left: 30px;
}

.listNewsDiv .listNewsFilterDiv>div {
 margin-right: 60px;
}

.listingDiv .listingImgTextDiv {
 padding: 22px 10px;
 border-bottom: 1px solid rgba(109, 110, 112, 0.5);
 transition: all 300ms linear;
 background: #fff;
 position: relative;
}

.listingDiv .listingImgTextDiv:hover {
 transition: all 300ms linear;
 box-shadow: rgba(109, 110, 112, 0.5) 0px 25px 20px -20px;
 z-index: 1;
 transform: translateY(-3px);
}

.listingDiv .listingImgTextDiv .listingImgDiv {
 width: 150px;
}

.listingDiv .listingImgTextDiv .listingImgDiv img {
 width: 100%;
}

.listingDiv .listingImgTextDiv .listingTextDiv {
 width: calc(100% - 150px);
 padding: 10px 100px 10px 25px;
}

.listingDiv .listingImgTextDiv .listingTextDiv span {
 font-family: "Futura Bk BT";
 font-size: 14px;
 line-height: 20px;
 text-align: left;
 color: #9d7f19;
}

.listingDiv .listingImgTextDiv .listingTextDiv span small {
 color: #6d6e70;
}

.listingDiv .listingImgTextDiv .listingTextDiv h3 {
 font-family: "Cormorant Garamond Semibold";
 font-size: 24px;
 line-height: 28px;
 text-align: left;
 color: #313131;
 margin-top: 16px;
}

.listNewsDetailsDiv h3 {
 font-family: "Cormorant Garamond Semibold";
 font-size: 24px;
 line-height: 28px;
 text-align: left;
 color: #313131;
 margin-top: 40px;
}

.listNewsDetailsDiv .date {
 font-family: "Futura Bk BT";
 font-size: 14px;
 line-height: 20px;
 text-align: left;
 color: #6d6e70;
 display: flex;
 margin-top: 16px;
}

.listNewsDetailsDiv p {
 margin-top: 20px;
}

.newsPressDiv {
 gap: 60px 16px;
}

.newsPressDiv .newsDiv {
 width: calc(50% - 8px);
}

.newsPressDiv .newsDiv h4 {
 font-family: "Cormorant Garamond Semibold";
 font-size: 24px;
 line-height: 28px;
 text-align: left;
 color: #313131;
}

.newsPressDiv .newsDiv p {
 margin-top: 8px;
}

.newsPressDiv .newsDiv .newsImgDiv {
 margin-top: 16px;
 overflow: hidden;
}

.newsPressDiv .newsDiv .newsImgDiv img {
 width: 100%;
 transition: all 3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.newsPressDiv .newsDiv:hover .newsImgDiv img {
 transition: all 3s cubic-bezier(0.215, 0.61, 0.355, 1);
 transform: scale(1.1);
}

.newsPressDiv .pressDiv {
 padding: 32px 30px;
 background: #FAF9E7;
}

.newsPressDiv .pressDiv ul li {
 padding: 14px 0px;
 border-top: 1px solid rgba(109, 110, 112, 0.5);
}

.newsPressDiv .pressDiv ul li:first-child {
 border: 0;
}

.newsPressDiv .pressDiv ul li a {
 font-family: "Futura Bk BT";
 font-size: 16px;
 line-height: 19.18px;
 text-align: left;
 color: #6d6e70;
 transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.newsPressDiv .pressDiv ul li:hover a {
 color: #313131;
 transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.newsPressDiv .pressDiv ul li a span {
 display: flex;
 font-size: 12px;
 margin-top: 8px;
}

.termsConditionContentDiv {
 margin-top: 40px;
}

.termsConditionContentDiv h3,
.termsConditionContentDiv h4 {
 font-family: "Futura Md BT";
 font-size: 18px;
 line-height: 22px;
 text-align: left;
 color: #313131;
 margin-top: 30px;
}

.termsConditionContentDiv p {
 line-height: 22px;
}

.termsConditionContentDiv a {
 text-decoration: underline;
}

.siteMapContentDiv h5 {
 margin-top: 40px;
}

.siteMapContentDiv h5 a {
 font-family: "Cormorant Garamond Bold";
 font-size: 20px;
 line-height: 20px;
 text-align: left;
 color: #9d7f19;
}

.siteMapContentDiv ul li a {
 font-family: "Futura Bk BT";
 font-size: 14px;
 line-height: 20px;
 text-align: left;
 color: #6d6e70;
}

.siteMapContentDiv ul li a:hover {
 color: #313131;
}

.siteMapContentDiv ul li {
 margin-top: 16px;
}

.siteMapContentDiv ul li a.active {
 font-family: "Futura Hv BT";
}

.siteMapContentDiv>div>div {
 width: calc(100% / 3);
}

.logoSliderDiv .swiper-wrapper {
 flex-direction: unset !important;
}

.logoSliderDiv .swiper-slide {
 display: flex;
 min-height: 60px;
 align-items: center;
 justify-content: center;
 padding: 10px 0;
 margin-bottom: 40px;
 border-left: 1px solid rgba(157, 127, 25, 0.5);
}

.logoSliderDiv .swiper-slide img {
 filter: grayscale(1);
 transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.logoSliderDiv .swiper-slide:hover img {
 filter: grayscale(0);
 transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.logoSliderDiv .swiper-slide h5 {
 font-family: "Futura Md BT";
 font-size: 16px;
 line-height: 19.18px;
 text-align: center;
 color: #6d6e70;
 transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.logoSliderDiv .swiper-slide:hover h5 {
 color: #9d7f19;
 transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.logoSliderDiv .swiper-slide:nth-child(5n + 5) {
 justify-content: center;
}

.logoSliderDiv .swiper-slide:nth-child(5n + 1) {
 justify-content: center;
 border-left: 0;
}

.iconTextList {
 margin-top: 70px;
}

.iconTextList ul {
 /* gap: 80px 40px; */
 width: 100%;
}

.iconTextList ul li {
 text-align: center;
 width: calc((100% / 5));
 height: auto;
 padding: 40px 0;
}

.iconTextList ul li img {
 margin: 0 auto;
}

.iconTextList ul li p {
 margin-top: 20px;
}

.iconTextList .hoverContent {
 border: 1px solid rgba(157, 127, 25, 0.2);
}

.headingPraCardDiv>div {
 gap: 24px;
}

.headingPraCardDiv .headingPraCard {
 background: #FAF9E7;
 padding: 50px 25px;
 width: calc((100% / 3) - 16px);
 text-align: center;
 display: none;
 justify-content: center;
 align-items: center;
}

.headingPraCardDiv .headingPraCard h5 {
 font-family: "Cormorant Garamond Semibold";
 font-size: 24px;
 line-height: 28px;
 padding: 0 20px;
}

.headingPraCardDiv .headingPraCard p {
 margin-top: 24px;
}

.peopleSec .ourPromiseSec .container {
 padding: 0 80px;
}

.peopleSec .ourPromiseSec .headingH1 {
 color: #9d7f19;
 font-size: 20px;
}

.peopleSec .ourPromiseSec h5 {
 font-family: "Futura Hv BT";
 font-size: 14px;
 line-height: 20px;
 margin-top: 12px;
 color: #6d6e70;
}

.peopleSec .ourPromiseSec h5 span {
 font-family: "Futura Bk BT";
}

.peopleSec .ourPromiseSec .ourPromiseTextDiv {
 padding: 0 80px;
}

.careerExpSec .projectSearchDiv {
 width: 500px;
}

.expCardList {
 gap: 20px 16px;
}

.expCardList .expCard {
 border: 1px solid rgba(109, 110, 112, 0.1);
 width: calc((100% / 3) - 11px);
}

.expCardList .expCard .expHeadingDiv {
 background: #FAF9E7;
 padding: 25px 20px;
}

.expCardList .expCard .expHeadingDiv h4 {
 font-family: "Cormorant Garamond Bold";
 font-size: 24px;
 line-height: 28px;
 color: #9d7f19;
}

.expCardList .expCard .expHeadingDiv h6 {
 font-family: "Futura Bk BT";
 font-size: 14px;
 line-height: 20px;
 text-align: left;
 color: #9d7f19;
 margin-top: 8px;
}

.expCardList .expCard .expContentDiv {
 padding: 0px 20px 25px 20px;
}

.expCardList .expCard .expContentDiv p {
 padding: 17px 0;
 border-top: 1.2px solid rgba(109, 110, 112, 0.2);
}

.expCardList .expCard .expContentDiv p:first-child {
 border-top: 0;
}

.expCardList .expCard .expContentDiv p span {
 color: #9d7f19;
 text-decoration: underline;
}

.expCardList .expCard .expContentDiv small {
 font-family: "Futura Hv BT";
 min-width: 150px;
 display: inline-flex;
 justify-content: center;
}

.expCardList .expCard .expContentDiv ul {
 list-style: disc;
 padding-left: 20px;
 margin-top: 8px;
}

.expCardList .expCard .expContentDiv ul li {
 font-family: "Futura Md BT";
 font-size: 14px;
 line-height: 20px;
 color: #6d6e70;
}

.expCardList .expCard .expContentDiv .goldenBorderBtn {
 margin-top: 30px;
}

.imgWithExpandContentList .imgWithWxpandContentCard {
 background: #FAF9E7;
 width: calc((100% / 2) - 8px);
}

.imgWithExpandContentList .imgWithWxpandContentCard .expandContentDiv {
 padding: 20px;
}

.commercialFilterDiv {
 background: #FAF9E7;
 /* margin-top: -30px !important; */
 position: relative;
 z-index: 9 !important;
}

.commercialFilterDiv .dropDownDiv>span {
 min-height: 60px;
 padding: 20px;
 padding-right: 40px;
 width: 100%;
 max-width: 100%;
}

.commercialFilterDiv .dropDownDiv {
 width: calc(100% / 3) !important;
 border-right: 1px solid rgba(157, 127, 25, 0.5);
}

.commercialFilterDiv .dropDownDiv:last-child {
 border: 0;
}

.commercialFilterDiv .dropDownDiv span:before {
 right: 20px;
 filter: brightness(0) saturate(100%) invert(46%) sepia(10%) saturate(4391%) hue-rotate(14deg) brightness(103%) contrast(80%);
}

.commercialFilterDiv .searchBtn {
 width: 60px;
 height: 60px;
 background: #9d7f19;
 display: flex;
 justify-content: center;
 align-items: center;
 cursor: pointer;
 transition: all 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);

}

.commercialFilterDiv .searchBtn:hover {
 background: #7d6410;
 transition: all 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.commercialFilterDiv .searchBtn img {
 width: 21px;
 height: 21px;
}

.commercialFilterDiv .listDiv {
 width: calc(100% - 60px);
 gap: 0;
}

.commercialFilterDiv .dropDownDiv .dropList {
 width: 100%;
}

.when-you-thrive {
 width: 100%;
 position: relative;
}

.when-you-thrive-innner {
 margin: 0 auto;
 max-width: 575px;
}

.iconTextListInner {
 max-width: 287px;
 width: 100%;
}

.iconTextListInner.bg-light {
 background: #FFFDF4;
}

.iconTextListInner.bg-dark {
 background: #F9F1D2;
}

.iconTextListInner {
 display: flex;
 justify-content: center;
 flex-direction: column;
 padding-top: 45px;
 padding-bottom: 19px;
 text-align: center;
}

.when-you-thrive .iconTextListInner {
 justify-content: space-between;
}

.esgblog .blogContentDiv h5 {
 margin-top: 10px;
}

.iconTextListInner img {
 width: 30px;
 margin: 0 auto;
}

.iconTextListInner:nth-child(4) img {
 width: 13px !important;
}

.iconTextListInner p {
 padding-top: 20px;
 font-size: 14px;
 line-height: 18px;
 font-weight: 400;
}

.iconTextListInner .read-more {
 color: #9D7F19;
 font-size: 14px;
 line-height: 20px;
 text-decoration: underline;
 cursor: pointer;
}

/*
.when-you-thrive-overlay {

	position: absolute;
	bottom: 0;
	right: 100%;
	left: 0;
	background-color: #FFFDF4;
	overflow: hidden;
	width: 0;
	height: 100%;
	transition: .5s ease;
	z-index: -1;
	padding: 40px;
	padding: 50px;
}*/
.when-you-thrive-overlay {
 position: absolute;
 bottom: 100%;
 left: 0;
 right: 0;
 background-color: #FFFDF4;
 overflow: hidden;
 width: 100%;
 height: 0;
 transition: .5s ease;
 padding-right: 50px;
 padding-left: 40px;
}

.thrive-overlay {
 display: block;
 bottom: 0;
 height: 100%;
 z-index: 1;
 padding-top: 50px;
 padding-bottom: 40px;
 padding-right: 50px;
 padding-left: 40px;
}

.overlay-close {
 position: absolute;
 right: 0;
 top: 0;
 margin-top: 20px;
 margin-right: 20px;
 cursor: pointer;
}

.iconTextListoverlayHeading {
 font-weight: bold;
}

.icon-heading {
 gap: 20px;
 margin-bottom: 10px;
 align-items: center;
}

.thrive-overlay-text {
 padding-left: 50px;
 padding-right: 50px;
}

.thrive-overlay-text p {
 margin-bottom: 25px;
}

.overlay-four img {
 width: 20px;
 margin-left: 7px;
}


.thrive-overlay-text p:last-child {
 margin-bottom: 0px;
}

.iconTextListoverlay {
 position: relative;
 height: 85%;
 max-height: 100%;
 width: 100%;
 overflow-y: auto;
}


.iconTextListoverlay {
 scrollbar-color: #9d7f19 #F9F1D2;
 scrollbar-width: thin;
}

.viewList .viewList .viewList li p {
 width: 100%;
}

.nri-top-img {
 max-width: 232px;
 margin: 0 auto;
}

.nri-full-img {
 width: 100%;
 height: 100%;
}

.exclusive-pd {
 padding: 0px 50px
}

.nri-ContentText {
 width: 230px;
 text-align: center;
}

.Benefits-title {
 margin-bottom: 7px;
 text-align: left;
}

.swiper-container {
 max-width: 1200px;
 padding: 0 15px;
 margin: 0 auto;
 width: 100%;
}

.brandexdesign_sec.pd-0 {
 padding-top: 0;
}

.typologySec-p {
 color: #6D6E70;
 font-size: 14px;
 line-height: 20px;
 font-weight: 400;
 margin-bottom: 20px;
}

.nri-swiper .swiper-slide:first-child {
 margin-left: 15px;
}

.listtype {
 list-style-type: disc;
 margin-left: 14px;
 font-family: "Futura Bk BT";
 font-size: 16px;
 color: #6D6E70;
 font-weight: 400;
}

.listtype li {
 margin-bottom: 10px;
}

.ourvalue-pd {
 padding-top: 4px;
}

.errorclass {
 color: red;
 position: absolute;
 bottom: -16px;
 font-size: 12px;
 font-family: "Futura Bk BT";
}

.mobile_error.errorclass {
 left: 8px;
}

.form-item-resived-update-on-whatsapp {
 margin-top: 10px;
}

.minheight .tabData {
 min-height: 290px
}

/*
.filterListDiv .dropDownDiv:nth-child(1) {
	width:104px;
}
.filterListDiv .dropDownDiv:nth-child(2) {
	width:113px;
}
.filterListDiv .dropDownDiv:nth-child(3) {
	width:104px;
}
.filterListDiv .dropDownDiv:nth-child(4) {
	width:117px;
}
.filterListDiv .dropDownDiv:nth-child(5) {
	width:97px;
}
.filterListDiv .dropDownDiv:nth-child(6) {
	width:124px;
}
.filterListDiv .dropDownDiv:nth-child(7) {
	width:100px;
	
}
*/
.filterListDiv.all-project-filter .dropDownDiv:nth-child(1) {
 width: 104px;
}

.filterListDiv.all-project-filter .dropDownDiv:nth-child(2) {
 width: 113px;
}

.filterListDiv.all-project-filter .dropDownDiv:nth-child(3) {
 width: 104px;
}

.filterListDiv.all-project-filter .dropDownDiv:nth-child(4) {
 width: 100px;
}

.filterListDiv.all-project-filter .dropDownDiv:nth-child(5) {
 width: 125px;
}

.filterListDiv.all-project-filter .dropDownDiv:nth-child(6) {
 width: 92px;
}

.filterListDiv.all-project-filter .dropDownDiv:nth-child(7) {
 width: 140px;

}

.filterListDiv.all-project-filter .dropDownDiv:nth-child(7) span {
 max-width: 140px;
}

.maindropdown .dropList {
 min-width: 350px;
 display: flex;
 gap: 15px;
 padding: 20px 20px;
}

.maindropdown .dropList .innerdropDownDiv p {
 margin-bottom: 8px;
}

.maindropdown .dropList .innerdropDownDiv-max p {
 margin-bottom: 8px;
}

.maindropdown .dropList .innerdropDownDiv {
 width: 50%;
}

.maindropdown .dropList .innerdropDownDiv-max {
 width: 50%;
}

.blog-iframe {
 width: 100%;
}

.innerdropDownDiv {
 position: relative;
}

.innerdropDownDiv.innerDropDown .dropList {
 background: #fff;
 position: absolute;
 padding-top: 0;
 padding-bottom: 0;
 min-width: 150px;
 width: 150px;
 left: 0;
 padding-left: 0;
 padding-right: 0;
 filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
 opacity: 0 !important;
 visibility: hidden;
 z-index: -1;
 transform: translateY(20px);
 transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.maindropdown .innerdropDownDiv.innerDropDown span {
 max-width: 150px;
}

.maindropdown .innerdropDownDiv-max.innerDropDown-max span {
 max-width: 150px;
}

.innerdropDownDiv.innerDropDown.active .dropList {
 opacity: 1 !important;
 visibility: visible;
 z-index: 2;
 transform: translateY(0);
 transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);

}

.innerdropDownDiv.innerDropDown span {
 padding: 10px;
 border: 1px solid;
}

.innerdropDownDiv-max {
 position: relative;
}

.innerdropDownDiv-max.innerDropDown-max .dropList {
 background: #fff;
 position: absolute;
 margin-top: 20px;
 min-width: 140px;
 width: 150px;
 right: 0;
 padding-top: 0;
 padding-bottom: 0;
 padding-left: 0;
 padding-right: 0;
 filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
 opacity: 0 !important;
 visibility: hidden;
 z-index: -1;
 transform: translateY(20px);
 transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.innerdropDownDiv-max.innerDropDown-max.active .dropList {
 opacity: 1 !important;
 visibility: visible;
 z-index: 2;
 transform: translateY(0);
 transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.innerdropDownDiv-max.innerDropDown-max span {
 padding: 10px;
 border: 1px solid;
}

.innerdropDownDiv-max.innerDropDown-max.active .dropList ul li {
 white-space: nowrap;
}

.innerdropDownDiv.innerDropDown span:before {
 content: "";
 background: url(../media/svg/arrowDown.svg);
 position: absolute;
 right: 6px;
 width: 12px;
 height: 7px;
 transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1) !important;
 top: 50%;
 transform: translateY(-50%) !important;
}

.innerdropDownDiv.innerDropDown.active span:before {
 transform: translateY(-50%) rotateX(180deg) !important;
 transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1) !important;
 ;
}

.innerdropDownDiv-max.innerDropDown-max span:before {
 content: "";
 background: url(../media/svg/arrowDown.svg);
 position: absolute;
 right: 6px;
 width: 12px;
 height: 7px;
 transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1) !important;
 top: 50%;
 transform: translateY(-50%) !important;
}

.innerdropDownDiv-max.innerDropDown-max.active span:before {
 transform: translateY(-50%) rotateX(180deg) !important;
 transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1) !important;
}


.linksListWithSearch .innerSearchDiv .serachAutofillDiv ul li {
 color: #fff;
}

.contactUsSec .contactInfoList li:last-child::before {
 background: #fff !important;
}

.careerfilter .dropDownDiv:nth-child(1) {
 width: 150px;
}

.careerfilter .dropDownDiv:nth-child(1) span {
 width: 150px;
 max-width: 150px;
}

.careerfilter .dropDownDiv:nth-child(2) {
 width: 150px;
}

.careerfilter .dropDownDiv:nth-child(2) span {
 width: 153px;
 max-width: 153px;
}

.faqSec .reraSec .accordionContent p a {
 white-space: inherit
}

.imgWithExpandContentList .expandContentDiv .headingH1 {
 min-height: 56px;
}

.pd-lr-70 {
 padding-left: 72px;
 padding-right: 72px;
}

.formControlsCheck {
 align-items: center;
 display: flex;
 position: relative;
}

.commercial-card .swiper-wrapper {
 gap: 50px 65px;
}

.compl {
 color: #6D6E70;
}

.compl:hover {
 color: #9d7f19;
}

.commercialText p {
 margin-bottom: 20px;
}

.commercial-card .ContentText p {
 margin-top: 5px !important;
}

.commercial-three-col p {
 font-size: 14px !important;
}

.keyFactsSec .ContentText p {
 font-size: 14px;
 margin-bottom: 20px;
}

.keyFactsSec .keyContentDiv {
 margin-top: 45px;
}

.keyFactsSec.commercial-keyfact .projectsDiv p {
 font-size: 12px;
 line-height: 16px;
 padding-left: 20px;
}

.keyFactsSec.commercial-keyfact .projectsDiv span {
 justify-content: end;
 margin-right: 0;
 padding-left: 30px;
 min-width: 295px;
}

.saleText {
 font-size: 12px;
 color: #000000 !important
}

.commercial-Featured {
 padding-top: 100px;
 padding-bottom: 0;
}

.commercial-Featured .ourPrideSliderDiv {
 padding-bottom: 0;
}

.commercial-Featured .swiper-wrapper {
 justify-content: flex-start;
}

.commercial-Featured .swiper .swiper-slide:first-child {
 margin-left: 0;
}

.commercial-Featured .swiper .swiper-slide:last-child {
 margin-right: 0;
}

.commercial-Featured .swiper .swiper-wrapper {
 margin-bottom: 25px;
}

.commercial-Featured h6 {
 color: #6D6E70 !important;
 position: relative;
 font-size: 16px;
 line-height: 28px;
}

.commercial-servie-sec .ContentText {
 width: 130px;
 text-align: left
}

.commercial-servie-sec p {
 line-height: 18px;
}

.commercial-servie-sec .saleText {
 font-size: 12px;
}

.commercial-faqSec .container {
 padding-left: 50px;
 padding-right: 50px;
}

.commercial-servie-sec {
 margin-bottom: 60px
}

.commercial-servie-sec .headingH1 {
 margin-top: 0;
}

.commercial-servie-sec ul {
 padding-right: 0;
}

.commercial-blog .blogContentDiv h5 {
 margin-top: 10px;
}

.commercial-blog .blogContentDiv .goldenLineBtn {
 margin-top: 15px;
}

.contactInfoList li:nth-child(1)::before {
 width: 1.2px
}

.contactInfoList li:nth-child(2)::before {
 width: 1px
}

.contactInfoList li:nth-child(3)::before {
 width: 1.5px
}

.contactInfoList li:nth-child(4)::before {
 width: 1.2px
}

.contactInfoList li:nth-child(5)::before {
 width: 1.2px
}

.contactInfoList li:nth-child(6)::before {
 width: 1px
}

.contactInfoList li:nth-child(7)::before {
 width: 1.2px
}

.call-cta {
 display: none !important;
}

header.white .mainHeader .linksDiv>ul>li .innerMenuDiv .innerSearchDiv ul li,
header.white .mainHeader .linksDiv>ul>li .innerMenuDiv .innerSearchDiv ul li a {
 color: #000
}

.blog-detail .blog-left-col ul {
 list-style-type: disc;
 margin-bottom: 25px;
 margin-left: 18px;
}

.blog-left-col ul li {
 font-size: 16px;
 line-height: 22px;
 color: #6D6E70;
 font-family: "Futura Bk BT";
 margin-bottom: 8px;
}

.blog-left-col img {
 max-width: 100%;
 height: auto;
}

.newslist img {
 max-width: 100%;
 height: auto;
}

.recentblog .blogContentDiv h5 {
 min-height: 56px;
}



.recentblog {
 margin-top: 40px
}

.mediaKit-ul {
 display: flex;
 gap: 30px;
}

.mediaKit-ul .logoImage {
 border: 1px solid #bd9234;
 padding: 31px 20px;
 height: 108px;
}

.mediaKit-ul .logoFormat {

 font-size: 22px;
 color: #bd9234;
 margin: 15px 0;
 text-align: center;
 font-family: "Futura Bk BT";
}

.mediaKit .mediaKit-title {
 background: #FAF9E7;
 padding: 20px 20px;
 width: 100%;
}

.mediaKit .mediaKit-title p {
 color: #313131;
 font-family: 'Cormorant Garamond Semibold';
 font-size: 1.5rem;
 line-height: 1.75rem;
}

.mediaKit .listNewsDiv {
 margin-top: 40px;
}

.mediaKit-logo {
 width: 185px;
}

.mediaKit span {
 display: inline-flex;
 color: #9D7F19 !important;
 text-align: center !important;
 align-items: center;
 font-family: "Futura Bk BT" !important;
 font-size: 14px !important;
 font-style: normal !important;
 font-weight: 400;
 line-height: 20px;
 text-decoration-line: underline;
 transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
 gap: 3px;
}

.mediaKit .mediaKit-download-img {
 width: 24px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
 position: absolute;
 left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
 position: relative;
 padding-left: 28px;
 cursor: pointer;
 line-height: 20px;
 display: inline-block;
 color: #666;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
 content: '';
 width: 18px;
 height: 18px;
 position: absolute;
 left: 20px;
 border: 1px solid #9D7F19;
 border-radius: 100%;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
 content: '';
 width: 10px;
 height: 10px;
 background: #9D7F19;
 position: absolute;
 top: 20px;
 left: 24px;
 border-radius: 100%;
 -webkit-transition: all 0.2s ease;
 transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
 opacity: 0;
 -webkit-transform: scale(0);
 transform: scale(0);
}

[type="radio"]:checked+label:after {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1);
}

.dropDownDiv.radiochek .dropList ul li label {
 padding-left: 50px;
}

.listDiv.loadDataDiv ul li:last-child {
 margin-bottom: 0 !important;
}

.newslist ul {
 list-style-type: disc;
 margin-bottom: 25px;
 margin-left: 18px;
 margin-top: 10px;
}

.newslist ul li {
 font-size: 16px;
 line-height: 22px;
 color: #6D6E70;
 font-family: "Futura Bk BT";
 margin-bottom: 8px;
}

.presslist ul {
 list-style-type: disc;
 margin-bottom: 25px;
 margin-left: 18px;
 margin-top: 10px;
}

.presslist ul li {
 font-size: 0.875rem;
 line-height: 22px;
 color: #6D6E70;
 font-family: "Futura Bk BT";
 margin-bottom: 8px;
}

.blogSliderDiv .blogCard h5 {
 min-height: 56px;
}

.newslist iframe {
 width: 100%;
}

.newslist .youtube-video {
 position: relative;
 overflow: hidden;
 width: 100%;
 padding-top: 56.25%;
}


.responsive-iframe {
 position: absolute;
 top: 0;
 left: 0;
 bottom: 0;
 right: 0;
 width: 100%;
 height: 100%;
}

.blog-detail .youtube-video {
 position: relative;
 overflow: hidden;
 width: 100%;
 padding-top: 56.25%;
 margin-bottom: 16px;
}

.presslist iframe {
 width: 100%;
}

.presslist .youtube-video {
 position: relative;
 overflow: hidden;
 width: 100%;
 padding-top: 56.25%;
}

.responsive-iframe {
 position: absolute;
 top: 0;
 left: 0;
 bottom: 0;
 right: 0;
 width: 100%;
 height: 100%;
}

.otptext {
 padding-top: 20px;
}

.ol-a {
 list-style-type: lower-alpha !important;
}

.ol-a li {
 font-size: 0.875rem;
 line-height: 22px;
 color: #6D6E70;
 font-family: "Futura Bk BT";
 margin-bottom: 5px;
}

.accordionContent .viewList .viewList .accordionMain .accordionHeading.loadData {
 display: block;
}

.faqSec ul {
 list-style-type: disc;
 margin-bottom: 10px;
 margin-left: 18px;
 margin-top: 10px;
}

.faqSec ul li {
 font-size: 0.875rem;
 line-height: 1.25rem;
 color: #6D6E70;
 font-family: "Futura Bk BT";
 margin-bottom: 8px;

}

.sentotp-btn {
 background: #fff;

 min-height: 34px;
 flex-shrink: 0;
 display: flex;
 justify-content: center;
 align-items: center;
 color: #9D7F19;
 text-align: center;
 font-family: "Futura Bk BT";
 font-size: 0.875rem;
 font-style: normal;
 font-weight: 400;
 line-height: 1.25rem;
 padding: 0px 10px;
 border: 1px solid #9D7F19;
 transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
 display: inline-flex;
 text-transform: capitalize;
 cursor: pointer;
 margin-bottom: -6px;
}

.sentotp-btn:hover {
 transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
 color: #fff;
 background: #9D7F19;
}

.pop-mobile-number {
 padding-right: 10px;
}

.pager__items {
 list-style-type: none !important;
}

.pager__items .visually-hidden {
 position: absolute !important;
 overflow: hidden;
 clip: rect(1px, 1px, 1px, 1px);
 width: 1px;
 height: 1px;
 word-wrap: normal;
}

#pagination-heading {
 display: none;
}

.getInTouchForm .formControls label {
 font-size: 14px;
}

.white .goldenLineBtn.hoverWhite:hover {
 color: #000 !important
}

li.request-btn-wrapper {
 flex-direction: column-reverse;
 justify-content: center;
 align-items: center;
}

#edit-captcha-response {
 padding: 5px;
 border-radius: 0;
 outline: 0;
 border: 0.5px solid #000000;
}

#edit-captcha-response:hover {
 outline: none;
}

li.request-btn-wrapper label {
 font-family: "Futura Bk BT";
 font-size: 12px;
 text-align: left;
 color: #6d6e70;
}

li .captcha__element {
 margin-bottom: 20px;
 position: relative;
 margin-bottom: 30px;
}

.secodaryNav .swiper-button {
 top: -60px;

}

.captcha_error {
 position: absolute !important;
 left: 0;
}

.popupContent .formControls {
 padding-top: 20px;
}

.accordionSubHeading {
 color: #313131;
 border-color: transparent;
 transition: all 0.5s cubic-bezier(.215, .61, .355, 1);
 font-family: 'Futura Bk BT';
 font-size: 1rem;
 line-height: 1.1rem;
 text-align: left;
 padding: 30px 39px 14px 10px;
 position: relative;
 cursor: pointer;
}

.reraPage ol {
 list-style-type: numbers;
}

.reraPage ol li {
 color: #6D6E70;
 font-family: "Futura Bk BT";
 font-size: 0.875rem;
 font-style: normal;
 font-weight: 400;
}

.reraPage p {
 margin-bottom: 15px;
}

.reraPage h4 {
 margin-bottom: 5px;
}

.liststyle li {
 flex-wrap: nowrap;
}

.imageLightBoxWrapper .swiper-wrapper {
 align-items: center;
}

.headingPraCardDiv .headingPraCard h5 {
 min-height: 56px;
}

.spotlightBanner {

 margin-top: 75px;
}


/*education*/

.education-info-sec {
 max-width: 1050px;
 margin: 0 auto;
}

.education-info-sec .textImgDiv {
 padding-top: 42px;
}

.education-info-sec .imgDiv {
 width: 57% !important;
}

.education-info-sec .textDiv {
 padding-left: 6% !important;
 width: 43% !important;
}

.education-info-sec .textDiv .ourPromiseTextDiv {
 width: 370px !important;
}

.edu-portfolio .swiper .swiper-wrapper .swiper-slide div {
 background: #FAF9E7;
}

.edu-portfolio .swiper .swiper-wrapper .swiper-slide .ContentText {
 padding: 20px 15px;
}

.edu-portfolio .swiper .swiper-wrapper .swiper-slide .ContentText h6 {
 color: #313131;
 font-family: "Cormorant Garamond";
 font-size: 1.5rem;
 line-height: 1.75rem;
 font-style: normal;

}

.edu-portfolio .swiper .swiper-wrapper .swiper-slide .ContentText p {
 font-family: "Futura Bk BT";
 font-size: 13px;
 font-style: normal;
 font-weight: 400;
 line-height: 20px;
 color: #6D6E70;
 margin-top: 12px !important;
 min-height: 80px;
}

.decarbonisation-info-sec {
 padding: 80px 0;
 display: block;
 background: #FAF9E7;
 position: relative;
}

.decarbonisation-info-sec .ContentText {
 max-width: 999px;
 margin: 0 auto;
}

.footprint-sec {
 padding: 40px 0;
 display: block;
 position: relative;
}

.footprint-sec .ContentText {
 max-width: 999px;
 margin: 0 auto;
}

.footprint-sec .scope-sec {
 padding: 30px 0;
}

.scope-sec {
 display: flex;
 gap: 70px;
}

.scope-sec .scope-sec-inner {
 width: 300px;
}

.footprint-sec .ContentText h6 {
 text-align: center;
 font-family: "Cormorant Garamond Medium";

 color: #9D7F19;
 font-size: 20px;
 font-style: normal;
 font-weight: 700;
 line-height: 20px;
}

.footprint-sec .ContentText p {
 text-align: center;
}

.top-img-text-sec {
 display: flex;
 gap: 80px;
 padding: 0 78px;
}

.top-img-text-sec .left-img {
 width: 50%;
 position: relative;
}

.top-img-text-sec .right-text {
 width: 50%;
 max-width: 370px;
}

.top-img-text-sec .right-text p {
 text-align: left;
}

.image-full-sec {
 padding: 0px 0;
 display: block;
 position: relative;
}

.image-full-sec .ContentText {
 max-width: 999px;
 margin: 0 auto;
 position: relative;
}

.decarbonisation-info-ul {
 font-family: "Futura Bk BT";
 font-size: 14px;
 line-height: 20px;
 text-align: left;
 color: #6d6e70;
 text-indent: -20px;
 text-decoration: none;
 margin-top: 2px;
 display: block;


}

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

.decarbonisation-img-text-sec {
 background: #FAF9E7;
 padding: 80px;
}

.decarbonisation-img-text-sec .ContentText {
 max-width: 999px;
 margin: 0 auto;
}

.middle-img-text-sec {
 display: flex;
 gap: 35px;

}

.img-zoom-icon {
 position: absolute;
 right: 0;
 bottom: 0;
 margin-bottom: 10px;
}

.middle-img-text-sec .left-img {
 position: relative;
}

.middle-img-text-sec .right-text {
 max-width: 378px;
}

.decarbonisation-faq {
 padding-top: 40px;
 padding-bottom: 40px;
}

.decarbonisation-faq .ContentText {
 max-width: 999px;
 margin: 0 auto;
}

.decarbonisation-faq .accordionMain h3 {
 color: #9D7F19;
 font-size: 16px;
 font-style: normal;
 font-weight: 400;
 line-height: normal;
}

.decarbonisation-faq .accordionMain {
 max-width: 999px;
 margin: 0 auto;
 margin-top: 10px;
}

.insights-page .focus-area-DropDown .dropDownDiv {
 min-width: 140px;
}

.insights-page .focus-area-DropDown .dropDownDiv span[data-placeholder] {
 min-width: 145px;
}

.insights-page .listNewsDiv .listNewsFilterDiv>div {
 margin-right: 20px;
}



.video-container {
 position: relative;
 width: 100%;
 /* Full width */
 padding-bottom: 56.25%;
 /* 16:9 Aspect Ratio (height / width * 100) */
 height: 0;
 overflow: hidden;
}

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

.mail-box-section {
 padding: 80px 0;
 display: block;
 position: relative;
}

.mail-box-section .ContentText {
 background: #F8F8F8;
 display: flex;
 justify-content: center;
 align-items: center;
 gap: 56px;
 max-width: 999px;
 padding: 34px 82px 34px 101px;
}

.mail-box-section .ContentText .mail-box-content {
 max-width: 386px;
}

.mail-box-section .mail-box-email {
 background: #fff;
 padding: 14px 30px;
}

.mail-box-section .ContentText .mail-box-content p {
 margin: 0;
 color: #6D6E70;
}

.mail-box-section .mail-box-email p {
 margin: 0;
 font-family: "Futura Bk BT";
 font-size: 16px;
 font-style: normal;
 font-weight: 400;
 line-height: 20px;
 color: #000;
}

.mail-box-section .mail-box-email p a {
 color: #9D7F19;
}

.contact-faq .accordionMain .accordionHeading {
 color: #6D6E70;
 font-family: "Futura Md BT";
 font-size: 16px;
 font-style: normal;
 font-weight: 400;
 line-height: normal;
}

.acceleratorp-partnerships .bodredCardGridDiv .bodredCardDiv {
 padding: 0 35px;
}

.acceleratorSliderDiv .swiper-slide h5 {
 font-family: "Futura Md BT";
 font-size: 14px;
 text-align: center;
 font-style: normal;
 font-weight: 400;
 line-height: 18px;
 /* 128.571% */
 transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
 color: #6D6E70;
}

.accelerator-our-focus {
 max-width: 860px;
 margin: 0 auto;
}

.acceleratorp-publication .publication-width {
 max-width: 710px;
 margin: 0 auto;
 gap: 45px;
 justify-content: end;
}

.acceleratorp-publication .publication-width .ContentText {
 max-width: 410px;
 padding: 0 !important;
 width: 53%;
}

.acceleratorp-publication .publication-width .ourPromiseImgDiv {
 max-width: 257px;
}

.focus-area {
 display: flex;
 gap: 60px;
 padding-top: 10px;
}

.focus-area .focus-area-inner h6 {
 font-family: "Futura Hv BT";
 font-size: 16px;
 font-style: normal;
 font-weight: 400;
 line-height: 20px;
 margin-bottom: 10px;
 color: #313131
}

.focus-area .focus-area-inner p {
 color: #6D6E70;
 font-family: "Futura Bk BT";
 font-size: 12px;
 font-style: normal;
 font-weight: 400;
 line-height: 16px;
}

.focus-area .focus-area-inner .focus-area-link {
 color: #9D7F19;
 font-family: "Futura Bk BT";
 font-size: 16px;
 font-style: normal;
 font-weight: 400;
 line-height: 20px;
 padding-top: 16px;
 display: block;
}

.inspireimgGrid {
 max-width: 999px;
 margin: 0 auto;
}

.inspireimgGrid .ContentText {
 max-width: 363px;
}

.esg-dummy-development .headingPraCard {
 padding: 0
}

.esg-dummy-development h5 {
 font-size: 22px !important;
 padding: 0 !important;
}

.esg-dummy-development .ContentText {
 padding: 20px 15px;
}

.esg-dummy-development .ContentText p {
 margin-top: 5px;
}

.accelerator-inner {
 display: flex;
 gap: 20px;
 flex-wrap: wrap;
}

.accelerator-inner .accelerator-col {
 width: 18%;
 text-align: center;
}

.accelerator-inner .accelerator-col h5 {
 font-family: "Futura Md BT";
 font-size: 14px;
 text-align: center;
 font-style: normal;
 font-weight: 400;
 line-height: 18px;
 transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
 color: #6D6E70;
}

.accelerator-our-focus .goldenBorderBtn {
 margin-top: 0;
}

.relative-position {
 position: relative;
}

.bannervideo video {
 width: 100%;
 /* Full width of the parent container */
 height: calc(100vh - 60px);
 /* Height is full viewport height minus 60px */
 object-fit: cover;
 /* Ensures the video covers the area while maintaining proportions */
 border: none;
 /* Removes any borders, if present */
 display: block;
 /* Prevents inline element spacing issues */
}

.blog-detail p a {
 color: #9d7f19;
}

/* /--------------Custome CSS LD-------------------/ */
sup {
 font-size: 75%;
 line-height: 0;
 position: relative;
 vertical-align: baseline;
 margin-right: 5px;
}

li p.remFlx {
 width: auto !important;
}

p.remFlx sup {
 top: 0.5em;
}

p.pSup sup {
 top: -0.5em;
}