:root {
	--bsSecondry1__wr: #404E41;
	--bsSecondry2__wr: #39463A;
	--bsSecondry3__wr: #323F33;
	--bsSecondry4__wr: #535353;
	--bsSecondry5__wr: #373737;
	--bsSecondry6__wr: #3F3E3C;
	--bsPrimary1__wr: #E5D88A;
	--bsPrimary2__wr: #D7C175;
	--bsPrimary3__wr: #C9A960;
	--bsPrimary4__wr: #F3ECE3;
	--bsPrimary5__wr: #D1C2B3;
	--bsPrimary6__wr: #D5AE79;
	--bsGrey100__wr: #DEE2E6;
	--bsYellow50__wr: #fffced;
	--bsWhite__wr: #ffffff;
	--bsBlack890__wr: #1A1A1A;
	--bsBlack__wr: #000000;
	--bsBlack890__wr: #141414;
	--bsApple__wr: #1F2C37;
    --bsFaceBook__wr: #4267B2;
    --bsTwitter__wr: #1DA1F2;
    --bsLinkedin__wr: #2167F0;
    --bsWatsapp__wr: #0dc143;
	/*--KaushanScriptFont__wr: "Kaushan Script", cursive;*/
	--moseratFont__wr: "Montserrat", sans-serif;
	--dmSerifFont__wr: "DM Serif Display", serif;
	--CormorantFont__wr: "Cormorant Garamond", serif;
	--handshake: hsl(40, 100%, 66%);
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
*::before,
*::after {
    box-sizing: border-box;
}
body {
    font-size: 14px;
/*    font-size: clamp(0.875rem, 0.7002rem + 0.4854vw, 1.125rem);*/
    font-weight: 400;
    line-height: 1.7;
    color: #252c30;
/*    font-family: var(--moseratFont__wr);*/
	font-family: "Open Sans", sans-serif;
	    position: relative;
}
.noScroll__wr {
    overflow: hidden;
}
.img-fluid{
    max-width: 100%;
}
.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-row>.col, .form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
    position:relative;
}
.container__wr{
    --bs-gutter-x: 1.5rem;
    width: 100%;
    /*padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);*/
    margin-right: auto;
    margin-left: auto;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}
