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

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

/* photobox boder effect */
.square-effect1 {
  background: #000;
  background: -moz-linear-gradient(-45deg, #000000 0%, #000000 25%, #1e539e 50%, #ff3083 75%, #7800a8 100%);
  background: -webkit-linear-gradient(-45deg, #000000 0%, #000000 25%, #1e539e 50%, #ff3083 75%, #7800a8 100%);
  background: linear-gradient(135deg, #000000 0%, #000000 25%, #1e539e 50%, #ff3083 75%, #7800a8 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%;
}


/* effect circle1 effect */
.effect-circle1 {
	width: 220px;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.effect-circle1 .effect-thumb1 img {
	width: 100%;
	display: block;
	border-radius: 50%;
	opacity:0.35;
}

.effect-circle1:hover .effect-thumb1 img { opacity:1;}

.effect-circle1:hover .effect-shape1 {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.photobox {
	display: inline-block;
--photoboxOverlay: rgba(0, 0, 0, 0.58);
	cursor: pointer;
	photoboxAnimationDuration: .5s;
}
.photobox img {
	transition: transform 0.8s ease-in-out 0s;
}
.photobox:hover img {
	transform: scale(1.08);
	transition: all 1.5s ease 0s;
}
.photobox:hover .thumbs-bar1 img {
	transform: none;
	transition: none;
}
.photobox:hover .thumbs-bar2 img {
	transform: none;
	transition: none;
}
.previewbox {
	position: relative;
	overflow: hidden;
}
.preview {
	display: block;
	max-width: 100%;
}
.previewbox:before, .previewbox:after {
	content: "";
}
.enquer-bar1:hover .previewbox:after {
	width: 60px;
	height: 60px;
	margin: 0 auto 0;
	background: url(../images/plus-thumb1.png) no-repeat center / cover;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 99;
	transition: all 0.25s ease-out 0s;
}
.photobox-effect1 .previewbox:before {
	width: 0;
	height: 0;
	padding: 25%;
	background-color: var(--photoboxOverlay, rgba(0, 0, 0, .8));
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 99;
	transition: -webkit-transform var(--photoboxAnimationDuration, .4s) ease;
	transition: transform var(--photoboxAnimationDuration, .4s) ease;
	transition: transform var(--photoboxAnimationDuration, .4s) ease, -webkit-transform var(--photoboxAnimationDuration, .4s) ease;
	will-change: transform;
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
}
.photobox-effect1:hover .previewbox:before {
	-webkit-transform: translate(-50%, -50%) scale(4);
	transform: translate(-50%, -50%) scale(4);
 transition-duration: calc(var(--photoboxAnimationDuration, .4s) * 2);
}
.detier-wrapp .photobox {
--photoboxOverlay: rgba(0, 0, 0, 0.58);
}

.teamslider-wrapp .photobox {
--photoboxOverlay: rgba(0, 0, 0, 0.58);
}
/*box-effect1*/
.box-effect1 {
	cursor: pointer;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.box-effect1 img {
	width: 100%;
	height: auto;
	display: block;
	transform: scale(1);
	transition: all 0.5s;
}
.box-effect1:hover img {
	transform: scale(1.5);
}
.box-effect1:before, .box-effect1:after, .box-effect1 .box-bar1:before, .box-effect1 .box-bar1:after {
	content: "";
	width: 100%;
	height: 50%;
	background: #8a69aa;
	opacity: 0.6;
	transform: translateX(-50%) translateY(0%);
	position: absolute;
	top: -50%;
	left: 50%;
	z-index: 1;
	-webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	transition: all .3s;
}
.box-effect1:after {
	transform: translateX(-50%) translateY(0%);
	top: auto;
	bottom: -50%;
	z-index: 0;
	-webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.box-effect1 .box-bar1:before {
	width: 50%;
	height: 100%;
	transform: translateX(0%) translateY(-50%);
	top: 50%;
	left: auto;
	right: -50%;
	-webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
	clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.box-effect1 .box-bar1:after {
	width: 50%;
	height: 100%;
	transform: translateX(0%) translateY(-50%);
	top: 50%;
	right: auto;
	left: -50%;
	z-index: 0;
	-webkit-clip-path: polygon(0 100%, 100% 50%, 0 0);
	clip-path: polygon(0 100%, 100% 50%, 0 0);
}
.box-effect1:hover:before {
	top: 0;
}
.box-effect1:hover:after {
	bottom: 0;
}
.box-effect1:hover .box-bar1:before {
	right: 0;
}
.box-effect1:hover .box-bar1:after {
	left: 0;
}
.box-effect1 .box-bar1 {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

/*scroll-effect1*/
.scroll-effect1 {
	width: 30px;
	height: 60px;
	margin: auto;
	position: relative;
	z-index: 99;
}
.scroll-effect1 a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 30px;
	height: 50px;
	margin-left: -15px;
	border: 2px solid #fff;
	border-radius: 50px;
	box-sizing: border-box;
}
.scroll-effect1 a:after {
	content: "";
	width: 11px;
	height: 6px;
	background: url(../images/scroll-arrow1.png) no-repeat center / cover;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.scroll-effect1 a span::before {
	position: absolute;
	top: 10px;
	left: 50%;
	content: '';
	width: 9px;
	height: 9px;
	margin-left: -4px;
	border: 2px solid #fff;
	border-radius: 50%;
	-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, 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;
}
}

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