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

/*square-effect1*/
.square-effect1 {
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.square-effect1 img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
}
.square-effect1:hover img {
  transform: scale(1.08);
  transition: all 1.5s ease 0s;
  filter: grayscale(100%);
}
.square-effect1 .square-row1 {
	-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;
	padding: 0 0 38px;
	position: absolute;
	bottom: -60px;
	left: 0;
}
.square-effect1:hover .square-row1 {
	bottom: 0;
}
.square-effect1:hover .treatment-thm1 img {
  transform: none;
  transition: none;
  filter: inherit;
}

/* circle-hover1 */
.circle-hover1 {
	width: 16px;
	float: left;
	background: none;
	display: inline-block;
	overflow: hidden;
	margin: 0 12px 0 0;
	cursor: pointer;
	position: relative;
}
.circle-hover1 .circle-img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	z-index: 10;
	bottom: -40px;
	right: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	transition-duration: 300ms;
}
.chat-button1 .circle-img {
	border-radius: 50%;
}
.js-video-button:hover .circle-hover1 .circle-img, .chat-button1:hover .circle-img {
	opacity: 1;
	visibility: visible;
	bottom: 0;
	right: 0;
}

/*back-to-top-css*/
#scroll {
    width:40px;
    height:40px;
    background:url(../images/scroll1-up-gray-arrow.svg) no-repeat center / 100%;
    text-indent:-9999px;
    cursor:pointer;
    display:none;
	margin:0 0 0;
    position:fixed;
    right:0;
    bottom:100px;
}
#scroll:hover {
    background:url(../images/scroll2-up-teal-arrow.svg) no-repeat center / 100%;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

/*back-to-top-css*/
.chat-button1 {
	width: 58px;
	float: right;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 0 0;
	position: fixed;
	right: 2%;
	bottom: 3%;
	z-index: 9999;
}
.chat-button1 img {
	width: 100%;
	display: block;
}
/*map-color*/
.map-color {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

/*video-play-effect-css*/
.video-play-button {
	width: 0;
	height: 0;
	float: left;
	border-left: 10px solid #2a445f;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	display: block;
	margin: 0 5px 0 0;
	position: relative;
	z-index: 3;
}

/*video-play-effects-css*/
.testi-wrapp .video-play-button {
	position: relative;
	display: block;
	width: 100%;
	height: 58px;
	float: none;
	border: 4px solid #ffffff;
	border-radius: 50%;
	margin: 0 auto 0;
}
.testi-wrapp .video-play-button:after {
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 78px;
	height: 78px;
	background: rgba(255,255,255,0.60);
	border-radius: 50%;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}
.testi-wrapp .video-play-button:before {
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 58px;
	height: 58px;
	background: rgba(255,255,255,0.60);
	border-radius: 50%;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}
.testi-wrapp .video-play-button:after, .testi-wrapp .video-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	z-index: -9;
}
.testi-wrapp .video-play-button span {
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	border-left: 21px solid #ffffff;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	margin: 13px 17px;
}

.contac-wrapp .video-play-button {
	position: relative;
	display: block;
	width: 100%;
	height: 58px;
	float: none;
	border: 2px solid #00787f;
	background:#00787f;
	border-radius: 50%;
	margin: 0 auto 0;
}

.contac-wrapp .video-play-button:after {
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 78px;
	height: 78px;
	background: rgba(255,255,255,0.60);
	border-radius: 50%;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}
.contac-wrapp .video-play-button:before {
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 58px;
	height: 58px;
	background: rgba(255,255,255,0.60);
	border-radius: 50%;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}
.contac-wrapp .video-play-button:after, .contac-wrapp .video-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	z-index: -9;
}
.contac-wrapp .video-play-button span {
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	border-left: 21px solid #ffffff;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	margin:14px 21px;
}

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

/* hover-effect-css */
.hovereffect {
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
  background: #00787f;
}
.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;
  transition: all 0.25s ease-out;
}
.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);
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.square-effect1 .square-row1 {
	padding: 0 5% 38px;
	bottom: -52px;
}
.chat-button1 {
	width: 48px;
	margin: 0 0 0;
	position: fixed;
	right: 5%;
	bottom: 5%;
}
}

@media screen and (min-width:481px) and (max-width:600px) {
.square-effect1 .square-row1 {
	padding: 0 5% 38px;
	bottom: -52px;
}
.chat-button1 {
	width: 48px;
	margin: 0 0 0;
	position: fixed;
	right: 5%;
	bottom: 5%;
}
}

@media screen and (min-width:601px) and (max-width:767px) {
.square-effect1 .square-row1 {
	padding: 0 5% 38px;
	bottom: -52px;
}
.chat-button1 {
	width: 48px;
	margin: 0 0 0;
	position: fixed;
	right: 5%;
	bottom: 5%;
}
}

@media screen and (min-width:768px) and (max-width:900px) {
.square-effect1 .square-row1 {
	padding: 0 4% 38px;
}
.chat-button1 {
	width: 48px;
	margin: 0 0 0;
	position: fixed;
	right: 3%;
}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.square-effect1 .square-row1 {
	padding: 0 4% 38px;
}
.chat-button1 {
	width: 53px;
	margin: 0 0 0;
	position: fixed;
	right: 3%;
}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.chat-button1 {
	right: 3%;
}
}