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

/*play-hover*/
.video-play-button {
	width: 38px;
	height: 40px;
	float: none;
	background: none;
	border: none;
	display: inline-block;
	margin: 0 auto 0;
	position: relative;
}
.video-play-button:after {
	width: 58px;
	height: 58px;
}
.video-play-button:before {
	width: 38px;
	height: 38px;
}
.video-play-button:after, .video-play-button:before {
	content: "";
	background: rgba(196,142,58,0.60);
	border-radius: 50%;
	display: none;
	-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;
	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: 38px solid #ffffff;
	border-top: 19px solid transparent;
	border-bottom: 19px solid transparent;
	margin: 0 0 0;
}

/*play-btn-effects-css*/
.play-btn-effects {
	width: 32px;
	height: 32px;
	float: left;
	background: none;
	border: 2px solid #ffffff;
	border-radius: 50%;
	transform: translateY(-50%);
	outline: none;
	margin: 0 auto 0;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
}
.play-btn-effects:after {
	width: 54px;
	height: 54px;
	background: rgba(255,255,255,0.60);
	border-radius: 50%;
	display: 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;
}
.play-btn-effects:before {
	width: 32px;
	height: 32px;
	background: rgba(255,255,255,0.60);
	border-radius: 50%;
	display: 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;
}
.play-btn-effects:after, .play-btn-effects:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
}
.play-btn-effects span {
	width: 0;
	height: 0;
	border-left: 10px solid #ffffff;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	display: block;
	margin: 8px 11px;
	position: relative;
	z-index: 3;
}

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

/*circle-effects-css*/
.circle-effects1 {
	display: block;
	overflow: hidden;
	transition: all 0.25s ease-out 0s;
	position: relative;
}
.circle-effects1 img {
	width: 100%;
	-webkit-transition: all 0.25s ease-out 0s;
	transition: all 0.25s ease-out 0s;
	display: block;
}
.circle-row1 {
	width: 100%;
	height: 100%;
	opacity: 0;
	overflow:hidden;
	visibility: hidden;
	-webkit-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	transition-duration: 300ms;
	position: absolute;
	left: 0;
	bottom: -100%;
	z-index: 10;
}
a .circle-effects1 { 
	width: 16px;
	float: right;
	transform: translateY(-50%);
	margin: 0 0 0;
	position: absolute;
	top: 50%;
	right: 19px;
}
.circle-effects1:hover img, a:hover .circle-effects1 img, .services-col3:hover .services-thm2 img, .offers-col2:hover .circle-effects1 img { 
	opacity: 0;
}
.circle-effects1:hover .circle-row1, a:hover .circle-effects1 .circle-row1, .services-col3:hover .circle-row1, .offers-col2:hover .circle-effects1 .circle-row1 {
	opacity: 1;
	visibility: visible;
	bottom: 0;
}
.circle-effects1:hover .circle-row1 img, a:hover .circle-effects1 .circle-row1 img, .services-col3:hover .circle-row1 img, .offers-col2:hover .circle-effects1 .circle-row1 img { 
	opacity: 1;
}

/*checkbox-effect-css*/
.checkbox1 {
	width: auto;
	float: none;
	display: inline-block;
	margin: 0 20px 0 0;
}
.checkbox2 {
	width: auto;
	float: none;
	display: inline-block;
	margin: 0 0 0;
}
.checkbox1 a, .checkbox2 a {
	font-weight: 700;
	color: #000000;
}
.checkbox1 a:hover, .checkbox2 a:hover {
	color: #c08935;
}
.checkbox1 span, .checkbox2 span {
	font-size: 12px;
	font-weight: 400;
	color: #000000;
	letter-spacing: 0.5px;
	line-height: 1.42;
	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: 15px;
    height: 15px;
	background: #000000;
	border: 1px solid #000000;
	border-radius: 50%;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 7px;
    height: 7px;
    background: #c08935;
	border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 4px;
    -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: none;
	border: 1px solid #000000;
}

