@charset "utf-8";
/* CSS Document */
html {
  scroll-behavior: smooth !important;
  overflow-x: hidden;
}

@font-face {
    font-family: "gabriola-regular";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/gabriola-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/gabriola-regular.woff") format("woff"), url("../fonts/gabriola-regular.ttf") format("truetype"), url("../fonts/gabriola-regular.svg#gabriola-regular") format("svg");
}

body {
	overflow-x: hidden;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}
select {
	-webkit-appearance: none;
    -moz-appearance: none;
    /* background: url('../img/select-notch.png') right 4% center no-repeat !important; */
}
input[type="number"] {
	-moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
a {
	text-decoration: none;
}
a, .btn, button {
	outline: none !important;
	outline: 0 !important;
}
a:hover {
	text-decoration: none;
}
.btn {
	outline: none !important;
}
.btn:focus, .btn:not(:disabled):not(.disabled).active:focus, .btn:not(:disabled):not(.disabled):active:focus, .show > .btn.dropdown-toggle:focus, .form-control:focus {
	box-shadow: none !important;
}
#header {
	background: url('../img/headerBg.jpg') no-repeat top center;
	background-size: cover;
	position: fixed;
	width: 100%;
	z-index: 99999;
	top: 0px;
	transition: 0.3s;
}
#header .navbar .nav-link {
	font-weight: 900;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 2px;
	padding: 8px 8px;
	transition: 0.3s;
}
#header .dropdown-toggle::after {
	border: none;
	background: url('../img/servicesNotch.png') no-repeat center;
	height: 7px;
	width: 13px;
	vertical-align: 2px;
}
#header .navbar .navbar-nav {
	margin-left: auto;
	align-items: center;
}
#header .navbar .nav-item {
	margin: 0px 14px;
}
.appointmentNav {
	background-color: #0d9f16;
	border: 2px solid #fff;
	border-radius: 25px;
	padding: 0px 10px;
	transition: 0.3s;
}
.appointmentNav:hover {
	background-color: #0c8c13;
	color: #fff;
	transition: 0.3s;
}
#header .navbar .appointmentNav .nav-link {
	font-weight: 700;
	color: #fff;
	font-size: 15px;
	letter-spacing: 1px;
    transition: 0.3s;
}
.bannerText {
	font-family: "gabriola-regular";
	font-weight: bold;
	font-size: 62px;
	color: #2d2121;
	letter-spacing: 6px;
	line-height: 60px;
}
.bannerGstAll {
	background-color: #f1bc48;
	display: inline-block;
	padding: 8px 15px 1px;
	border-radius: 10px;
}
.bannerGst {
	font-family: "gabriola-regular";
	font-weight: bold;
	color: #2d2121;
	font-size: 42px;
	letter-spacing: 2px;
	display: flex;
	line-height: 36px;
}
.gstPrice {
	margin-top: -8px;
}
.bannerWp {
	margin-top: 15px;
}
#banner {
	/* background: url('../img/bannerBg.jpg') no-repeat center right 30%;
	background-size: cover; */
	/* text-align: center; */
	/* padding: 40px 0px; */
	margin-top: 70px;
	position: relative;
}
#banner .bx-wrapper img {
	width: 100%;
}
#banner .bx-wrapper .bx-pager {
	bottom: 20px;
}
#banner .bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 2px solid #000;
}
#banner .bx-wrapper .bx-pager.bx-default-pager a:hover, 
#banner .bx-wrapper .bx-pager.bx-default-pager a.active, 
#banner .bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #d2a021;
}
.aboutTitle1 {
	font-weight: 700;
	font-size: 16px;
	color: #d2a021;
	text-transform: uppercase;
}
.aboutTitle2 {
	font-weight: 700;
	font-size: 60px;
	color: #fff;
	text-transform: uppercase;
	margin: -8px 0px -5px;
}
.aboutTitle2 span {
	font-size: 26px;
	text-transform: capitalize;
}
#about {
	background: url('../img/aboutBg.jpg') no-repeat center;
	background-size: cover;
	padding: 100px 0px;
}
.aboutText {
	font-size: 17px;
	color: #c8c8c8;
	text-align: justify;
}
.aboutCol {
	align-self: center;
}
.aboutTitle2.featureOfferTitle {
	text-align: center;
	margin: 0px;
	text-transform: capitalize;
}
#featureOffer {
	background: url('../img/featureBg.jpg') no-repeat center;
	background-size: cover;
	padding: 75px 0px 100px;
}
.featureText {
	font-size: 22px;
	text-align: center;
	color: #121212;
	line-height: 30px;
	margin: 6px 0px 20px;
}
.featureTabTitle {
	font-weight: 700;
	color: #121212;
	font-size: 30px;
	text-align: center;
}
.aboutText.featureTabText {
	text-align: center;
	color: #121212;
	margin: 20px 0px 30px;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.featureTabBelow {
	background-color: #fff;
	padding: 15px;
}
.featureTabImg {
	height: 232px;
	background: url('../img/featureTabImg1.jpg') no-repeat center;
	background-size: cover;
}
.viewBtn {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px;
	color: #fff;
	width: 213px;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #deb754;
	margin: 0px auto;
	border-radius: 25px;
	letter-spacing: 2px;
}
.featureTabDash {
	border: 1px dashed #898989;
	padding: 2px 12px 15px;
}
.featureTabImg.featureTabImg2 {
	background: url('../img/featureTabImg2.jpg') no-repeat center;
	background-size: cover;
}
.featureTabImg.featureTabImg3 {
	background: url('../img/featureTabImg3.jpg') no-repeat center;
	background-size: cover;
}
#featureOffer .featureCol:nth-child(even) .featureTabBelow {
	background-color: #121212;
}
#featureOffer .featureCol:nth-child(even) .featureTabTitle {
	color: #fff;
}
#featureOffer .featureCol:nth-child(even) .featureTabText {
	color: #c8c8c8;
}
#featureOffer .featureCol {
	margin-top: 30px;
}
#services {
	background: url('../img/servicesBg.jpg') no-repeat center top;
	background-size: cover;
	padding: 92px 0px 100px;
}
#services .aboutTitle1 {
	text-align: center;
}
#services .aboutTitle2.featureOfferTitle {
	margin-top: -10px;
}
.servicesUl  {
	text-align: center;
	margin-bottom: 5px;
}
.servicesUl li {
	display: inline-block;
	padding: 4px 28px;
}
.servicesUl li a {
	font-weight: 700;
	font-size: 22px;
	color: #fff;
	padding-left: 40px;
	background: url('../img/servicesIcon.png') no-repeat center left;
	transition: 0.3s;
}
.servicesUl li a.active,
.servicesUl li a:hover {
	color: #deb754;
	background: url('../img/servicesIcon-a.png') no-repeat center left;
	transition: 0.3s;
}
.ourServicesTitle {
	font-weight: 700;
	font-size: 36px;
	color: #fff;
	text-align: center;
	line-height: 46px;
	padding-bottom: 7px;
	letter-spacing: 2px;
	background: url('../img/servicesTitleBg.png') no-repeat center;
}
.servicesTitleIcon {
	margin: 0px 6px;
}
.ourServicesName {
	font-weight: 700;
	font-size: 18px;
	color: #000;
	text-align: center;
	position: absolute;
	top: 71%;
	width: 100%;
	padding: 0px 74px 0px 66px;
}
.servicesTabAll {
	position: relative;
	margin-top: 20px;
}
.ourServices {
	border: 2px dashed #898989;
	padding: 25px 15px 15px;
	margin-top: 30px;
}
#testimonial {
	background: url('../img/testimonialBg.jpg') no-repeat center top;
	background-size: cover;
	padding: 75px 0px 170px;
}
.testimonialCircle {
	height: 361px;
	width: 361px;
	background: #fff url('../img/testimonialCircleImg.png') no-repeat center;
	border-radius: 50%;
	position: relative;
	margin-top: 90px;
}
.testimonialName {
	font-weight: 700;
	font-size: 17px;
	color: #000;
	text-align: center;
	margin: 6px 0px -5px;
}
.testimonialDeg {
	font-size: 17px;
	color: #d2a021;
	text-align: center;
}
.aboutText.testimonialText {
	color: #000;
	text-align: center;
	/* margin-top: 20px; */
	margin-top: 8px;
	line-height: 20px;
	font-size: 14px;
}
.testimonialContain {
	position: absolute;
	top: 0px;
	width: 246px;
	left: 50%;
	margin-left: -123px;
}
.testimonialImg {
	width: 125px;
	height: 125px;
	border-radius: 50%;
	overflow: hidden;
	margin: -85px auto 0px;
	-webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.34);
	-moz-box-shadow:    3px 3px 10px 0px rgba(0, 0, 0, 0.34);
	box-shadow:         3px 3px 10px 0px rgba(0, 0, 0, 0.34);
}
.testimonialImg img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}
#testimonial .bx-wrapper .bx-pager.bx-default-pager a {
	background-color: #d2a021;
	width: 12px;
	height: 12px;
	margin: 0px 9px;
	outline: 2px solid #fff !important;
	outline-offset: 2px;
	transition: 0.3s;
}
#testimonial .bx-wrapper .bx-pager.bx-default-pager a:hover, 
#testimonial .bx-wrapper .bx-pager.bx-default-pager a.active, 
#testimonial .bx-wrapper .bx-pager.bx-default-pager a:focus {
	background-color: #fff;
	transition: 0.3s;
}
#testimonial .bx-wrapper .bx-pager {
	padding: 0px;
}
#testimonial .bx-wrapper .bx-pager, 
#testimonial .bx-wrapper .bx-controls-auto {
	bottom: -65px;
}
.testimonialSliderAll {
	margin-top: 55px;
}
#keyword {
	background: url('../img/keywordBg.jpg') no-repeat center top;
	background-size: cover;
	padding: 75px 0px 100px;
}
.keywordText {
	font-size: 15px;
	text-align: center;
	color: #fff;
	margin-top: 35px;
}
#contactInfo {
	background: url('../img/contactBgInfo.jpg') no-repeat center top;
	background-size: cover;
	padding: 52px 0px;
}
.footerText {
	font-weight: 700;
	font-size: 15px;
	color: #000;
	margin-top: 10px;
}
.socialTitle {
	font-weight: 700;
	color: #fff;
	font-size: 17px;
	letter-spacing: 1px;
	margin: 15px 0px 10px;
}
.contactInfoTitle {
	font-weight: 900;
	font-size: 18px;
	color: #000;
	letter-spacing: 2px;
	margin-bottom: 6px;
}
.footerMenu li a,
.contactAddress {
	font-weight: 700;
	font-size: 15px;
	color: #000;
}
.contactAddress {
	padding-left: 30px;
	background: url('../img/home.png') no-repeat left top 5px;
}
.contactPh {
	background: url('../img/ph.png') no-repeat left top 5px;
	margin: 15px 0px 18px !important;
}
.contactMail {
	background: url('../img/mail.png') no-repeat left center;
}
.socialOnly li {
	margin: 0px 2px;
}
.socialOnly li:first-child,
.socialOnly li:last-child {
	margin: 0px;
}
.footerMenu li {
	margin: 4px 0px;
}
#footer {
	background-color: #121212;
	padding: 18px 0px;
}
.footerUl li,
.footerUl li a {
	color: #fff;
	text-decoration: none;
	font-size: 15px;
}
.footerUl {
	display: flex;
	justify-content: center;
}
.footerUl li:nth-child(2) {
	margin: 0px 30px;
}
#header .navbar .nav-item.dropdown .dropdown-menu .dropdown-item {
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 15px;
    transition: 0.3s;
    padding: 4px 16px;
}
.logo img {
  width: 169px;
  transition: 0.3s;
}
#header.headerAfterScroll .logo img {
  width: 115px;
  transition: 0.3s;
}
#header.headerAfterScroll #header .navbar .nav-link,
#header.headerAfterScroll .navbar .appointmentNav .nav-link,
#header.headerAfterScroll .navbar .nav-item.dropdown .dropdown-menu .dropdown-item {
	font-size: 14px;
    transition: 0.3s;
}
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}
.back-to-top i {
  color: #fff;
  font-size: 32px;
  opacity: 0.6;
  transition: 0.3s;
}
.back-to-top i:hover {
  opacity: 0.9;
  transition: 0.3s;
}
#header .navbar .navbar-toggler {
	padding: 0px;
}
#header .navbar .navbar-toggler:focus {
	box-shadow: none;
}
.disclaimer .aboutText {
  color: #000;
	text-align: center;
	width: 60%;
	margin: 0px auto;
	padding-top: 20px;
	font-weight: 400;
	font-size: 16px;
	line-height: normal;
}
#banner.privacyBody {
	background: url('../img/aboutBg.jpg') no-repeat center;
	background-size: cover;
	padding: 75px 0px 85px;
}
.privacyBody .aboutTitle2.featureOfferTitle {
	padding-bottom: 30px;
}
.privacySubHeading {
  font-size: 28px;
	font-weight: 600;
	margin: 20px 0px 10px;
	color: #fff;
	text-align: left;
}
.manu-bar .fa-solid.fa-bars {
	color: #fff;
}
.headerContact {
	margin-left: auto;
	margin-right: 30px;
	display: none;
}
.headerContact a {
	color: #fff;
	display: flex;
	align-items: center;
}
.headerContact i {
	margin-right: 10px;
	font-size: 20px;
}
#haircut,
#hairTreatment,
#hairColor,
#skinCare,
#handCare,
#makeup,
#nailArt {
  scroll-margin-top: 60px;
}
#header .navbar .navbar-nav .dropdown-item.active, 
#header .navbar .navbar-nav .dropdown-item:active {
	background-color: #0f0c05;
}
#header .navbar .appointmentNav .nav-link.bookAppAll {
	padding: 2px 0px;
}
.bookAppNo,
.bookAppText {
	text-align: center;
	padding: 0px 8px;
}
.bookAppNo {
	border-bottom: 1px solid #fff;
	color: #000;
}
.bookAppText {
	border-top: 1px solid #000;
}













