/*************** Import Css **************/
@import "fonts.css";

/********************* Header Css ******************/
.header-area {
	position: fixed;
	z-index: 100;
	width: 100%;
	top: 0;
	left: 0;
	max-height: 100vh !important;
}
.fixed_header{
	background: white;
	box-shadow: 0px 0px 25px 0 rgba(0, 0, 0, 0.15);
	animation: 2s ease 1 forwards fadeIn;
}
.header-area .container{
	padding-left: 75px;
	padding-right: 75px;
	padding-top: 22px;
	padding-bottom: 25px;
	transition: all 0.4s ease;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.fixed_header .container {
	padding-top: 10px !important;
	padding-bottom: 10px;
}

.navbar-phone {
	font-family: 'Source Sans Pro Rg';
	font-size: 30px;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.05em;
	text-transform: capitalize;
	color: white;
}
.navbar-phone:hover{
	color: #c5a554;
}
.fixed_header .navbar-phone {
	color: #031549
}
.header-insta p{
	font-family: 'Source Sans Pro Bold';
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.175em;
	text-transform: uppercase;
	color: white;
	margin: 0px;
}
.fixed_header .header-insta p {
	color: #031549
}
.logo-area a img{
	max-height: 115px;
}
.navbar-link, .navbar-link:hover{
	font-family: 'Italiana';
	font-size: 25px;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.05em;
	color:#fff;
	display:flex;
	align-items: center;
}
.navbar-link img{
	margin-left: 0.5em;
}
.menu-button {
	cursor: pointer;
	position: relative;
	z-index: 51;
	transition: all 0.4s ease;
	display: flex;
	justify-content: center;
	align-items: center;
}
.menu-button span {
	width: 30px;
	height: 2px;
	background-color: white;
	margin: 6px 0;
	display: block;
	transition: transform 0.4s;
}
.menu-button span:first-child {
	margin-top: 0;
}
.menu-button span:last-child {
	margin-bottom: 0;
}
.menu-button label {
	color: white;
	text-transform: uppercase;
	padding-left: 0.5em;
	cursor: pointer;
	font-family: 'Source Sans Pro Bold';
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.navbar-right{
	gap:50px
}
.blue-logo {
	display: none;
}
.fixed_header .white-logo {
	display: none;
	transition: all 1.5s ease 1s;
}
.fixed_header .blue-logo {
	transition: all 1.5s ease 1s;
	display: block;
}
.fixed_header .logo-area a img{
	max-height: 85px;
}
.fixed_header .navbar-link {
	color: #031549 ;
}
.fixed_header span {
	background-color: #031549;
}
.fixed_header .menu-button label{
	color: #031549;
}
.fixed_header .header-arrow {
	filter: invert(10%) sepia(54%) saturate(2505%) hue-rotate(127deg) brightness(15%) contrast(110%);
}
/***** Banner Area *****/
.banner-area{
	height: 80vh;
	min-height: 500px;
	max-height: 900px;
	max-width: 2200px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: end;
	flex-direction: column;
	position: relative;
	margin-bottom: 150px;
}
body.home .banner-area {
	height: 100vh;
	min-height: 800px;
	max-height: 950px;
	padding-top: 0;
	margin-bottom: 200px;
}
.video-masthead {
	z-index: -1;
	position: absolute;
	width: 100%;
	height: calc(100% + 80px);
	object-fit: cover;
	top: 0px;
}
body.home .banner-image {
	margin-top: 143px;
	width: 93.75%;
	left: 50%;
	transform: translateX(-50%);
}

.banner-image {
	background-position: top center;
	background-image: none;
	transform-origin: bottom left;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	overflow: hidden;
	z-index: -1;
	background-size: cover;
	background-position: center center
}

.banner-image img {
	max-width: unset;
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	overflow: hidden;
	width: auto;
	height: auto;
	margin: auto;
	max-width: 100%;
	object-fit: cover;
	opacity: 0.001;
	-webkit-transition-property: opacity, -webkit-transform, filter;
	-webkit-transition-duration: 1.5s, 10s, 3s;
	-webkit-transform-transition-delay: 0s, 0s, 1.5s;
	-webkit-transform-origin: top right;
	-moz-transition-property: opacity, -moz-transform, filter;
	-moz-transition-duration: 1.5s, 10s, 3s;
	-moz-transition-transition-delay: 0s, 0s, 1.5s;
	-moz-transform-origin: top right;
	-ms-transition-property: opacity, -ms-transform, filter;
	-ms-transition-duration: 1.5s, 10s, 3s;
	-ms-transition-transition-delay: 0s, 0s, 1.5s;
	-ms-transform-origin: top right;
	-o-transition-property: opacity, -o-transform, filter;
	-o-transition-duration: 1.5s, 10s, 3s;
	-o-transition-transition-delay: 0s, 0s, 1.5s;
	-o-transform-origin: top right;
	transition-property: opacity, transform, filter;
	transition-duration: 1.5s, 10s, 3s;
	transition-delay: 0s, 0s, 1.5s;
	transform-origin: top right
}

@media screen and (max-width:840px) {
	.banner-image img {
		max-height: 100%
	}
}

.banner-image img:nth-child(2n + 1) {
	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;
	-ms-transform-origin: top left;
	-o-transform-origin: top left;
	transform-origin: top left
}

.banner-image img.fx {
	opacity: 1;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.banner-image img.fx:first-child+img~img {
	z-index: -1
}
.banner-image::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	width: 100%;
	height: 100%;
	background: linear-gradient(189deg, rgba(0, 0, 0, 0) 43.8%, rgba(0, 0, 0, 0.35) 74.6%)
}
body.home .banner-image img:nth-child(1) {
	object-position: 50%
}

body.home .banner-image img:nth-child(2) {
	object-position: 40%
}

body.home .banner-image img:nth-child(3) {
	object-position: 50%
}

body.home .banner-image img:nth-child(4) {
	object-position: 20%
}
.banner-content h1{
	margin-bottom:50px;
}
.banner-content p{
	font-family: 'Source Sans Pro Bold';
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.175em;
	text-transform: uppercase;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
	gap: 10px;
	color: #c5a554;
	margin:0px;
}
.banner-content p:after{
	content: "";
	width: calc(100% + 50px);
	height: 1px;
	transform: scaleX(0);
	transition: all 1.5s ease 1s;
	transform-origin: right;
	background: rgba(242, 237, 232, 0.75);
	position: relative;
}
.banner-content p:before{
	content: "";
	width: calc(100% + 50px);
	height: 1px;
	transform: scaleX(0);
	transition: all 1.5s 
		ease 1s;
	transform-origin: left;
	background-position: center;
	background: rgba(242, 237, 232, 0.75);
	position: relative;
}
/* .banner-content p:after{
width: calc(100% + 50px);
}
.banner-content p:before{
width: calc(100% + 50px);
} */
/******** Logo Slider *********/
.logo-slider-area{
	margin-bottom: 225px;
}
.swiper-partner .swiper-wrapper {
	transition-timing-function: 
		linear !important;
	position: relative;
}
.swiper-partner .swiper-wrapper .swiper-slide {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	position: relative;
	overflow: hidden;
	padding: 0 25px;
}
.each-logo img{
	max-height: min(max(35px, 5.3571428571vw), 75px);
}

/****** Beauty of Balanace ******/
.beauty-of-balance .container{
	padding-left: 50px;
}
.beauty-of-balance-content-wrapper-left{
	/*margin-right: 50px;*/
}
.beauty-of-balance-content-left-top  h2{
	color:#fff;
	text-align: left;
	white-space: nowrap;
}
.beauty-of-balance-content-wrapper-left h2 strong{
	text-align: right;
	color: #c5a554;
	display: block;
	font-size: min(max(50px, 8.9285714286vw), 125px);
	line-height: 1;
	font-weight:normal
}
.paragrapgh-border p{
	font-family: 'Source Sans Pro Bold';
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.175em;
	text-transform: uppercase;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
	gap: 10px;
	color: #c5a554;
	margin:0px;
}
.paragrapgh-border p:after{
	content: "";
	width: calc(100% + 50px);
	height: 1px;
	transform: scaleX(0);
	transition: all 1.5s 
		ease 1s;
	transform-origin: left;
	background-position: center;
	background: rgba(242, 237, 232, 0.75);
	position: relative;
}
.paragrapgh-border p:before{
	content: "";
	width: calc(100% + 50px);
	height: 1px;
	transform: scaleX(0);
	transition: all 1.5s 
		ease 1s;
	transform-origin: right;
	background: rgba(242, 237, 232, 0.75);
	position: relative;
}
.beauty-of-balance-content-wrapper::after {
	background-image: url('../images/blue-marble.jpg');
	width: 62.5%;
	height: 50%;
	top: -5%;
	bottom: unset;
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	background-position: center center;
	background-size: cover;
	min-height:425px
}
.beauty-of-balance-content-left-top p{
	margin-bottom:150px;
	color:#fff
}
.beauty-of-balance-content-left-bottom p strong{
	font-family: 'Source Sans Pro Bold';
}
.beauty-of-balance-content-left-bottom{
	padding-left: 50px;
}
.beauty-of-balance-content-left-bottom h4{
	line-height: 1.65;
	font-weight: 400;
	font-size: min(max(20px, 1.7857142857vw), 25px);
	color: #c5a554;
	font-family: 'Italiana';
}
.beauty-of-balance-image{
	min-height: 500px;
}
.beauty-of-balance-image img{
	object-fit: cover;
	width:100%;
}
.beauty-of-balance-image > div{
	display: flex;
}
.video-accent-right {
	position: absolute;
	width: 250px;
	min-height: 250px;
	right: -75px;
	bottom: -75px;
	z-index: -1;
}
.video-accent-right video {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.beauty-of-balance-content-left-bottom >*:last-child{
	margin-bottom: 0px;
}
.beauty-of-balance{
	margin-bottom:200px;
}
/******* Feature Procedure *******/
.feature-procedures .container{
	padding-left: 40px;
	padding-right: 40px;;
}
.feature-procedures-heading h2{
	margin-bottom: 15px;;
}
.feature-procedures-heading{
	margin-bottom:50px;
}
.featured-procedure-items-wrapper .procedure-item-wrap{
	padding: 7.5px;
	display: block;
	flex: 1;
}
.procedure-item{
	overflow: hidden;
	z-index: 2;
}
.procedure-title h5{
	position: absolute;
	bottom: 0;
	margin-bottom: 25px;
	margin-left: 25px;
	width: 100%;
	opacity: 1;
	line-height: 1;
	z-index: 3;
	transition: opacity 0.4s ease;
	font-family: "Italiana";
	font-size: 35px;
	letter-spacing: 0.025em;
	color:#fff
}
.procedure-item::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
}
.link-reveal{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0.001;
	transition: opacity 0.4s ease, background 4s ease;
}
.link-reveal ul {
	padding: 0;
	margin:0px;
	text-align: center;
	list-style-type: none !important;
}
.link-reveal ul li {
	transform: translateY(100%);
	opacity: 0.001;
	transition: transform 0.4s ease, opacity 0.4s ease;
	position: relative;
	z-index: -1;
}
.link-reveal ul li:nth-of-type(1) {
	transition-delay: 0s
}

.link-reveal ul li:nth-of-type(2) {
	transition-delay: 0.1s
}
.link-reveal ul li:nth-of-type(3) {
	transition-delay: 0.2s
}
.link-reveal ul li:nth-of-type(4) {
	transition-delay: 0.3s
}
.link-reveal ul li:nth-of-type(5) {
	transition-delay: 0.4s
}
.link-reveal ul li:nth-of-type(6) {
	transition-delay: 0.5s
}
.link-reveal ul li:nth-of-type(7) {
	transition-delay: 0.6s
}
.link-reveal ul li:nth-of-type(8) {
	transition-delay: 0.7s
}
.link-reveal ul li:nth-of-type(9) {
	transition-delay: 0.8s
}
.link-reveal ul li:nth-of-type(10) {
	transition-delay: 0.9s
}
.link-reveal ul li:nth-of-type(11) {
	transition-delay: 1s
}
.link-reveal ul li:nth-of-type(12) {
	transition-delay: 1.1s
}
.link-reveal ul li:nth-of-type(13) {
	transition-delay: 1.2s
}
.link-reveal ul li:nth-of-type(14) {
	transition-delay: 1.3s
}
.link-reveal ul li:nth-of-type(15) {
	transition-delay: 1.4s
}
.link-reveal ul li:nth-of-type(16) {
	transition-delay: 1.5s
}
.link-reveal ul li:nth-of-type(17) {
	transition-delay: 1.6s
}
.link-reveal ul li:nth-of-type(18) {
	transition-delay: 1.7s
}
.link-reveal ul li:nth-of-type(19) {
	transition-delay: 1.8s
}
.link-reveal ul li:nth-of-type(20) {
	transition-delay: 1.9s
}
.link-reveal ul li:nth-of-type(21) {
	transition-delay: 2s
}
.link-reveal ul li:nth-of-type(22) {
	transition-delay: 2.1s
}
.link-reveal ul li:nth-of-type(23) {
	transition-delay: 2.2s
}
.link-reveal ul li:nth-of-type(24) {
	transition-delay: 2.3s
}
.procedure-item img{
	transition: transform 0.4s  ease-in-out;
}
.procedure-item:hover img {
	transform: scale(1.1);
	transition: transform 0.4s  ease-in-out;
}
.procedure-item:hover .procedure-title {
	opacity: 0.001;
	z-index: 1;
	transition: opacity 0.4s ease;
}
.procedure-item:hover .link-reveal {
	opacity: 1;
}
.procedure-item:hover .link-reveal ul li {
	transform: translateY(0%);
	opacity: 1;
	z-index: 1;
}
.procedure-item:hover .link-reveal ul li a{
	color:#fff;
	display: inline-block;
	line-height: 2 !important;
	font-family: 'Source Sans Pro Rg';
}
.procedure-item:hover .link-reveal ul li a:hover{
	color: #c5a554;
}
.feature-procedures{
	margin-bottom:200px
}
/********* Our Founder ***********/
.our-founder{
	padding-top: 150px;
	margin-bottom: 75px;
}
.our-founder .container{
	padding-left: 70px;
	padding-right: 70px;
	z-index: 1;
	position: relative;
}
.founder-image{
	min-height: 500px;
	max-width: 600px;
}
.founder-content-first-part h2{
	font-size: 125px;
	font-size: min(max(50px, 8.9285714286vw), 125px);
	margin-bottom: 25px;
	line-height:1
}
.founder-content-first-part.paragrapgh-border p{
	color:black
}
.founder-content-second-part h3{
	font-family: 'Italiana';
	font-size: 70px;
	line-height: 1.2;
	font-weight: 400;
	font-size: min(max(32px, 5vw), 70px);
	text-transform:none;
	letter-spacing: normal;
	margin:0px;
}
.founder-content-second-part h4{
	font-size: 30px;
	line-height: 1.2;
	font-size: min(max(21px, 2.1428571429vw), 30px);
	color:#fff;
	font-family: 'Source Sans Pro Rg';
	letter-spacing: 0.1em;
	margin-bottom: 50px;
}
.founder-content-first-part {
	margin-bottom:35px;
}
.founder-content-second-part h5{
	font-family: 'Italiana';
	line-height: 1.65;
	font-weight: 400;
	font-size: min(max(20px, 1.7857142857vw), 25px);
	text-align: left;
	margin-bottom: 50px;
}
.founder-content-second-part p{
	text-align: left;
}
.founder-content-second-part p strong{
	font-family: 'Source Sans Pro Bold';
}
/****** Office Image ******/
.office-image-block-area{
	margin-bottom: 200px;
}
/******Text Block Area *******/
.text-blocks-area{
	margin-bottom:200px
}
.each-text-block{
	margin-bottom: 50px;
}
.each-text-block h3{
	font-family: 'Italiana';
	font-size: min(max(18px, 2.7142857143vw), 38px);
	font-weight: 400;
	line-height: 1.18;
	letter-spacing: 0.05em;
	color: #031549 !important;
	text-transform: none;
}
.each-text-block p{
	margin:0px
}
.text-blocks-area .row{
	margin:0px -50px;
}
.text-blocks-area .row >*{
	padding: 0px 50px;
}
.text-blocks-area .row .col-lg-6:nth-child(4n + 3){
	text-align: right;
}
.text-blocks-area .row .col-lg-6:nth-child(4n + 4){
	text-align: right;
}
/******* Attuned to you area **********/
.attuned-to-you-area{
	padding-bottom: 100px;;
	margin-bottom:50px;
}
.attuned-to-you-area:after{
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 86%;
	top: unset;
	bottom: 0;
	background-position: center center;
	background-size: cover;
}
.video-selector {
	position: relative;
	align-self: stretch;
	min-height: 650px;
	width: 31.25%;
	min-width: 31.25%;
	margin-left: auto;
	margin-right: auto;
}
.video-selector video {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.abs-titles{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
}
.abs-titles h2{
	color:#fff;
	font-size: min(max(35px, 7.1428571429vw), 100px);
	line-height:1;
}
.abs-titles p{
	color:#fff
}
/******Tab Area ****/
.tab-area{
	margin-bottom:300px;
}
.tab-area .container{
	padding:0px 75px
}
.selector{
	margin-bottom: 75px;;
}
.nav-tabs .nav-item {
	margin-bottom: 0px;
}
.nav-tabs {
	border-bottom: 0px solid #dee2e6;
	justify-content: space-between;
}
.nav-tabs .nav-link {
	border: 0px solid transparent;
	border-top-left-radius: 0rem;
	border-top-right-radius: 0rem;
	background: transparent;
	font-family: 'Italiana';
	line-height: 2.25;
	letter-spacing: 1px;
	font-size: 20px;
	color:#000;
	padding:0px;
}
.nav-tabs .nav-link.nav-link.active{
	color: #e0bc6b !important;
	font-weight: 300;
}
.nav-tabs .nav-link:after{
	content:url('../images/arrow-right-black.svg')
}
.nav-tabs .nav-link.nav-link.active:after {
	transform: rotate(90deg);
	position: relative;
	filter: brightness(0) saturate(100%) invert(83%) sepia(18%) saturate(1094%) hue-rotate(352deg) brightness(93%) contrast(88%);
	display: inline-block;
}
.selector-pagination{
	font-family: 'Italiana';
	font-size: 35px;
	font-weight: 400;
	line-height: 1.28;
	text-transform: capitalize;
	color: #031549;
}
.selctor-controller{
	gap:10px
}
.tab-pane >.row{
	margin:0px -50px;
}
.tab-pane >.row > *{
	padding:0px 50px;
}
.each-selector-content h2{
	color:#c5a554;
	margin-bottom: 25px;
}
.each-selector-content h3{
	position: relative;
	font-family: 'Source Sans Pro Bold';
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.175em;
	text-transform: uppercase;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
	gap: 10px;
	color: #031549
}
.each-selector-content h3:after{
	content: "";
	width: calc(100% + 50px);
	height: 1px;
	transform: scaleX(1);
	transition: all 1.5s ease 1s;
	transform-origin: left;
	background-position: center;
	background: rgba(242, 237, 232, 0.75);
	position: relative;
}
.each-selector-content h3:before{
	content: "";
	width: calc(100% + 50px);
	height: 1px;
	transform: scaleX(1);
	transition: all 1.5s ease 1s;
	transform-origin: left;
	background-position: center;
	background: rgba(242, 237, 232, 0.75);
	position: relative;
}
.each-selector-content p{
	margin-bottom: 50px;
	font-family: 'Source Sans Pro Rg';
}
.each-selector-content{
	padding-top: 90px;
	padding-bottom: 50px;
}
.selector-pagination-and-controller{
	position: absolute;
	right:0px;
	z-index: 1;
}
.selector-image  img{
	object-fit: cover;
}
/****** Join Our Circle *******/
.join-our-circle{
	margin-bottom: 200px;;
}

/***** Sparking Balance ******/
.sparking-balance .beauty-of-balance-content-wrapper::after {
	background-image: url(../images/golden.jpg);
}
.sparking-balance .beauty-of-balance-content-left-top h2 {
	color: transparent;
}
.sparking-balance .beauty-of-balance-content-wrapper-left h2 strong{
	color:#fff
}
.sparking-balance .beauty-of-balance-content-left-top p{
	color: #031549
}

/******* The Element of Compassion *****/
.the-element-of-compassion{
	margin-bottom: 250px;
}
.the-element-of-compassion-left-content{
	padding:150px 100px;
}
.the-element-of-compassion-left-content h3{
	color:#fff;
	line-height: 1.65;
	font-weight: 400;
	font-size: min(max(20px, 1.7857142857vw), 25px);
	font-family: 'Italiana';
	letter-spacing: normal;
	text-transform: none;
}
.the-element-of-compassion-left-content p{
	color:#fff;
}
.the-element-of-compassion-right-content h2{
	color:#fff;
	margin-bottom: 55px;;
}
.the-element-of-compassion-right-content{
	padding:75px;
}
.it-is-the-look-section-left-content{
	align-self: stretch;
	position: relative;
	min-height: 500px;
	display: flex;
	flex: 1;
}
.it-is-the-look-section-left-content img{
	object-fit: cover;
}
.it-is-the-look-section-left-content::after {
	content: "";
	position: absolute;
	height: calc(100% + 160px);
	width: 100%;
	top: -80px;
	bottom: 0;
	z-index: -1;
	left: -100px;
	background-image: url('../images/08.jpg');
	box-shadow: 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 100px 80px rgba(0, 0, 0, 0.07);
}
.it-is-the-look-section-right-content{
	display: block;
	flex: 1;
}
.it-is-the-look-section-content-wrapper{
	gap:150px;
}
.it-is-the-look-section-right-content > p{
	text-align: left;
	margin-top:50px;
	margin-bottom:50px;
}
/****** Image and Video Wrapper  *******/
.image-and-video-wrapper{
	margin-bottom: 100px;
}
.flex-item-collage-video:first-of-type {
	flex-basis: 301px;
	margin-bottom: 50px;
	max-height: 450px;
}
.flex-item-collage-video:nth-of-type(2) {
	flex-basis: 868px;
}
.flex-item-collage-video {
	flex-grow: 0;
}
.flex-item-collage-video:nth-of-type(3) {
	flex-basis: 301px;
	margin-bottom: 50px;
}
.flexy-collage-video {
	display: flex;
	gap: 15px;
	justify-content: center;
	align-items: flex-end;
}
.flex-item-collage-video-item {
	width: 100%;
	position: relative;
}
.flex-item-collage-video-item video {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.it-is-the-look-section{
	margin-bottom: 280px;
}
/****** Be In Your Element *******/
.be-in-your-element{
	margin-bottom: 200px;
}
.be-in-your-element-content-heading h2 {
	font-size: min(max(50px, 8.9285714286vw), 125px);
}
.be-in-your-element-content-heading{
	margin-bottom: 50px;;
}

/******** Testimonial **********/
.testimonial-wrapper{
	margin-bottom: 280px;
}
.testomonial-slider-image, .testomonial-slider-wrapper{
	display: block;
	flex: 1;
	min-width: 0;
}
.each-testimonial p{
	font-size: 25px;
	font-weight: 300;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.each-testimonial p strong{
	font-weight:700;
}
.testimonial-content-holder{
	padding-left: 100px;
}
.swiper-arrows-holder .common-arrow{
	left:auto;
	right:auto;
	margin:auto;
	top:auto
}
.swiper-arrows-holder{
	gap:10px;
}
.testimonial-controller .swiper-pagination{
	width: auto;
	font-family: 'Italiana';
	font-size: 35px;
	font-weight: 400;
	line-height: 1.28;
	text-transform: capitalize;
	color: #031549;
}
.testimonial-slider{
	margin-top: 50px;
	margin-bottom: 50px;
}
.each-testimonial h6{
	color: #c5a554;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 161.5%;
	letter-spacing: 0.1em;
	margin-bottom: 0px;
	font-family: 'Source Sans Pro Rg';
}
.abs-titles-testimonial {
	position: absolute;
	bottom: 75px;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
.abs-titles-testimonial h2{
	color:#fff;
	font-size: min(max(35px, 7.1428571429vw), 100px);
}
.testomonial-slider-wrapper{
	margin-right: 50px;
}
.testomonial-slider-image{
	margin-left: 50px;
}
.beauty-of-balance.reverse-design .beauty-of-balance-content-wrapper::after {
	left: auto;
	right:0px;
}
.beauty-of-balance.reverse-design .beauty-of-balance-image {
	max-height: none !important;
	margin-top: 0px;
	margin-right:50px;
	margin-left: 0px;
}
.beauty-of-balance.reverse-design .beauty-of-balance-content-left-bottom p{
	margin-bottom: 50px;
}
.reverse-design .beauty-of-balance-image > div {
	max-height: none !important;
	margin-left: 0px;
	display: flex;
	height: 100%;
}
.reverse-design .beauty-of-balance-content-left-bottom {
	padding-left: 0px;
	padding-right: 50px;
	padding-top: 50px;
}
.reverse-design .beauty-of-balance-content-left{
	margin-right:0px;
	margin-left: 50px;
}
/****** Center YourSelf ******/
.center-yourself{
	padding-top:100px;
	padding-bottom: 100px;;
}
.center-yourself-left{
	flex: 1;
	display: block;
}
.center-yourself-right{
	flex: 1;
	display: block;
}
.center-yourself-left-heading h2{
	color:#fff
}
.center-yourself-left-heading p{
	color:#fff
}
.center-yourself-left-heading{
	margin-bottom: 50px;
}
.center-yourself-left  > p{
	color:#fff;
	text-align: left;
}
.center-yourself-left{
	padding-right: 50px;
}
.center-yourself-left h3{
	color:#fff;
}
.center-yourself-right{
	background-color: #fff;
}
/******** Footer Area ******/
.footer-area{
	background-color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}
.footer-address a{
	font-size: 14px;
	font-family: 'Source Sans Pro Bold';;
	line-height: 1.5;
	letter-spacing: 0.175em;
	text-transform: uppercase;
	color:#000
}
.footer-address a:hover, .phone-number-and-timming a:hover{
	color: #c5a554;
}
.phone-number-and-timming a{
	font-size: 14px;
	font-family: 'Source Sans Pro Bold';;
	line-height: 1.5;
	letter-spacing: 0.175em;
	text-transform: uppercase;
	color:#000
}
.phone-number-and-timming p{
	margin-bottom: 0px;
	font-size: 14px;
	font-family: 'Source Sans Pro Bold';;
	line-height: 1.5;
	letter-spacing: 0.175em;
	text-transform: uppercase;
	color:#000
}
.footer-area-top {
	margin-bottom: 25px;;
}
.footer-middle-middle-part p{
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.01em;
	margin-bottom: 0px;
}
.footer-middle-middle-part ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.footer-middle-middle-part ul li{
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.01em;
	margin-bottom: 0px;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}
.footer-middle-middle-part ul li:not(:last-child):after{
	position: absolute;
	height:15px;
	background-color: #000;
	content:'';
	top: 3px;
	right: -6.5px;
	width:1px;
}
.footer-middle-middle-part ul li a{
	color:inherit
}
.footer-middle-middle-part ul li a:hover{
	color:#c5a554
}
.footer-social  > a{
	display: flex;
	align-items: center;
	color:#000;
	font-size: 14px;;
}
.footer-social  > a img{
	margin-right: 10px;
}
.footer-social  > a:hover{
	color:#c5a554
}
.footer-social ul{
	display: flex;
	justify-content: flex-end;
	gap:10px;
	margin-bottom: 25px;
}
.disclaimer{
	padding: 20px 20px;
	font-size: 14px;
	text-align: center;
	line-height: 1.6;
	max-width: 1000px;
	margin: auto;
}
.disclaimer p{
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.01em;
	margin:0px;
}
.beauty-of-balance.reverse-design .container{
	padding-right: 50px;
}
.our-founder-content-left{
	display: block;
	flex: 1;
	max-width: 600px;
	margin-right: 50px;
}
.our-founder-content-right{
	margin-left: 50px;
	padding-left: 50px;
	display: block;
	flex: 1;
}
.testomonial-slider-image{
	display: flex;
}
.testomonial-slider-image  img{
	object-fit: cover;
}
.beauty-of-balance-content-left{
	display: block;
	flex: 1;
	margin-right: 50px;
}
.beauty-of-balance-image{
	display: block;
	flex: 1;
	margin-left: 50px;
}
.mobile-tab-dropdown {
	position: relative;
	margin-bottom: 15px;
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
	position: relative;
	background: white;
	padding: 10px;
}
.mobile-tab-dropdown .dropdown-btn {
	width: 100%;
	padding: 0px;
	font-size: 16px;
	cursor: pointer;
	text-align: left;
	border:0px;
	font-family: 'Italiana';
	line-height: 2;
	letter-spacing: 1px;
	font-size: 20px;
	background: transparent;
	color:#c5a554
}
.mobile-tab-dropdown .dropdown-list {
	display: none;
	list-style: none;
	padding: 0;
	margin-top: 0px;
	font-family: 'Italiana';
	line-height: 2;
	letter-spacing: 1px;
	font-size: 20px;
	margin-bottom: 0px;
}
.mobile-tab-dropdown .dropdown-list li {
	cursor: pointer;
}
.mobile-tab-dropdown .dropdown-list li:hover {
	background: #f7f7f7;
}
.mobile-tab-dropdown .dropdown-list li:last-child {
	border-bottom: none;
}
.mobile-tab-dropdown.open .dropdown-list {
	display: block;
}
.mobile-tab-dropdown .dropdown-btn:focus{
	outline: none;
}
.image-and-video-wrapper .container{
	padding-left: 50px;
	padding-right: 50px;
}
/*=========================about-us=====================*/
.inner-banner-sec{
	overflow-x: clip;
}
.inner-banner-inner{
	min-height: 80vh;
	padding-bottom: 35px;
}
.inner-banner-inner::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 100%);
}
.inner-banner-wrap{
	position: relative;
	z-index: 1;
}
.inner-banner-wrap h1{
	margin-bottom: 19px;
}
.inner-banner-wrap p{
	font-family: 'Source Sans Pro Bold';
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.175em;
	text-transform: uppercase;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
	gap: 10px;
	color: #fff;
	margin: 0px;
}
.inner-banner-wrap p:before {
	content: "";
	width: calc(100% + 50px);
	height: 1px;
	transform: scaleX(0);
	transition: all 1.5s ease 1s;
	transform-origin: left;
	background-position: center;
	background: rgba(242, 237, 232, 0.75);
	position: relative;
}
.inner-banner-wrap p:after {
	content: "";
	width: calc(100% + 50px);
	height: 1px;
	transform: scaleX(0);
	transition: all 1.5s ease 1s;
	transform-origin: right;
	background-position: center;
	background: rgba(242, 237, 232, 0.75);
	position: relative;
}
.about-intero-sec{
	margin-top: 150px;
	margin-bottom: 150px;
}
.about-intero-wrap{
	max-width: 1200px;
	width: 100%;
	margin: 0px auto;
}
.about-intero-wrap p{
	font-family: 'Italiana';
	color: #000;
	line-height: 1.65;
	font-weight: 400;
	font-size: min(max(20px, 1.7857142857vw), 25px);
}  
.harnessing-the-elements-sec{
	margin-bottom: 100px;
} 
.harnessing-the-elements-sec-wrap{
	max-width: 1450px;
	width: 100%;
	margin: 0px auto;
}
.harnessing-the-elements-content {
	padding: 75px 50px 50px;
	background: #031549;
	position: absolute;
	top: 25%;
	z-index: 3;
	transform: translateX(-50%);
	left: 50%;
	width: 95%;
	max-width: 1350px;
}
.harnessing-the-elements-content h2{
	font-size: 70px;
	line-height: 1.2;
	font-weight: 400;
	font-size: min(max(32px, 5vw), 70px);
	color: #fff;
	margin-bottom: 35px;
}
.harnessing-the-elements-content p{
	font-family: 'Source Sans Pro Bold';
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.175em;
	text-transform: uppercase;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
	gap: 10px;
	color: #c5a554;
	margin:0px;
}
.harnessing-the-elements-content p:after{
	content: "";
	width: calc(100% + 50px);
	height: 1px;
	transform: scaleX(0);
	transition: all 1.5s 
		ease 1s;
	transform-origin: left;
	background-position: center;
	background: rgba(242, 237, 232, 0.75);
	position: relative;
}
.harnessing-the-elements-content p:before{
	content: "";
	width: calc(100% + 50px);
	height: 1px;
	transform: scaleX(0);
	transition: all 1.5s 
		ease 1s;
	transform-origin: right;
	background: rgba(242, 237, 232, 0.75);
	position: relative;
}
.harnessing-the-elements-image > div{
	position: absolute;
	box-shadow: 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 100px 80px rgba(0, 0, 0, 0.07);
}
.harnessing-the-elements-image > div img{
	height: 100%;
	object-fit: cover;
}
.harnessing-the-elements-image{
	display: flex;
	justify-content: center;
	position: relative;
	min-height: 700px;
}
.harnessing-the-elements-img-1{
	width: 37.78%;
	height: 58.85%;
	left: -3%;
	top: 8%;
	z-index: 2;
}
.harnessing-the-elements-img-2{
	width: 49.42%;
	height: 78%;
	top: 0%;
}
.harnessing-the-elements-img-3{
	width: 30.65%;
	height: 72.85%;
	right: -2%;
	top: 8.85%;
}
.harnessing-the-elements-img-4{
	width: 43.07%;
	height: 55.28%;
	bottom: 0;
	left: 5%;
	z-index: 1;
}
.harnessing-the-elements-img-5{
	width: 44.21%;
	height: 35.28%;
	bottom: 10%;
	right: 8%;
}
.quick-link-sec{
	background: #031549;
	padding: 15px;
	position: -webkit-sticky;
	position: sticky;
	top: 119px;
	transition: all 0.5s ease-out;
	z-index: 99;
	left: 50%;
	right: 50%;
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
}
.quick-link-sec ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	column-gap: 20px;
	justify-content: space-around;
}
.quick-link-sec li a{
	font-family: 'Source Sans Pro Rg';
	display: inline-block;
	text-align: center;
	transition: color 0.4s ease;
	color: #000;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.7;
	color: #c5a554;
	padding-right: 25px;
	position: relative;
}
.quick-link-sec li a::after{
	position: absolute;
	content: "";
	right: 5px;
	width: 18px;
	height: 11px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../images/quick-link-arrow.svg);
	background-position: 100%;
	background-size: 15px;
	background-repeat: no-repeat;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.quick-link-sec li a:hover::after{
	right: 0;
}
.quick-link-sec li a.active{
	color: #fff;
}
.quick-link-sec li a.active::after{
	top: 28%;
	transform: rotate(90deg);
	filter: brightness(0) invert(1);
}
.quick-link-sec h5{
	font-family: 'Source Sans Pro Bold';
	display: none;
	margin: 0px auto;
	text-align: center;
	transition: color 0.4s ease;
	color: #000;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.7;
	color: #c5a554;
	padding-right: 20px;
	margin-bottom: 5px;
	position: relative;
}
.quick-link-sec h5::after{
	position: absolute;
	content: "";
	right: 0;
	width: 18px;
	height: 11px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../images/quick-link-arrow.svg);
	background-position: 100%;
	background-size: 15px;
	background-repeat: no-repeat;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.quick-link-sec.liv h5::after{
	top: 28%;
	transform: rotate(90deg);
}
.mantra-sec {
	padding-top: 100px;
	padding-bottom: 100px;
	margin-bottom: 150px;
	margin-top: -1px;
}
.mantra-sec h2{
	color: #fff;
	margin-bottom:50px;
	text-align: center;
}
.mantra-sec p{
	color: #fff;
	font-family: 'Italiana';
	line-height: 1.65;
	font-weight: 400;
	font-size: min(max(20px, 1.7857142857vw), 25px);
	margin-bottom: 0;
	max-width: 800px;
	width: 100%;
	margin: 0px auto;
}
.vision-sec{
	margin-bottom: 150px;
	margin-top: 150px;
	overflow-x: clip;
}
.vision-img-area{
	align-self: stretch;
	position: relative;
	min-height: 500px;
	display: block;
	flex: 1;
}
.vision-img{
	height: 100%;
}
.vision-img img{
	left: 0;
	top: 0;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	object-position: top;
	position: absolute;
	align-self: stretch;	
}
.vision-wrapper img{
	box-shadow: 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 100px 80px rgba(0, 0, 0, 0.07);
}
.vision-wrapper{
	max-width: 1400px;
}
.vision-wrapper .row{
	margin: 0px -50px;
}
.vision-wrapper .row > *{
	padding: 0px 50px;
}
.element-excellence-wrap h6,
.vision-content h6{
	font-family: 'Source Sans Pro Bold';
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.175em;
	text-transform: uppercase;
}
.vision-content p a{
	color: #c5a554;
	display: inline;
	background: linear-gradient(#c5a554, #c5a554);
	background-size: 0 1px;
	background-position: 0 100%;
	background-repeat: no-repeat;
	transition: background-size 0.4s ease;
}
.vision-content p a:hover{
	color: #c5a554;
	background-size: 100% 1px;
}
.gradient h2{
	background: url(../images/text.jpg) repeat;
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}
.core-values-sec{
	margin-bottom: 150px;
}
.core-values-wrap .col-lg-6{
	padding: 100px 50px;
}
.core-values-heading{
	background-color: #031549;
}
.core-values-heading h2{
	color: #fff;
}
.core-values-content{
	background-color: #c5a554;
}
.core-values-content ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.core-values-content li{
	font-family: "Italiana";
	line-height: 1.65;
	font-weight: 400;
	font-size: min(max(20px, 1.7857142857vw), 25px);
	color: #fff;
	margin-bottom: 35px;
}
.core-values-content li:last-child{
	margin-bottom: 0;
}
.core-values-content li strong{
	color: #031549;
	font-weight: 400;
}
.Vincent-sec .row{
	flex-direction: row-reverse;
	align-items: initial !important;
}
.element-excellence-sec{
	margin-bottom: 150px;
}
.element-excellence-wrap{
	max-width: 1200px;
	width: 100%;
	margin: 0px auto;
}
.element-excellence-wrap p{
	max-width: 800px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.element-excellence-wrap h2{
	text-align: center;
}
.element-excellence-wrap h6{
	text-align: center;
}
.element-excellence-slider{
	max-width: 500px;
	margin: 0px auto;
	overflow: hidden;
	width: 100%;
	box-shadow: 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 100px 80px rgba(0, 0, 0, 0.07);
	margin-top: 50px;
}
.element-excellence-nav{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
}
.element-excellence-nav .common-arrow{
	position: initial;
	height: 50px;
	width: 50px;
	background: white;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.element-excellence-nav .swiper-pagination{
	position: initial;
	font-family: "Italiana";
	font-size: 35px;
	font-weight: 400;
	letter-spacing: -0.025em;
	width: fit-content;
	color: #fff;
	padding-left: 50px;
	margin-bottom: 22px;
}
.element-excellence-next-prev{
	justify-content: end;
	column-gap: 3px;
}
/*==================== gallery ====================*/
.inner-banner-wrap h1 strong{
	font-weight: 400;
	font-family: 'Source Sans Pro Rg';
}
.gallery-overview-sec{
	margin-top: 150px;
	margin-bottom: 50px;
}
.each-gal-overview h3{
	color: #c5a554;
	font-family: "Italiana";
	font-size: 40px;
	line-height: 1.2;
	font-weight: 400;
	font-size: min(max(24px, 2.8571428571vw), 40px);
	letter-spacing: 0;
	text-transform: capitalize;
}
.gallery-overview-sec .row > *{
	border-right: 1px solid #c8c8c8;
	padding: 50px;
}
.gallery-overview-sec .col-lg-4:nth-child(3n){
	border-right: none;
}
.gallery-overview-sec .col-lg-4:nth-child(3) ~ .col-lg-4{
	border-top: 1px solid #c8c8c8;
}
.each-gal-overview a{
	color: #c5a554;
	display: table;
	font-size: 16px;
	margin: 0px auto 5px;
	background: linear-gradient(#c5a554, #c5a554);
	background-size: 0 1px;
	background-position: 0 100%;
	background-repeat: no-repeat;
	transition: background-size 0.4s ease;
}
.each-gal-overview a:hover{
	color: #c5a554;
	background-size: 100% 1px;
}
.gallery-category-img{
	column-gap: 20px;
}
.gallery-category-sec{
	margin-top: 150px;
	margin-bottom: 150px;
}
.each-gallery-category .row,
.gallery-category-img .row{
	margin: 0px -10px;
}
.each-gallery-category .row > div,
.gallery-category-img .col-6{
	padding: 0px 10px;
}
.gallery-category-btn{
	background: #c5a554;
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.3;
	transition: opacity 0.4s ease;
	height: 100%;
	padding: 0px 15px;
}
.gallery-category-btn:hover{
	color: #fff;
	opacity: 0.5;
}
.each-gallery-category .row > div, .gallery-category-img .col-6{
	overflow: hidden;
}
.gallery-category-img a img{
	transition: transform 0.4s ease;
	vertical-align: middle;
	width: 100%;
	object-fit: contain;
}
.gallery-category-img a:hover img{
	transform: scale(1.05);
}
.each-gallery-category{
	margin-bottom: 50px;
}
.gal-bak-btn{
	margin-bottom: 35px;
}
.gal-bak-btn a{
	color: #c5a554;
	display: inline;
	background: linear-gradient(#c5a554, #c5a554);
	background-size: 0 1px;
	background-position: 0 100%;
	background-repeat: no-repeat;
	transition: background-size 0.4s ease;
}
.gal-bak-btn a:hover{
	color: #c5a554;
	background-size: 100% 1px;
}
.gal-bak-btn span{
	margin:0 10px;
}
/* ============================gallery post sec============================ */
.gallery-post-sec{
	margin-top: 150px;
	margin-bottom: 100px;
}
.gallery-post-wrap{
	max-width: 800px;
	width: 100%;
	margin: 0px auto;
}
.gallery-post-wrap{
	overflow-x: clip;
}
.gal-post-thumb {
	max-width: 270px;
	margin: 10px auto 0px;
	width: 100%;
}
.gal-post-heading{
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}
.gal-post-heading h6{
	font-size: 16px;
	font-weight: 300;
	color: #000;
	line-height: 1.8;
	margin: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.gal-post-heading .common-button{
	/*     margin-left: auto; */
	display: table;
}
.gal-post-thumb .swiper-slide {
	opacity: 0.5;
	transition: opacity 0.4s ease;
	cursor: pointer;
}
.gal-post-thumb  .swiper-slide.swiper-slide-thumb-active {
	opacity: 1;
}
.gal-post-img .row{
	margin: 0px -5px;
}
.gal-post-img .col-12,
.gal-post-img .col-6{
	padding: 0px 5px;
}
/*===================== about-overview =====================*/
.about-overview-sec{
	margin-top: 175px;
	margin-bottom: 125px;
}
.about-overview-wrap{
	margin: 0px auto;
	max-width: 1350px;
	width: 100%;
}
.about-overview-wrap .row{
	margin: 0px -25px;
	row-gap: 50px;
}
.about-overview-wrap .col-lg-6{
	padding: 0px 25px;
}
.each-about-overview{
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}
.about-overview-dtl{
	padding: 40px 25px 25px;
}
.about-overview-dtl h2{
	line-height: 1.2;
	font-weight: 400;
	font-size: min(max(21px, 2.1428571429vw), 30px);
	color: #c5a554;
}
.about-overview-dtl .common-button {
	min-width: 190px;
}
.about-overview-dtl .common-button img{
	padding-left: 10px;
	transition: transform 0.4s ease;
}
.about-overview-dtl .common-button:hover img{
	transform: translateX(3px);
}
/*==================== service-overview======================  */
.about-overview-wrap .col-lg-4{
	padding: 0px 25px;
}
/*==================== education======================  */
.intro-sec{
	margin-top: 150px;
	margin-bottom: 150px;
}
.intro-wrap{
	max-width: 800px;
	width: 100%;
	margin: 0px auto;
}
.intro-wrap h2,
.intro-wrap h3{
	text-align: center;
}
.intro-wrap p a{
	color: #c5a554;
	display: inline;
	background: linear-gradient(#c5a554, #c5a554);
	background-size: 0 1px;
	background-position: 0 100%;
	background-repeat: no-repeat;
	transition: background-size 0.4s ease;
}
.intro-wrap p a:hover{
	color: #c5a554;
	background-size: 100% 1px;
}
.education-sec{
	margin-bottom: 150px;
}
.education-wrapper .row{
	margin: 0px -25px;
	row-gap: 50px;
}
.education-wrapper .col-lg-12,
.education-wrapper .col-lg-6{
	padding: 0px 25px;
}
.each-education{
	background-color: white;
	padding: 50px;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
	height: 100%;
}
.each-education h3{
	letter-spacing: 0;
	text-transform: initial;
	color: #000;
	font-family: 'Source Sans Pro Rg';
	font-size: 30px;
	line-height: 1.4;
	font-weight: 200;
	font-size: min(max(18px, 2.1428571429vw), 30px);
	text-align: center;
}
.each-education ol{
	list-style-type: decimal;
	padding-left: 1.5em;
}
/*=================== financing=================== */
.satisfied-customer-area{
	margin-bottom: 200px;
}
.payment-sec{
	margin-bottom: 150px;
}
.payment-wrapper img{
	margin-bottom: 32px;
}
/*=================== contact us=================== */
.contact-intro-sec{
	margin-top: 150px;
	margin-bottom: 200px;
}
.contact-intro-wrap{
	max-width: 1200px;
	width: 100%;
	margin: 0px auto;
}
.contact-intro-wrap h2{
	line-height: 1.2;
	font-weight: 400;
	font-size: min(max(32px, 5vw), 70px);
	text-align: center;
}
.contact-intro-wrap h3{
	text-align: center;
}
.contact-intro-wrap iframe{
	display: block;
	border: none;
}
.contact-info-wrapper{
	max-width: 1200px;
	width: 100%;
	margin: 0px auto;
}
.each-contact-ifo h2{
	line-height: 1.2;
	font-weight: 400;
	font-size: min(max(24px, 2.8571428571vw), 40px);
	margin-bottom: 30px;
	color: #000;
}
.each-contact-ifo p a{
	color: #c5a554;
	display: inline;
	background: linear-gradient(#c5a554, #c5a554);
	background-size: 0 1px;
	background-position: 0 100%;
	background-repeat: no-repeat;
	transition: background-size 0.4s ease;
}
.each-contact-ifo p a:hover{
	color: #c5a554;
	background-size: 100% 1px;
}
.each-contact-ifo p:last-child{
	margin-bottom: 0;
}
.each-contact-ifo h4{
	margin: 0;
	font-size: 16px;
	font-family: 'Source Sans Pro Bold';
	color: #000;
	line-height: 1.8;
}
.contact-info-area{
	margin-bottom: 200px;
}
.contact-map-area{
	margin-bottom: 100px;
}
.contact-map-wrap p{
	margin-bottom: 0;
}
.contact-map-wrap iframe{
	display: block;
	height: 450px;
	width: 100%;
}
/*================== privacy-policy ==================*/
.privacy-policy-sec{
	margin-top: 150px;
	margin-bottom: 200px;
}
.privacy-policy-wrapper h2{
	line-height: 1.2;
	font-weight: 400;
	font-size: min(max(24px, 2.8571428571vw), 40px);
	color: #c5a554;
}
.privacy-policy-wrapper hr {
	width: 100%;
	height: 1px;
	background: #c8c8c8;
	border: none;
	margin-top: 50px;
	margin-bottom: 50px;
}
.privacy-policy-wrapper ul{
	padding-left: 24px;
}
.procedure-sec p a,
.mantra-sec li a,
.procedure-sec p a,
.about-skincare-elements-wrap p a,
.privacy-policy-wrapper p a{
	color: #c5a554;
	display: inline;
	background: linear-gradient(#c5a554, #c5a554);
	background-size: 0 1px;
	background-position: 0 100%;
	background-repeat: no-repeat;
	transition: background-size 0.4s ease;
}   
.procedure-sec p a:hover,
.mantra-sec li a:hover,
.procedure-sec p a:hover,
.about-skincare-elements-wrap p a:hover,
.privacy-policy-wrapper p a:hover{
	color: #c5a554;
	background-size: 100% 1px;
}
/*====== product css ======*/
.procedure-sec{
	overflow-x: clip;
}
.product-inject-sec{
	margin-top: 150px;
	margin-bottom: 150px;
}
.product-inject-heading{
	margin-bottom: 60px;
}
.product-inject-wrapper .row{
	margin: 0px -25px;
	row-gap: 50px;
}
.product-inject-wrapper .col-lg-6{
	padding: 0px 25px;
}
.each-product-area{
	padding: 50px;
	height: 100%;
}
.product-area-content {
	position: relative;
	z-index: 1;
}
.product-vdo{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.product-vdo video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product-area-content h2{
	line-height: 1.2;
	font-weight: 400;
	font-size: min(max(24px, 2.8571428571vw), 40px);
	color: #000;
	text-align: center;
}
.product-area-content h3{
	font-family: 'Source Sans Pro Bold';
	color: #031549;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.175em;
	text-transform: uppercase;
	text-align: center;
}
.product-area-content .accordion {
	list-style: none;
	padding: 0px;
}
.product-area-content .accordion>li {
	display: block;
	list-style: none;
	margin-bottom: 0px;
}
.product-area-content .accordion>li>span {
	font-family: "Italiana";
	display: table;
	padding: 0 0 0 40px;
	background: url("../images/product-plus.svg") no-repeat 0%;
	cursor: pointer;
	line-height: 1.65;
	font-weight: 400;
	font-size: min(max(20px, 1.7857142857vw), 25px);
	text-transform: capitalize;
	background-size: 30px;
	color: #031549;
}
.product-area-content .accordion>li>div {
	list-style: none;
	padding: 0px;
	display: none;
	overflow: auto;
	margin-top: 20px;
}
.product-area-content .accordion li>span.active {
	background: url("../images/product-close.svg") no-repeat 0%;
	background-size: 30px;
}
.product-area-content .accordion>li>div h4{
	font-family: "Italiana";
	line-height: 1.65;
	font-weight: 400;
	font-size: min(max(20px, 1.7857142857vw), 25px);
	color: #000;
	margin-bottom: 10px;
}
.product-area-content .accordion>li>div ul{
	padding-left: 24px;
	list-style-type: disc;
	margin-bottom: 30px;
}
.each-product-area.color-white .product-area-content .accordion>li>div h4,
.each-product-area.color-white li,
.each-product-area.color-white p,
.each-product-area.color-white h2{
	color: #fff;
}
.each-product-area.color-white .product-area-content .accordion li>span{
	filter: brightness(0) invert(1);
}
.each-product-area.color-white .product-area-content h3{
	color: #c5a554;
}
.about-skincare-elements-sec{
	margin-top: 150px;
	margin-bottom: 150px;
}
.about-skincare-elements-wrap{
	max-width: 1200px;
	width: 100%;
	margin: 0px auto;
}
.about-skincare-elements-wrap h2{
	text-align: center;
	line-height: 1.2;
	font-weight: 400;
	font-size: min(max(21px, 2.1428571429vw), 30px);
}
.about-skincare-elements-wrap h3{
	text-align: center;
}
.about-skincare-elements-wrap p{
	max-width: 800px;
	width: 100%;
	margin: 0px auto;
}
.faq-inject-sec{
	margin-top: 150px;
	margin-bottom: 150px;
}
.faq-inject-wrap{
	max-width: 800px;
	width: 100%;
	margin: 0px auto;
}
.faq-inject-heading{
	margin-bottom: 100px;
}
.faq-inject-heading h2{
	margin-bottom: 15px;
}
.accordion {
	list-style: none;
	padding: 0px;
}
.accordion>li {
	display: block;
	list-style: none;
	margin-bottom: 25px;
}
.accordion>li>span {
	font-family: "Italiana";
	display: block;
	padding: 0 40px 0 4px;
	background: url("../images/product-plus.svg") no-repeat 100%;
	cursor: pointer;
	line-height: 1.65;
	font-weight: 400;
	font-size: min(max(20px, 1.7857142857vw), 25px);
	text-transform: capitalize;
	background-size: 25px;
	color: #000;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.accordion>li>span:hover{
	color: #c5a554;
}
.accordion>li>div {
	list-style: none;
	padding: 0px;
	display: none;
	overflow: auto;
	margin-top: 0px;
}
.accordion li>span.active {
	background: url("../images/product-close.svg") no-repeat 100%;
	background-size: 25px;
	color: #c5a554;
}
.accordion>li>div p:last-child{
	margin-bottom: 0;
}
.page-id-997 .accordion {
	display: flex;
	flex-wrap: wrap;
	column-gap: 40px;
	margin-left: -100px;
	margin-right: -100px;
}
.page-id-997 .accordion>li {
	width: 48%;
}
/* =================virtual-consultation================= */
.virtual-consultation-sec h2{
	font-family: 'Source Sans Pro Rg';  
	font-size: 30px;
	line-height: 1.4;
	font-weight: 200;
	font-size: min(max(18px, 2.1428571429vw), 30px);
	color: #000;
	margin-bottom: 50px;
}
/*====================== procedure-========================*/
.procedure-sec .mantra-sec h3{
	color: #fff;
}
.procedure-sec .mantra-sec p{
	font-size: 16px;
	line-height: 1.8;
	margin-bottom:30px;
	font-family: 'Source Sans Pro Rg';
	text-align: left;
}
.procedure-sec .core-values-wrap h2{
	line-height: 1.2;
	font-weight: 400;
	font-size: min(max(32px, 5vw), 70px);
}
.core-values-wrap h3{
	text-align: center;
	color: #fff;
}
.procedure-sec .core-values-content h2{
	line-height: 1.2;
	font-weight: 400;
	/*     font-size: min(max(24px, 2.8571428571vw), 40px); */
	text-align: center;
	color: #fff;
}
.core-values-wrap p{
	text-align: left;
	color: #fff;
}
.core-values-wrap ul li{
	text-align: left;
	color: #fff;
}
.service-inject-wrapper{
	max-width: 1550px;
	width: 100%;
	margin: 0px auto;
}
.service-inject-wrapper .row{
	margin: 0px -25px;
	row-gap: 50px;
	justify-content: center;
}
.service-inject-wrapper .col-lg-6{
	padding: 0px 25px;
}
.each-service-inject{
	background: #031549;
	padding: 50px;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
	height: 100%;
}
.each-service-inject h2{
	line-height: 1.2;
	font-weight: 400;
	font-size: min(max(24px, 2.8571428571vw), 40px);
	color: #fff;
	text-align: center;
}
.each-service-inject p{
	color: #fff;
	margin-bottom: 35px;
}   
.each-service-inject p:last-child{
	margin-bottom: 0;
}
.each-service-inject ul{
	padding-left: 24px;
}
.each-service-inject li{
	font-size: 16px;
	color: #fff;
	line-height: 1.8;
	font-family: 'Source Sans Pro Rg';
}
.microneedling-sec{
	margin-top: 150px;
	margin-bottom: 150px;
}
.microneedling-vdo{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.microneedling-vdo video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.each-microneedling{
	padding: 94px 50px;
}
.each-microneedling-content{
	position: relative;
	z-index: 1;
}
.each-microneedling-content h2{
	color: #fff;
	text-align: center;
}
.each-microneedling-content h3{
	color: #fff;
	text-align: center;
}
.each-microneedling-content p{
	color: #fff;
}
.microneedling-benefits-sec{
	margin-top: 150px;
	margin-bottom: 150px;
	overflow: hidden;
}
.microneedling-benefits-inner{
	padding: 100px 0;
}
.microneedling-benefits-heading{
	margin-bottom: 60px;
}
.microneedling-benefits-heading h2{
	text-align: center;
	font-weight: 400;
	color: #fff;
}
.microneedling-benefits-heading h3{
	text-align: center;
	color: #fff;
}
.microneedling-benefits-heading p{
	max-width: 800px !important;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
}
.each-microneedling-benefits{
	background-color: #fff;
	padding: 50px;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
	border-radius: 0px;
	background-size: cover;
	background-position: center center;
	height: 100%;
}
.microneedling-benefits-wrap{
	max-width: 1155px;
	width: 100%;
	margin: 0px auto;
}
.microneedling-benefits-wrap .row{
	margin: 0px -25px;
	row-gap: 50px;
	justify-content: center;
}
.microneedling-benefits-wrap .col-lg-4,
.microneedling-benefits-wrap .col-lg-6{
	padding: 0px 25px;
}
.each-microneedling-benefits p:last-child{
	margin-bottom: 0;
}
.procedure-sec .mantra-sec ul{
	text-align: left !important;
	margin: 0px auto;
	max-width: 800px;
	width: 100%;
	padding-left: 24px;
	margin: 0px auto 30px;
}
.mantra-sec li{
	font-size: 16px;
	color: #fff;
	line-height: 1.8;
	font-family: 'Source Sans Pro Rg';
}
.microneedling-benefits-wrap .col-lg-4{
	text-align: center;
}
.combination-procedures-sec .microneedling-benefits-wrap{
	max-width: 1400px;
	margin-bottom: 65px;
}
.combination-procedures-sec .microneedling-benefits-wrapper > p{
	color: #fff;
}
.youthful-and-restored-sec{
	margin-top: 150px;
	margin-bottom: 150px;
}
.youthful-and-restored-wrap{
	padding: 100px 50px;
	background-color: #031549;
}
.youthful-and-restored-inner{
	max-width: 800px;
	width: 100%;
	margin: 0px auto;
}
.youthful-and-restored-wrap h2{
	line-height: 1.2;
	font-weight: 400;
	font-size: min(max(32px, 5vw), 70px);
	color: #fff;
	text-align: center;
}
.youthful-and-restored-wrap h3{
	color: #fff;
	text-align: center;
}
.youthful-and-restored-wrap li,
.youthful-and-restored-wrap p{
	font-size: 16px;
	line-height: 1.8;
	font-family: 'Source Sans Pro Rg';
	color: #fff;
}
.youthful-and-restored-wrap ul{
	padding-left: 24px;
}
.vision-wrapper .wp-block-column {
	padding: 0px 50px;
}
.instagram-feed-area {
	display: flex;
	column-gap: 15px;
	justify-content: space-between;
}
.instagram-feed-area .instagran-feed-image:nth-child(1) {
	width: 282px;
	height: 173px;
}
.instagram-feed-area .instagran-feed-image:nth-child(2) {
	width: 282px;
	height: 218px;
}
.instagram-feed-area .instagran-feed-image:nth-child(3) {
	width: 282px;
	height: 282px;
}
.instagram-feed-area .instagran-feed-image:nth-child(4) {
	width: 283px;
	height: 218px;
}
.instagram-feed-area .instagran-feed-image:nth-child(5) {
	width: 282px;
	height: 196px;
}
.instagram-feed-area{
	margin-top:50px;
	margin-bottom:75px;
}
.instagran-feed-image img{
	box-shadow: 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 100px 80px rgba(0, 0, 0, 0.07);
	width:100%;
	height:100%;
	object-fit:cover;
}
.instagram-feed-link  a{
	background: none;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 13px;
	border-bottom: 1px solid #c5a554;
	color: black;
	text-align: center;
	letter-spacing: 0.1em;
	font-size: 20px;
	font-family: 'Italiana';
	font-weight: 400;
	line-height: 1.1;
}
.instagram-area .container{
	padding-left:50px;
	padding-right:50px;
}
.white-bg-area {
	background: #fff;
	padding: 30px;
}
.white-bg-area p {
	color: #000;
	text-align: center !important;
}
.has-text-align-center {
	text-align: center !important;
}
.blue-bg-area {
	background: #031549;
	padding: 30px;
}
.blue-bg-area p{
	color:#fff;
}
.error404 .cta-inject{
	display:none;
}
.core-values-wrap .core-values-content a {
	color: #fff !important;
	font-weight: 700;
}
.core-values-wrap .core-values-content a:hover{
	color:#031549 !important;
}
.mobile-tab-dropdown .dropdown-btn{
	position: relative;
}
.mobile-tab-dropdown .dropdown-btn:after {
	content: " ";
	position: absolute;
	right: 5px;
	top: 0;
	height: 25px;
	width: 25px;
	top: 5px;
	background-image: url('/wp-content/uploads/2025/12/download.svg');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	pointer-events: none;
}
.mobile-tab-dropdown.open .dropdown-btn:after {
	transform: rotate(180deg);
}
.privacy-policy-wrapper{
	max-width: 1200px;
	margin: 0 auto;
}
.search-result-wrapper{
	max-width: 1200px;
	margin: 0 auto;
}
.microneedling-benefits-sec .card{
	border: 0px;
}
.vision-sec ul{
	padding-left: 18px;
}
.procedure-sec .faq-inject-heading{
	margin-left: -100px;
	margin-right: -100px;
}
.procedure-sec .mantra-sec p.lead{
	font-size: 20px;
}
.Accessibility-menu{
	display: none;
}
/*=============== audits ===============*/
.procedure-item .link-reveal a{
	background: linear-gradient(#c5a554, #c5a554);
	background-size: 0 1px;
	background-position: 0 100%;
	background-repeat: no-repeat;
	transition: background-size 0.4s ease;
}
.procedure-item:hover .link-reveal ul li a:hover{
	background-size: 100% 1px;
	color:#fff;
}
.aos-animate p:before,
.aos-animate p:after{
	transform: scaleX(1) !important;
}

.menu-area > ul > li.about-menu > ul > li:first-child a {
	font-family: 'Italiana';
	font-size: 26px;
	line-height: 1.5;
	padding: 10px 0;
	color: #c5a554;
}
.menu-area > ul > li.about-menu > ul {
	margin-top: -3px;
}
.menu-area > ul {
	column-gap: 40px;
}
.about-menu {
	margin-left: 58px;
}
.menu-area {
	padding-right: 60px;
}
.home main{
	overflow-x:hidden;
}

.core-values-wrap .col-lg-6 {
	padding: 100px 75px;
}
.intro-wrap{
	max-width:1200px;
}
.intro-wrap p{
	max-width:800px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
.intro-sec .text-left h2{
	text-align:left;
	margin-bottom:35px;
}
.intro-sec .text-left h3{
	margin-bottom:35px;
}
.intro-sec .text-left p{
	max-width:100%;
}
.height-auto-img img{
	height:auto !important;
	position:initial;
	width:100%;
}

.right-iamg img {
	box-sizing: border-box;
	max-width: 100%;
	vertical-align: bottom;
	height: auto !important;
}

.two-column-content {
	max-width: 1450px;
	width: 100%;
	margin: 0px auto;
	justify-content: center;
}
.two-column-content div.wp-block-group {
	height: 100%;
}
@media(min-width:992px){
	#two-column-area img {
		height: auto !important;
		position: initial;
		width: 100%;
	}
}
.intro-wrap  ul {
	max-width: 800px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.core-values-content ul {
	list-style: inside;
	text-align: center;
	margin: 0 auto;
	display: table;
}
@media(min-width:991px){
	.footer-middle-left-part {
		width: 30%;
		text-align: left;
	}
	.footer-middle-middle-part.text-center {
		width: 30%;
	}
	.footer-middle-right-part {
		width: 30%;
	}
	div#rs-widget-2242 {
		display: table;
	}
}
.core-values-sec.fifty-fifty-inject-area .core-values-content li{
	font-family: 'Source Sans Pro Rg';
}

.core-values-wrap ul li {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}
/*** Staff *******/
.each-staff-image img{
	box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
}
.each-staff-content h3{
	font-family: 'Italiana';
	font-size: min(max(28px, 6.0714285714vw), 50px);
	line-height:100%;
	color:rgba(0, 0, 0, 1);
	letter-spacing:normal;
	text-transform:none;
}
.staff-area{
	margin-top:150px;
	margin-bottom:150px;
}
.staff-area .container .vision-wrapper .row:not(:last-child){
	margin-bottom:150px;
}