/*
* Template Name: Beauty Scene -  Landing Page Template
* Author:  Alex Buka
* Author URL: http://www.6rs.co.uk/
* Beauty Scene 2019 Copyright, all rights reserved.
* Version: 1.0
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&display=swap');
/* =============================================================================

[Table of contents]

0.0 Common CSS START 
1.0 HEADER AREA START 
2.0 BANNER AREA START 
3.0 ABOUT US AREA START
4.0 OUR SERVICES AREA START
5.0 OUR TEAM AREA START
6.0 GALLERY AREA START
7.0 CONTACT US AREA START
8.0 FOOTER AREA START

/*===========================
0.0 *** Common CSS START ***
=============================*/
body{
	margin: 0;
    padding: 0;
    font-size: 18px;
    font-style: normal;
    line-height: 32px;
    color: #000000;
	background-color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-weight: 400;
}
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

ol,
ul {
    list-style-type: none;
}

a {
    text-decoration: none;
}

img {
	max-width: 100%;
    outline: 0;
    vertical-align: middle;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

a:focus {
    outline: none;
}
a {
	text-decoration: none;
    -webkit-transition: all .5s;
    transition: all .5s ;
}

a:hover, a:active {
    outline: 0;
}
.btn ,button {
	-webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
	outline: 0;
}
.zindex {
    position: absolute;
    z-index: 999;
}

.zindex2 {
    position: relative;
    z-index: 999;
}

.os-animation {
  opacity: 0;
}

.os-animation.animated {
  opacity: 1;
}
.hidden {
  display: none;
}
.grid-sizer {
  float: left;
}
.os-animation {
	opacity:0
}
.os-animation.animated {
	opacity:1
}
.opacity-0{
	opacity: 0;
}
.fadeIndiv {
    opacity: 0;
    transform: translateY(25px);
    transition: transform 1s ease-in-out .2s;
    transition-property: transform;
    transition-property: transform,opacity;
}
.fadeIndiv.showup{
    opacity: 1;
	margin-top: 0;
    transform: translateY(0);
}
.services-items li:nth-child(2) .fadeIndiv.showup{
    transition-delay: 10s;
}
/*===========================
1.0 *** HEADER AREA START ***
=============================*/
.site-header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 12;
	background: #fff;
}
.header-container{
	max-width: 1600px;
	margin: 0 auto;
	height: 90px;
	padding: 0 15px;
	position: relative;
}
.site-logo{
	position: relative;
}
.site-logo a{
	display: block;
}
.nav-menu{
	position: fixed;
	width: 320px;
	height: 100%;
	padding: 70px 0;
	left: 0;
	top: 0;
	background-color: #fff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 9;
	-webkit-transform-origin: center left;
	transform-origin: center left;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}
