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

/*play-hover*/
.video-play-button {
	position: relative;
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	margin: 0 auto 0;
}
.video-play-button:after {
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 70px;
	height: 70px;
	background: rgba(0,173,218,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: 54px;
	height: 54px;
	background: rgba(0,173,218,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: 6px solid #2f616a;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	margin: 6px 11px;
}

.testi-wrapp .video-play-button {
	width: 41px;
	height: 41px;
	float: none;
	border: 2px solid #ffffff;
	transform: translateY(-50%);
	margin: 0 auto 0;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	z-index: 99;
}
.testi-wrapp .video-play-button span {
	border-left: 10px solid #ffffff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	margin: 9px 16px;
}
.testi-wrapp .video-play-button:after {
	width: 71px;
	height: 71px;
	background: rgba(0,173,218,0.60);
	display: block;
}
.testi-wrapp .video-play-button:before {
	width: 51px;
	height: 51px;
	background: rgba(0,173,218,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;
}
}

/*btn-hover*/
.text-gradient {
  background: -webkit-linear-gradient(left, #00aeef, #007aff);
  background: -moz-linear-gradient(left, #00aeef, #007aff);
  background: -ms-linear-gradient(left, #00aeef, #007aff);
  background: -o-linear-gradient(left, #00aeef, #007aff);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -ms-background-clip: text;
  -o-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -o-text-fill-color: transparent;
}
.btn-ghost {
  border-radius: 100rem;
  color: #000;
  box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
  border: solid 1px transparent;
  background-image: -webkit-linear-gradient(left, #54abae, #0791c8), -webkit-linear-gradient(left, #54abae, #0791c8);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 2px 1000px 1px #fff inset;
}
.btn-ghost .btn-text-gradient {
  background: -webkit-linear-gradient(left, #54abae, #0791c8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Poppins', sans-serif; font-weight: 700;
}
.btn-ghost:hover {
  box-shadow: none;
}
.btn-ghost:hover .btn-text-gradient {
  color:#ffffff;
  background: -webkit-linear-gradient(left, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: inherit;
}
.btn-filled {
  border-radius: 100rem;
  box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
  border: solid 1px transparent;
  background-image: -webkit-linear-gradient(left, #54abae, #0791c8), -webkit-linear-gradient(left, #54abae, #0791c8);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: none;
}
.btn-filled .btn-text-gradient {
  color:#ffffff;
  background: -webkit-linear-gradient(left, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: inherit;
  font-family: 'Poppins', sans-serif; font-weight: 700;
}
.btn-filled:hover {
  box-shadow: 2px 1000px 1px #fff inset;
}
.btn-filled:hover .btn-text-gradient {
  background: -webkit-linear-gradient(left, #00aeef, #007aff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

/* Square-effect */
.square-effect1 {
  background: #000;
  background: -moz-linear-gradient(-45deg, #000000 0%, #000000 25%, #1e539e 50%, #00adda 75%, #a1a4a7 100%);
  background: -webkit-linear-gradient(-45deg, #000000 0%, #000000 25%, #1e539e 50%, #00adda 75%, #a1a4a7 100%);
  background: linear-gradient(135deg, #000000 0%, #000000 25%, #1e539e 50%, #00adda 75%, #a1a4a7 100%);
  background-size: 400% 400%;
  background-repeat: no-repeat;
  display: flex;
  position: relative;
  cursor: pointer;
  transition: .5s all;
}
.square-effect1 .square-bar1 {
  width: 100%; 
  float: left;
  position: relative;
  mix-blend-mode: screen;
}
.square-effect1:hover {
  background-position: 100% 100%;
}


/*Smartphone css*/
@media screen and (max-width: 480px) {

}

@media screen and (min-width:481px) and (max-width:600px) {

}

@media screen and (min-width:601px) and (max-width:767px) {

}

@media screen and (min-width:768px) and (max-width:900px) {
.video-play-button { width:28px; height:28px;}
.video-play-button span { border-left:6px solid #016270; border-top:6px solid transparent; border-bottom:6px solid transparent; margin:6px 11px;}
.video-play-button:after { width:48px; height:48px;}
.video-play-button:before {	width:34px;	height:34px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.video-play-button { width:31px; height:31px;}
.video-play-button span { border-left:7px solid #016270; border-top:7px solid transparent; border-bottom:7px solid transparent; margin:7px 12px;}
.video-play-button:after { width:51px; height:51px;}
.video-play-button:before {	width:37px;	height:37px;}
}

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

}