.col {
	flex: 1 0 0%;
}
.col-auto {
	flex: 0 0 auto;
	width: auto;
}
.col-1 {
	flex: 0 0 auto;
	width: 8.33333333%;
}
.col-2 {
	flex: 0 0 auto;
	width: 16.66666667%;
}
.col-3 {
	flex: 0 0 auto;
	width: 25%;
}
.col-4 {
	flex: 0 0 auto;
	width: 33.33333333%;
}
.col-5 {
	flex: 0 0 auto;
	width: 41.66666667%;
}
.col-6 {
	flex: 0 0 auto;
	width: 50%;
}
.col-7 {
	flex: 0 0 auto;
	width: 58.33333333%;
}
.col-8 {
	flex: 0 0 auto;
	width: 66.66666667%;
}
.col-9 {
	flex: 0 0 auto;
	width: 75%;
}
.col-10 {
	flex: 0 0 auto;
	width: 83.33333333%;
}
.col-11 {
	flex: 0 0 auto;
	width: 91.66666667%;
}
.col-12 {
	flex: 0 0 auto;
	width: 100%;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
ul:not([class]){
	padding-left: 20px;
}
ul:not([class]) li~li{
	margin-top: 1rem;
}
.primayBtn__wr{
  display: inline-block;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 30px;
	text-transform: uppercase;
	background-color: #3f3e3c;
	border: 0.125rem solid #3f3e3c;
	color: #fff;
  cursor: pointer;
	position: relative;
	border-radius: 4px;
  text-decoration: none;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.primayBtn__wr::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background:#f4b764;
  border-radius: 4px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}


.primayBtn__wr:hover, .primayBtn__wr:active, .primayBtn__wr:focus, .primayBtn__wr:active:focus {
	background-color: transparent;
	border-color: #d5ae79;
	color: #fff;
	box-shadow: none;
	outline: none;
  transition-delay: 0.3s;
}

.primayBtn__wr:hover::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.offcanvas_body form .form-control{
	margin-bottom: 34px;
}



/*.primayBtn__wr .labelText__wr{
	display: inline-block;
}
.primayBtn__wr:hover{
    background-color: var(--bsSecondry5__wr);
    border-color: var(--bsSecondry5__wr);
}*/
.secTitleWrap__wr{}
.secPreTitle__wr{
	font-size: 14px;
	font-weight:600;
	line-height: 1.2;
	color: inherit;
	text-align: left;
	margin-bottom: 0;
}
.secTitle__wr{
	font-size: clamp(1.125rem, 0.1638rem + 2.6699vw, 2.5rem);
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
	/* font-family: var(--CormorantFont__wr); */
	text-align: left;
	margin-bottom: 0;
	color: #000;
	font-family: 'Playfair Display', sans-serif;
}
.secSubTitle__wr{
	font-size: clamp(1rem, 0.8252rem + 0.4854vw, 1.25rem);
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
	text-align: left;
	margin-bottom: 0;
}
.secTitleWrapCenter__wr{
	text-align: center;
}
.secTitleWrapCenter__wr .secPreTitle__wr,
.secTitleWrapCenter__wr .secTitle__wr,
.secTitleWrapCenter__wr .secSubTitle__wr{
	text-align: center;
}
.secPreTitle__wr:has(+ .secTitle__wr){
	margin-bottom: 8px;
}
.secTitle__wr:has(+ .secSubTitle__wr),
.secTitle__wr:has(+ p){
	margin-bottom: 16px;
}
.parentSec__wr{
/*	padding: 64px 0;*/
	position: relative;
}
.parentSec__wr .container__wr{
	position: relative;
	z-index: 2;
}
.overlayBgFigure__wr{
	display: flex;
    position: absolute;
    inset: 0;
    overflow: hidden;
}
.overlayBgFigure__wr::before{
	content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: var(--bsBlack__wr);
    opacity: 0.5;
}
.overlayBgFigure__wr img{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.content__wr p{}
.content__wr p:only-child,
.secTitleWrap__wr p:only-child,
.content__wr p:last-child,
.secTitleWrap__wr p:last-child{
    margin-bottom: 0;
}
/*PAGE HEADER START*/
	.pageHeader__wr{}
	.pageNavTopBar__wr{
		padding: 8px 0;
	    border-bottom: 1px solid #ddd;
		/*background: var(--bsSecondry6__wr);*/
	}
	.pageNavTopBar__wr .container__wr{
		display: flex;
	    flex-wrap: wrap;
	    align-items: center;
	    justify-content: space-between;
	}
	.navTopBarInfo__wr{
		display: flex;
	    align-items: center;
	    justify-content: flex-start;
	    gap: 32px;
	}
	.navTopInfoItem__wr{
		font-size: 13px;
		font-weight: 500;
		line-height: 120%;
		color: var(--bsBlack890__wr);
		display: flex;
	    align-items: center;
	    justify-content: flex-start;
	    gap: 8px;
	}
	.navTopInfoItem__wr~.navTopInfoItem__wr{}
	.navTopInfoItem__wr>a{
		display: flex;
	    align-items: center;
	    justify-content: flex-start;
	    gap: 8px;
		font-size: inherit;
		font-weight: inherit;
		line-height: inherit;
		color: inherit;
		text-decoration: none;
		-webkit-transition: all linear 0.5s;
		transition: all linear 0.5s;
	}
	.navTopInfoItem__wr i{
	    font-size: 12px;
	    line-height: 1;
	    color: var(--bsBlack890__wr);
	    text-align: center;
	    display: inline-flex;
	    align-items: center;
	    justify-content: center;
		background: var(--bsWhite__wr);
		border: 1px solid var(--bsBlack890__wr);
	    width: 26px;
	    height: 26px;
	    border-radius: 50%;
	    position: relative;
	    z-index: 1;
	    -webkit-transition: all linear 0.5s;
		transition: all linear 0.5s;
	}
	.navTopInfoItem__wr .labelText__wr{}
	.navTopInfoItem__wr:hover a{
		color: var(--bsPrimary6__wr);
		text-decoration: underline;
	}
	.navTopInfoItem__wr:hover i{
		border-color: var(--bsPrimary6__wr);
		background: var(--bsPrimary6__wr);
		color: var(--bsWhite__wr);
	}
	.socialIcons__wr{
		display: flex;
		align-items: center;
		justify-content: flex-end;
		gap: 16px;
	}
	.socialIcons__wr a{
		font-size: 12px;
	    line-height: 1;
	    color: var(--bsBlack__wr);
	    text-decoration: none;
	    text-align: center;
	    display: inline-flex;
	    align-items: center;
	    justify-content: center;
		background: var(--bsWhite__wr);
		border: 1px solid var(--bsBlack890__wr);
	    width: 26px;
	    height: 26px;
	    border-radius: 50%;
	    -webkit-transition: all linear 0.5s;
		transition: all linear 0.5s;
	}
.socialIcons__wr-1 a{    padding: 5px 10px 5px 10px;
    background-image: url(../images/bg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-style: solid;
    border-width: 1px 1px 1px 1px #000;
    border-color: #000;
    border-radius: 15px 15px 15px 15px;
    text-decoration: unset;
    color: #000;
}

	 .socialIcons__wr i{}
	.socialIcons__wr a:hover{
		color: var(--bsWhite__wr);
		background: var(--bsPrimary6__wr);
		border-color: var(--bsPrimary6__wr);
	}
	.pageNavBar__wr{}
	.pageNavBar__wr .container__wr{
		display: flex;
	}
	.navBarBrand__wr{
		display: inline-flex;
		padding: 8px 0;
	}
	.navBarBrand__wr img{}
	.pageNavWrap__wr{
		display: flex;
	}
	.pageNavHead__wr{}
	.pageNavHead__wr .brand__wr{
		display: inline-flex;
	}
	.pageNavHead__wr .menuClose__wr{}
	.navBarNav__wr{
		list-style: none;
	}
	.navBarNav__wr > li{}
	.navBarNav__wr > li > a {
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 20px;
	    color: #fff;
	    text-decoration: none;
	    -webkit-transition: all linear 0.5s;
	    transition: all linear 0.5s;
	    font-family: "Playfair Display", serif;
	    padding: 4px 18px 0;
	}
	.navBarNav__wr > li:hover > a,
	.navBarNav__wr > li.active > a{
	    color: var(--bsPrimary6__wr);
	}
	.pageNavBarConsultWrap__wr{}
	.pageNavBarConsultBtn__wr{
		/*padding: 12px 32px !important;*/
	    /*font-family: var(--KaushanScriptFont__wr);*/
	}
	.pageNavBarConsultBtn__wr i{
		display: none;
	}
	.pageNavBarTogglerWrap__wr{}
	.pageNavBarToggler__wr{}
/*PAGE HEADER END*/
/*PAGE MAIN BANNER START*/
	.pageMainBnrSec__wr{
		position: relative;
	}
    .mainBnrSlider__wr {
        position: absolute;
        inset: 0;
    }
    .mainBnrSlider__wr.owl-carousel .owl-stage-outer{
        position: absolute;
        inset: 0;
    }
    .mainBnrSlider__wr.owl-carousel .owl-stage{
        display: flex;
        height: 100%;
    }
    .mainBnrBackGround__wr{
    	position: absolute;
        inset: 0;
    }
    .mainBnrBackGroundFigure__wr{
        display: flex;
        width: 100%;
        position: absolute;
        inset: 0;
    }
    .mainBnrBackGroundFigure__wr::before{
    	content: "";
		position: absolute;
		inset: 0;
		background-color: var(--bsBlack__wr);
		opacity: 0.6;
		z-index: 1;
    }

	/*.mainBnrContentWrap__wr > .container__wr > .row{
		align-items: center;
	}*/
	.mainBnrContent__wr{
		color: var(--bsWhite__wr);
		text-align: left;
	}
	.mainBnrContentTitleWrap__wr{
	    margin-bottom: 24px;
	}
	.mainBnrContentTitle__wr{
		color: #fff;
	}
	.mainBnrContentSubTitle__wr{
		/*font-size: 24px;*/
		/*font-weight: 600;*/
		line-height: 1.5;
		color: inherit;
		/*margin-bottom: 0;*/
	}
	.mainBnrText__wr p{}
	.mainBnrText__wr p:only-child, 
	.mainBnrText__wr p:last-child {
	    margin-bottom: 0;
	}
	.mainBnrContentBtnParent__wr{
		margin-top: 32px;
	}
	.mainBnrContentBtnParent__wr .primayBtn__wr{
		font-family: var(--KaushanScriptFont__wr);
	}
	.formBlock__wr{
		padding: 2rem;
		/*background: rgba(255, 255, 255, 0.26);*/
		/*border-radius: 16px;*/
		background-image: url('../images/bg.webp');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
		/*backdrop-filter: blur(6.7px);*/
		/*-webkit-backdrop-filter: blur(6.7px);*/
		/*border: 1px solid rgba(255, 255, 255, 0.09);*/
	}
	.mainBnrFormBlockTitleWrap__wr{
	    margin-bottom: 24px;
	}
	.mainBnrFormBlockTitle__wr{
		font-size: clamp(1.125rem, 0.5133rem + 1.699vw, 2rem);
		color: var(--bsBlack__wr);
	}
	form{}
	form .form-row{
	    row-gap: 24px;
	}
	
	form .form-control{
		display: block;
		width: 100%;
	    padding: 12px 1rem;
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.5;
		color: var(--bsBlack__wr);
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background-color: var(--bsWhite__wr);
		border: 1px solid var(--bsWhite__wr);
    	background-clip: padding-box;
	    border-radius: 0;
	    outline: none;
	    box-shadow: none;
	}
	form textarea.form-control{
		resize: none;
		/*border-radius: 20px;*/
		height: 110px;
	}
	.has-error .form-control{border-color:red;}
	.fullBtn__wr{
		width: 100%;
	}
	form .primayBtn__wr{
		font-size: 16px;
		font-weight: 500;
	    line-height: 1.5;
	    border-width: 1px;
		padding: 13px;
	}
	form .primayBtn__wr:hover{
		background-color: var(--bsSecondry4__wr);
		border-color: var(--bsSecondry4__wr);
	}
/*PAGE MAIN BANNER END*/
/*HOME ABOUT US SEC STRAT*/
	.hmAboutUsSec__wr{
		/*padding: 64px 0;*/
	}
	.hmAboutUsSec__wr .overlayBgFigure__wr::before{
		display: none;
	}
	.hmAboutUsSec__wr > .container__wr{}
	.hmAboutUsSec__wr > .container__wr > .row{
		position: relative;
	}
	.hmAboutUsSec__wr  .row > [class*=col-]{}
	.abtFigureParent__wr{
		width: 100%;
		height: 100%;
		display: flex;
		position: relative;
	}
	.abtFigureBlock__wr{
		height: 100%;
	}
	.abtFigure__wr{
		height: 100%;
		overflow: hidden;
	}
	.abtFigure__wr img{
		-webkit-transition: all ease 0.5s;
    	transition: all ease 0.5s;
	}
	.abtFigure__wr:hover img{
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	.abtFigureBlock__wr.oneFigureBlock__wr{
		margin-right: -4rem;
		height: calc(100% - 3rem);
	}
	.abtFigureBlock__wr.twoFigureBlock__wr{
		margin-left: -2rem;
		margin-top: 5rem;
		height: calc(100% - 5rem);
	}
	.abtFigureBlock__wr.twoFigureBlock__wr .figure__wr{
		border: 15px solid var(--bsWhite__wr);
	}
	.abtExpParent__wr{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: stretch;
		padding: 0px 20px 20px 20px;
		background-color: var(--bsWhite__wr);
		width: 100%;
		max-width: 170px;
		position: absolute;
		left: 0;
		bottom: 3rem;
	}
	.abtExpNum__wr{
		font-size: clamp(1.25rem, -1.0218rem + 6.3107vw, 4.5rem);
		font-style: normal;
		font-weight: 500;
		line-height: 1em;
		text-transform: capitalize;
		letter-spacing: -2px;
		font-family: var(--CormorantFont__wr);
		color: var(--bsSecondry6__wr);
		text-align: center;
		display: flex;
		justify-content: center;
	}
	.abtExpNum__wr span{}
	.expNum__wr{}
	.abtExpTitle__wr{
		font-size: clamp(1rem, 0.8252rem + 0.4854vw, 1.25rem);
		font-weight: 400;
		text-transform: capitalize;
		line-height: 1.5em;
		letter-spacing: 0px;
		color: var(--bsSecondry6__wr);
		margin-bottom: 0;
	}

	/*.hmAbtImageBlockBg__wr{
		width: 100%;
	}
	.hmAbtFigure__wr{
		display: flex;
        width: 100%;
        overflow: hidden;
        border-radius: 8px;
	}
	.hmAbtFigure__wr img{
		width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        -webkit-transition: all ease 0.5s;
    	transition: all ease 0.5s;
	}*/
	
	.hmAbtContentBlock__wr{
		text-align: left;
		position: relative;
	}
	.hmAbtContentTitleWrap__wr{
		margin-bottom: 32px;
	}
	.hmAbtContentPreTitle__wr{
		letter-spacing: 2px;
		text-transform: uppercase;
	}
	.hmAbtContentTitle__wr{
		font-size: clamp(1.125rem, 0.1638rem + 2.6699vw, 2.5rem);
	}
	.hmAbtContent__wr{}
	.hmAbtContent__wr p{}
	.hmAbtContentBtnParent__wr{
		margin-top: 32px;
	}
/*HOME ABOUT US SEC END*/
/*SERVICE SEC START*/
	.imageBlockBg__wr{
		width: 100%;
		position: relative;
	}
	.figure__wr{
		display: flex;
		width: 100%;
		position: relative;
	}
	.figure__wr img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center right;
	}
	.serviceSec__wr{
		/*background: var(--bsYellow50__wr);*/
		background: url(../images/bg.webp);
	}
	.serviceTitleWrap__wr{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 32px;
	}
	.serviceTitle__wr{
	    color: #1A1A1A;
	}
	.serviceSubTitle__wr{}
	.serviceSec__wr .row{
		row-gap: 24px;
	}
	.serviceItem__wr{
		width: 100%;
		height: 100%;
		position: relative;
		background: var(--bsWhite__wr);
		padding: 1rem;
		border-radius: 8px;
		box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%)
	}
	/*.serviceInnerItem__wr{
		width: 100%;
		background: var(--bsWhite__wr);
		padding: 1rem;
		border-radius: 8px;
		box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%)
	}*/
	.serviceImageBlockBg__wr{
		width: 100%;
		position: relative;
	}
	.serviceFigure__wr{
		display: flex;
		width: 100%;
		position: relative;
		overflow: hidden;
		border-radius: 6px;
	}
	.serviceFigure__wr::before{
		content: "";
		display: block;
		width: 100%;
		padding-top: calc((286/437) * 100%);
	}
	.serviceFigure__wr img{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center center;
		-webkit-transition: all ease 0.5s;
    	transition: all ease 0.5s;
	}
	.serviceContentBlock__wr{
		width: 100%;
		position: relative;
		padding-top: calc(35px + 1rem);
		padding-bottom: 1rem;
	}
	.serviceContentTitleWrap__wr{
		margin-bottom: 1rem;
	}
	.serviceContentTitle__wr{
		font-size: clamp(1rem, 0.6505rem + 0.9709vw, 1.5rem);
		color: var(--bsBlack__wr);
		/*font-family: var(--monseratFont__wr);
		min-height: 58px;*/
	    -webkit-transition: all ease 0.5s;
    	transition: all ease 0.5s;
	}
	.serviceContentTitle__wr>a{
		color: inherit;
		text-decoration: none;
	}
	.serviceContent__wr{}
	.serviceItem__wr:hover .serviceContentTitle__wr{
	    color: var(--bsPrimary6__wr);
	}
	.serviceIcon__wr{
		width: 70px;
		height: 70px;
		line-height: 64px;
		border: 2px solid var(--bsPrimary6__wr);
		border-radius: 50%;
		background: var(--bsWhite__wr);
		box-shadow: 0 0 15px rgba(0,0,0,0.2);
		font-size: 30px;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto;
		position: absolute;
		top: -35px;
		left: 16px;
		-webkit-transition: all linear 0.5s;
		transition: all linear 0.5s;
	}
	.serviceIcon__wr img{
		-webkit-transition: all linear 0.5s;
		transition: all linear 0.5s;
	}
	.serviceItem__wr:hover .serviceContentBlock__wr .serviceIcon__wr{
	    background: var(--bsPrimary6__wr);
	    /*border-color: var(--bsWhite__wr);*/
	}
	.serviceItem__wr:hover .serviceContentBlock__wr .serviceIcon__wr img{
		-webkit-filter: brightness(0) invert(1);
		filter: brightness(0) invert(1);
	}
	.serviceItem__wr:hover .serviceFigure__wr img{
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
/*SERVICE SEC END*/
/*PORTFOLIO SEC START*/
	.portfolioSec__wr{}
	.portfolioSec__wr .row {
	    row-gap: 24px;
	    justify-content: center;
	}
	.portfolioTitleWrap__wr{
		margin-bottom: 32px;
	}
	.portfolioTitle__wr{}
	.portfolioSubTitle__wr{}
	.tabBtnsWrap__wr{
		list-style: none;
		display: flex;
		align-items: center;
		justify-content: center;
		/*border-bottom: 1px solid #ddd;*/
		margin: 0 auto;
		margin-bottom: 64px;
	}
	.tabItem__wr{}
	.tabBtn__wr{
		font-size: clamp(0.875rem, 0.7002rem + 0.4854vw, 1.125rem);
		font-weight: 400;
		line-height: 1.5;
		color: var(--bsBlack__wr);
		text-decoration: none;
	    padding: 0 32px 18px;
	    position: relative;
        -webkit-transition: all linear 0.5s;
    	transition: all linear 0.5s;
	}
	.tabBtn__wr::after{
		content: "";
		width: 0;
		height: 2px;
		background: var(--bsPrimary6__wr);
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		-webkit-transition: all linear 0.5s;
    	transition: all linear 0.5s;
	}
	.active .tabBtn__wr{
		color: var(--bsPrimary6__wr);
	}
	.active .tabBtn__wr::after{
    	width: 100%;
	}
	.portfolioItem__wr{
		width: 100%;
	}
	.portfolioImageBlockBg__wr{
		width: 100%;
		position: relative;
	}
	.portfolioFigure__wr{
		display: flex;
		width: 100%;
		position: relative;
		overflow: hidden;
		border-radius: 0;
	}
	.portfolioFigure__wr::before{
		content: "";
		display: block;
		width: 100%;
		padding-top: calc((286/437) * 100%);
	}
	.portfolioFigure__wr img{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center center;
		-webkit-transition: all ease 0.5s;
    	transition: all ease 0.5s;
	}
	.portfolioItem__wr:hover .portfolioFigure__wr img {
	    -webkit-transform: scale(1.1);
	    transform: scale(1.1);
	}
	.portfolioCaption__wr{}
	.portfolioCaptionTitle__wr{}
/*PORTFOLIO SEC END*/
/*HAPPY CLIENTS SEC START*/
	/*.happyClientsSec__wr{
		text-align: center;
		position: relative;
	}*/
	/*.happyClientsSec__wr::before{*/
	/*	content: '';*/
	/*	background: url(../images/badge-bg.png);*/
	/*	position: absolute;*/
	/*	top: 0px;*/
	/*	left: 0px;*/
	/*	background-repeat: repeat;*/
	/*	background-size: contain;*/
	/*	background-position: center center;*/
	/*	height: 100%;*/
	/*	width: 100%;*/
	/*	opacity: 0.1;*/
	/*	z-index: -1;*/
	/*}*/
	/*.happyClientsSec__wr .overlayBgFigure__wr {
        position: absolute;
        inset: 0;
        display: flex;
        overflow: hidden;
    }
    .happyClientsSec__wr .overlayBgFigure__wr::before{
        display: none;
    }
    .happyClientsSec__wr .overlayBgFigure__wr img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        opacity: 0.1;
    }
	.happyClientsCount__wr{
		font-size: 96px;
		font-weight: 900;
		line-height: 1.1;
		color: var(--bsPrimary5__wr);
		margin: 0;
	}
	.happyClientsTitleWrap__wr{
		margin-bottom: 0;
	}
	.happyClientsTitle__wr{
		font-size: 48px;
		font-weight: 700;
		line-height: 1.1;
		color: var(--bsBlack__wr);
		margin-bottom: 24px !important;
	}
	.happyClientsTitleWrap__wr p{
		font-size: 18px;
		font-weight: 400;
		line-height: 1.2;
		color: inherit;
		margin-bottom: 0;
	}*/
/*HAPPY CLIENTS SEC END*/
/*CERTIFICATE SEC START*/
	.certificateSec__wr{
		background: url(../images/bg-img.jpg);
	}
	.certiTitleWrap__wr{
		margin-bottom: 32px;
	}
	.certiTitle__wr{}
	.certificateSec__wr .container__wr .row{
		row-gap: 32px;
		align-items: center;
	}
	.certiFigureBlock__wr{}
	.certiFigure__wr{}
	.certiFigure__wr img{
		max-width: 100%;
		height: auto;
		margin: 0 auto;
		border-style: solid;
		border-width: 1px;
		border: 1px solid var(--bsWhite__wr);
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .06);
	}
/*CERTIFICATE SEC END*/
/*TESTIMONIAL SEC STRAT*/
	.testimonialSec__wr{
		background: url(../images/testimonial-bg.jpg) repeat-y center center / cover;
		position: relative;
		-webkit-animation: testing 20s linear forwards infinite;
		animation: testing 20s linear forwards infinite;
	}
	@-webkit-keyframes testing{
	    0% {background-position: 0 0;}
	    100% {background-position: 0 -100%;}
	}
	@keyframes testing{
	    0% {background-position: 0 0;}
	    100% {background-position: 0 -100%;}
	}
	.testimonialTitleWrap__wr{
		margin-bottom: 32px;
	}
	.testimonialTitle__wr{}
	.testimonialSubTitle__wr{}
	.testimonialSlider__wr{}
	.testimonialSlider__wr.owl-carousel .owl-stage{
		padding-top: 5px;
		padding-bottom: 5px;
		display: flex;
		flex: 1 0 auto;
		height: 100%;
	}
	.testimonialSlider__wr.owl-carousel .item{
		height: 100%;
	}
	.testimonialItem__wr{
		display: block;
		background: var(--bsWhite__wr);
		padding: 32px 32px;
		border: 1px solid #ccc;
		text-align: center;
		border-radius: 0;
		height: 100%;
	}
	.testimonialLogoFigure__wr{
		display: flex;
		max-width: 100px;
		margin: 0 auto 20px;
	}
	.testimonialLogoFigure__wr img{
		margin: 0 auto;
		max-height: 70px;
		width: auto !important;
		max-width: 100%;
	}
	.testimonialContent__wr{}
	.testimonialContent__wr p{
		font-size: 18px;
	}
	.testimonialSlider__wr.owl-theme .owl-nav [class*=owl-] {
	    margin: 0;
	    width: 50px;
	    height: 50px;
	    border-radius: 50%;
	    background: var(--bsWhite__wr);
	    color: var(--bsPrimary5__wr);
	    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.08));
	    position: absolute;
	    top: 50%;
	    -webkit-transform: translateY(-50%);
	    transform: translateY(-50%);
	    -webkit-transition: all linear 0.5s;
    	transition: all linear 0.5s;
	}
	.testimonialSlider__wr.owl-theme .owl-nav [class*=owl-]:hover{
		background: var(--bsPrimary5__wr);
		color: var(--bsWhite__wr);
	}
	.testimonialSlider__wr.owl-carousel .owl-nav button.owl-prev {
	    left: -20px;
	}
	.testimonialSlider__wr.owl-carousel .owl-nav button.owl-next {
	    right: -20px;
	}