@media (min-width:1200px) {
	.container {
	    max-width: 1170px;
	}
}

@media (max-width:1199px) {
	#header .navbar .nav-item {
	  margin: 0px 2px;
	  font-size: 14px;
	}
	.appointmentNav {
		padding: 0px 4px;
	}
	.bannerText {
		font-size: 46px;
		line-height: 55px;
	}
	.aboutTitle2 {
		font-size: 52px;
	}
	.featureText {
		font-size: 20px;
		line-height: 28px;
	}
	#testimonial .bx-wrapper  {
		width: 752px;
		margin: 0px auto;
	}
	.ourServicesName {
		font-size: 15px;
		line-height: 18px;
	}
}

@media (max-width:991px) {
	#header .navbar .navbar-nav {
		align-items: start
	}
	.appointmentNav {
		width: 100%;
		text-align: center;
	}
	#header {
		background-size: 750%;
	}
	.bannerText {
	  font-size: 34px;
	  line-height: 42px;
	}
	.aboutImg {
		display: none;
	}
	.servicesUl li {
		padding: 4px 18px;
	}
	.servicesUl li a {
		padding-left: 28px;
		font-size: 18px;
	}
	.ourServicesTitle {
		font-size: 24px;
		line-height: normal;
		padding: 4px 0px;
	}
	.servicesTabAll img {
		width: 360px !important;
	}
	.servicesTabAll {
		text-align: center;
	}
	.ourServicesName {
	  font-size: 18px;
	  line-height: 25px;
	  padding: 0px 215px 0px 205px;
	}
	#testimonial .bx-wrapper {
		width: 361px;
	}
	#contactInfo .contactInfoCol:nth-child(3),
	#contactInfo .contactInfoCol:nth-child(4) {
		margin-top: 30px;
	}
	#header .navbar .navbar-nav .dropdown-menu {
	  position: absolute;
	  top: 0px;
	  margin-top: 35px;
	  margin-left: 5px;
	}
	.aboutTitle2 {
	  font-size: 48px;
	}
	.disclaimer .aboutText {
		width: 100%;
	}
	.featureTabAll {
		text-align: center;
	}
	.bannerWp img {
		width: 200px;
	}
	#banner {
		background-position: center right 20%;
	}
	#banner .bx-wrapper .bx-pager {
	  bottom: 14px;
	}
	#banner .bx-wrapper .bx-pager.bx-default-pager a {
		width: 12px;
		height: 12px;
		margin: 0 4px;
	}
	.headerContact {
		display: block;
	}
	.appointmentNav {
	  padding: 0px 14px;
	}
}

