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

/*play-hover*/
.video-play-button {
	position: relative;
	display: block;
	float: none;
}
.video-play-button span {
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 88px;
	width:88px;
}

.video-play-button:after {
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 98px;
	height: 98px;
	background: rgba(198,164,94,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: 78px;
	height: 78px;
	background: rgba(198,164,94,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;
}


 @-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;
}
}

/* square-effect-css */
.square-effect1 {
	overflow: hidden;
	cursor: pointer;
	margin: 0 0 0;
	position: relative;
}
.square-effect1 img {
	width:100%;
	display:block;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.square-effect1 .square-row1 {
	width: 100%;
	height: 100%;
	text-align: left;
	background-color: rgba(35,40,46,0.75);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}
.square-effect1 .square-row2 { 
	width: 100%;
	margin: 0 auto 0;
	padding: 0 66px 0;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	z-index: 9;
}

.square-effect1:hover h2 { display:none;}

.square-effect1:hover .square-row1, 
.square-effect1:hover .square-row1:after  { 
	opacity: 1;
	filter: alpha(opacity=100);
}
.square-effect1 .up-effect1 {
	opacity: 0;
	transition-delay: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-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);
}

.scroll-effect1 { width: 28px; height: 48px; margin: auto; position: absolute; z-index: 99; left: 0; right: 0; margin: auto; bottom: 48px; }
.scroll-effect1 a span { position: absolute; top: 0; left: 0; right: 0; width: 100%; height: 48px; border: 1px solid #a9acb6; border-radius: 50px; box-sizing: border-box; margin: 0 0 0; }
.scroll-effect1 a:after { content: ""; width: 12px; height: 6px; background: url(../images/scroll-arrow1.svg) no-repeat center / cover; position: absolute; right: 0; bottom: -12px; left: 0; margin: auto; }
.scroll-effect1 a span::before { position: absolute; top: 10px; right: 0; left: 0; content: ''; width: 1px; height: 6px; margin: 0 auto; background: #a9acb6; border-radius: 50%; -webkit-animation: sdb10 2s infinite; animation: sdb10 2s infinite; box-sizing: border-box; }
 @-webkit-keyframes sdb10 {  0% {
 -webkit-transform: translate(0, 0);
 opacity: 0;
}
 40% {
 opacity: 1;
}
 80% {
 -webkit-transform: translate(0, 20px);
 opacity: 0;
}
 100% {
 opacity: 0;
}
}
@keyframes sdb10 {  0% {
 transform: translate(0, 0);
 opacity: 0;
}
 40% {
 opacity: 1;
}
 80% {
 transform: translate(0, 20px);
 opacity: 0;
}
 100% {
 opacity: 0;
}
}

/*map-color*/
.map-color {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

/* Image-effect */ .image-effect1 { overflow: hidden; }
.image-effect1 img { filter: none; -webkit-filter: grayscale(0); -webkit-transition: all .8s ease-in-out; cursor: pointer; }
.image-effect1:hover img { filter: gray; -webkit-filter: grayscale(1); -webkit-transform: scale(1.04); }
/* Image-effect */ .image-effect2 { overflow: hidden; } .image-effect2 img { filter: none; -webkit-filter: grayscale(0); -webkit-transition: all .8s ease-in-out; cursor: pointer; } .image-effect2:hover img { filter: gray; -webkit-filter: grayscale(1); -webkit-transform: scale(1); }

/*hover-effect-css*/
.hovereffect {
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
  background: #c6a45e;
}
.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.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
.hovereffect:hover img {
  mix-blend-mode: multiply;
}
.hovereffect h3 {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  padding: 1.5em 0;
  text-align: center;
  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);
  position: relative;
}
.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);
}

.clear-aligner .hovereffect h3 {
    font-size: 13px;
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.scroll-effect1 { display:none;}
.square-effect1 .square-row2 { padding:0 5%;}
.clear-aligner .hovereffect h3 {font-size: 11px;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.scroll-effect1 { display:none;}
.clear-aligner .hovereffect h3 {font-size: 11px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.scroll-effect1 { display:none;}
.clear-aligner .hovereffect h3 {font-size: 12spx;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.square-effect1 .square-row2 { padding:0 5%;}
}

@media screen and (min-width:901px) and (max-width:1024px) {

}

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

}