@charset "utf-8";
/* CSS Document */

/*play-hover*/
.video-play-button {
	width: 100%;
	height: 247px;
	float: none;
	border: 4px solid #ffffff;
	border-radius: 50%;
	display: block;
	margin: 0 0 0;
	position: relative;
}
.video-play-button:after {
	width: 247px;
	height: 247px;
	background: rgba(255,255,255,0.60);
	border-radius: 50%;
	display: inline-block;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:before {
	width: 207px;
	height: 207px;
	background: rgba(255,255,255,0.60);
	border-radius: 50%;
	display: inline-block;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-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 {
	width: 0;
	height: 0;
	border-left: 84px solid #d0a04b;
	border-top: 48px solid transparent;
	border-bottom: 48px solid transparent;
	display: block;
	margin: 72px 82px;
	position: relative;
	z-index: 3;
}

.eventin-wrapp .video-play-button { width:78px; height:78px; position:absolute; top:50%; transform:translateY(-50%); left:0; right:0; margin:0 auto;}
.eventin-wrapp .video-play-button span { border-left: 24px solid #d0a04b; border-top: 18px solid transparent; border-bottom: 18px solid transparent; margin:17px 28px;}
.eventin-wrapp .video-play-button:after { width: 75px; height: 75px;}
.eventin-wrapp .video-play-button:before { width: 88px; height: 88px;}

.galler-wrapp .video-play-button { width:78px; height:78px; position:absolute; top:50%; transform:translateY(-50%); left:0; right:0; margin:0 auto;}
.galler-wrapp .video-play-button span { border-left: 24px solid #d0a04b; border-top: 18px solid transparent; border-bottom: 18px solid transparent; margin:17px 28px;}
.galler-wrapp .video-play-button:after { width: 75px; height: 75px;}
.galler-wrapp .video-play-button:before { width: 88px; height: 88px;}

 @-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;
}
}
.testimonials-wrapp .video-play-button {
	width: 43px;
	height: 43px;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	transform: translateY(-50%);
	margin: 0 auto 0;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
}
.testimonials-wrapp .video-play-button:after {
	width: 57px;
	height: 57px;
	background: rgba(208,160,75,0.60);
}
.testimonials-wrapp .video-play-button:before {
	width: 43px;
	height: 43px;
	background: rgba(208,160,75,0.60);
}
.testimonials-wrapp .video-play-button span {
	border-left: 16px solid #d0a04b;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	margin: 12px 16px;
}

/*circular-effect1*/
.circular {
  width: auto;
  text-align: center;
  transform: rotate(280deg);
  transform-origin: bottom center;
  transition: all 0.4s ease-in-out;
  margin: 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9;
}
.circular span {
  width: 20px;
  height: 160px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 23.5px;
  text-transform: uppercase;
  transform-origin: bottom center;
  margin: 0 0 0;
  position: absolute;
  top: -16px;
  left: -110px;
}
.char1 {
  transform: rotate(176deg);
  position: relative;
}
.char2 {
  transform: rotate(181.4deg);
}
.char3 {
  transform: rotate(185.4deg);
}
.char4 {
  transform: rotate(190deg);
}
.char5 {
  transform: rotate(195deg);
}
.char6 {
  transform: rotate(198deg);
}
.char7 {
  transform: rotate(202deg);
}
.char8 {
  transform: rotate(207deg);
}
.char9 {
  transform: rotate(211.4deg);
}
.char10 {
  transform: rotate(213deg);
}
.char11 {
  transform: rotate(218deg);
}
.char12 {
  transform: rotate(221deg);
}
.char13 {
  transform: rotate(224deg);
}
.char14 {
  transform: rotate(229.4deg);
}
.banner-wrapp .char1:after {
  content: "";
  width: 19px;
  height: 17px;
  background: url(../images/top1-white-plain-arrow.svg) no-repeat center / cover;
  margin: 0 0 0;
  padding: 0 0 17px;
  position: absolute;
  top: 6px;
  right: 24px;
}
.aboutus-wrapp .circular {
  transform: none;
  top: -64px;
  left: 32px;
  z-index: 9;
}
.aboutus-wrapp .circular span {
  height: 120px;
  font-size: 35px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 41px;
  margin: 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
.aboutus-wrapp .char1 {
  transform: rotate(6deg);
}
.aboutus-wrapp .char2 {
  transform: rotate(24deg);
}
.aboutus-wrapp .char3 {
  transform: rotate(39deg);
}
.aboutus-wrapp .char4 {
  transform: rotate(52deg);
}
.aboutus-wrapp .char5 {
  transform: rotate(65deg);
}
.aboutus-wrapp .char6 {
  transform: rotate(75deg);
}
.aboutus-wrapp .char7 {
  transform: rotate(90deg);
}
.aboutus-wrapp .char8 {
  transform: rotate(105deg);
}
.aboutus-wrapp .char9 {
  transform: rotate(122deg);
}
.aboutus-wrapp .char10 {
  transform: rotate(137deg);
}

/*square-effect-css*/
.square-effect1 {
  cursor: pointer;
  display: block;
}
.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: 100%;
  float: left;
}
.square-effect1:hover .square-row1 img {
  transition: all 1.5s ease 0s;
  filter: grayscale(100%);
}

/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	float: left;
	margin: 0 0 0;
	text-align:left;
}
.checkbox2 {
	width: 100%;
	float: left;
	margin: 0 0 18px;
	text-align:left;
}
.checkbox1 a, .checkbox2 a {
	color: #ffffff;
}
.checkbox1 a:hover, .checkbox2 a:hover {
	color: #000000;
}
.checkbox1 span, .checkbox2 span {
	font-size: 12px;
	font-weight: 500;
	color: #ffffff;
	letter-spacing: 0.30px;
	line-height: 22px;
	display: inherit;
	position: relative;
	top: -5px;
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    line-height: 20px;
    display: inline;
    color: #666;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 12px;
    height: 12px;
	border: 1px solid #ffffff;
	border-radius: 50%;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #ffffff;
	border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    -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;
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
/*play-hover*/
.video-play-button {
	width: 100%;
	height: 87px;
	margin: 0 0 0;
}
.video-play-button:after {
	width: 97px;
	height: 97px;
}
.video-play-button:before {
	width: 77px;
	height: 77px;
}
.video-play-button span {
	width: 0;
	border-left: 30px solid #d0a04b;
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
	margin: 21px 27px;
}
/*circular-effect1*/
.circular span {
  width: 20px;
  height: 78px;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 23.5px;
  text-transform: uppercase;
  transform-origin: bottom center;
  margin: 0 0 0;
  position: absolute;
  top: -34px;
  left: -40px;
}
.char1 {
  transform: rotate(176deg);
  position: relative;
}
.char2 {
  transform: rotate(183.4deg);
}
.char3 {
  transform: rotate(188.4deg);
}
.char4 {
  transform: rotate(195deg);
}
.char5 {
  transform: rotate(202deg);
}
.char6 {
  transform: rotate(216deg);
}
.char7 {
  transform: rotate(212deg);
}
.char8 {
  transform: rotate(220deg);
}
.char9 {
  transform: rotate(227.4deg);
}
.char10 {
  transform: rotate(228deg);
}
.char11 {
  transform: rotate(237deg);
}
.char12 {
  transform: rotate(241deg);
}
.char13 {
  transform: rotate(246deg);
}
.char14 {
  transform: rotate(254.4deg);
}
.aboutus-wrapp .circular {
  transform: none;
  top: -44px;
  left: 22px;
}
.aboutus-wrapp .circular span {
  height: 80px;
  font-size: 25px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 31px;
  margin: 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
.aboutus-wrapp .char1 {
  transform: rotate(6deg);
}
.aboutus-wrapp .char2 {
  transform: rotate(24deg);
}
.aboutus-wrapp .char3 {
  transform: rotate(39deg);
}
.aboutus-wrapp .char4 {
  transform: rotate(54deg);
}
.aboutus-wrapp .char5 {
  transform: rotate(66deg);
}
.aboutus-wrapp .char6 {
  transform: rotate(78deg);
}
.aboutus-wrapp .char7 {
  transform: rotate(94deg);
}
.aboutus-wrapp .char8 {
  transform: rotate(112deg);
}
.aboutus-wrapp .char9 {
  transform: rotate(129deg);
}
.aboutus-wrapp .char10 {
  transform: rotate(145deg);
}

.checkbox1 { text-align:center;}
.checkbox2 { text-align:center;}
}

@media screen and (min-width:481px) and (max-width:600px) {
/*play-hover*/
.video-play-button {
	width: 100%;
	height: 87px;
	margin: 0 0 0;
}
.video-play-button:after {
	width: 97px;
	height: 97px;
}
.video-play-button:before {
	width: 77px;
	height: 77px;
}
.video-play-button span {
	width: 0;
	border-left: 30px solid #d0a04b;
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
	margin: 21px 27px;
}
/*circular-effect1*/
.circular span {
  width: 20px;
  height: 78px;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 23.5px;
  text-transform: uppercase;
  transform-origin: bottom center;
  margin: 0 0 0;
  position: absolute;
  top: -34px;
  left: -40px;
}
.char1 {
  transform: rotate(176deg);
  position: relative;
}
.char2 {
  transform: rotate(183.4deg);
}
.char3 {
  transform: rotate(188.4deg);
}
.char4 {
  transform: rotate(195deg);
}
.char5 {
  transform: rotate(202deg);
}
.char6 {
  transform: rotate(216deg);
}
.char7 {
  transform: rotate(212deg);
}
.char8 {
  transform: rotate(220deg);
}
.char9 {
  transform: rotate(227.4deg);
}
.char10 {
  transform: rotate(228deg);
}
.char11 {
  transform: rotate(237deg);
}
.char12 {
  transform: rotate(241deg);
}
.char13 {
  transform: rotate(246deg);
}
.char14 {
  transform: rotate(254.4deg);
}
.aboutus-wrapp .circular {
  transform: none;
  top: -44px;
  left: 22px;
}
.aboutus-wrapp .circular span {
  height: 80px;
  font-size: 25px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 31px;
  margin: 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
.aboutus-wrapp .char1 {
  transform: rotate(6deg);
}
.aboutus-wrapp .char2 {
  transform: rotate(24deg);
}
.aboutus-wrapp .char3 {
  transform: rotate(39deg);
}
.aboutus-wrapp .char4 {
  transform: rotate(54deg);
}
.aboutus-wrapp .char5 {
  transform: rotate(66deg);
}
.aboutus-wrapp .char6 {
  transform: rotate(78deg);
}
.aboutus-wrapp .char7 {
  transform: rotate(94deg);
}
.aboutus-wrapp .char8 {
  transform: rotate(112deg);
}
.aboutus-wrapp .char9 {
  transform: rotate(129deg);
}
.aboutus-wrapp .char10 {
  transform: rotate(145deg);
}

.checkbox1 { text-align:center;}
.checkbox2 { text-align:center;}
}

@media screen and (min-width:601px) and (max-width:767px) {
/*play-hover*/
.video-play-button {
	width: 100%;
	height: 87px;
	margin: 0 0 0;
}
.video-play-button:after {
	width: 97px;
	height: 97px;
}
.video-play-button:before {
	width: 77px;
	height: 77px;
}
.video-play-button span {
	width: 0;
	border-left: 30px solid #d0a04b;
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
	margin: 21px 27px;
}
/*circular-effect1*/
.circular span {
  width: 20px;
  height: 78px;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 23.5px;
  text-transform: uppercase;
  transform-origin: bottom center;
  margin: 0 0 0;
  position: absolute;
  top: -34px;
  left: -40px;
}
.char1 {
  transform: rotate(176deg);
  position: relative;
}
.char2 {
  transform: rotate(183.4deg);
}
.char3 {
  transform: rotate(188.4deg);
}
.char4 {
  transform: rotate(195deg);
}
.char5 {
  transform: rotate(202deg);
}
.char6 {
  transform: rotate(216deg);
}
.char7 {
  transform: rotate(212deg);
}
.char8 {
  transform: rotate(220deg);
}
.char9 {
  transform: rotate(227.4deg);
}
.char10 {
  transform: rotate(228deg);
}
.char11 {
  transform: rotate(237deg);
}
.char12 {
  transform: rotate(241deg);
}
.char13 {
  transform: rotate(246deg);
}
.char14 {
  transform: rotate(254.4deg);
}
.aboutus-wrapp .circular {
  transform: none;
  top: -44px;
  left: 22px;
}
.aboutus-wrapp .circular span {
  height: 80px;
  font-size: 25px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 31px;
  margin: 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
.aboutus-wrapp .char1 {
  transform: rotate(6deg);
}
.aboutus-wrapp .char2 {
  transform: rotate(24deg);
}
.aboutus-wrapp .char3 {
  transform: rotate(39deg);
}
.aboutus-wrapp .char4 {
  transform: rotate(54deg);
}
.aboutus-wrapp .char5 {
  transform: rotate(66deg);
}
.aboutus-wrapp .char6 {
  transform: rotate(78deg);
}
.aboutus-wrapp .char7 {
  transform: rotate(94deg);
}
.aboutus-wrapp .char8 {
  transform: rotate(112deg);
}
.aboutus-wrapp .char9 {
  transform: rotate(129deg);
}
.aboutus-wrapp .char10 {
  transform: rotate(145deg);
}

.checkbox1 { text-align:center;}
.checkbox2 { text-align:center;}
}

@media screen and (min-width:768px) and (max-width:900px) {
/*play-hover*/
.video-play-button {
	width: 100%;
	height: 86px;
	margin: 0 0 0;
}
.video-play-button:after {
	width: 96px;
	height: 96px;
}
.video-play-button:before {
	width: 76px;
	height: 76px;
}
.video-play-button span {
	width: 0;
	border-left: 30px solid #d0a04b;
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
	margin: 21px 27px;
}
/*circular-effect1*/
.circular span {
  height: 78px;
  font-size: 12px;
  top: -34px;
  left: -40px;
}
.char1 {
  transform: rotate(176deg);
  position: relative;
}
.char2 {
  transform: rotate(183.4deg);
}
.char3 {
  transform: rotate(188.4deg);
}
.char4 {
  transform: rotate(195deg);
}
.char5 {
  transform: rotate(202deg);
}
.char6 {
  transform: rotate(216deg);
}
.char7 {
  transform: rotate(212deg);
}
.char8 {
  transform: rotate(220deg);
}
.char9 {
  transform: rotate(227.4deg);
}
.char10 {
  transform: rotate(228deg);
}
.char11 {
  transform: rotate(237deg);
}
.char12 {
  transform: rotate(241deg);
}
.char13 {
  transform: rotate(246deg);
}
.char14 {
  transform: rotate(254.4deg);
}
.aboutus-wrapp .circular {
  transform: none;
  top: -44px;
  left: 22px;
}
.aboutus-wrapp .circular span {
  height: 80px;
  font-size: 25px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 31px;
  margin: 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
.aboutus-wrapp .char1 {
  transform: rotate(6deg);
}
.aboutus-wrapp .char2 {
  transform: rotate(24deg);
}
.aboutus-wrapp .char3 {
  transform: rotate(39deg);
}
.aboutus-wrapp .char4 {
  transform: rotate(54deg);
}
.aboutus-wrapp .char5 {
  transform: rotate(66deg);
}
.aboutus-wrapp .char6 {
  transform: rotate(78deg);
}
.aboutus-wrapp .char7 {
  transform: rotate(94deg);
}
.aboutus-wrapp .char8 {
  transform: rotate(112deg);
}
.aboutus-wrapp .char9 {
  transform: rotate(129deg);
}
.aboutus-wrapp .char10 {
  transform: rotate(145deg);
}
}

@media screen and (min-width:901px) and (max-width:1024px) {
/*play-hover*/
.video-play-button {
	width: 100%;
	height: 86px;
	margin: 0 0 0;
}
.video-play-button:after {
	width: 96px;
	height: 96px;
}
.video-play-button:before {
	width: 76px;
	height: 76px;
}
.video-play-button span {
	width: 0;
	border-left: 30px solid #d0a04b;
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
	margin: 21px 27px;
}
/*circular-effect1*/
.circular span {
  height: 78px;
  font-size: 12px;
  top: -34px;
  left: -40px;
}
.char1 {
  transform: rotate(176deg);
  position: relative;
}
.char2 {
  transform: rotate(183.4deg);
}
.char3 {
  transform: rotate(188.4deg);
}
.char4 {
  transform: rotate(195deg);
}
.char5 {
  transform: rotate(202deg);
}
.char6 {
  transform: rotate(216deg);
}
.char7 {
  transform: rotate(212deg);
}
.char8 {
  transform: rotate(220deg);
}
.char9 {
  transform: rotate(227.4deg);
}
.char10 {
  transform: rotate(228deg);
}
.char11 {
  transform: rotate(237deg);
}
.char12 {
  transform: rotate(241deg);
}
.char13 {
  transform: rotate(246deg);
}
.char14 {
  transform: rotate(254.4deg);
}
.aboutus-wrapp .circular {
  transform: none;
  top: -44px;
  left: 22px;
}
.aboutus-wrapp .circular span {
  height: 80px;
  font-size: 25px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 31px;
  margin: 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
.aboutus-wrapp .char1 {
  transform: rotate(6deg);
}
.aboutus-wrapp .char2 {
  transform: rotate(24deg);
}
.aboutus-wrapp .char3 {
  transform: rotate(39deg);
}
.aboutus-wrapp .char4 {
  transform: rotate(54deg);
}
.aboutus-wrapp .char5 {
  transform: rotate(66deg);
}
.aboutus-wrapp .char6 {
  transform: rotate(78deg);
}
.aboutus-wrapp .char7 {
  transform: rotate(94deg);
}
.aboutus-wrapp .char8 {
  transform: rotate(112deg);
}
.aboutus-wrapp .char9 {
  transform: rotate(129deg);
}
.aboutus-wrapp .char10 {
  transform: rotate(145deg);
}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
/*play-hover*/
.video-play-button {
	width: 100%;
	height: 86px;
	margin: 0 0 0;
}
.video-play-button:after {
	width: 96px;
	height: 96px;
}
.video-play-button:before {
	width: 76px;
	height: 76px;
}
.video-play-button span {
	width: 0;
	border-left: 30px solid #d0a04b;
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
	margin: 21px 27px;
}
/*circular-effect1*/
.circular span {
  height: 78px;
  font-size: 12px;
  top: -34px;
  left: -40px;
}
.char1 {
  transform: rotate(176deg);
  position: relative;
}
.char2 {
  transform: rotate(183.4deg);
}
.char3 {
  transform: rotate(188.4deg);
}
.char4 {
  transform: rotate(195deg);
}
.char5 {
  transform: rotate(202deg);
}
.char6 {
  transform: rotate(216deg);
}
.char7 {
  transform: rotate(212deg);
}
.char8 {
  transform: rotate(220deg);
}
.char9 {
  transform: rotate(227.4deg);
}
.char10 {
  transform: rotate(228deg);
}
.char11 {
  transform: rotate(237deg);
}
.char12 {
  transform: rotate(241deg);
}
.char13 {
  transform: rotate(246deg);
}
.char14 {
  transform: rotate(254.4deg);
}
}