@charset "utf-8";
/* CSS Document */

/* Play-hover-css */
.js-video-button {
	width: 72px;
	height: 72px;
	float: none;
	background: #d9a425;
	border: 2px solid #d9a425;
	border-radius: 50%;
	display: block;
	transition: all 0.4s ease-in-out;
	margin: 0 auto 0;
	position: relative;
}
.js-video-button:hover {
	background: #000000;
	border: 2px solid #d9a425;
}
.js-video-button:after {
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 92px;
	height: 92px;
	background: rgba(217,164,37,0.60);
	border-radius: 50%;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}
.js-video-button:before {
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 72px;
	height: 72px;
	background: rgba(217,164,37,0.60);
	border-radius: 50%;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}
.js-video-button:after, .js-video-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	z-index: -9;
}
.js-video-button span {
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	border-left: 28px solid #000000;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	transition: all 0.4s ease-in-out;
	margin: 8px 24px;
}
.js-video-button:hover span {
	border-left-color: #d9a425;
}


/* Play-hover-css */
.video-play-button {
	width: 72px;
	height: 72px;
	float: none;
	background: #d9a425;
	border: 2px solid #d9a425;
	border-radius: 50%;
	display: block;
	transition: all 0.4s ease-in-out;
	margin: 0 auto 0;
	position: absolute;
	top:50%; transform:translateY(-50%); left:0; right:0;
}
.video-play-button:hover {
	background: #000000;
	border: 2px solid #d9a425;
}
.video-play-button:after {
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 92px;
	height: 92px;
	background: rgba(217,164,37,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: 72px;
	height: 72px;
	background: rgba(217,164,37,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: 28px solid #000000;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	transition: all 0.4s ease-in-out;
	margin: 18px 24px;
}
.video-play-button:hover span {
	border-left-color: #d9a425;
}

 @-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;
}
}