/*TESTIMONIAL SEC END*/
/*UNLOCK BEAUTY SEC START*/
	.unLockBeautySec__wr{
		padding: 96px 0;
		color: var(--bsWhite__wr);
		text-align: center;
	}
/*	.unLockBeautySec__wr::before{
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		z-index: 2;
		width: 30%;
		background: var(--bsPrimary6__wr);
		opacity: 0.8;
	}*/
	.unLockBeautyContentBlock__wr{}
	.unLockBeautyTitleWrap__wr{
		margin-bottom: 32px;
	}
	.unLockBeautyTitle__wr{color: #fff;}
	.unLockBeautyContent__wr{}
	.unLockBeautyBtnParent__wr{
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 32px;

	}
/*UNLOCK BEAUTY SEC END*/
/*CONTACT SEC START*/
	.contactSec__wr{
		padding: 80px 0;
		position: relative;
		z-index: 1;
	}
	.contactSec__wr .overlayBgFigure__wr::before{
		/*display: none;*/
	}
	/*.contactSec__wr::before{
		content: "";
		width: 100%;
		height: 50%;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
	    background: #f0fff0;
		z-index: -1;
	}
	.contactSec__wr::after{
		content: "";
		width: 100%;
		height: 50%;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
	    background: #d7ffda;
		z-index: -1;
	}*/
	.contactBlockWrap__wr{
		/*padding: 60px;
		background: url(../images/bg.webp);
		border: 1px solid rgba(0, 0, 0, 0.09);
		border-radius: 16px;
		box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
		-webkit-backdrop-filter: blur(3px);
		backdrop-filter: blur(3px);*/
	}
	.contactFromBlock__wr{
		padding: 3rem;
		/*background: transparent;*/
		border-radius: 0;
		/*box-shadow: none;*/
		/*backdrop-filter: unset;*/
		/*-webkit-backdrop-filter: unset;*/
		/*border: none;*/
	}
	.contactFromBlockTitleWrap__wr{
		margin-bottom: 32px;
	}
	.contactFromBlockTitle__wr{
		font-size: clamp(1.125rem, 0.1638rem + 2.6699vw, 2.5rem);
		color: var(--bsBlack__wr);
	}
	.contactFromBlock__wr form .form-control{
		/*background-color: #E1E1E1;
		border-color: #E1E1E1;*/
	}

	.contactContentBlock__wr{
		padding: 3rem;
	}
	.contactContentTitleWrap__wr{
		margin-bottom: 32px;
	}
	.contactContentTitle__wr{
		font-size: clamp(1.125rem, 0.1638rem + 2.6699vw, 2.5rem);
		color: var(--bsWhite__wr);
	}
	.contactContent__wr{}
	.contactListGroup__wr{
		list-style: none;
	}
	.contactListGroup__wr li{
		width: 100%;
		display: block;
		padding-left: 72px;
		position: relative;
		min-height: 56px;
	}
	.contactListGroup__wr li~li{
		margin-top: 30px;
	}
	.contactListGroup__wr .icon__wr{
		display: inline-block;
		width: 56px;
		height: 56px;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: var(--bsWhite__wr);
		position: absolute;
		left: 0;
		top: 0;
	}
	.contactListGroup__wr .icon__wr img{
		width: 32px;
		height: 32px;
	}
	.contactListGroup__wr .labelTitle__wr{
		font-size: clamp(1rem, 0.6505rem + 0.9709vw, 1.5rem);
		font-weight: 500;
		line-height: 100%;
		color: var(--bsWhite__wr);
		/* font-family: var(--CormorantFont__wr); */
		text-align: left;
		margin-bottom: 0.75rem;
		font-family: 'Playfair Display', sans-serif;
	}
	.contactListGroup__wr p{
		font-size: clamp(1rem, 1rem + 0vw, 1rem);
		/*font-weight: 400;*/
		line-height: 120%;
		color: var(--bsWhite__wr);
		margin-bottom: 0.5rem;
	}
	.contactListGroup__wr p:last-child,
	.contactListGroup__wr p:only-child{
		margin-bottom: 0;
	}
	.contactListGroup__wr a{
		font-size: inherit;
		font-weight: inherit;
		line-height: inherit;
		color: inherit;
		text-decoration: none;
		/*word-break: break-all;*/
		-webkit-transition: all ease 0.3s;
		transition: all ease 0.3s;
	}
	.contactListGroup__wr p:hover a{
	    color:#f4b764;
	}
/*CONTACT SEC END*/
/*PAGE FOOTER START*/
	.pageFooter__wr{
	    /*background: var(--bsBlack890__wr);*/
	    background: var(--bsWhite__wr);
	}
	.pageFooter__wr>.container__wr{
		padding-top: 40px;
		padding-bottom: 40px;
		display: flex;
	    align-items: center;
		justify-content: space-between;
	}
	.pageFooterBrand__wr{}
	.footerContactInfo__wr{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		gap: 24px;
	}
	.footerContactInfo__wr p{
		font-size: 14px;
		/*font-weight: 400;*/
		color: var(--bsBlack890__wr);
		line-height: 1;
		text-align: center;
		margin-bottom: 0;
	}
	.footerContactInfo__wr p a{
		color: inherit;
		text-decoration: none;
	    -webkit-transition: all ease 0.3s;
    	transition: all ease 0.3s;
	}
	.footerContactInfo__wr p i{
		color: var(--bsPrimary6__wr);
		vertical-align: middle;
		margin-right: 8px;
	}
	.footerContactInfo__wr p:hover a{
	    color: var(--bsPrimary6__wr);
	}
	.footerInfoAddress__wr{
		width: 100%;
	}
	.footerInfoCall__wr{}
	.footerInfoMail__wr{}
	.pageFooterCopyRight__wr{
		padding: 18px 0;
	    border-top: 1px solid #ddd;
		/*background: var(--bsBlack__wr);*/
	}
	.pageFooterCopyRight__wr>.container__wr{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.pageFooterCopyRight__wr .copyright__wr{
		font-size: 14px;
		/*font-weight: 400;*/
		line-height: 1.5;
		color: var(--bsBlack890__wr);
		text-align: left;
		margin-bottom: 0;
	}
	.pageFooterCopyRight__wr .designBy__wr{
		font-size: 14px;
		/*font-weight: 400;*/
		line-height: 1.5;
		color: var(--bsBlack890__wr);
		text-align: right;
		margin-bottom: 0;
	}
/*PAGE FOOTER END*/


.item__img img {
    filter: grayscale(100%);
    width: 50% !important;
    text-align: center;
    margin: 0 auto;
}

.item__img img:hover {
    filter: grayscale(0%);
    transition: ease-in-out;
}

.callBtnWrap__wr{
    position: fixed;
    top: 15rem;
    left: 10px;
    margin: auto;
    z-index: 99;
    border-radius: 50%;
    box-shadow: 0 0 60px 1px rgb(0 0 0 / 50%);
    width: 50px;
    height: 50px;
}
.callBtnWrap__wr a{
    background: var(--bsPrimary6__wr);
    color: var(--bsWhite__wr);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 0;
    position: relative;
    text-decoration: none;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-animation: call-shadow-pulse 2s infinite;
    animation: call-shadow-pulse 2s infinite;
}
@-webkit-keyframes call-shadow-pulse{
    0% {box-shadow: 0 0 0 0px rgba(213, 174, 121, 0.5);}
    100% {box-shadow: 0 0 0 35px rgba(213, 174, 121, 0);}
}
@keyframes call-shadow-pulse{
    0% {box-shadow: 0 0 0 0px rgba(213, 174, 121, 0.5);}
    100% {box-shadow: 0 0 0 35px rgba(213, 174, 121, 0);}
}
.callBtnWrap__wr .popoverWrap__wr{
    max-width: 275px;
    width: 275px;
    position: absolute;
    left: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    display: none;
}
.callBtnWrap__wr.active .popoverWrap__wr{
    display: block;
}
.callBtnWrap__wr .popoverWrap__wr .arrow__wr{
    display: block;
    width: 0;
    height: 0;
    border-width: 11px;
    border-color: transparent;
    border-style: solid;
    position: absolute;
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: rgba(0,0,0,.25);
    border-left-width: 0;
}
.callBtnWrap__wr .popoverWrap__wr .arrow__wr::before{
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 10px;
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0;
}
.callBtnWrap__wr .popoverWrap__wr .title__wr{
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.callBtnWrap__wr .popoverWrap__wr .content__wr{
    padding: 9px 14px;
    font-size: 14px;
}
.watsAppWrap__wr{
    position: fixed;
    top: 30rem;
    left: 10px;
    margin: auto;
    z-index: 99;
    border-radius: 50%;
    box-shadow: 0 0 60px 1px rgb(0 0 0 / 50%);
    width: 50px;
    height: 50px;
}
.watsAppWrap__wr a{
    background: var(--bsWatsapp__wr);
    color: var(--bsWhite__wr);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    padding: 0;
    position: relative;
    text-decoration: none;
    font-size: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-animation: watapp-shadow-pulse 2s infinite;
    animation: watapp-shadow-pulse 2s infinite;
}
@-webkit-keyframes watapp-shadow-pulse{
    0% {box-shadow: 0 0 0 0px rgba(13, 193, 67, 0.5);}
    100% {box-shadow: 0 0 0 35px rgba(13, 193, 67, 0);}
}
@keyframes watapp-shadow-pulse{
    0% {box-shadow: 0 0 0 0px rgba(13, 193, 67, 0.5);}
    100% {box-shadow: 0 0 0 35px rgba(13, 193, 67, 0);}
}

.form-group{position: relative;}
.offcanvas_form_wrapper{
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 650px;
    max-width: 650px;
    background: url(../images/bg-img.jpg);
    z-index: 1045;
    -webkit-transition: all ease-in 0.5s;
    transition: all ease-in 0.5s;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.offcanvas_form_wrapper .offcanvas_btnwrapper{
    position: absolute;
    width: 100px;
    height: 100px;
    background: var(--bsPrimary6__wr);
    z-index: 5;
    top: 0;
    border-radius: 50%;
    bottom: 0;
    margin: auto;
    box-shadow: -10px 0 60px rgb(36 33 74 / 49%);
    display: inline-block;
    left: -50px;
    cursor: pointer;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}
.offcanvas_form_wrapper .offcanvas_btnwrapper .enq_text{
    color: var(--bsPrimary6__wr);
    font-size: 20px;
    line-height: 1;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
    padding: 0;
    position: absolute;
    top: 45px;
    margin: 0;
    left: -46px;
    font-weight: 500;
    max-width: 100%;
    -webkit-transition: all ease-in 0.5s;
    transition: all ease-in 0.5s;
}
.offcanvas_form_wrapper .offcanvas_btnwrapper .offcanvas_openebtn{
    font-size: 30px;
    color: var(--bsWhite__wr);
    margin: 0;
    margin-left: -47px;
}
.offcanvas_form_wrapper .offcanvas_btnwrapper .offcanvas_closebtn{
    display: none;
    font-size: 40px;
    color: var(--bsWhite__wr);
    margin: 0;
    text-decoration: none;
}
.offcanvas_form_wrapper .offcanvas_body{
    padding: 0 30px 0;
    padding-left: 80px;
    margin: 0;
    color: var(--bsBlack__wr);
}
.offcanvas_form_wrapper .sec_head{
    padding: 30px;
    padding-left: 80px;
    position: relative;
    color: var(--bsBlack__wr);
}
.offcanvas_form_wrapper .sec_head .sec_title{
    font-size: clamp(1.125rem, 0.5133rem + 1.699vw, 2rem);
    font-weight: 500;
    line-height: 1.2;
    color: #000;
    font-family: var(--CormorantFont__wr);
    text-align: left;
    margin-bottom: 8px;
}
.offcanvas_form_wrapper .sec_head p{
    /*font-weight: 300;*/
    color: inherit;
    margin-bottom: 0;
}
.offcanvas_form_wrapper .sec_head .offcanvas_xs_closebtn{
    color: var(--bs-white);
    font-size: 30px;
    display: none;
    position: absolute;
    right: 30px;
    top: 30px;
    text-decoration: none;
    }
.offcanvas_form_wrapper .offcanvas_body .btn-primary{
    width: 100%;
}
.offcanvas_form_wrapper.open{
    -webkit-transform: translateX(0);
    transform: translateX(0);
    z-index: 2000000001 !important;
}
.offcanvas_form_wrapper.open .offcanvas_btnwrapper .offcanvas_openebtn{
    display: none;
}
.offcanvas_form_wrapper.open .offcanvas_btnwrapper .enq_text{
    color: var(--bsWhite__wr);
}
.offcanvas_form_wrapper.open .offcanvas_btnwrapper .offcanvas_closebtn{
    display: inline-block;
}
.offcanvas_backdrop{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: var(--bsBlack__wr);
    opacity: 0;
    visibility: hidden;
}
.offcanvas_backdrop.show{
    opacity: .8;
    visibility: visible;
}
.consultaion-btn a {
    font-size: 15px;
    font-weight: 400;
    line-height: 120%;
    color: var(--bsWhite__wr);
    font-family: var(--KaushanScriptFont__wr);
    border-radius: 46px;
    /* align-items: center; */
    /* justify-content: center; */
    /* gap: 8px; */
    padding: 14px 20px;
    background-color: var(--bsPrimary5__wr);
    border: 2px solid var(--bsPrimary5__wr);
    cursor: pointer;
    outline: none;
    box-shadow: none;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-decoration: none;
}
.consultaion-btn {
    margin-top: 30px;
}
.consultaion-btn {
    display: none;
}
/*MODAL START*/
    .modal {
        --bs-modal-zindex: 1055;
        --bs-modal-width: 500px;
        --bs-modal-padding: 1rem;
        --bs-modal-margin: 0.5rem;
        --bs-modal-color: ;
        --bs-modal-bg: #fff;
        --bs-modal-border-color: var(--bs-border-color-translucent);
        --bs-modal-border-width: 1px;
        --bs-modal-border-radius: 0.5rem;
        --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
        --bs-modal-inner-border-radius: calc(0.5rem - 1px);
        --bs-modal-header-padding-x: 1rem;
        --bs-modal-header-padding-y: 1rem;
        --bs-modal-header-padding: 1rem 1rem;
        --bs-modal-header-border-color: var(--bs-border-color);
        --bs-modal-header-border-width: 1px;
        --bs-modal-title-line-height: 1.5;
        --bs-modal-footer-gap: 0.5rem;
        --bs-modal-footer-bg: ;
        --bs-modal-footer-border-color: var(--bs-border-color);
        --bs-modal-footer-border-width: 1px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: var(--bs-modal-zindex);
        display: none;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        outline: 0;
    }
    .modal-dialog {
        position: relative;
        width: auto;
        margin: var(--bs-modal-margin);
        pointer-events: none;
    }
    .modal.fade .modal-dialog {
        transition: transform 0.3s ease-out;
        transform: translate(0, -50px);
    }
    @media (prefers-reduced-motion: reduce) {
        .modal.fade .modal-dialog {
            transition: none;
        }
    }
    .modal.show .modal-dialog {
        transform: none;
    }
    .modal.modal-static .modal-dialog {
        transform: scale(1.02);
    }
    .modal-dialog-scrollable {
        height: calc(100% - var(--bs-modal-margin) * 2);
    }
    .modal-dialog-scrollable .modal-content {
        max-height: 100%;
        overflow: hidden;
    }
    .modal-dialog-scrollable .modal-body {
        overflow-y: auto;
    }
    .modal-dialog-centered {
        display: flex;
        align-items: center;
        min-height: calc(100% - var(--bs-modal-margin) * 2);
    }
    .modal-content {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
        color: var(--bs-modal-color);
        pointer-events: auto;
        background-color: var(--bs-modal-bg);
        background-clip: padding-box;
        border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
        border-radius: var(--bs-modal-border-radius);
        outline: 0;
    }
    .modal-backdrop {
        --bs-backdrop-zindex: 1050;
        --bs-backdrop-bg: #000;
        --bs-backdrop-opacity: 0.5;
        position: fixed;
        top: 0;
        left: 0;
        z-index: var(--bs-backdrop-zindex);
        width: 100vw;
        height: 100vh;
        background-color: var(--bs-backdrop-bg);
    }
    .modal-backdrop.fade {
        opacity: 0;
    }
    .modal-backdrop.show {
        opacity: var(--bs-backdrop-opacity);
    }
    .modal-header {
        display: flex;
        flex-shrink: 0;
        align-items: center;
        justify-content: space-between;
        padding: var(--bs-modal-header-padding);
        border-bottom: var(--bs-modal-header-border-width) solid
            var(--bs-modal-header-border-color);
        border-top-left-radius: var(--bs-modal-inner-border-radius);
        border-top-right-radius: var(--bs-modal-inner-border-radius);
    }
    .modal-header .btn-close {
        padding: calc(var(--bs-modal-header-padding-y) * 0.5)
            calc(var(--bs-modal-header-padding-x) * 0.5);
        margin: calc(-0.5 * var(--bs-modal-header-padding-y))
            calc(-0.5 * var(--bs-modal-header-padding-x))
            calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
    }
    .modal-title {
        margin-bottom: 0;
        line-height: var(--bs-modal-title-line-height);
    }
    .modal-body {
        position: relative;
        flex: 1 1 auto;
        padding: var(--bs-modal-padding);
    }
    .modal-footer {
        display: flex;
        flex-shrink: 0;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-end;
        padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
        background-color: var(--bs-modal-footer-bg);
        border-top: var(--bs-modal-footer-border-width) solid
            var(--bs-modal-footer-border-color);
        border-bottom-right-radius: var(--bs-modal-inner-border-radius);
        border-bottom-left-radius: var(--bs-modal-inner-border-radius);
    }
    .modal-footer > * {
        margin: calc(var(--bs-modal-footer-gap) * 0.5);
    }
    @media (min-width: 576px) {
        .modal {
            --bs-modal-margin: 1.75rem;
            --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        }
        .modal-dialog {
            max-width: var(--bs-modal-width);
            margin-right: auto;
            margin-left: auto;
        }
        .modal-sm {
            --bs-modal-width: 300px;
        }
    }
    @media (min-width: 992px) {
        .modal-lg,
        .modal-xl {
            --bs-modal-width: 800px;
        }
    }
    @media (min-width: 1200px) {
        .modal-xl {
            --bs-modal-width: 1140px;
        }
    }
/*MODAL END*/
/******calendar popup*****/
.modal{
    opacity: 0;
    background-color: rgba(0,0,0,0.8);
}
.modal.fades{
    display: block;
}
.modal.show{
    opacity: 1;
}
.modal .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0,-50px);
}
.modal.show .modal-dialog {
    transform: none;
}
.modal-content{
    border-radius: 0;
}
#CalenderModal{
    z-index: 2000000001;
}
#CalenderModal .modal-dialog {
    max-width: 850px;
}
#CalenderModal .modal-dialog .modal-content {
    border: none;
    box-shadow: none;
    border-radius: 0;
}
#CalenderModal .CalenderArea {
    display: flex;
    margin: -15px;
    min-height: 505px;
}
#CalenderModal .CalenderArea .Close {
    position: absolute;
    top: 0;
    right: 10px;
    color: #fff;
    font-size: 50px;
    line-height: 55px;
    width: 50px;
    text-align: center;
    color: #000;
    text-decoration: none;
}
#CalenderModal .CalenderArea .CalenderLeft {
    width: 50%;
    border-right: 1px solid #d6d6d6;
    transition: 0.5s all ease-in-out;
}
#CalenderModal .CalenderArea .CalenderLeft figure {
    margin: 0;
    padding: 60px 40px;
    border-bottom: 1px solid #ddd;
}
#CalenderModal .CalenderArea .CalenderLeft figure img{
    width: auto;
    height: auto;
    max-height: 70px;
    display: block;
    margin: 0 auto;
}
#CalenderModal .CalenderArea .CalenderLeft .figcaption {
    padding: 25px 40px;
    min-height: 300px;
}
#CalenderModal .CalenderArea .CalenderLeft .figcaption h3 {
    color: var(--darkBlueColor__wr);
    font-weight: 500;
    margin: 0 0 10px 0px;
    font-size: 26px;
}
#CalenderModal .CalenderArea .CalenderLeft .figcaption h4 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin: 0 0 10px 0;
}
#CalenderModal .CalenderArea .CalenderLeft .figcaption p:not([class]){
    color: var(--bsGreyColor__wr);
}
#CalenderModal .CalenderArea .CalenderLeft .figcaption p {
    font-size: 15px;
    color: inherit;
}
#CalenderModal .CalenderArea .CalenderRight {
    width: 50%;
    padding: 40px 0 0 15px;
    transition: 0.5s all ease-in-out;
    overflow: hidden;
}
#CalenderModal .CalenderArea .CalenderRight h3 {
    font-weight: 500;
    font-size: 25px;
    margin: 0 0 15px 0;
}
#CalenderModal .CalenderArea .CalenderRight .CalenderBox {
    flex: 1;
    /*width: 60%;*/
    position: relative;
    transition: 0.5s all ease-in-out;
}
#CalenderModal .CalenderArea .CalenderRight .CalenderBox .Controls {
    /*position: absolute;
    right: 50px;
    z-index: 9;*/
}
#CalenderModal .CalenderArea .CalenderRight .CalenderBox .Controls #prev,
#CalenderModal .CalenderArea .CalenderRight .CalenderBox .Controls #next {
    font-size: 25px;
    line-height: 17px;
    font-weight: 700;
    margin: 0 0px;
    cursor: pointer;
    position: absolute;
    z-index: 99;
}
#CalenderModal .CalenderArea .CalenderRight .CalenderBox .Controls #prev {
    left: 10%;
}
#CalenderModal .CalenderArea .CalenderRight .CalenderBox .Controls #next {
    right: 10%;
}
#CalenderModal .CalenderArea .CalenderRight .CalenderBox #calendar .current-date {
    position: relative;
    padding: 0 0 10px 0 !important;
    text-align: center;
    background: transparent;
    box-shadow: none;
}
#CalenderModal .CalenderArea .CalenderRight .CalenderBox #calendar .current-date::before,
#CalenderModal .CalenderArea .CalenderRight .CalenderBox #calendar .current-date::after{
    display: none;
}
#CalenderModal .CalenderArea .CalenderRight .CalenderBox #calendar .current-date .current-month {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
#CalenderModal .CalenderArea .CalenderRight .CalenderBox #calendar .week-days {
    display: flex;
}
#CalenderModal .CalenderArea .CalenderRight .CalenderBox #calendar .week-days .week-day {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    width: 45px;
    height: 25px;
    text-align: center;
}
#CalenderModal .CalenderArea .CalenderRight .CalenderBox #calendar .weeks {}
#CalenderModal .CalenderArea .CalenderRight .CalenderBox #calendar .weeks .week {
    display: flex;
}
#CalenderModal .CalenderArea .CalenderRight .CalenderBox #calendar .weeks .week .day {
    position: relative;
    display: block;
    width: 45px;
    height: 45px;
    padding: 1px 0 0;
    font-size: 16px;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 50%;
    cursor: pointer;
    color: #000;
    font-weight: 500;
    line-height: 40px;
}
#CalenderModal .CalenderArea .CalenderRight .CalenderBox #calendar .weeks .week .day.today {
    background-color: var(--bsPrimary6__wr);
    color: #fff;
}
#CalenderModal .CalenderArea .CalenderRight .CalenderBox #calendar .weeks .week .day.not-current-month {
    color: #dedede;
}
#CalenderModal .CalenderArea.AddSlot {
}
#CalenderModal .CalenderArea.AddSlot .CalenderLeft {
    width: 40%;
}
#CalenderModal .CalenderArea.AddSlot .CalenderRight {
    width: 65%;
}
#CalenderModal .CalenderArea.AddSlot .CalenderRight aside .TimeSlot {
    transform: translate(0px);
}
#CalenderModal .CalenderArea .CalenderRight aside {
    display: flex;
    transition: 0.5s all ease-in-out;
}
#CalenderModal .CalenderArea .CalenderRight .TimeSlot {
    width: 40%;
    padding: 0 0 0 10px;
    /*transform: translate(90px, 0px);*/
    transform: translate(100%, 0px);
}
#CalenderModal .CalenderArea .CalenderRight .TimeSlot h5 {
    font-weight: 500;
    color: #000;
    margin: 0 0 15px 0;
}
#CalenderModal .CalenderArea .CalenderRight .TimeSlot ul {
    overflow: hidden;
    white-space: nowrap;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 365px;
    overflow-y: auto;
    /*width: 186px;*/
    padding: 0 5px 0 0;
}
#CalenderModal .CalenderArea .CalenderRight .TimeSlot ul {}
#CalenderModal .CalenderArea .CalenderRight .TimeSlot ul::-webkit-scrollbar {
    width: 10px;
}
#CalenderModal .CalenderArea .CalenderRight .TimeSlot ul::-webkit-scrollbar-track {
    background: #ffffff;
}
#CalenderModal .CalenderArea .CalenderRight .TimeSlot ul::-webkit-scrollbar-thumb {
    background: #4c4b4b;
    border: 2px solid #fff;
    border-radius: 15px;
}
#CalenderModal .CalenderArea .CalenderRight .TimeSlot ul li {
    padding: 0 0.5rem;
    font-size: 15px;
    -webkit-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}
