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

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

.date {
	font-family: "Jost", sans-serif;
	font-size: 12px;
	text-align: left;
	color: rgba(49, 49, 49, 0.5);
}

ol li {
	list-style: decimal;
	list-style-type: decimal;
	color: #6d6e70;
	font-family: "Jost", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	margin: 14px 0 14px 20px;
}

[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 #29256A;
	border-radius: 100%;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
	content: '';
	width: 10px;
	height: 10px;
	background: #29256A;
	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);
}

iframe.bannerImg {
	height: 100%;
}

.mob-vedio {
	display: none;

}

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

.getInTouchForm p {
	color: #6D6E70;
	font-family: "Jost", sans-serif;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem;
}

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

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

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: 35px !important;
}

.formControls small,
.formControls label {
	font-family: "Jost", sans-serif;
	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: "Jost", sans-serif;
	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;
}

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

.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: "Jost", sans-serif;
	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 #29256A;
}

.formControlsCheck label:after {
	content: "";
	position: absolute;
	left: 3px;
	width: 9px;
	height: 9px;
	background: #29256A;
	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: "Jost", sans-serif;
	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%);
}

.otptext {
	padding-top: 10px;
}

.otpval {
	display: none;
}

.sentotp-btn {
	background: #fff;

	min-height: 34px;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #29256A;
	text-align: center;
	font-family: "Jost", sans-serif;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem;
	padding: 0px 10px;
	border: 1px solid #29256A;
	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: #29256A;
}

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

.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;
}

/* Palava Homepage Code */



.spotlightBanner {
	min-height: 350px;
}

.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: #F8F8F8;
}

.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; */
}

.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;
}


.ourStorySec {
	padding: 80px 0;
}

.textImgGrid .textImgDiv .thumbDiv .blogthumbDiv ul li {
	display: flex;
	padding-bottom: 10px;
}

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

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

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

.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;
}


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

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

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

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

.ourPrideSliderDiv .swiper-slide>div {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.ourPrideSliderDiv .ContentText {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

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

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

.ourPrideSliderDiv .swiper-slide a {
	display: block;
	align-self: flex-start;
}

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

.ourPrideSliderDiv .swiper-slide .ourPrideImgDiv {
	overflow: hidden;
	/* height: 100%; */
	flex: 1 0 auto;
}

.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;
	/* color: #000; */
	font-family: "Jost", sans-serif;
	/* font-size: 1.125rem; */
	font-size: 0.9rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75rem;
	margin-top: 10px;
	text-align: left;
	/* padding: 0 2rem; */
	flex: 1 0 auto;
}

.ourPrideSliderDiv .ContentText .goldenBorderBtn,
.ContentText .goldenBtn {
	margin-top: 50px;
}

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

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

.ourPrideSliderDiv.lifeAtPalava {
	margin-top: 55px;
	/* overflow: visible; */
}

.ourPrideSliderDiv.lifeAtPalava .swiper-slide h3 {
	text-align: center;
	padding-bottom: 15px;
	width: 100%;
}

.ourPrideSliderDiv.lifeAtPalava .swiper-slide p {
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.normalTextImgSlider {
	padding-bottom: 0;
}

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

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

.normalTextImgSlider .ContentText h5 {
	font-family: "Jost", sans-serif;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
}

.ourBrandsSec {
	padding-bottom: 80px;
}

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

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


/* Education */

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

.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: "Jost", sans-serif;
	font-size: 12px;
	color: #fff;
	background: #29256A;
	position: absolute;
	left: 0;
	top: 0;
}

.blogCard .blogContentDiv {
	background-color: #fff;
	padding: 15px 20px 25px 20px;
	border: 1px solid #29256A;
	border-top: 0;
}

.blogCard .blogContentDiv .date {
	font-family: "Jost", sans-serif;
	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;
}

.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;
}

.blog-banner {
	position: relative;
	width: 100%;
	height: auto;
	display:none;
}

.blog-banner img{
	max-width: unset;
	width: 100%;
	height: auto;
}

.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;
	 display: none;
}

.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%;
} */

