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

/*play-hover*/
.video-play-button {
	position: absolute;
	display: block;
	width: 42px;
	height: 42px;
	float: left;
	border: 1px solid #ffffff;
	background:#ffffff;
	border-radius: 50%;
	margin: 0 auto 0;
	left:0; right:0;
	top:50%; transform:translateY(-50%);
}

.video-play-button span {
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	border-left: 16px solid #3cb7a3;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	margin: 8px 15px;
}

/*scroll-effect1*/
.scroll-effect1 {
	width: 100%;
	height: 38px;
	float: left;
	margin: 0 0 0;
	position: relative;
	z-index: 99;
}
.scroll-effect1 a span {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 38px;
	border: 2px solid #ffffff;
	border-radius: 50px;
	box-sizing: border-box;
	margin: 0 0 0;
}
.scroll-effect1 a:after {
	content: "";
	width: 14px;
	height: 7px;
	background: url(../images/anchor-down-white-arrow1.svg) no-repeat center / 100% 100%;
	position: absolute;
	right: 0;
	bottom: -9px;
	left: 0;
	margin: 0 auto 0;
}
.scroll-effect1 a:before {
	content: "";
	width: 2px;
	height: 5px;
	background: #ffffff;
	border-radius: 20px;
	position: absolute;
	top: 4px;
	right: 0;
	left: 0;
	margin: 0 auto 0;
}
.scroll-effect1 a span::before {
	position: absolute;
	top: 4px;
	right: 0;
	left: 0;
	content: '';
	width: 6px;
	height: 10px;
	margin: 0 auto 0;
	background: none;
	border: 2px solid #ffffff;
	border-radius: 20px;
	-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, 14px);
 opacity: 0;
}
 100% {
 opacity: 0;
}
}
@keyframes sdb10 {
 0% {
 transform: translate(0, 0);
 opacity: 0;
}
 40% {
 opacity: 1;
}
 80% {
 transform: translate(0, 14px);
 opacity: 0;
}
 100% {
 opacity: 0;
}
}

/* circle-hover1 */
.circle-hover1 {
	background: #3cb7a3;
	border: 1px solid #3cb7a3;
	border-radius: 50%;
	display: inline-block;
	overflow: hidden;
	margin: 0 0 0;
	cursor: pointer;
}
.circle-hover1 .circle-img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow:hidden;
	position: absolute;
	z-index: 10;
	bottom: -40px;
	right: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	transition-duration: 300ms;
}
.circle-hover1:hover, .offers-col2:hover .circle-hover1 {
	background: linear-gradient(to top, #fffdfa, #fffdfa);
	background: -webkit-linear-gradient(to top, #fffdfa, #fffdfa);
}
.circle-hover1:hover .circle-img, .offers-col2:hover .circle-hover1 .circle-img {
	opacity: 1;
	visibility: visible;
	bottom: 0;
	right: 0;
}

/* Image-effect */
.image-effect1 {
	overflow: hidden;
	cursor: pointer;
}
.image-effect1 img {
	filter: none;
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-o-transition: all .8s ease-in-out;
	-ms-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-webkit-transition: all .8s ease-in-out;
}
.image-effect1:hover img {
	filter: gray;
	-o-filter: gray;
	-ms-filter: gray;
	-moz-filter: gray;
	-webkit-filter: gray;
	filter: grayscale(1);
	-o-filter: grayscale(1);
	-ms-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-webkit-filter: grayscale(1);
	transform: scale(1.04);
	-o-transform: scale(1.04);
	-ms-transform: scale(1.04);
	-moz-transform: scale(1.04);
	-webkit-transform: scale(1.04);
}
.image-effect1 .canver-thm1 img {
	filter: none;
	-webkit-filter: none;
	-webkit-transition: none;
}
.image-effect1:hover .canver-thm1 img {
	filter: none;
	-webkit-filter: none;
	-webkit-transform: none;
}

/*curved-css*/
#curved1 {
	width: 100%;
	float: left;
	background:#fffdfa;
	clip-path: circle(148.6% at 50% -100%);
	margin: 0 0 0;
	position: relative;
	z-index: 999;
}
#curved2 {
	width: 100%;
	float: left;
	background:#fffdfa;
	clip-path: circle(136.2% at 50% -100%);
	margin: -11% 0 0;
	position: relative;
	z-index: 99;
}
#curved3 {
	width: 100%;
	float: left;
	background:#fffdfa;
	clip-path: circle(136% at 50% -100%);
	margin: -12% 0 0;
	position: relative;
	z-index: 9;
}

