/*-----------------------------------------------------------------------------------

 [Table of contents]

 1. Base (Global style for some elements)
 2. Banner section (Logo, Navigation and Video Banner Section)
 3. About us (Section)
 4. Service (Section)
 5. Statistics (Section)
 6. Testimonial (Section)
 7. Our Team (Section)
 8. Our Pricing (Section)
 9. Discount / Offer Banner (Section)
 10. Appointment Form (Section)
 11. Photo Gallery (Section)
 12. Join / Member (Section)
 13. Latest News (Section)
 14. Contact Us (Section)
 15. Footer (Section)

-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------

 [Global CSS for some elements]

 # html
 # body
 # a tag
 # responsive images
 # input placeholders
 # i tag for font awesome icons
 # paragraph
 # hr tag for horizontal line
 # white section
 # dark section
 # align center (class)
 # bootstrap fluid container
 # theme button
 # swiper (carousel slider)

-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------

Basic CSS

-----------------------------------------------------------------------------------*/
.booking-w
{
    border-radius: 5px;
    height:40px;
    padding-top:12px;
    padding-left:5px;
    padding-right:5px;
    border:1px solid #fff;
    background:#666;
}
.booking-wmb
{
    border-radius: 5px;
    height:40px;
    padding-top:11px;
    padding-left:5px;
    padding-right:5px;
    border: 1px solid #ae8444;
    background: url(../images/bg-btn.webp) left bottom no-repeat;
    background-size: cover;
}
.group-videogallery
{
    max-width:550px;
    width:100%;
    height:360px; 
   text-align:center;
   margin:0px auto;
}
.group-videogallery iframe
{
    max-width:550px;
    width:100%;
    height:360px; 
    margin-top:20px;
    margin-bottom:10px;
}
.group-videohome iframe
{
    max-width:550px;
    width:100%;
    height:360px; 
    margin-top:20px;
    margin-bottom:10px;
}
.booking-w a
{
    color:#000 !important;
}
#notification {
	width: 100%;
	background: url(../images/bg-btn.webp) left bottom no-repeat;
    background-size: cover;
	position: fixed;
	top: 0;
	z-index: 99999;
	text-align: center;
	color: #000;
	font-weight: bold;
	line-height: 1.5em;
	font-size: 15pt;
	display: none;
	padding: 5px;
	font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
}
.notificationtop a
{
    color:#edca7b;
    text-decoration:none;    
    background:#000;
    padding:4px 5px 4px 5px;
    font-size:11pt;
    border-radius:5px;
    -moz-border-radius:5px;
    margin-left:10px;
    cursor:pointer;
}
@import url('icofont.css');

/*@font-face {
    font-family: 'icofont';
    src: url('../fonts/icofont.eot?v=1.0.0-beta');
    src: url('../fonts/icofont.eot?v=1.0.0-beta#iefix') format('embedded-opentype'),
    url('../fonts/icofont.ttf?v=1.0.0-beta') format('truetype'),
    url('../fonts/icofont.woff?v=1.0.0-beta') format('woff'),
    url('../fonts/icofont.svg?v=1.0.0-beta#icofont') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
@font-face 
{
     src:url(fonts/AlloeLine.otf);   
     font-family: AlloeLine;     
}
@font-face 
{
     src:url(fonts/bonjour.otf);   
     font-family: bonjour;     
}
@font-face 
{
     src:url(fonts/Aisyah-Demo.otf);   
     font-family: Aisyah-Demo;     
}
@font-face 
{
      font-family: Airthan-Age;  
      src: url('fonts/Airthan-Age.ttf'); /* IE9 Compat Modes */
      src: url('fonts/Airthan-Aged41d.ttf?#iefix') format('embedded-opentype'), /* IE6-IE8 */
      url('fonts/Airthan-Age.html') format('ttf2'), /* Super Modern Browsers */
      url('fonts/Airthan-Age.ttf') format('ttf'), /* Pretty Modern Browsers */
      url('fonts/Airthan-Age.ttf')  format('truetype'), /* Safari, Android, iOS */
      url('fonts/Airthan-Age-2.html#svgFontName') format('svg'); /* Legacy iOS */      
}
@font-face 
{
      font-family: AnythingScript;  
      src: url('fonts/AnythingScript.ttf'); /* IE9 Compat Modes */
      src: url('fonts/AnythingScriptd41d.ttf?#iefix') format('embedded-opentype'), /* IE6-IE8 */
      url('fonts/AnythingScript.html') format('ttf2'), /* Super Modern Browsers */
      url('fonts/AnythingScript.ttf') format('ttf'), /* Pretty Modern Browsers */
      url('fonts/AnythingScript.ttf')  format('truetype'), /* Safari, Android, iOS */
      url('fonts/AnythingScript-2.html#svgFontName') format('svg'); /* Legacy iOS */      
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, q, small, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
}

article, aside, figure, figure img, figcaption, hgroup, footer, header, nav, section, video, object {
    display: block
}

a img {
    border: 0
}

figure {
    position: relative
}

figure img {
    width: 100%
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    /*background-color: #191919;*/
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased; /* This needs to be set or some font faced fonts look bold on Mac in Chrome/Webkit based browsers. */
    -moz-osx-font-smoothing: grayscale; /* Fixes font bold issue in Firefox version 25+ on Mac */
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}
.servicesgroup h2
{
    color:#edca7b;  
    letter-spacing: 0.2px;  
    font-size:21pt;
}
.row {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}
.row-page {
    width: 100%;
    max-width: 75%;
    margin: 0 auto;
}
.row-home {
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
}
.clearfix:after {
    content: " "; /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.clr:before,
.clr:after,
.container:before,
.container:after,
.row:before,
.row:after {
    display: table;
    content: " "
}

.clr:after,
.clr:after,
.row:after, .clear {
    clear: both
}

img, object, embed {
    max-width: 100%;
}

img {
    height: auto;
    vertical-align: top;
}

input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="button"],
input[type="search"],
input[type="url"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea, select {
    -webkit-appearance: none !important;
    border-radius: 0;
}

::-webkit-input-placeholder {
    opacity: 1 !important;
}

:-moz-placeholder {
    opacity: 1 !important;
}

::-moz-placeholder {
    opacity: 1 !important;
}

:-ms-input-placeholder {
    opacity: 1 !important;
}

*, img, a {
    outline: none;
}
a {
	transition: all ease 0.5s;
}
h1, h2, h3, h4, h5, h6, ul, li {
    font-weight: normal;
}

.table {
    width: 100%;
    height: 100%;
    display: table;
    table-layout: fixed;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}
.table-cell2 
{
    display: table-cell;
    vertical-align: middle;
    background: url(../images/egift-home.webp) center center no-repeat;
	background-size: cover;
}
.table-cell3 
{
    display: table-cell;
    vertical-align: middle;
    background: url(../images/party-home.webp) center center no-repeat;
	background-size: cover;
}
.inline-block-outer:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: "";
}

h1 {
    font-weight: normal;
    font-size: 32px;
    line-height: 40px;
    color: #5c5d5e;
    font-family: 'Poppins', sans-serif;
    margin: 0;
}

h2 {
	font-weight: 400;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 50px;
    letter-spacing: 1.6px;
    line-height: 55px;
}

h3 {
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
}

h4 {
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    overflow: hidden;
}
a {
    text-decoration: none;
}

p {
    font-size: 15px;
    line-height: 20px;
    color: #1d1d1b;
}

/*-----------------------------------------------------------------------------------

banner section

-----------------------------------------------------------------------------------*/

.banner-section {
    background: url("../images/banner-01.html") no-repeat top center;
    height: 100vh;
    background-size: cover;
}

.header {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    padding-top: 10px;
    position: relative;
}
.header2 {
	display: table;
	width: 100%;
	height: 100%;
	padding-bottom: 10px;
	margin-top: -10px;
	position: relative;
	background: url("../images/bg-header.webp") no-repeat center center;
	background-size: cover;
}
.header3 {
    width: 1170px;
    margin: 0px auto;
    overflow: hidden;
    border: 1px solid #fff;
}
.header ul {
    list-style: none;
}

.header ul li {
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
}

.header ul li:first-child {
    padding-left: 0;
}

.header ul li a {
    display: block;
    font-weight: 800;
    font-size: 13px;
    line-height: 16px;
    color: #edca7b;
    text-transform: uppercase;
    transition: all ease 0.5s;
    padding-bottom: 3px;
    letter-spacing: 0;
}

.header ul li a:hover, .header ul li.active a {
    color: #fff;
}

/*.header ul li.active a {
    border-bottom: 1px solid #ae8444;
}*/

.logo {
    text-align: center;
    max-width: 130px;
    margin: 0 auto;
}
.logo-page {
    margin-right: 20px;
    margin-bottom: 10px;
    padding-top: 15px;
}
.border-bottom-header
{
    background: url("../images/header-top1.webp") repeat center top;
}
.logo-footer{
    max-width: 200px;
}
.header .table-cell {
    width: 425px;
}
.header .table-cell-home {
    /*width: 346px;*/
}
.table-cell-home1
{
    text-align: right;    
}
.table-cell-services {
    width: 68%!important;
}
.logo.table-cell {
  max-width: 100%;
  text-align: left;
  width: 200px;
}
.banner-text {
    max-width: 900px;
    width: 100%;
    margin: -70px auto 0;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}
.banner-slide-show-wrapper {
    position: relative;
}
.banner-text span {
    display: block;
    font-weight: 600;
    color: #edca7b;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 4.2px;
}

.banner-text h1 {
	color: #ffffff;
	font-size: 100px;
	font-weight: 400;
	line-height: 116px;
	letter-spacing: 0.6px;
	margin: 15px 0;
	font-family:bonjour;
	
}

.banner-text p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 19px;
  margin-bottom: 23px;
}

.play-btn {
  display: block;
  margin-top: 72px;
}

/*-----------------------------------------------------------------------------------

banner slider css

-----------------------------------------------------------------------------------*/

.banner-slider-item {
	background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}
.banner-slider-item .much-img img, .banner-slider-item .logo img {
	margin: 0 auto;
}
.much-img img {
    width: auto !important;
}
.banner-slider .slick-prev {
    left: 15px;
}

