@charset "utf-8";
/* CSS Document */

/*play-hover*/
.video-play-button {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	float: none;
	background: #07bcba;
	border: 2px solid #ffffff;
	border-radius: 50%;
	margin: 6px auto 9px;
}
.video-play-button:after {
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 58px;
	height: 58px;
	background: rgba(7,188,186,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(7,188,186,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: 16px solid #ffffff;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	margin: 10px 13px;
}
.enquer-wrapp .video-play-button {
	width: 30px;
	height: 30px;
	float: left;
	background: none;
	border: 2px solid #03c0be;
	margin: 0 10px 0 0;
}
.enquer-wrapp .video-play-button span {
	border-left: 12px solid #03c0be;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	margin: 6px 10px;
}
.enquer-wrapp .video-play-button:after {
	width: 48px;
	height: 48px;
	background: rgba(7,188,186,0.60);
}
.enquer-wrapp .video-play-button:before {
	width: 34px;
	height: 34px;
	background: rgba(7,188,186,0.60);
}

.testi-wrapp .video-play-button {
	width: 45px;
	height: 45px;
	float: none;
	border: 2px solid #ffffff;
	transform: translateY(-50%);
	margin: 0 auto 0;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	z-index: 99;
	background:none;
}
.testi-wrapp .video-play-button span {
	border-left: 10px solid #ffffff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	margin: 10px 17px;
}
.testi-wrapp .video-play-button:after {
	width: 71px;
	height: 71px;
	background: rgba(47,97,106,0.60);
	display: block;
}
.testi-wrapp .video-play-button:before {
	width: 51px;
	height: 51px;
	background: rgba(47,97,106,0.60);
	display: block;
}
 @-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;
}
}
/*scroll-effect1*/
.scroll-effect1 {
	width: 100%;
	height: 48px;
	margin: auto;
	position: relative;
	z-index: 99;
}
.scroll-effect1 a span {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 48px;
	border: 1px solid #fff;
	border-radius: 50px;
	box-sizing: border-box;
	margin: 0 0 0;
}
.scroll-effect1 a:after {
	content: "";
	width: 12px;
	height: 6px;
	background: no-repeat center / cover;
	position: absolute;
	right: 0;
	bottom: -12px;
	left: 0;
	margin: auto;
}
.scroll-effect1 a span::before {
	position: absolute;
	top: 10px;
	left: 50%;
	content: '';
	width: 1px;
	height: 7px;
	margin-left: -1px;
	border: 1px solid #fff;
	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;
}
}
/* Square-effect */
.square-effect1 {
  background: #000;
  background: -moz-linear-gradient(-45deg, #000000 0%, #000000 25%, #00bfbd 50%, #76e7f0 75%, #cee8ea 100%);
  background: -webkit-linear-gradient(-45deg, #000000 0%, #000000 25%, #00bfbd 50%, #76e7f0 75%, #cee8ea 100%);
  background: linear-gradient(135deg, #000000 0%, #000000 25%, #00bfbd 50%, #76e7f0 75%, #cee8ea 100%);
  background-size: 400% 400%;
  background-repeat: no-repeat;
  display: flex;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: .5s all;
}
.square-effect1:hover {
  background-position: 100% 100%;
}
.square-effect1 .square-bar1 {
  width: 100%; 
  float: left;
  position: relative;
  mix-blend-mode: screen;
}
.square-effect1 .square-bar1 img {
	transition:transform 0.8s ease-in-out 0s;
}
.square-effect1:hover .square-bar1 img {
	transform:scale(1.08);
	transition:all 1.5s ease 0s;
}
/*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:#70c6cc;

}



.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: 16px;

  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) {
.enquer-wrapp .video-play-button { margin:0 6px 0 0;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.enquer-wrapp .video-play-button { margin:0 6px 0 0;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.enquer-wrapp .video-play-button { margin:0 6px 0 0;}
}

@media screen and (min-width:768px) and (max-width:900px) {

}

@media screen and (min-width:901px) and (max-width:1024px) {

}

@media screen and (min-width:1025px) and (max-width:1240px) {

}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
.square-effect1 {
	background: #76e7f0;
}
.square-effect1 img {
	transition: transform 0.8s ease-in-out 0s;
}
.square-effect1:hover .square-bar1 img {
	transform: scale(1.08);
	transition: all 1.5s ease 0s;
	opacity: 0.5;
}
}