.blog-detail h4 {
	font-family: "Jost", sans-serif;
	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: "Jost", sans-serif;
	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 p a, .blog-detail li a{
	color: #29256A;
}

.blog-detail li {
    list-style: disc;
    color: #6d6e70;
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin: 14px 0 14px 20px;
}

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

.commercial-blog {
	position: relative;
	padding: 30px 0 30px 0;
}

.education-blog::after {
	content: '';
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 80%;
	background-color: #F8F8F8;
	left: 0;
	top: 0;
}

.commercial-blog p {
	color: #6D6E70;
}

.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;
}

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

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

/*  Project Page Commercial */

.projectFilterDiv {
	margin-top: 50px;
}

.projectFilterDiv .listDiv {
	gap: 25px;
}

/* .projectFilterDiv.commercialFilterDiv:before, .projectFilterDiv.commercialFilterDiv:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  width: 100vw;
  height: 100%;
  background-color: yellow; 
  z-index: -1; 
}

.projectFilterDiv.commercialFilterDiv::after {
  left: auto;
  right: auto;
  transform: translateX(-50%);
} */

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

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

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

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

.projectFilterDiv.commercialFilterDiv .filterListDiv {
	background: #fff;
	margin-top: -30px;
}

.commercialFilterDiv {
	background: #F8F8F8;
	/* 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: #29256A;
	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%;
}

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

/*
.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;
}

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

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

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

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

.cardSliderDesk .ContentText {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

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

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

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

.cardSliderDesk .swiper-wrapper .swiper-slide>div {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}


/* Retail */


.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%; */
	width: auto;
}

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

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

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

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

.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: #2CABE2;
	font-family: "Cormorant Garamond Medium";
	font-size: 3rem;
	line-height: 3rem;
	margin-right: 25px;
}

.keyFactsSec p {
	color: #29256A;
	font-family: "Jost", sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3rem;
}

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

.keyFactsSec .locationDiv small {
	color: #29256A;
	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; */
	align-items: center;
	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);
}

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

.keyFactsSec .saleText {
	/* color: #6D6E70; */
	color: #000;
	font-family: "Jost", sans-serif;
	font-size: 0.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3rem;
	opacity: 0.5;
	margin-top: 70px !important;
	text-align: center;
	margin-right: 5% !important;
}

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

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

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

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

.keyFactsSec.commercial-keyfact .projectsDiv p {
	/* font-size: 12px;
	line-height: 16px;
	padding-left: 20px; */
	font-size: 1rem;
	line-height: 20px;
	font-weight: 400;
	padding-left: 10px;
	color: #000;
}

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

.featuredProjectSec {
	padding: 50px 0;
}

.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;
}

.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;
}

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

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

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

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

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

.commercial-servie-sec ul {
	padding-right: 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);
}

.faqSec {
	padding: 80px 0;
}

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

.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: "Jost", sans-serif;
	margin-bottom: 8px;

}

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

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


.ourPromiseSec {
	padding: 80px 0;
}

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

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

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


.featuredAwardsSec {
	padding: 50px 0 50px 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 p {
	color: #000;
}

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

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


.secodaryNav {
	box-shadow: 0px 4px 20px 0px #0000000f;
	min-height: 60px;
	position: sticky;
	top: 60px;
	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);
}

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

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

.secodaryNav ul li a {
	font-family: "Jost", sans-serif;
	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: #29256A;
	transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

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

.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: "Jost", sans-serif;
	font-size: 0.9rem;
	line-height: 1.8rem;
	color: #6d6e70;
	margin-top: 16px;
}

.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);
}


.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;
}

.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;
}

.possDate {
	font-family: "Jost", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 19px;
	letter-spacing: 0em;
	text-align: left;
	color: #2CABE2;
	margin-top: 24px;
	display: flex;
	text-transform: uppercase;
}

.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;
}

.imageLightBoxWrapper .swiper-wrapper {
	align-items: center;
}

.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: "Jost", sans-serif;
	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;
	}
}


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

.amenitieSliderDiv {
	margin: 0 auto;
}

.amenitieSliderDiv .swiper-pagination-custom span {
	font-family: "Jost", sans-serif;
	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: "Jost", sans-serif;
	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: "Jost", sans-serif;
	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;
}

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

.locationMapSec {
	padding: 80px 0;
}

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

.locationMapSec .ContentText {
	width: calc(100% - 700px);
	padding: 50px;
}

.locationMapSec .mapDiv {
	width: 700px;
}