.banner-slider-item-img img {
    width: 100%;
}

.banner-slider .slick-next {
    right: 15px;
}

.slider-header {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  /*background: url("../images/header-top1.webp") repeat center center;*/
  background: rgba(0,0,0,0.3);
}
.slider-header2 
{
    position:absolute;
    left:0px;
    bottom:0px;
  width: 100%;
  height: 5px;
  background: url("../images/header-top1.webp") repeat center top;
}
.slider-header-bottom
{
  width: 100%;
  height: 5px;
  background: url("../images/header-top1.webp") repeat center top;
}
.banner-slider-item {
  position: relative;
}
.banner-slider-item-img {
  background-position: center 70%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.banner-slider-item-img2 {
  background-position: center 60%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.banner-slider-item-img3 {
  background-position: center 15%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.banner-slider .banner-text {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

/*-----------------------------------------------------------------------------------

About us

-----------------------------------------------------------------------------------*/

.experience-section {
	background: url(../images/bg-sv.webp) center center no-repeat;
	background-size: cover;
	padding-bottom: 75px;
}

.brush-image-big {
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
}

.brush-inner-big-img > img {
  width: 100%;
}

.brush-over-text-main {
  left: 0;
  padding: 25px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/about2.webp) center center no-repeat;
  background-size: cover;
}

.brush-over-text {
	background: rgba(0, 0, 0, 0.6);
	padding: 55px 0 30px;
	height: 100%;
	width: 100%;
}
.experience-left {
  float: left;
  padding-right: 5px;
  position: relative;
  text-align: center;
  top: -50px;
  width: 33%;
}

.timing-text h5 {
  border-bottom: 1px solid #edca7b;
  background: -webkit-linear-gradient(#d3a04e, #edca7b, #d3a04e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  display: inline-block;
  font-size: 25px;
  letter-spacing:2px;
  /*font-weight: 600;
    text-transform: uppercase;*/
  line-height: 36px;
  margin-top: 4px;
  padding-bottom: 2px;
  vertical-align: middle;
  font-family: bonjour;
}

.timing-text img {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 5px;
}

.days-text span, .location-text span, .phone-text span {
  color: #ffffff;
  display: block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1px;
  line-height: 1.5;
}

.days-text .day {
	color: #edca7b;
	margin-bottom: 8px;
}

.timing-text {
    margin-bottom: 38px;
}

.days-text {
    margin-bottom: 29px;
}

.saturday-text, .sunday-text {
   position: relative;
   padding-top: 28px;
}

.saturday-text:before, .sunday-text:before {
  background: #88837d;
  border-radius: 100%;
  content: "";
  height: 8px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 8px;
} 

.location-text span, .phone-text span {
	display: block;
	margin-top: 13px;
}

.phone-text {
   margin-top: 38px;
}

.location-text {
  padding-top: 69px;
  position: relative;
}

.location-text:before {
	content: "";
	background: #edca7b;
	width: 1px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.experience-right h6 {
	font-size: 14px;
	line-height: 18px;
	color: #ffffff;
	text-transform: uppercase;
}

.experience-right h2 {
  background: -webkit-linear-gradient(#d3a04e, #edca7b, #d3a04e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 60px;
  line-height: 55px;
  margin-top: 4px;
  font-family: 'Rochester', cursive;
  padding-left:10px;
}
.about-txt2
{
    background: -webkit-linear-gradient(#d3a04e, #edca7b, #d3a04e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 35px;
  letter-spacing: 0.1px;
  line-height: 55px;
  margin-top: 4px;
  font-family: bonjour;
  margin-top: 125px;
}
.line {
	position: relative;
	display: block;
}

.line:after {
	content: "";
	/*background: -webkit-linear-gradient(#e8a146, #fedc74, #e3be73);
	width: 70px;
	height: 4px;
	position: absolute;
	left: 0;
	top: 28px;*/
}

.experience-right {
  float: left;
  padding: 10px 15px 40px 60px;
  width: 67%;
}



.story-text-left .big-text {
	font-size: 18px;
	line-height: 27px;
	color: #d2ccc5;
	margin-bottom: 36px;
}

.story-text {
  float: left;
  margin-top: 10px;
  width: 100%;
  overflow: hidden;
}

.story-text-left {
  width: 100%;
}

.story-text-right {
  float: left;
  width: 40%;
}

.story-text-left p {
	font-size: 16px;
	line-height: 27px;
	color: #000;
}

.read-more-btn {
	display: block;
	text-transform: uppercase;
	color: #000;
	font-weight: 600;
	text-align: center;
	font-size: 12px;
	line-height: 45px;
	max-width: 153px;
	width: 100%;
	height: 45px;
	border: 1px solid #ae8444;
	background: url(../images/bg-btn.webp) left bottom no-repeat;
    background-size: cover;
}

.read-more-btn:hover {
	background: #4f4f4f;
	color: #edca7b;
	border: 1px solid #edca7b;
}
#btn-slogan {
	border: 1px solid #edca7b;
	color: #edca7b;
}
.btn-callhome {
	background: url(../images/bg-btn.webp) left bottom no-repeat;
    background-size: cover;
	border-radius: 5px;
	color: #000
}
.story-text-left .read-more-btn {
	margin-top: 30px;
}


/*-----------------------------------------------------------------------------------

Our-service

-----------------------------------------------------------------------------------*/

.our-service {
	background: url(../images/sv-home2.webp) center center no-repeat fixed;
	background-size: cover;
	padding-top: 80px;
	padding-bottom: 80px;
}

.heading-title {
	text-align: center;
	color: #fff;
	position: relative;
	margin-bottom: 115px;
	letter-spacing: 0;
	font-family: bonjour;
}
.heading-title3 {
	color: #000;
}
.heading-title2 {
	background: -webkit-linear-gradient(#d3a04e, #edca7b, #d3a04e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 60px;
}
.heading-title:before {
  background: url("../images/icon-home.png") no-repeat scroll center center;
  bottom: -48px;
  content: "";
  height: 19px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 150px;
}
.heading-title-home:before {
  background: url("../images/icon-home2.png") no-repeat scroll center center;
}
#sv-home:before {
	background: url("../images/icon-home.png") no-repeat scroll center center;
}
/*.heading-title2:before {
  background: url("../images/icon-page2.webp") no-repeat scroll center center;
  bottom: -48px;
  content: "";
  height: 41px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 120px;
}*/
.service-block h6 {
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	color: #d3a04e;
	position: relative;
	padding-bottom: 16px;
}
.service-block h6:after {
	content: "";
	background: url("../images/icon-home.webp") no-repeat center center;
	width: 150px;
	height: 19px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 30px;
}

.service-block p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin: 30px auto 50px;
  padding: 0px 2%;
}

.service-block {
	text-align: center;
	float: left;
	width: 33.33%;
	padding: 0 30px;
}

.service-block-inner {
	border: 2px solid;
	border-image-slice: 1;
	border-width: 2px;
	border-image-source: linear-gradient(to top, #fff, #000, #fff, #000, #edca7b);
	padding: 70px 0 60px;
	position: relative;
	cursor: pointer;
	height: auto;
}

.service-block-inner:hover .service-block-image {
	border: 1px solid #edca7b;
}

.service-block-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
	position: relative;
	background: url(../images/bg-sv.webp) center center no-repeat;
    background-size: cover;
	border: 1px solid #fff;
}

.service-wrap-img > img {
  width: 100%;
  height: 540px;
}

.service-wrap-img {
	/*background: url(../images/services-home.webp) 0px 0px no-repeat;
	background-size: cover;*/
	height: 520px;
}
.services-page
{
    background: url(../images/bg-services.html) center center no-repeat fixed;
	background-size: cover;
}
.service-middle.active .service-wrap-img {
  opacity: 1;
}

.service-block-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 25px;
}

.service-block .read-more-btn {
	color: #000;
	border: 1px solid #ae8444;
	margin: 0 auto;
	font-weight: 600;
	margin-top: -35px;
}

.service-wrapper {
	margin: 0 -30px;
}

.service-block .read-more-btn:hover {
	background: #4f4f4f!important;
	color: #edca7b !important;
}

.service-ic {
  margin-bottom: 25px;
}

.service-ic img {
  margin: 0 auto;
  width: 88%;
}

.service-middle .service-block-inner {
	padding: 10px;
}

.service-middle.active h6, .service-block-inner:hover h6 {
	color: #000;
}

.service-middle.active p, .service-block-inner:hover p {
	color: #000;
}

 .service-middle.active .read-more-btn, .service-block-inner:hover .read-more-btn {
	background: #4f4f4f;
	color: #edca7b;
	margin-top: -5px;
}

/*-----------------------------------------------------------------------------------

service slider

-----------------------------------------------------------------------------------*/

.slick-dots {
	list-style: none;
	text-align: center;
	margin-top: 44px;
}

.slick-dots li {
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
}

.slick-dots li:first-child {
	padding-left: 0;
}

.slick-dots li button {
	background: none;
	width: 16px;
	height: 16px;
	border: 2px solid #fff;
	cursor: pointer;
	font-size: 0;
	border-radius: 100%;
	outline: none;
}

.slick-dots .slick-active button {
	background: #fff; 
}

.service-wrapper .slick-arrow,  .slick-arrow {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	background: #ffffff;
	text-align: center;
	font-size: 0;
	cursor: pointer;
	border: none;
	z-index: 99;
	margin-top: -5px;
}

.service-wrapper .slick-arrow:hover, .slick-arrow:hover {
    background: #917658;
}

.service-wrapper .slick-prev, .slick-prev {
	background: #edca7b url("../images/banner-arrow-left.webp") no-repeat center center;
	left: -60px;
}

.service-wrapper .slick-next, .slick-next {
	background: #edca7b url("../images/banner-arrow-right.webp") no-repeat center center;
	right: -60px;
}

.service-wrapper .slick-prev:hover, .slick-prev:hover {
	background: #b88741 url("../images/banner-arrow-left-hover.webp") no-repeat center center;
}

.service-wrapper .slick-next:hover, .slick-next:hover {
	background: #b88741 url("../images/banner-arrow-right-hover.webp") no-repeat center center;
}



/*-----------------------------------------------------------------------------------

Company Statistics

-----------------------------------------------------------------------------------*/

.counter-banner {
	background: url("../images/banner2.html") no-repeat top center;
	background-size: cover;
	height: 376px;
}

.counter-banner .row {
	height: 100%;
}

.counter-text h5 {
	color: #ffffff;
	font-size: 32px;
	line-height: 40px;
	font-weight: 600;
}

.counter-text p {
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 6px;
	letter-spacing:1px;
}

.counter-img {
	float: left;
	width: 100%;
	text-align:center;
	padding:0 0 20px 0;
}

.counter-icon {
	float: left;
	width: 100%;
	text-align:center;
}

.counter-icon i{
	width:100%;
	height:50px;
	text-align:center;
	color:#b7b7b7;
	font-size:40px;
	display:block;
	line-height:50px;
}


.counter-text {
	overflow: hidden;
	float:left;
	width:100%;
	text-align:center;
}

.counter-box {
	float: left;
	width: 25%;
}

.counter-wrapper {
	max-width: 1074px;
	width: 100%;
	margin: 0 auto;
}


/*-----------------------------------------------------------------------------------

Testimonial 

-----------------------------------------------------------------------------------*/

.client-testimonial {
	background: #f5eee6;
	padding-top: 103px;
	padding-bottom: 115px;
	text-align: center;
}

.testimonial-wrapper {
    max-width: 730px;
    width: 100%;
    margin: 0 auto;
}

.testimonial-box {
	background-color: #ffffff;
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 70px 10px 105px;
	box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
}

.testimonial-box:before {
	content: "";
	background: url("../images/quote-img.html") no-repeat center center;
	top: 40px;
	left: 0;
	right: 0;
	position: absolute;
	width: 78px;
	height: 63px;
	margin: 0 auto;
}

.testimonial-wrapper .slick-arrow {
  border-radius: 4px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  margin-top: -49px;
}

.testimonial-wrapper .slick-prev {
	left: -23px;
}

.testimonial-wrapper .slick-next {
	right: -23px;
}

.test-img {
	margin-top: -58px;
	position: relative;
}

.test-img img {
	margin: 0 auto;
}

.testimonial-box p {
	font-size: 14px;
	line-height: 26px;
	color: #727272;
	margin-bottom: 15px;
}

.testimonial-box span {
	display: block;
	font-size: 13px;
	line-height: 18px;
	color: #edca7b;
	font-weight: 400;
}

.testimonial-box b {
	font-size: 17px;
	line-height: 20px;
	font-weight: 600;
}

.testi-logo-img {
	float: left;
	width: 25%;
}

.testimonial-logo {
	width: 100%;
	margin: 144px auto 0;
}

.testimonial-logo .slick-prev {
  background: #F5EEE6 url("../images/logo-angle-left.webp") no-repeat scroll center center;
  left: 0;
}

.testimonial-logo .slick-next {
  background: #F5EEE6 url("../images/logo-angle-right.webp") no-repeat scroll center center;
  right: 0;
}

.testimonial-logo .slick-arrow {
	width: 17px;
	height: 9px;
}

.testimonial-logo a {
	display: block;
	text-align: center;
}

.testimonial-logo .slick-slide img {
	margin: 0 auto;
}


/*-----------------------------------------------------------------------------------

our-team 

-----------------------------------------------------------------------------------*/
.our-team {
	background-color: #edca7b;
	padding-top: 93px;
	padding-bottom: 73px;
}

.our-team .heading-title, .make-appointment .heading-title {
    background: -webkit-linear-gradient(#d3a04e, #edca7b, #d3a04e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.our-team .heading-title:before, .make-appointment .heading-title:before {
    background: url(../images/icon-home.webp) center center no-repeat;
}

.our-team-text {
	text-align: center;
	position: relative;
	z-index: 9;
	padding-top: 22px;
	min-height: 115px;
}

.our-team-text:before {
	content: "";
	background: url("../images/hair-img.html") no-repeat center center;
	width: 100%;
	height: 156px;
	position: absolute;
	top: -44px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.our-team-text h5 {
	color: #ffffff;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
}

.our-team-text span {
	display: block;
	font-size: 14px;
	line-height: 16px;
	color: #edca7b;
	font-weight: 500;
	margin-top: 9px;
}

.our-team-box {
	float: left;
	width: 33.33%;
	padding-left: 28px;
	padding-right: 28px;
}

.our-team-inner {
	position: relative;

}

.our-team-inner:before {
	content: "";
    border: 4px solid #ffffff;
    position: absolute;
    top: 16px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    width: 91%;
    height: 75%;
}

.our-team .slick-arrow {
	display: none !important;
}

.our-team .slick-dots li button {
	background: transparent;
	border-color: #f5eee6;
}

.our-team .slick-dots .slick-active button {
	background: #f5eee6;
}

/*-----------------------------------------------------------------------------------

pricing

-----------------------------------------------------------------------------------*/

.our-pricing {
	background: url("../images/bg-party.webp") no-repeat center center fixed;
	background-size: cover;
	padding-top: 150px;
    padding-bottom: 150px;
}

/*.our-pricing .heading-title {
	color: #ffffff;
}*/

.our-pricing-wrapper {
	margin: 0 -15px;
}

.our-price-box {
	float: left;
	/*width: 50%;*/
	width:100%;
	padding: 0 15px;
	margin-bottom: 30px;
}

.our-price-box-inner {
	border: 2px solid;
	border-image-slice: 1;
	border-width: 2px;
	border-image-source: linear-gradient(to left, #fff, #000, #fff, #000, #edca7b);
	display: table;
	height: 100%;
	table-layout: fixed;
	width: 100%;
	cursor: pointer;
	transition: all ease 0.5s;
	background: rgb(0,0,0,0.5);
}

.our-price-box-inner:hover {
    background: rgb(0,0,0,0.8);
}

.our-price-box-left {
	display: table-cell;
	vertical-align: middle;
	width: 72%;
	padding: 50px 37px;
	border-right: 2px solid #fff;
	
}

.our-price-box-right {
	display: table-cell;
	vertical-align: top;
	width: 28%;
}

.our-price-text h4 {
	font-size: 21px;
	line-height: 28px;
	background: -webkit-linear-gradient(#d3a04e, #edca7b, #d3a04e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	letter-spacing: 2px;
	font-family: Bonjour;
}

.our-price-text p {
	font-size: 16px;
	line-height: 1.7;
	color: #fff;
	font-weight: 400;
	margin: 15px 0;
}

.our-price-text .more {
	font-size: 11px;
	line-height: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: #edca7b;
	position: relative;
	padding-right: 18px;
}

.our-price-text .more:hover {
	color: #d3a04e;
}

.our-price-text .more:hover:after {
	background: url("../images/more-arrow-hover.webp") no-repeat center center;
	color: #edca7b;
}

.our-price-text .more:after {
	content: "";
	background: url("../images/more-arrow.webp") no-repeat center center;
	position: absolute;
	right: 0;
	top: 3px;
	width: 11px;
	height: 6px;
}

.our-price-ic {
	float: left;
	width: 60px;
}

.our-price-text {
	overflow: hidden;
	padding-left: 5px;
}

.price-discount {
    padding: 11px;
    border-bottom: 3px solid #edca7b;
}

.price-discount span {
	background-color: #edca7b;
	padding: 38px 25px;
	text-transform: uppercase;
	display: block;
	text-align: center;
	color: #ffffff;
	font-size: 17px;
	line-height: 20px;
	font-weight: 600;
}

.start-price span {
	display: block;
	font-size: 13px;
	line-height: 15px;
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
}

.start-price {
	text-align: center;
	padding-top: 21px;
}

.start-price b {
	display: block;
	font-size: 26px;
	line-height: 30px;
	color: #edca7b;
	font-weight: 400;
}


/*-----------------------------------------------------------------------------------

Discount

-----------------------------------------------------------------------------------*/

.get-discount {
	background: url(../images/bg-sv.webp) center bottom repeat fixed;
	background-size: cover;
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: center;
}
.get-discount-services {
	background: url(../images/img-page/services.webp) center 70% no-repeat;
	background-size: cover;
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
	color: #000;
}
.get-discount-promotion
{
	background: url(../images/img-page/promotion.html) center 25% no-repeat;
	background-size: cover;
}	
.get-discount-party
{
	background: url(../images/img-page/party.html) center center no-repeat;
	background-size: cover;
}
.get-discount-hour{
	background: url(../images/img-page/hour.html) center center no-repeat;
	background-size: cover;
}
.get-discount-egift{
	background: url(../images/img-page/egift.html) center 22% no-repeat;
	background-size: cover;
}
.get-discount-home {
	background: url(../images/bg-home.webp) center center no-repeat fixed;
	background-size: cover;
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
	color: #000;
}
.get-discount-services a 
{
    color: #fff;
}
.get-discount-services a:hover
{
    color: #edca7b;
}
.get-discount h3  {
	font-size: 70px;
	line-height: 54px;
	color: #fff;
	font-weight: 400;
	font-family: Bonjour;
	letter-spacing: 2px;
	padding-bottom: 15px;
}
.get-discount-home h3 {
	font-size: 50px;
    line-height: 70px;
	color: #000;
}
.get-discount-img {
  margin-bottom: 55px;
}

.get-discount h3 b {
	font-weight: 600;
}

.get-discount p 
{
    font-size: 12pt;
	line-height: 26px;
	color: #000;
	font-weight: 400;
	margin: 0px 0 56px;
}
.get-discount-home p
{
    font-size: 27pt;
    font-family: AnythingScript;
}
.get-discount a {
	margin: 0 auto;
	max-width: 223px;
	/*line-height: 2.5;*/
}


/*-----------------------------------------------------------------------------------

Appointment

-----------------------------------------------------------------------------------*/

.make-appointment {
	background: url(../images/bg-sv.webp) center center no-repeat fixed;
	background-size: cover;
	padding-top: 103px;
	padding-bottom: 103px;
	position: relative;
}

.make-appointment:after {
    bottom: -15px;
    content: "";
    height: 530px;
    position: absolute;
    right:0;
    width: 100%;
}

.appointment-header {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
}

.appointment-cell {
	display: table-cell;
	vertical-align: middle;
	padding: 0 3px;
}

.appointment-inner {
	background-color: #736049;
	padding: 2px;
    cursor: pointer;
}

.appointment-inner span, .appointment-inner p {
	font-size: 16px;
	line-height: 20px;
	color: #bfb2a3;
	display: inline-block;
	vertical-align: middle;
}

.appointment-inner span {
	background-color: #67553f;
	text-align: center;
	padding: 6px 8px;
}

.appointment-inner p {
	padding-left: 10px;
}

.appointment-cell.active .appointment-inner, .appointment-inner.current {
	background-color: #2e2a26;
}

.appointment-cell.active p, .appointment-inner.current p {
	font-weight: 600;
}

.appointment-cell.active span, .appointment-inner.current span {
	color: #ffffff;
	background-color: #edca7b;
}

.appointment-form {
	margin-top: 55px;
	position: relative;
	z-index: 99;
}

.appointment-form p {
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	margin-bottom: 29px;
	color: #ffffff;
}

.appointment-form-wrapper {
	margin: 0 -10px;
}

.form-field label {
	font-size: 16px;
	line-height: 16px;
	color: #000;
	display: block;
	margin-bottom: 10px;
	font-weight: 600;
}

.form-field {
	float: left;
	width: 25%;
	padding: 0 10px;
	margin-bottom: 20px;
}
.form-field2 {
	float: left;
	width: 33.3%;
	padding: 0 10px;
	margin-bottom: 20px;
	text-align: left;
}
.form-field3{
	text-align: left;
}
.form-field.full {
	width: 100%;
}

.form-field input[type="text"], .form-field input[type="email"], .form-field textarea {
	font-size: 13px;
	line-height: 16px;
	position: relative;
	background-color: #fff;
	height: 40px;
	width: 100%;
	padding: 0 15px;
	border-radius: 0;
	border: none;
	box-shadow: none;
	border: 1px solid #888;
}

.form-field textarea {
	height: 109px;
	padding: 15px;
	resize: none;
}

.form-field input[type="submit"] {
	cursor: pointer;
	background: #fff;
	font-size: 12px;
	line-height: 45px;
	height: 45px;
	text-transform: uppercase;
	font-weight: 600;
	border: none;
	max-width: 120px;
	width: 100%;
	color: #d8b056;
}

.form-field input[type="submit"]:hover {
	background: #000;
}

.submit-field {
	width: 100%;
	text-align: right;
}

.calender input[type="text"] {
	background-image: url("../images/calender-ic.html");
	background-repeat: no-repeat;
	background-position: 95% 50%;
}


/*-----------------------------------------------------------------------------------

Photo Gallery

-----------------------------------------------------------------------------------*/

.our-gallery {
	padding-top: 105px;
	padding-bottom: 105px;
	position: relative;
}
.our-gallery2 {
	background: url(../images/bg-sv.webp) 0px 0px no-repeat fixed;
    background-size: cover;
}
.our-gallery .row {
	position: relative;
}

.tab-col {
    float: left;
    width: 33.33%;
}

.gallery-img {
    margin-bottom: 10px;
    padding: 0 5px;
}

.tabs:after {
	content: "";
	width: 100%;
	display: inline-block;
}

.tabs {
	list-style: none;
	text-align: center;
	margin: 0 auto 80px;
	max-width: 200px;
	width: 100%;
	text-align: justify;	
}

.tab-content, .tab-content2 {
	display: none;
}

.tab-content.current, .tab-content2.current{
	display: inherit;
}

.tabs li {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	font-size: 16px;
	line-height: 19px;
	border-bottom: 1px solid transparent;
	color: #000;
	font-weight: 600;
	padding-bottom: 2px;
}

.tabs li.current {
	color: #d3a04e;
	border-bottom: 1px solid #edca7b;
}

.tabs li:first-child {
	padding-left: 0;
}

.gallery-img a {
	display: block;
	position: relative;
	transition: all ease 0.5s;
    overflow: hidden
}

.gallery-img a img {
    transition: all ease 0.5s;
}

.gallery-img a:hover img {
    transform: scale(1.2);
}

.gallery-img a:after, .gallery-img a:before {
	content: "";
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: all ease 0.5s;
}

.gallery-img a:before {
  background: url("../images/plus-ic.webp") no-repeat scroll center center;
  height: 85px;
  margin: 0 auto;
  width: 85px;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.gallery-img a:hover:after, .gallery-img a:hover:before {
	display: block;
	transition: all ease 0.5s;
    opacity: 1;
}

.g1-ic, .g2-ic, .g3-ic {
	position: absolute;
}

.g1-ic {
  left: -204px;
}

.g3-ic {
  right: 0;
  top: 478px;
}

.g2-ic {
  left: -100px;
  bottom: 0;
}


/*-----------------------------------------------------------------------------------

join-member

-----------------------------------------------------------------------------------*/

.join-member {
	background: url(../images/bg-sv.webp) 0px 0px no-repeat;
	background-size: cover;
	padding-top: 105px;
	padding-bottom: 105px;
}

.join-member h3 {
  color: #ffffff;
  font-size: 47px;
  font-weight: 600;
  line-height: 54px;
  padding-left: 224px;
  position: relative;
}

.join-member h3:before {
	content: "";
	background: url("../images/join-much-ic.html") no-repeat center center;
	width: 137px;
	height: 44px;
	position: absolute;
	left: 0;
	top: 32px;
}

.join-member-left {
  float: left;
  width: 80%;
  padding-left: 69px;
}

.join-member-right {
  float: left;
  width: 20%;
  padding-top: 22px;
}

.join-member-right .read-more-btn {
  display: inline-block;
  max-width: 100%;
  padding: 0 30px;
  vertical-align: middle;
  width: auto;
}


/*-----------------------------------------------------------------------------------

latest-news 

-----------------------------------------------------------------------------------*/

.latest-news {
	background: #f5eee6;
	padding-top: 97px;
	padding-bottom: 122px;
}

.latest-news-row {
	margin: 0 -15px;
}

.latest-news-block {
	float: left;
	width: 50%;
	padding: 0 15px;
}

.latest-news-block-inner {
  cursor: pointer;
  position: relative;
  transition: all ease 0.5s;
}

.news-date {
	position: absolute;
	top: 32px;
	left: 30px;
	font-size: 12px;
	line-height: 16px;
	color: #ffffff;
	font-weight: 600;
	text-align: center;
	background: #edca7b;
	padding: 6px;
	text-transform: uppercase;
}

.news-date b {
	font-size: 29px;
	line-height: 32px;
	font-weight: 600;
	display: block;
}

.news-date-inner {
  border: 1px solid #ffffff;
  padding: 4px 12px 6px;
}

.news-text {
  bottom: 0;
  left: 0;
  padding: 30px;
  position: absolute;
  transition: all 0.5s ease 0s;
}

.news-text span {
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  padding-left: 10px;
  padding-right: 7px;
  position: relative;
  vertical-align: middle;
}

.news-text span:after {
	content: "|";
	position: absolute;
	left: 0;
	top: 0;
}

.news-text span:first-child {
	padding-left: 0;
}

.news-text span:first-child:after {
	display: none;
} 

.news-text p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
  margin-top: 10px;
}

.news-text a {
	display: block;
	font-size: 12px;
	line-height: 16px;
	color: #edca7b;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 25px;
    display: none;
}

.latest-news-block-inner:hover .news-text a {
    display: block;
}

.latest-news-block-inner:hover .news-text {
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
}

.news-text a:hover {
	color: #ffffff;
}


/*-----------------------------------------------------------------------------------

Contact us

-----------------------------------------------------------------------------------*/
.map-banner {
	background: url("../images/map-banner.html") no-repeat top center;
	background-size: cover;
	padding-bottom: 100px;
	padding-top: 100px;
}
#location2 {
	background: url("../images/about.webp") no-repeat center center;
	background-size:cover;
}
.map-top-ic {
	padding: 20px 31px;
}
.map-top-ic2 {
	background: url(../images/bg-page.webp) center center no-repeat fixed;
    background-size: cover;
    border: 1px solid #fff;
}
.map-top-block {
  float: left;
  width: 33.3%;
}

.map-top-text {
  overflow: hidden;
  padding-left: 15px;
}

.map-top-text span {
	display: block;
	font-size: 18px;
	line-height: 1.5;
	color: #d3a04e !important;
	font-weight: 600;
	margin-bottom: 3px;
	text-transform: uppercase;
}

.map-top-text p, .map-top-text a {
	font-size: 15px;
	line-height: 1.5;
	color: #000;
	font-weight: 400;
}

.map-inner-ic {
  border: 1px solid #000;
  border-radius: 100%;
  float: left;
  height: 40px;
  padding-top: 10px;
  text-align: center;
  width: 40px;
}

.map-top-text a:hover {
	color: #737373;
}

.map-img {
	position: relative;
}

.map-img iframe {
     /*webkit-filter: grayscale(100%);
    filter: grayscale(100%);*/
	width:100%;
	height:400px;
}

.map-img:after {
	content: "";
	/*background: url("../images/loc-big.webp") no-repeat center center;*/
	position: absolute;
	top: 90px;
	left: 0;
	right: 0;
    width: 36px;
    height: 54px;
    margin: 0 auto;
}


/*-----------------------------------------------------------------------------------

Footer

-----------------------------------------------------------------------------------*/

.footer {
	background: url("../images/bg-footer.webp") no-repeat center center;
	background-size:cover;
	padding-top: 60px;
	padding-bottom: 50px;
	text-align: center;
}

.footer-nav ul {
	list-style: none;
}

.footer-nav ul li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 34px;
}

.footer-nav ul li:first-child {
	padding-left: 0;
}

.footer-nav ul li a {
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    font-weight: 400;	
}

.footer-nav ul li a:hover {
	color: #ccc;
}

.footer-nav ul li:before {
	content: "";
	background: url("../images/footer-dot.webp") no-repeat center center;
	position: absolute;
	left: 11px;
	top: 6px;
	width: 4px;
	height: 3px;
}

.footer-nav ul li:first-child:before {
	display: none;
}

.subscribe-us {
	padding-top: 40px;
}

.subscribe-us h5 {
	position: relative;
	font-size: 20px;
	line-height: 18px;
	color: #ffffff;
	font-weight: 600;
	padding-bottom: 13px;
}

.subscribe-us h5:after {
	content: "";
	background: url("../images/sub-ic.html") no-repeat center center;
	width: 51px;
	height: 16px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -13px;
}

.subscribe-us p {
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	font-weight: 400;
	margin-top: 40px;
	margin-bottom: 27px;
}

.subscribe-email {
	max-width: 477px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.subscribe-email input[type="text"] {
	border: 1px solid #626262;
	background: #191919;
	font-size: 12px;
	line-height: 14px;
	color: #a2a3a5;
	font-weight: 400;
	width: 100%;
	height: 43px;
	padding: 0 48px 0 9px;	
}

.subscribe-email input[type="submit"] {
	cursor: pointer;
	background: #edca7b url("../images/submit-ic.html") no-repeat center center;
	width: 33px;
	height: 33px;
	position: absolute;
	right: 5px;
	top: 5px;
	text-align: center;
	border: none;
	font-size: 0;
}

.subscribe-email input[type="submit"]:hover {
	background-color: #626262;
}

.social-ic {
	margin-top: 30px;
}

.social-ic ul {
	list-style: none;
}

.social-ic ul li {
	display: inline-block;
	vertical-align: middle;
	padding-left: 8px;
}

.social-ic ul li:first-child {
	padding-left: 0;
}

.social-ic ul li a {
	display: block;
	text-align: center;
	border-radius: 100%;
	border: 1px solid #fff;
	width: 40px;
	height: 40px;
	padding-top: 8px;
	color:#FFFFFF;
	background: #000;
}

.social-ic ul li img {
	vertical-align: middle;
}

.social-ic ul li a:hover {
	background: #edca7b;
}

.subscribe-us .copyright {
	margin-top: 30px;
	margin-bottom: 0;
}

.copyright span {
	color: #edca7b;
}

.copyright span a {
	color: #edca7b;
}


/*-----------------------------------------------------------------------------------

Screen Loader

-----------------------------------------------------------------------------------*/

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999999;
	background: url(../images/loading.gif) center no-repeat #fff;
}


/*-----------------------------------------------------------------------------------

mobile-menu css

-----------------------------------------------------------------------------------*/

.mobile-ic {
	/*background: url(../images/bg-btn.webp) center center no-repeat;
	background-size: cover;*/
	cursor: pointer;
	padding: 14px 10px;
	position: absolute;
	right: 0;
	top: 70px;
	border-radius: 4px;
	z-index: 9;
	display: none;
}

.mobile-ic span {
  background: #edca7b;
  display: block;
  height: 2px;
  margin-top: 7px;
  width: 30px;
}

.mobile-ic span:first-child {
	margin-top: 0;
}

.responsive-menu {
  position: absolute;
  top: 173px;
  display: none;
  background: url(../images/bg-menu.webp) 30% center no-repeat;
  background-size: cover;
  padding: 15px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999999;
}

.header .responsive-menu ul li {
  border-top: 1px solid rgba(46, 42, 38, 0.35);
  display: block;
  margin-top: 7px;
  padding-left: 0;
  padding-top: 7px;
}

.header .responsive-menu  ul li a:hover, .header .responsive-menu  ul li.active a {
	color: #000;
}

.header .responsive-menu  ul li:first-child {
	border-top: none;
	padding-top: 0;
	margin-top: 0;
}


/*-----------------------------------------------------------------------------------

scroll to top

-----------------------------------------------------------------------------------*/

.scroll-top {
  background: #edca7b url("../images/logo-angle-right2.webp") no-repeat center center;
  bottom: 20px;
  font-size: 0;
  height: 40px;
  position: fixed;
  right: 15px;
  width: 40px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  border: 1px solid #edca7b;
}
.scroll-top:hover {
    opacity: 0.8;
}


/*-----------------------------------------------------------------------------------

Video Popup

-----------------------------------------------------------------------------------*/

.video-popup {
  background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  display: none
}

.video-popup .container, .video-popup .row {
    height: 100%;
}

.video-popup-inner .close-btn {
    position: relative;
    z-index: 99;
}

.video-popup-inner .close-btn:before {
  background: #ffffff;
  border-radius: 100%;
  content: "+";
  height: 40px;
  position: absolute;
  right: 18px;
  top: 0;
  width: 40px;
  line-height: 42px;
  font-size: 33px;
  top: 18px;
  cursor: pointer;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}


/*-----------------------------------------------------------------------------------

Responsive CSS

-----------------------------------------------------------------------------------*/
#location {
	background: url(../images/bg-home.webp) center center no-repeat fixed;
	background-size: cover;
    border-top:1px solid #ccc;
}
.groupfbye {
	background: url(../images/bg-btn.webp) left bottom no-repeat;
    background-size: cover;
	height: 135px;
	width: 55px;
	top: 20%;
	left: 0;
	position: fixed;
	z-index: 999;
	padding: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	border: 1px solid #ae8444;
}
.groupfbye a i 
{
    padding: 8px;
    font-size: 14pt;
    color: #000;
}
.line3
{
    border-bottom: 1px solid #000;
    /*height: 4px;
    width: 33px;*/
    text-align: center;
    margin-bottom: 4px;
    margin-top: 4px;
}
#line2
{
   margin-bottom: 10px; 
}
#subbar 
{
    width: 130px;
    height: 40px;
    position: fixed;
    z-index: 99;
    right: 0px;
    top: 35%;
    border-top-left-radius: 4px;
    -mox-border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    background: url(../images/bg-btn.webp) right top no-repeat;
    background-size: cover;
    background-color: #edca7b;
    cursor: pointer;
    opacity: 1.0;
    border: 1px solid #ae8444;
}
#book_online 
{
    width: 130px;
    height: 40px;
    position: fixed;
    z-index: 99;
    right: 0px;
    top: 45%;
    border-top-left-radius: 4px;
    -mox-border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    background: url(../images/bg-btn.webp) right top no-repeat;
    background-color: #edca7b;
    border: 1px solid #ae8444;
    cursor: pointer;
    opacity: 1.0;
}
.call-home
{
    display: table-cell;
    vertical-align: middle;
}
.call-home a
{
    color:#000!important;
    text-transform: inherit;
}
.call-home a:hover
{
    color:#edca7b!important;
}
.header_m
{
    display: none;    
}
/*Contact form*/
.color
{
    color: #edca7b !important;    
}
.color2
{
    color: #000 !important;    
}
.contact-txt
{
    text-align: center; 
    padding-bottom: 15px;
    color: #000;
}
.contact-us {
	background: url(../images/bg-page.webp) center center no-repeat;
	background-size: cover;
	box-shadow: 1px 1px 8px 2px #cfcfcf;
	overflow: hidden;
	padding: 50px;
}
.border-gradient {
  border: 2px solid;
  border-image-slice: 1;
  border-width: 2px;
}
.border-gradient-gray {
  border-image-source: linear-gradient(120deg, #cfcfcf, #ffffff, #cfcfcf, #ffffff, #cfcfcf);
}
.group_contact_form
{
    overflow:hidden; 
    border-bottom: 1px dashed #ccc;   
}
.float_left
{
    float:left;
}
.float_right
{   
    float:right;
}
.contact_form
{
    width:45%;
    margin:0px auto;

}
#form
{
    margin-top: 30px;
    width:95%;
    margin:0px auto;
}
.txtbox
{
    border: 1px solid #ccc;
    height: 30px;
    width: 100%;
}
.textarea
{
    min-height: 100px;
}
.formrowtop
{
    font-weight: bold;
    color:#181818;
    font-family:Arial;
    margin:auto;
    margin-bottom:5px;
    text-align:left;
}
.formrow
{
    margin-bottom: 10px;
}
.buttonrow
{
    text-align: center;
}
#bSend, #bSend1 {
    cursor: pointer;
	font-size: 12px;
	line-height: 45px;
	height: 45px;
	text-transform: uppercase;
	font-weight: 600;
	border: none;
	max-width: 120px;
	width: 100%;
	color: #000;
	border: 1px solid #fff;
	background: url(../images/bg-btn.webp) right top no-repeat;
    background-size: cover;
}
    #bSend:hover, #bSend1:hover {
        background: #000;
        color: #edca7b;
        border: 1px solid #edca7b;
    }
#formnotify,#formnotify1
{
	width: 98%;
	max-width: 400px;
	min-height: 160px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
	-moz-border-radius: 10px;
	position: fixed;
	top: 20%;
	left: 50%;
	margin-left: -200px;
	padding: 10px;
	text-align: center;
	box-shadow: 2px 2px 5px #666;
	z-index: 99999;
	display: none;
}
#formnotifycontent,#formnotifycontent1
{
	font-size: 12pt;
	color: #666;
	margin-top: 30px;
}
#formnotifyok,#formnotifyok1
{
	margin: 0px auto;
	margin-top: 20px;
	width: 100px;
	height: 35px;
	line-height: 35px;
	cursor: pointer;
	color: #000;
	border: 1px solid #000;
}
#formnotifyok:hover,#formnotifyok1:hover
{
	color: #edca7b;
	background: #000;
}
#formpwait,#formpwait1
{
	float: left;
	margin-left: 20px;
	display: none;
}
#formwait,#formwait1
{
    display: none;
}
/*Contact form*/
/*Host-a-party*/
.party {
    width: 100%;
    max-width: 1100px;
    margin: 0px auto;
}
#form2 {
    margin-bottom: 50px;
}
.contentparty {
    width: 70%;
    height: auto;
    margin: auto;
    margin-top: 20px;
}

.txt_hostparty {
    color: #000;
    font-size: 12pt;
    margin-bottom: 20px;
    width: 100%;
    max-width: 800px;
    margin: 0px auto;
}

.formrowtext {
    text-align: left;
}

.img_hostparty {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

    .img_hostparty img {
        padding-bottom: 15px;
        padding-right: 15px;
    }

.contact_r {
    max-width: 650px;
    width: 100%;
    margin: 0px auto;
    margin-top: 40px;
}

.contact_title {
    font-size: 15pt;
    color: #000;
    font-weight: bold;
    margin-bottom: 5px;
}

#Btn_Party 
{
    background: url(../images/bg-btn.webp) left bottom no-repeat;
    background-size: cover;
    cursor: pointer;
	border: 1px solid #edca7b;
	color: #000;
	font-size: 12px;
	line-height: 45px;
	height: 45px;
	text-transform: uppercase;
	font-weight: 600;
	max-width: 120px;
	width: 100%;
}
#Btn_Party:hover{
   
    background: #000;
   color: #edca7b;
   border: 1px solid #ccc;   
}
/*End-Host-a-party*/
/* Promotions*/
.box-ser a
{
    color:#edca7b!important;
    cursor:pointer;
}
.group_promotion
{
    padding-bottom:30px;
}
.proimg img    
    {
        border-radius:5px;
        border:1px solid #ccc;
    }
/* Promotions*/
#groupnoti
{
     width:100%;
    height:100%;
    position:absolute;
    top:0px;
    z-index:999999999999;
    display:block;
}
#noti
{
    width:100%;
    overflow: hidden;
    max-width:500px;
    margin:0px auto;
    padding:10px;   
    margin-top:130px;
    background: #fff;
    overflow: hidden;
    text-align: center;
}
#noti img
{
    width: 100%;
    border: 1px solid #ccc;
}
#closenoti
{
    width: 100%;
    cursor:pointer;
    margin-bottom:5px;
    color: #000;
    font-weight: bold;
    text-align:right;
}
.services-left
{
    width: 70%;
    float: left;    
}
.services-right
{
    width: 25%; 
    float: right;
    position: relative;
}
.services-right img
{
    width: 48%;
    float: left;
    margin-left: 1%;
    border: 1px solid #fff;   
    border-radius: 360px;
    margin-bottom: 10px;
}
.row-services{
    width: 80%;
    margin: 0px auto;
    overflow: hidden;
}
.bg-flower-left1
{
    position:absolute;
    width: 300px;     
    height: 342px;
    z-index: 99;
    left: 19px;
    bottom:10px;   
    background: url(../images/leaf-2-1.png) 0px 0px no-repeat;   
    -webkit-animation-name: shapeAnimaiton;
     -moz-animation-name: shapeAnimaiton;
       -o-animation-name: shapeAnimaiton;
          animation-name: shapeAnimaiton;
  -webkit-animation-duration: 8s;
     -moz-animation-duration: 8s;
       -o-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-timing-function: linear;
     -moz-animation-timing-function: linear;
       -o-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
   
}
.bg-flower-right1
{
    position:absolute;
    width: 170px; 
    height: 263px;  
    z-index: 999999;
    right: 170px;
    top:50px;   
    background: url(../images/leaf-1.png) 0px 0px no-repeat;   
    -webkit-animation-name: shapeAnimaiton2;
     -moz-animation-name: shapeAnimaiton2;
       -o-animation-name: shapeAnimaiton2;
          animation-name: shapeAnimaiton2;
  -webkit-animation-duration: 8s;
     -moz-animation-duration: 8s;
       -o-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-timing-function: linear;
     -moz-animation-timing-function: linear;
       -o-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes shapeAnimaiton {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
  }
  50% {
    -webkit-transform: translate(-20px, -20px);
            transform: translate(-20px, -20px);
  }
  75% {
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-moz-keyframes shapeAnimaiton {
  0% {
    -moz-transform: translate(0, 0);
         transform: translate(0, 0);
  }
  25% {
    -moz-transform: translate(-20px, 0);
         transform: translate(-20px, 0);
  }
  50% {
    -moz-transform: translate(-20px, -20px);
         transform: translate(-20px, -20px);
  }
  75% {
    -moz-transform: translate(0, -20px);
         transform: translate(0, -20px);
  }
  100% {
    -moz-transform: translate(0, 0);
         transform: translate(0, 0);
  }
}

@-o-keyframes shapeAnimaiton {
  0% {
    -o-transform: translate(0, 0);
       transform: translate(0, 0);
  }
  25% {
    -o-transform: translate(-20px, 0);
       transform: translate(-20px, 0);
  }
  50% {
    -o-transform: translate(-20px, -20px);
       transform: translate(-20px, -20px);
  }
  75% {
    -o-transform: translate(0, -20px);
       transform: translate(0, -20px);
  }
  100% {
    -o-transform: translate(0, 0);
       transform: translate(0, 0);
  }
}

@keyframes shapeAnimaiton {
  0% {
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(-20px, 0);
       -moz-transform: translate(-20px, 0);
         -o-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
  }
  50% {
    -webkit-transform: translate(-20px, -20px);
       -moz-transform: translate(-20px, -20px);
         -o-transform: translate(-20px, -20px);
            transform: translate(-20px, -20px);
  }
  75% {
    -webkit-transform: translate(0, -20px);
       -moz-transform: translate(0, -20px);
         -o-transform: translate(0, -20px);
            transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes shapeAnimaiton2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0);
  }
  50% {
    -webkit-transform: translate(20px, 20px);
            transform: translate(20px, 20px);
  }
  75% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes shapeAnimaiton2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0);
  }
  50% {
    -webkit-transform: translate(20px, 20px);
            transform: translate(20px, 20px);
  }
  75% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-moz-keyframes shapeAnimaiton2 {
  0% {
    -moz-transform: translate(0, 0);
         transform: translate(0, 0);
  }
  25% {
    -moz-transform: translate(20px, 0);
         transform: translate(20px, 0);
  }
  50% {
    -moz-transform: translate(20px, 20px);
         transform: translate(20px, 20px);
  }
  75% {
    -moz-transform: translate(0, 20px);
         transform: translate(0, 20px);
  }
  100% {
    -moz-transform: translate(0, 0);
         transform: translate(0, 0);
  }
}

@-o-keyframes shapeAnimaiton2 {
  0% {
    -o-transform: translate(0, 0);
       transform: translate(0, 0);
  }
  25% {
    -o-transform: translate(20px, 0);
       transform: translate(20px, 0);
  }
  50% {
    -o-transform: translate(20px, 20px);
       transform: translate(20px, 20px);
  }
  75% {
    -o-transform: translate(0, 20px);
       transform: translate(0, 20px);
  }
  100% {
    -o-transform: translate(0, 0);
       transform: translate(0, 0);
  }
}

@keyframes shapeAnimaiton2 {
  0% {
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(20px, 0);
       -moz-transform: translate(20px, 0);
         -o-transform: translate(20px, 0);
            transform: translate(20px, 0);
  }
  50% {
    -webkit-transform: translate(20px, 20px);
       -moz-transform: translate(20px, 20px);
         -o-transform: translate(20px, 20px);
            transform: translate(20px, 20px);
  }
  75% {
    -webkit-transform: translate(0, 20px);
       -moz-transform: translate(0, 20px);
         -o-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.services-img-page
{
   position:fixed;   
   max-width: 400px;  
   z-index: 9;
}
.services-img-page-top
{
    top: 70px;     
}
.sanitation
{
    width: 70%;
    margin: 0px auto;
    color: #000; 
    padding-bottom: 50px; 
    text-align: center;
}
.sanitation-img
{
    margin-bottom: 50px;
}
.btn-booking {
    width: 100%;
    max-width: 220px;
    height: 50px;
    line-height: 50px;
    margin: 0px auto;
    text-align: center;
    color: #000 !important;
    margin-top: 20px;
    display: block;
    cursor: pointer;
    font-size: 14pt;
    border-radius: 5px;
    -moz-border-radius: 5px;
    text-decoration: none;
    background: url(../images/bg-btn.webp) center center no-repeat;
    background-size: cover;
}
.btn-booking:hover 
{
    background: #000;
	color: #edca7b!important;
	border: 1px solid #edca7b;
}

@media handheld, only screen and (max-width: 1800px) 
{
    .row-page {
        width: 100%;
        max-width: 90%;
        margin: 0 auto;
    }
}
@media handheld, only screen and (max-width: 1500px) 
{
    .row-page {
        width: 100%;
        max-width: 94%;
        margin: 0 auto;
    }
}
@media handheld, only screen and (max-width: 1450px) 
{
    .row-page {
        width: 100%;
        max-width: 98%;
        margin: 0 auto;
    }
}
@media handheld, only screen and (max-width: 1250px) 
{
    .banner-text h1 {
        font-size: 65px;
    }  
    .bg-flower-left1
    {
        left: 19px;
        width: 200px;     
        height: 148px;  
        background: url(../images/leaf-2-1-img.png) 0px 0px no-repeat;   
   
    }
    .bg-flower-right1
    {
        right: 100px;
        width: 100px; 
        height: 155px;  
        background: url(../images/leaf-1-img.png) 0px 0px no-repeat;   
    }
}
@media handheld, only screen and (max-width: 1200px) 
{

.big-text br {
	display: none;
}

.join-member-left {
	padding-left: 0;
}
.header-align-left .menu.table-cell {
  width: auto;
  padding-left: 50px;
}
.call-home
{
    display: none;    
}
.table-cell-services {
    width: 75%!important;
}
}


@media handheld, only screen and (max-width: 1100px) {
.logo {
    padding: 0 10px;
    text-align: center;
} 
.our-price-box-left {
	width: 74%;
}
/*.table-cell-services {
    width: 83%!important;
}*/
.header .table-cell:first-child {
	width: 385px;
}

.service-block p {
	padding: 0 10px;
}

.service-block-inner br {
	display: none;
}

.story-text-left .read-more-btn {
  margin-top: 53px;
}

.join-member h3 {
	padding-left: 179px;
}

.join-member-left {
	width: 75%;
}

.join-member-right {
  float: right;
  width: 25%;
  text-align: right;
}

.join-member h3 br {
	display: none;
}

.service-block-image-wrap {
  padding-top: 21px;
}
.header-align-left ul li {
    padding-left: 16px;
}
.header .table-cell
{
    width: 380px;    
}
.get-discount-home {
	background: url(../images/bg-home.webp) center center no-repeat;
	background-size: cover;
}
}

@media handheld, only screen and (max-width: 1400px) 
{
    .row-page {
        width: 100%;
        max-width: 96%;
        margin: 0 auto;
    }
    .header ul li a
    {
        font-size: 11px;    
    }
}
@media handheld, only screen and (max-width: 1300px) 
{
    .header ul li {
        padding-left: 10px;
    }
}
@media handheld, only screen and (max-width: 1024px) 
{
    .services-home
    {
        overflow: hidden;
    }
    .group_services
    {
        font-size: 14pt !important ;   
    }
}
@media (max-width: 1000px) 
{
    .services-left
    {
        width: 100%;
        float: none; 
    }
	.services-right {
		width: 100%;
		float: none;
		margin-top: 30px;
	}
    .logo
    {
        width: 100%;
        max-width: 100%;    
    }
    .logo img
    {
        width: 120px;   
    }
    .logo-page
    {
        margin-right: 0px!important;
    }
    .services-img-page
    {
       position:relative;   
    }
    .services-img-page-top
    {
        top: 0px; 
    }
    .mobile-ic
    {
        top: 37px;    
    }
}
@media handheld, only screen and (max-width: 991px) 
{
.banner-text {
    top: 60%;
}
.call-home{
	display: none;
}
.header .table-cell {
	display: none;
}
.header-align-left .table-cell {
  display: none;
}
.header-align-left .table-cell.logo {
  display: block;
  margin: 0;
}
.logo.table-cell > a {
  text-align: center;
  margin: 0 auto;
  display: block;
}
.experience-left {
  padding-right: 0;
  position: relative;
  text-align: center;
  top: 0;
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  float: none;
}

.experience-right {
  width: 100%;
  padding: 50px 10px;
}

.experience-section {
  padding-bottom: 40px;
  padding-top: 70px;
}

.service-block {
  padding: 0 10px;
}

.service-wrapper {
  margin: 0 -10px;
}

/*.service-block p {
  padding: 0 12px;
  font-size: 11px;
  line-height: 23px;
  margin: 25px auto 31px;
}*/

.testimonial-wrapper .slick-prev {
  left: 0;
}

.testimonial-wrapper .slick-next {
  right: 0;
}

.testimonial-box p br {
	display: none;
}

.testimonial-box p {
	max-width: 400px;
	margin: 0 auto 15px;
}

.our-team-box {
	padding-left: 10px;
	padding-right: 10px;
}

.our-price-box-left {
	padding: 21px;
}

.appointment-inner span, .appointment-inner p {
	display: block;
	text-align: center;
}

.appointment-inner p {
	padding: 8px;
}

.price-discount span {
	padding: 34px 16px;
}

.g1-ic, .g2-ic, .g3-ic {
	display: none;
}

.join-member-left {
  width: 65%;
}

.join-member-right {
  width: 35%;
}

.map-top-block {
  width: 50%;
  margin-bottom: 21px;
}

.map-top-ic {
	padding-bottom: 23px;
}

.mobile-ic {
	display: block;
}

.service-ic {
  margin-bottom: 13px;
}

/*.service-block p {
  margin: 7px auto 17px;
  padding: 0 12px;
}*/
.banner-text {
    margin: 0 auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
 

/*--responsive menu css--*/    

.menu  {
  position: absolute;
  top: 125px;
  display: none;
  background: #edca7b;
  padding: 15px;
  left: 0;
  right: 0;
  width: 100%;
    z-index: 999;
}

.menu ul li {
  border-top: 1px solid rgba(46, 42, 38, 0.35);
  display: block;
  margin-top: 7px;
  padding-left: 0;
  padding-top: 7px;
}

.menu ul li a:hover, .menu ul li.active a {
	color: #2e2a26;
}

.menu ul li:first-child {
	border-top: none;
	padding-top: 0;
	margin-top: 0;
}
.header-align-left .menu.table-cell {
    padding-left: 15px;
}     
.play-btn {
  display: block;
  margin-top: 27px;
} 
.banner-text h1 {
    margin: 3px 0;
}

}
@media handheld, only screen and (max-width: 998px) 
{
    /*.header ul li a{
	    color: #fff;
    }*/
    .header ul li a {
        font-size: 13px;
        padding: 10px 0px;
        color: #000;
    }
    .header .responsive-menu  ul li a:hover, .header .responsive-menu  ul li.active a {
	    color: #d3a04e;
    }
}
@media handheld, only screen and (max-width: 800px) 
{
    .logo-page img
    {
        padding: 20px 0px 0px 0px!important;    
    }
    .bg-flower-right1
    {
        top: 30%;
    }
    .slider-header
    {
        padding-bottom: 0px;    
    }
    .slider-header .header, .header
    {
        padding-top: 0px;    
    }
    .slider-header2
    {
        bottom: -10px;  
    }
    .row-services{
        width: 92%;
        margin: 0px auto;
        overflow: hidden;
    }
    .services-right
    {
        margin-top: 20px;    
    }
    .get-discount-home h3
    {
        font-size: 32px!important;    
    }
    .groupfbye
    {
        display: none;
    }
    #subbar
    {
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        right: -45px;
        border-top-left-radius: 5px;
        -moz-border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        -moz-border-top-right-radius: 5px;
        border-bottom-left-radius: 0px;
        -moz-border-bottom-left: 0px;
        top: 45%;
    }
    
    #book_online
    {
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        right: -45px;
        border-top-left-radius: 5px;
        -moz-border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        -moz-border-top-right-radius: 5px;
        border-bottom-left-radius: 0px;
        -moz-border-bottom-left: 0px;
        top: 70%;
    }
    .our-price-box {
	    float: none;
	    width: 100%;
    }
    .table-cell2 
    {
        height: 150px;
        background: url(../images/egift-home.webp) center center no-repeat;
	    background-size: cover;
    }
    .table-cell3 
    {
        height: 150px;
        background: url(../images/party-home.webp) center 26% no-repeat;
	    background-size: cover;
    }
	.logo img {
        padding: 0px 0px 10px 0px;
    }
    .sanitation {
        width: 90%;
        margin: 0px auto;
    }
}

@media handheld, only screen and (max-width: 767px) 
{
    .banner-slider .banner-text, .smoothslides-on a.ss-prev, .smoothslides-on a.ss-next {
        top: 70%;
    }  
    
    .header2
    {
        padding-bottom: 0px;    
    }
	.get-discount {
		background: url(../images/bg-sv.webp) 0px 0px no-repeat fixed;
    background-size: cover;
	}
	.get-discount-services {
		background: url(../images/img-page/services.webp) right top no-repeat;
		background-size: cover;
	}
	.get-discount-home {
	    background: url(../images/bg-home.webp) left center no-repeat;
	    background-size: cover;
    }
	.header ul li a {
		color: #000;
	}
	.header ul li a:hover {
		color: #b88741 !important;
	} 
	
    .header_m
	{
		width:100%;
		overflow:hidden;    
		display:block; 
		margin-botto: 30px;
		padding-bottom: 5px;
	}
	.groupmenu_m ul
	{
		margin:0px;
		padding:0px;
	}	
	.groupmenu_m ul li
	{   
	    width:32%;
		/*width:24.4%;*/
		margin: 2px 0.2%;
		float:left;
		/*background:#292929;*/
		padding-top:3px;       
		text-align:center;    
		list-style-type:none;
		background-size: cover;
		box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 3px;
		padding-top: 3px;
        padding-bottom: 5px;
		border-radius:5px; 
		text-transform: capitalize;
		background: url(../images/bg-btn.webp) right top no-repeat;
        background-size: cover;
	}
    .second ul li
    {
        width:24%;
    }

	.groupmenu_m ul li a
	{
		color: #000;
		text-decoration:none;
		font-family:Arial;
		font-size:11pt;
	}
	.groupmenu_m ul li:hover
	{
	    background: #d3a04e;
		border:none;
	}
	.groupmenu_m ul li a:hover
	{
		color: #fff;
	}
	.groupmenu_m ul li a span
	{
		display:block;
	}	
	
	#direction_m
	{
		cursor:pointer;	
		color:#fff;
	}
	#direction_m span
	{
		display:block;
	}
.smoothslides-on a.ss-prev, .smoothslides-on a.ss-next {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.logo.table-cell > a {
    text-align: left;
}
.slider-header .logo img, .logo img {
  padding: 10px 0px;
}

/*.slider-header .header, .header {
    padding-top: 11px;
}*/

.slider-header .mobile-ic, .mobile-ic {
    top: 19px;
}

.banner-text {
	margin: 0;
	padding: 5px 0;
}
.banner-text h1 {
	font-size: 42px;
	line-height: 55px;
}

.story-text-right {
	display: none;
}

.story-text-left {
	float: left;
	width: 100%;
}
.experience-section {
  padding-bottom: 70px;
}

.experience-right h2 {
  font-size: 40px;
  letter-spacing: 0.1px;
  line-height: 45px;
  margin-top: 12px;
}

.story-text {
  /*margin-top: 60px;*/
  width: 100%;
}

.story-text-left .big-text {
	margin-bottom: 20px;
}

.our-service, .client-testimonial {
	padding-top: 70px;
	padding-bottom: 70px;
}

.heading-title {
	margin-bottom: 104px;
}

.service-block p {
	font-size: 13px;
}

h2 {
	font-size: 40px;
}

.counter-box {
  float: left;
  margin-bottom: 20px;
  width: 50%;
}

.counter-banner {
	height: auto;
	padding-top: 50px;
	padding-bottom: 30px;
}

.testimonial-logo {
	margin-top: 70px;
}

.our-team, .our-pricing, .get-discount, .make-appointment, .our-gallery,
.join-member, .map-banner {
	padding-top: 70px;
	padding-bottom: 70px;
}

.our-pricing-wrapper {
  margin: 0;
}

.our-price-box {
	padding: 0;
	width: 95%;
	margin: 0px auto;
}

.start-price {
	padding-bottom: 21px;
}

.make-appointment:after {
	display: none;
}

.appointment-form-wrapper {
  margin: 0;
}

.form-field {
	padding: 0;
	width: 100%;
}

.calender input[type="text"] {
  background-position: 97% 50%;
}

.appointment-cell {
	float: left;
	padding: 0;
	margin-top: 15px;
	width: 100%;
}

.appointment-cell:first-child {
	margin-top: 0;
}

.tabs {
	margin-bottom: 56px;
}

.join-member-left {
  width: 100%;
}

.join-member-right {
  width: 100%;
  text-align: center;
  margin-top: 15px;
}

.latest-news, .footer {
	padding-top: 70px;
	padding-bottom: 70px;
}

.latest-news-row {
  margin: 0;
}

.latest-news-block {
  float: left;
  padding: 0;
  width: 100%;
  margin-top: 20px;
}

.latest-news-block:first-child {
	margin-top: 0;
}

.news-block-img img {
	width: 100%;
}

.subscribe-us {
  padding-top: 30px;
}
/*.service-block-image-wrap {
  margin-top: -159px;
  top: 50%;
}*/

.menu {
    top: 74px;
}
.responsive-menu {
    top: 77px;
}
} 


@media handheld, only screen and (max-width: 639px) {
.our-team-img > img {
	width: 100%;
}

.our-team-inner:before {
	width: calc(100% - 30px);
	height: 69%;
}

.our-team-text::before {
	background-size: 100% auto;
}

.get-discount h3 {
  /*font-size: 52px;*/
  line-height: 41px;
}

.join-member h3 {
  font-size: 30px;
  line-height: 35px;
  padding-left: 0;
  padding-top: 102px;
}

.join-member h3:before, .map-top-block {
	width: 100%
}

.map-img:after {
	top: 50%;
	margin-top: -31px;
}

/*.footer-nav ul li {
  display: block;
  padding-left: 0;
  margin-top: 10px;
}

.footer-nav ul li:first-child {
	margin-top: 0;
}

.footer-nav ul li:before {
	display: none;
}*/
.banner-slider .banner-text h1 {
  font-size: 54px;
  line-height: 55px;
  margin: 9px 0;
}
.banner-slider .banner-text {
  margin: 0 auto;
  top: 70%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.banner-text span {
  letter-spacing: 1px;
}
.banner-text p {
  margin: 0 auto 20px;
  max-width: 200px;
}   
.service-wrap-img > img {
  height: 600px;
} 
.service-wrap-img {
        height: 603px;
    }
.row_svpage, .servicestitle, .mani-pedi, .group_services
{
    font-size: 12pt!important;    
}
.get-discount h3 {
    font-size: 54px;
}
.experience-section
{
    background: url(../images/bg-sv.webp) 0px 0px no-repeat;
    background-size: cover;
}
}


@media handheld, only screen and (max-width: 479px) 
{
.slider-header {
  background: url("../images/bg-header.webp") repeat center center;
  background-size: cover;
}
.about-txt2
{
    margin-top: 200px!important;   
}
.services-text-mb
{
    width: 90%;
    border: 1px solid #000;   
}
.group_services
{
    font-size: 10pt!important;    
}

#notification
{
    font-size: 13pt;
} 
.our-price-box {
    margin-bottom: 30px;
}
.table-cell2 {
    height: 150px;
    background: url(../images/egift-home.webp) center 30% no-repeat;
    background-size: cover;
}   
.table-cell3 {
    height: 150px;
    background: url(../images/party-home.webp) center center no-repeat;
    background-size: cover;
} 
.banner-text
{
    top: 50%;    
}
.banner-slider-item-mb
{
    margin-top: 120px;    
}
.banner-text h1 {
        font-size: 35px!important;
    } 
/*.footer-nav   
{
    display: none;    
}*/
.bg-flower-right1 {
    right: 50px;
}
.bg-flower-left1 {
    left: 0px;
    bottom: -10px;
}
.our-price-box-left, .our-price-box-right
{
    float: none;
    width: 100%;    
}
.service-wrap-img > img {
  height: 540px;
}
.header ul li a {
    font-size: 15px;
    line-height: 25px;
}
.smoothslides-on a.ss-prev, .smoothslides-on a.ss-next
{
    display: none;    
}
.counter-box {
	width: 100%;
}

.our-price-box-left, .our-price-box-right {
	float: left;
	width: 100%;
}

.our-price-box-left {
	border-bottom: 3px solid #edca7b;
	border-right: none;
}

.tabs li {
	display: block;
	margin-top: 10px;
}

.tabs li:first-child {
	margin-top: 0;
}

.tabs li.current {
  border-bottom: none;
}

.tabs {
  margin-bottom: 38px;
}

.gallery-img a:before {
	background-size: 100% auto;
	width: 50px;
	height: 50px;
}

.news-text p {
  font-size: 11px;
  line-height: 19px;
  margin-top: 10px;
}

.news-text {
  padding: 11px;
}

.news-text a {
	margin-top: 11px;
}

.news-date {
	top: 11px;
	left: 11px;
}
.smoothslides-on a.ss-prev, .smoothslides-on a.ss-next {
    transform: none
}
.img-mb
{
    display: none;    
}
}


@media handheld, only screen and (max-width: 400px) {
.get-discount h3 {
    font-size: 45px;
}
 .get-discount-home h3
    {
        font-size: 25px;    
    }
.brush-over-text {
   padding-top: 25px;
} 

.timing-text {
  margin-bottom: 22px;
}

.days-text {
  margin-bottom:18px;
}

.location-text {
  padding-top: 46px;
}

.phone-text {
  margin-top: 16px;
}

.brush-over-text-main {
  padding: 10px;
}
}
@media handheld, only screen and (max-width: 400px) 
{
    .map-top-text p, .map-top-text a{
      font-size: 12px;
    }
    .map-top-ic {
        padding: 20px 20px;
    }
}

/*About Us*/
.about-wrap
{
    color: #fff;
    text-align: left;
}
.about-sec-text
{
    margin-top: 30px;
}
.about-first-text ul, .about-sec-text ul
{
    padding-left: 18px;
}
.about-first-text ul li
{
    list-style-type: square;
    margin-top: 10px;
}
.about-sec-text ul li
{
    list-style-type: number;
    margin-top: 10px;
}
.about-sec-text h4
{
    font-size: 26pt;
    line-height: 1.5;
    margin: 5px 0 20px 0;
    color: #edca7b;
}

/*About Us*/
.policy-text h4
{
    font-size: 26pt;
    line-height: 1.5;
    margin: 5px 0 20px 0;
    border-bottom: 1px solid #edca7b;
    color: #edca7b;
}
.policy-text div
{
    margin-top: 20px;
}
.policy-text div ul
{
    padding-left: 18px;
}
.policy-text div ul li
{
    list-style-type: none;
    margin-top: 10px;
    list-style-type: square;
}

/* Services */
.groupservices
{
    overflow:hidden;
    padding-top:10px;
    margin-bottom:60px;
    padding-bottom:30px;
    margin-top:30px;
}

.group_services
{
    width: 100%;
    height: 70px;
    margin-top:20px;
    line-height: 70px;
    color: #fff;
    text-indent: 20px;    
    text-transform: uppercase;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    font-size: 22pt;   
    text-align:left;
}
.group_services:hover
{
    opacity: 0.7;
    transition: all 300ms ease-in-out;
    cursor:pointer;
}
.servicesbox
{
    width:100%;
    height:auto;    
    overflow:hidden;
    display:none;
    background: #fff;
}
.servicesimg
{    
    width: 60%;
    margin: 0px auto;
    overflow: hidden;
    margin-top:30px;
}

.servicesimg img
{
    border:3px solid #f2f2f2;
    margin-bottom:30px;
    width: 50%;
    float: left;
}
.servicestitle
{
    /*font-family: 'Rouge Script', cursive;*/
    font-size:14pt;
    text-align:center;
    margin-bottom:20px;
    padding-top:50px;
}
.servicestitle_note
{
    text-align: center;
    margin-bottom: 20px;
    margin-top: -20px;
}
.grouprow
{
    overflow:hidden;    
    margin-bottom:30px;
    color: #000;
    padding: 2%;
}
.grouprow h2
{
    margin-top: 20px;    
}
.row_name
{
    margin-top: 5px;    
}
.row_svpage
{
    border-bottom:1px dashed #999;
    overflow:hidden;
    text-align:left;
    font-size:14pt;
    padding:10px 0px 10px 0px;
    text-transform: capitalize;
    margin-top: 10px;
    color: #000;
    font-weight:bold;
}
.row_title
{
    font-size:25pt;
    margin:20px 0px;
    text-decoration:underline;
}
.row span
{
    /*font-size:12pt;*/
    color:#fff;  
}
.rowtitle_note
{
    color:#333;  
    font-size: 12pt;   
    margin:20px 0px;
    text-align:center;
}
.row_note
{
    color:#333; 
    font-size:12pt;     
    margin-top:5px;
    text-transform: none;
    line-height: 25px;
    font-weight:200;
}
.price
{
    float:right;
    color:#d3a04e;
    text-transform: none;
    font-weight: 600;
}
.mani-pedi{
    color:#d3a04e;
    text-align: right;
    font-size:14pt;
    padding:10px 0px 10px 0px;
    font-weight: bold;
}
.bg_services
{
    background: url(../images/services/up-mb.png), url(../images/bg-btn-sv.webp);
    background-repeat: no-repeat, repeat;
    background-position: 98% 50%, center 0px;
    color: #000;
}
.services_active
{
   font-weight: 600;
    background: url(../images/services/down-mb.png) #4f4f4f;
    background-repeat: no-repeat, repeat;
    background-position: 98% 50%, 0px 0px;
    color: #fff;
    border: 1px solid #ddd;
}
/*.bg_services2
{
    background:url(../images/services/down.webp) 98% 50% no-repeat;
    position: absolute;
}*/
}
/* Services */

@media handheld, only screen and (max-width: 450px) 
{
    .row_svpage
{
    font-size:12pt;
}
.row_note, .row_note2 {
    font-size:11pt;
}
}
@media handheld, only screen and (max-width: 375px) 
{
    
.row_note, .row_note2 {
    font-size:9pt;
}
.banner-slider-item-mb
    {
        margin-top: 120px;    
    }
}
@media handheld, only screen and (max-width: 320px) 
{
    .banner-slider-item-mb
    {
        margin-top: 180px;    
    }
    .row_svpage
{
    font-size:10pt!important;
}
}