.sidbar-row1 .checkbox1 {
	width: 100%;
	display: inline-block;
	margin: 0 0 14px 0;
}
.sidbar-row1 .checkbox2 {
	width: 100%;
	display: inline-block;
	margin: 0 0 24px;
}

/*square-effect-css*/
.square-effect1 {
	overflow: hidden;
	cursor: pointer;
	display: block;
	position: relative;
}
.square-effect1 img {
	width: 100%;
	display: block;
	transition: all 0.25s ease-out 0s;
	-o-transition: all 0.25s ease-out 0s;
	-ms-transition: all 0.25s ease-out 0s;
	-moz-transition: all 0.25s ease-out 0s;
	-webkit-transition: all 0.25s ease-out 0s;
}
.square-effect1:hover .square-row1 img {
	transform: scale(1.08);
	transition: all 0.25s ease-out 0s;
	-o-transition: all 0.25s ease-out 0s;
	-ms-transition: all 0.25s ease-out 0s;
	-moz-transition: all 0.25s ease-out 0s;
	-webkit-transition: all 0.25s ease-out 0s;
	filter: grayscale(100%);
}

.smile-wrapp .square-effect1:hover .square-row1 img {
	transform: none;
}

/*btn-gradient-mask-effect-css*/
.btn-gradient-mask1:after {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 24px;
	background: linear-gradient(270deg, rgba(191,136,52,1) 0%, rgba(223,177,88,1) 50%, rgba(191,136,52,1) 100%) border-box;
	opacity: 1;
	transition: 0.25s ease-out 0s;
	margin: 0 0 0;
	position: absolute;
	top: -2%;
	right: 0;
	left: 0;
	z-index: -1;
}
.btn-gradient-mask1:before {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 24px;
	border: 1px solid transparent;
	background: linear-gradient(270deg, rgba(191,136,52,1) 0%, rgba(223,177,88,1) 50%, rgba(191,136,52,1) 100%) border-box;
	-o-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-ms-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-moz-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	mask-composite: exclude;
	-o-mask-composite: exclude;
	-ms-mask-composite: exclude;
	-moz-mask-composite: exclude;
	-webkit-mask-composite: exclude;
	-o-mask-composite: destination-out;
	-ms-mask-composite: destination-out;
	-moz-mask-composite: destination-out;
	-webkit-mask-composite: destination-out;
	position: absolute;
	top: -2%;
	right: 0;
	left: 0;
	z-index: -1;
}
.btn-gradient-mask1:hover:after {
	opacity: 0;
}
.btn-gradient-mask2:after {
	content: "";
	width: 100%;
	height: 104%;
	border-radius: 24px;
	background: linear-gradient(270deg, rgba(191,136,52,1) 0%, rgba(223,177,88,1) 50%, rgba(191,136,52,1) 100%) border-box;
	opacity: 0;
	transition: 0.25s ease-out 0s;
	margin: 0 0 0;
	position: absolute;
	top: -2%;
	right: 0;
	left: 0;
	z-index: -1;
}
.btn-gradient-mask2:before {
	content: "";
	width: 100%;
	height: 104%;
	border-radius: 24px;
	border: 1px solid transparent;
	background: linear-gradient(270deg, rgba(191,136,52,1) 0%, rgba(223,177,88,1) 50%, rgba(191,136,52,1) 100%) border-box;
	-o-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-ms-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-moz-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	mask-composite: exclude;
	-o-mask-composite: exclude;
	-ms-mask-composite: exclude;
	-moz-mask-composite: exclude;
	-webkit-mask-composite: exclude;
	-o-mask-composite: destination-out;
	-ms-mask-composite: destination-out;
	-moz-mask-composite: destination-out;
	-webkit-mask-composite: destination-out;
	position: absolute;
	top: -2%;
	right: 0;
	left: 0;
	z-index: -1;
}
.btn-gradient-mask2:hover:after {
	opacity: 1;
}
.btn-gradient-mask3:after {
	content: "";
	width: 100%;
	height: 104%;
	border-radius: 24px;
	background: linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%) border-box;
	transition: 0.25s ease-out 0s;
	margin: 0 0 0;
	position: absolute;
	top: -2%;
	right: 0;
	left: 0;
	z-index: -1;
}
.btn-gradient-mask3:before {
	content: "";
	width: 100%;
	height: 104%;
	border-radius: 24px;
	border: 1px solid transparent;
	background: linear-gradient(270deg, rgba(191,136,52,0.0) 0%, rgba(223,177,88,0.0) 50%, rgba(191,136,52,0.0) 100%) border-box;
	-o-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-ms-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-moz-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	mask-composite: exclude;
	-o-mask-composite: exclude;
	-ms-mask-composite: exclude;
	-moz-mask-composite: exclude;
	-webkit-mask-composite: exclude;
	-o-mask-composite: destination-out;
	-ms-mask-composite: destination-out;
	-moz-mask-composite: destination-out;
	-webkit-mask-composite: destination-out;
	position: absolute;
	top: -2%;
	right: 0;
	left: 0;
	z-index: -1;
}
.btn-gradient-mask3:hover:after {
	background: linear-gradient(270deg, rgba(191,136,52,1) 0%, rgba(223,177,88,1) 50%, rgba(191,136,52,1) 100%) border-box;
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	margin: 0 0 6px;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 20px;
}

