@charset "utf-8";
/* CSS Document */

/*play-hover*/
.video-play-button {
	position: relative;
	display: block;
	height: 42px;
	float: none;
	border: 2px solid #e5a28e;
	border-radius: 50%;
	margin: 0 auto 10px;
}
.video-play-button:after {
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 62px;
	height: 62px;
	background: rgba(229,162,142,0.60);
	border-radius: 50%;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:before {
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 44px;
	height: 44px;
	background: rgba(229,162,142,0.60);
	border-radius: 50%;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:after, .video-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	z-index: -9;
}
.video-play-button span {
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	border-left: 18px solid #e5a28e;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	margin: 7px 13px;
}

.testi-wrapp .video-play-button span { margin:10px 13px;}

 @-webkit-keyframes pulse-border {
 0% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 opacity: 1;
}
 100% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 opacity: 0;
}
}
 @keyframes pulse-border {
 0% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 opacity: 1;
}
 100% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 opacity: 0;
}
}
/*bounce-effect1*/
.bounce {
	width: 100%;
	float: none;
	-moz-animation: bounce 4s infinite;
	-webkit-animation: bounce 4s infinite;
	animation: bounce 4s infinite; 
	display: inline-block;
	margin: 0 auto 0;
}
/*square-effect1*/
.square-effect1 {
	overflow: hidden;
	cursor: pointer;
	margin: 0 0 0;
	position: relative;
}
.square-effect1 img {
	width:100%;
	display:block;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.square-effect1 .over-box1 {
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #e5a28e;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}
.square-effect1:hover .over-box1 { 
	opacity: 1;
}
.square-effect1 .conten-box1 { 
	width: 100%;
	margin: 0 0 0;
	position: absolute;
	right: 0;
	bottom: 60px;
	left: 0;
}

.treatments-wrapp .square-effect1 .conten-box1 { 
	width: 100%;
	margin: 0 auto 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform:translateY(-50%);
	left: 0;
	right:0;
	padding:0 6%;
}

.square-effect1 .conten-box2 { 
	width: 100%;
	margin: 0 0 0;
	position: absolute;
	right: 0;
	bottom: 60px;
	left: 0;
}

.square-effect1 .up-effect1 {
	opacity: 0;
	transition-delay: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	transform: translateY(40px);
	-webkit-transform: translateY(40px);
}
.square-effect1:hover .up-effect1,
.square-effect1:focus .up-effect1 {
	opacity: 1;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
}
/* Gradient-effect */
.gradient-effect1 {
	overflow: hidden;
}
.gradient-effect1 img {
	filter: none;
	-webkit-filter: grayscale(0);
	-webkit-transition: all .8s ease-in-out;
	cursor: pointer;
}
.gradient-effect1:hover img {
	filter: gray;
	-webkit-filter: grayscale(1);
	-webkit-transform: scale(1.04);
}
/*map-color*/
.map-color {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

/*effect-css*/
.hovereffect {
  width: 360px;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
  background:#e5a28e;
}

.hovereffect .overlay1 {
  position: absolute;
  overflow: hidden;
  width: 80%;
  left: 10%;
  bottom: 1%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
}

.hovereffect:hover .overlay1 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.hovereffect:hover img {
	mix-blend-mode: multiply;
}

.hovereffect h3 {
  text-align: center;
  position: relative;
  font-size: 20px;
  background-color: transparent;
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h3 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

#path-shape3 { 
	width: 100%;
	float: left;
	background: #ffffff;
	margin: -192px 0 0;
	padding: 198px 0 246px;
	clip-path: polygon(100% 23%, 100% 100%, 0% 100%, 0 20.8%, 33.2% 0);
	-webkit-clip-path: polygon(100% 23%, 100% 100%, 0% 100%, 0 20.8%, 33.2% 0);
	-moz-clip-path: polygon(100% 23%, 100% 100%, 0% 100%, 0 20.8%, 33.2% 0);
	-ms-clip-path: polygon(100% 23%, 100% 100%, 0% 100%, 0 20.8%, 33.2% 0);
	-o-clip-path: polygon(100% 23%, 100% 100%, 0% 100%, 0 20.8%, 33.2% 0);
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
	/*play-hover*/
	.video-play-button {
		margin: 0 auto 14px;
	}
	/*square-effect1*/
	.square-effect1 .conten-box1 {
		width: 100%;
		margin: 0 0 0;
		bottom: 40px;
	}

	.testi-wrapp .video-play-button { margin:0 auto;}

	#path-shape3 { 
		width: 100%;
		background: #ffffff;
		margin: 0 0 0;
		padding: 32px 0 40px;
		clip-path: none;
	}
}

@media screen and (min-width:481px) and (max-width:600px) {
	/*play-hover*/
	.video-play-button {
		margin: 0 auto 14px;
	}
	/*square-effect1*/
	.square-effect1 .conten-box1 {
		width: 100%;
		margin: 0 0 0;
		bottom: 40px;
	}
	.testi-wrapp .video-play-button { margin:0 auto;}

	#path-shape3 { 
		width: 100%;
		background: #ffffff;
		margin: 0 0 0;
		padding: 32px 0 40px;
		clip-path: none;
	}
}

@media screen and (min-width:601px) and (max-width:767px) {
	/*play-hover*/
	.video-play-button {
		margin: 0 auto 14px;
	}
	/*square-effect1*/
	.square-effect1 .conten-box1 {
		width: 100%;
		margin: 0 0 0;
		bottom: 40px;
	}
	.testi-wrapp .video-play-button { margin:0 auto;}
	#path-shape3 { 
		width: 100%;
		background: #ffffff;
		margin: 0 0 0;
		padding: 32px 0 40px;
		clip-path: none;
	}
}

@media screen and (min-width:768px) and (max-width:900px) {
	.square-effect1 .conten-box1 { bottom:50px;}
	.treatments-wrapp .square-effect1 .conten-box1 { bottom:-35px;}
	#path-shape3 { clip-path: polygon(100% 17%, 100% 100%, 0% 100%, 0 14.8%, 33.2% 0); margin:-140px 0 0; padding:138px 0 206px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
	#path-shape3 { clip-path: polygon(100% 20%, 100% 100%, 0% 100%, 0 17.8%, 33.2% 0); margin:-152px 0 0; padding:168px 0 226px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {

}