#curved4 {
	width: 100%;
	float: left;
	background:#fffdfa;
	clip-path: circle(148.6% at 50% -100%);
	margin: 0 0 0;
	position: relative;
	z-index: 999;
}

/*svg-css*/
.svg-xmlns1 {
	width: 100%;
	float: left;
	margin: 0 0 0;
	position: absolute;
	bottom: 0;
}
.svg-xmlns1 .svg-path1 {
	width: 100%;
	float: left;
	background: none;
	margin: 0 0 0;
}
.svg-xmlns1 .svg-path1 svg {
	width: 100%;
	display: block;
	position: relative;
	z-index: 9;
}
.svg-xmlns3 {
	width: 100%;
	float: left;
	margin: -20% 0 0;
	position: relative;
	z-index: -9;
}
.svg-xmlns3 .svg-path1 {
	width: 100%;
	float: left;
	background: #f7f7f7;
	margin: 0 0 0;
	position: relative;
}
.svg-xmlns3 .svg-path1 svg {
	width: 100%;
	display: block;
}
.svg-xmlns3 .svg-path2 {
	width: 100%;
	float: left;
	background: #f7f7f7;
	margin: -10% 0 0;
}
.svg-xmlns3 .svg-path2 svg {
	width: 100%;
	display: block;
	position: relative;
	z-index: 9;
}
.svg-xmlns2 {
	width: 100%;
	float: left;
	margin: -6% 0 0;
	position: relative;
}
.svg-xmlns2 .svg-path1 {
	width: 100%;
	float: left;
	background: #3cb7a3;
	margin: 0 0 0;
	position: relative;
}
.svg-xmlns2 .svg-path1 svg {
	width: 100%;
	display: block;
	margin: -1px 0 0;
}
.svg-xmlns2 .svg-path2 {
	width: 100%;
	float: left;
	background: #3cb7a3;
	margin: -10% 0 0;
}
.svg-xmlns2 .svg-path2 svg {
	width: 100%;
	display: block;
	margin: 0 0 -1px;
	position: relative;
	z-index: 9;
}

/*effect-css*/
.hovereffect {
  width: 360px;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
  background:#3cb7a3;
}

.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: 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);
}

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



.video-play-button:after {

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

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

	display: block;

	width: 54px;

	height: 54px;

	background: rgba(255,255,255,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: 40px;

	height: 40px;

	background: rgba(255,255,255,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;

}

 

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

}

 
.gallery-wrapp .gallery-row1 .gallery-col1.vertical .overlay1 {width: 75px;top: 0;bottom: 0;left: 0;right: 0;margin: 0 auto;}
.gallery-wrapp .gallery-row1 .gallery-col1.vertical .overlay1 .lt {width: 100%;display: block;position: relative;margin-top: 0;top: 40%;}
.gallery-wrapp .gallery-row1 .gallery-col1.vertical .overlay1 .rt {width: 100%;position: absolute;bottom: 5%;margin: 0 0 0;}
.gallery-wrapp .gallery-row1 .gallery-col1.vertical .overlay1  h3 {line-height: normal;padding: 0 0 0;font-size: 14px;}





/*Smartphone css*/
@media screen and (max-width: 480px) {
/*curved-css*/
#curved1 {
	width: 100%;
	clip-path: none;
	margin: 0 0 0;
}
#curved2 {
	width: 100%;
	clip-path: none;
	margin: 0 0 0;
}
#curved3 {
	width: 100%;
	clip-path: none;
	margin: 0 0 0;
}
}

@media screen and (min-width:481px) and (max-width:600px) {
/*curved-css*/
#curved1 {
	width: 100%;
	clip-path: none;
	margin: 0 0 0;
}
#curved2 {
	width: 100%;
	clip-path: none;
	margin: 0 0 0;
}
#curved3 {
	width: 100%;
	clip-path: none;
	margin: 0 0 0;
}
}

@media screen and (min-width:601px) and (max-width:767px) {
/*curved-css*/
#curved1 {
	width: 100%;
	clip-path: none;
	margin: 0 0 0;
}
#curved2 {
	width: 100%;
	clip-path: none;
	margin: 0 0 0;
}
#curved3 {
	width: 100%;
	clip-path: none;
	margin: 0 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) {

}