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

/* circle-hover1 */
.circle-hover1 {
  border-radius: 50%;
  display: inline-block;
  padding: 15px 15px 15px;
  cursor: pointer;
  position: relative;
  z-index: 99;
}
.circle-hover1:after {
  content: "";
  width: 100%;
  padding: 0 0 100%;
  object-fit: contain;
  background-color: rgba(87,96,102,0.95);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto 0;
  opacity: 1;
  border-radius: 50%;
  -webkit-transform: scale(0) translateZ(0);
  -moz-transform: scale(0) translateZ(0);
  -ms-transform: scale(0) translateZ(0);
  -o-transform: scale(0) translateZ(0);
  transform: scale(0) translateZ(0);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: -9;
}
.circle-hover1:hover:after {
  -webkit-transform: scale(1) translateZ(0);
  -moz-transform: scale(1) translateZ(0);
  -ms-transform: scale(1) translateZ(0);
  -o-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.enquer-wrapp .circle-hover1 {
  padding: 0 0 0;
}
.enquer-wrapp .circle-hover1:after {
  background-color: #c7c9cb;
}
.detier-wrapp .circle-hover1:after {
  background-color: #c7c9cb;
}
.footer-wrapp .circle-hover1:after {
  background-color: #c7c9cb;
}
@-webkit-keyframes scaler {
  0%, 50% {
    -webkit-transform: scale(0) translateZ(0);
  }
  100% {
    -webkit-transform: scale(1) translateZ(0);
  }
}
@-moz-keyframes scaler {
  0%, 50% {
    -moz-transform: scale(0) translateZ(0);
  }
  100% {
    -moz-transform: scale(1) translateZ(0);
  }
}
@keyframes scaler {
  0%, 50% {
    -webkit-transform: scale(0) translateZ(0);
    -moz-transform: scale(0) translateZ(0);
    -ms-transform: scale(0) translateZ(0);
    -o-transform: scale(0) translateZ(0);
    transform: scale(0) translateZ(0);
  }
  100% {
    -webkit-transform: scale(1) translateZ(0);
    -moz-transform: scale(1) translateZ(0);
    -ms-transform: scale(1) translateZ(0);
    -o-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
  }
}

/*video-effect-css*/
.video-play-button {
  width: 40px;
  height: 40px;
  float: left;
  background-color: rgba(255,255,255,0.0);
  border: 2px solid #ffffff;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  display: inline-block;
  margin: 0 15px 0 0;
  transition:all 0.25s ease-out 0s;
  position: absolute;
  z-index: 99;
  transform: translateY(-50%);
  top: 50%;
}
.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.9);
  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.9);
  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: 17px solid #ffffff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  margin: 7px 12px;
}
 @-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;
}
}

/* upload-btn1 */
.upload-btn1:hover, .upload-btn1:active, .upload-btn1:focus, .upload-btn1 { background: /*url(../images/upload-blue-icon1.svg)*/ no-repeat left center; color: #000000; font-size: 11px; letter-spacing: 0.24px; line-height: 23px; outline: none; position: relative; overflow: hidden; display: inline-block; padding: 0 0 0 24px; background-size:20px}
.upload-btn1 input.uploadlogo { position: absolute; top: 0; right: 0; margin: 0; padding: 0; font-size: 20px; cursor: pointer; opacity: 0; filter: alpha(opacity=0); width: 100%; height: 100%; }
input::-webkit-file-upload-button {
 cursor: pointer !important;
 height: 42px;
 width: 100%;
}

/* photobox-effect */
.photobox-effect1 {
  display: inline-block;
  --photoboxOverlay: rgba(0, 0, 0, 0.88);
  cursor: pointer;
  photoboxAnimationDuration: .5s;
}
.photobox-effect1 .previewbox {
  position: relative;
  overflow: hidden;
}
.photobox-effect1 .previewbox img {
  transition: transform 0.8s ease-in-out 0s;
}
.photobox-effect1:hover .previewbox img {
  transform: scale(1.08);
  transition: all 1.5s ease 0s;
}
.photobox-effect1 .previewbox:before {
  content: "";
  width: 0;
  height: 0;
  padding: 25%;
  background-color: var(--photoboxOverlay, rgba(0, 0, 0, .8));
  border-radius: 50%;
  mix-blend-mode:color;
  -o-mix-blend-mode:color;
  -ms-mix-blend-mode:color;
  -moz-mix-blend-mode:color;
  -webkit-mix-blend-mode:color;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  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);
}
.photobox-effect1 .line1 {
  width: 34px;
  position: absolute;
  z-index: 10;
  bottom: -15px;
  right: 5%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}
.photobox-effect1:hover .line1 {
  opacity: 1;
  visibility: visible;
  bottom: 5%;
  right: 5%;
}
.photobox-effect1:hover .line1 img {
  transform: none;
  transition: none;
}
/*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) {
.circle-hover1 {
  padding: 11px 11px 11px;
}
}

@media screen and (min-width:481px) and (max-width:600px) {
.circle-hover1 {
  padding: 11px 11px 11px;
}
}

@media screen and (min-width:601px) and (max-width:767px) {
.circle-hover1 {
  padding: 11px 11px 11px;
}
}

@media screen and (min-width:768px) and (max-width:900px) {
.circle-hover1 {
  padding: 11px 11px 11px;
}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.circle-hover1 {
  padding: 11px 11px 11px;
}
}

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

}