#CalenderModal .CalenderArea .CalenderRight .TimeSlot ul li::before{
    display: none;
}
#CalenderModal .CalenderArea .CalenderRight .TimeSlot ul li~li{
    margin-top: 10px;
}
#CalenderModal .CalenderArea .CalenderRight .TimeSlot ul li span.Time {
    width: 100%;
    height: 50px;
    border: 1px solid #adaeb1;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    font-weight: 500;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.5s all ease-in-out;
    background-color: #fff;
}
#CalenderModal .CalenderArea .CalenderRight .TimeSlot ul li span.Confirm {
    width: 100%;
    height: 50px;
    transform: translateX(15px);
    display: inline-block;
    background-color: var(--bsPrimary6__wr);
    font-weight: 500;
    color: #fff;
    border-radius: 5px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    transition: 0.5s all ease-in-out;
}
#CalenderModal .CalenderArea .CalenderRight .TimeSlot ul li.timeactive span.Time {
    background-color: #616161;
    border-color: #616161;
    font-weight: 400;
    color: #fff;
    width: 49%;
}
#CalenderModal .CalenderArea .CalenderRight .TimeSlot ul li.timeactive span.Confirm {
    font-weight: 400;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    width: 49%;
}
#CalenderModal .CalenderArea.AddSlot .CalenderRight .CalenderBox{
    flex: unset;
    width: 60%;
}
#CalenderModal .CalenderForm {
    width: 50%;
    padding: 40px 0 60px 25px;
    transition: 0.5s all ease-in-out;
    display: none;
    position: relative;
}
#CalenderModal .CalenderForm .back {
    font-size: 36px;
    color: #000;
    line-height: 1;
    text-decoration: none;
    position: absolute;
    top: 0;
}
#CalenderModal .CalenderForm h4 {
    font-weight: 500;
    font-size: 25px;
    margin: 0 0 15px 0;
}
#CalenderModal .CalenderForm .form-group {}
#CalenderModal .CalenderForm .form-group label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #000;
        margin: 10px 0;
}
#CalenderModal .CalenderForm .form-group .form-control {
    outline: 0;
    box-shadow: none;
    color: var(--bs-black);
    border: 1px solid #ccc;
}
#CalenderModal .CalenderForm .form-group textarea.form-control{}
#CalenderModal .CalenderForm .form-group .form-check {
    padding: 0;
}
#CalenderModal .CalenderForm .form-group .form-check .form-check-label {
    position: relative;
    display: flex;
    font-size: 15px;
    padding: 0 0 0 25px;
    margin: 0 0 8px 0;
}
#CalenderModal .CalenderForm .form-group .form-check .form-check-label input {
    margin: 0;
    width: 17px;
    height: 17px;
    left: 0;
    /*top: 7px;*/
    top: 2px;
    position: absolute;
}
#CalenderModal .CalenderForm .form-group .form-check .form-check-label span.Icon {
    margin: 0 16px 0 0;
    font-size: 15px;
    padding: 0px 0px 5px 5px;
}
#CalenderModal .fa-video {
    color: #4888F7;
}
#CalenderModal .fa-phone {
    color: green;
}
#CalenderModal .fa-location-dot {
    color: red;
}
#CalenderModal .CalenderForm .form-group .form-check .form-check-label span.Name {}
#CalenderModal .CalenderForm button {
    cursor: pointer;
    background-color: #AD7A35;
    font-size: 15px;
    padding: 10px 14px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    border: 2px solid var(--darkOrangeColor__wr);
    width: 100%;
    border-radius: 4px;
    margin: 0 auto;
}
#CalenderModal .CalenderForm button:hover{
    color: #fff;
    background-color: #212B22;
    border-color: #212B22;
}
#CalenderModal .enquiry-error {
    /*border: 2px solid !important;*/
    border-color: red !important;
}

