@charset "utf-8";
/* CSS Document */

/*play-hover*/
.video-play-button {
	position: relative;
	display: block;
	height: 56px;
	float: none;
	border: 1px solid #f7f8fa;
	background:#f7f8fa;
	border-radius: 50%;
	margin: 0 auto 24px;
}
.video-play-button:after {
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 76px;
	height: 76px;
	background: rgba(73,166,130,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: 58px;
	height: 58px;
	background: rgba(73,166,130,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: 18px solid #497482;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	margin: 18px 21px;
}

.testi-wrapp .video-play-button { margin:0 auto;}

 @-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;
}
}
/*bounce-effect1*/
.bounce {
	width: 100%;
	float: none;
	-moz-animation: bounce 4s infinite;
	-webkit-animation: bounce 4s infinite;
	animation: bounce 4s infinite; 
	display: inline-block;
	margin: 0 auto 0;
}
/* square-effect-css */
.square-effect1 {
  cursor: pointer;
  display: block;
  position: relative;
  z-index: 9;
}
.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 {
  transition: all 1.5s ease 0s;
  filter: grayscale(100%);
}
.square-effect1 .square-row1 {
  width: 52px;
  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;
  display: inline-block;
  margin: 0 auto 0;
  position: absolute;
  bottom:-62px;
  right:0;
  left: 0;
}
.square-effect1:hover .square-row1 {
  opacity: 1;
  filter: alpha(opacity=100);
}

.square-effect1:hover img .square-row1 { filter: grayscale(0);}

/*tab-effect-css*/
.services-row1 a {
	cursor: pointer;
}

.services-row1 a img { 
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.services-row1 a:hover img { 
	opacity: 0.40;
}

.services-row1 a.active img { 
	opacity: 0.40;
}

/* hover-effect-css */
.hovereffect {
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
  background: #497482;
}
.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) {
/*play-hover*/
.video-play-button {
	margin: 0 auto 14px;
}
/*square-effect1*/
.square-effect1 .conten-box1 {
	width: 100%;
	margin: 0 0 0;
	bottom: 40px;
}

.testi-wrapp .video-play-button { margin:0 auto;}
}

@media screen and (min-width:481px) and (max-width:600px) {
/*play-hover*/
.video-play-button {
	margin: 0 auto 14px;
}
/*square-effect1*/
.square-effect1 .conten-box1 {
	width: 100%;
	margin: 0 0 0;
	bottom: 40px;
}
.testi-wrapp .video-play-button { margin:0 auto;}
}

@media screen and (min-width:601px) and (max-width:767px) {
/*play-hover*/
.video-play-button {
	margin: 0 auto 14px;
}
/*square-effect1*/
.square-effect1 .conten-box1 {
	width: 100%;
	margin: 0 0 0;
	bottom: 40px;
}
.testi-wrapp .video-play-button { margin:0 auto;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.square-effect1 .conten-box1 { bottom:50px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {

}

@media screen and (min-width:1025px) and (max-width:1240px) {

}