@charset "utf-8";

/* CSS Document */



/*play-hover*/

.video-play-button {

	position: relative;

	display: block;

	width: 32px;

	height: 32px;

	float: left;

	border: 2px solid #1a204f;

	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: 46px;

	height: 46px;

	background: rgba(24,35,81,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: 34px;

	height: 34px;

	background: rgba(24,35,81,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: 12px solid #1a204f;

	border-top: 7px solid transparent;

	border-bottom: 7px solid transparent;

	margin: 7px 10px;

}

 @-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: 19px;

	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 */

.square-effect1 {

  background: #000000;

  background: -moz-linear-gradient(-45deg, #000000 0%, #000000 25%, #1a204f 50%, #25308c 75%, #3c4bbe 100%);

  background: -webkit-linear-gradient(-45deg, #000000 0%, #000000 25%, #1a204f 50%, #25308c 75%, #3c4bbe 100%);

  background: linear-gradient(135deg, #000000 0%, #000000 25%, #1a204f 50%, #25308c 75%, #3c4bbe 100%);

  background-size: 400% 400%;

  background-repeat: no-repeat;

  position: relative;

  cursor: pointer;

  transition: .5s all;

  overflow: hidden;

}

.square-effect1:hover {

  background-position: 100% 100%;

}

.square-effect1 .square-bar1 {

  width: 100%; 

  float: left;

  overflow: hidden;

  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%);

}

.impoer-row1.square-effect1 .square-bar1 { margin: 0 0 0; background: #f9f8f6 !important;}
.impoer-wrapp .impoer-row1.square-effect1:hover { background-position: unset;}
.impoer-row1.square-effect1:hover .square-bar1 img { transform: none;}



/*Smartphone css*/

@media screen and (max-width: 480px) {

.video-play-button { width:32px; float:none; margin:0 auto 0;}

}



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

.video-play-button { width:32px; float:none; margin:0 auto 0;}

}



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

.video-play-button { width:32px; float:none; display:inline-block; margin:0 6px 0 0; top:11px;}

}



@media screen and (min-width:768px) and (max-width:900px) {

.video-play-button { margin:0 6px 0 0;}

}



@media screen and (min-width:901px) and (max-width:1024px) {

.video-play-button { margin:0 8px 0 0;}

}



@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: #25308c;

}

.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;

}

.video-play-button:after {

	display:none;

}

.video-play-button:before { 

	display:none;

}

}