@charset "utf-8";
/* CSS Document */

/*scroll-effect1*/
.scroll-effect1 {
	width: 100%;
	height: 40px;
	float: left;
	background: url(../images/scroll-plain-pine-thumb2.svg) no-repeat center / 100% 100%;
	margin: 0 0 0;
	position: relative;
	z-index: 99;
}
.scroll-effect1 a span {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 40px;
	border-radius: 50px;
	box-sizing: border-box;
	margin: 0 0 0;
}
.scroll-effect1 a:after {
	content: "";
	width: 10px;
	height: 32px;
	background: url(../images/scroll-down-pine-anchor1.svg) no-repeat center / 100% 100%;
	position: absolute;
	right: 0;
	bottom: -9px;
	left: 0;
	margin: 0 auto 0;
}
.scroll-effect1 a span::before {
	position: absolute;
	top: 6px;
	right: 0;
	left: 0;
	content: '';
	width: 8px;
	height: 8px;
	margin: 0 auto 0;
	border: 2px solid #035958;
	border-radius: 20px;
	-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, 14px);
 opacity: 0;
}
 100% {
 opacity: 0;
}
}
@keyframes sdb10 {
 0% {
 transform: translate(0, 0);
 opacity: 0;
}
 40% {
 opacity: 1;
}
 80% {
 transform: translate(0, 14px);
 opacity: 0;
}
 100% {
 opacity: 0;
}
}

/*play-hover*/
.video-play-button {
	position: relative;
	display: block;
	width: 22px;
	height: 22px;
	float: left;
	border: 2px solid #035958;
	border-radius: 50%;
	margin: 0 10px 0 0;
}
.video-play-button:after {
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 38px;
	height: 38px;
	background: rgba(18,164,143,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: 28px;
	height: 28px;
	background: rgba(18,164,143,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: 9px solid #035958;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	margin: 4px 6px;
}

.testi-wrapp .video-play-button { width:46px; height:46px; border:3px solid #035958;}
.testi-wrapp .video-play-button span { border-left: 16px solid #035958; border-top: 12px solid transparent; border-bottom: 12px solid transparent; margin:8px 15px;}
.testi-wrapp .video-play-button:after { width: 62px; height: 62px;}
.testi-wrapp .video-play-button:before { width: 40px; height: 40px;}

 @-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-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-img1 {
  width: 80%;
  height: 80%;
  display: inline-block;
  border: 1px solid #ffffff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin: 0 auto 0;
  position: absolute;
  top: 50%;
  right:0;
  bottom: 0;
  left: 0;
}
.square-effect1:hover .square-img1 {
  opacity: 1;
  filter: alpha(opacity=100);
}
.team-wrapp .square-effect1 .square-img1 {
  width: 80%;
  height: 80%;
  border-radius: 50%;
}

.teamer-wrapp .square-effect1 .square-img1 {
  width: 80%;
  height: 80%;
  border-radius: 50%;
}

.getin-wrapp .square-effect1 .square-img1 {
  width: 90%;
  height: 93%;
}

/* circle-hover1 */
.circle-hover1 {
	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;
}
.treatment-col2:hover .circle-hover1 .circle-img {
	opacity: 1;
	visibility: visible;
	bottom: 0;
	right: 0;
}

/*parallax-css*/
.background { 
	background-repeat:no-repeat; 
	background-position:50% 50%;
}
.fullscreen { 
	height:100%; 
}

/*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:#035958;
}

.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);
}