#CalenderModal .disable-time {
    cursor: not-allowed !important;
    color: #b6b5b5;
}
#CalenderModal .has-error .help-block, 
#CalenderModal .has-error .radio, 
#CalenderModal .radio-inline, 
#CalenderModal .has-error.checkbox label, 
#CalenderModal .has-error.checkbox-inline label, 
#CalenderModal .has-error.radio label, 
#CalenderModal .has-error.radio-inline label {
    color: #a94442;
}
#CalenderModal .hide-p{
    display: none;
}
#CalenderModal .show-p{
    display: block;
}
.has-error span {
    font-weight: 400;
    color: red;
    position: absolute;
    top: 45px;
    font-size: 14px;
    left: 30px;
}
.help-block {
    font-size: 14px;
    display: block;
    margin-top: 10px;
    color: red;
    position: absolute;
    top: 70px;
    left: 5px;
}

/******end calendar popup*****/





.ser__single-img{position:relative; }

.ser__image {
  display: block;
  width: 100%;
  height: auto;
}

.ser__single-img:before {
    content: '\A';
    position: absolute;
    width: 100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.6);
    opacity: .6;
    transition: all 1s;
    -webkit-transition: all 1s;
}

.ser__img-overlay__1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgb(0 0 0 / 26%), rgb(7 7 7 / 62%)), url(../images/1st-service-hover.jpg);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
  background-position: center;
}