/* Checkbox-css */
.checkbox1 {
	width: 72.8%;
	float: none;
	margin: 0 auto 16px;
}
.checkbox2 {
	width: 72.8%;
	float: none;
	margin: 0 auto 26px;
}
.checkbox1 a, .checkbox2 a {
	color: #000000;
	font-weight: 600;
}
.checkbox1 a:hover, .checkbox2 a:hover {
	color: #ffffff;
}
.checkbox1 span, .checkbox2 span {
	font-size: 15.03px;
	font-weight: 500;
	color: #000000;
	letter-spacing: 0;
	line-height: 19px;
	display: inherit;
	position: relative;
	top: -2px;
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    line-height: 20px;
    display: initial;
    color: #666;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
	background: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 50%;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #000000;
	border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
[type="checkbox"]:checked + label:before {
    background: #ffffff;
}

/* Square-effect-css */
.square-effect1 {
	background: #000000;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}
.square-effect1 img {
	width: 100%;
	display: block;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.square-effect1 .square-row1 {
  width: 40px;
  display: inline-block;
  filter: alpha(opacity=0);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  margin: 0 auto 0;
  position: absolute;
  top: 50%;
  right:0;
  left: 0;
}
.square-effect1:hover .square-row1 {
  opacity: 1;
  filter: alpha(opacity=100);
}
.services-wrapp .square-effect1 img {
	opacity:0.0;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.services-wrapp .square-effect1 .services-thm1 img {
	width: 100%;
	margin: 0 0 0;
}
.services-wrapp .square-effect1:hover .services-thm1 img {
	transform: none;
	transition: none;
}
.square-effect1:hover .square-row1 img, .services-wrapp .square-effect1 .services-thm1 img {
	opacity: 1;
}
.square-effect1:hover img, services-wrapp .square-effect1:hover img {
	opacity: 0.30;
	transform: scale(1.08);
	transition: all 1.5s ease 0s;
}

/* Map-color-css */
.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) {
/* Play-hover-css */
.js-video-button {
	width: 52px;
	height: 52px;
	margin: 22px auto 0;
}
.js-video-button:after {
	width: 72px;
	height: 72px;
}
.js-video-button:before {
	width: 54px;
	height: 54px;
}
.js-video-button span {
	width: 0;
	border-left: 18px solid #000000;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	margin: 8px 18px;
}

/* Checkbox-css */
.checkbox1 {
	width: 100%;
	margin: 0 0 8px;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 16px;
}
.checkbox1 span, .checkbox2 span {
	font-size: 13.03px;
	line-height: 17px;
	top: -4px;
}
[type="checkbox"]:checked + label, [type="checkbox"]:not(:checked) + label {
	padding-left: 26px;
}
[type="checkbox"]:checked + label:before, [type="checkbox"]:not(:checked) + label:before {
	width: 15px;
    height: 15px;
}
[type="checkbox"]:checked + label:after, [type="checkbox"]:not(:checked) + label:after {
	width: 5px;
    height: 5px;
}
}

@media screen and (min-width:481px) and (max-width:600px) {
/* Play-hover-css */
.js-video-button {
	width: 52px;
	height: 52px;
	margin: 22px auto 0;
}
.js-video-button:after {
	width: 72px;
	height: 72px;
}
.js-video-button:before {
	width: 54px;
	height: 54px;
}
.js-video-button span {
	width: 0;
	border-left: 18px solid #000000;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	margin: 8px 18px;
}

.video-play-button {
	width: 52px;
	height: 52px;
}
.video-play-button:after {
	width: 72px;
	height: 72px;
}
.video-play-button:before {
	width: 54px;
	height: 54px;
}
.video-play-button span {
	width: 0;
	border-left: 18px solid #000000;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	margin: 14px 18px;
}

/* Checkbox-css */
.checkbox1 {
	width: 100%;
	margin: 0 0 8px;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 16px;
}
.checkbox1 span, .checkbox2 span {
	font-size: 13.03px;
	line-height: 17px;
	top: -4px;
}
[type="checkbox"]:checked + label, [type="checkbox"]:not(:checked) + label {
	padding-left: 26px;
}
[type="checkbox"]:checked + label:before, [type="checkbox"]:not(:checked) + label:before {
	width: 15px;
    height: 15px;
}
[type="checkbox"]:checked + label:after, [type="checkbox"]:not(:checked) + label:after {
	width: 5px;
    height: 5px;
}
}

@media screen and (min-width:601px) and (max-width:767px) {
/* Play-hover-css */
.js-video-button {
	width: 52px;
	height: 52px;
	margin: 22px auto 0;
}
.js-video-button:after {
	width: 72px;
	height: 72px;
}
.js-video-button:before {
	width: 54px;
	height: 54px;
}
.js-video-button span {
	width: 0;
	border-left: 18px solid #000000;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	margin: 8px 18px;
}

.video-play-button {
	width: 52px;
	height: 52px;
}
.video-play-button:after {
	width: 72px;
	height: 72px;
}
.video-play-button:before {
	width: 54px;
	height: 54px;
}
.video-play-button span {
	width: 0;
	border-left: 18px solid #000000;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	margin: 14px 18px;
}

/* Checkbox-css */
.checkbox1 {
	width: 100%;
	margin: 0 0 8px;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 16px;
}
.checkbox1 span, .checkbox2 span {
	font-size: 13.03px;
	line-height: 17px;
	top: -4px;
}
[type="checkbox"]:checked + label, [type="checkbox"]:not(:checked) + label {
	padding-left: 26px;
}
[type="checkbox"]:checked + label:before, [type="checkbox"]:not(:checked) + label:before {
	width: 15px;
    height: 15px;
}
[type="checkbox"]:checked + label:after, [type="checkbox"]:not(:checked) + label:after {
	width: 5px;
    height: 5px;
}
}

@media screen and (min-width:768px) and (max-width:900px) {
/* Play-hover-css */
.js-video-button {
	width: 52px;
	height: 52px;
	margin: 22px auto 0;
}
.js-video-button:after {
	width: 72px;
	height: 72px;
}
.js-video-button:before {
	width: 54px;
	height: 54px;
}
.js-video-button span {
	width: 0;
	border-left: 18px solid #000000;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	margin: 8px 18px;
}
/* Checkbox-css */
.checkbox1 {
	margin: 0 auto 10px;
}
.checkbox2 {
	margin: 0 auto 18px;
}
.checkbox1 span, .checkbox2 span {
	font-size: 13.03px;
	line-height: 17px;
	top: -4px;
}
}

@media screen and (min-width:901px) and (max-width:1024px) {
/* Play-hover-css */
.js-video-button {
	width: 52px;
	height: 52px;
	margin: 22px auto 0;
}
.js-video-button:after {
	width: 72px;
	height: 72px;
}
.js-video-button:before {
	width: 54px;
	height: 54px;
}
.js-video-button span {
	width: 0;
	border-left: 18px solid #000000;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	margin: 8px 18px;
}
/* Checkbox-css */
.checkbox1 {
	margin: 0 auto 13px;
}
.checkbox2 {
	margin: 0 auto 22px;
}
.checkbox1 span, .checkbox2 span {
	font-size: 14.03px;
	line-height: 18px;
	top: -3px;
}
}

@media screen and (min-width:1025px) and (max-width:1240px) {

}