/*btn-gradient-mask-effect-css*/
.btn-gradient-mask3:after {
	background: linear-gradient(270deg, rgba(191,136,52,0.0) 0%, rgba(223,177,88,0.0) 50%, rgba(191,136,52,0.0) 100%) border-box;
}
.btn-gradient-mask3:before {
	background: linear-gradient(270deg, rgba(191,136,52,1) 0%, rgba(223,177,88,1) 50%, rgba(191,136,52,1) 100%) border-box;
}
.btn-gradient-mask3:hover:after {
	opacity: 1;
}
}

@media screen and (min-width:481px) and (max-width:600px) {
/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	margin: 0 0 6px;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 20px;
}

/*btn-gradient-mask-effect-css*/
.btn-gradient-mask3:after {
	background: linear-gradient(270deg, rgba(191,136,52,0.0) 0%, rgba(223,177,88,0.0) 50%, rgba(191,136,52,0.0) 100%) border-box;
}
.btn-gradient-mask3:before {
	background: linear-gradient(270deg, rgba(191,136,52,1) 0%, rgba(223,177,88,1) 50%, rgba(191,136,52,1) 100%) border-box;
}
.btn-gradient-mask3:hover:after {
	opacity: 1;
}
}

@media screen and (min-width:601px) and (max-width:767px) {
/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	margin: 0 0 6px;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 20px;
}

/*btn-gradient-mask-effect-css*/
.btn-gradient-mask3:after {
	background: linear-gradient(270deg, rgba(191,136,52,0.0) 0%, rgba(223,177,88,0.0) 50%, rgba(191,136,52,0.0) 100%) border-box;
}
.btn-gradient-mask3:before {
	background: linear-gradient(270deg, rgba(191,136,52,1) 0%, rgba(223,177,88,1) 50%, rgba(191,136,52,1) 100%) border-box;
}
.btn-gradient-mask3:hover:after {
	opacity: 1;
}
}

@media screen and (min-width:768px) and (max-width:900px) {
/*circle-effects-css*/
a .circle-effects1 { 
	width: 16px;
	margin: 0 0 0;
	right: 13px;
}
/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	margin: 0 0 6px;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 0;
}
}

@media screen and (min-width:901px) and (max-width:1024px) {
/*circle-effects-css*/
a .circle-effects1 { 
	width: 16px;
	margin: 0 0 0;
	right: 16px;
}
/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	margin: 0 0 6px;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 0;
}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	margin: 0 0 6px;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 0;
}
}

@media screen and (min-width:1241px) and (max-width:1340px) {

}

@media screen and (min-width:1341px) and (max-width:1440px) {

}

@media screen and (-webkit-min-device-pixel-ratio:0) {

}