/* them btn start */
.them_btn{
	display:inline-block;
	font-size:14px;
	text-transform:uppercase;
	color:#fff;
	padding:11px 40px;
	border:3px solid #fff;
	position:relative;
	overflow: hidden;
	z-index:3;
}
.them_btn:hover{
	opacity:1;
}
.them_btn:before{
	content: '';
	position: absolute; 
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    z-index: -1;
	background-color: rgba(255,255,255,0.6);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: translate(17%,-190%) rotate(30deg);
	transform: translate(17%,-190%) rotate(30deg);
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.them_btn:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    z-index: -1;
	background-color: rgba(255,255,255,0.6);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: translate(-17%,-190%) rotate(-30deg);
	transform: translate(-17%,-190%) rotate(-30deg);
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.them_btn:before{
	-webkit-transition-delay: 0.2s; /* Safari */
    transition-delay: 0.2s;
}
.them_btn:hover:before, 
.them_btn:hover:after{
	-webkit-transform: translate(0,0);
	transform: translate(0,0);	
}
/* them btn end */

/* SECTION HEADING START */
.section_heading{
	float:left;
	width:100%;
	text-align:center;
	margin-bottom:40px;
}
.section_heading h5{
	font-family: 'Courgette', cursive;
	line-height: 20px;
	margin-bottom:9px;
}
.section_heading h2{
	font-weight:bold;
	margin-bottom:10px;
}
.section_heading > span{
	display:inline-block;
	font-size:34px;
	padding:0px 15px;
	position:relative;
}
.section_heading > span:after,
.section_heading > span:before{
	position: absolute;
	content: "";
	top: 0px;
	left: auto;
	right: 65px;
	bottom: 25px;
	width: 85px;
	border-bottom: 1px solid #581878;
}
.spa_salon_wrap .section_heading .boder-top:before{
	top: -18px;
}
.spa_salon_wrap .section_heading .boder-top:after{
	top: -18px;
}
.section_heading > span:after{
	right:auto;
	left:65px;
}
.section_heading .boder-top:before{
	width: 45px;
	top: -20px;
	left: -12px;
	right: auto;
}
.section_heading .boder-top:after{
	width: 45px;
	top: -20px;
	right: -115px;
	left: auto;
}
.section_heading .boder-bottom:before {
    width: 45px;
	right: -13px;
	top: -8px;
	left: auto;
}
.section_heading .boder-bottom:after {
    width: 45px;
	left: -113px;
	right: auto;
	top: -8px;
}
/* SECTION HEADING END */

/* SECTION HEADING HDG2 START */
.section_heading.hdg-2{
	text-align:left;
	margin-bottom:30px;
}
.section_heading.hdg-2 h5{
	margin-bottom:4px;
}
/* SECTION HEADING HDG2 END */


/* PAGINATION START */
.pagination ul,
.pagination{
	float:left;
	width:100%;
}
.pagination{
	border-bottom:1px solid #ececec;
	border-top:1px solid #ececec;
	padding:20px 0px;
	text-align:center;
	margin:20px 0px 0px 0px;
}
.pagination ul li{
	display:inline-block;
	margin-right:10px;
}
.pagination ul li a{
	display:inline-block;
	height:38px;
	width:38px;
	text-align:center;
	line-height:38px;
	border:1px solid transparent;
	font-size:14px;
}
/* PAGINATION START */