.nav-menu.show-nav {
	left: 0;
	visibility: visible;
	filter: Alpha(opacity=100);
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.nav-menu .navbar-nav{
	line-height: 1;
}
.nav-menu .navbar-nav li{
	margin: 0 0 20px;
	line-height: 1;
}
.nav-menu .navbar-nav li a{
	color: #808080;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	padding: 0 15px;
}
.nav-menu .navbar-nav li a:hover,
.nav-menu .navbar-nav li a.active{
	color: #000;
}
.nav-menu .navbar-nav li a.active{
	font-weight: 700;
}
@media(min-width: 991px) {
	.mobile-book-now {
		display: none !important;
	}
}

.mobile-book-now {
    margin-top: 20px !important;
}

@media(max-width: 900px) {
	.mobile-book-now {
		display: block !important;
	}

	.mobile-book-now .book-now-btn {
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
.book-now-btn {
	width: 180px;
	display: none;
	padding: 16px 15px 14px;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 1px;
	font-weight: 400;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	border: solid 1px #f2aeb9;
	background-color: #F2AFB9;
}
.book-now-btn:hover{
	color: #f2aeb9;
	background-color: transparent;
}
.nav-menu .book-now-btn{
	display: block;
	margin: 0;
	width: 100%;
}
.overlay-sidebar {
  position: fixed;
  z-index: 7;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
}
.show-overlay-sidebar {
  visibility: visible;
  opacity: 0.59;
  background-color: #333333;
}
@media(min-width:992px) {
	.nav-menu{
		position: relative;
		width: auto;
		padding: 0;
		top: auto;
		left: auto;
		height: auto;
		background-color: transparent;
		-webkit-transform-origin: none;
		transform-origin: none;
		-webkit-transform: none;
		transform: none;
	}
	.nav-menu .navbar-nav{
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.nav-menu .navbar-nav li{
		margin: 0;
		margin-right: 30px;
	}
	.nav-menu .navbar-nav li a{
		padding: 0;
	}
	.nav-menu .book-now-btn{
		display: none;
	}
	.book-now-btn{
		display: block;
	}
}
@media (min-width: 1280px){
	.header-container{
		padding: 0 160px;
	}
}
/* Icon  */

 #nav-icon {
  width: 24px;
  height: 17px;
  position: absolute;
  right: 15px;
  display: block;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 10;
}
@media(min-width:992px) {
	 #nav-icon {
		 display:none;
	 }
}
 #nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(2) {
  top: 7px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(3) {
  top: 14px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -2px;
  left: 3px;
}

#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 15px;
  left: 3px;
}
/*===========================
2.0 *** BANNER AREA START ***
=============================*/
.home-hero{
	position: relative;
	z-index: 4;
}
.slider-image img{
	opacity: 0;
	display: none!important;
}
.slider-image{
	height: 100%;
	padding: 100px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center  center;
}
.hero-text{
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 15px;
}
.hero-text h2{
	max-width: 573px;
	color: #000000;
	font-size: 40px;
	font-weight: 300;
	letter-spacing: -0.5px;
	line-height: 53px;
}
.hero-text .btn{
	padding: 15px 15px;
	display: block;
	margin: 25px 0 0;
	color: #fff;
	background-color: #000;
}
.hero-text .btn:hover{
	color: #000;
	background-color: transparent;
}
[data-animation-in] {
	opacity: 0;
}
@media(max-width: 991px) {
	.slick-track{
		display: flex !important;
	}
	.slick-slide{
		height: inherit !important;
	}	
}
@media(min-width: 768px) {
	.hero-text h2{
		font-size: 50px;
		line-height: 63px;
	}	
}
@media(min-width: 922px) {
	.slider-image{
		height: 650px;
		padding: 180px 0 0;
	}
	.hero-text h2{
		font-size: 70px;
		letter-spacing: -0.5px;
		line-height: 83px;
	}	
}
@media(min-width: 1200px) {
	.slider-image{
		height: 650px;
	}	
}
.home-hero svg{
	fill: rgba(0,0,0);
}
.ct-btn-scroll {
    width: 49px;
    height: 49px;
    position: absolute;
    top: 85%;
    left: 0;
    right: 0;
	display: none;
    margin: auto;
    z-index: 999;
    border-radius: 50%;
    -webkit-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@media(min-width: 922px) {
	.ct-btn-scroll {
		display: block;
	}
}
/*===========================
3.0 *** ABOUT US AREA START ***
=============================*/
.about-us{
	padding: 50px 0;
}
.about-wrapper{
	margin: 0 auto;
}
.image-box{
	margin-top: 30px;
}
.square-image{
	position: relative
}
.square-image .image{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.square-image .image img{
	display: none;
}
.img-box-top{
	width: 55%;
	height: auto;
	padding: 32%;
	z-index: 2;
}
.img-box-bottom{
	width: 60%;
	height: auto;
	padding: 35%;
	margin-left: auto;
	margin-top: -35%;
}
.about-text h1 {
	max-width: 400px;
	color: #000000;
	font-size: 40px;
	font-weight: 300;
	letter-spacing: -0.42px;
	line-height: 50px;
	margin-bottom: 30px;
}
.about-text p,
.section-header p {
	color: #000000;
	font-size: 21px;
	font-weight: 300;
	letter-spacing: -0.15px;
	line-height: 35px;
}
.image-box{
	width: 100%;
}
@media(min-width: 768px) {
	.about-us{
		padding: 70px 0;
	}
	.img-box-top{
		width: 340px;
		height: 340px;
	}
	.img-box-bottom{
		width: 380px;
		height: 380px;
		margin-left: auto;
		margin-top: -200px;
		float: none;
	}
	.about-text h1 {
		font-size: 58.8px;
		line-height: 70px;
		margin-bottom: 50px;
	}	
}
@media(min-width: 992px) {
	.about-us{
		padding: 100px 0;
	}
	.image-box{
		width: auto;
		margin: 0;
	}
	.img-box-top{
		width: 340px;
		height: 340px;
	}
	.img-box-bottom{
		width: 380px;
		height: 380px;
		margin-left: 145px;
		margin-top: -200px;
		float: none;
	}
	.about-text p,
	.section-header p{	
		max-width: 396px;
	}
}
@media(min-width: 1200px) {
	.img-box-top{
		width: 396px;
		height: 396px;
		z-index: 2;
	}
	.img-box-bottom{
		width: 419px;
		height: 419px;
		margin-left: 185px;
		margin-top: -210px;
	}	
}
/*===========================
4.0 *** OUR SERVICES AREA START ***
=============================*/
.our-services{
	padding: 90px 0 60px;
	margin: 0 15px;
	position: relative;
	background: rgba(242,175,185,0.34);
}
.section-header h2 {
	color: #000000;
	font-size: 40px;
	font-weight: 300;
	letter-spacing: -0.42px;
	line-height: 50px;
	margin-bottom: 30px;
}
.services-items ul li{
	margin: 0 0 40px;
}
.services-items{
	width: 100%;
	margin-top: 30px;
}
.item-image{
	width: 210px;
	height: 210px;
	border-radius: 50%;
	margin: 0 auto 30px;
}
.item-image .image{
	width: 210px;
	height: 210px;
	border-radius: 50%;	
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.item-image .image img{
	display: none;
}
.item-info h3 {
	color: #000000;
	font-size: 27px;
	letter-spacing: -0.19px;
	line-height: 40px;
	margin: 0 0 10px;
}
.item-info p {
	color: #000000;
	font-size: 18px;
	line-height: 25px;
	font-weight: 300;
}
.item-info h4{
	color: #000000;
	line-height: 30px;
}
.services-items ul li{
	text-align: center;
	display: none;
}
.btn-gray-outline{
	box-sizing: border-box;
	height: 50px;
	width: 183px;
	border: 1px solid #000000;
	color: #000000;
	font-size: 16px;
	letter-spacing: 0.94px;
	line-height: 18px;
	border-radius: 1px;
	margin-left: 15px;
	text-transform: uppercase;
}
.btn-gray-outline:hover{
	background-color: #000000;
	color: #fff;
}
.load-more{
	margin: 0 auto;
	display: block;
}
.flex-div{
	width: 100%;
}
@media(min-width: 576px) {
	.services-items ul li .flex-div{
		display: -webkit-flex;
		display: -ms-flexbox ;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		text-align: left;
	}
	.item-image{
		width: 170px;
		height: 170px;
		margin: 0;
		margin-right: 30px;
	}
	.item-image .image{
		width: 170px;
		height: 170px;
	}
	.services-items	{
		margin: 0;
	}
	.load-more{
		margin: 0;
	}
}
@media(min-width: 768px) {
	.section-header h2 {
		font-size: 58.8px;
		letter-spacing: -0.42px;
		line-height: 70px;
		margin-bottom: 50px;
	}	
}
@media(min-width: 992px) {
	.our-services{
		margin: 0 20px;
	}	
}
@media(min-width: 1200px) {
	.our-services{
		margin: 0 30px;
	}
	.item-image{
		width: 210px;
		height: 210px;
		margin-right: 40px;
	}
	.item-image .image{
		width: 210px;
		height: 210px;
	}	
}
@media(min-width: 1280px) {
	.our-services{
		margin: 0 75px;
	}	
}
/*===========================
5.0 *** OUR TEAM AREA START ***
=============================*/
.our-team{
	padding: 50px 0 0px;
}
.text-wrap h2{
	margin-bottom: 20px;
}
.text-wrap p{
	max-width: 680px;
	margin: 0 auto;
}
.team-wrapper{
	max-width: 1336px;
	margin: 0 auto;
	padding: 0 15px;
}
.team-item{
	margin-bottom: 20px;
}
.team-item-image{
	width: 100%;
	height: auto;
	padding: 65% 0;
	position: relative;
	overflow: hidden;
}
.team-item-image .image{
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	background-repeat:no-repeat;
	background-size: cover;
	background-position: center center;
}

.team-item:hover .image {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}
.team-item-image .image img{
	display: none;
}
.team-item-info{
	padding: 15px 0;
}
.team-item-info h3 {
	color: #000000;
	font-size: 18px;
	letter-spacing: -0.17px;
	line-height: 26px;
	text-align: center;
	margin: 0 0 10px;
}
.team-item-info h4 {
	color: #000000;
	font-size: 15px;
	font-weight: 300;
	line-height: 21px;
	text-align: center;
}
@media(min-width: 576px) {
	.team-item-image{
		width: 100%;
		height: 350px;
		padding: 0;
	}	
}
@media(min-width: 768px) {
	.our-team{
		padding: 70px 0;
	}
	.team-item-image{
		width: 100%;
		height: 350px;
	}
	.team-item-info h3 {
		font-size: 24px;
		line-height: 34px;
	}
	.team-item-info h4 {
		font-size: 17px;
		line-height: 21px;
	}	
}
@media(min-width: 992px) {
	.our-team{
		padding: 115px 0;
	}
	.team-item-image{
		width: 100%;
		height: 300px;
	}	
}
@media(min-width: 1200px) {
	.team-item-image{
		width: 100%;
		height: 376px;
	}	
}
/*===========================
6.0 *** GALLERY AREA START ***
=============================*/
.gallery{
	padding: 30px 0 40px;
	background: rgba(241,241,241,0.34);
}
.center-wrapper{
	max-width: 1480px;
	padding: 0 15px;
	margin: 0 auto;
}
.gallery-item{
	margin-bottom: 30px;
}
.gallery-image{
	height: 130px;
	position: relative;
	overflow: hidden;
	background-color: #D8D8D8;
}
.gallery-item .image{
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	background-repeat:no-repeat;
	background-size: cover;
	background-position: center center;
}
.gallery-item .image img{
	display: none;
}
.gallery-item:hover .image {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}
@media(max-width: 575px) {
	.gallery .center-wrapper{
		padding-left: 20px;
		padding-right: 20px;
	}
	.gallery .col-6{
		padding-left: 10px;
		padding-right: 10px;
	}
	.gallery-item{
		margin-bottom: 20px;
	}
}
@media(min-width: 480px) {
	.gallery-image{
		height: 200px;
	}	
}
@media(min-width: 768px) {
	.gallery{
		padding: 90px 0 60px;
	}
	.gallery-image{
		height: 250px;
	}	
}
@media(min-width: 1200px) {
	.gallery-image{
		height: 316px;
	}	
}
/*===========================
7.0 *** CONTACT US AREA START ***
=============================*/
.contact-us{
	padding: 50px 0;
	background: rgba(242,200,175,0.34);
}
.widget-area{
	margin-bottom: 50px
}
.widget-area h3 {
	color: #000000;
	font-size: 24px;
	letter-spacing: -0.17px;
	line-height: 30px;
	margin: 0 0 10px;
}
.widget-area ,.widget-area a{
	color: #000000;
	font-size: 17px;
	font-weight: 300;
	line-height: 25px;
}
.opening-time ul li{
	margin: 0 0 5px;
	padding: 0;
	display: -webkit-flex;
	display: -ms-flexbox ;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.opening-time ul li span{
	width: 60px;
}
.form-box{
	max-width: 100%;
}
.form-control {
	box-sizing: border-box;
	border: 0;
	border-radius: 0;
	padding: 10px 0;
	background-color: transparent;
	border-bottom: 2px solid #000000;
	color: #000000;
	font-size: 17px;
	font-weight: 300;
	line-height: 21px;
}
.form-box ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000000;
}
.form-box ::-moz-placeholder { /* Firefox 19+ */
  color: #000000;
}
.form-box :-ms-input-placeholder { /* IE 10+ */
  color: #000000;
}
.form-box :-moz-placeholder { /* Firefox 18- */
  color: #000000;
}
.form-box .form-group{
	margin-bottom: 20px;
}
.btn-submit{
	margin-top: 10px;
}
.form-box p{
	font-size: 13px;
	line-height: 21px;
}
.contact-form h3{
	font-size: 24px;
	letter-spacing: -0.17px;
}
.xs-block{
	display: none;
}
@media(min-width: 768px) {
	.form-box{
		max-width: 396px;
	}
	.contact-us{
		padding: 90px 0;
	}
	.widget-area{
		width: 50%;
	}
}
@media(max-width: 575px) {
	.widget-area h3 {
		font-size: 18px;
		line-height: 24px;
	}
	.widget-area ,.widget-area a{
		font-size: 13px;
		line-height: 20px;
	}
	.opening-time ul li span{
		width: 40px;
	}
}
@media(max-width: 767px) {
	.contact-info{
		display: -webkit-flex;
		display: -ms-flexbox ;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.xs-hidden{
		display: none;
	}
	.xs-block{
		display: block;
	}
}
.google-map img{
	opacity: 0;
}
.google-map .image{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
/*===========================
8.0 *** FOOTER AREA START ***
=============================*/
.site-footer{
	padding: 28px 0 27px;
	background-color: #000;
}
.footer-container{
	max-width: 1340px;
	margin: 0 auto;
	padding: 0 15px;
	text-align: center;
}
.copyright{
	text-align: center;
}
.copyright p{
	color: #FFFFFF;
	font-size: 13px;
	line-height: 25px;
	margin: 0;
	opacity: 0.7;
}
.copyright ul li{
	margin: 0 15px;
	line-height: 1;
}
.copyright ul li a{
	color: #FFFFFF;
	font-size: 13px;
	line-height: 25px;
	margin: 0;
	padding: 0;
	display: block;
}
.social-nav li:nth-child(2){
	margin: 0 15px;
}
.social-nav li a{
	display: block;
}
.social-nav li:hover a{
	opacity: 0.6;
}
.social-nav,.copyright ul{
	margin: 0;
	padding: 0;
	display: -webkit-flex;
	display: -ms-flexbox ;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	 -ms-flex-pack: center !important;
	justify-content: center !important;
}
.copyright ul{
	text-align: center;
	margin: 10px 0;
}
@media(min-width: 576px) {
	.footer-container,.copyright {
		display: -webkit-flex;
		display: -ms-flexbox ;
		display: flex;
		-webkit-align-items: center;
	   -ms-flex-align: center;
		align-items: center;
		text-align: left;
	}
	.copyright ul{
		margin: 0;
	}
}