@media (max-width:767px) {
	.ourServicesName {
		padding: 0px 130px 0px 120px;
	}
	#header {
	  background-size: 1000%;
	}
	#contactInfo .contactInfoCol {
		margin-top: 30px;
	}
	#contactInfo .contactInfoCol:first-child {
		margin-top: 0px;
	}
	.footerUl li:nth-child(2) {
		display: none;
	}
	.footerUl {
		display: block;
		text-align: center;
	}
	.aboutTitle2 {
	  font-size: 40px;
	}
	#testimonial .bx-wrapper .bx-pager.bx-default-pager a {
		outline: none !important;
		width: 14px;
		height: 14px;
		border-radius: 50%;
		margin: 0px 6px;
	}
	.bannerWp img {
		width: 50%;
	}
	#banner .bx-wrapper .bx-pager {
	  bottom: 10px;
	}
	#banner .bx-wrapper .bx-pager.bx-default-pager a {
		width: 10px;
		height: 10px;
		margin: 0 2px;
	}
}

@media (max-width:575px) {
	#header {
	  background-size: 1250%;
	}
	#header .navbar .nav-link,
	#header .navbar .appointmentNav .nav-link,
	.headerContact a {
		font-size: 12px;
	}
	.headerContact i {
	  margin-right: 8px;
	  font-size: 18px;
	}
	.ourServicesName {
	  padding: 0px 105px 0px 95px;
	}
	#about {
		padding: 60px 0px;
	}
	#featureOffer {
		padding: 45px 0px 60px;
	}
	#services {
		padding: 62px 0px 60px;
	}
	#testimonial {
		padding: 45px 0px 130px;
	}
	#banner.privacyBody {
		padding: 45px 0px 55px;
	}
}