.locationMapSec .mapDiv .mapAssets {
	width: 100%;
	height: 350px;
}

.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;
}





.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;
}



.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;
}
H2 strong {
    color: #6D6E70;
    font-family: "Jost", sans-serif;
}
@media screen and (max-width: 767px) {
	.ourPrideSliderDiv .swiper-slide .ourPrideImgDiv {
		width:100%;
	}
}


/* Reara Qr Slide */

/*The left drawer*/ 
#drawer-left{/*set a container with the total width of both the container and the trigger*/
  position: fixed;
    height: 30%;
    width: 37.5%;
    overflow: hidden;
    transition: all .35s ease-in-out;
    right: 0;
    top: 10%;
    z-index: 9999;
}
#drawer-left:after{/*this will the right border, when the content will be pushed out*/
  content: '';
  position: absolute;
  right: 0; top: 0;  bottom: 0;
 
}
.drawer-left-trigger{
  /*set the triggers width here, borders etc.*/
  position: absolute;
  top: 0; bottom: 0; /* right: 100%; */
  margin-right: -25px;/*bring it back inside the wrapper*/
  width: 120px;
  background:rgb(255 255 255 / 75%);
  /*some styling stuff*/ 
  cursor: pointer;
  text-align: center;
  font-size: 15px;
  color:#6d6e70;
  line-height: 100%;
  height: 41px; 
  font-family: "Jost", sans-serif;
  padding: 5px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border: 1px solid #6d6d6d;
}
.drawer-left-trigger > span{
  transform: rotate(180deg);
  transition: all .35s ease-in-out;  
}
#drawer-left.closed .drawer-left-trigger > span{
  transform: rotate(0);
}
#drawer-left.closed .drawer-left-trigger{
  /*this will push the trigger on the right side*/
  left: auto;
  right: 25px;
}
.drawer-left-content{
  /*this is the container for the header and content*/
  position: absolute;
  top: 0; bottom: 0; right: 0; /* left: 24px; *//*the triggers width(+-1px from the border)*/
  background:rgb(255 255 255 / 75%);
  padding: 10px;
  border: 1px solid #6d6d6d;
  width: 387px;
  
}
.drawer-left-content p {
	color:#6d6e70;
	float: left;
    width: 75%;
	
}
.drawer-left-content img {
	float: right;
   
}

#drawer-left.closed .drawer-left-content{
  /*this will push the content out*/
  left: 100%;
  right: -100%;
}

.slide-out {
  background:rgb(255 255 255 / 75%);
  position: fixed;
  width: 315px;
  top: 25%; 
  transform: translateY(-90%);
  right: -315px;
  min-height: 90px;
 /*  display: flex; */
  justify-content: center;
  align-items: center;
  z-index: 5000;
  padding: 9px;
  
}

.slide-out-tab {
 background: rgb(255 255 255 / 75%);
    border-radius: 4px 0 0 4px;
    cursor: pointer;
   /*  height: 35%; */
    left: -85px;
    position: absolute;
    width: 85px;
    padding: 3px;
    text-align: center;
    color:#000;
    top: 0; 
    font-size: 12px;
   font-family: "Jost", sans-serif;
   line-height: 15px;
}

.slide-out-tab div {
  text-align: center;
  position: relative;
  right: 75px;
  top: 90px;
  color:#000;
  padding: 1px 5px;
  width: 180px;
  transform: rotate(270deg);
  writing-mode: lr-tb;
}

.slide-out-content {
  /* display: flex;
  flex-direction: column; */
  padding: 10px;
  display: ruby;
}
.slide-out-content img {
	float: right;
	margin-left: 5%;
   
}
.slide-out-content p {
	color:#000;
	float: left;
	font-size: 12px;
}
.slide-out-content p a {
	color:#9d7f19;
	 font-size: 12px;
} 
.capitalize {
    text-transform: capitalize;
}
.recentblog {
    display: none;
}

@media screen and (max-width: 980px) {
.slide-out-content {
  /* display: flex;
  flex-direction: column; */
  padding: 5px;
  
}

.slide-out-tab {
	height: 34%;
}
.slide-out {
top: 22%;
}
    img {
        max-width: 100%;
    }
}

/* .slide-out.is-active {
  right: -300px;
} */
 														