@charset "utf-8";

/* CSS Document */



/*play-hover*/

.video-play-button {

	position: relative;

	display: block;

	width: 100%;

	height: 77px;

	float: left;

	border: 2px solid #e8a836;

	border-radius: 50%;

	transition: all 0.25s ease-out 0s;

	margin: 0 0 0;

}

.video-play-button:hover { background:#ffffff;}

.video-play-button:after {

	-webkit-transform: translateX(-50%) translateY(-50%);

	transform: translateX(-50%) translateY(-50%);

	display: block;

	width: 72px;

	height: 57px;

	background: rgba(18,164,143,0.60);

	border-radius: 10px;

	display: none;

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

	height: 42px;

	background: rgba(18,164,143,0.60);

	border-radius: 10px;

	display: none;

	-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: 17px solid #e8a836;

	border-top: 16px solid transparent;

	border-bottom: 16px solid transparent;

	margin: 20px 32px;

}



.enquer-wrapp .video-play-button {

	width: 27px;

	height: 27px;

	border: 1px solid #792573;

	margin: 0 10px 0 0;

}

.enquer-wrapp .video-play-button span {

	border-left: 6px solid #792573;

	border-top: 6px solid transparent;

	border-bottom: 6px solid transparent;

	margin: 7px 11px;

}

.gester-wrapp .video-play-button {

	width: 27px;

	height: 27px;

	border: 1px solid #792573;

	margin: 0 10px 0 0;

}

.gester-wrapp .video-play-button span {

	border-left: 6px solid #792573;

	border-top: 6px solid transparent;

	border-bottom: 6px solid transparent;

	margin: 7px 11px;

}



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

	float: none;

	margin: 0 auto 0;

	position: relative;

	z-index: 99;

}

.scroll-effect1:after {

	content: "";

	width: 12px;

	height: 7px;

	background: url(../images/scroll-arrow1.png) no-repeat center;

	margin: 0 auto 0;

	position: absolute;

	bottom: -12px;

	right: 0;

	left: 0;

}

.scroll-effect1 a span {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 48px;

	margin-left: 0;

	border: 1px solid #ffffff;

	border-radius: 16px;

	box-sizing: border-box;

}

.scroll-effect1 a span:before {

	position: absolute;

	top: 10px;

	left: 0;

	right: 0;

	content: '';

	width: 2px;

	height: 7px;

	background: none;

	border: 1px solid #ffffff;

	border-radius: 50%;

	-webkit-animation: sdb10 2s infinite;

	animation: sdb10 2s infinite;

	box-sizing: border-box;

	margin:0 auto 0;

}

@-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%, #792573 50%, #a62c9d 75%, #a1a4a7 100%);

  background: -webkit-linear-gradient(-45deg, #000000 0%, #000000 25%, #792573 50%, #a62c9d 75%, #a1a4a7 100%);

  background: linear-gradient(135deg, #000000 0%, #000000 25%, #792573 50%, #a62c9d 75%, #a1a4a7 100%);

  background-size: 400% 400%;

  background-repeat: no-repeat;

  display: flex;

  position: relative;

  cursor: pointer;

  overflow: hidden;

  transition: .5s all;

}

.square-effect1 img {

	transition:transform 0.8s ease-in-out 0s;

}

.square-effect1:hover img {

	transform:scale(1.08);

	transition:all 1.5s ease 0s;

	filter: grayscale(100%);

	-webkit-filter: grayscale(100%);

}

.square-effect1 .square-bar1 {

  width: 100%; 

  float: left;

  position: relative;

  mix-blend-mode: screen;

}

.square-effect1:hover {

  background-position: 100% 100%;

}

/*map-color*/

.map-color {

	-webkit-filter: grayscale(100%);

	-moz-filter: grayscale(100%);

	-ms-filter: grayscale(100%);

	-o-filter: grayscale(100%);

	filter: grayscale(100%);

}



/*Smartphone css*/

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

.enquer-wrapp .video-play-button { width:27px; float:none; display:inline-block; margin:0 6px 0 0;}

.gester-wrapp .video-play-button { width:27px; float:none; display:inline-block; margin:0 6px 0 0;}

}



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

.enquer-wrapp .video-play-button { width:27px; float:none; display:inline-block; margin:0 6px 0 0;}

.gester-wrapp .video-play-button { width:27px; float:none; display:inline-block; margin:0 6px 0 0;}

}



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

.enquer-wrapp .video-play-button { width:27px; float:none; display:inline-block; margin:0 6px 0 0;}

.gester-wrapp .video-play-button { width:27px; float:none; display:inline-block; margin:0 6px 0 0;}

}



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

.video-play-button { height:47px;}

.video-play-button span { border-left:11px solid #e8a836; border-top:10px solid transparent; border-bottom:10px solid transparent; margin:12px 20px;}

.enquer-wrapp .video-play-button { width:23px; height:23px; margin:0 6px 0 0;}

.enquer-wrapp .video-play-button span { border-left:4px solid #792573; border-top:4px solid transparent; border-bottom:4px solid transparent; margin:7px 10px;}

.gester-wrapp .video-play-button { width:23px; height:23px; margin:0 6px 0 0;}

.gester-wrapp .video-play-button span { border-left:4px solid #792573; border-top:4px solid transparent; border-bottom:4px solid transparent; margin:7px 10px;}

}



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

.video-play-button { height:62px;}

.video-play-button span { border-left:14px solid #e8a836; border-top:13px solid transparent; border-bottom:13px solid transparent; margin:17px 25px;}

.enquer-wrapp .video-play-button { width:25px; height:25px; margin:0 8px 0 0;}

.enquer-wrapp .video-play-button span { border-left:5px solid #792573; border-top:5px solid transparent; border-bottom:5px solid transparent; margin:7px 11px;}

.gester-wrapp .video-play-button { width:25px; height:25px; margin:0 8px 0 0;}

.gester-wrapp .video-play-button span { border-left:5px solid #792573; border-top:5px solid transparent; border-bottom:5px solid transparent; margin:7px 11px;}

}



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

	.banner-wrapp h2 {
		font-size: 36px;
		line-height: 46px;
		margin: 0 0 15px;
	  }
	  
	  .banner-wrapp p {
		font-size: 17px;
		line-height: 25px;
		margin: 0 0 15px;
	  }
	  
	  .video-play-button {
		height: 60px;
	  }
	  
	  .banner-wrapp .js-video-button {
		width: 60px;
	  }
	  
	  .video-play-button span {
		margin:13px 24px;
		border-left: 14px solid #e8a836;
		border-top: 14px solid transparent;
		border-bottom: 14px solid transparent;
	  }

}

@media screen and (min-width:1241px) and (max-width:1919px) {
.banner-wrapp.innser-wrapp .flexslider .flex-control-nav {
    width: auto;
    bottom: 10.9%;
}
}