.testimonialContent__wr i{
color:#F8B704;
}
.ser__img-overlay__2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgb(0 0 0 / 26%), rgb(7 7 7 / 62%)), url(../images/portfolio/portfolio-3-bg.jpg);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.stage__img-overlay__2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgb(0 0 0 / 26%), rgb(7 7 7 / 62%)), url(../images/ab-1-overly.jpeg);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
      background-size: cover;
}


.ser__single-img:hover .stage__img-overlay__2{
  height: 100%;
}


.stage__img-overlay__3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgb(0 0 0 / 26%), rgb(7 7 7 / 62%)), url(../images/stage-1.jpeg);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
      background-size: cover;
}


.ser__single-img:hover .stage__img-overlay__3{
  height: 100%;
}


.ser__img-overlay__3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgb(0 0 0 / 26%), rgb(7 7 7 / 62%)), url(../images/portfolio/portfolio-7-bg.jpg);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.ser__single-img:hover .ser__img-overlay__1 {
  height: 100%;
}

.ser__single-img:hover .ser__img-overlay__2 {
  height: 100%;
}
.ser__single-img:hover .ser__img-overlay__3 {
  height: 100%;
}

.ser__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
 
  width: 90%;
}

.ser__text h4{font-size: 20px;letter-spacing: 2px;
  font-weight: bold;  text-transform: uppercase;}

.ser__text p{font-size: 17px; }

/*.ser__text span{
  font-weight: 300;
}*/


.button_top {
 
 
  transition: 0.5s;
  font-family: "Montserrat", sans-serif;

  color: white;
  animation: blurr 2s;
  animation-iteration-count: infinite;
  outline: none;
  cursor: pointer;
  border: none;
}

@keyframes blurr {
  0%,
  100% {
    box-shadow: 0 0 10px var(--handshake);
  }

  50% {
    box-shadow: 0 0 36px var(--handshake);
  }
}

@keyframes fade {
  0% {
    opacity: 100%;
  }
  100% {
    opacity: 0%;
  }
}

article.parentSec__wr.serviceSec__wr {
    padding: 60px 0;
}
article.parentSec__wr.portfolioSec__wr {
    padding: 60px 0;
}
article.parentSec__wr.testimonialSec__wr {
    padding: 60px 0;
}