@media (max-width:489px) {
	.ourServicesName {
	  padding: 0px 68px 0px 58px;
	}
	.ourServicesTitle {
		font-size: 18px;
	}
	.servicesTitleIcon {
		width: 40px;
	}
	.bannerText {
	  font-size: 28px;
	  line-height: normal;
	}
	#banner .bx-wrapper .bx-pager.bx-default-pager a {
		width: 8px;
		height: 8px;
	}
	.headerContact {
		margin-right: 20px;
	}
}

@media(max-width:413px) {
	#header {
	  background-size: 1750%;
	}
	/* #banner {
		padding: 75px 0px;
	} */
	.bannerText {
	  font-size: 22px;
	}
	.aboutTitle2 {
	  font-size: 32px;
	  margin: 0px;
	}
	.aboutTitle2 span {
		font-size: 20px;
	}
	.ourServicesTitle {
	  font-size: 16px;
	  letter-spacing: 1px;
	}
	.servicesTitleIcon {
	  width: 34px;
	  margin: 0px 6px 2px 6px;
	}
	.ourServicesName {
	  padding: 0px 55px 0px 50px;
	  font-size: 14px;
	  line-height: normal;
	}
	.footerUl li, .footerUl li a {
		font-size: 13px;
	}
	.testimonialCircle {
		height: 296px;
		width: 296px;
	}
	.testimonialImg {
	  width: 95px;
	  height: 95px;
	  margin: -70px auto 0px;
	}
	.testimonialName,
	.testimonialDeg {
		font-size: 15px;
	}
	.testimonialName {
		margin-top: 4px;
	}
	.aboutText.testimonialText {
		font-size: 13px;
		margin-top: 0px;
		line-height: normal;
	}
	.testimonialContain {
		width: 204px;
		margin-left: -102px;
	}
	.featureText {
		font-size: 16px;
		line-height: normal;
	}
	.testimonialSliderAll {
	  margin-top: 20px;
	}
	#testimonial .bx-wrapper {
	  width: 296px;
	}
	.headerContact a {
		font-size: 12px;
	}
	.headerContact i {
		margin-right: 6px;
		font-size: 14px;
	}
	.headerContact {
	  margin-right: 8px;
	}
	.logo img {
		width: 130px;
	}
	#banner {
		margin-top: 60px;
	}
	.aboutText,
	.footerText,
	.footerMenu li a, 
	.contactAddress {
		font-size: 14px;
	}
	.aboutTitle2 {
		font-size: 28px;
	}
	.aboutTitle2 span {
	  font-size: 18px;
	}
	.socialTitle,
	.contactInfoTitle {
		font-size: 16px;
	}
}